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.
 
 
 
 
 
 

5446 line
113 KiB

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