Le blog de Victor Héry https://blog.victor-hery.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6399 lines
122 KiB

  1. /*!
  2. * Bootstrap v2.3.2
  3. *
  4. * Copyright 2013 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world by @mdo and @fat.
  9. */
  10. .clearfix {
  11. *zoom: 1;
  12. }
  13. .clearfix:before,
  14. .clearfix:after {
  15. display: table;
  16. line-height: 0;
  17. content: "";
  18. }
  19. .clearfix:after {
  20. clear: both;
  21. }
  22. .hide-text {
  23. font: 0/0 a;
  24. color: transparent;
  25. text-shadow: none;
  26. background-color: transparent;
  27. border: 0;
  28. }
  29. .input-block-level {
  30. display: block;
  31. width: 100%;
  32. min-height: 30px;
  33. -webkit-box-sizing: border-box;
  34. -moz-box-sizing: border-box;
  35. box-sizing: border-box;
  36. }
  37. article,
  38. aside,
  39. details,
  40. figcaption,
  41. figure,
  42. footer,
  43. header,
  44. hgroup,
  45. nav,
  46. section {
  47. display: block;
  48. }
  49. audio,
  50. canvas,
  51. video {
  52. display: inline-block;
  53. *display: inline;
  54. *zoom: 1;
  55. }
  56. audio:not([controls]) {
  57. display: none;
  58. }
  59. html {
  60. font-size: 100%;
  61. -webkit-text-size-adjust: 100%;
  62. -ms-text-size-adjust: 100%;
  63. }
  64. a:focus {
  65. outline: thin dotted #333;
  66. outline: 5px auto -webkit-focus-ring-color;
  67. outline-offset: -2px;
  68. }
  69. a:hover,
  70. a:active {
  71. outline: 0;
  72. }
  73. sub,
  74. sup {
  75. position: relative;
  76. font-size: 75%;
  77. line-height: 0;
  78. vertical-align: baseline;
  79. }
  80. sup {
  81. top: -0.5em;
  82. }
  83. sub {
  84. bottom: -0.25em;
  85. }
  86. img {
  87. width: auto\9;
  88. height: auto;
  89. max-width: 100%;
  90. vertical-align: middle;
  91. border: 0;
  92. -ms-interpolation-mode: bicubic;
  93. }
  94. #map_canvas img,
  95. .google-maps img {
  96. max-width: none;
  97. }
  98. button,
  99. input,
  100. select,
  101. textarea {
  102. margin: 0;
  103. font-size: 100%;
  104. vertical-align: middle;
  105. }
  106. button,
  107. input {
  108. *overflow: visible;
  109. line-height: normal;
  110. }
  111. button::-moz-focus-inner,
  112. input::-moz-focus-inner {
  113. padding: 0;
  114. border: 0;
  115. }
  116. button,
  117. html input[type="button"],
  118. input[type="reset"],
  119. input[type="submit"] {
  120. cursor: pointer;
  121. -webkit-appearance: button;
  122. }
  123. label,
  124. select,
  125. button,
  126. input[type="button"],
  127. input[type="reset"],
  128. input[type="submit"],
  129. input[type="radio"],
  130. input[type="checkbox"] {
  131. cursor: pointer;
  132. }
  133. input[type="search"] {
  134. -webkit-box-sizing: content-box;
  135. -moz-box-sizing: content-box;
  136. box-sizing: content-box;
  137. -webkit-appearance: textfield;
  138. }
  139. input[type="search"]::-webkit-search-decoration,
  140. input[type="search"]::-webkit-search-cancel-button {
  141. -webkit-appearance: none;
  142. }
  143. textarea {
  144. overflow: auto;
  145. vertical-align: top;
  146. }
  147. @media print {
  148. * {
  149. color: #000 !important;
  150. text-shadow: none !important;
  151. background: transparent !important;
  152. box-shadow: none !important;
  153. }
  154. a,
  155. a:visited {
  156. text-decoration: underline;
  157. }
  158. a[href]:after {
  159. content: " (" attr(href) ")";
  160. }
  161. abbr[title]:after {
  162. content: " (" attr(title) ")";
  163. }
  164. .ir a:after,
  165. a[href^="javascript:"]:after,
  166. a[href^="#"]:after {
  167. content: "";
  168. }
  169. pre,
  170. blockquote {
  171. border: 1px solid #999;
  172. page-break-inside: avoid;
  173. }
  174. thead {
  175. display: table-header-group;
  176. }
  177. tr,
  178. img {
  179. page-break-inside: avoid;
  180. }
  181. img {
  182. max-width: 100% !important;
  183. }
  184. @page {
  185. margin: 0.5cm;
  186. }
  187. p,
  188. h2,
  189. h3 {
  190. orphans: 3;
  191. widows: 3;
  192. }
  193. h2,
  194. h3 {
  195. page-break-after: avoid;
  196. }
  197. }
  198. body {
  199. font-size: 14px;
  200. line-height: 20px;
  201. color: #333333;
  202. background-color: #ffffff;
  203. }
  204. a {
  205. color: #0088cc;
  206. text-decoration: none;
  207. }
  208. a:hover,
  209. a:focus {
  210. color: #005580;
  211. text-decoration: underline;
  212. }
  213. .img-rounded {
  214. -webkit-border-radius: 6px;
  215. -moz-border-radius: 6px;
  216. border-radius: 6px;
  217. }
  218. .img-polaroid {
  219. padding: 4px;
  220. background-color: #fff;
  221. border: 1px solid #ccc;
  222. border: 1px solid rgba(0, 0, 0, 0.2);
  223. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  224. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  225. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  226. }
  227. .img-circle {
  228. -webkit-border-radius: 500px;
  229. -moz-border-radius: 500px;
  230. border-radius: 500px;
  231. }
  232. .row {
  233. margin-left: -20px;
  234. *zoom: 1;
  235. }
  236. .row:before,
  237. .row:after {
  238. display: table;
  239. line-height: 0;
  240. content: "";
  241. }
  242. .row:after {
  243. clear: both;
  244. }
  245. [class*="span"] {
  246. float: left;
  247. min-height: 1px;
  248. margin-left: 20px;
  249. }
  250. .container,
  251. .navbar-static-top .container,
  252. .navbar-fixed-top .container,
  253. .navbar-fixed-bottom .container {
  254. width: 940px;
  255. }
  256. .span12 {
  257. width: 940px;
  258. }
  259. .span11 {
  260. width: 860px;
  261. }
  262. .span10 {
  263. width: 780px;
  264. }
  265. .span9 {
  266. width: 700px;
  267. }
  268. .span8 {
  269. width: 620px;
  270. }
  271. .span7 {
  272. width: 540px;
  273. }
  274. .span6 {
  275. width: 460px;
  276. }
  277. .span5 {
  278. width: 380px;
  279. }
  280. .span4 {
  281. width: 300px;
  282. }
  283. .span3 {
  284. width: 220px;
  285. }
  286. .span2 {
  287. width: 140px;
  288. }
  289. .span1 {
  290. width: 60px;
  291. }
  292. .offset12 {
  293. margin-left: 980px;
  294. }
  295. .offset11 {
  296. margin-left: 900px;
  297. }
  298. .offset10 {
  299. margin-left: 820px;
  300. }
  301. .offset9 {
  302. margin-left: 740px;
  303. }
  304. .offset8 {
  305. margin-left: 660px;
  306. }
  307. .offset7 {
  308. margin-left: 580px;
  309. }
  310. .offset6 {
  311. margin-left: 500px;
  312. }
  313. .offset5 {
  314. margin-left: 420px;
  315. }
  316. .offset4 {
  317. margin-left: 340px;
  318. }
  319. .offset3 {
  320. margin-left: 260px;
  321. }
  322. .offset2 {
  323. margin-left: 180px;
  324. }
  325. .offset1 {
  326. margin-left: 100px;
  327. }
  328. .row-fluid {
  329. width: 100%;
  330. *zoom: 1;
  331. }
  332. .row-fluid:before,
  333. .row-fluid:after {
  334. display: table;
  335. line-height: 0;
  336. content: "";
  337. }
  338. .row-fluid:after {
  339. clear: both;
  340. }
  341. .row-fluid [class*="span"] {
  342. display: block;
  343. float: left;
  344. width: 100%;
  345. min-height: 30px;
  346. margin-left: 2.127659574468085%;
  347. *margin-left: 2.074468085106383%;
  348. -webkit-box-sizing: border-box;
  349. -moz-box-sizing: border-box;
  350. box-sizing: border-box;
  351. }
  352. .row-fluid [class*="span"]:first-child {
  353. margin-left: 0;
  354. }
  355. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  356. margin-left: 2.127659574468085%;
  357. }
  358. .row-fluid .span12 {
  359. width: 100%;
  360. *width: 99.94680851063829%;
  361. }
  362. .row-fluid .span11 {
  363. width: 91.48936170212765%;
  364. *width: 91.43617021276594%;
  365. }
  366. .row-fluid .span10 {
  367. width: 82.97872340425532%;
  368. *width: 82.92553191489361%;
  369. }
  370. .row-fluid .span9 {
  371. width: 74.46808510638297%;
  372. *width: 74.41489361702126%;
  373. }
  374. .row-fluid .span8 {
  375. width: 65.95744680851064%;
  376. *width: 65.90425531914893%;
  377. }
  378. .row-fluid .span7 {
  379. width: 57.44680851063829%;
  380. *width: 57.39361702127659%;
  381. }
  382. .row-fluid .span6 {
  383. width: 48.93617021276595%;
  384. *width: 48.88297872340425%;
  385. }
  386. .row-fluid .span5 {
  387. width: 40.42553191489362%;
  388. *width: 40.37234042553192%;
  389. }
  390. .row-fluid .span4 {
  391. width: 31.914893617021278%;
  392. *width: 31.861702127659576%;
  393. }
  394. .row-fluid .span3 {
  395. width: 23.404255319148934%;
  396. *width: 23.351063829787233%;
  397. }
  398. .row-fluid .span2 {
  399. width: 14.893617021276595%;
  400. *width: 14.840425531914894%;
  401. }
  402. .row-fluid .span1 {
  403. width: 6.382978723404255%;
  404. *width: 6.329787234042553%;
  405. }
  406. .row-fluid .offset12 {
  407. margin-left: 104.25531914893617%;
  408. *margin-left: 104.14893617021275%;
  409. }
  410. .row-fluid .offset12:first-child {
  411. margin-left: 102.12765957446808%;
  412. *margin-left: 102.02127659574467%;
  413. }
  414. .row-fluid .offset11 {
  415. margin-left: 95.74468085106382%;
  416. *margin-left: 95.6382978723404%;
  417. }
  418. .row-fluid .offset11:first-child {
  419. margin-left: 93.61702127659574%;
  420. *margin-left: 93.51063829787232%;
  421. }
  422. .row-fluid .offset10 {
  423. margin-left: 87.23404255319149%;
  424. *margin-left: 87.12765957446807%;
  425. }
  426. .row-fluid .offset10:first-child {
  427. margin-left: 85.1063829787234%;
  428. *margin-left: 84.99999999999999%;
  429. }
  430. .row-fluid .offset9 {
  431. margin-left: 78.72340425531914%;
  432. *margin-left: 78.61702127659572%;
  433. }
  434. .row-fluid .offset9:first-child {
  435. margin-left: 76.59574468085106%;
  436. *margin-left: 76.48936170212764%;
  437. }
  438. .row-fluid .offset8 {
  439. margin-left: 70.2127659574468%;
  440. *margin-left: 70.10638297872339%;
  441. }
  442. .row-fluid .offset8:first-child {
  443. margin-left: 68.08510638297872%;
  444. *margin-left: 67.9787234042553%;
  445. }
  446. .row-fluid .offset7 {
  447. margin-left: 61.70212765957446%;
  448. *margin-left: 61.59574468085106%;
  449. }
  450. .row-fluid .offset7:first-child {
  451. margin-left: 59.574468085106375%;
  452. *margin-left: 59.46808510638297%;
  453. }
  454. .row-fluid .offset6 {
  455. margin-left: 53.191489361702125%;
  456. *margin-left: 53.085106382978715%;
  457. }
  458. .row-fluid .offset6:first-child {
  459. margin-left: 51.063829787234035%;
  460. *margin-left: 50.95744680851063%;
  461. }
  462. .row-fluid .offset5 {
  463. margin-left: 44.68085106382979%;
  464. *margin-left: 44.57446808510638%;
  465. }
  466. .row-fluid .offset5:first-child {
  467. margin-left: 42.5531914893617%;
  468. *margin-left: 42.4468085106383%;
  469. }
  470. .row-fluid .offset4 {
  471. margin-left: 36.170212765957444%;
  472. *margin-left: 36.06382978723405%;
  473. }
  474. .row-fluid .offset4:first-child {
  475. margin-left: 34.04255319148936%;
  476. *margin-left: 33.93617021276596%;
  477. }
  478. .row-fluid .offset3 {
  479. margin-left: 27.659574468085104%;
  480. *margin-left: 27.5531914893617%;
  481. }
  482. .row-fluid .offset3:first-child {
  483. margin-left: 25.53191489361702%;
  484. *margin-left: 25.425531914893618%;
  485. }
  486. .row-fluid .offset2 {
  487. margin-left: 19.148936170212764%;
  488. *margin-left: 19.04255319148936%;
  489. }
  490. .row-fluid .offset2:first-child {
  491. margin-left: 17.02127659574468%;
  492. *margin-left: 16.914893617021278%;
  493. }
  494. .row-fluid .offset1 {
  495. margin-left: 10.638297872340425%;
  496. *margin-left: 10.53191489361702%;
  497. }
  498. .row-fluid .offset1:first-child {
  499. margin-left: 8.51063829787234%;
  500. *margin-left: 8.404255319148938%;
  501. }
  502. [class*="span"].hide,
  503. .row-fluid [class*="span"].hide {
  504. display: none;
  505. }
  506. [class*="span"].pull-right,
  507. .row-fluid [class*="span"].pull-right {
  508. float: right;
  509. }
  510. .container {
  511. margin-right: auto;
  512. margin-left: auto;
  513. *zoom: 1;
  514. }
  515. .container:before,
  516. .container:after {
  517. display: table;
  518. line-height: 0;
  519. content: "";
  520. }
  521. .container:after {
  522. clear: both;
  523. }
  524. .container-fluid {
  525. padding-right: 20px;
  526. padding-left: 20px;
  527. *zoom: 1;
  528. }
  529. .container-fluid:before,
  530. .container-fluid:after {
  531. display: table;
  532. line-height: 0;
  533. content: "";
  534. }
  535. .container-fluid:after {
  536. clear: both;
  537. }
  538. p {
  539. margin: 0 0 10px;
  540. }
  541. .lead {
  542. margin-bottom: 20px;
  543. font-size: 21px;
  544. font-weight: 200;
  545. line-height: 30px;
  546. }
  547. small {
  548. font-size: 85%;
  549. }
  550. strong {
  551. font-weight: bold;
  552. }
  553. em {
  554. font-style: italic;
  555. }
  556. cite {
  557. font-style: normal;
  558. }
  559. .muted {
  560. color: #999999;
  561. }
  562. a.muted:hover,
  563. a.muted:focus {
  564. color: #808080;
  565. }
  566. .text-warning {
  567. color: #c09853;
  568. }
  569. a.text-warning:hover,
  570. a.text-warning:focus {
  571. color: #a47e3c;
  572. }
  573. .text-error {
  574. color: #b94a48;
  575. }
  576. a.text-error:hover,
  577. a.text-error:focus {
  578. color: #953b39;
  579. }
  580. .text-info {
  581. color: #3a87ad;
  582. }
  583. a.text-info:hover,
  584. a.text-info:focus {
  585. color: #2d6987;
  586. }
  587. .text-success {
  588. color: #468847;
  589. }
  590. a.text-success:hover,
  591. a.text-success:focus {
  592. color: #356635;
  593. }
  594. .text-left {
  595. text-align: left;
  596. }
  597. .text-right {
  598. text-align: right;
  599. }
  600. .text-center {
  601. text-align: center;
  602. }
  603. ul,
  604. ol {
  605. padding: 0;
  606. margin: 0 0 10px 25px;
  607. }
  608. ul ul,
  609. ul ol,
  610. ol ol,
  611. ol ul {
  612. margin-bottom: 0;
  613. }
  614. li {
  615. line-height: 20px;
  616. }
  617. ul.unstyled,
  618. ol.unstyled {
  619. margin-left: 0;
  620. list-style: none;
  621. }
  622. ul.inline,
  623. ol.inline {
  624. margin-left: 0;
  625. list-style: none;
  626. }
  627. ul.inline > li,
  628. ol.inline > li {
  629. display: inline-block;
  630. *display: inline;
  631. padding-right: 5px;
  632. padding-left: 5px;
  633. *zoom: 1;
  634. }
  635. dl {
  636. margin-bottom: 20px;
  637. }
  638. dt,
  639. dd {
  640. line-height: 20px;
  641. }
  642. dt {
  643. font-weight: bold;
  644. }
  645. dd {
  646. margin-left: 10px;
  647. }
  648. .dl-horizontal {
  649. *zoom: 1;
  650. }
  651. .dl-horizontal:before,
  652. .dl-horizontal:after {
  653. display: table;
  654. line-height: 0;
  655. content: "";
  656. }
  657. .dl-horizontal:after {
  658. clear: both;
  659. }
  660. .dl-horizontal dt {
  661. float: left;
  662. width: 160px;
  663. overflow: hidden;
  664. clear: left;
  665. text-align: right;
  666. text-overflow: ellipsis;
  667. white-space: nowrap;
  668. }
  669. .dl-horizontal dd {
  670. margin-left: 180px;
  671. }
  672. hr {
  673. margin: 20px 0;
  674. border: 0;
  675. border-top: 1px solid #eeeeee;
  676. border-bottom: 1px solid #ffffff;
  677. }
  678. abbr[title],
  679. abbr[data-original-title] {
  680. cursor: help;
  681. border-bottom: 1px dotted #999999;
  682. }
  683. abbr.initialism {
  684. font-size: 90%;
  685. text-transform: uppercase;
  686. }
  687. address {
  688. display: block;
  689. margin-bottom: 20px;
  690. font-style: normal;
  691. line-height: 20px;
  692. }
  693. code,
  694. pre {
  695. padding: 0 3px 2px;
  696. font-size: 12px;
  697. color: #333333;
  698. -webkit-border-radius: 3px;
  699. -moz-border-radius: 3px;
  700. border-radius: 3px;
  701. }
  702. code {
  703. padding: 2px 4px;
  704. color: #d14;
  705. white-space: nowrap;
  706. background-color: #f7f7f9;
  707. border: 1px solid #e1e1e8;
  708. }
  709. pre {
  710. display: block;
  711. padding: 9.5px;
  712. margin: 0 0 10px;
  713. font-size: 13px;
  714. line-height: 20px;
  715. word-break: break-all;
  716. word-wrap: break-word;
  717. white-space: pre;
  718. white-space: pre-wrap;
  719. }
  720. pre.prettyprint {
  721. margin-bottom: 20px;
  722. }
  723. pre code {
  724. padding: 0;
  725. color: inherit;
  726. white-space: pre;
  727. white-space: pre-wrap;
  728. background-color: transparent;
  729. border: 0;
  730. }
  731. .pre-scrollable {
  732. max-height: 340px;
  733. overflow-y: scroll;
  734. }
  735. form {
  736. margin: 0 0 20px;
  737. }
  738. fieldset {
  739. padding: 0;
  740. margin: 0;
  741. border: 0;
  742. }
  743. legend {
  744. display: block;
  745. width: 100%;
  746. padding: 0;
  747. margin-bottom: 20px;
  748. font-size: 21px;
  749. line-height: 40px;
  750. color: #333333;
  751. border: 0;
  752. border-bottom: 1px solid #e5e5e5;
  753. }
  754. legend small {
  755. font-size: 15px;
  756. color: #999999;
  757. }
  758. label,
  759. input,
  760. button,
  761. select,
  762. textarea {
  763. font-size: 14px;
  764. font-weight: normal;
  765. line-height: 20px;
  766. }
  767. input,
  768. button,
  769. select,
  770. textarea {
  771. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  772. }
  773. label {
  774. display: block;
  775. margin-bottom: 5px;
  776. }
  777. select,
  778. textarea,
  779. input[type="text"],
  780. input[type="password"],
  781. input[type="datetime"],
  782. input[type="datetime-local"],
  783. input[type="date"],
  784. input[type="month"],
  785. input[type="time"],
  786. input[type="week"],
  787. input[type="number"],
  788. input[type="email"],
  789. input[type="url"],
  790. input[type="search"],
  791. input[type="tel"],
  792. input[type="color"],
  793. .uneditable-input {
  794. display: inline-block;
  795. height: 20px;
  796. padding: 4px 6px;
  797. margin-bottom: 10px;
  798. font-size: 14px;
  799. line-height: 20px;
  800. color: #555555;
  801. vertical-align: middle;
  802. -webkit-border-radius: 4px;
  803. -moz-border-radius: 4px;
  804. border-radius: 4px;
  805. }
  806. input,
  807. textarea,
  808. .uneditable-input {
  809. width: 206px;
  810. }
  811. textarea {
  812. height: auto;
  813. }
  814. textarea,
  815. input[type="text"],
  816. input[type="password"],
  817. input[type="datetime"],
  818. input[type="datetime-local"],
  819. input[type="date"],
  820. input[type="month"],
  821. input[type="time"],
  822. input[type="week"],
  823. input[type="number"],
  824. input[type="email"],
  825. input[type="url"],
  826. input[type="search"],
  827. input[type="tel"],
  828. input[type="color"],
  829. .uneditable-input {
  830. background-color: #ffffff;
  831. border: 1px solid #cccccc;
  832. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  833. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  834. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  835. -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  836. -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  837. -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  838. transition: border linear 0.2s, box-shadow linear 0.2s;
  839. }
  840. textarea:focus,
  841. input[type="text"]:focus,
  842. input[type="password"]:focus,
  843. input[type="datetime"]:focus,
  844. input[type="datetime-local"]:focus,
  845. input[type="date"]:focus,
  846. input[type="month"]:focus,
  847. input[type="time"]:focus,
  848. input[type="week"]:focus,
  849. input[type="number"]:focus,
  850. input[type="email"]:focus,
  851. input[type="url"]:focus,
  852. input[type="search"]:focus,
  853. input[type="tel"]:focus,
  854. input[type="color"]:focus,
  855. .uneditable-input:focus {
  856. border-color: rgba(82, 168, 236, 0.8);
  857. outline: 0;
  858. outline: thin dotted \9;
  859. /* IE6-9 */
  860. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  861. 0 0 8px rgba(82, 168, 236, 0.6);
  862. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  863. 0 0 8px rgba(82, 168, 236, 0.6);
  864. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  865. 0 0 8px rgba(82, 168, 236, 0.6);
  866. }
  867. input[type="radio"],
  868. input[type="checkbox"] {
  869. margin: 4px 0 0;
  870. margin-top: 1px \9;
  871. *margin-top: 0;
  872. line-height: normal;
  873. }
  874. input[type="file"],
  875. input[type="image"],
  876. input[type="submit"],
  877. input[type="reset"],
  878. input[type="button"],
  879. input[type="radio"],
  880. input[type="checkbox"] {
  881. width: auto;
  882. }
  883. select,
  884. input[type="file"] {
  885. height: 30px;
  886. /* In IE7, the height of the select element cannot be changed by height, only font-size */
  887. *margin-top: 4px;
  888. /* For IE7, add top margin to align select with labels */
  889. line-height: 30px;
  890. }
  891. select {
  892. width: 220px;
  893. background-color: #ffffff;
  894. border: 1px solid #cccccc;
  895. }
  896. select[multiple],
  897. select[size] {
  898. height: auto;
  899. }
  900. select:focus,
  901. input[type="file"]:focus,
  902. input[type="radio"]:focus,
  903. input[type="checkbox"]:focus {
  904. outline: thin dotted #333;
  905. outline: 5px auto -webkit-focus-ring-color;
  906. outline-offset: -2px;
  907. }
  908. .uneditable-input,
  909. .uneditable-textarea {
  910. color: #999999;
  911. cursor: not-allowed;
  912. background-color: #fcfcfc;
  913. border-color: #cccccc;
  914. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  915. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  916. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  917. }
  918. .uneditable-input {
  919. overflow: hidden;
  920. white-space: nowrap;
  921. }
  922. .uneditable-textarea {
  923. width: auto;
  924. height: auto;
  925. }
  926. input:-moz-placeholder,
  927. textarea:-moz-placeholder {
  928. color: #999999;
  929. }
  930. input:-ms-input-placeholder,
  931. textarea:-ms-input-placeholder {
  932. color: #999999;
  933. }
  934. input::-webkit-input-placeholder,
  935. textarea::-webkit-input-placeholder {
  936. color: #999999;
  937. }
  938. .radio,
  939. .checkbox {
  940. min-height: 20px;
  941. padding-left: 20px;
  942. }
  943. .radio input[type="radio"],
  944. .checkbox input[type="checkbox"] {
  945. float: left;
  946. margin-left: -20px;
  947. }
  948. .controls > .radio:first-child,
  949. .controls > .checkbox:first-child {
  950. padding-top: 5px;
  951. }
  952. .radio.inline,
  953. .checkbox.inline {
  954. display: inline-block;
  955. padding-top: 5px;
  956. margin-bottom: 0;
  957. vertical-align: middle;
  958. }
  959. .radio.inline + .radio.inline,
  960. .checkbox.inline + .checkbox.inline {
  961. margin-left: 10px;
  962. }
  963. .input-mini {
  964. width: 60px;
  965. }
  966. .input-small {
  967. width: 90px;
  968. }
  969. .input-medium {
  970. width: 150px;
  971. }
  972. .input-large {
  973. width: 210px;
  974. }
  975. .input-xlarge {
  976. width: 270px;
  977. }
  978. .input-xxlarge {
  979. width: 530px;
  980. }
  981. input[class*="span"],
  982. select[class*="span"],
  983. textarea[class*="span"],
  984. .uneditable-input[class*="span"],
  985. .row-fluid input[class*="span"],
  986. .row-fluid select[class*="span"],
  987. .row-fluid textarea[class*="span"],
  988. .row-fluid .uneditable-input[class*="span"] {
  989. float: none;
  990. margin-left: 0;
  991. }
  992. .input-append input[class*="span"],
  993. .input-append .uneditable-input[class*="span"],
  994. .input-prepend input[class*="span"],
  995. .input-prepend .uneditable-input[class*="span"],
  996. .row-fluid input[class*="span"],
  997. .row-fluid select[class*="span"],
  998. .row-fluid textarea[class*="span"],
  999. .row-fluid .uneditable-input[class*="span"],
  1000. .row-fluid .input-prepend [class*="span"],
  1001. .row-fluid .input-append [class*="span"] {
  1002. display: inline-block;
  1003. }
  1004. input,
  1005. textarea,
  1006. .uneditable-input {
  1007. margin-left: 0;
  1008. }
  1009. .controls-row [class*="span"] + [class*="span"] {
  1010. margin-left: 20px;
  1011. }
  1012. input.span12,
  1013. textarea.span12,
  1014. .uneditable-input.span12 {
  1015. width: 926px;
  1016. }
  1017. input.span11,
  1018. textarea.span11,
  1019. .uneditable-input.span11 {
  1020. width: 846px;
  1021. }
  1022. input.span10,
  1023. textarea.span10,
  1024. .uneditable-input.span10 {
  1025. width: 766px;
  1026. }
  1027. input.span9,
  1028. textarea.span9,
  1029. .uneditable-input.span9 {
  1030. width: 686px;
  1031. }
  1032. input.span8,
  1033. textarea.span8,
  1034. .uneditable-input.span8 {
  1035. width: 606px;
  1036. }
  1037. input.span7,
  1038. textarea.span7,
  1039. .uneditable-input.span7 {
  1040. width: 526px;
  1041. }
  1042. input.span6,
  1043. textarea.span6,
  1044. .uneditable-input.span6 {
  1045. width: 446px;
  1046. }
  1047. input.span5,
  1048. textarea.span5,
  1049. .uneditable-input.span5 {
  1050. width: 366px;
  1051. }
  1052. input.span4,
  1053. textarea.span4,
  1054. .uneditable-input.span4 {
  1055. width: 286px;
  1056. }
  1057. input.span3,
  1058. textarea.span3,
  1059. .uneditable-input.span3 {
  1060. width: 206px;
  1061. }
  1062. input.span2,
  1063. textarea.span2,
  1064. .uneditable-input.span2 {
  1065. width: 126px;
  1066. }
  1067. input.span1,
  1068. textarea.span1,
  1069. .uneditable-input.span1 {
  1070. width: 46px;
  1071. }
  1072. .controls-row {
  1073. *zoom: 1;
  1074. }
  1075. .controls-row:before,
  1076. .controls-row:after {
  1077. display: table;
  1078. line-height: 0;
  1079. content: "";
  1080. }
  1081. .controls-row:after {
  1082. clear: both;
  1083. }
  1084. .controls-row [class*="span"],
  1085. .row-fluid .controls-row [class*="span"] {
  1086. float: left;
  1087. }
  1088. .controls-row .checkbox[class*="span"],
  1089. .controls-row .radio[class*="span"] {
  1090. padding-top: 5px;
  1091. }
  1092. input[disabled],
  1093. select[disabled],
  1094. textarea[disabled],
  1095. input[readonly],
  1096. select[readonly],
  1097. textarea[readonly] {
  1098. cursor: not-allowed;
  1099. background-color: #eeeeee;
  1100. }
  1101. input[type="radio"][disabled],
  1102. input[type="checkbox"][disabled],
  1103. input[type="radio"][readonly],
  1104. input[type="checkbox"][readonly] {
  1105. background-color: transparent;
  1106. }
  1107. .control-group.warning .control-label,
  1108. .control-group.warning .help-block,
  1109. .control-group.warning .help-inline {
  1110. color: #c09853;
  1111. }
  1112. .control-group.warning .checkbox,
  1113. .control-group.warning .radio,
  1114. .control-group.warning input,
  1115. .control-group.warning select,
  1116. .control-group.warning textarea {
  1117. color: #c09853;
  1118. }
  1119. .control-group.warning input,
  1120. .control-group.warning select,
  1121. .control-group.warning textarea {
  1122. border-color: #c09853;
  1123. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1124. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1125. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1126. }
  1127. .control-group.warning input:focus,
  1128. .control-group.warning select:focus,
  1129. .control-group.warning textarea:focus {
  1130. border-color: #a47e3c;
  1131. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1132. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1133. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1134. }
  1135. .control-group.warning .input-prepend .add-on,
  1136. .control-group.warning .input-append .add-on {
  1137. color: #c09853;
  1138. background-color: #fcf8e3;
  1139. border-color: #c09853;
  1140. }
  1141. .control-group.error .control-label,
  1142. .control-group.error .help-block,
  1143. .control-group.error .help-inline {
  1144. color: #b94a48;
  1145. }
  1146. .control-group.error .checkbox,
  1147. .control-group.error .radio,
  1148. .control-group.error input,
  1149. .control-group.error select,
  1150. .control-group.error textarea {
  1151. color: #b94a48;
  1152. }
  1153. .control-group.error input,
  1154. .control-group.error select,
  1155. .control-group.error textarea {
  1156. border-color: #b94a48;
  1157. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1158. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1159. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1160. }
  1161. .control-group.error input:focus,
  1162. .control-group.error select:focus,
  1163. .control-group.error textarea:focus {
  1164. border-color: #953b39;
  1165. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1166. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1167. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1168. }
  1169. .control-group.error .input-prepend .add-on,
  1170. .control-group.error .input-append .add-on {
  1171. color: #b94a48;
  1172. background-color: #f2dede;
  1173. border-color: #b94a48;
  1174. }
  1175. .control-group.success .control-label,
  1176. .control-group.success .help-block,
  1177. .control-group.success .help-inline {
  1178. color: #468847;
  1179. }
  1180. .control-group.success .checkbox,
  1181. .control-group.success .radio,
  1182. .control-group.success input,
  1183. .control-group.success select,
  1184. .control-group.success textarea {
  1185. color: #468847;
  1186. }
  1187. .control-group.success input,
  1188. .control-group.success select,
  1189. .control-group.success textarea {
  1190. border-color: #468847;
  1191. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1192. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1193. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1194. }
  1195. .control-group.success input:focus,
  1196. .control-group.success select:focus,
  1197. .control-group.success textarea:focus {
  1198. border-color: #356635;
  1199. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1200. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1201. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1202. }
  1203. .control-group.success .input-prepend .add-on,
  1204. .control-group.success .input-append .add-on {
  1205. color: #468847;
  1206. background-color: #dff0d8;
  1207. border-color: #468847;
  1208. }
  1209. .control-group.info .control-label,
  1210. .control-group.info .help-block,
  1211. .control-group.info .help-inline {
  1212. color: #3a87ad;
  1213. }
  1214. .control-group.info .checkbox,
  1215. .control-group.info .radio,
  1216. .control-group.info input,
  1217. .control-group.info select,
  1218. .control-group.info textarea {
  1219. color: #3a87ad;
  1220. }
  1221. .control-group.info input,
  1222. .control-group.info select,
  1223. .control-group.info textarea {
  1224. border-color: #3a87ad;
  1225. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1226. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1227. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1228. }
  1229. .control-group.info input:focus,
  1230. .control-group.info select:focus,
  1231. .control-group.info textarea:focus {
  1232. border-color: #2d6987;
  1233. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1234. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1235. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1236. }
  1237. .control-group.info .input-prepend .add-on,
  1238. .control-group.info .input-append .add-on {
  1239. color: #3a87ad;
  1240. background-color: #d9edf7;
  1241. border-color: #3a87ad;
  1242. }
  1243. input:focus:invalid,
  1244. textarea:focus:invalid,
  1245. select:focus:invalid {
  1246. color: #b94a48;
  1247. border-color: #ee5f5b;
  1248. }
  1249. input:focus:invalid:focus,
  1250. textarea:focus:invalid:focus,
  1251. select:focus:invalid:focus {
  1252. border-color: #e9322d;
  1253. -webkit-box-shadow: 0 0 6px #f8b9b7;
  1254. -moz-box-shadow: 0 0 6px #f8b9b7;
  1255. box-shadow: 0 0 6px #f8b9b7;
  1256. }
  1257. .form-actions {
  1258. padding: 19px 20px 20px;
  1259. margin-top: 20px;
  1260. margin-bottom: 20px;
  1261. background-color: #f5f5f5;
  1262. border-top: 1px solid #e5e5e5;
  1263. *zoom: 1;
  1264. }
  1265. .form-actions:before,
  1266. .form-actions:after {
  1267. display: table;
  1268. line-height: 0;
  1269. content: "";
  1270. }
  1271. .form-actions:after {
  1272. clear: both;
  1273. }
  1274. .help-block,
  1275. .help-inline {
  1276. color: #595959;
  1277. }
  1278. .help-block {
  1279. display: block;
  1280. margin-bottom: 10px;
  1281. }
  1282. .help-inline {
  1283. display: inline-block;
  1284. *display: inline;
  1285. padding-left: 5px;
  1286. vertical-align: middle;
  1287. *zoom: 1;
  1288. }
  1289. .input-append,
  1290. .input-prepend {
  1291. display: inline-block;
  1292. margin-bottom: 10px;
  1293. font-size: 0;
  1294. white-space: nowrap;
  1295. vertical-align: middle;
  1296. }
  1297. .input-append input,
  1298. .input-prepend input,
  1299. .input-append select,
  1300. .input-prepend select,
  1301. .input-append .uneditable-input,
  1302. .input-prepend .uneditable-input,
  1303. .input-append .dropdown-menu,
  1304. .input-prepend .dropdown-menu,
  1305. .input-append .popover,
  1306. .input-prepend .popover {
  1307. font-size: 14px;
  1308. }
  1309. .input-append input,
  1310. .input-prepend input,
  1311. .input-append select,
  1312. .input-prepend select,
  1313. .input-append .uneditable-input,
  1314. .input-prepend .uneditable-input {
  1315. position: relative;
  1316. margin-bottom: 0;
  1317. *margin-left: 0;
  1318. vertical-align: top;
  1319. -webkit-border-radius: 0 4px 4px 0;
  1320. -moz-border-radius: 0 4px 4px 0;
  1321. border-radius: 0 4px 4px 0;
  1322. }
  1323. .input-append input:focus,
  1324. .input-prepend input:focus,
  1325. .input-append select:focus,
  1326. .input-prepend select:focus,
  1327. .input-append .uneditable-input:focus,
  1328. .input-prepend .uneditable-input:focus {
  1329. z-index: 2;
  1330. }
  1331. .input-append .add-on,
  1332. .input-prepend .add-on {
  1333. display: inline-block;
  1334. width: auto;
  1335. height: 20px;
  1336. min-width: 16px;
  1337. padding: 4px 5px;
  1338. font-size: 14px;
  1339. font-weight: normal;
  1340. line-height: 20px;
  1341. text-align: center;
  1342. text-shadow: 0 1px 0 #ffffff;
  1343. background-color: #eeeeee;
  1344. border: 1px solid #ccc;
  1345. }
  1346. .input-append .add-on,
  1347. .input-prepend .add-on,
  1348. .input-append .btn,
  1349. .input-prepend .btn,
  1350. .input-append .btn-group > .dropdown-toggle,
  1351. .input-prepend .btn-group > .dropdown-toggle {
  1352. vertical-align: top;
  1353. -webkit-border-radius: 0;
  1354. -moz-border-radius: 0;
  1355. border-radius: 0;
  1356. }
  1357. .input-append .active,
  1358. .input-prepend .active {
  1359. background-color: #a9dba9;
  1360. border-color: #46a546;
  1361. }
  1362. .input-prepend .add-on,
  1363. .input-prepend .btn {
  1364. margin-right: -1px;
  1365. }
  1366. .input-prepend .add-on:first-child,
  1367. .input-prepend .btn:first-child {
  1368. -webkit-border-radius: 4px 0 0 4px;
  1369. -moz-border-radius: 4px 0 0 4px;
  1370. border-radius: 4px 0 0 4px;
  1371. }
  1372. .input-append input,
  1373. .input-append select,
  1374. .input-append .uneditable-input {
  1375. -webkit-border-radius: 4px 0 0 4px;
  1376. -moz-border-radius: 4px 0 0 4px;
  1377. border-radius: 4px 0 0 4px;
  1378. }
  1379. .input-append input + .btn-group .btn:last-child,
  1380. .input-append select + .btn-group .btn:last-child,
  1381. .input-append .uneditable-input + .btn-group .btn:last-child {
  1382. -webkit-border-radius: 0 4px 4px 0;
  1383. -moz-border-radius: 0 4px 4px 0;
  1384. border-radius: 0 4px 4px 0;
  1385. }
  1386. .input-append .add-on,
  1387. .input-append .btn,
  1388. .input-append .btn-group {
  1389. margin-left: -1px;
  1390. }
  1391. .input-append .add-on:last-child,
  1392. .input-append .btn:last-child,
  1393. .input-append .btn-group:last-child > .dropdown-toggle {
  1394. -webkit-border-radius: 0 4px 4px 0;
  1395. -moz-border-radius: 0 4px 4px 0;
  1396. border-radius: 0 4px 4px 0;
  1397. }
  1398. .input-prepend.input-append input,
  1399. .input-prepend.input-append select,
  1400. .input-prepend.input-append .uneditable-input {
  1401. -webkit-border-radius: 0;
  1402. -moz-border-radius: 0;
  1403. border-radius: 0;
  1404. }
  1405. .input-prepend.input-append input + .btn-group .btn,
  1406. .input-prepend.input-append select + .btn-group .btn,
  1407. .input-prepend.input-append .uneditable-input + .btn-group .btn {
  1408. -webkit-border-radius: 0 4px 4px 0;
  1409. -moz-border-radius: 0 4px 4px 0;
  1410. border-radius: 0 4px 4px 0;
  1411. }
  1412. .input-prepend.input-append .add-on:first-child,
  1413. .input-prepend.input-append .btn:first-child {
  1414. margin-right: -1px;
  1415. -webkit-border-radius: 4px 0 0 4px;
  1416. -moz-border-radius: 4px 0 0 4px;
  1417. border-radius: 4px 0 0 4px;
  1418. }
  1419. .input-prepend.input-append .add-on:last-child,
  1420. .input-prepend.input-append .btn:last-child {
  1421. margin-left: -1px;
  1422. -webkit-border-radius: 0 4px 4px 0;
  1423. -moz-border-radius: 0 4px 4px 0;
  1424. border-radius: 0 4px 4px 0;
  1425. }
  1426. .input-prepend.input-append .btn-group:first-child {
  1427. margin-left: 0;
  1428. }
  1429. input.search-query {
  1430. padding-right: 14px;
  1431. padding-right: 4px \9;
  1432. padding-left: 14px;
  1433. padding-left: 4px \9;
  1434. /* IE7-8 doesn't have border-radius, so don't indent the padding */
  1435. margin-bottom: 0;
  1436. -webkit-border-radius: 15px;
  1437. -moz-border-radius: 15px;
  1438. border-radius: 15px;
  1439. }
  1440. /* Allow for input prepend/append in search forms */
  1441. .form-search .input-append .search-query,
  1442. .form-search .input-prepend .search-query {
  1443. -webkit-border-radius: 0;
  1444. -moz-border-radius: 0;
  1445. border-radius: 0;
  1446. }
  1447. .form-search .input-append .search-query {
  1448. -webkit-border-radius: 14px 0 0 14px;
  1449. -moz-border-radius: 14px 0 0 14px;
  1450. border-radius: 14px 0 0 14px;
  1451. }
  1452. .form-search .input-append .btn {
  1453. -webkit-border-radius: 0 14px 14px 0;
  1454. -moz-border-radius: 0 14px 14px 0;
  1455. border-radius: 0 14px 14px 0;
  1456. }
  1457. .form-search .input-prepend .search-query {
  1458. -webkit-border-radius: 0 14px 14px 0;
  1459. -moz-border-radius: 0 14px 14px 0;
  1460. border-radius: 0 14px 14px 0;
  1461. }
  1462. .form-search .input-prepend .btn {
  1463. -webkit-border-radius: 14px 0 0 14px;
  1464. -moz-border-radius: 14px 0 0 14px;
  1465. border-radius: 14px 0 0 14px;
  1466. }
  1467. .form-search input,
  1468. .form-inline input,
  1469. .form-horizontal input,
  1470. .form-search textarea,
  1471. .form-inline textarea,
  1472. .form-horizontal textarea,
  1473. .form-search select,
  1474. .form-inline select,
  1475. .form-horizontal select,
  1476. .form-search .help-inline,
  1477. .form-inline .help-inline,
  1478. .form-horizontal .help-inline,
  1479. .form-search .uneditable-input,
  1480. .form-inline .uneditable-input,
  1481. .form-horizontal .uneditable-input,
  1482. .form-search .input-prepend,
  1483. .form-inline .input-prepend,
  1484. .form-horizontal .input-prepend,
  1485. .form-search .input-append,
  1486. .form-inline .input-append,
  1487. .form-horizontal .input-append {
  1488. display: inline-block;
  1489. *display: inline;
  1490. margin-bottom: 0;
  1491. vertical-align: middle;
  1492. *zoom: 1;
  1493. }
  1494. .form-search .hide,
  1495. .form-inline .hide,
  1496. .form-horizontal .hide {
  1497. display: none;
  1498. }
  1499. .form-search label,
  1500. .form-inline label,
  1501. .form-search .btn-group,
  1502. .form-inline .btn-group {
  1503. display: inline-block;
  1504. }
  1505. .form-search .input-append,
  1506. .form-inline .input-append,
  1507. .form-search .input-prepend,
  1508. .form-inline .input-prepend {
  1509. margin-bottom: 0;
  1510. }
  1511. .form-search .radio,
  1512. .form-search .checkbox,
  1513. .form-inline .radio,
  1514. .form-inline .checkbox {
  1515. padding-left: 0;
  1516. margin-bottom: 0;
  1517. vertical-align: middle;
  1518. }
  1519. .form-search .radio input[type="radio"],
  1520. .form-search .checkbox input[type="checkbox"],
  1521. .form-inline .radio input[type="radio"],
  1522. .form-inline .checkbox input[type="checkbox"] {
  1523. float: left;
  1524. margin-right: 3px;
  1525. margin-left: 0;
  1526. }
  1527. .control-group {
  1528. margin-bottom: 10px;
  1529. }
  1530. legend + .control-group {
  1531. margin-top: 20px;
  1532. -webkit-margin-top-collapse: separate;
  1533. }
  1534. .form-horizontal .control-group {
  1535. margin-bottom: 20px;
  1536. *zoom: 1;
  1537. }
  1538. .form-horizontal .control-group:before,
  1539. .form-horizontal .control-group:after {
  1540. display: table;
  1541. line-height: 0;
  1542. content: "";
  1543. }
  1544. .form-horizontal .control-group:after {
  1545. clear: both;
  1546. }
  1547. .form-horizontal .control-label {
  1548. float: left;
  1549. width: 160px;
  1550. padding-top: 5px;
  1551. text-align: right;
  1552. }
  1553. .form-horizontal .controls {
  1554. *display: inline-block;
  1555. *padding-left: 20px;
  1556. margin-left: 180px;
  1557. *margin-left: 0;
  1558. }
  1559. .form-horizontal .controls:first-child {
  1560. *padding-left: 180px;
  1561. }
  1562. .form-horizontal .help-block {
  1563. margin-bottom: 0;
  1564. }
  1565. .form-horizontal input + .help-block,
  1566. .form-horizontal select + .help-block,
  1567. .form-horizontal textarea + .help-block,
  1568. .form-horizontal .uneditable-input + .help-block,
  1569. .form-horizontal .input-prepend + .help-block,
  1570. .form-horizontal .input-append + .help-block {
  1571. margin-top: 10px;
  1572. }
  1573. .form-horizontal .form-actions {
  1574. padding-left: 180px;
  1575. }
  1576. table {
  1577. max-width: 100%;
  1578. background-color: transparent;
  1579. border-collapse: collapse;
  1580. border-spacing: 0;
  1581. }
  1582. .table {
  1583. width: 100%;
  1584. margin-bottom: 20px;
  1585. }
  1586. .table th,
  1587. .table td {
  1588. padding: 8px;
  1589. line-height: 20px;
  1590. text-align: left;
  1591. vertical-align: top;
  1592. border-top: 1px solid #dddddd;
  1593. }
  1594. .table th {
  1595. font-weight: bold;
  1596. }
  1597. .table thead th {
  1598. vertical-align: bottom;
  1599. }
  1600. .table caption + thead tr:first-child th,
  1601. .table caption + thead tr:first-child td,
  1602. .table colgroup + thead tr:first-child th,
  1603. .table colgroup + thead tr:first-child td,
  1604. .table thead:first-child tr:first-child th,
  1605. .table thead:first-child tr:first-child td {
  1606. border-top: 0;
  1607. }
  1608. .table tbody + tbody {
  1609. border-top: 2px solid #dddddd;
  1610. }
  1611. .table .table {
  1612. background-color: #ffffff;
  1613. }
  1614. .table-condensed th,
  1615. .table-condensed td {
  1616. padding: 4px 5px;
  1617. }
  1618. .table-bordered {
  1619. border: 1px solid #dddddd;
  1620. border-collapse: separate;
  1621. *border-collapse: collapse;
  1622. border-left: 0;
  1623. -webkit-border-radius: 4px;
  1624. -moz-border-radius: 4px;
  1625. border-radius: 4px;
  1626. }
  1627. .table-bordered th,
  1628. .table-bordered td {
  1629. border-left: 1px solid #dddddd;
  1630. }
  1631. .table-bordered caption + thead tr:first-child th,
  1632. .table-bordered caption + tbody tr:first-child th,
  1633. .table-bordered caption + tbody tr:first-child td,
  1634. .table-bordered colgroup + thead tr:first-child th,
  1635. .table-bordered colgroup + tbody tr:first-child th,
  1636. .table-bordered colgroup + tbody tr:first-child td,
  1637. .table-bordered thead:first-child tr:first-child th,
  1638. .table-bordered tbody:first-child tr:first-child th,
  1639. .table-bordered tbody:first-child tr:first-child td {
  1640. border-top: 0;
  1641. }
  1642. .table-bordered thead:first-child tr:first-child > th:first-child,
  1643. .table-bordered tbody:first-child tr:first-child > td:first-child,
  1644. .table-bordered tbody:first-child tr:first-child > th:first-child {
  1645. -webkit-border-top-left-radius: 4px;
  1646. border-top-left-radius: 4px;
  1647. -moz-border-radius-topleft: 4px;
  1648. }
  1649. .table-bordered thead:first-child tr:first-child > th:last-child,
  1650. .table-bordered tbody:first-child tr:first-child > td:last-child,
  1651. .table-bordered tbody:first-child tr:first-child > th:last-child {
  1652. -webkit-border-top-right-radius: 4px;
  1653. border-top-right-radius: 4px;
  1654. -moz-border-radius-topright: 4px;
  1655. }
  1656. .table-bordered thead:last-child tr:last-child > th:first-child,
  1657. .table-bordered tbody:last-child tr:last-child > td:first-child,
  1658. .table-bordered tbody:last-child tr:last-child > th:first-child,
  1659. .table-bordered tfoot:last-child tr:last-child > td:first-child,
  1660. .table-bordered tfoot:last-child tr:last-child > th:first-child {
  1661. -webkit-border-bottom-left-radius: 4px;
  1662. border-bottom-left-radius: 4px;
  1663. -moz-border-radius-bottomleft: 4px;
  1664. }
  1665. .table-bordered thead:last-child tr:last-child > th:last-child,
  1666. .table-bordered tbody:last-child tr:last-child > td:last-child,
  1667. .table-bordered tbody:last-child tr:last-child > th:last-child,
  1668. .table-bordered tfoot:last-child tr:last-child > td:last-child,
  1669. .table-bordered tfoot:last-child tr:last-child > th:last-child {
  1670. -webkit-border-bottom-right-radius: 4px;
  1671. border-bottom-right-radius: 4px;
  1672. -moz-border-radius-bottomright: 4px;
  1673. }
  1674. .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  1675. -webkit-border-bottom-left-radius: 0;
  1676. border-bottom-left-radius: 0;
  1677. -moz-border-radius-bottomleft: 0;
  1678. }
  1679. .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  1680. -webkit-border-bottom-right-radius: 0;
  1681. border-bottom-right-radius: 0;
  1682. -moz-border-radius-bottomright: 0;
  1683. }
  1684. .table-bordered caption + thead tr:first-child th:first-child,
  1685. .table-bordered caption + tbody tr:first-child td:first-child,
  1686. .table-bordered colgroup + thead tr:first-child th:first-child,
  1687. .table-bordered colgroup + tbody tr:first-child td:first-child {
  1688. -webkit-border-top-left-radius: 4px;
  1689. border-top-left-radius: 4px;
  1690. -moz-border-radius-topleft: 4px;
  1691. }
  1692. .table-bordered caption + thead tr:first-child th:last-child,
  1693. .table-bordered caption + tbody tr:first-child td:last-child,
  1694. .table-bordered colgroup + thead tr:first-child th:last-child,
  1695. .table-bordered colgroup + tbody tr:first-child td:last-child {
  1696. -webkit-border-top-right-radius: 4px;
  1697. border-top-right-radius: 4px;
  1698. -moz-border-radius-topright: 4px;
  1699. }
  1700. .table-striped tbody > tr:nth-child(odd) > td,
  1701. .table-striped tbody > tr:nth-child(odd) > th {
  1702. background-color: #f9f9f9;
  1703. }
  1704. .table-hover tbody tr:hover > td,
  1705. .table-hover tbody tr:hover > th {
  1706. background-color: #f5f5f5;
  1707. }
  1708. table td[class*="span"],
  1709. table th[class*="span"],
  1710. .row-fluid table td[class*="span"],
  1711. .row-fluid table th[class*="span"] {
  1712. display: table-cell;
  1713. float: none;
  1714. margin-left: 0;
  1715. }
  1716. .table td.span1,
  1717. .table th.span1 {
  1718. float: none;
  1719. width: 44px;
  1720. margin-left: 0;
  1721. }
  1722. .table td.span2,
  1723. .table th.span2 {
  1724. float: none;
  1725. width: 124px;
  1726. margin-left: 0;
  1727. }
  1728. .table td.span3,
  1729. .table th.span3 {
  1730. float: none;
  1731. width: 204px;
  1732. margin-left: 0;
  1733. }
  1734. .table td.span4,
  1735. .table th.span4 {
  1736. float: none;
  1737. width: 284px;
  1738. margin-left: 0;
  1739. }
  1740. .table td.span5,
  1741. .table th.span5 {
  1742. float: none;
  1743. width: 364px;
  1744. margin-left: 0;
  1745. }
  1746. .table td.span6,
  1747. .table th.span6 {
  1748. float: none;
  1749. width: 444px;
  1750. margin-left: 0;
  1751. }
  1752. .table td.span7,
  1753. .table th.span7 {
  1754. float: none;
  1755. width: 524px;
  1756. margin-left: 0;
  1757. }
  1758. .table td.span8,
  1759. .table th.span8 {
  1760. float: none;
  1761. width: 604px;
  1762. margin-left: 0;
  1763. }
  1764. .table td.span9,
  1765. .table th.span9 {
  1766. float: none;
  1767. width: 684px;
  1768. margin-left: 0;
  1769. }
  1770. .table td.span10,
  1771. .table th.span10 {
  1772. float: none;
  1773. width: 764px;
  1774. margin-left: 0;
  1775. }
  1776. .table td.span11,
  1777. .table th.span11 {
  1778. float: none;
  1779. width: 844px;
  1780. margin-left: 0;
  1781. }
  1782. .table td.span12,
  1783. .table th.span12 {
  1784. float: none;
  1785. width: 924px;
  1786. margin-left: 0;
  1787. }
  1788. .table tbody tr.success > td {
  1789. background-color: #dff0d8;
  1790. }
  1791. .table tbody tr.error > td {
  1792. background-color: #f2dede;
  1793. }
  1794. .table tbody tr.warning > td {
  1795. background-color: #fcf8e3;
  1796. }
  1797. .table tbody tr.info > td {
  1798. background-color: #d9edf7;
  1799. }
  1800. .table-hover tbody tr.success:hover > td {
  1801. background-color: #d0e9c6;
  1802. }
  1803. .table-hover tbody tr.error:hover > td {
  1804. background-color: #ebcccc;
  1805. }
  1806. .table-hover tbody tr.warning:hover > td {
  1807. background-color: #faf2cc;
  1808. }
  1809. .table-hover tbody tr.info:hover > td {
  1810. background-color: #c4e3f3;
  1811. }
  1812. [class^="icon-"],
  1813. [class*=" icon-"] {
  1814. display: inline-block;
  1815. width: 14px;
  1816. height: 14px;
  1817. margin-top: 1px;
  1818. *margin-right: 0.3em;
  1819. line-height: 14px;
  1820. vertical-align: text-top;
  1821. background-image: url("../img/glyphicons-halflings.png");
  1822. background-position: 14px 14px;
  1823. background-repeat: no-repeat;
  1824. }
  1825. /* White icons with optional class, or on hover/focus/active states of certain elements */
  1826. .icon-white,
  1827. .nav-pills > .active > a > [class^="icon-"],
  1828. .nav-pills > .active > a > [class*=" icon-"],
  1829. .nav-list > .active > a > [class^="icon-"],
  1830. .nav-list > .active > a > [class*=" icon-"],
  1831. .navbar-inverse .nav > .active > a > [class^="icon-"],
  1832. .navbar-inverse .nav > .active > a > [class*=" icon-"],
  1833. .dropdown-menu > li > a:hover > [class^="icon-"],
  1834. .dropdown-menu > li > a:focus > [class^="icon-"],
  1835. .dropdown-menu > li > a:hover > [class*=" icon-"],
  1836. .dropdown-menu > li > a:focus > [class*=" icon-"],
  1837. .dropdown-menu > .active > a > [class^="icon-"],
  1838. .dropdown-menu > .active > a > [class*=" icon-"],
  1839. .dropdown-submenu:hover > a > [class^="icon-"],
  1840. .dropdown-submenu:focus > a > [class^="icon-"],
  1841. .dropdown-submenu:hover > a > [class*=" icon-"],
  1842. .dropdown-submenu:focus > a > [class*=" icon-"] {
  1843. background-image: url("../img/glyphicons-halflings-white.png");
  1844. }
  1845. .icon-glass {
  1846. background-position: 0 0;
  1847. }
  1848. .icon-music {
  1849. background-position: -24px 0;
  1850. }
  1851. .icon-search {
  1852. background-position: -48px 0;
  1853. }
  1854. .icon-envelope {
  1855. background-position: -72px 0;
  1856. }
  1857. .icon-heart {
  1858. background-position: -96px 0;
  1859. }
  1860. .icon-star {
  1861. background-position: -120px 0;
  1862. }
  1863. .icon-star-empty {
  1864. background-position: -144px 0;
  1865. }
  1866. .icon-user {
  1867. background-position: -168px 0;
  1868. }
  1869. .icon-film {
  1870. background-position: -192px 0;
  1871. }
  1872. .icon-th-large {
  1873. background-position: -216px 0;
  1874. }
  1875. .icon-th {
  1876. background-position: -240px 0;
  1877. }
  1878. .icon-th-list {
  1879. background-position: -264px 0;
  1880. }
  1881. .icon-ok {
  1882. background-position: -288px 0;
  1883. }
  1884. .icon-remove {
  1885. background-position: -312px 0;
  1886. }
  1887. .icon-zoom-in {
  1888. background-position: -336px 0;
  1889. }
  1890. .icon-zoom-out {
  1891. background-position: -360px 0;
  1892. }
  1893. .icon-off {
  1894. background-position: -384px 0;
  1895. }
  1896. .icon-signal {
  1897. background-position: -408px 0;
  1898. }
  1899. .icon-cog {
  1900. background-position: -432px 0;
  1901. }
  1902. .icon-trash {
  1903. background-position: -456px 0;
  1904. }
  1905. .icon-home {
  1906. background-position: 0 -24px;
  1907. }
  1908. .icon-file {
  1909. background-position: -24px -24px;
  1910. }
  1911. .icon-time {
  1912. background-position: -48px -24px;
  1913. }
  1914. .icon-road {
  1915. background-position: -72px -24px;
  1916. }
  1917. .icon-download-alt {
  1918. background-position: -96px -24px;
  1919. }
  1920. .icon-download {
  1921. background-position: -120px -24px;
  1922. }
  1923. .icon-upload {
  1924. background-position: -144px -24px;
  1925. }
  1926. .icon-inbox {
  1927. background-position: -168px -24px;
  1928. }
  1929. .icon-play-circle {
  1930. background-position: -192px -24px;
  1931. }
  1932. .icon-repeat {
  1933. background-position: -216px -24px;
  1934. }
  1935. .icon-refresh {
  1936. background-position: -240px -24px;
  1937. }
  1938. .icon-list-alt {
  1939. background-position: -264px -24px;
  1940. }
  1941. .icon-lock {
  1942. background-position: -287px -24px;
  1943. }
  1944. .icon-flag {
  1945. background-position: -312px -24px;
  1946. }
  1947. .icon-headphones {
  1948. background-position: -336px -24px;
  1949. }
  1950. .icon-volume-off {
  1951. background-position: -360px -24px;
  1952. }
  1953. .icon-volume-down {
  1954. background-position: -384px -24px;
  1955. }
  1956. .icon-volume-up {
  1957. background-position: -408px -24px;
  1958. }
  1959. .icon-qrcode {
  1960. background-position: -432px -24px;
  1961. }
  1962. .icon-barcode {
  1963. background-position: -456px -24px;
  1964. }
  1965. .icon-tag {
  1966. background-position: 0 -48px;
  1967. }
  1968. .icon-tags {
  1969. background-position: -25px -48px;
  1970. }
  1971. .icon-book {
  1972. background-position: -48px -48px;
  1973. }
  1974. .icon-bookmark {
  1975. background-position: -72px -48px;
  1976. }
  1977. .icon-print {
  1978. background-position: -96px -48px;
  1979. }
  1980. .icon-camera {
  1981. background-position: -120px -48px;
  1982. }
  1983. .icon-font {
  1984. background-position: -144px -48px;
  1985. }
  1986. .icon-bold {
  1987. background-position: -167px -48px;
  1988. }
  1989. .icon-italic {
  1990. background-position: -192px -48px;
  1991. }
  1992. .icon-text-height {
  1993. background-position: -216px -48px;
  1994. }
  1995. .icon-text-width {
  1996. background-position: -240px -48px;
  1997. }
  1998. .icon-align-left {
  1999. background-position: -264px -48px;
  2000. }
  2001. .icon-align-center {
  2002. background-position: -288px -48px;
  2003. }
  2004. .icon-align-right {
  2005. background-position: -312px -48px;
  2006. }
  2007. .icon-align-justify {
  2008. background-position: -336px -48px;
  2009. }
  2010. .icon-list {
  2011. background-position: -360px -48px;
  2012. }
  2013. .icon-indent-left {
  2014. background-position: -384px -48px;
  2015. }
  2016. .icon-indent-right {
  2017. background-position: -408px -48px;
  2018. }
  2019. .icon-facetime-video {
  2020. background-position: -432px -48px;
  2021. }
  2022. .icon-picture {
  2023. background-position: -456px -48px;
  2024. }
  2025. .icon-pencil {
  2026. background-position: 0 -72px;
  2027. }
  2028. .icon-map-marker {
  2029. background-position: -24px -72px;
  2030. }
  2031. .icon-adjust {
  2032. background-position: -48px -72px;
  2033. }
  2034. .icon-tint {
  2035. background-position: -72px -72px;
  2036. }
  2037. .icon-edit {
  2038. background-position: -96px -72px;
  2039. }
  2040. .icon-share {
  2041. background-position: -120px -72px;
  2042. }
  2043. .icon-check {
  2044. background-position: -144px -72px;
  2045. }
  2046. .icon-move {
  2047. background-position: -168px -72px;
  2048. }
  2049. .icon-step-backward {
  2050. background-position: -192px -72px;
  2051. }
  2052. .icon-fast-backward {
  2053. background-position: -216px -72px;
  2054. }
  2055. .icon-backward {
  2056. background-position: -240px -72px;
  2057. }
  2058. .icon-play {
  2059. background-position: -264px -72px;
  2060. }
  2061. .icon-pause {
  2062. background-position: -288px -72px;
  2063. }
  2064. .icon-stop {
  2065. background-position: -312px -72px;
  2066. }
  2067. .icon-forward {
  2068. background-position: -336px -72px;
  2069. }
  2070. .icon-fast-forward {
  2071. background-position: -360px -72px;
  2072. }
  2073. .icon-step-forward {
  2074. background-position: -384px -72px;
  2075. }
  2076. .icon-eject {
  2077. background-position: -408px -72px;
  2078. }
  2079. .icon-chevron-left {
  2080. background-position: -432px -72px;
  2081. }
  2082. .icon-chevron-right {
  2083. background-position: -456px -72px;
  2084. }
  2085. .icon-plus-sign {
  2086. background-position: 0 -96px;
  2087. }
  2088. .icon-minus-sign {
  2089. background-position: -24px -96px;
  2090. }
  2091. .icon-remove-sign {
  2092. background-position: -48px -96px;
  2093. }
  2094. .icon-ok-sign {
  2095. background-position: -72px -96px;
  2096. }
  2097. .icon-question-sign {
  2098. background-position: -96px -96px;
  2099. }
  2100. .icon-info-sign {
  2101. background-position: -120px -96px;
  2102. }
  2103. .icon-screenshot {
  2104. background-position: -144px -96px;
  2105. }
  2106. .icon-remove-circle {
  2107. background-position: -168px -96px;
  2108. }
  2109. .icon-ok-circle {
  2110. background-position: -192px -96px;
  2111. }
  2112. .icon-ban-circle {
  2113. background-position: -216px -96px;
  2114. }
  2115. .icon-arrow-left {
  2116. background-position: -240px -96px;
  2117. }
  2118. .icon-arrow-right {
  2119. background-position: -264px -96px;
  2120. }
  2121. .icon-arrow-up {
  2122. background-position: -289px -96px;
  2123. }
  2124. .icon-arrow-down {
  2125. background-position: -312px -96px;
  2126. }
  2127. .icon-share-alt {
  2128. background-position: -336px -96px;
  2129. }
  2130. .icon-resize-full {
  2131. background-position: -360px -96px;
  2132. }
  2133. .icon-resize-small {
  2134. background-position: -384px -96px;
  2135. }
  2136. .icon-plus {
  2137. background-position: -408px -96px;
  2138. }
  2139. .icon-minus {
  2140. background-position: -433px -96px;
  2141. }
  2142. .icon-asterisk {
  2143. background-position: -456px -96px;
  2144. }
  2145. .icon-exclamation-sign {
  2146. background-position: 0 -120px;
  2147. }
  2148. .icon-gift {
  2149. background-position: -24px -120px;
  2150. }
  2151. .icon-leaf {
  2152. background-position: -48px -120px;
  2153. }
  2154. .icon-fire {
  2155. background-position: -72px -120px;
  2156. }
  2157. .icon-eye-open {
  2158. background-position: -96px -120px;
  2159. }
  2160. .icon-eye-close {
  2161. background-position: -120px -120px;
  2162. }
  2163. .icon-warning-sign {
  2164. background-position: -144px -120px;
  2165. }
  2166. .icon-plane {
  2167. background-position: -168px -120px;
  2168. }
  2169. .icon-calendar {
  2170. background-position: -192px -120px;
  2171. }
  2172. .icon-random {
  2173. width: 16px;
  2174. background-position: -216px -120px;
  2175. }
  2176. .icon-comment {
  2177. background-position: -240px -120px;
  2178. }
  2179. .icon-magnet {
  2180. background-position: -264px -120px;
  2181. }
  2182. .icon-chevron-up {
  2183. background-position: -288px -120px;
  2184. }
  2185. .icon-chevron-down {
  2186. background-position: -313px -119px;
  2187. }
  2188. .icon-retweet {
  2189. background-position: -336px -120px;
  2190. }
  2191. .icon-shopping-cart {
  2192. background-position: -360px -120px;
  2193. }
  2194. .icon-folder-close {
  2195. width: 16px;
  2196. background-position: -384px -120px;
  2197. }
  2198. .icon-folder-open {
  2199. width: 16px;
  2200. background-position: -408px -120px;
  2201. }
  2202. .icon-resize-vertical {
  2203. background-position: -432px -119px;
  2204. }
  2205. .icon-resize-horizontal {
  2206. background-position: -456px -118px;
  2207. }
  2208. .icon-hdd {
  2209. background-position: 0 -144px;
  2210. }
  2211. .icon-bullhorn {
  2212. background-position: -24px -144px;
  2213. }
  2214. .icon-bell {
  2215. background-position: -48px -144px;
  2216. }
  2217. .icon-certificate {
  2218. background-position: -72px -144px;
  2219. }
  2220. .icon-thumbs-up {
  2221. background-position: -96px -144px;
  2222. }
  2223. .icon-thumbs-down {
  2224. background-position: -120px -144px;
  2225. }
  2226. .icon-hand-right {
  2227. background-position: -144px -144px;
  2228. }
  2229. .icon-hand-left {
  2230. background-position: -168px -144px;
  2231. }
  2232. .icon-hand-up {
  2233. background-position: -192px -144px;
  2234. }
  2235. .icon-hand-down {
  2236. background-position: -216px -144px;
  2237. }
  2238. .icon-circle-arrow-right {
  2239. background-position: -240px -144px;
  2240. }
  2241. .icon-circle-arrow-left {
  2242. background-position: -264px -144px;
  2243. }
  2244. .icon-circle-arrow-up {
  2245. background-position: -288px -144px;
  2246. }
  2247. .icon-circle-arrow-down {
  2248. background-position: -312px -144px;
  2249. }
  2250. .icon-globe {
  2251. background-position: -336px -144px;
  2252. }
  2253. .icon-wrench {
  2254. background-position: -360px -144px;
  2255. }
  2256. .icon-tasks {
  2257. background-position: -384px -144px;
  2258. }
  2259. .icon-filter {
  2260. background-position: -408px -144px;
  2261. }
  2262. .icon-briefcase {
  2263. background-position: -432px -144px;
  2264. }
  2265. .icon-fullscreen {
  2266. background-position: -456px -144px;
  2267. }
  2268. .dropup,
  2269. .dropdown {
  2270. position: relative;
  2271. }
  2272. .dropdown-toggle {
  2273. *margin-bottom: -3px;
  2274. }
  2275. .dropdown-toggle:active,
  2276. .open .dropdown-toggle {
  2277. outline: 0;
  2278. }
  2279. .caret {
  2280. display: inline-block;
  2281. width: 0;
  2282. height: 0;
  2283. vertical-align: top;
  2284. border-top: 4px solid #000000;
  2285. border-right: 4px solid transparent;
  2286. border-left: 4px solid transparent;
  2287. content: "";
  2288. }
  2289. .dropdown .caret {
  2290. margin-top: 8px;
  2291. margin-left: 2px;
  2292. }
  2293. .dropdown-menu {
  2294. position: absolute;
  2295. top: 100%;
  2296. left: 0;
  2297. z-index: 1000;
  2298. display: none;
  2299. float: left;
  2300. min-width: 160px;
  2301. padding: 5px 0;
  2302. margin: 2px 0 0;
  2303. list-style: none;
  2304. background-color: #ffffff;
  2305. border: 1px solid #ccc;
  2306. border: 1px solid rgba(0, 0, 0, 0.2);
  2307. *border-right-width: 2px;
  2308. *border-bottom-width: 2px;
  2309. -webkit-border-radius: 6px;
  2310. -moz-border-radius: 6px;
  2311. border-radius: 6px;
  2312. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  2313. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  2314. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  2315. -webkit-background-clip: padding-box;
  2316. -moz-background-clip: padding;
  2317. background-clip: padding-box;
  2318. }
  2319. .dropdown-menu.pull-right {
  2320. right: 0;
  2321. left: auto;
  2322. }
  2323. .dropdown-menu .divider {
  2324. *width: 100%;
  2325. height: 1px;
  2326. margin: 9px 1px;
  2327. *margin: -5px 0 5px;
  2328. overflow: hidden;
  2329. background-color: #e5e5e5;
  2330. border-bottom: 1px solid #ffffff;
  2331. }
  2332. .dropdown-menu > li > a {
  2333. display: block;
  2334. padding: 3px 20px;
  2335. clear: both;
  2336. font-weight: normal;
  2337. line-height: 20px;
  2338. color: #333333;
  2339. white-space: nowrap;
  2340. }
  2341. .dropdown-menu > li > a:hover,
  2342. .dropdown-menu > li > a:focus,
  2343. .dropdown-submenu:hover > a,
  2344. .dropdown-submenu:focus > a {
  2345. color: #ffffff;
  2346. text-decoration: none;
  2347. background-color: #0081c2;
  2348. background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  2349. background-image: -webkit-gradient(
  2350. linear,
  2351. 0 0,
  2352. 0 100%,
  2353. from(#0088cc),
  2354. to(#0077b3)
  2355. );
  2356. background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  2357. background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  2358. background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  2359. background-repeat: repeat-x;
  2360. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  2361. }
  2362. .dropdown-menu > .active > a,
  2363. .dropdown-menu > .active > a:hover,
  2364. .dropdown-menu > .active > a:focus {
  2365. color: #ffffff;
  2366. text-decoration: none;
  2367. background-color: #0081c2;
  2368. background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  2369. background-image: -webkit-gradient(
  2370. linear,
  2371. 0 0,
  2372. 0 100%,
  2373. from(#0088cc),
  2374. to(#0077b3)
  2375. );
  2376. background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  2377. background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  2378. background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  2379. background-repeat: repeat-x;
  2380. outline: 0;
  2381. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  2382. }
  2383. .dropdown-menu > .disabled > a,
  2384. .dropdown-menu > .disabled > a:hover,
  2385. .dropdown-menu > .disabled > a:focus {
  2386. color: #999999;
  2387. }
  2388. .dropdown-menu > .disabled > a:hover,
  2389. .dropdown-menu > .disabled > a:focus {
  2390. text-decoration: none;
  2391. cursor: default;
  2392. background-color: transparent;
  2393. background-image: none;
  2394. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2395. }
  2396. .open {
  2397. *z-index: 1000;
  2398. }
  2399. .open > .dropdown-menu {
  2400. display: block;
  2401. }
  2402. .dropdown-backdrop {
  2403. position: fixed;
  2404. top: 0;
  2405. right: 0;
  2406. bottom: 0;
  2407. left: 0;
  2408. z-index: 990;
  2409. }
  2410. .pull-right > .dropdown-menu {
  2411. right: 0;
  2412. left: auto;
  2413. }
  2414. .dropup .caret,
  2415. .navbar-fixed-bottom .dropdown .caret {
  2416. border-top: 0;
  2417. border-bottom: 4px solid #000000;
  2418. content: "";
  2419. }
  2420. .dropup .dropdown-menu,
  2421. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2422. top: auto;
  2423. bottom: 100%;
  2424. margin-bottom: 1px;
  2425. }
  2426. .dropdown-submenu {
  2427. position: relative;
  2428. }
  2429. .dropdown-submenu > .dropdown-menu {
  2430. top: 0;
  2431. left: 100%;
  2432. margin-top: -6px;
  2433. margin-left: -1px;
  2434. -webkit-border-radius: 0 6px 6px 6px;
  2435. -moz-border-radius: 0 6px 6px 6px;
  2436. border-radius: 0 6px 6px 6px;
  2437. }
  2438. .dropdown-submenu:hover > .dropdown-menu {
  2439. display: block;
  2440. }
  2441. .dropup .dropdown-submenu > .dropdown-menu {
  2442. top: auto;
  2443. bottom: 0;
  2444. margin-top: 0;
  2445. margin-bottom: -2px;
  2446. -webkit-border-radius: 5px 5px 5px 0;
  2447. -moz-border-radius: 5px 5px 5px 0;
  2448. border-radius: 5px 5px 5px 0;
  2449. }
  2450. .dropdown-submenu > a:after {
  2451. display: block;
  2452. float: right;
  2453. width: 0;
  2454. height: 0;
  2455. margin-top: 5px;
  2456. margin-right: -10px;
  2457. border-color: transparent;
  2458. border-left-color: #cccccc;
  2459. border-style: solid;
  2460. border-width: 5px 0 5px 5px;
  2461. content: " ";
  2462. }
  2463. .dropdown-submenu:hover > a:after {
  2464. border-left-color: #ffffff;
  2465. }
  2466. .dropdown-submenu.pull-left {
  2467. float: none;
  2468. }
  2469. .dropdown-submenu.pull-left > .dropdown-menu {
  2470. left: -100%;
  2471. margin-left: 10px;
  2472. -webkit-border-radius: 6px 0 6px 6px;
  2473. -moz-border-radius: 6px 0 6px 6px;
  2474. border-radius: 6px 0 6px 6px;
  2475. }
  2476. .dropdown .dropdown-menu .nav-header {
  2477. padding-right: 20px;
  2478. padding-left: 20px;
  2479. }
  2480. .typeahead {
  2481. z-index: 1051;
  2482. margin-top: 2px;
  2483. -webkit-border-radius: 4px;
  2484. -moz-border-radius: 4px;
  2485. border-radius: 4px;
  2486. }
  2487. .well {
  2488. min-height: 20px;
  2489. padding: 19px;
  2490. margin-bottom: 20px;
  2491. background-color: #f5f5f5;
  2492. border: 1px solid #e3e3e3;
  2493. -webkit-border-radius: 4px;
  2494. -moz-border-radius: 4px;
  2495. border-radius: 4px;
  2496. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2497. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2498. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2499. }
  2500. .well blockquote {
  2501. border-color: #ddd;
  2502. border-color: rgba(0, 0, 0, 0.15);
  2503. }
  2504. .well-large {
  2505. padding: 24px;
  2506. -webkit-border-radius: 6px;
  2507. -moz-border-radius: 6px;
  2508. border-radius: 6px;
  2509. }
  2510. .well-small {
  2511. padding: 9px;
  2512. -webkit-border-radius: 3px;
  2513. -moz-border-radius: 3px;
  2514. border-radius: 3px;
  2515. }
  2516. .fade {
  2517. opacity: 0;
  2518. -webkit-transition: opacity 0.15s linear;
  2519. -moz-transition: opacity 0.15s linear;
  2520. -o-transition: opacity 0.15s linear;
  2521. transition: opacity 0.15s linear;
  2522. }
  2523. .fade.in {
  2524. opacity: 1;
  2525. }
  2526. .collapse {
  2527. position: relative;
  2528. height: 0;
  2529. overflow: hidden;
  2530. -webkit-transition: height 0.35s ease;
  2531. -moz-transition: height 0.35s ease;
  2532. -o-transition: height 0.35s ease;
  2533. transition: height 0.35s ease;
  2534. }
  2535. .collapse.in {
  2536. height: auto;
  2537. }
  2538. .close {
  2539. float: right;
  2540. font-size: 20px;
  2541. font-weight: bold;
  2542. line-height: 20px;
  2543. color: #000000;
  2544. text-shadow: 0 1px 0 #ffffff;
  2545. opacity: 0.2;
  2546. filter: alpha(opacity=20);
  2547. }
  2548. .close:hover,
  2549. .close:focus {
  2550. color: #000000;
  2551. text-decoration: none;
  2552. cursor: pointer;
  2553. opacity: 0.4;
  2554. filter: alpha(opacity=40);
  2555. }
  2556. button.close {
  2557. padding: 0;
  2558. cursor: pointer;
  2559. background: transparent;
  2560. border: 0;
  2561. -webkit-appearance: none;
  2562. }
  2563. .btn {
  2564. display: inline-block;
  2565. *display: inline;
  2566. padding: 4px 12px;
  2567. margin-bottom: 0;
  2568. *margin-left: 0.3em;
  2569. font-size: 14px;
  2570. line-height: 20px;
  2571. color: #333333;
  2572. text-align: center;
  2573. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  2574. vertical-align: middle;
  2575. cursor: pointer;
  2576. background-color: #f5f5f5;
  2577. *background-color: #e6e6e6;
  2578. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  2579. background-image: -webkit-gradient(
  2580. linear,
  2581. 0 0,
  2582. 0 100%,
  2583. from(#ffffff),
  2584. to(#e6e6e6)
  2585. );
  2586. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  2587. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  2588. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  2589. background-repeat: repeat-x;
  2590. border: 1px solid #cccccc;
  2591. *border: 0;
  2592. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  2593. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2594. border-bottom-color: #b3b3b3;
  2595. -webkit-border-radius: 4px;
  2596. -moz-border-radius: 4px;
  2597. border-radius: 4px;
  2598. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  2599. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2600. *zoom: 1;
  2601. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
  2602. 0 1px 2px rgba(0, 0, 0, 0.05);
  2603. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
  2604. 0 1px 2px rgba(0, 0, 0, 0.05);
  2605. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
  2606. 0 1px 2px rgba(0, 0, 0, 0.05);
  2607. }
  2608. .btn:hover,
  2609. .btn:focus,
  2610. .btn:active,
  2611. .btn.active,
  2612. .btn.disabled,
  2613. .btn[disabled] {
  2614. color: #333333;
  2615. background-color: #e6e6e6;
  2616. *background-color: #d9d9d9;
  2617. }
  2618. .btn:active,
  2619. .btn.active {
  2620. background-color: #cccccc \9;
  2621. }
  2622. .btn:first-child {
  2623. *margin-left: 0;
  2624. }
  2625. .btn:hover,
  2626. .btn:focus {
  2627. color: #333333;
  2628. text-decoration: none;
  2629. background-position: 0 -15px;
  2630. -webkit-transition: background-position 0.1s linear;
  2631. -moz-transition: background-position 0.1s linear;
  2632. -o-transition: background-position 0.1s linear;
  2633. transition: background-position 0.1s linear;
  2634. }
  2635. .btn:focus {
  2636. outline: thin dotted #333;
  2637. outline: 5px auto -webkit-focus-ring-color;
  2638. outline-offset: -2px;
  2639. }
  2640. .btn.active,
  2641. .btn:active {
  2642. background-image: none;
  2643. outline: 0;
  2644. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
  2645. 0 1px 2px rgba(0, 0, 0, 0.05);
  2646. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
  2647. 0 1px 2px rgba(0, 0, 0, 0.05);
  2648. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2649. }
  2650. .btn.disabled,
  2651. .btn[disabled] {
  2652. cursor: default;
  2653. background-image: none;
  2654. opacity: 0.65;
  2655. filter: alpha(opacity=65);
  2656. -webkit-box-shadow: none;
  2657. -moz-box-shadow: none;
  2658. box-shadow: none;
  2659. }
  2660. .btn-large {
  2661. padding: 11px 19px;
  2662. font-size: 17.5px;
  2663. -webkit-border-radius: 6px;
  2664. -moz-border-radius: 6px;
  2665. border-radius: 6px;
  2666. }
  2667. .btn-large [class^="icon-"],
  2668. .btn-large [class*=" icon-"] {
  2669. margin-top: 4px;
  2670. }
  2671. .btn-small {
  2672. padding: 2px 10px;
  2673. font-size: 11.9px;
  2674. -webkit-border-radius: 3px;
  2675. -moz-border-radius: 3px;
  2676. border-radius: 3px;
  2677. }
  2678. .btn-small [class^="icon-"],
  2679. .btn-small [class*=" icon-"] {
  2680. margin-top: 0;
  2681. }
  2682. .btn-mini [class^="icon-"],
  2683. .btn-mini [class*=" icon-"] {
  2684. margin-top: -1px;
  2685. }
  2686. .btn-mini {
  2687. padding: 0 6px;
  2688. font-size: 10.5px;
  2689. -webkit-border-radius: 3px;
  2690. -moz-border-radius: 3px;
  2691. border-radius: 3px;
  2692. }
  2693. .btn-block {
  2694. display: block;
  2695. width: 100%;
  2696. padding-right: 0;
  2697. padding-left: 0;
  2698. -webkit-box-sizing: border-box;
  2699. -moz-box-sizing: border-box;
  2700. box-sizing: border-box;
  2701. }
  2702. .btn-block + .btn-block {
  2703. margin-top: 5px;
  2704. }
  2705. input[type="submit"].btn-block,
  2706. input[type="reset"].btn-block,
  2707. input[type="button"].btn-block {
  2708. width: 100%;
  2709. }
  2710. .btn-primary.active,
  2711. .btn-warning.active,
  2712. .btn-danger.active,
  2713. .btn-success.active,
  2714. .btn-info.active,
  2715. .btn-inverse.active {
  2716. color: rgba(255, 255, 255, 0.75);
  2717. }
  2718. .btn-primary {
  2719. color: #ffffff;
  2720. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2721. background-color: #006dcc;
  2722. *background-color: #0044cc;
  2723. background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  2724. background-image: -webkit-gradient(
  2725. linear,
  2726. 0 0,
  2727. 0 100%,
  2728. from(#0088cc),
  2729. to(#0044cc)
  2730. );
  2731. background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  2732. background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  2733. background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  2734. background-repeat: repeat-x;
  2735. border-color: #0044cc #0044cc #002a80;
  2736. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2737. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  2738. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2739. }
  2740. .btn-primary:hover,
  2741. .btn-primary:focus,
  2742. .btn-primary:active,
  2743. .btn-primary.active,
  2744. .btn-primary.disabled,
  2745. .btn-primary[disabled] {
  2746. color: #ffffff;
  2747. background-color: #0044cc;
  2748. *background-color: #003bb3;
  2749. }
  2750. .btn-primary:active,
  2751. .btn-primary.active {
  2752. background-color: #003399 \9;
  2753. }
  2754. .btn-warning {
  2755. color: #ffffff;
  2756. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2757. background-color: #faa732;
  2758. *background-color: #f89406;
  2759. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  2760. background-image: -webkit-gradient(
  2761. linear,
  2762. 0 0,
  2763. 0 100%,
  2764. from(#fbb450),
  2765. to(#f89406)
  2766. );
  2767. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  2768. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  2769. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  2770. background-repeat: repeat-x;
  2771. border-color: #f89406 #f89406 #ad6704;
  2772. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2773. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  2774. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2775. }
  2776. .btn-warning:hover,
  2777. .btn-warning:focus,
  2778. .btn-warning:active,
  2779. .btn-warning.active,
  2780. .btn-warning.disabled,
  2781. .btn-warning[disabled] {
  2782. color: #ffffff;
  2783. background-color: #f89406;
  2784. *background-color: #df8505;
  2785. }
  2786. .btn-warning:active,
  2787. .btn-warning.active {
  2788. background-color: #c67605 \9;
  2789. }
  2790. .btn-danger {
  2791. color: #ffffff;
  2792. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2793. background-color: #da4f49;
  2794. *background-color: #bd362f;
  2795. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  2796. background-image: -webkit-gradient(
  2797. linear,
  2798. 0 0,
  2799. 0 100%,
  2800. from(#ee5f5b),
  2801. to(#bd362f)
  2802. );
  2803. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  2804. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  2805. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  2806. background-repeat: repeat-x;
  2807. border-color: #bd362f #bd362f #802420;
  2808. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2809. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  2810. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2811. }
  2812. .btn-danger:hover,
  2813. .btn-danger:focus,
  2814. .btn-danger:active,
  2815. .btn-danger.active,
  2816. .btn-danger.disabled,
  2817. .btn-danger[disabled] {
  2818. color: #ffffff;
  2819. background-color: #bd362f;
  2820. *background-color: #a9302a;
  2821. }
  2822. .btn-danger:active,
  2823. .btn-danger.active {
  2824. background-color: #942a25 \9;
  2825. }
  2826. .btn-success {
  2827. color: #ffffff;
  2828. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2829. background-color: #5bb75b;
  2830. *background-color: #51a351;
  2831. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  2832. background-image: -webkit-gradient(
  2833. linear,
  2834. 0 0,
  2835. 0 100%,
  2836. from(#62c462),
  2837. to(#51a351)
  2838. );
  2839. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  2840. background-image: -o-linear-gradient(top, #62c462, #51a351);
  2841. background-image: linear-gradient(to bottom, #62c462, #51a351);
  2842. background-repeat: repeat-x;
  2843. border-color: #51a351 #51a351 #387038;
  2844. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2845. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  2846. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2847. }
  2848. .btn-success:hover,
  2849. .btn-success:focus,
  2850. .btn-success:active,
  2851. .btn-success.active,
  2852. .btn-success.disabled,
  2853. .btn-success[disabled] {
  2854. color: #ffffff;
  2855. background-color: #51a351;
  2856. *background-color: #499249;
  2857. }
  2858. .btn-success:active,
  2859. .btn-success.active {
  2860. background-color: #408140 \9;
  2861. }
  2862. .btn-info {
  2863. color: #ffffff;
  2864. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2865. background-color: #49afcd;
  2866. *background-color: #2f96b4;
  2867. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  2868. background-image: -webkit-gradient(
  2869. linear,
  2870. 0 0,
  2871. 0 100%,
  2872. from(#5bc0de),
  2873. to(#2f96b4)
  2874. );
  2875. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  2876. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  2877. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  2878. background-repeat: repeat-x;
  2879. border-color: #2f96b4 #2f96b4 #1f6377;
  2880. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2881. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  2882. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2883. }
  2884. .btn-info:hover,
  2885. .btn-info:focus,
  2886. .btn-info:active,
  2887. .btn-info.active,
  2888. .btn-info.disabled,
  2889. .btn-info[disabled] {
  2890. color: #ffffff;
  2891. background-color: #2f96b4;
  2892. *background-color: #2a85a0;
  2893. }
  2894. .btn-info:active,
  2895. .btn-info.active {
  2896. background-color: #24748c \9;
  2897. }
  2898. .btn-inverse {
  2899. color: #ffffff;
  2900. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2901. background-color: #363636;
  2902. *background-color: #222222;
  2903. background-image: -moz-linear-gradient(top, #444444, #222222);
  2904. background-image: -webkit-gradient(
  2905. linear,
  2906. 0 0,
  2907. 0 100%,
  2908. from(#444444),
  2909. to(#222222)
  2910. );
  2911. background-image: -webkit-linear-gradient(top, #444444, #222222);
  2912. background-image: -o-linear-gradient(top, #444444, #222222);
  2913. background-image: linear-gradient(to bottom, #444444, #222222);
  2914. background-repeat: repeat-x;
  2915. border-color: #222222 #222222 #000000;
  2916. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2917. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  2918. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2919. }
  2920. .btn-inverse:hover,
  2921. .btn-inverse:focus,
  2922. .btn-inverse:active,
  2923. .btn-inverse.active,
  2924. .btn-inverse.disabled,
  2925. .btn-inverse[disabled] {
  2926. color: #ffffff;
  2927. background-color: #222222;
  2928. *background-color: #151515;
  2929. }
  2930. .btn-inverse:active,
  2931. .btn-inverse.active {
  2932. background-color: #080808 \9;
  2933. }
  2934. button.btn,
  2935. input[type="submit"].btn {
  2936. *padding-top: 3px;
  2937. *padding-bottom: 3px;
  2938. }
  2939. button.btn::-moz-focus-inner,
  2940. input[type="submit"].btn::-moz-focus-inner {
  2941. padding: 0;
  2942. border: 0;
  2943. }
  2944. button.btn.btn-large,
  2945. input[type="submit"].btn.btn-large {
  2946. *padding-top: 7px;
  2947. *padding-bottom: 7px;
  2948. }
  2949. button.btn.btn-small,
  2950. input[type="submit"].btn.btn-small {
  2951. *padding-top: 3px;
  2952. *padding-bottom: 3px;
  2953. }
  2954. button.btn.btn-mini,
  2955. input[type="submit"].btn.btn-mini {
  2956. *padding-top: 1px;
  2957. *padding-bottom: 1px;
  2958. }
  2959. .btn-link,
  2960. .btn-link:active,
  2961. .btn-link[disabled] {
  2962. background-color: transparent;
  2963. background-image: none;
  2964. -webkit-box-shadow: none;
  2965. -moz-box-shadow: none;
  2966. box-shadow: none;
  2967. }
  2968. .btn-link {
  2969. color: #0088cc;
  2970. cursor: pointer;
  2971. border-color: transparent;
  2972. -webkit-border-radius: 0;
  2973. -moz-border-radius: 0;
  2974. border-radius: 0;
  2975. }
  2976. .btn-link:hover,
  2977. .btn-link:focus {
  2978. color: #005580;
  2979. text-decoration: underline;
  2980. background-color: transparent;
  2981. }
  2982. .btn-link[disabled]:hover,
  2983. .btn-link[disabled]:focus {
  2984. color: #333333;
  2985. text-decoration: none;
  2986. }
  2987. .btn-group {
  2988. position: relative;
  2989. display: inline-block;
  2990. *display: inline;
  2991. *margin-left: 0.3em;
  2992. font-size: 0;
  2993. white-space: nowrap;
  2994. vertical-align: middle;
  2995. *zoom: 1;
  2996. }
  2997. .btn-group:first-child {
  2998. *margin-left: 0;
  2999. }
  3000. .btn-group + .btn-group {
  3001. margin-left: 5px;
  3002. }
  3003. .btn-toolbar {
  3004. margin-top: 10px;
  3005. margin-bottom: 10px;
  3006. font-size: 0;
  3007. }
  3008. .btn-toolbar > .btn + .btn,
  3009. .btn-toolbar > .btn-group + .btn,
  3010. .btn-toolbar > .btn + .btn-group {
  3011. margin-left: 5px;
  3012. }
  3013. .btn-group > .btn {
  3014. position: relative;
  3015. -webkit-border-radius: 0;
  3016. -moz-border-radius: 0;
  3017. border-radius: 0;
  3018. }
  3019. .btn-group > .btn + .btn {
  3020. margin-left: -1px;
  3021. }
  3022. .btn-group > .btn,
  3023. .btn-group > .dropdown-menu,
  3024. .btn-group > .popover {
  3025. font-size: 14px;
  3026. }
  3027. .btn-group > .btn-mini {
  3028. font-size: 10.5px;
  3029. }
  3030. .btn-group > .btn-small {
  3031. font-size: 11.9px;
  3032. }
  3033. .btn-group > .btn-large {
  3034. font-size: 17.5px;
  3035. }
  3036. .btn-group > .btn:first-child {
  3037. margin-left: 0;
  3038. -webkit-border-bottom-left-radius: 4px;
  3039. border-bottom-left-radius: 4px;
  3040. -webkit-border-top-left-radius: 4px;
  3041. border-top-left-radius: 4px;
  3042. -moz-border-radius-bottomleft: 4px;
  3043. -moz-border-radius-topleft: 4px;
  3044. }
  3045. .btn-group > .btn:last-child,
  3046. .btn-group > .dropdown-toggle {
  3047. -webkit-border-top-right-radius: 4px;
  3048. border-top-right-radius: 4px;
  3049. -webkit-border-bottom-right-radius: 4px;
  3050. border-bottom-right-radius: 4px;
  3051. -moz-border-radius-topright: 4px;
  3052. -moz-border-radius-bottomright: 4px;
  3053. }
  3054. .btn-group > .btn.large:first-child {
  3055. margin-left: 0;
  3056. -webkit-border-bottom-left-radius: 6px;
  3057. border-bottom-left-radius: 6px;
  3058. -webkit-border-top-left-radius: 6px;
  3059. border-top-left-radius: 6px;
  3060. -moz-border-radius-bottomleft: 6px;
  3061. -moz-border-radius-topleft: 6px;
  3062. }
  3063. .btn-group > .btn.large:last-child,
  3064. .btn-group > .large.dropdown-toggle {
  3065. -webkit-border-top-right-radius: 6px;
  3066. border-top-right-radius: 6px;
  3067. -webkit-border-bottom-right-radius: 6px;
  3068. border-bottom-right-radius: 6px;
  3069. -moz-border-radius-topright: 6px;
  3070. -moz-border-radius-bottomright: 6px;
  3071. }
  3072. .btn-group > .btn:hover,
  3073. .btn-group > .btn:focus,
  3074. .btn-group > .btn:active,
  3075. .btn-group > .btn.active {
  3076. z-index: 2;
  3077. }
  3078. .btn-group .dropdown-toggle:active,
  3079. .btn-group.open .dropdown-toggle {
  3080. outline: 0;
  3081. }
  3082. .btn-group > .btn + .dropdown-toggle {
  3083. *padding-top: 5px;
  3084. padding-right: 8px;
  3085. *padding-bottom: 5px;
  3086. padding-left: 8px;
  3087. -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
  3088. inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  3089. -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
  3090. inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  3091. box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
  3092. inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  3093. }
  3094. .btn-group > .btn-mini + .dropdown-toggle {
  3095. *padding-top: 2px;
  3096. padding-right: 5px;
  3097. *padding-bottom: 2px;
  3098. padding-left: 5px;
  3099. }
  3100. .btn-group > .btn-small + .dropdown-toggle {
  3101. *padding-top: 5px;
  3102. *padding-bottom: 4px;
  3103. }
  3104. .btn-group > .btn-large + .dropdown-toggle {
  3105. *padding-top: 7px;
  3106. padding-right: 12px;
  3107. *padding-bottom: 7px;
  3108. padding-left: 12px;
  3109. }
  3110. .btn-group.open .dropdown-toggle {
  3111. background-image: none;
  3112. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
  3113. 0 1px 2px rgba(0, 0, 0, 0.05);
  3114. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
  3115. 0 1px 2px rgba(0, 0, 0, 0.05);
  3116. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  3117. }
  3118. .btn-group.open .btn.dropdown-toggle {
  3119. background-color: #e6e6e6;
  3120. }
  3121. .btn-group.open .btn-primary.dropdown-toggle {
  3122. background-color: #0044cc;
  3123. }
  3124. .btn-group.open .btn-warning.dropdown-toggle {
  3125. background-color: #f89406;
  3126. }
  3127. .btn-group.open .btn-danger.dropdown-toggle {
  3128. background-color: #bd362f;
  3129. }
  3130. .btn-group.open .btn-success.dropdown-toggle {
  3131. background-color: #51a351;
  3132. }
  3133. .btn-group.open .btn-info.dropdown-toggle {
  3134. background-color: #2f96b4;
  3135. }
  3136. .btn-group.open .btn-inverse.dropdown-toggle {
  3137. background-color: #222222;
  3138. }
  3139. .btn .caret {
  3140. margin-top: 8px;
  3141. margin-left: 0;
  3142. }
  3143. .btn-large .caret {
  3144. margin-top: 6px;
  3145. }
  3146. .btn-large .caret {
  3147. border-top-width: 5px;
  3148. border-right-width: 5px;
  3149. border-left-width: 5px;
  3150. }
  3151. .btn-mini .caret,
  3152. .btn-small .caret {
  3153. margin-top: 8px;
  3154. }
  3155. .dropup .btn-large .caret {
  3156. border-bottom-width: 5px;
  3157. }
  3158. .btn-primary .caret,
  3159. .btn-warning .caret,
  3160. .btn-danger .caret,
  3161. .btn-info .caret,
  3162. .btn-success .caret,
  3163. .btn-inverse .caret {
  3164. border-top-color: #ffffff;
  3165. border-bottom-color: #ffffff;
  3166. }
  3167. .btn-group-vertical {
  3168. display: inline-block;
  3169. *display: inline;
  3170. /* IE7 inline-block hack */
  3171. *zoom: 1;
  3172. }
  3173. .btn-group-vertical > .btn {
  3174. display: block;
  3175. float: none;
  3176. max-width: 100%;
  3177. -webkit-border-radius: 0;
  3178. -moz-border-radius: 0;
  3179. border-radius: 0;
  3180. }
  3181. .btn-group-vertical > .btn + .btn {
  3182. margin-top: -1px;
  3183. margin-left: 0;
  3184. }
  3185. .btn-group-vertical > .btn:first-child {
  3186. -webkit-border-radius: 4px 4px 0 0;
  3187. -moz-border-radius: 4px 4px 0 0;
  3188. border-radius: 4px 4px 0 0;
  3189. }
  3190. .btn-group-vertical > .btn:last-child {
  3191. -webkit-border-radius: 0 0 4px 4px;
  3192. -moz-border-radius: 0 0 4px 4px;
  3193. border-radius: 0 0 4px 4px;
  3194. }
  3195. .btn-group-vertical > .btn-large:first-child {
  3196. -webkit-border-radius: 6px 6px 0 0;
  3197. -moz-border-radius: 6px 6px 0 0;
  3198. border-radius: 6px 6px 0 0;
  3199. }
  3200. .btn-group-vertical > .btn-large:last-child {
  3201. -webkit-border-radius: 0 0 6px 6px;
  3202. -moz-border-radius: 0 0 6px 6px;
  3203. border-radius: 0 0 6px 6px;
  3204. }
  3205. .alert {
  3206. padding: 8px 35px 8px 14px;
  3207. margin-bottom: 20px;
  3208. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  3209. background-color: #fcf8e3;
  3210. border: 1px solid #fbeed5;
  3211. -webkit-border-radius: 4px;
  3212. -moz-border-radius: 4px;
  3213. border-radius: 4px;
  3214. }
  3215. .alert,
  3216. .alert h4 {
  3217. color: #c09853;
  3218. }
  3219. .alert h4 {
  3220. margin: 0;
  3221. }
  3222. .alert .close {
  3223. position: relative;
  3224. top: -2px;
  3225. right: -21px;
  3226. line-height: 20px;
  3227. }
  3228. .alert-success {
  3229. color: #468847;
  3230. background-color: #dff0d8;
  3231. border-color: #d6e9c6;
  3232. }
  3233. .alert-success h4 {
  3234. color: #468847;
  3235. }
  3236. .alert-danger,
  3237. .alert-error {
  3238. color: #b94a48;
  3239. background-color: #f2dede;
  3240. border-color: #eed3d7;
  3241. }
  3242. .alert-danger h4,
  3243. .alert-error h4 {
  3244. color: #b94a48;
  3245. }
  3246. .alert-info {
  3247. color: #3a87ad;
  3248. background-color: #d9edf7;
  3249. border-color: #bce8f1;
  3250. }
  3251. .alert-info h4 {
  3252. color: #3a87ad;
  3253. }
  3254. .alert-block {
  3255. padding-top: 14px;
  3256. padding-bottom: 14px;
  3257. }
  3258. .alert-block > p,
  3259. .alert-block > ul {
  3260. margin-bottom: 0;
  3261. }
  3262. .alert-block p + p {
  3263. margin-top: 5px;
  3264. }
  3265. .nav {
  3266. margin-bottom: 20px;
  3267. margin-left: 0;
  3268. list-style: none;
  3269. }
  3270. .nav > li > a {
  3271. display: block;
  3272. }
  3273. .nav > li > a:hover,
  3274. .nav > li > a:focus {
  3275. text-decoration: none;
  3276. background-color: #eeeeee;
  3277. }
  3278. .nav > li > a > img {
  3279. max-width: none;
  3280. }
  3281. .nav > .pull-right {
  3282. float: right;
  3283. }
  3284. .nav-header {
  3285. display: block;
  3286. padding: 3px 15px;
  3287. font-size: 11px;
  3288. font-weight: bold;
  3289. line-height: 20px;
  3290. color: #999999;
  3291. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  3292. text-transform: uppercase;
  3293. }
  3294. .nav li + .nav-header {
  3295. margin-top: 9px;
  3296. }
  3297. .nav-list {
  3298. padding-right: 15px;
  3299. padding-left: 15px;
  3300. margin-bottom: 0;
  3301. }
  3302. .nav-list > li > a,
  3303. .nav-list .nav-header {
  3304. margin-right: -15px;
  3305. margin-left: -15px;
  3306. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  3307. }
  3308. .nav-list > li > a {
  3309. padding: 3px 15px;
  3310. }
  3311. .nav-list > .active > a,
  3312. .nav-list > .active > a:hover,
  3313. .nav-list > .active > a:focus {
  3314. color: #ffffff;
  3315. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  3316. background-color: #0088cc;
  3317. }
  3318. .nav-list [class^="icon-"],
  3319. .nav-list [class*=" icon-"] {
  3320. margin-right: 2px;
  3321. }
  3322. .nav-list .divider {
  3323. *width: 100%;
  3324. height: 1px;
  3325. margin: 9px 1px;
  3326. *margin: -5px 0 5px;
  3327. overflow: hidden;
  3328. background-color: #e5e5e5;
  3329. border-bottom: 1px solid #ffffff;
  3330. }
  3331. .nav-tabs,
  3332. .nav-pills {
  3333. *zoom: 1;
  3334. }
  3335. .nav-tabs:before,
  3336. .nav-pills:before,
  3337. .nav-tabs:after,
  3338. .nav-pills:after {
  3339. display: table;
  3340. line-height: 0;
  3341. content: "";
  3342. }
  3343. .nav-tabs:after,
  3344. .nav-pills:after {
  3345. clear: both;
  3346. }
  3347. .nav-tabs > li,
  3348. .nav-pills > li {
  3349. float: left;
  3350. }
  3351. .nav-tabs > li > a,
  3352. .nav-pills > li > a {
  3353. padding-right: 12px;
  3354. padding-left: 12px;
  3355. margin-right: 2px;
  3356. line-height: 14px;
  3357. }
  3358. .nav-tabs {
  3359. border-bottom: 1px solid #ddd;
  3360. }
  3361. .nav-tabs > li {
  3362. margin-bottom: -1px;
  3363. }
  3364. .nav-tabs > li > a {
  3365. padding-top: 8px;
  3366. padding-bottom: 8px;
  3367. line-height: 20px;
  3368. border: 1px solid transparent;
  3369. -webkit-border-radius: 4px 4px 0 0;
  3370. -moz-border-radius: 4px 4px 0 0;
  3371. border-radius: 4px 4px 0 0;
  3372. }
  3373. .nav-tabs > li > a:hover,
  3374. .nav-tabs > li > a:focus {
  3375. border-color: #eeeeee #eeeeee #dddddd;
  3376. }
  3377. .nav-tabs > .active > a,
  3378. .nav-tabs > .active > a:hover,
  3379. .nav-tabs > .active > a:focus {
  3380. color: #555555;
  3381. cursor: default;
  3382. background-color: #ffffff;
  3383. border: 1px solid #ddd;
  3384. border-bottom-color: transparent;
  3385. }
  3386. .nav-pills > li > a {
  3387. padding-top: 8px;
  3388. padding-bottom: 8px;
  3389. margin-top: 2px;
  3390. margin-bottom: 2px;
  3391. -webkit-border-radius: 5px;
  3392. -moz-border-radius: 5px;
  3393. border-radius: 5px;
  3394. }
  3395. .nav-pills > .active > a,
  3396. .nav-pills > .active > a:hover,
  3397. .nav-pills > .active > a:focus {
  3398. color: #ffffff;
  3399. background-color: #0088cc;
  3400. }
  3401. .nav-stacked > li {
  3402. float: none;
  3403. }
  3404. .nav-stacked > li > a {
  3405. margin-right: 0;
  3406. }
  3407. .nav-tabs.nav-stacked {
  3408. border-bottom: 0;
  3409. }
  3410. .nav-tabs.nav-stacked > li > a {
  3411. border: 1px solid #ddd;
  3412. -webkit-border-radius: 0;
  3413. -moz-border-radius: 0;
  3414. border-radius: 0;
  3415. }
  3416. .nav-tabs.nav-stacked > li:first-child > a {
  3417. -webkit-border-top-right-radius: 4px;
  3418. border-top-right-radius: 4px;
  3419. -webkit-border-top-left-radius: 4px;
  3420. border-top-left-radius: 4px;
  3421. -moz-border-radius-topright: 4px;
  3422. -moz-border-radius-topleft: 4px;
  3423. }
  3424. .nav-tabs.nav-stacked > li:last-child > a {
  3425. -webkit-border-bottom-right-radius: 4px;
  3426. border-bottom-right-radius: 4px;
  3427. -webkit-border-bottom-left-radius: 4px;
  3428. border-bottom-left-radius: 4px;
  3429. -moz-border-radius-bottomright: 4px;
  3430. -moz-border-radius-bottomleft: 4px;
  3431. }
  3432. .nav-tabs.nav-stacked > li > a:hover,
  3433. .nav-tabs.nav-stacked > li > a:focus {
  3434. z-index: 2;
  3435. border-color: #ddd;
  3436. }
  3437. .nav-pills.nav-stacked > li > a {
  3438. margin-bottom: 3px;
  3439. }
  3440. .nav-pills.nav-stacked > li:last-child > a {
  3441. margin-bottom: 1px;
  3442. }
  3443. .nav-tabs .dropdown-menu {
  3444. -webkit-border-radius: 0 0 6px 6px;
  3445. -moz-border-radius: 0 0 6px 6px;
  3446. border-radius: 0 0 6px 6px;
  3447. }
  3448. .nav-pills .dropdown-menu {
  3449. -webkit-border-radius: 6px;
  3450. -moz-border-radius: 6px;
  3451. border-radius: 6px;
  3452. }
  3453. .nav .dropdown-toggle .caret {
  3454. margin-top: 6px;
  3455. border-top-color: #0088cc;
  3456. border-bottom-color: #0088cc;
  3457. }
  3458. .nav .dropdown-toggle:hover .caret,
  3459. .nav .dropdown-toggle:focus .caret {
  3460. border-top-color: #005580;
  3461. border-bottom-color: #005580;
  3462. }
  3463. /* move down carets for tabs */
  3464. .nav-tabs .dropdown-toggle .caret {
  3465. margin-top: 8px;
  3466. }
  3467. .nav .active .dropdown-toggle .caret {
  3468. border-top-color: #fff;
  3469. border-bottom-color: #fff;
  3470. }
  3471. .nav-tabs .active .dropdown-toggle .caret {
  3472. border-top-color: #555555;
  3473. border-bottom-color: #555555;
  3474. }
  3475. .nav > .dropdown.active > a:hover,
  3476. .nav > .dropdown.active > a:focus {
  3477. cursor: pointer;
  3478. }
  3479. .nav-tabs .open .dropdown-toggle,
  3480. .nav-pills .open .dropdown-toggle,
  3481. .nav > li.dropdown.open.active > a:hover,
  3482. .nav > li.dropdown.open.active > a:focus {
  3483. color: #ffffff;
  3484. background-color: #999999;
  3485. border-color: #999999;
  3486. }
  3487. .nav li.dropdown.open .caret,
  3488. .nav li.dropdown.open.active .caret,
  3489. .nav li.dropdown.open a:hover .caret,
  3490. .nav li.dropdown.open a:focus .caret {
  3491. border-top-color: #ffffff;
  3492. border-bottom-color: #ffffff;
  3493. opacity: 1;
  3494. filter: alpha(opacity=100);
  3495. }
  3496. .tabs-stacked .open > a:hover,
  3497. .tabs-stacked .open > a:focus {
  3498. border-color: #999999;
  3499. }
  3500. .tabbable {
  3501. *zoom: 1;
  3502. }
  3503. .tabbable:before,
  3504. .tabbable:after {
  3505. display: table;
  3506. line-height: 0;
  3507. content: "";
  3508. }
  3509. .tabbable:after {
  3510. clear: both;
  3511. }
  3512. .tab-content {
  3513. overflow: auto;
  3514. }
  3515. .tabs-below > .nav-tabs,
  3516. .tabs-right > .nav-tabs,
  3517. .tabs-left > .nav-tabs {
  3518. border-bottom: 0;
  3519. }
  3520. .tab-content > .tab-pane,
  3521. .pill-content > .pill-pane {
  3522. display: none;
  3523. }
  3524. .tab-content > .active,
  3525. .pill-content > .active {
  3526. display: block;
  3527. }
  3528. .tabs-below > .nav-tabs {
  3529. border-top: 1px solid #ddd;
  3530. }
  3531. .tabs-below > .nav-tabs > li {
  3532. margin-top: -1px;
  3533. margin-bottom: 0;
  3534. }
  3535. .tabs-below > .nav-tabs > li > a {
  3536. -webkit-border-radius: 0 0 4px 4px;
  3537. -moz-border-radius: 0 0 4px 4px;
  3538. border-radius: 0 0 4px 4px;
  3539. }
  3540. .tabs-below > .nav-tabs > li > a:hover,
  3541. .tabs-below > .nav-tabs > li > a:focus {
  3542. border-top-color: #ddd;
  3543. border-bottom-color: transparent;
  3544. }
  3545. .tabs-below > .nav-tabs > .active > a,
  3546. .tabs-below > .nav-tabs > .active > a:hover,
  3547. .tabs-below > .nav-tabs > .active > a:focus {
  3548. border-color: transparent #ddd #ddd #ddd;
  3549. }
  3550. .tabs-left > .nav-tabs > li,
  3551. .tabs-right > .nav-tabs > li {
  3552. float: none;
  3553. }
  3554. .tabs-left > .nav-tabs > li > a,
  3555. .tabs-right > .nav-tabs > li > a {
  3556. min-width: 74px;
  3557. margin-right: 0;
  3558. margin-bottom: 3px;
  3559. }
  3560. .tabs-left > .nav-tabs {
  3561. float: left;
  3562. margin-right: 19px;
  3563. border-right: 1px solid #ddd;
  3564. }
  3565. .tabs-left > .nav-tabs > li > a {
  3566. margin-right: -1px;
  3567. -webkit-border-radius: 4px 0 0 4px;
  3568. -moz-border-radius: 4px 0 0 4px;
  3569. border-radius: 4px 0 0 4px;
  3570. }
  3571. .tabs-left > .nav-tabs > li > a:hover,
  3572. .tabs-left > .nav-tabs > li > a:focus {
  3573. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  3574. }
  3575. .tabs-left > .nav-tabs .active > a,
  3576. .tabs-left > .nav-tabs .active > a:hover,
  3577. .tabs-left > .nav-tabs .active > a:focus {
  3578. border-color: #ddd transparent #ddd #ddd;
  3579. *border-right-color: #ffffff;
  3580. }
  3581. .tabs-right > .nav-tabs {
  3582. float: right;
  3583. margin-left: 19px;
  3584. border-left: 1px solid #ddd;
  3585. }
  3586. .tabs-right > .nav-tabs > li > a {
  3587. margin-left: -1px;
  3588. -webkit-border-radius: 0 4px 4px 0;
  3589. -moz-border-radius: 0 4px 4px 0;
  3590. border-radius: 0 4px 4px 0;
  3591. }
  3592. .tabs-right > .nav-tabs > li > a:hover,
  3593. .tabs-right > .nav-tabs > li > a:focus {
  3594. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  3595. }
  3596. .tabs-right > .nav-tabs .active > a,
  3597. .tabs-right > .nav-tabs .active > a:hover,
  3598. .tabs-right > .nav-tabs .active > a:focus {
  3599. border-color: #ddd #ddd #ddd transparent;
  3600. *border-left-color: #ffffff;
  3601. }
  3602. .nav > .disabled > a {
  3603. color: #999999;
  3604. }
  3605. .nav > .disabled > a:hover,
  3606. .nav > .disabled > a:focus {
  3607. text-decoration: none;
  3608. cursor: default;
  3609. background-color: transparent;
  3610. }
  3611. .navbar {
  3612. *position: relative;
  3613. *z-index: 2;
  3614. margin-bottom: 20px;
  3615. overflow: visible;
  3616. }
  3617. .navbar-inner {
  3618. min-height: 40px;
  3619. padding-right: 20px;
  3620. padding-left: 20px;
  3621. background-color: #fafafa;
  3622. background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  3623. background-image: -webkit-gradient(
  3624. linear,
  3625. 0 0,
  3626. 0 100%,
  3627. from(#ffffff),
  3628. to(#f2f2f2)
  3629. );
  3630. background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  3631. background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  3632. background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  3633. background-repeat: repeat-x;
  3634. border: 1px solid #d4d4d4;
  3635. -webkit-border-radius: 4px;
  3636. -moz-border-radius: 4px;
  3637. border-radius: 4px;
  3638. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  3639. *zoom: 1;
  3640. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3641. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3642. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3643. }
  3644. .navbar-inner:before,
  3645. .navbar-inner:after {
  3646. display: table;
  3647. line-height: 0;
  3648. content: "";
  3649. }
  3650. .navbar-inner:after {
  3651. clear: both;
  3652. }
  3653. .navbar .container {
  3654. width: auto;
  3655. }
  3656. .nav-collapse.collapse {
  3657. height: auto;
  3658. overflow: visible;
  3659. }
  3660. .navbar .brand {
  3661. display: block;
  3662. float: left;
  3663. padding: 10px 20px 10px;
  3664. margin-left: -20px;
  3665. font-size: 20px;
  3666. font-weight: 200;
  3667. color: #777777;
  3668. text-shadow: 0 1px 0 #ffffff;
  3669. }
  3670. .navbar .brand:hover,
  3671. .navbar .brand:focus {
  3672. text-decoration: none;
  3673. }
  3674. .navbar-text {
  3675. margin-bottom: 0;
  3676. line-height: 40px;
  3677. color: #777777;
  3678. }
  3679. .navbar-link {
  3680. color: #777777;
  3681. }
  3682. .navbar-link:hover,
  3683. .navbar-link:focus {
  3684. color: #333333;
  3685. }
  3686. .navbar .divider-vertical {
  3687. height: 40px;
  3688. margin: 0 9px;
  3689. border-right: 1px solid #ffffff;
  3690. border-left: 1px solid #f2f2f2;
  3691. }
  3692. .navbar .btn,
  3693. .navbar .btn-group {
  3694. margin-top: 5px;
  3695. }
  3696. .navbar .btn-group .btn,
  3697. .navbar .input-prepend .btn,
  3698. .navbar .input-append .btn,
  3699. .navbar .input-prepend .btn-group,
  3700. .navbar .input-append .btn-group {
  3701. margin-top: 0;
  3702. }
  3703. .navbar-form {
  3704. margin-bottom: 0;
  3705. *zoom: 1;
  3706. }
  3707. .navbar-form:before,
  3708. .navbar-form:after {
  3709. display: table;
  3710. line-height: 0;
  3711. content: "";
  3712. }
  3713. .navbar-form:after {
  3714. clear: both;
  3715. }
  3716. .navbar-form input,
  3717. .navbar-form select,
  3718. .navbar-form .radio,
  3719. .navbar-form .checkbox {
  3720. margin-top: 5px;
  3721. }
  3722. .navbar-form input,
  3723. .navbar-form select,
  3724. .navbar-form .btn {
  3725. display: inline-block;
  3726. margin-bottom: 0;
  3727. }
  3728. .navbar-form input[type="image"],
  3729. .navbar-form input[type="checkbox"],
  3730. .navbar-form input[type="radio"] {
  3731. margin-top: 3px;
  3732. }
  3733. .navbar-form .input-append,
  3734. .navbar-form .input-prepend {
  3735. margin-top: 5px;
  3736. white-space: nowrap;
  3737. }
  3738. .navbar-form .input-append input,
  3739. .navbar-form .input-prepend input {
  3740. margin-top: 0;
  3741. }
  3742. .navbar-search {
  3743. position: relative;
  3744. float: left;
  3745. margin-top: 5px;
  3746. margin-bottom: 0;
  3747. }
  3748. .navbar-search .search-query {
  3749. padding: 4px 14px;
  3750. margin-bottom: 0;
  3751. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  3752. font-size: 13px;
  3753. font-weight: normal;
  3754. line-height: 1;
  3755. -webkit-border-radius: 15px;
  3756. -moz-border-radius: 15px;
  3757. border-radius: 15px;
  3758. }
  3759. .navbar-static-top {
  3760. position: static;
  3761. margin-bottom: 0;
  3762. }
  3763. .navbar-static-top .navbar-inner {
  3764. -webkit-border-radius: 0;
  3765. -moz-border-radius: 0;
  3766. border-radius: 0;
  3767. }
  3768. .navbar-fixed-top,
  3769. .navbar-fixed-bottom {
  3770. position: fixed;
  3771. right: 0;
  3772. left: 0;
  3773. z-index: 1030;
  3774. margin-bottom: 0;
  3775. }
  3776. .navbar-fixed-top .navbar-inner,
  3777. .navbar-static-top .navbar-inner {
  3778. border-width: 0 0 1px;
  3779. }
  3780. .navbar-fixed-bottom .navbar-inner {
  3781. border-width: 1px 0 0;
  3782. }
  3783. .navbar-fixed-top .navbar-inner,
  3784. .navbar-fixed-bottom .navbar-inner {
  3785. padding-right: 0;
  3786. padding-left: 0;
  3787. -webkit-border-radius: 0;
  3788. -moz-border-radius: 0;
  3789. border-radius: 0;
  3790. }
  3791. .navbar-static-top .container,
  3792. .navbar-fixed-top .container,
  3793. .navbar-fixed-bottom .container {
  3794. width: 940px;
  3795. }
  3796. .navbar-fixed-top {
  3797. top: 0;
  3798. }
  3799. .navbar-fixed-top .navbar-inner,
  3800. .navbar-static-top .navbar-inner {
  3801. -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  3802. -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  3803. box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  3804. }
  3805. .navbar-fixed-bottom {
  3806. bottom: 0;
  3807. }
  3808. .navbar-fixed-bottom .navbar-inner {
  3809. -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  3810. -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  3811. box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  3812. }
  3813. .navbar .nav {
  3814. position: relative;
  3815. left: 0;
  3816. display: block;
  3817. float: left;
  3818. margin: 0 10px 0 0;
  3819. }
  3820. .navbar .nav.pull-right {
  3821. float: right;
  3822. margin-right: 0;
  3823. }
  3824. .navbar .nav > li {
  3825. float: left;
  3826. }
  3827. .navbar .nav > li > a {
  3828. color: #777777;
  3829. text-decoration: none;
  3830. text-shadow: 0 1px 0 #ffffff;
  3831. }
  3832. .navbar .nav .dropdown-toggle .caret {
  3833. margin-top: 8px;
  3834. }
  3835. .navbar .nav > li > a:focus,
  3836. .navbar .nav > li > a:hover {
  3837. color: #333333;
  3838. text-decoration: none;
  3839. background-color: transparent;
  3840. }
  3841. .navbar .nav > .active > a,
  3842. .navbar .nav > .active > a:hover,
  3843. .navbar .nav > .active > a:focus {
  3844. color: #555555;
  3845. text-decoration: none;
  3846. background-color: #e5e5e5;
  3847. -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3848. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3849. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3850. }
  3851. .navbar .btn-navbar {
  3852. display: none;
  3853. float: right;
  3854. padding: 7px 10px;
  3855. margin-right: 5px;
  3856. margin-left: 5px;
  3857. color: #ffffff;
  3858. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3859. background-color: #ededed;
  3860. *background-color: #e5e5e5;
  3861. background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  3862. background-image: -webkit-gradient(
  3863. linear,
  3864. 0 0,
  3865. 0 100%,
  3866. from(#f2f2f2),
  3867. to(#e5e5e5)
  3868. );
  3869. background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  3870. background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  3871. background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  3872. background-repeat: repeat-x;
  3873. border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  3874. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  3875. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  3876. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  3877. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
  3878. 0 1px 0 rgba(255, 255, 255, 0.075);
  3879. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
  3880. 0 1px 0 rgba(255, 255, 255, 0.075);
  3881. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
  3882. 0 1px 0 rgba(255, 255, 255, 0.075);
  3883. }
  3884. .navbar .btn-navbar:hover,
  3885. .navbar .btn-navbar:focus,
  3886. .navbar .btn-navbar:active,
  3887. .navbar .btn-navbar.active,
  3888. .navbar .btn-navbar.disabled,
  3889. .navbar .btn-navbar[disabled] {
  3890. color: #ffffff;
  3891. background-color: #e5e5e5;
  3892. *background-color: #d9d9d9;
  3893. }
  3894. .navbar .btn-navbar:active,
  3895. .navbar .btn-navbar.active {
  3896. background-color: #cccccc \9;
  3897. }
  3898. .navbar .btn-navbar .icon-bar {
  3899. display: block;
  3900. width: 18px;
  3901. height: 2px;
  3902. background-color: #f5f5f5;
  3903. -webkit-border-radius: 1px;
  3904. -moz-border-radius: 1px;
  3905. border-radius: 1px;
  3906. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3907. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3908. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3909. }
  3910. .btn-navbar .icon-bar + .icon-bar {
  3911. margin-top: 3px;
  3912. }
  3913. .navbar .nav > li > .dropdown-menu:before {
  3914. position: absolute;
  3915. top: -7px;
  3916. left: 9px;
  3917. display: inline-block;
  3918. border-right: 7px solid transparent;
  3919. border-bottom: 7px solid #ccc;
  3920. border-left: 7px solid transparent;
  3921. border-bottom-color: rgba(0, 0, 0, 0.2);
  3922. content: "";
  3923. }
  3924. .navbar .nav > li > .dropdown-menu:after {
  3925. position: absolute;
  3926. top: -6px;
  3927. left: 10px;
  3928. display: inline-block;
  3929. border-right: 6px solid transparent;
  3930. border-bottom: 6px solid #ffffff;
  3931. border-left: 6px solid transparent;
  3932. content: "";
  3933. }
  3934. .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  3935. top: auto;
  3936. bottom: -7px;
  3937. border-top: 7px solid #ccc;
  3938. border-bottom: 0;
  3939. border-top-color: rgba(0, 0, 0, 0.2);
  3940. }
  3941. .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  3942. top: auto;
  3943. bottom: -6px;
  3944. border-top: 6px solid #ffffff;
  3945. border-bottom: 0;
  3946. }
  3947. .navbar .nav li.dropdown > a:hover .caret,
  3948. .navbar .nav li.dropdown > a:focus .caret {
  3949. border-top-color: #333333;
  3950. border-bottom-color: #333333;
  3951. }
  3952. .navbar .nav li.dropdown.open > .dropdown-toggle,
  3953. .navbar .nav li.dropdown.active > .dropdown-toggle,
  3954. .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  3955. color: #555555;
  3956. background-color: #e5e5e5;
  3957. }
  3958. .navbar .nav li.dropdown > .dropdown-toggle .caret {
  3959. border-top-color: #777777;
  3960. border-bottom-color: #777777;
  3961. }
  3962. .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  3963. .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  3964. .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  3965. border-top-color: #555555;
  3966. border-bottom-color: #555555;
  3967. }
  3968. .navbar .pull-right > li > .dropdown-menu,
  3969. .navbar .nav > li > .dropdown-menu.pull-right {
  3970. right: 0;
  3971. left: auto;
  3972. }
  3973. .navbar .pull-right > li > .dropdown-menu:before,
  3974. .navbar .nav > li > .dropdown-menu.pull-right:before {
  3975. right: 12px;
  3976. left: auto;
  3977. }
  3978. .navbar .pull-right > li > .dropdown-menu:after,
  3979. .navbar .nav > li > .dropdown-menu.pull-right:after {
  3980. right: 13px;
  3981. left: auto;
  3982. }
  3983. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  3984. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  3985. right: 100%;
  3986. left: auto;
  3987. margin-right: -1px;
  3988. margin-left: 0;
  3989. -webkit-border-radius: 6px 0 6px 6px;
  3990. -moz-border-radius: 6px 0 6px 6px;
  3991. border-radius: 6px 0 6px 6px;
  3992. }
  3993. .navbar-inverse .navbar-inner {
  3994. background-color: #1b1b1b;
  3995. background-image: -moz-linear-gradient(top, #222222, #111111);
  3996. background-image: -webkit-gradient(
  3997. linear,
  3998. 0 0,
  3999. 0 100%,
  4000. from(#222222),
  4001. to(#111111)
  4002. );
  4003. background-image: -webkit-linear-gradient(top, #222222, #111111);
  4004. background-image: -o-linear-gradient(top, #222222, #111111);
  4005. background-image: linear-gradient(to bottom, #222222, #111111);
  4006. background-repeat: repeat-x;
  4007. border-color: #252525;
  4008. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  4009. }
  4010. .navbar-inverse .brand,
  4011. .navbar-inverse .nav > li > a {
  4012. color: #999999;
  4013. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4014. }
  4015. .navbar-inverse .brand:hover,
  4016. .navbar-inverse .nav > li > a:hover,
  4017. .navbar-inverse .brand:focus,
  4018. .navbar-inverse .nav > li > a:focus {
  4019. color: #ffffff;
  4020. }
  4021. .navbar-inverse .brand {
  4022. color: #999999;
  4023. }
  4024. .navbar-inverse .navbar-text {
  4025. color: #999999;
  4026. }
  4027. .navbar-inverse .nav > li > a:focus,
  4028. .navbar-inverse .nav > li > a:hover {
  4029. color: #ffffff;
  4030. background-color: transparent;
  4031. }
  4032. .navbar-inverse .nav .active > a,
  4033. .navbar-inverse .nav .active > a:hover,
  4034. .navbar-inverse .nav .active > a:focus {
  4035. color: #ffffff;
  4036. background-color: #111111;
  4037. }
  4038. .navbar-inverse .navbar-link {
  4039. color: #999999;
  4040. }
  4041. .navbar-inverse .navbar-link:hover,
  4042. .navbar-inverse .navbar-link:focus {
  4043. color: #ffffff;
  4044. }
  4045. .navbar-inverse .divider-vertical {
  4046. border-right-color: #222222;
  4047. border-left-color: #111111;
  4048. }
  4049. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  4050. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  4051. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  4052. color: #ffffff;
  4053. background-color: #111111;
  4054. }
  4055. .navbar-inverse .nav li.dropdown > a:hover .caret,
  4056. .navbar-inverse .nav li.dropdown > a:focus .caret {
  4057. border-top-color: #ffffff;
  4058. border-bottom-color: #ffffff;
  4059. }
  4060. .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  4061. border-top-color: #999999;
  4062. border-bottom-color: #999999;
  4063. }
  4064. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  4065. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  4066. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  4067. border-top-color: #ffffff;
  4068. border-bottom-color: #ffffff;
  4069. }
  4070. .navbar-inverse .navbar-search .search-query {
  4071. color: #ffffff;
  4072. background-color: #515151;
  4073. border-color: #111111;
  4074. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
  4075. 0 1px 0 rgba(255, 255, 255, 0.15);
  4076. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
  4077. 0 1px 0 rgba(255, 255, 255, 0.15);
  4078. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
  4079. 0 1px 0 rgba(255, 255, 255, 0.15);
  4080. -webkit-transition: none;
  4081. -moz-transition: none;
  4082. -o-transition: none;
  4083. transition: none;
  4084. }
  4085. .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  4086. color: #cccccc;
  4087. }
  4088. .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  4089. color: #cccccc;
  4090. }
  4091. .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  4092. color: #cccccc;
  4093. }
  4094. .navbar-inverse .navbar-search .search-query:focus,
  4095. .navbar-inverse .navbar-search .search-query.focused {
  4096. padding: 5px 15px;
  4097. color: #333333;
  4098. text-shadow: 0 1px 0 #ffffff;
  4099. background-color: #ffffff;
  4100. border: 0;
  4101. outline: 0;
  4102. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  4103. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  4104. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  4105. }
  4106. .navbar-inverse .btn-navbar {
  4107. color: #ffffff;
  4108. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4109. background-color: #0e0e0e;
  4110. *background-color: #040404;
  4111. background-image: -moz-linear-gradient(top, #151515, #040404);
  4112. background-image: -webkit-gradient(
  4113. linear,
  4114. 0 0,
  4115. 0 100%,
  4116. from(#151515),
  4117. to(#040404)
  4118. );
  4119. background-image: -webkit-linear-gradient(top, #151515, #040404);
  4120. background-image: -o-linear-gradient(top, #151515, #040404);
  4121. background-image: linear-gradient(to bottom, #151515, #040404);
  4122. background-repeat: repeat-x;
  4123. border-color: #040404 #040404 #000000;
  4124. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  4125. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  4126. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  4127. }
  4128. .navbar-inverse .btn-navbar:hover,
  4129. .navbar-inverse .btn-navbar:focus,
  4130. .navbar-inverse .btn-navbar:active,
  4131. .navbar-inverse .btn-navbar.active,
  4132. .navbar-inverse .btn-navbar.disabled,
  4133. .navbar-inverse .btn-navbar[disabled] {
  4134. color: #ffffff;
  4135. background-color: #040404;
  4136. *background-color: #000000;
  4137. }
  4138. .navbar-inverse .btn-navbar:active,
  4139. .navbar-inverse .btn-navbar.active {
  4140. background-color: #000000 \9;
  4141. }
  4142. .breadcrumb {
  4143. padding: 8px 15px;
  4144. margin: 0 0 20px;
  4145. list-style: none;
  4146. background-color: #f5f5f5;
  4147. -webkit-border-radius: 4px;
  4148. -moz-border-radius: 4px;
  4149. border-radius: 4px;
  4150. }
  4151. .breadcrumb > li {
  4152. display: inline-block;
  4153. *display: inline;
  4154. text-shadow: 0 1px 0 #ffffff;
  4155. *zoom: 1;
  4156. }
  4157. .breadcrumb > li > .divider {
  4158. padding: 0 5px;
  4159. color: #ccc;
  4160. }
  4161. .breadcrumb > .active {
  4162. color: #999999;
  4163. }
  4164. .pagination {
  4165. margin: 20px 0;
  4166. }
  4167. .pagination ul {
  4168. display: inline-block;
  4169. *display: inline;
  4170. margin-bottom: 0;
  4171. margin-left: 0;
  4172. -webkit-border-radius: 4px;
  4173. -moz-border-radius: 4px;
  4174. border-radius: 4px;
  4175. *zoom: 1;
  4176. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  4177. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  4178. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  4179. }
  4180. .pagination ul > li {
  4181. display: inline;
  4182. }
  4183. .pagination ul > li > a,
  4184. .pagination ul > li > span {
  4185. float: left;
  4186. padding: 4px 12px;
  4187. line-height: 20px;
  4188. text-decoration: none;
  4189. background-color: #ffffff;
  4190. border: 1px solid #dddddd;
  4191. border-left-width: 0;
  4192. }
  4193. .pagination ul > li > a:hover,
  4194. .pagination ul > li > a:focus,
  4195. .pagination ul > .active > a,
  4196. .pagination ul > .active > span {
  4197. background-color: #f5f5f5;
  4198. }
  4199. .pagination ul > .active > a,
  4200. .pagination ul > .active > span {
  4201. color: #999999;
  4202. cursor: default;
  4203. }
  4204. .pagination ul > .disabled > span,
  4205. .pagination ul > .disabled > a,
  4206. .pagination ul > .disabled > a:hover,
  4207. .pagination ul > .disabled > a:focus {
  4208. color: #999999;
  4209. cursor: default;
  4210. background-color: transparent;
  4211. }
  4212. .pagination ul > li:first-child > a,
  4213. .pagination ul > li:first-child > span {
  4214. border-left-width: 1px;
  4215. -webkit-border-bottom-left-radius: 4px;
  4216. border-bottom-left-radius: 4px;
  4217. -webkit-border-top-left-radius: 4px;
  4218. border-top-left-radius: 4px;
  4219. -moz-border-radius-bottomleft: 4px;
  4220. -moz-border-radius-topleft: 4px;
  4221. }
  4222. .pagination ul > li:last-child > a,
  4223. .pagination ul > li:last-child > span {
  4224. -webkit-border-top-right-radius: 4px;
  4225. border-top-right-radius: 4px;
  4226. -webkit-border-bottom-right-radius: 4px;
  4227. border-bottom-right-radius: 4px;
  4228. -moz-border-radius-topright: 4px;
  4229. -moz-border-radius-bottomright: 4px;
  4230. }
  4231. .pagination-centered {
  4232. text-align: center;
  4233. }
  4234. .pagination-right {
  4235. text-align: right;
  4236. }
  4237. .pagination-large ul > li > a,
  4238. .pagination-large ul > li > span {
  4239. padding: 11px 19px;
  4240. font-size: 17.5px;
  4241. }
  4242. .pagination-large ul > li:first-child > a,
  4243. .pagination-large ul > li:first-child > span {
  4244. -webkit-border-bottom-left-radius: 6px;
  4245. border-bottom-left-radius: 6px;
  4246. -webkit-border-top-left-radius: 6px;
  4247. border-top-left-radius: 6px;
  4248. -moz-border-radius-bottomleft: 6px;
  4249. -moz-border-radius-topleft: 6px;
  4250. }
  4251. .pagination-large ul > li:last-child > a,
  4252. .pagination-large ul > li:last-child > span {
  4253. -webkit-border-top-right-radius: 6px;
  4254. border-top-right-radius: 6px;
  4255. -webkit-border-bottom-right-radius: 6px;
  4256. border-bottom-right-radius: 6px;
  4257. -moz-border-radius-topright: 6px;
  4258. -moz-border-radius-bottomright: 6px;
  4259. }
  4260. .pagination-mini ul > li:first-child > a,
  4261. .pagination-small ul > li:first-child > a,
  4262. .pagination-mini ul > li:first-child > span,
  4263. .pagination-small ul > li:first-child > span {
  4264. -webkit-border-bottom-left-radius: 3px;
  4265. border-bottom-left-radius: 3px;
  4266. -webkit-border-top-left-radius: 3px;
  4267. border-top-left-radius: 3px;
  4268. -moz-border-radius-bottomleft: 3px;
  4269. -moz-border-radius-topleft: 3px;
  4270. }
  4271. .pagination-mini ul > li:last-child > a,
  4272. .pagination-small ul > li:last-child > a,
  4273. .pagination-mini ul > li:last-child > span,
  4274. .pagination-small ul > li:last-child > span {
  4275. -webkit-border-top-right-radius: 3px;
  4276. border-top-right-radius: 3px;
  4277. -webkit-border-bottom-right-radius: 3px;
  4278. border-bottom-right-radius: 3px;
  4279. -moz-border-radius-topright: 3px;
  4280. -moz-border-radius-bottomright: 3px;
  4281. }
  4282. .pagination-small ul > li > a,
  4283. .pagination-small ul > li > span {
  4284. padding: 2px 10px;
  4285. font-size: 11.9px;
  4286. }
  4287. .pagination-mini ul > li > a,
  4288. .pagination-mini ul > li > span {
  4289. padding: 0 6px;
  4290. font-size: 10.5px;
  4291. }
  4292. .pager {
  4293. margin: 20px 0;
  4294. text-align: center;
  4295. list-style: none;
  4296. *zoom: 1;
  4297. }
  4298. .pager:before,
  4299. .pager:after {
  4300. display: table;
  4301. line-height: 0;
  4302. content: "";
  4303. }
  4304. .pager:after {
  4305. clear: both;
  4306. }
  4307. .pager li {
  4308. display: inline;
  4309. }
  4310. .pager li > a,
  4311. .pager li > span {
  4312. display: inline-block;
  4313. padding: 5px 14px;
  4314. background-color: #fff;
  4315. border: 1px solid #ddd;
  4316. -webkit-border-radius: 15px;
  4317. -moz-border-radius: 15px;
  4318. border-radius: 15px;
  4319. }
  4320. .pager li > a:hover,
  4321. .pager li > a:focus {
  4322. text-decoration: none;
  4323. background-color: #f5f5f5;
  4324. }
  4325. .pager .next > a,
  4326. .pager .next > span {
  4327. float: right;
  4328. }
  4329. .pager .previous > a,
  4330. .pager .previous > span {
  4331. float: left;
  4332. }
  4333. .pager .disabled > a,
  4334. .pager .disabled > a:hover,
  4335. .pager .disabled > a:focus,
  4336. .pager .disabled > span {
  4337. color: #999999;
  4338. cursor: default;
  4339. background-color: #fff;
  4340. }
  4341. .modal-backdrop {
  4342. position: fixed;
  4343. top: 0;
  4344. right: 0;
  4345. bottom: 0;
  4346. left: 0;
  4347. z-index: 1040;
  4348. background-color: #000000;
  4349. }
  4350. .modal-backdrop.fade {
  4351. opacity: 0;
  4352. }
  4353. .modal-backdrop,
  4354. .modal-backdrop.fade.in {
  4355. opacity: 0.8;
  4356. filter: alpha(opacity=80);
  4357. }
  4358. .modal {
  4359. position: fixed;
  4360. top: 10%;
  4361. left: 50%;
  4362. z-index: 1050;
  4363. width: 560px;
  4364. margin-left: -280px;
  4365. background-color: #ffffff;
  4366. border: 1px solid #999;
  4367. border: 1px solid rgba(0, 0, 0, 0.3);
  4368. *border: 1px solid #999;
  4369. -webkit-border-radius: 6px;
  4370. -moz-border-radius: 6px;
  4371. border-radius: 6px;
  4372. outline: none;
  4373. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  4374. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  4375. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  4376. -webkit-background-clip: padding-box;
  4377. -moz-background-clip: padding-box;
  4378. background-clip: padding-box;
  4379. }
  4380. .modal.fade {
  4381. top: -25%;
  4382. -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  4383. -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  4384. -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  4385. transition: opacity 0.3s linear, top 0.3s ease-out;
  4386. }
  4387. .modal.fade.in {
  4388. top: 10%;
  4389. }
  4390. .modal-header {
  4391. padding: 9px 15px;
  4392. border-bottom: 1px solid #eee;
  4393. }
  4394. .modal-header .close {
  4395. margin-top: 2px;
  4396. }
  4397. .modal-header h3 {
  4398. margin: 0;
  4399. line-height: 30px;
  4400. }
  4401. .modal-body {
  4402. position: relative;
  4403. max-height: 400px;
  4404. padding: 15px;
  4405. overflow-y: auto;
  4406. }
  4407. .modal-form {
  4408. margin-bottom: 0;
  4409. }
  4410. .modal-footer {
  4411. padding: 14px 15px 15px;
  4412. margin-bottom: 0;
  4413. text-align: right;
  4414. background-color: #f5f5f5;
  4415. border-top: 1px solid #ddd;
  4416. -webkit-border-radius: 0 0 6px 6px;
  4417. -moz-border-radius: 0 0 6px 6px;
  4418. border-radius: 0 0 6px 6px;
  4419. *zoom: 1;
  4420. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  4421. -moz-box-shadow: inset 0 1px 0 #ffffff;
  4422. box-shadow: inset 0 1px 0 #ffffff;
  4423. }
  4424. .modal-footer:before,
  4425. .modal-footer:after {
  4426. display: table;
  4427. line-height: 0;
  4428. content: "";
  4429. }
  4430. .modal-footer:after {
  4431. clear: both;
  4432. }
  4433. .modal-footer .btn + .btn {
  4434. margin-bottom: 0;
  4435. margin-left: 5px;
  4436. }
  4437. .modal-footer .btn-group .btn + .btn {
  4438. margin-left: -1px;
  4439. }
  4440. .modal-footer .btn-block + .btn-block {
  4441. margin-left: 0;
  4442. }
  4443. .tooltip {
  4444. position: absolute;
  4445. z-index: 1030;
  4446. display: block;
  4447. font-size: 11px;
  4448. line-height: 1.4;
  4449. opacity: 0;
  4450. filter: alpha(opacity=0);
  4451. visibility: visible;
  4452. }
  4453. .tooltip.in {
  4454. opacity: 0.8;
  4455. filter: alpha(opacity=80);
  4456. }
  4457. .tooltip.top {
  4458. padding: 5px 0;
  4459. margin-top: -3px;
  4460. }
  4461. .tooltip.right {
  4462. padding: 0 5px;
  4463. margin-left: 3px;
  4464. }
  4465. .tooltip.bottom {
  4466. padding: 5px 0;
  4467. margin-top: 3px;
  4468. }
  4469. .tooltip.left {
  4470. padding: 0 5px;
  4471. margin-left: -3px;
  4472. }
  4473. .tooltip-inner {
  4474. max-width: 200px;
  4475. padding: 8px;
  4476. color: #ffffff;
  4477. text-align: center;
  4478. text-decoration: none;
  4479. background-color: #000000;
  4480. -webkit-border-radius: 4px;
  4481. -moz-border-radius: 4px;
  4482. border-radius: 4px;
  4483. }
  4484. .tooltip-arrow {
  4485. position: absolute;
  4486. width: 0;
  4487. height: 0;
  4488. border-color: transparent;
  4489. border-style: solid;
  4490. }
  4491. .tooltip.top .tooltip-arrow {
  4492. bottom: 0;
  4493. left: 50%;
  4494. margin-left: -5px;
  4495. border-top-color: #000000;
  4496. border-width: 5px 5px 0;
  4497. }
  4498. .tooltip.right .tooltip-arrow {
  4499. top: 50%;
  4500. left: 0;
  4501. margin-top: -5px;
  4502. border-right-color: #000000;
  4503. border-width: 5px 5px 5px 0;
  4504. }
  4505. .tooltip.left .tooltip-arrow {
  4506. top: 50%;
  4507. right: 0;
  4508. margin-top: -5px;
  4509. border-left-color: #000000;
  4510. border-width: 5px 0 5px 5px;
  4511. }
  4512. .tooltip.bottom .tooltip-arrow {
  4513. top: 0;
  4514. left: 50%;
  4515. margin-left: -5px;
  4516. border-bottom-color: #000000;
  4517. border-width: 0 5px 5px;
  4518. }
  4519. .popover {
  4520. position: absolute;
  4521. top: 0;
  4522. left: 0;
  4523. z-index: 1010;
  4524. display: none;
  4525. max-width: 276px;
  4526. padding: 1px;
  4527. text-align: left;
  4528. white-space: normal;
  4529. background-color: #ffffff;
  4530. border: 1px solid #ccc;
  4531. border: 1px solid rgba(0, 0, 0, 0.2);
  4532. -webkit-border-radius: 6px;
  4533. -moz-border-radius: 6px;
  4534. border-radius: 6px;
  4535. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4536. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4537. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4538. -webkit-background-clip: padding-box;
  4539. -moz-background-clip: padding;
  4540. background-clip: padding-box;
  4541. }
  4542. .popover.top {
  4543. margin-top: -10px;
  4544. }
  4545. .popover.right {
  4546. margin-left: 10px;
  4547. }
  4548. .popover.bottom {
  4549. margin-top: 10px;
  4550. }
  4551. .popover.left {
  4552. margin-left: -10px;
  4553. }
  4554. .popover-title {
  4555. padding: 8px 14px;
  4556. margin: 0;
  4557. font-size: 14px;
  4558. font-weight: normal;
  4559. line-height: 18px;
  4560. background-color: #f7f7f7;
  4561. border-bottom: 1px solid #ebebeb;
  4562. -webkit-border-radius: 5px 5px 0 0;
  4563. -moz-border-radius: 5px 5px 0 0;
  4564. border-radius: 5px 5px 0 0;
  4565. }
  4566. .popover-title:empty {
  4567. display: none;
  4568. }
  4569. .popover-content {
  4570. padding: 9px 14px;
  4571. }
  4572. .popover .arrow,
  4573. .popover .arrow:after {
  4574. position: absolute;
  4575. display: block;
  4576. width: 0;
  4577. height: 0;
  4578. border-color: transparent;
  4579. border-style: solid;
  4580. }
  4581. .popover .arrow {
  4582. border-width: 11px;
  4583. }
  4584. .popover .arrow:after {
  4585. border-width: 10px;
  4586. content: "";
  4587. }
  4588. .popover.top .arrow {
  4589. bottom: -11px;
  4590. left: 50%;
  4591. margin-left: -11px;
  4592. border-top-color: #999;
  4593. border-top-color: rgba(0, 0, 0, 0.25);
  4594. border-bottom-width: 0;
  4595. }
  4596. .popover.top .arrow:after {
  4597. bottom: 1px;
  4598. margin-left: -10px;
  4599. border-top-color: #ffffff;
  4600. border-bottom-width: 0;
  4601. }
  4602. .popover.right .arrow {
  4603. top: 50%;
  4604. left: -11px;
  4605. margin-top: -11px;
  4606. border-right-color: #999;
  4607. border-right-color: rgba(0, 0, 0, 0.25);
  4608. border-left-width: 0;
  4609. }
  4610. .popover.right .arrow:after {
  4611. bottom: -10px;
  4612. left: 1px;
  4613. border-right-color: #ffffff;
  4614. border-left-width: 0;
  4615. }
  4616. .popover.bottom .arrow {
  4617. top: -11px;
  4618. left: 50%;
  4619. margin-left: -11px;
  4620. border-bottom-color: #999;
  4621. border-bottom-color: rgba(0, 0, 0, 0.25);
  4622. border-top-width: 0;
  4623. }
  4624. .popover.bottom .arrow:after {
  4625. top: 1px;
  4626. margin-left: -10px;
  4627. border-bottom-color: #ffffff;
  4628. border-top-width: 0;
  4629. }
  4630. .popover.left .arrow {
  4631. top: 50%;
  4632. right: -11px;
  4633. margin-top: -11px;
  4634. border-left-color: #999;
  4635. border-left-color: rgba(0, 0, 0, 0.25);
  4636. border-right-width: 0;
  4637. }
  4638. .popover.left .arrow:after {
  4639. right: 1px;
  4640. bottom: -10px;
  4641. border-left-color: #ffffff;
  4642. border-right-width: 0;
  4643. }
  4644. .thumbnails {
  4645. margin-left: -20px;
  4646. list-style: none;
  4647. *zoom: 1;
  4648. }
  4649. .thumbnails:before,
  4650. .thumbnails:after {
  4651. display: table;
  4652. line-height: 0;
  4653. content: "";
  4654. }
  4655. .thumbnails:after {
  4656. clear: both;
  4657. }
  4658. .row-fluid .thumbnails {
  4659. margin-left: 0;
  4660. }
  4661. .thumbnails > li {
  4662. float: left;
  4663. margin-bottom: 20px;
  4664. margin-left: 20px;
  4665. }
  4666. .thumbnail {
  4667. display: block;
  4668. padding: 4px;
  4669. line-height: 20px;
  4670. border: 1px solid #ddd;
  4671. -webkit-border-radius: 4px;
  4672. -moz-border-radius: 4px;
  4673. border-radius: 4px;
  4674. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4675. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4676. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4677. -webkit-transition: all 0.2s ease-in-out;
  4678. -moz-transition: all 0.2s ease-in-out;
  4679. -o-transition: all 0.2s ease-in-out;
  4680. transition: all 0.2s ease-in-out;
  4681. }
  4682. a.thumbnail:hover,
  4683. a.thumbnail:focus {
  4684. border-color: #0088cc;
  4685. -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4686. -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4687. box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4688. }
  4689. .thumbnail > img {
  4690. display: block;
  4691. max-width: 100%;
  4692. margin-right: auto;
  4693. margin-left: auto;
  4694. }
  4695. .thumbnail .caption {
  4696. padding: 9px;
  4697. color: #555555;
  4698. }
  4699. .media,
  4700. .media-body {
  4701. overflow: hidden;
  4702. *overflow: visible;
  4703. zoom: 1;
  4704. }
  4705. .media,
  4706. .media .media {
  4707. margin-top: 15px;
  4708. }
  4709. .media:first-child {
  4710. margin-top: 0;
  4711. }
  4712. .media-object {
  4713. display: block;
  4714. }
  4715. .media-heading {
  4716. margin: 0 0 5px;
  4717. }
  4718. .media > .pull-left {
  4719. margin-right: 10px;
  4720. }
  4721. .media > .pull-right {
  4722. margin-left: 10px;
  4723. }
  4724. .media-list {
  4725. margin-left: 0;
  4726. list-style: none;
  4727. }
  4728. .label,
  4729. .badge {
  4730. display: inline-block;
  4731. padding: 2px 4px;
  4732. font-size: 11.844px;
  4733. font-weight: bold;
  4734. line-height: 14px;
  4735. color: #ffffff;
  4736. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4737. white-space: nowrap;
  4738. vertical-align: baseline;
  4739. background-color: #999999;
  4740. }
  4741. .label {
  4742. -webkit-border-radius: 3px;
  4743. -moz-border-radius: 3px;
  4744. border-radius: 3px;
  4745. }
  4746. .badge {
  4747. padding-right: 9px;
  4748. padding-left: 9px;
  4749. -webkit-border-radius: 9px;
  4750. -moz-border-radius: 9px;
  4751. border-radius: 9px;
  4752. }
  4753. .label:empty,
  4754. .badge:empty {
  4755. display: none;
  4756. }
  4757. a.label:hover,
  4758. a.label:focus,
  4759. a.badge:hover,
  4760. a.badge:focus {
  4761. color: #ffffff;
  4762. text-decoration: none;
  4763. cursor: pointer;
  4764. }
  4765. .label-important,
  4766. .badge-important {
  4767. background-color: #b94a48;
  4768. }
  4769. .label-important[href],
  4770. .badge-important[href] {
  4771. background-color: #953b39;
  4772. }
  4773. .label-warning,
  4774. .badge-warning {
  4775. background-color: #f89406;
  4776. }
  4777. .label-warning[href],
  4778. .badge-warning[href] {
  4779. background-color: #c67605;
  4780. }
  4781. .label-success,
  4782. .badge-success {
  4783. background-color: #468847;
  4784. }
  4785. .label-success[href],
  4786. .badge-success[href] {
  4787. background-color: #356635;
  4788. }
  4789. .label-info,
  4790. .badge-info {
  4791. background-color: #3a87ad;
  4792. }
  4793. .label-info[href],
  4794. .badge-info[href] {
  4795. background-color: #2d6987;
  4796. }
  4797. .label-inverse,
  4798. .badge-inverse {
  4799. background-color: #333333;
  4800. }
  4801. .label-inverse[href],
  4802. .badge-inverse[href] {
  4803. background-color: #1a1a1a;
  4804. }
  4805. .btn .label,
  4806. .btn .badge {
  4807. position: relative;
  4808. top: -1px;
  4809. }
  4810. .btn-mini .label,
  4811. .btn-mini .badge {
  4812. top: 0;
  4813. }
  4814. @-webkit-keyframes progress-bar-stripes {
  4815. from {
  4816. background-position: 40px 0;
  4817. }
  4818. to {
  4819. background-position: 0 0;
  4820. }
  4821. }
  4822. @-moz-keyframes progress-bar-stripes {
  4823. from {
  4824. background-position: 40px 0;
  4825. }
  4826. to {
  4827. background-position: 0 0;
  4828. }
  4829. }
  4830. @-ms-keyframes progress-bar-stripes {
  4831. from {
  4832. background-position: 40px 0;
  4833. }
  4834. to {
  4835. background-position: 0 0;
  4836. }
  4837. }
  4838. @-o-keyframes progress-bar-stripes {
  4839. from {
  4840. background-position: 0 0;
  4841. }
  4842. to {
  4843. background-position: 40px 0;
  4844. }
  4845. }
  4846. @keyframes progress-bar-stripes {
  4847. from {
  4848. background-position: 40px 0;
  4849. }
  4850. to {
  4851. background-position: 0 0;
  4852. }
  4853. }
  4854. .progress {
  4855. height: 20px;
  4856. margin-bottom: 20px;
  4857. overflow: hidden;
  4858. background-color: #f7f7f7;
  4859. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  4860. background-image: -webkit-gradient(
  4861. linear,
  4862. 0 0,
  4863. 0 100%,
  4864. from(#f5f5f5),
  4865. to(#f9f9f9)
  4866. );
  4867. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  4868. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  4869. background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  4870. background-repeat: repeat-x;
  4871. -webkit-border-radius: 4px;
  4872. -moz-border-radius: 4px;
  4873. border-radius: 4px;
  4874. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  4875. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4876. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4877. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4878. }
  4879. .progress .bar {
  4880. float: left;
  4881. width: 0;
  4882. height: 100%;
  4883. font-size: 12px;
  4884. color: #ffffff;
  4885. text-align: center;
  4886. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4887. background-color: #0e90d2;
  4888. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  4889. background-image: -webkit-gradient(
  4890. linear,
  4891. 0 0,
  4892. 0 100%,
  4893. from(#149bdf),
  4894. to(#0480be)
  4895. );
  4896. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  4897. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  4898. background-image: linear-gradient(to bottom, #149bdf, #0480be);
  4899. background-repeat: repeat-x;
  4900. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  4901. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4902. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4903. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4904. -webkit-box-sizing: border-box;
  4905. -moz-box-sizing: border-box;
  4906. box-sizing: border-box;
  4907. -webkit-transition: width 0.6s ease;
  4908. -moz-transition: width 0.6s ease;
  4909. -o-transition: width 0.6s ease;
  4910. transition: width 0.6s ease;
  4911. }
  4912. .progress .bar + .bar {
  4913. -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
  4914. inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4915. -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
  4916. inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4917. box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
  4918. inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4919. }
  4920. .progress-striped .bar {
  4921. background-color: #149bdf;
  4922. background-image: -webkit-gradient(
  4923. linear,
  4924. 0 100%,
  4925. 100% 0,
  4926. color-stop(0.25, rgba(255, 255, 255, 0.15)),
  4927. color-stop(0.25, transparent),
  4928. color-stop(0.5, transparent),
  4929. color-stop(0.5, rgba(255, 255, 255, 0.15)),
  4930. color-stop(0.75, rgba(255, 255, 255, 0.15)),
  4931. color-stop(0.75, transparent),
  4932. to(transparent)
  4933. );
  4934. background-image: -webkit-linear-gradient(
  4935. 45deg,
  4936. rgba(255, 255, 255, 0.15) 25%,
  4937. transparent 25%,
  4938. transparent 50%,
  4939. rgba(255, 255, 255, 0.15) 50%,
  4940. rgba(255, 255, 255, 0.15) 75%,
  4941. transparent 75%,
  4942. transparent
  4943. );
  4944. background-image: -moz-linear-gradient(
  4945. 45deg,
  4946. rgba(255, 255, 255, 0.15) 25%,
  4947. transparent 25%,
  4948. transparent 50%,
  4949. rgba(255, 255, 255, 0.15) 50%,
  4950. rgba(255, 255, 255, 0.15) 75%,
  4951. transparent 75%,
  4952. transparent
  4953. );
  4954. background-image: -o-linear-gradient(
  4955. 45deg,
  4956. rgba(255, 255, 255, 0.15) 25%,
  4957. transparent 25%,
  4958. transparent 50%,
  4959. rgba(255, 255, 255, 0.15) 50%,
  4960. rgba(255, 255, 255, 0.15) 75%,
  4961. transparent 75%,
  4962. transparent
  4963. );
  4964. background-image: linear-gradient(
  4965. 45deg,
  4966. rgba(255, 255, 255, 0.15) 25%,
  4967. transparent 25%,
  4968. transparent 50%,
  4969. rgba(255, 255, 255, 0.15) 50%,
  4970. rgba(255, 255, 255, 0.15) 75%,
  4971. transparent 75%,
  4972. transparent
  4973. );
  4974. -webkit-background-size: 40px 40px;
  4975. -moz-background-size: 40px 40px;
  4976. -o-background-size: 40px 40px;
  4977. background-size: 40px 40px;
  4978. }
  4979. .progress.active .bar {
  4980. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4981. -moz-animation: progress-bar-stripes 2s linear infinite;
  4982. -ms-animation: progress-bar-stripes 2s linear infinite;
  4983. -o-animation: progress-bar-stripes 2s linear infinite;
  4984. animation: progress-bar-stripes 2s linear infinite;
  4985. }
  4986. .progress-danger .bar,
  4987. .progress .bar-danger {
  4988. background-color: #dd514c;
  4989. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  4990. background-image: -webkit-gradient(
  4991. linear,
  4992. 0 0,
  4993. 0 100%,
  4994. from(#ee5f5b),
  4995. to(#c43c35)
  4996. );
  4997. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  4998. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  4999. background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  5000. background-repeat: repeat-x;
  5001. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  5002. }
  5003. .progress-danger.progress-striped .bar,
  5004. .progress-striped .bar-danger {
  5005. background-color: #ee5f5b;
  5006. background-image: -webkit-gradient(
  5007. linear,
  5008. 0 100%,
  5009. 100% 0,
  5010. color-stop(0.25, rgba(255, 255, 255, 0.15)),
  5011. color-stop(0.25, transparent),
  5012. color-stop(0.5, transparent),
  5013. color-stop(0.5, rgba(255, 255, 255, 0.15)),
  5014. color-stop(0.75, rgba(255, 255, 255, 0.15)),
  5015. color-stop(0.75, transparent),
  5016. to(transparent)
  5017. );
  5018. background-image: -webkit-linear-gradient(
  5019. 45deg,
  5020. rgba(255, 255, 255, 0.15) 25%,
  5021. transparent 25%,
  5022. transparent 50%,
  5023. rgba(255, 255, 255, 0.15) 50%,
  5024. rgba(255, 255, 255, 0.15) 75%,
  5025. transparent 75%,
  5026. transparent
  5027. );
  5028. background-image: -moz-linear-gradient(
  5029. 45deg,
  5030. rgba(255, 255, 255, 0.15) 25%,
  5031. transparent 25%,
  5032. transparent 50%,
  5033. rgba(255, 255, 255, 0.15) 50%,
  5034. rgba(255, 255, 255, 0.15) 75%,
  5035. transparent 75%,
  5036. transparent
  5037. );
  5038. background-image: -o-linear-gradient(
  5039. 45deg,
  5040. rgba(255, 255, 255, 0.15) 25%,
  5041. transparent 25%,
  5042. transparent 50%,
  5043. rgba(255, 255, 255, 0.15) 50%,
  5044. rgba(255, 255, 255, 0.15) 75%,
  5045. transparent 75%,
  5046. transparent
  5047. );
  5048. background-image: linear-gradient(
  5049. 45deg,
  5050. rgba(255, 255, 255, 0.15) 25%,
  5051. transparent 25%,
  5052. transparent 50%,
  5053. rgba(255, 255, 255, 0.15) 50%,
  5054. rgba(255, 255, 255, 0.15) 75%,
  5055. transparent 75%,
  5056. transparent
  5057. );
  5058. }
  5059. .progress-success .bar,
  5060. .progress .bar-success {
  5061. background-color: #5eb95e;
  5062. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  5063. background-image: -webkit-gradient(
  5064. linear,
  5065. 0 0,
  5066. 0 100%,
  5067. from(#62c462),
  5068. to(#57a957)
  5069. );
  5070. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  5071. background-image: -o-linear-gradient(top, #62c462, #57a957);
  5072. background-image: linear-gradient(to bottom, #62c462, #57a957);
  5073. background-repeat: repeat-x;
  5074. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  5075. }
  5076. .progress-success.progress-striped .bar,
  5077. .progress-striped .bar-success {
  5078. background-color: #62c462;
  5079. background-image: -webkit-gradient(
  5080. linear,
  5081. 0 100%,
  5082. 100% 0,
  5083. color-stop(0.25, rgba(255, 255, 255, 0.15)),
  5084. color-stop(0.25, transparent),
  5085. color-stop(0.5, transparent),
  5086. color-stop(0.5, rgba(255, 255, 255, 0.15)),
  5087. color-stop(0.75, rgba(255, 255, 255, 0.15)),
  5088. color-stop(0.75, transparent),
  5089. to(transparent)
  5090. );
  5091. background-image: -webkit-linear-gradient(
  5092. 45deg,
  5093. rgba(255, 255, 255, 0.15) 25%,
  5094. transparent 25%,
  5095. transparent 50%,
  5096. rgba(255, 255, 255, 0.15) 50%,
  5097. rgba(255, 255, 255, 0.15) 75%,
  5098. transparent 75%,
  5099. transparent
  5100. );
  5101. background-image: -moz-linear-gradient(
  5102. 45deg,
  5103. rgba(255, 255, 255, 0.15) 25%,
  5104. transparent 25%,
  5105. transparent 50%,
  5106. rgba(255, 255, 255, 0.15) 50%,
  5107. rgba(255, 255, 255, 0.15) 75%,
  5108. transparent 75%,
  5109. transparent
  5110. );
  5111. background-image: -o-linear-gradient(
  5112. 45deg,
  5113. rgba(255, 255, 255, 0.15) 25%,
  5114. transparent 25%,
  5115. transparent 50%,
  5116. rgba(255, 255, 255, 0.15) 50%,
  5117. rgba(255, 255, 255, 0.15) 75%,
  5118. transparent 75%,
  5119. transparent
  5120. );
  5121. background-image: linear-gradient(
  5122. 45deg,
  5123. rgba(255, 255, 255, 0.15) 25%,
  5124. transparent 25%,
  5125. transparent 50%,
  5126. rgba(255, 255, 255, 0.15) 50%,
  5127. rgba(255, 255, 255, 0.15) 75%,
  5128. transparent 75%,
  5129. transparent
  5130. );
  5131. }
  5132. .progress-info .bar,
  5133. .progress .bar-info {
  5134. background-color: #4bb1cf;
  5135. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  5136. background-image: -webkit-gradient(
  5137. linear,
  5138. 0 0,
  5139. 0 100%,
  5140. from(#5bc0de),
  5141. to(#339bb9)
  5142. );
  5143. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  5144. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  5145. background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  5146. background-repeat: repeat-x;
  5147. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  5148. }
  5149. .progress-info.progress-striped .bar,
  5150. .progress-striped .bar-info {
  5151. background-color: #5bc0de;
  5152. background-image: -webkit-gradient(
  5153. linear,
  5154. 0 100%,
  5155. 100% 0,
  5156. color-stop(0.25, rgba(255, 255, 255, 0.15)),
  5157. color-stop(0.25, transparent),
  5158. color-stop(0.5, transparent),
  5159. color-stop(0.5, rgba(255, 255, 255, 0.15)),
  5160. color-stop(0.75, rgba(255, 255, 255, 0.15)),
  5161. color-stop(0.75, transparent),
  5162. to(transparent)
  5163. );
  5164. background-image: -webkit-linear-gradient(
  5165. 45deg,
  5166. rgba(255, 255, 255, 0.15) 25%,
  5167. transparent 25%,
  5168. transparent 50%,
  5169. rgba(255, 255, 255, 0.15) 50%,
  5170. rgba(255, 255, 255, 0.15) 75%,
  5171. transparent 75%,
  5172. transparent
  5173. );
  5174. background-image: -moz-linear-gradient(
  5175. 45deg,
  5176. rgba(255, 255, 255, 0.15) 25%,
  5177. transparent 25%,
  5178. transparent 50%,
  5179. rgba(255, 255, 255, 0.15) 50%,
  5180. rgba(255, 255, 255, 0.15) 75%,
  5181. transparent 75%,
  5182. transparent
  5183. );
  5184. background-image: -o-linear-gradient(
  5185. 45deg,
  5186. rgba(255, 255, 255, 0.15) 25%,
  5187. transparent 25%,
  5188. transparent 50%,
  5189. rgba(255, 255, 255, 0.15) 50%,
  5190. rgba(255, 255, 255, 0.15) 75%,
  5191. transparent 75%,
  5192. transparent
  5193. );
  5194. background-image: linear-gradient(
  5195. 45deg,
  5196. rgba(255, 255, 255, 0.15) 25%,
  5197. transparent 25%,
  5198. transparent 50%,
  5199. rgba(255, 255, 255, 0.15) 50%,
  5200. rgba(255, 255, 255, 0.15) 75%,
  5201. transparent 75%,
  5202. transparent
  5203. );
  5204. }
  5205. .progress-warning .bar,
  5206. .progress .bar-warning {
  5207. background-color: #faa732;
  5208. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  5209. background-image: -webkit-gradient(
  5210. linear,
  5211. 0 0,
  5212. 0 100%,
  5213. from(#fbb450),
  5214. to(#f89406)
  5215. );
  5216. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  5217. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  5218. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  5219. background-repeat: repeat-x;
  5220. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  5221. }
  5222. .progress-warning.progress-striped .bar,
  5223. .progress-striped .bar-warning {
  5224. background-color: #fbb450;
  5225. background-image: -webkit-gradient(
  5226. linear,
  5227. 0 100%,
  5228. 100% 0,
  5229. color-stop(0.25, rgba(255, 255, 255, 0.15)),
  5230. color-stop(0.25, transparent),
  5231. color-stop(0.5, transparent),
  5232. color-stop(0.5, rgba(255, 255, 255, 0.15)),
  5233. color-stop(0.75, rgba(255, 255, 255, 0.15)),
  5234. color-stop(0.75, transparent),
  5235. to(transparent)
  5236. );
  5237. background-image: -webkit-linear-gradient(
  5238. 45deg,
  5239. rgba(255, 255, 255, 0.15) 25%,
  5240. transparent 25%,
  5241. transparent 50%,
  5242. rgba(255, 255, 255, 0.15) 50%,
  5243. rgba(255, 255, 255, 0.15) 75%,
  5244. transparent 75%,
  5245. transparent
  5246. );
  5247. background-image: -moz-linear-gradient(
  5248. 45deg,
  5249. rgba(255, 255, 255, 0.15) 25%,
  5250. transparent 25%,
  5251. transparent 50%,
  5252. rgba(255, 255, 255, 0.15) 50%,
  5253. rgba(255, 255, 255, 0.15) 75%,
  5254. transparent 75%,
  5255. transparent
  5256. );
  5257. background-image: -o-linear-gradient(
  5258. 45deg,
  5259. rgba(255, 255, 255, 0.15) 25%,
  5260. transparent 25%,
  5261. transparent 50%,
  5262. rgba(255, 255, 255, 0.15) 50%,
  5263. rgba(255, 255, 255, 0.15) 75%,
  5264. transparent 75%,
  5265. transparent
  5266. );
  5267. background-image: linear-gradient(
  5268. 45deg,
  5269. rgba(255, 255, 255, 0.15) 25%,
  5270. transparent 25%,
  5271. transparent 50%,
  5272. rgba(255, 255, 255, 0.15) 50%,
  5273. rgba(255, 255, 255, 0.15) 75%,
  5274. transparent 75%,
  5275. transparent
  5276. );
  5277. }
  5278. .accordion {
  5279. margin-bottom: 20px;
  5280. }
  5281. .accordion-group {
  5282. margin-bottom: 2px;
  5283. border: 1px solid #e5e5e5;
  5284. -webkit-border-radius: 4px;
  5285. -moz-border-radius: 4px;
  5286. border-radius: 4px;
  5287. }
  5288. .accordion-heading {
  5289. border-bottom: 0;
  5290. }
  5291. .accordion-heading .accordion-toggle {
  5292. display: block;
  5293. padding: 8px 15px;
  5294. }
  5295. .accordion-toggle {
  5296. cursor: pointer;
  5297. }
  5298. .accordion-inner {
  5299. padding: 9px 15px;
  5300. border-top: 1px solid #e5e5e5;
  5301. }
  5302. .carousel {
  5303. position: relative;
  5304. margin-bottom: 20px;
  5305. line-height: 1;
  5306. }
  5307. .carousel-inner {
  5308. position: relative;
  5309. width: 100%;
  5310. overflow: hidden;
  5311. }
  5312. .carousel-inner > .item {
  5313. position: relative;
  5314. display: none;
  5315. -webkit-transition: 0.6s ease-in-out left;
  5316. -moz-transition: 0.6s ease-in-out left;
  5317. -o-transition: 0.6s ease-in-out left;
  5318. transition: 0.6s ease-in-out left;
  5319. }
  5320. .carousel-inner > .item > img,
  5321. .carousel-inner > .item > a > img {
  5322. display: block;
  5323. line-height: 1;
  5324. }
  5325. .carousel-inner > .active,
  5326. .carousel-inner > .next,
  5327. .carousel-inner > .prev {
  5328. display: block;
  5329. }
  5330. .carousel-inner > .active {
  5331. left: 0;
  5332. }
  5333. .carousel-inner > .next,
  5334. .carousel-inner > .prev {
  5335. position: absolute;
  5336. top: 0;
  5337. width: 100%;
  5338. }
  5339. .carousel-inner > .next {
  5340. left: 100%;
  5341. }
  5342. .carousel-inner > .prev {
  5343. left: -100%;
  5344. }
  5345. .carousel-inner > .next.left,
  5346. .carousel-inner > .prev.right {
  5347. left: 0;
  5348. }
  5349. .carousel-inner > .active.left {
  5350. left: -100%;
  5351. }
  5352. .carousel-inner > .active.right {
  5353. left: 100%;
  5354. }
  5355. .carousel-control {
  5356. position: absolute;
  5357. top: 40%;
  5358. left: 15px;
  5359. width: 40px;
  5360. height: 40px;
  5361. margin-top: -20px;
  5362. font-size: 60px;
  5363. font-weight: 100;
  5364. line-height: 30px;
  5365. color: #ffffff;
  5366. text-align: center;
  5367. background: #222222;
  5368. border: 3px solid #ffffff;
  5369. -webkit-border-radius: 23px;
  5370. -moz-border-radius: 23px;
  5371. border-radius: 23px;
  5372. opacity: 0.5;
  5373. filter: alpha(opacity=50);
  5374. }
  5375. .carousel-control.right {
  5376. right: 15px;
  5377. left: auto;
  5378. }
  5379. .carousel-control:hover,
  5380. .carousel-control:focus {
  5381. color: #ffffff;
  5382. text-decoration: none;
  5383. opacity: 0.9;
  5384. filter: alpha(opacity=90);
  5385. }
  5386. .carousel-indicators {
  5387. position: absolute;
  5388. top: 15px;
  5389. right: 15px;
  5390. z-index: 5;
  5391. margin: 0;
  5392. list-style: none;
  5393. }
  5394. .carousel-indicators li {
  5395. display: block;
  5396. float: left;
  5397. width: 10px;
  5398. height: 10px;
  5399. margin-left: 5px;
  5400. text-indent: -999px;
  5401. background-color: #ccc;
  5402. background-color: rgba(255, 255, 255, 0.25);
  5403. border-radius: 5px;
  5404. }
  5405. .carousel-indicators .active {
  5406. background-color: #fff;
  5407. }
  5408. .carousel-caption {
  5409. position: absolute;
  5410. right: 0;
  5411. bottom: 0;
  5412. left: 0;
  5413. padding: 15px;
  5414. background: #333333;
  5415. background: rgba(0, 0, 0, 0.75);
  5416. }
  5417. .carousel-caption h4,
  5418. .carousel-caption p {
  5419. line-height: 20px;
  5420. color: #ffffff;
  5421. }
  5422. .carousel-caption h4 {
  5423. margin: 0 0 5px;
  5424. }
  5425. .carousel-caption p {
  5426. margin-bottom: 0;
  5427. }
  5428. .hero-unit {
  5429. padding: 60px;
  5430. margin-bottom: 30px;
  5431. font-size: 18px;
  5432. font-weight: 200;
  5433. line-height: 30px;
  5434. color: inherit;
  5435. background-color: #eeeeee;
  5436. -webkit-border-radius: 6px;
  5437. -moz-border-radius: 6px;
  5438. border-radius: 6px;
  5439. }
  5440. .hero-unit h1 {
  5441. margin-bottom: 0;
  5442. font-size: 60px;
  5443. line-height: 1;
  5444. letter-spacing: -1px;
  5445. color: inherit;
  5446. }
  5447. .hero-unit li {
  5448. line-height: 30px;
  5449. }
  5450. .pull-right {
  5451. float: right;
  5452. }
  5453. .pull-left {
  5454. float: left;
  5455. }
  5456. .hide {
  5457. display: none;
  5458. }
  5459. .show {
  5460. display: block;
  5461. }
  5462. .invisible {
  5463. visibility: hidden;
  5464. }
  5465. .affix {
  5466. position: fixed;
  5467. }