Advertisement
Guest User

Untitled

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