Advertisement
Guest User

aca

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