VEKIA

boostrapcss

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