Advertisement
Guest User

Untitled

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