Advertisement
Guest User

bootstrap.min.css

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