Guest User

Metro bootstrap customized by FlevasGR

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