Advertisement
Guest User

Untitled

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