Advertisement
Guest User

Untitled

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