updatin my description thing because i don't like the word workflow
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5886 lines
107 KiB

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