cielavenir

bootstrap css

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