PageRenderTime 50ms CodeModel.GetById 7ms RepoModel.GetById 0ms app.codeStats 0ms

/src/honeynet_web/honeywall/static/twitter-bootstrap/docs/assets/css/bootstrap.css

https://bitbucket.org/cpdean/pig
CSS | 3365 lines | 3338 code | 9 blank | 18 comment | 0 complexity | 7232d71ee04fa4de881850b2bb446943 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
  1. /*!
  2. * Bootstrap v2.0.0
  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, canvas, video {
  23. display: inline-block;
  24. *display: inline;
  25. *zoom: 1;
  26. }
  27. audio:not([controls]) {
  28. display: none;
  29. }
  30. html {
  31. font-size: 100%;
  32. -webkit-text-size-adjust: 100%;
  33. -ms-text-size-adjust: 100%;
  34. }
  35. a:focus {
  36. outline: thin dotted;
  37. outline: 5px auto -webkit-focus-ring-color;
  38. outline-offset: -2px;
  39. }
  40. a:hover, a:active {
  41. outline: 0;
  42. }
  43. sub, sup {
  44. position: relative;
  45. font-size: 75%;
  46. line-height: 0;
  47. vertical-align: baseline;
  48. }
  49. sup {
  50. top: -0.5em;
  51. }
  52. sub {
  53. bottom: -0.25em;
  54. }
  55. img {
  56. max-width: 100%;
  57. height: auto;
  58. border: 0;
  59. -ms-interpolation-mode: bicubic;
  60. }
  61. button,
  62. input,
  63. select,
  64. textarea {
  65. margin: 0;
  66. font-size: 100%;
  67. vertical-align: middle;
  68. }
  69. button, input {
  70. *overflow: visible;
  71. line-height: normal;
  72. }
  73. button::-moz-focus-inner, input::-moz-focus-inner {
  74. padding: 0;
  75. border: 0;
  76. }
  77. button,
  78. input[type="button"],
  79. input[type="reset"],
  80. input[type="submit"] {
  81. cursor: pointer;
  82. -webkit-appearance: button;
  83. }
  84. input[type="search"] {
  85. -webkit-appearance: textfield;
  86. -webkit-box-sizing: content-box;
  87. -moz-box-sizing: content-box;
  88. box-sizing: content-box;
  89. }
  90. input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  91. -webkit-appearance: none;
  92. }
  93. textarea {
  94. overflow: auto;
  95. vertical-align: top;
  96. }
  97. body {
  98. margin: 0;
  99. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  100. font-size: 13px;
  101. line-height: 18px;
  102. color: #333333;
  103. background-color: #ffffff;
  104. }
  105. a {
  106. color: #0088cc;
  107. text-decoration: none;
  108. }
  109. a:hover {
  110. color: #005580;
  111. text-decoration: underline;
  112. }
  113. .row {
  114. margin-left: -20px;
  115. *zoom: 1;
  116. }
  117. .row:before, .row:after {
  118. display: table;
  119. content: "";
  120. }
  121. .row:after {
  122. clear: both;
  123. }
  124. [class*="span"] {
  125. float: left;
  126. margin-left: 20px;
  127. }
  128. .span1 {
  129. width: 60px;
  130. }
  131. .span2 {
  132. width: 140px;
  133. }
  134. .span3 {
  135. width: 220px;
  136. }
  137. .span4 {
  138. width: 300px;
  139. }
  140. .span5 {
  141. width: 380px;
  142. }
  143. .span6 {
  144. width: 460px;
  145. }
  146. .span7 {
  147. width: 540px;
  148. }
  149. .span8 {
  150. width: 620px;
  151. }
  152. .span9 {
  153. width: 700px;
  154. }
  155. .span10 {
  156. width: 780px;
  157. }
  158. .span11 {
  159. width: 860px;
  160. }
  161. .span12, .container {
  162. width: 940px;
  163. }
  164. .offset1 {
  165. margin-left: 100px;
  166. }
  167. .offset2 {
  168. margin-left: 180px;
  169. }
  170. .offset3 {
  171. margin-left: 260px;
  172. }
  173. .offset4 {
  174. margin-left: 340px;
  175. }
  176. .offset5 {
  177. margin-left: 420px;
  178. }
  179. .offset6 {
  180. margin-left: 500px;
  181. }
  182. .offset7 {
  183. margin-left: 580px;
  184. }
  185. .offset8 {
  186. margin-left: 660px;
  187. }
  188. .offset9 {
  189. margin-left: 740px;
  190. }
  191. .offset10 {
  192. margin-left: 820px;
  193. }
  194. .offset11 {
  195. margin-left: 900px;
  196. }
  197. .row-fluid {
  198. width: 100%;
  199. *zoom: 1;
  200. }
  201. .row-fluid:before, .row-fluid:after {
  202. display: table;
  203. content: "";
  204. }
  205. .row-fluid:after {
  206. clear: both;
  207. }
  208. .row-fluid > [class*="span"] {
  209. float: left;
  210. margin-left: 2.127659574%;
  211. }
  212. .row-fluid > [class*="span"]:first-child {
  213. margin-left: 0;
  214. }
  215. .row-fluid .span1 {
  216. width: 6.382978723%;
  217. }
  218. .row-fluid .span2 {
  219. width: 14.89361702%;
  220. }
  221. .row-fluid .span3 {
  222. width: 23.404255317%;
  223. }
  224. .row-fluid .span4 {
  225. width: 31.914893614%;
  226. }
  227. .row-fluid .span5 {
  228. width: 40.425531911%;
  229. }
  230. .row-fluid .span6 {
  231. width: 48.93617020799999%;
  232. }
  233. .row-fluid .span7 {
  234. width: 57.446808505%;
  235. }
  236. .row-fluid .span8 {
  237. width: 65.95744680199999%;
  238. }
  239. .row-fluid .span9 {
  240. width: 74.468085099%;
  241. }
  242. .row-fluid .span10 {
  243. width: 82.97872339599999%;
  244. }
  245. .row-fluid .span11 {
  246. width: 91.489361693%;
  247. }
  248. .row-fluid .span12 {
  249. width: 99.99999998999999%;
  250. }
  251. .container {
  252. width: 940px;
  253. margin-left: auto;
  254. margin-right: auto;
  255. *zoom: 1;
  256. }
  257. .container:before, .container:after {
  258. display: table;
  259. content: "";
  260. }
  261. .container:after {
  262. clear: both;
  263. }
  264. .container-fluid {
  265. padding-left: 20px;
  266. padding-right: 20px;
  267. *zoom: 1;
  268. }
  269. .container-fluid:before, .container-fluid:after {
  270. display: table;
  271. content: "";
  272. }
  273. .container-fluid:after {
  274. clear: both;
  275. }
  276. p {
  277. margin: 0 0 9px;
  278. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  279. font-size: 13px;
  280. line-height: 18px;
  281. }
  282. p small {
  283. font-size: 11px;
  284. color: #999999;
  285. }
  286. .lead {
  287. margin-bottom: 18px;
  288. font-size: 20px;
  289. font-weight: 200;
  290. line-height: 27px;
  291. }
  292. h1,
  293. h2,
  294. h3,
  295. h4,
  296. h5,
  297. h6 {
  298. margin: 0;
  299. font-weight: bold;
  300. color: #333333;
  301. text-rendering: optimizelegibility;
  302. }
  303. h1 small,
  304. h2 small,
  305. h3 small,
  306. h4 small,
  307. h5 small,
  308. h6 small {
  309. font-weight: normal;
  310. color: #999999;
  311. }
  312. h1 {
  313. font-size: 30px;
  314. line-height: 36px;
  315. }
  316. h1 small {
  317. font-size: 18px;
  318. }
  319. h2 {
  320. font-size: 24px;
  321. line-height: 36px;
  322. }
  323. h2 small {
  324. font-size: 18px;
  325. }
  326. h3 {
  327. line-height: 27px;
  328. font-size: 18px;
  329. }
  330. h3 small {
  331. font-size: 14px;
  332. }
  333. h4, h5, h6 {
  334. line-height: 18px;
  335. }
  336. h4 {
  337. font-size: 14px;
  338. }
  339. h4 small {
  340. font-size: 12px;
  341. }
  342. h5 {
  343. font-size: 12px;
  344. }
  345. h6 {
  346. font-size: 11px;
  347. color: #999999;
  348. text-transform: uppercase;
  349. }
  350. .page-header {
  351. padding-bottom: 17px;
  352. margin: 18px 0;
  353. border-bottom: 1px solid #eeeeee;
  354. }
  355. .page-header h1 {
  356. line-height: 1;
  357. }
  358. ul, ol {
  359. padding: 0;
  360. margin: 0 0 9px 25px;
  361. }
  362. ul ul,
  363. ul ol,
  364. ol ol,
  365. ol ul {
  366. margin-bottom: 0;
  367. }
  368. ul {
  369. list-style: disc;
  370. }
  371. ol {
  372. list-style: decimal;
  373. }
  374. li {
  375. line-height: 18px;
  376. }
  377. ul.unstyled {
  378. margin-left: 0;
  379. list-style: none;
  380. }
  381. dl {
  382. margin-bottom: 18px;
  383. }
  384. dt, dd {
  385. line-height: 18px;
  386. }
  387. dt {
  388. font-weight: bold;
  389. }
  390. dd {
  391. margin-left: 9px;
  392. }
  393. hr {
  394. margin: 18px 0;
  395. border: 0;
  396. border-top: 1px solid #e5e5e5;
  397. border-bottom: 1px solid #ffffff;
  398. }
  399. strong {
  400. font-weight: bold;
  401. }
  402. em {
  403. font-style: italic;
  404. }
  405. .muted {
  406. color: #999999;
  407. }
  408. abbr {
  409. font-size: 90%;
  410. text-transform: uppercase;
  411. border-bottom: 1px dotted #ddd;
  412. cursor: help;
  413. }
  414. blockquote {
  415. padding: 0 0 0 15px;
  416. margin: 0 0 18px;
  417. border-left: 5px solid #eeeeee;
  418. }
  419. blockquote p {
  420. margin-bottom: 0;
  421. font-size: 16px;
  422. font-weight: 300;
  423. line-height: 22.5px;
  424. }
  425. blockquote small {
  426. display: block;
  427. line-height: 18px;
  428. color: #999999;
  429. }
  430. blockquote small:before {
  431. content: '\2014 \00A0';
  432. }
  433. blockquote.pull-right {
  434. float: right;
  435. padding-left: 0;
  436. padding-right: 15px;
  437. border-left: 0;
  438. border-right: 5px solid #eeeeee;
  439. }
  440. blockquote.pull-right p, blockquote.pull-right small {
  441. text-align: right;
  442. }
  443. q:before,
  444. q:after,
  445. blockquote:before,
  446. blockquote:after {
  447. content: "";
  448. }
  449. address {
  450. display: block;
  451. margin-bottom: 18px;
  452. line-height: 18px;
  453. font-style: normal;
  454. }
  455. small {
  456. font-size: 100%;
  457. }
  458. cite {
  459. font-style: normal;
  460. }
  461. code, pre {
  462. padding: 0 3px 2px;
  463. font-family: Menlo, Monaco, "Courier New", monospace;
  464. font-size: 12px;
  465. color: #333333;
  466. -webkit-border-radius: 3px;
  467. -moz-border-radius: 3px;
  468. border-radius: 3px;
  469. }
  470. code {
  471. padding: 3px 4px;
  472. color: #d14;
  473. background-color: #f7f7f9;
  474. border: 1px solid #e1e1e8;
  475. }
  476. pre {
  477. display: block;
  478. padding: 8.5px;
  479. margin: 0 0 9px;
  480. font-size: 12px;
  481. line-height: 18px;
  482. background-color: #f5f5f5;
  483. border: 1px solid #ccc;
  484. border: 1px solid rgba(0, 0, 0, 0.15);
  485. -webkit-border-radius: 4px;
  486. -moz-border-radius: 4px;
  487. border-radius: 4px;
  488. white-space: pre;
  489. white-space: pre-wrap;
  490. word-break: break-all;
  491. }
  492. pre.prettyprint {
  493. margin-bottom: 18px;
  494. }
  495. pre code {
  496. padding: 0;
  497. background-color: transparent;
  498. }
  499. form {
  500. margin: 0 0 18px;
  501. }
  502. fieldset {
  503. padding: 0;
  504. margin: 0;
  505. border: 0;
  506. }
  507. legend {
  508. display: block;
  509. width: 100%;
  510. padding: 0;
  511. margin-bottom: 27px;
  512. font-size: 19.5px;
  513. line-height: 36px;
  514. color: #333333;
  515. border: 0;
  516. border-bottom: 1px solid #eee;
  517. }
  518. label,
  519. input,
  520. button,
  521. select,
  522. textarea {
  523. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  524. font-size: 13px;
  525. font-weight: normal;
  526. line-height: 18px;
  527. }
  528. label {
  529. display: block;
  530. margin-bottom: 5px;
  531. color: #333333;
  532. }
  533. input,
  534. textarea,
  535. select,
  536. .uneditable-input {
  537. display: inline-block;
  538. width: 210px;
  539. height: 18px;
  540. padding: 4px;
  541. margin-bottom: 9px;
  542. font-size: 13px;
  543. line-height: 18px;
  544. color: #555555;
  545. border: 1px solid #ccc;
  546. -webkit-border-radius: 3px;
  547. -moz-border-radius: 3px;
  548. border-radius: 3px;
  549. }
  550. .uneditable-textarea {
  551. width: auto;
  552. height: auto;
  553. }
  554. label input, label textarea, label select {
  555. display: block;
  556. }
  557. input[type="image"], input[type="checkbox"], input[type="radio"] {
  558. width: auto;
  559. height: auto;
  560. padding: 0;
  561. margin: 3px 0;
  562. *margin-top: 0;
  563. /* IE7 */
  564. line-height: normal;
  565. border: 0;
  566. cursor: pointer;
  567. -webkit-border-radius: 0;
  568. -moz-border-radius: 0;
  569. border-radius: 0;
  570. }
  571. input[type="file"] {
  572. padding: initial;
  573. line-height: initial;
  574. border: initial;
  575. background-color: #ffffff;
  576. background-color: initial;
  577. -webkit-box-shadow: none;
  578. -moz-box-shadow: none;
  579. box-shadow: none;
  580. }
  581. input[type="button"], input[type="reset"], input[type="submit"] {
  582. width: auto;
  583. height: auto;
  584. }
  585. select, input[type="file"] {
  586. height: 28px;
  587. /* In IE7, the height of the select element cannot be changed by height, only font-size */
  588. *margin-top: 4px;
  589. /* For IE7, add top margin to align select with labels */
  590. line-height: 28px;
  591. }
  592. select {
  593. width: 220px;
  594. background-color: #ffffff;
  595. }
  596. select[multiple], select[size] {
  597. height: auto;
  598. }
  599. input[type="image"] {
  600. -webkit-box-shadow: none;
  601. -moz-box-shadow: none;
  602. box-shadow: none;
  603. }
  604. textarea {
  605. height: auto;
  606. }
  607. input[type="hidden"] {
  608. display: none;
  609. }
  610. .radio, .checkbox {
  611. padding-left: 18px;
  612. }
  613. .radio input[type="radio"], .checkbox input[type="checkbox"] {
  614. float: left;
  615. margin-left: -18px;
  616. }
  617. .controls > .radio:first-child, .controls > .checkbox:first-child {
  618. padding-top: 5px;
  619. }
  620. .radio.inline, .checkbox.inline {
  621. display: inline-block;
  622. margin-bottom: 0;
  623. vertical-align: middle;
  624. }
  625. .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  626. margin-left: 10px;
  627. }
  628. .controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child {
  629. padding-top: 0;
  630. }
  631. input, textarea {
  632. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  633. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  634. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  635. -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  636. -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  637. -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  638. -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  639. transition: border linear 0.2s, box-shadow linear 0.2s;
  640. }
  641. input:focus, textarea:focus {
  642. border-color: rgba(82, 168, 236, 0.8);
  643. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  644. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  645. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  646. outline: 0;
  647. outline: thin dotted \9;
  648. /* IE6-8 */
  649. }
  650. input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
  651. -webkit-box-shadow: none;
  652. -moz-box-shadow: none;
  653. box-shadow: none;
  654. outline: thin dotted;
  655. outline: 5px auto -webkit-focus-ring-color;
  656. outline-offset: -2px;
  657. }
  658. .input-mini {
  659. width: 60px;
  660. }
  661. .input-small {
  662. width: 90px;
  663. }
  664. .input-medium {
  665. width: 150px;
  666. }
  667. .input-large {
  668. width: 210px;
  669. }
  670. .input-xlarge {
  671. width: 270px;
  672. }
  673. .input-xxlarge {
  674. width: 530px;
  675. }
  676. input[class*="span"],
  677. select[class*="span"],
  678. textarea[class*="span"],
  679. .uneditable-input {
  680. float: none;
  681. margin-left: 0;
  682. }
  683. input.span1, textarea.span1, .uneditable-input.span1 {
  684. width: 50px;
  685. }
  686. input.span2, textarea.span2, .uneditable-input.span2 {
  687. width: 130px;
  688. }
  689. input.span3, textarea.span3, .uneditable-input.span3 {
  690. width: 210px;
  691. }
  692. input.span4, textarea.span4, .uneditable-input.span4 {
  693. width: 290px;
  694. }
  695. input.span5, textarea.span5, .uneditable-input.span5 {
  696. width: 370px;
  697. }
  698. input.span6, textarea.span6, .uneditable-input.span6 {
  699. width: 450px;
  700. }
  701. input.span7, textarea.span7, .uneditable-input.span7 {
  702. width: 530px;
  703. }
  704. input.span8, textarea.span8, .uneditable-input.span8 {
  705. width: 610px;
  706. }
  707. input.span9, textarea.span9, .uneditable-input.span9 {
  708. width: 690px;
  709. }
  710. input.span10, textarea.span10, .uneditable-input.span10 {
  711. width: 770px;
  712. }
  713. input.span11, textarea.span11, .uneditable-input.span11 {
  714. width: 850px;
  715. }
  716. input.span12, textarea.span12, .uneditable-input.span12 {
  717. width: 930px;
  718. }
  719. input[disabled],
  720. select[disabled],
  721. textarea[disabled],
  722. input[readonly],
  723. select[readonly],
  724. textarea[readonly] {
  725. background-color: #f5f5f5;
  726. border-color: #ddd;
  727. cursor: not-allowed;
  728. }
  729. .control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
  730. color: #c09853;
  731. }
  732. .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  733. color: #c09853;
  734. border-color: #c09853;
  735. }
  736. .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  737. border-color: #a47e3c;
  738. -webkit-box-shadow: 0 0 6px #dbc59e;
  739. -moz-box-shadow: 0 0 6px #dbc59e;
  740. box-shadow: 0 0 6px #dbc59e;
  741. }
  742. .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  743. color: #c09853;
  744. background-color: #fcf8e3;
  745. border-color: #c09853;
  746. }
  747. .control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  748. color: #b94a48;
  749. }
  750. .control-group.error input, .control-group.error select, .control-group.error textarea {
  751. color: #b94a48;
  752. border-color: #b94a48;
  753. }
  754. .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  755. border-color: #953b39;
  756. -webkit-box-shadow: 0 0 6px #d59392;
  757. -moz-box-shadow: 0 0 6px #d59392;
  758. box-shadow: 0 0 6px #d59392;
  759. }
  760. .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  761. color: #b94a48;
  762. background-color: #f2dede;
  763. border-color: #b94a48;
  764. }
  765. .control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  766. color: #468847;
  767. }
  768. .control-group.success input, .control-group.success select, .control-group.success textarea {
  769. color: #468847;
  770. border-color: #468847;
  771. }
  772. .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  773. border-color: #356635;
  774. -webkit-box-shadow: 0 0 6px #7aba7b;
  775. -moz-box-shadow: 0 0 6px #7aba7b;
  776. box-shadow: 0 0 6px #7aba7b;
  777. }
  778. .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  779. color: #468847;
  780. background-color: #dff0d8;
  781. border-color: #468847;
  782. }
  783. input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  784. color: #b94a48;
  785. border-color: #ee5f5b;
  786. }
  787. input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  788. border-color: #e9322d;
  789. -webkit-box-shadow: 0 0 6px #f8b9b7;
  790. -moz-box-shadow: 0 0 6px #f8b9b7;
  791. box-shadow: 0 0 6px #f8b9b7;
  792. }
  793. .form-actions {
  794. padding: 17px 20px 18px;
  795. margin-top: 18px;
  796. margin-bottom: 18px;
  797. background-color: #f5f5f5;
  798. border-top: 1px solid #ddd;
  799. }
  800. .uneditable-input {
  801. display: block;
  802. background-color: #ffffff;
  803. border-color: #eee;
  804. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  805. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  806. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  807. cursor: not-allowed;
  808. }
  809. :-moz-placeholder {
  810. color: #999999;
  811. }
  812. ::-webkit-input-placeholder {
  813. color: #999999;
  814. }
  815. .help-block {
  816. margin-top: 5px;
  817. margin-bottom: 0;
  818. color: #999999;
  819. }
  820. .help-inline {
  821. display: inline-block;
  822. *display: inline;
  823. /* IE7 inline-block hack */
  824. *zoom: 1;
  825. margin-bottom: 9px;
  826. vertical-align: middle;
  827. padding-left: 5px;
  828. }
  829. .input-prepend, .input-append {
  830. margin-bottom: 5px;
  831. *zoom: 1;
  832. }
  833. .input-prepend:before,
  834. .input-append:before,
  835. .input-prepend:after,
  836. .input-append:after {
  837. display: table;
  838. content: "";
  839. }
  840. .input-prepend:after, .input-append:after {
  841. clear: both;
  842. }
  843. .input-prepend input,
  844. .input-append input,
  845. .input-prepend .uneditable-input,
  846. .input-append .uneditable-input {
  847. -webkit-border-radius: 0 3px 3px 0;
  848. -moz-border-radius: 0 3px 3px 0;
  849. border-radius: 0 3px 3px 0;
  850. }
  851. .input-prepend input:focus,
  852. .input-append input:focus,
  853. .input-prepend .uneditable-input:focus,
  854. .input-append .uneditable-input:focus {
  855. position: relative;
  856. z-index: 2;
  857. }
  858. .input-prepend .uneditable-input, .input-append .uneditable-input {
  859. border-left-color: #ccc;
  860. }
  861. .input-prepend .add-on, .input-append .add-on {
  862. float: left;
  863. display: block;
  864. width: auto;
  865. min-width: 16px;
  866. height: 18px;
  867. margin-right: -1px;
  868. padding: 4px 5px;
  869. font-weight: normal;
  870. line-height: 18px;
  871. color: #999999;
  872. text-align: center;
  873. text-shadow: 0 1px 0 #ffffff;
  874. background-color: #f5f5f5;
  875. border: 1px solid #ccc;
  876. -webkit-border-radius: 3px 0 0 3px;
  877. -moz-border-radius: 3px 0 0 3px;
  878. border-radius: 3px 0 0 3px;
  879. }
  880. .input-prepend .active, .input-append .active {
  881. background-color: #a9dba9;
  882. border-color: #46a546;
  883. }
  884. .input-prepend .add-on {
  885. *margin-top: 1px;
  886. /* IE6-7 */
  887. }
  888. .input-append input, .input-append .uneditable-input {
  889. float: left;
  890. -webkit-border-radius: 3px 0 0 3px;
  891. -moz-border-radius: 3px 0 0 3px;
  892. border-radius: 3px 0 0 3px;
  893. }
  894. .input-append .uneditable-input {
  895. border-right-color: #ccc;
  896. }
  897. .input-append .add-on {
  898. margin-right: 0;
  899. margin-left: -1px;
  900. -webkit-border-radius: 0 3px 3px 0;
  901. -moz-border-radius: 0 3px 3px 0;
  902. border-radius: 0 3px 3px 0;
  903. }
  904. .input-append input:first-child {
  905. *margin-left: -160px;
  906. }
  907. .input-append input:first-child + .add-on {
  908. *margin-left: -21px;
  909. }
  910. .search-query {
  911. padding-left: 14px;
  912. padding-right: 14px;
  913. margin-bottom: 0;
  914. -webkit-border-radius: 14px;
  915. -moz-border-radius: 14px;
  916. border-radius: 14px;
  917. }
  918. .form-search input,
  919. .form-inline input,
  920. .form-horizontal input,
  921. .form-search textarea,
  922. .form-inline textarea,
  923. .form-horizontal textarea,
  924. .form-search select,
  925. .form-inline select,
  926. .form-horizontal select,
  927. .form-search .help-inline,
  928. .form-inline .help-inline,
  929. .form-horizontal .help-inline,
  930. .form-search .uneditable-input,
  931. .form-inline .uneditable-input,
  932. .form-horizontal .uneditable-input {
  933. display: inline-block;
  934. margin-bottom: 0;
  935. }
  936. .form-search label,
  937. .form-inline label,
  938. .form-search .input-append,
  939. .form-inline .input-append,
  940. .form-search .input-prepend,
  941. .form-inline .input-prepend {
  942. display: inline-block;
  943. }
  944. .form-search .input-append .add-on,
  945. .form-inline .input-prepend .add-on,
  946. .form-search .input-append .add-on,
  947. .form-inline .input-prepend .add-on {
  948. vertical-align: middle;
  949. }
  950. .control-group {
  951. margin-bottom: 9px;
  952. }
  953. .form-horizontal legend + .control-group {
  954. margin-top: 18px;
  955. -webkit-margin-top-collapse: separate;
  956. }
  957. .form-horizontal .control-group {
  958. margin-bottom: 18px;
  959. *zoom: 1;
  960. }
  961. .form-horizontal .control-group:before, .form-horizontal .control-group:after {
  962. display: table;
  963. content: "";
  964. }
  965. .form-horizontal .control-group:after {
  966. clear: both;
  967. }
  968. .form-horizontal .control-group > label {
  969. float: left;
  970. width: 140px;
  971. padding-top: 5px;
  972. text-align: right;
  973. }
  974. .form-horizontal .controls {
  975. margin-left: 160px;
  976. }
  977. .form-horizontal .form-actions {
  978. padding-left: 160px;
  979. }
  980. table {
  981. max-width: 100%;
  982. border-collapse: collapse;
  983. border-spacing: 0;
  984. }
  985. .table {
  986. width: 100%;
  987. margin-bottom: 18px;
  988. }
  989. .table th, .table td {
  990. padding: 8px;
  991. line-height: 18px;
  992. text-align: left;
  993. border-top: 1px solid #ddd;
  994. }
  995. .table th {
  996. font-weight: bold;
  997. vertical-align: bottom;
  998. }
  999. .table td {
  1000. vertical-align: top;
  1001. }
  1002. .table thead:first-child tr th, .table thead:first-child tr td {
  1003. border-top: 0;
  1004. }
  1005. .table tbody + tbody {
  1006. border-top: 2px solid #ddd;
  1007. }
  1008. .table-condensed th, .table-condensed td {
  1009. padding: 4px 5px;
  1010. }
  1011. .table-bordered {
  1012. border: 1px solid #ddd;
  1013. border-collapse: separate;
  1014. *border-collapse: collapsed;
  1015. -webkit-border-radius: 4px;
  1016. -moz-border-radius: 4px;
  1017. border-radius: 4px;
  1018. }
  1019. .table-bordered th + th,
  1020. .table-bordered td + td,
  1021. .table-bordered th + td,
  1022. .table-bordered td + th {
  1023. border-left: 1px solid #ddd;
  1024. }
  1025. .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  1026. border-top: 0;
  1027. }
  1028. .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  1029. -webkit-border-radius: 4px 0 0 0;
  1030. -moz-border-radius: 4px 0 0 0;
  1031. border-radius: 4px 0 0 0;
  1032. }
  1033. .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  1034. -webkit-border-radius: 0 4px 0 0;
  1035. -moz-border-radius: 0 4px 0 0;
  1036. border-radius: 0 4px 0 0;
  1037. }
  1038. .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  1039. -webkit-border-radius: 0 0 0 4px;
  1040. -moz-border-radius: 0 0 0 4px;
  1041. border-radius: 0 0 0 4px;
  1042. }
  1043. .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  1044. -webkit-border-radius: 0 0 4px 0;
  1045. -moz-border-radius: 0 0 4px 0;
  1046. border-radius: 0 0 4px 0;
  1047. }
  1048. .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  1049. background-color: #f9f9f9;
  1050. }
  1051. table .span1 {
  1052. float: none;
  1053. width: 44px;
  1054. margin-left: 0;
  1055. }
  1056. table .span2 {
  1057. float: none;
  1058. width: 124px;
  1059. margin-left: 0;
  1060. }
  1061. table .span3 {
  1062. float: none;
  1063. width: 204px;
  1064. margin-left: 0;
  1065. }
  1066. table .span4 {
  1067. float: none;
  1068. width: 284px;
  1069. margin-left: 0;
  1070. }
  1071. table .span5 {
  1072. float: none;
  1073. width: 364px;
  1074. margin-left: 0;
  1075. }
  1076. table .span6 {
  1077. float: none;
  1078. width: 444px;
  1079. margin-left: 0;
  1080. }
  1081. table .span7 {
  1082. float: none;
  1083. width: 524px;
  1084. margin-left: 0;
  1085. }
  1086. table .span8 {
  1087. float: none;
  1088. width: 604px;
  1089. margin-left: 0;
  1090. }
  1091. table .span9 {
  1092. float: none;
  1093. width: 684px;
  1094. margin-left: 0;
  1095. }
  1096. table .span10 {
  1097. float: none;
  1098. width: 764px;
  1099. margin-left: 0;
  1100. }
  1101. table .span11 {
  1102. float: none;
  1103. width: 844px;
  1104. margin-left: 0;
  1105. }
  1106. table .span12 {
  1107. float: none;
  1108. width: 924px;
  1109. margin-left: 0;
  1110. }
  1111. [class^="icon-"] {
  1112. display: inline-block;
  1113. width: 14px;
  1114. height: 14px;
  1115. vertical-align: text-top;
  1116. background-image: url(../img/glyphicons-halflings.png);
  1117. background-position: 14px 14px;
  1118. background-repeat: no-repeat;
  1119. *margin-right: .3em;
  1120. }
  1121. [class^="icon-"]:last-child {
  1122. *margin-left: 0;
  1123. }
  1124. .icon-white {
  1125. background-image: url(../img/glyphicons-halflings-white.png);
  1126. }
  1127. .icon-glass {
  1128. background-position: 0 0;
  1129. }
  1130. .icon-music {
  1131. background-position: -24px 0;
  1132. }
  1133. .icon-search {
  1134. background-position: -48px 0;
  1135. }
  1136. .icon-envelope {
  1137. background-position: -72px 0;
  1138. }
  1139. .icon-heart {
  1140. background-position: -96px 0;
  1141. }
  1142. .icon-star {
  1143. background-position: -120px 0;
  1144. }
  1145. .icon-star-empty {
  1146. background-position: -144px 0;
  1147. }
  1148. .icon-user {
  1149. background-position: -168px 0;
  1150. }
  1151. .icon-film {
  1152. background-position: -192px 0;
  1153. }
  1154. .icon-th-large {
  1155. background-position: -216px 0;
  1156. }
  1157. .icon-th {
  1158. background-position: -240px 0;
  1159. }
  1160. .icon-th-list {
  1161. background-position: -264px 0;
  1162. }
  1163. .icon-ok {
  1164. background-position: -288px 0;
  1165. }
  1166. .icon-remove {
  1167. background-position: -312px 0;
  1168. }
  1169. .icon-zoom-in {
  1170. background-position: -336px 0;
  1171. }
  1172. .icon-zoom-out {
  1173. background-position: -360px 0;
  1174. }
  1175. .icon-off {
  1176. background-position: -384px 0;
  1177. }
  1178. .icon-signal {
  1179. background-position: -408px 0;
  1180. }
  1181. .icon-cog {
  1182. background-position: -432px 0;
  1183. }
  1184. .icon-trash {
  1185. background-position: -456px 0;
  1186. }
  1187. .icon-home {
  1188. background-position: 0 -24px;
  1189. }
  1190. .icon-file {
  1191. background-position: -24px -24px;
  1192. }
  1193. .icon-time {
  1194. background-position: -48px -24px;
  1195. }
  1196. .icon-road {
  1197. background-position: -72px -24px;
  1198. }
  1199. .icon-download-alt {
  1200. background-position: -96px -24px;
  1201. }
  1202. .icon-download {
  1203. background-position: -120px -24px;
  1204. }
  1205. .icon-upload {
  1206. background-position: -144px -24px;
  1207. }
  1208. .icon-inbox {
  1209. background-position: -168px -24px;
  1210. }
  1211. .icon-play-circle {
  1212. background-position: -192px -24px;
  1213. }
  1214. .icon-repeat {
  1215. background-position: -216px -24px;
  1216. }
  1217. .icon-refresh {
  1218. background-position: -240px -24px;
  1219. }
  1220. .icon-list-alt {
  1221. background-position: -264px -24px;
  1222. }
  1223. .icon-lock {
  1224. background-position: -287px -24px;
  1225. }
  1226. .icon-flag {
  1227. background-position: -312px -24px;
  1228. }
  1229. .icon-headphones {
  1230. background-position: -336px -24px;
  1231. }
  1232. .icon-volume-off {
  1233. background-position: -360px -24px;
  1234. }
  1235. .icon-volume-down {
  1236. background-position: -384px -24px;
  1237. }
  1238. .icon-volume-up {
  1239. background-position: -408px -24px;
  1240. }
  1241. .icon-qrcode {
  1242. background-position: -432px -24px;
  1243. }
  1244. .icon-barcode {
  1245. background-position: -456px -24px;
  1246. }
  1247. .icon-tag {
  1248. background-position: 0 -48px;
  1249. }
  1250. .icon-tags {
  1251. background-position: -25px -48px;
  1252. }
  1253. .icon-book {
  1254. background-position: -48px -48px;
  1255. }
  1256. .icon-bookmark {
  1257. background-position: -72px -48px;
  1258. }
  1259. .icon-print {
  1260. background-position: -96px -48px;
  1261. }
  1262. .icon-camera {
  1263. background-position: -120px -48px;
  1264. }
  1265. .icon-font {
  1266. background-position: -144px -48px;
  1267. }
  1268. .icon-bold {
  1269. background-position: -167px -48px;
  1270. }
  1271. .icon-italic {
  1272. background-position: -192px -48px;
  1273. }
  1274. .icon-text-height {
  1275. background-position: -216px -48px;
  1276. }
  1277. .icon-text-width {
  1278. background-position: -240px -48px;
  1279. }
  1280. .icon-align-left {
  1281. background-position: -264px -48px;
  1282. }
  1283. .icon-align-center {
  1284. background-position: -288px -48px;
  1285. }
  1286. .icon-align-right {
  1287. background-position: -312px -48px;
  1288. }
  1289. .icon-align-justify {
  1290. background-position: -336px -48px;
  1291. }
  1292. .icon-list {
  1293. background-position: -360px -48px;
  1294. }
  1295. .icon-indent-left {
  1296. background-position: -384px -48px;
  1297. }
  1298. .icon-indent-right {
  1299. background-position: -408px -48px;
  1300. }
  1301. .icon-facetime-video {
  1302. background-position: -432px -48px;
  1303. }
  1304. .icon-picture {
  1305. background-position: -456px -48px;
  1306. }
  1307. .icon-pencil {
  1308. background-position: 0 -72px;
  1309. }
  1310. .icon-map-marker {
  1311. background-position: -24px -72px;
  1312. }
  1313. .icon-adjust {
  1314. background-position: -48px -72px;
  1315. }
  1316. .icon-tint {
  1317. background-position: -72px -72px;
  1318. }
  1319. .icon-edit {
  1320. background-position: -96px -72px;
  1321. }
  1322. .icon-share {
  1323. background-position: -120px -72px;
  1324. }
  1325. .icon-check {
  1326. background-position: -144px -72px;
  1327. }
  1328. .icon-move {
  1329. background-position: -168px -72px;
  1330. }
  1331. .icon-step-backward {
  1332. background-position: -192px -72px;
  1333. }
  1334. .icon-fast-backward {
  1335. background-position: -216px -72px;
  1336. }
  1337. .icon-backward {
  1338. background-position: -240px -72px;
  1339. }
  1340. .icon-play {
  1341. background-position: -264px -72px;
  1342. }
  1343. .icon-pause {
  1344. background-position: -288px -72px;
  1345. }
  1346. .icon-stop {
  1347. background-position: -312px -72px;
  1348. }
  1349. .icon-forward {
  1350. background-position: -336px -72px;
  1351. }
  1352. .icon-fast-forward {
  1353. background-position: -360px -72px;
  1354. }
  1355. .icon-step-forward {
  1356. background-position: -384px -72px;
  1357. }
  1358. .icon-eject {
  1359. background-position: -408px -72px;
  1360. }
  1361. .icon-chevron-left {
  1362. background-position: -432px -72px;
  1363. }
  1364. .icon-chevron-right {
  1365. background-position: -456px -72px;
  1366. }
  1367. .icon-plus-sign {
  1368. background-position: 0 -96px;
  1369. }
  1370. .icon-minus-sign {
  1371. background-position: -24px -96px;
  1372. }
  1373. .icon-remove-sign {
  1374. background-position: -48px -96px;
  1375. }
  1376. .icon-ok-sign {
  1377. background-position: -72px -96px;
  1378. }
  1379. .icon-question-sign {
  1380. background-position: -96px -96px;
  1381. }
  1382. .icon-info-sign {
  1383. background-position: -120px -96px;
  1384. }
  1385. .icon-screenshot {
  1386. background-position: -144px -96px;
  1387. }
  1388. .icon-remove-circle {
  1389. background-position: -168px -96px;
  1390. }
  1391. .icon-ok-circle {
  1392. background-position: -192px -96px;
  1393. }
  1394. .icon-ban-circle {
  1395. background-position: -216px -96px;
  1396. }
  1397. .icon-arrow-left {
  1398. background-position: -240px -96px;
  1399. }
  1400. .icon-arrow-right {
  1401. background-position: -264px -96px;
  1402. }
  1403. .icon-arrow-up {
  1404. background-position: -289px -96px;
  1405. }
  1406. .icon-arrow-down {
  1407. background-position: -312px -96px;
  1408. }
  1409. .icon-share-alt {
  1410. background-position: -336px -96px;
  1411. }
  1412. .icon-resize-full {
  1413. background-position: -360px -96px;
  1414. }
  1415. .icon-resize-small {
  1416. background-position: -384px -96px;
  1417. }
  1418. .icon-plus {
  1419. background-position: -408px -96px;
  1420. }
  1421. .icon-minus {
  1422. background-position: -433px -96px;
  1423. }
  1424. .icon-asterisk {
  1425. background-position: -456px -96px;
  1426. }
  1427. .icon-exclamation-sign {
  1428. background-position: 0 -120px;
  1429. }
  1430. .icon-gift {
  1431. background-position: -24px -120px;
  1432. }
  1433. .icon-leaf {
  1434. background-position: -48px -120px;
  1435. }
  1436. .icon-fire {
  1437. background-position: -72px -120px;
  1438. }
  1439. .icon-eye-open {
  1440. background-position: -96px -120px;
  1441. }
  1442. .icon-eye-close {
  1443. background-position: -120px -120px;
  1444. }
  1445. .icon-warning-sign {
  1446. background-position: -144px -120px;
  1447. }
  1448. .icon-plane {
  1449. background-position: -168px -120px;
  1450. }
  1451. .icon-calendar {
  1452. background-position: -192px -120px;
  1453. }
  1454. .icon-random {
  1455. background-position: -216px -120px;
  1456. }
  1457. .icon-comment {
  1458. background-position: -240px -120px;
  1459. }
  1460. .icon-magnet {
  1461. background-position: -264px -120px;
  1462. }
  1463. .icon-chevron-up {
  1464. background-position: -288px -120px;
  1465. }
  1466. .icon-chevron-down {
  1467. background-position: -313px -119px;
  1468. }
  1469. .icon-retweet {
  1470. background-position: -336px -120px;
  1471. }
  1472. .icon-shopping-cart {
  1473. background-position: -360px -120px;
  1474. }
  1475. .icon-folder-close {
  1476. background-position: -384px -120px;
  1477. }
  1478. .icon-folder-open {
  1479. background-position: -408px -120px;
  1480. }
  1481. .icon-resize-vertical {
  1482. background-position: -432px -119px;
  1483. }
  1484. .icon-resize-horizontal {
  1485. background-position: -456px -118px;
  1486. }
  1487. .dropdown {
  1488. position: relative;
  1489. }
  1490. .dropdown-toggle {
  1491. *margin-bottom: -3px;
  1492. }
  1493. .dropdown-toggle:active, .open .dropdown-toggle {
  1494. outline: 0;
  1495. }
  1496. .caret {
  1497. display: inline-block;
  1498. width: 0;
  1499. height: 0;
  1500. text-indent: -99999px;
  1501. *text-indent: 0;
  1502. vertical-align: top;
  1503. border-left: 4px solid transparent;
  1504. border-right: 4px solid transparent;
  1505. border-top: 4px solid #000000;
  1506. opacity: 0.3;
  1507. filter: alpha(opacity=30);
  1508. content: "\2193";
  1509. }
  1510. .dropdown .caret {
  1511. margin-top: 8px;
  1512. margin-left: 2px;
  1513. }
  1514. .dropdown:hover .caret, .open.dropdown .caret {
  1515. opacity: 1;
  1516. filter: alpha(opacity=100);
  1517. }
  1518. .dropdown-menu {
  1519. position: absolute;
  1520. top: 100%;
  1521. left: 0;
  1522. z-index: 1000;
  1523. float: left;
  1524. display: none;
  1525. min-width: 160px;
  1526. max-width: 220px;
  1527. _width: 160px;
  1528. padding: 4px 0;
  1529. margin: 0;
  1530. list-style: none;
  1531. background-color: #ffffff;
  1532. border-color: #ccc;
  1533. border-color: rgba(0, 0, 0, 0.2);
  1534. border-style: solid;
  1535. border-width: 1px;
  1536. -webkit-border-radius: 0 0 5px 5px;
  1537. -moz-border-radius: 0 0 5px 5px;
  1538. border-radius: 0 0 5px 5px;
  1539. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1540. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1541. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1542. -webkit-background-clip: padding-box;
  1543. -moz-background-clip: padding;
  1544. background-clip: padding-box;
  1545. *border-right-width: 2px;
  1546. *border-bottom-width: 2px;
  1547. }
  1548. .dropdown-menu.bottom-up {
  1549. top: auto;
  1550. bottom: 100%;
  1551. margin-bottom: 2px;
  1552. }
  1553. .dropdown-menu .divider {
  1554. height: 1px;
  1555. margin: 5px 1px;
  1556. overflow: hidden;
  1557. background-color: #e5e5e5;
  1558. border-bottom: 1px solid #ffffff;
  1559. *width: 100%;
  1560. *margin: -5px 0 5px;
  1561. }
  1562. .dropdown-menu a {
  1563. display: block;
  1564. padding: 3px 15px;
  1565. clear: both;
  1566. font-weight: normal;
  1567. line-height: 18px;
  1568. color: #555555;
  1569. white-space: nowrap;
  1570. }
  1571. .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  1572. color: #ffffff;
  1573. text-decoration: none;
  1574. background-color: #0088cc;
  1575. }
  1576. .dropdown.open {
  1577. *z-index: 1000;
  1578. }
  1579. .dropdown.open .dropdown-toggle {
  1580. color: #ffffff;
  1581. background: #ccc;
  1582. background: rgba(0, 0, 0, 0.3);
  1583. }
  1584. .dropdown.open .dropdown-menu {
  1585. display: block;
  1586. }
  1587. .typeahead {
  1588. margin-top: 2px;
  1589. -webkit-border-radius: 4px;
  1590. -moz-border-radius: 4px;
  1591. border-radius: 4px;
  1592. }
  1593. .well {
  1594. min-height: 20px;
  1595. padding: 19px;
  1596. margin-bottom: 20px;
  1597. background-color: #f5f5f5;
  1598. border: 1px solid #eee;
  1599. border: 1px solid rgba(0, 0, 0, 0.05);
  1600. -webkit-border-radius: 4px;
  1601. -moz-border-radius: 4px;
  1602. border-radius: 4px;
  1603. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  1604. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  1605. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  1606. }
  1607. .well blockquote {
  1608. border-color: #ddd;
  1609. border-color: rgba(0, 0, 0, 0.15);
  1610. }
  1611. .fade {
  1612. -webkit-transition: opacity 0.15s linear;
  1613. -moz-transition: opacity 0.15s linear;
  1614. -ms-transition: opacity 0.15s linear;
  1615. -o-transition: opacity 0.15s linear;
  1616. transition: opacity 0.15s linear;
  1617. opacity: 0;
  1618. }
  1619. .fade.in {
  1620. opacity: 1;
  1621. }
  1622. .collapse {
  1623. -webkit-transition: height 0.35s ease;
  1624. -moz-transition: height 0.35s ease;
  1625. -ms-transition: height 0.35s ease;
  1626. -o-transition: height 0.35s ease;
  1627. transition: height 0.35s ease;
  1628. position: relative;
  1629. overflow: hidden;
  1630. height: 0;
  1631. }
  1632. .collapse.in {
  1633. height: auto;
  1634. }
  1635. .close {
  1636. float: right;
  1637. font-size: 20px;
  1638. font-weight: bold;
  1639. line-height: 18px;
  1640. color: #000000;
  1641. text-shadow: 0 1px 0 #ffffff;
  1642. opacity: 0.2;
  1643. filter: alpha(opacity=20);
  1644. }
  1645. .close:hover {
  1646. color: #000000;
  1647. text-decoration: none;
  1648. opacity: 0.4;
  1649. filter: alpha(opacity=40);
  1650. cursor: pointer;
  1651. }
  1652. .btn {
  1653. display: inline-block;
  1654. padding: 4px 10px 4px;
  1655. font-size: 13px;
  1656. line-height: 18px;
  1657. color: #333333;
  1658. text-align: center;
  1659. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  1660. background-color: #fafafa;
  1661. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  1662. background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  1663. background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  1664. background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  1665. background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  1666. background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  1667. background-repeat: no-repeat;
  1668. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  1669. border: 1px solid #ccc;
  1670. border-bottom-color: #bbb;
  1671. -webkit-border-radius: 4px;
  1672. -moz-border-radius: 4px;
  1673. border-radius: 4px;
  1674. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  1675. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  1676. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  1677. cursor: pointer;
  1678. *margin-left: .3em;
  1679. }
  1680. .btn:first-child {
  1681. *margin-left: 0;
  1682. }
  1683. .btn:hover {
  1684. color: #333333;
  1685. text-decoration: none;
  1686. background-color: #e6e6e6;
  1687. background-position: 0 -15px;
  1688. -webkit-transition: background-position 0.1s linear;
  1689. -moz-transition: background-position 0.1s linear;
  1690. -ms-transition: background-position 0.1s linear;
  1691. -o-transition: background-position 0.1s linear;
  1692. transition: background-position 0.1s linear;
  1693. }
  1694. .btn:focus {
  1695. outline: thin dotted;
  1696. outline: 5px auto -webkit-focus-ring-color;
  1697. outline-offset: -2px;
  1698. }
  1699. .btn.active, .btn:active {
  1700. background-image: none;
  1701. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1702. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1703. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1704. background-color: #e6e6e6;
  1705. background-color: #d9d9d9 \9;
  1706. color: rgba(0, 0, 0, 0.5);
  1707. outline: 0;
  1708. }
  1709. .btn.disabled, .btn[disabled] {
  1710. cursor: default;
  1711. background-image: none;
  1712. background-color: #e6e6e6;
  1713. opacity: 0.65;
  1714. filter: alpha(opacity=65);
  1715. -webkit-box-shadow: none;
  1716. -moz-box-shadow: none;
  1717. box-shadow: none;
  1718. }
  1719. .btn-large {
  1720. padding: 9px 14px;
  1721. font-size: 15px;
  1722. line-height: normal;
  1723. -webkit-border-radius: 5px;
  1724. -moz-border-radius: 5px;
  1725. border-radius: 5px;
  1726. }
  1727. .btn-large .icon {
  1728. margin-top: 1px;
  1729. }
  1730. .btn-small {
  1731. padding: 5px 9px;
  1732. font-size: 11px;
  1733. line-height: 16px;
  1734. }
  1735. .btn-small .icon {
  1736. margin-top: -1px;
  1737. }
  1738. .btn-primary,
  1739. .btn-primary:hover,
  1740. .btn-warning,
  1741. .btn-warning:hover,
  1742. .btn-danger,
  1743. .btn-danger:hover,
  1744. .btn-success,
  1745. .btn-success:hover,
  1746. .btn-info,
  1747. .btn-info:hover {
  1748. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  1749. color: #ffffff;
  1750. }
  1751. .btn-primary.active,
  1752. .btn-warning.active,
  1753. .btn-danger.active,
  1754. .btn-success.active,
  1755. .btn-info.active {
  1756. color: rgba(255, 255, 255, 0.75);
  1757. }
  1758. .btn-primary {
  1759. background-color: #006dcc;
  1760. background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  1761. background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  1762. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  1763. background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  1764. background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  1765. background-image: linear-gradient(top, #0088cc, #0044cc);
  1766. background-repeat: repeat-x;
  1767. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  1768. border-color: #0044cc #0044cc #002a80;
  1769. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1770. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1771. }
  1772. .btn-primary:hover,
  1773. .btn-primary:active,
  1774. .btn-primary.active,
  1775. .btn-primary.disabled,
  1776. .btn-primary[disabled] {
  1777. background-color: #0044cc;
  1778. }
  1779. .btn-primary:active, .btn-primary.active {
  1780. background-color: #003399 \9;
  1781. }
  1782. .btn-warning {
  1783. background-color: #faa732;
  1784. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  1785. background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  1786. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  1787. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  1788. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  1789. background-image: linear-gradient(top, #fbb450, #f89406);
  1790. background-repeat: repeat-x;
  1791. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  1792. border-color: #f89406 #f89406 #ad6704;
  1793. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1794. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1795. }
  1796. .btn-warning:hover,
  1797. .btn-warning:active,
  1798. .btn-warning.active,
  1799. .btn-warning.disabled,
  1800. .btn-warning[disabled] {
  1801. background-color: #f89406;
  1802. }
  1803. .btn-warning:active, .btn-warning.active {
  1804. background-color: #c67605 \9;
  1805. }
  1806. .btn-danger {
  1807. background-color: #da4f49;
  1808. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  1809. background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  1810. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  1811. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  1812. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  1813. background-image: linear-gradient(top, #ee5f5b, #bd362f);
  1814. background-repeat: repeat-x;
  1815. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  1816. border-color: #bd362f #bd362f #802420;
  1817. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1818. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1819. }
  1820. .btn-danger:hover,
  1821. .btn-danger:active,
  1822. .btn-danger.active,
  1823. .btn-danger.disabled,
  1824. .btn-danger[disabled] {
  1825. background-color: #bd362f;
  1826. }
  1827. .btn-danger:active, .btn-danger.active {
  1828. background-color: #942a25 \9;
  1829. }
  1830. .btn-success {
  1831. background-color: #5bb75b;
  1832. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  1833. background-image: -ms-linear-gradient(top, #62c462, #51a351);
  1834. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  1835. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  1836. background-image: -o-linear-gradient(top, #62c462, #51a351);
  1837. background-image: linear-gradient(top, #62c462, #51a351);
  1838. background-repeat: repeat-x;
  1839. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  1840. border-color: #51a351 #51a351 #387038;
  1841. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1842. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1843. }
  1844. .btn-success:hover,
  1845. .btn-success:active,
  1846. .btn-success.active,
  1847. .btn-success.disabled,
  1848. .btn-success[disabled] {
  1849. background-color: #51a351;
  1850. }
  1851. .btn-success:active, .btn-success.active {
  1852. background-color: #408140 \9;
  1853. }
  1854. .btn-info {
  1855. background-color: #49afcd;
  1856. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  1857. background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  1858. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  1859. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  1860. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  1861. background-image: linear-gradient(top, #5bc0de, #2f96b4);
  1862. background-repeat: repeat-x;
  1863. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  1864. border-color: #2f96b4 #2f96b4 #1f6377;
  1865. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  1866. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  1867. }
  1868. .btn-info:hover,
  1869. .btn-info:active,
  1870. .btn-info.active,
  1871. .btn-info.disabled,
  1872. .btn-info[disabled] {
  1873. background-color: #2f96b4;
  1874. }
  1875. .btn-info:active, .btn-info.active {
  1876. background-color: #24748c \9;
  1877. }
  1878. button.btn, input[type="submit"].btn {
  1879. *padding-top: 2px;
  1880. *padding-bottom: 2px;
  1881. }
  1882. button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  1883. padding: 0;
  1884. border: 0;
  1885. }
  1886. button.btn.large, input[type="submit"].btn.large {
  1887. *padding-top: 7px;
  1888. *padding-bottom: 7px;
  1889. }
  1890. button.btn.small, input[type="submit"].btn.small {
  1891. *padding-top: 3px;
  1892. *padding-bottom: 3px;
  1893. }
  1894. .btn-group {
  1895. position: relative;
  1896. *zoom: 1;
  1897. *margin-left: .3em;
  1898. }
  1899. .btn-group:before, .btn-group:after {
  1900. display: table;
  1901. content: "";
  1902. }
  1903. .btn-group:after {
  1904. clear: both;
  1905. }
  1906. .btn-group:first-child {
  1907. *margin-left: 0;
  1908. }
  1909. .btn-group + .btn-group {
  1910. margin-left: 5px;
  1911. }
  1912. .btn-toolbar {
  1913. margin-top: 9px;
  1914. margin-bottom: 9px;
  1915. }
  1916. .btn-toolbar .btn-group {
  1917. display: inline-block;
  1918. *display: inline;
  1919. /* IE7 inline-block hack */
  1920. *zoom: 1;
  1921. }
  1922. .btn-group .btn {
  1923. position: relative;
  1924. float: left;
  1925. margin-left: -1px;
  1926. -webkit-border-radius: 0;
  1927. -moz-border-radius: 0;
  1928. border-radius: 0;
  1929. }
  1930. .btn-group .btn:first-child {
  1931. margin-left: 0;
  1932. -webkit-border-top-left-radius: 4px;
  1933. -moz-border-radius-topleft: 4px;
  1934. border-top-left-radius: 4px;
  1935. -webkit-border-bottom-left-radius: 4px;
  1936. -moz-border-radius-bottomleft: 4px;
  1937. border-bottom-left-radius: 4px;
  1938. }
  1939. .btn-group .btn:last-child, .btn-group .dropdown-toggle {
  1940. -webkit-border-top-right-radius: 4px;
  1941. -moz-border-radius-topright: 4px;
  1942. border-top-right-radius: 4px;
  1943. -webkit-border-bottom-right-radius: 4px;
  1944. -moz-border-radius-bottomright: 4px;
  1945. border-bottom-right-radius: 4px;
  1946. }
  1947. .btn-group .btn.large:first-child {
  1948. margin-left: 0;
  1949. -webkit-border-top-left-radius: 6px;
  1950. -moz-border-radius-topleft: 6px;
  1951. border-top-left-radius: 6px;
  1952. -webkit-border-bottom-left-radius: 6px;
  1953. -moz-border-radius-bottomleft: 6px;
  1954. border-bottom-left-radius: 6px;
  1955. }
  1956. .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  1957. -webkit-border-top-right-radius: 6px;
  1958. -moz-border-radius-topright: 6px;
  1959. border-top-right-radius: 6px;
  1960. -webkit-border-bottom-right-radius: 6px;
  1961. -moz-border-radius-bottomright: 6px;
  1962. border-bottom-right-radius: 6px;
  1963. }
  1964. .btn-group .btn:hover,
  1965. .btn-group .btn:focus,
  1966. .btn-group .btn:active,
  1967. .btn-group .btn.active {
  1968. z-index: 2;
  1969. }
  1970. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  1971. outline: 0;
  1972. }
  1973. .btn-group .dropdown-toggle {
  1974. padding-left: 8px;
  1975. padding-right: 8px;
  1976. -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);
  1977. -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);
  1978. 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);
  1979. *padding-top: 5px;
  1980. *padding-bottom: 5px;
  1981. }
  1982. .btn-group.open {
  1983. *z-index: 1000;
  1984. }
  1985. .btn-group.open .dropdown-menu {
  1986. display: block;
  1987. margin-top: 1px;
  1988. -webkit-border-radius: 5px;
  1989. -moz-border-radius: 5px;
  1990. border-radius: 5px;
  1991. }
  1992. .btn-group.open .dropdown-toggle {
  1993. background-image: none;
  1994. -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1995. -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1996. box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  1997. }
  1998. .btn .caret {
  1999. margin-top: 7px;
  2000. margin-left: 0;
  2001. }
  2002. .btn:hover .caret, .open.btn-group .caret {
  2003. opacity: 1;
  2004. filter: alpha(opacity=100);
  2005. }
  2006. .btn-primary .caret,
  2007. .btn-danger .caret,
  2008. .btn-info .caret,
  2009. .btn-success .caret {
  2010. border-top-color: #ffffff;
  2011. opacity: 0.75;
  2012. filter: alpha(opacity=75);
  2013. }
  2014. .btn-small .caret {
  2015. margin-top: 4px;
  2016. }
  2017. .alert {
  2018. padding: 8px 35px 8px 14px;
  2019. margin-bottom: 18px;
  2020. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2021. background-color: #fcf8e3;
  2022. border: 1px solid #fbeed5;
  2023. -webkit-border-radius: 4px;
  2024. -moz-border-radius: 4px;
  2025. border-radius: 4px;
  2026. }
  2027. .alert, .alert-heading {
  2028. color: #c09853;
  2029. }
  2030. .alert .close {
  2031. position: relative;
  2032. top: -2px;
  2033. right: -21px;
  2034. line-height: 18px;
  2035. }
  2036. .alert-success {
  2037. background-color: #dff0d8;
  2038. border-color: #d6e9c6;
  2039. }
  2040. .alert-success, .alert-success .alert-heading {
  2041. color: #468847;
  2042. }
  2043. .alert-danger, .alert-error {
  2044. background-color: #f2dede;
  2045. border-color: #eed3d7;
  2046. }
  2047. .alert-danger,
  2048. .alert-error,
  2049. .alert-danger .alert-heading,
  2050. .alert-error .alert-heading {
  2051. color: #b94a48;
  2052. }
  2053. .alert-info {
  2054. background-color: #d9edf7;
  2055. border-color: #bce8f1;
  2056. }
  2057. .alert-info, .alert-info .alert-heading {
  2058. color: #3a87ad;
  2059. }
  2060. .alert-block {
  2061. padding-top: 14px;
  2062. padding-bottom: 14px;
  2063. }
  2064. .alert-block > p, .alert-block > ul {
  2065. margin-bottom: 0;
  2066. }
  2067. .alert-block p + p {
  2068. margin-top: 5px;
  2069. }
  2070. .nav {
  2071. margin-left: 0;
  2072. margin-bottom: 18px;
  2073. list-style: none;
  2074. }
  2075. .nav > li > a {
  2076. display: block;
  2077. }
  2078. .nav > li > a:hover {
  2079. text-decoration: none;
  2080. background-color: #eeeeee;
  2081. }
  2082. .nav-list {
  2083. padding-left: 14px;
  2084. padding-right: 14px;
  2085. margin-bottom: 0;
  2086. }
  2087. .nav-list > li > a, .nav-list .nav-header {
  2088. display: block;
  2089. padding: 3px 15px;
  2090. margin-left: -15px;
  2091. margin-right: -15px;
  2092. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2093. }
  2094. .nav-list .nav-header {
  2095. font-size: 11px;
  2096. font-weight: bold;
  2097. line-height: 18px;
  2098. color: #999999;
  2099. text-transform: uppercase;
  2100. }
  2101. .nav-list > li + .nav-header {
  2102. margin-top: 9px;
  2103. }
  2104. .nav-list .active > a, .nav-list .active > a:hover {
  2105. color: #ffffff;
  2106. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  2107. background-color: #0088cc;
  2108. }
  2109. .nav-list [class^="icon-"] {
  2110. margin-right: 2px;
  2111. }
  2112. .nav-tabs, .nav-pills {
  2113. *zoom: 1;
  2114. }
  2115. .nav-tabs:before,
  2116. .nav-pills:before,
  2117. .nav-tabs:after,
  2118. .nav-pills:after {
  2119. display: table;
  2120. content: "";
  2121. }
  2122. .nav-tabs:after, .nav-pills:after {
  2123. clear: both;
  2124. }
  2125. .nav-tabs > li, .nav-pills > li {
  2126. float: left;
  2127. }
  2128. .nav-tabs > li > a, .nav-pills > li > a {
  2129. padding-right: 12px;
  2130. padding-left: 12px;
  2131. margin-right: 2px;
  2132. line-height: 14px;
  2133. }
  2134. .nav-tabs {
  2135. border-bottom: 1px solid #ddd;
  2136. }
  2137. .nav-tabs > li {
  2138. margin-bottom: -1px;
  2139. }
  2140. .nav-tabs > li > a {
  2141. padding-top: 9px;
  2142. padding-bottom: 9px;
  2143. border: 1px solid transparent;
  2144. -webkit-border-radius: 4px 4px 0 0;
  2145. -moz-border-radius: 4px 4px 0 0;
  2146. border-radius: 4px 4px 0 0;
  2147. }
  2148. .nav-tabs > li > a:hover {
  2149. border-color: #eeeeee #eeeeee #dddddd;
  2150. }
  2151. .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  2152. color: #555555;
  2153. background-color: #ffffff;
  2154. border: 1px solid #ddd;
  2155. border-bottom-color: transparent;
  2156. cursor: default;
  2157. }
  2158. .nav-pills > li > a {
  2159. padding-top: 8px;
  2160. padding-bottom: 8px;
  2161. margin-top: 2px;
  2162. margin-bottom: 2px;
  2163. -webkit-border-radius: 5px;
  2164. -moz-border-radius: 5px;
  2165. border-radius: 5px;
  2166. }
  2167. .nav-pills .active > a, .nav-pills .active > a:hover {
  2168. color: #ffffff;
  2169. background-color: #0088cc;
  2170. }
  2171. .nav-stacked > li {
  2172. float: none;
  2173. }
  2174. .nav-stacked > li > a {
  2175. margin-right: 0;
  2176. }
  2177. .nav-tabs.nav-stacked {
  2178. border-bottom: 0;
  2179. }
  2180. .nav-tabs.nav-stacked > li > a {
  2181. border: 1px solid #ddd;
  2182. -webkit-border-radius: 0;
  2183. -moz-border-radius: 0;
  2184. border-radius: 0;
  2185. }
  2186. .nav-tabs.nav-stacked > li:first-child > a {
  2187. -webkit-border-radius: 4px 4px 0 0;
  2188. -moz-border-radius: 4px 4px 0 0;
  2189. border-radius: 4px 4px 0 0;
  2190. }
  2191. .nav-tabs.nav-stacked > li:last-child > a {
  2192. -webkit-border-radius: 0 0 4px 4px;
  2193. -moz-border-radius: 0 0 4px 4px;
  2194. border-radius: 0 0 4px 4px;
  2195. }
  2196. .nav-tabs.nav-stacked > li > a:hover {
  2197. border-color: #ddd;
  2198. z-index: 2;
  2199. }
  2200. .nav-pills.nav-stacked > li > a {
  2201. margin-bottom: 3px;
  2202. }
  2203. .nav-pills.nav-stacked > li:last-child > a {
  2204. margin-bottom: 1px;
  2205. }
  2206. .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  2207. margin-top: 1px;
  2208. border-width: 1px;
  2209. }
  2210. .nav-pills .dropdown-menu {
  2211. -webkit-border-radius: 4px;
  2212. -moz-border-radius: 4px;
  2213. border-radius: 4px;
  2214. }
  2215. .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  2216. border-top-color: #0088cc;
  2217. margin-top: 6px;
  2218. }
  2219. .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  2220. border-top-color: #005580;
  2221. }
  2222. .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  2223. border-top-color: #333333;
  2224. }
  2225. .nav > .dropdown.active > a:hover {
  2226. color: #000000;
  2227. cursor: pointer;
  2228. }
  2229. .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
  2230. color: #ffffff;
  2231. background-color: #999999;
  2232. border-color: #999999;
  2233. }
  2234. .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  2235. border-top-color: #ffffff;
  2236. opacity: 1;
  2237. filter: alpha(opacity=100);
  2238. }
  2239. .tabs-stacked .open > a:hover {
  2240. border-color: #999999;
  2241. }
  2242. .tabbable {
  2243. *zoom: 1;
  2244. }
  2245. .tabbable:before, .tabbable:after {
  2246. display: table;
  2247. content: "";
  2248. }
  2249. .tabbable:after {
  2250. clear: both;
  2251. }
  2252. .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  2253. border-bottom: 0;
  2254. }
  2255. .tab-content > .tab-pane, .pill-content > .pill-pane {
  2256. display: none;
  2257. }
  2258. .tab-content > .active, .pill-content > .active {
  2259. display: block;
  2260. }
  2261. .tabs-below .nav-tabs {
  2262. border-top: 1px solid #ddd;
  2263. }
  2264. .tabs-below .nav-tabs > li {
  2265. margin-top: -1px;
  2266. margin-bottom: 0;
  2267. }
  2268. .tabs-below .nav-tabs > li > a {
  2269. -webkit-border-radius: 0 0 4px 4px;
  2270. -moz-border-radius: 0 0 4px 4px;
  2271. border-radius: 0 0 4px 4px;
  2272. }
  2273. .tabs-below .nav-tabs > li > a:hover {
  2274. border-bottom-color: transparent;
  2275. border-top-color: #ddd;
  2276. }
  2277. .tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
  2278. border-color: transparent #ddd #ddd #ddd;
  2279. }
  2280. .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  2281. float: none;
  2282. }
  2283. .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
  2284. min-width: 74px;
  2285. margin-right: 0;
  2286. margin-bottom: 3px;
  2287. }
  2288. .tabs-left .nav-tabs {
  2289. float: left;
  2290. margin-right: 19px;
  2291. border-right: 1px solid #ddd;
  2292. }
  2293. .tabs-left .nav-tabs > li > a {
  2294. margin-right: -1px;
  2295. -webkit-border-radius: 4px 0 0 4px;
  2296. -moz-border-radius: 4px 0 0 4px;
  2297. border-radius: 4px 0 0 4px;
  2298. }
  2299. .tabs-left .nav-tabs > li > a:hover {
  2300. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  2301. }
  2302. .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
  2303. border-color: #ddd transparent #ddd #ddd;
  2304. *border-right-color: #ffffff;
  2305. }
  2306. .tabs-right .nav-tabs {
  2307. float: right;
  2308. margin-left: 19px;
  2309. border-left: 1px solid #ddd;
  2310. }
  2311. .tabs-right .nav-tabs > li > a {
  2312. margin-left: -1px;
  2313. -webkit-border-radius: 0 4px 4px 0;
  2314. -moz-border-radius: 0 4px 4px 0;
  2315. border-radius: 0 4px 4px 0;
  2316. }
  2317. .tabs-right .nav-tabs > li > a:hover {
  2318. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  2319. }
  2320. .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
  2321. border-color: #ddd #ddd #ddd transparent;
  2322. *border-left-color: #ffffff;
  2323. }
  2324. .navbar {
  2325. overflow: visible;
  2326. margin-bottom: 18px;
  2327. }
  2328. .navbar-inner {
  2329. padding-left: 20px;
  2330. padding-right: 20px;
  2331. background-color: #2c2c2c;
  2332. background-image: -moz-linear-gradient(top, #333333, #222222);
  2333. background-image: -ms-linear-gradient(top, #333333, #222222);
  2334. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  2335. background-image: -webkit-linear-gradient(top, #333333, #222222);
  2336. background-image: -o-linear-gradient(top, #333333, #222222);
  2337. background-image: linear-gradient(top, #333333, #222222);
  2338. background-repeat: repeat-x;
  2339. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  2340. -webkit-border-radius: 4px;
  2341. -moz-border-radius: 4px;
  2342. border-radius: 4px;
  2343. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2344. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2345. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  2346. }
  2347. .btn-navbar {
  2348. display: none;
  2349. float: right;
  2350. padding: 7px 10px;
  2351. margin-left: 5px;
  2352. margin-right: 5px;
  2353. background-color: #2c2c2c;
  2354. background-image: -moz-linear-gradient(top, #333333, #222222);
  2355. background-image: -ms-linear-gradient(top, #333333, #222222);
  2356. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  2357. background-image: -webkit-linear-gradient(top, #333333, #222222);
  2358. background-image: -o-linear-gradient(top, #333333, #222222);
  2359. background-image: linear-gradient(top, #333333, #222222);
  2360. background-repeat: repeat-x;
  2361. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  2362. border-color: #222222 #222222 #000000;
  2363. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2364. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2365. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2366. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2367. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  2368. }
  2369. .btn-navbar:hover,
  2370. .btn-navbar:active,
  2371. .btn-navbar.active,
  2372. .btn-navbar.disabled,
  2373. .btn-navbar[disabled] {
  2374. background-color: #222222;
  2375. }
  2376. .btn-navbar:active, .btn-navbar.active {
  2377. background-color: #080808 \9;
  2378. }
  2379. .btn-navbar .icon-bar {
  2380. display: block;
  2381. width: 18px;
  2382. height: 2px;
  2383. background-color: #f5f5f5;
  2384. -webkit-border-radius: 1px;
  2385. -moz-border-radius: 1px;
  2386. border-radius: 1px;
  2387. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2388. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2389. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  2390. }
  2391. .btn-navbar .icon-bar + .icon-bar {
  2392. margin-top: 3px;
  2393. }
  2394. .nav-collapse.collapse {
  2395. height: auto;
  2396. }
  2397. .navbar .brand:hover {
  2398. text-decoration: none;
  2399. }
  2400. .navbar .brand {
  2401. float: left;
  2402. display: block;
  2403. padding: 8px 20px 12px;
  2404. margin-left: -20px;
  2405. font-size: 20px;
  2406. font-weight: 200;
  2407. line-height: 1;
  2408. color: #ffffff;
  2409. }
  2410. .navbar .navbar-text {
  2411. margin-bottom: 0;
  2412. line-height: 40px;
  2413. color: #999999;
  2414. }
  2415. .navbar .navbar-text a:hover {
  2416. color: #ffffff;
  2417. background-color: transparent;
  2418. }
  2419. .navbar .btn, .navbar .btn-group {
  2420. margin-top: 5px;
  2421. }
  2422. .navbar .btn-group .btn {
  2423. margin-top: 0;
  2424. }
  2425. .navbar-form {
  2426. margin-bottom: 0;
  2427. *zoom: 1;
  2428. }
  2429. .navbar-form:before, .navbar-form:after {
  2430. display: table;
  2431. content: "";
  2432. }
  2433. .navbar-form:after {
  2434. clear: both;
  2435. }
  2436. .navbar-form input, .navbar-form select {
  2437. display: inline-block;
  2438. margin-top: 5px;
  2439. margin-bottom: 0;
  2440. }
  2441. .navbar-form .radio, .navbar-form .checkbox {
  2442. margin-top: 5px;
  2443. }
  2444. .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  2445. margin-top: 3px;
  2446. }
  2447. .navbar-search {
  2448. position: relative;
  2449. float: left;
  2450. margin-top: 6px;
  2451. margin-bottom: 0;
  2452. }
  2453. .navbar-search .search-query {
  2454. padding: 4px 9px;
  2455. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  2456. font-size: 13px;
  2457. font-weight: normal;
  2458. line-height: 1;
  2459. color: #ffffff;
  2460. color: rgba(255, 255, 255, 0.75);
  2461. background: #666;
  2462. background: rgba(255, 255, 255, 0.3);
  2463. border: 1px solid #111;
  2464. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2465. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2466. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  2467. -webkit-transition: none;
  2468. -moz-transition: none;
  2469. -ms-transition: none;
  2470. -o-transition: none;
  2471. transition: none;
  2472. }
  2473. .navbar-search .search-query :-moz-placeholder {
  2474. color: #eeeeee;
  2475. }
  2476. .navbar-search .search-query::-webkit-input-placeholder {
  2477. color: #eeeeee;
  2478. }
  2479. .navbar-search .search-query:hover {
  2480. color: #ffffff;
  2481. background-color: #999999;
  2482. background-color: rgba(255, 255, 255, 0.5);
  2483. }
  2484. .navbar-search .search-query:focus, .navbar-search .search-query.focused {
  2485. padding: 5px 10px;
  2486. color: #333333;
  2487. text-shadow: 0 1px 0 #ffffff;
  2488. background-color: #ffffff;
  2489. border: 0;
  2490. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2491. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2492. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  2493. outline: 0;
  2494. }
  2495. .navbar-fixed-top {
  2496. position: fixed;
  2497. top: 0;
  2498. right: 0;
  2499. left: 0;
  2500. z-index: 1030;
  2501. }
  2502. .navbar-fixed-top .navbar-inner {
  2503. padding-left: 0;
  2504. padding-right: 0;
  2505. -webkit-border-radius: 0;
  2506. -moz-border-radius: 0;
  2507. border-radius: 0;
  2508. }
  2509. .navbar .nav {
  2510. position: relative;
  2511. left: 0;
  2512. display: block;
  2513. float: left;
  2514. margin: 0 10px 0 0;
  2515. }
  2516. .navbar .nav.pull-right {
  2517. float: right;
  2518. }
  2519. .navbar .nav > li {
  2520. display: block;
  2521. float: left;
  2522. }
  2523. .navbar .nav > li > a {
  2524. float: none;
  2525. padding: 10px 10px 11px;
  2526. line-height: 19px;
  2527. color: #999999;
  2528. text-decoration: none;
  2529. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2530. }
  2531. .navbar .nav > li > a:hover {
  2532. background-color: transparent;
  2533. color: #ffffff;
  2534. text-decoration: none;
  2535. }
  2536. .navbar .nav .active > a, .navbar .nav .active > a:hover {
  2537. color: #ffffff;
  2538. text-decoration: none;
  2539. background-color: #222222;
  2540. background-color: rgba(0, 0, 0, 0.5);
  2541. }
  2542. .navbar .divider-vertical {
  2543. height: 40px;
  2544. width: 1px;
  2545. margin: 0 9px;
  2546. overflow: hidden;
  2547. background-color: #222222;
  2548. border-right: 1px solid #333333;
  2549. }
  2550. .navbar .nav.pull-right {
  2551. margin-left: 10px;
  2552. margin-right: 0;
  2553. }
  2554. .navbar .dropdown-menu {
  2555. margin-top: 1px;
  2556. -webkit-border-radius: 4px;
  2557. -moz-border-radius: 4px;
  2558. border-radius: 4px;
  2559. }
  2560. .navbar .dropdown-menu:before {
  2561. content: '';
  2562. display: inline-block;
  2563. border-left: 7px solid transparent;
  2564. border-right: 7px solid transparent;
  2565. border-bottom: 7px solid #ccc;
  2566. border-bottom-color: rgba(0, 0, 0, 0.2);
  2567. position: absolute;
  2568. top: -7px;
  2569. left: 9px;
  2570. }
  2571. .navbar .dropdown-menu:after {
  2572. content: '';
  2573. display: inline-block;
  2574. border-left: 6px solid transparent;
  2575. border-right: 6px solid transparent;
  2576. border-bottom: 6px solid #ffffff;
  2577. position: absolute;
  2578. top: -6px;
  2579. left: 10px;
  2580. }
  2581. .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  2582. border-top-color: #ffffff;
  2583. }
  2584. .navbar .nav .active .caret {
  2585. opacity: 1;
  2586. filter: alpha(opacity=100);
  2587. }
  2588. .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
  2589. background-color: transparent;
  2590. }
  2591. .navbar .nav .active > .dropdown-toggle:hover {
  2592. color: #ffffff;
  2593. }
  2594. .navbar .nav.pull-right .dropdown-menu {
  2595. left: auto;
  2596. right: 0;
  2597. }
  2598. .navbar .nav.pull-right .dropdown-menu:before {
  2599. left: auto;
  2600. right: 12px;
  2601. }
  2602. .navbar .nav.pull-right .dropdown-menu:after {
  2603. left: auto;
  2604. right: 13px;
  2605. }
  2606. .breadcrumb {
  2607. padding: 7px 14px;
  2608. margin: 0 0 18px;
  2609. background-color: #fbfbfb;
  2610. background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  2611. background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  2612. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  2613. background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  2614. background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  2615. background-image: linear-gradient(top, #ffffff, #f5f5f5);
  2616. background-repeat: repeat-x;
  2617. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  2618. border: 1px solid #ddd;
  2619. -webkit-border-radius: 3px;
  2620. -moz-border-radius: 3px;
  2621. border-radius: 3px;
  2622. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  2623. -moz-box-shadow: inset 0 1px 0 #ffffff;
  2624. box-shadow: inset 0 1px 0 #ffffff;
  2625. }
  2626. .breadcrumb li {
  2627. display: inline;
  2628. text-shadow: 0 1px 0 #ffffff;
  2629. }
  2630. .breadcrumb .divider {
  2631. padding: 0 5px;
  2632. color: #999999;
  2633. }
  2634. .breadcrumb .active a {
  2635. color: #333333;
  2636. }
  2637. .pagination {
  2638. height: 36px;
  2639. margin: 18px 0;
  2640. }
  2641. .pagination ul {
  2642. display: inline-block;
  2643. *display: inline;
  2644. /* IE7 inline-block hack */
  2645. *zoom: 1;
  2646. margin-left: 0;
  2647. margin-bottom: 0;
  2648. -webkit-border-radius: 3px;
  2649. -moz-border-radius: 3px;
  2650. border-radius: 3px;
  2651. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2652. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2653. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  2654. }
  2655. .pagination li {
  2656. display: inline;
  2657. }
  2658. .pagination a {
  2659. float: left;
  2660. padding: 0 14px;
  2661. line-height: 34px;
  2662. text-decoration: none;
  2663. border: 1px solid #ddd;
  2664. border-left-width: 0;
  2665. }
  2666. .pagination a:hover, .pagination .active a {
  2667. background-color: #f5f5f5;
  2668. }
  2669. .pagination .active a {
  2670. color: #999999;
  2671. cursor: default;
  2672. }
  2673. .pagination .disabled a, .pagination .disabled a:hover {
  2674. color: #999999;
  2675. background-color: transparent;
  2676. cursor: default;
  2677. }
  2678. .pagination li:first-child a {
  2679. border-left-width: 1px;
  2680. -webkit-border-radius: 3px 0 0 3px;
  2681. -moz-border-radius: 3px 0 0 3px;
  2682. border-radius: 3px 0 0 3px;
  2683. }
  2684. .pagination li:last-child a {
  2685. -webkit-border-radius: 0 3px 3px 0;
  2686. -moz-border-radius: 0 3px 3px 0;
  2687. border-radius: 0 3px 3px 0;
  2688. }
  2689. .pagination-centered {
  2690. text-align: center;
  2691. }
  2692. .pagination-right {
  2693. text-align: right;
  2694. }
  2695. .pager {
  2696. margin-left: 0;
  2697. margin-bottom: 18px;
  2698. list-style: none;
  2699. text-align: center;
  2700. *zoom: 1;
  2701. }
  2702. .pager:before, .pager:after {
  2703. display: table;
  2704. content: "";
  2705. }
  2706. .pager:after {
  2707. clear: both;
  2708. }
  2709. .pager li {
  2710. display: inline;
  2711. }
  2712. .pager a {
  2713. display: inline-block;
  2714. padding: 5px 14px;
  2715. background-color: #fff;
  2716. border: 1px solid #ddd;
  2717. -webkit-border-radius: 15px;
  2718. -moz-border-radius: 15px;
  2719. border-radius: 15px;
  2720. }
  2721. .pager a:hover {
  2722. text-decoration: none;
  2723. background-color: #f5f5f5;
  2724. }
  2725. .pager .next a {
  2726. float: right;
  2727. }
  2728. .pager .previous a {
  2729. float: left;
  2730. }
  2731. .modal-open .dropdown-menu {
  2732. z-index: 2050;
  2733. }
  2734. .modal-open .dropdown.open {
  2735. *z-index: 2050;
  2736. }
  2737. .modal-open .popover {
  2738. z-index: 2060;
  2739. }
  2740. .modal-open .tooltip {
  2741. z-index: 2070;
  2742. }
  2743. .modal-backdrop {
  2744. position: fixed;
  2745. top: 0;
  2746. right: 0;
  2747. bottom: 0;
  2748. left: 0;
  2749. z-index: 1040;
  2750. background-color: #000000;
  2751. }
  2752. .modal-backdrop.fade {
  2753. opacity: 0;
  2754. }
  2755. .modal-backdrop, .modal-backdrop.fade.in {
  2756. opacity: 0.8;
  2757. filter: alpha(opacity=80);
  2758. }
  2759. .modal {
  2760. position: fixed;
  2761. top: 50%;
  2762. left: 50%;
  2763. z-index: 1050;
  2764. max-height: 500px;
  2765. overflow: auto;
  2766. width: 560px;
  2767. margin: -250px 0 0 -280px;
  2768. background-color: #ffffff;
  2769. border: 1px solid #999;
  2770. border: 1px solid rgba(0, 0, 0, 0.3);
  2771. *border: 1px solid #999;
  2772. /* IE6-7 */
  2773. -webkit-border-radius: 6px;
  2774. -moz-border-radius: 6px;
  2775. border-radius: 6px;
  2776. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2777. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2778. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2779. -webkit-background-clip: padding-box;
  2780. -moz-background-clip: padding-box;
  2781. background-clip: padding-box;
  2782. }
  2783. .modal.fade {
  2784. -webkit-transition: opacity .3s linear, top .3s ease-out;
  2785. -moz-transition: opacity .3s linear, top .3s ease-out;
  2786. -ms-transition: opacity .3s linear, top .3s ease-out;
  2787. -o-transition: opacity .3s linear, top .3s ease-out;
  2788. transition: opacity .3s linear, top .3s ease-out;
  2789. top: -25%;
  2790. }
  2791. .modal.fade.in {
  2792. top: 50%;
  2793. }
  2794. .modal-header {
  2795. padding: 9px 15px;
  2796. border-bottom: 1px solid #eee;
  2797. }
  2798. .modal-header .close {
  2799. margin-top: 2px;
  2800. }
  2801. .modal-body {
  2802. padding: 15px;
  2803. }
  2804. .modal-footer {
  2805. padding: 14px 15px 15px;
  2806. margin-bottom: 0;
  2807. background-color: #f5f5f5;
  2808. border-top: 1px solid #ddd;
  2809. -webkit-border-radius: 0 0 6px 6px;
  2810. -moz-border-radius: 0 0 6px 6px;
  2811. border-radius: 0 0 6px 6px;
  2812. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  2813. -moz-box-shadow: inset 0 1px 0 #ffffff;
  2814. box-shadow: inset 0 1px 0 #ffffff;
  2815. *zoom: 1;
  2816. }
  2817. .modal-footer:before, .modal-footer:after {
  2818. display: table;
  2819. content: "";
  2820. }
  2821. .modal-footer:after {
  2822. clear: both;
  2823. }
  2824. .modal-footer .btn {
  2825. float: right;
  2826. margin-left: 5px;
  2827. margin-bottom: 0;
  2828. }
  2829. .tooltip {
  2830. position: absolute;
  2831. z-index: 1020;
  2832. display: block;
  2833. visibility: visible;
  2834. padding: 5px;
  2835. font-size: 11px;
  2836. opacity: 0;
  2837. filter: alpha(opacity=0);
  2838. }
  2839. .tooltip.in {
  2840. opacity: 0.8;
  2841. filter: alpha(opacity=80);
  2842. }
  2843. .tooltip.top {
  2844. margin-top: -2px;
  2845. }
  2846. .tooltip.right {
  2847. margin-left: 2px;
  2848. }
  2849. .tooltip.bottom {
  2850. margin-top: 2px;
  2851. }
  2852. .tooltip.left {
  2853. margin-left: -2px;
  2854. }
  2855. .tooltip.top .tooltip-arrow {
  2856. bottom: 0;
  2857. left: 50%;
  2858. margin-left: -5px;
  2859. border-left: 5px solid transparent;
  2860. border-right: 5px solid transparent;
  2861. border-top: 5px solid #000000;
  2862. }
  2863. .tooltip.left .tooltip-arrow {
  2864. top: 50%;
  2865. right: 0;
  2866. margin-top: -5px;
  2867. border-top: 5px solid transparent;
  2868. border-bottom: 5px solid transparent;
  2869. border-left: 5px solid #000000;
  2870. }
  2871. .tooltip.bottom .tooltip-arrow {
  2872. top: 0;
  2873. left: 50%;
  2874. margin-left: -5px;
  2875. border-left: 5px solid transparent;
  2876. border-right: 5px solid transparent;
  2877. border-bottom: 5px solid #000000;
  2878. }
  2879. .tooltip.right .tooltip-arrow {
  2880. top: 50%;
  2881. left: 0;
  2882. margin-top: -5px;
  2883. border-top: 5px solid transparent;
  2884. border-bottom: 5px solid transparent;
  2885. border-right: 5px solid #000000;
  2886. }
  2887. .tooltip-inner {
  2888. max-width: 200px;
  2889. padding: 3px 8px;
  2890. color: #ffffff;
  2891. text-align: center;
  2892. text-decoration: none;
  2893. background-color: #000000;
  2894. -webkit-border-radius: 4px;
  2895. -moz-border-radius: 4px;
  2896. border-radius: 4px;
  2897. }
  2898. .tooltip-arrow {
  2899. position: absolute;
  2900. width: 0;
  2901. height: 0;
  2902. }
  2903. .popover {
  2904. position: absolute;
  2905. top: 0;
  2906. left: 0;
  2907. z-index: 1010;
  2908. display: none;
  2909. padding: 5px;
  2910. }
  2911. .popover.top {
  2912. margin-top: -5px;
  2913. }
  2914. .popover.right {
  2915. margin-left: 5px;
  2916. }
  2917. .popover.bottom {
  2918. margin-top: 5px;
  2919. }
  2920. .popover.left {
  2921. margin-left: -5px;
  2922. }
  2923. .popover.top .arrow {
  2924. bottom: 0;
  2925. left: 50%;
  2926. margin-left: -5px;
  2927. border-left: 5px solid transparent;
  2928. border-right: 5px solid transparent;
  2929. border-top: 5px solid #000000;
  2930. }
  2931. .popover.right .arrow {
  2932. top: 50%;
  2933. left: 0;
  2934. margin-top: -5px;
  2935. border-top: 5px solid transparent;
  2936. border-bottom: 5px solid transparent;
  2937. border-right: 5px solid #000000;
  2938. }
  2939. .popover.bottom .arrow {
  2940. top: 0;
  2941. left: 50%;
  2942. margin-left: -5px;
  2943. border-left: 5px solid transparent;
  2944. border-right: 5px solid transparent;
  2945. border-bottom: 5px solid #000000;
  2946. }
  2947. .popover.left .arrow {
  2948. top: 50%;
  2949. right: 0;
  2950. margin-top: -5px;
  2951. border-top: 5px solid transparent;
  2952. border-bottom: 5px solid transparent;
  2953. border-left: 5px solid #000000;
  2954. }
  2955. .popover .arrow {
  2956. position: absolute;
  2957. width: 0;
  2958. height: 0;
  2959. }
  2960. .popover-inner {
  2961. padding: 3px;
  2962. width: 280px;
  2963. overflow: hidden;
  2964. background: #000000;
  2965. background: rgba(0, 0, 0, 0.8);
  2966. -webkit-border-radius: 6px;
  2967. -moz-border-radius: 6px;
  2968. border-radius: 6px;
  2969. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2970. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2971. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  2972. }
  2973. .popover-title {
  2974. padding: 9px 15px;
  2975. line-height: 1;
  2976. background-color: #f5f5f5;
  2977. border-bottom: 1px solid #eee;
  2978. -webkit-border-radius: 3px 3px 0 0;
  2979. -moz-border-radius: 3px 3px 0 0;
  2980. border-radius: 3px 3px 0 0;
  2981. }
  2982. .popover-content {
  2983. padding: 14px;
  2984. background-color: #ffffff;
  2985. -webkit-border-radius: 0 0 3px 3px;
  2986. -moz-border-radius: 0 0 3px 3px;
  2987. border-radius: 0 0 3px 3px;
  2988. -webkit-background-clip: padding-box;
  2989. -moz-background-clip: padding-box;
  2990. background-clip: padding-box;
  2991. }
  2992. .popover-content p, .popover-content ul, .popover-content ol {
  2993. margin-bottom: 0;
  2994. }
  2995. .thumbnails {
  2996. margin-left: -20px;
  2997. list-style: none;
  2998. *zoom: 1;
  2999. }
  3000. .thumbnails:before, .thumbnails:after {
  3001. display: table;
  3002. content: "";
  3003. }
  3004. .thumbnails:after {
  3005. clear: both;
  3006. }
  3007. .thumbnails > li {
  3008. float: left;
  3009. margin: 0 0 18px 20px;
  3010. }
  3011. .thumbnail {
  3012. display: block;
  3013. padding: 4px;
  3014. line-height: 1;
  3015. border: 1px solid #ddd;
  3016. -webkit-border-radius: 4px;
  3017. -moz-border-radius: 4px;
  3018. border-radius: 4px;
  3019. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3020. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3021. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  3022. }
  3023. a.thumbnail:hover {
  3024. border-color: #0088cc;
  3025. -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3026. -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3027. box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  3028. }
  3029. .thumbnail > img {
  3030. display: block;
  3031. max-width: 100%;
  3032. margin-left: auto;
  3033. margin-right: auto;
  3034. }
  3035. .thumbnail .caption {
  3036. padding: 9px;
  3037. }
  3038. .label {
  3039. padding: 1px 3px 2px;
  3040. font-size: 9.75px;
  3041. font-weight: bold;
  3042. color: #ffffff;
  3043. text-transform: uppercase;
  3044. background-color: #999999;
  3045. -webkit-border-radius: 3px;
  3046. -moz-border-radius: 3px;
  3047. border-radius: 3px;
  3048. }
  3049. .label-important {
  3050. background-color: #b94a48;
  3051. }
  3052. .label-warning {
  3053. background-color: #f89406;
  3054. }
  3055. .label-success {
  3056. background-color: #468847;
  3057. }
  3058. .label-info {
  3059. background-color: #3a87ad;
  3060. }
  3061. @-webkit-keyframes progress-bar-stripes {
  3062. from {
  3063. background-position: 0 0;
  3064. }
  3065. to {
  3066. background-position: 40px 0;
  3067. }
  3068. }
  3069. @-moz-keyframes progress-bar-stripes {
  3070. from {
  3071. background-position: 0 0;
  3072. }
  3073. to {
  3074. background-position: 40px 0;
  3075. }
  3076. }
  3077. @keyframes progress-bar-stripes {
  3078. from {
  3079. background-position: 0 0;
  3080. }
  3081. to {
  3082. background-position: 40px 0;
  3083. }
  3084. }
  3085. .progress {
  3086. overflow: hidden;
  3087. height: 18px;
  3088. margin-bottom: 18px;
  3089. background-color: #f7f7f7;
  3090. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  3091. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  3092. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  3093. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  3094. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  3095. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  3096. background-repeat: repeat-x;
  3097. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  3098. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3099. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3100. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  3101. -webkit-border-radius: 4px;
  3102. -moz-border-radius: 4px;
  3103. border-radius: 4px;
  3104. }
  3105. .progress .bar {
  3106. width: 0%;
  3107. height: 18px;
  3108. color: #ffffff;
  3109. font-size: 12px;
  3110. text-align: center;
  3111. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3112. background-color: #0e90d2;
  3113. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  3114. background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  3115. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  3116. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  3117. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  3118. background-image: linear-gradient(top, #149bdf, #0480be);
  3119. background-repeat: repeat-x;
  3120. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  3121. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3122. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3123. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  3124. -webkit-box-sizing: border-box;
  3125. -moz-box-sizing: border-box;
  3126. box-sizing: border-box;
  3127. -webkit-transition: width 0.6s ease;
  3128. -moz-transition: width 0.6s ease;
  3129. -ms-transition: width 0.6s ease;
  3130. -o-transition: width 0.6s ease;
  3131. transition: width 0.6s ease;
  3132. }
  3133. .progress-striped .bar {
  3134. background-color: #62c462;
  3135. 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));
  3136. 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);
  3137. 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);
  3138. background-image: -ms-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);
  3139. 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);
  3140. 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);
  3141. -webkit-background-size: 40px 40px;
  3142. -moz-background-size: 40px 40px;
  3143. -o-background-size: 40px 40px;
  3144. background-size: 40px 40px;
  3145. }
  3146. .progress.active .bar {
  3147. -webkit-animation: progress-bar-stripes 2s linear infinite;
  3148. -moz-animation: progress-bar-stripes 2s linear infinite;
  3149. animation: progress-bar-stripes 2s linear infinite;
  3150. }
  3151. .progress-danger .bar {
  3152. background-color: #dd514c;
  3153. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  3154. background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  3155. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  3156. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  3157. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  3158. background-image: linear-gradient(top, #ee5f5b, #c43c35);
  3159. background-repeat: repeat-x;
  3160. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  3161. }
  3162. .progress-danger.progress-striped .bar {
  3163. background-color: #ee5f5b;
  3164. 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));
  3165. 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);
  3166. 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);
  3167. background-image: -ms-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);
  3168. 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);
  3169. 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);
  3170. }
  3171. .progress-success .bar {
  3172. background-color: #5eb95e;
  3173. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  3174. background-image: -ms-linear-gradient(top, #62c462, #57a957);
  3175. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  3176. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  3177. background-image: -o-linear-gradient(top, #62c462, #57a957);
  3178. background-image: linear-gradient(top, #62c462, #57a957);
  3179. background-repeat: repeat-x;
  3180. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  3181. }
  3182. .progress-success.progress-striped .bar {
  3183. background-color: #62c462;
  3184. 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));
  3185. 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);
  3186. 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);
  3187. background-image: -ms-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);
  3188. 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);
  3189. 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);
  3190. }
  3191. .progress-info .bar {
  3192. background-color: #4bb1cf;
  3193. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  3194. background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  3195. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  3196. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  3197. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  3198. background-image: linear-gradient(top, #5bc0de, #339bb9);
  3199. background-repeat: repeat-x;
  3200. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  3201. }
  3202. .progress-info.progress-striped .bar {
  3203. background-color: #5bc0de;
  3204. 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));
  3205. 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);
  3206. 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);
  3207. background-image: -ms-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);
  3208. 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);
  3209. 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);
  3210. }
  3211. .accordion {
  3212. margin-bottom: 18px;
  3213. }
  3214. .accordion-group {
  3215. margin-bottom: 2px;
  3216. border: 1px solid #e5e5e5;
  3217. -webkit-border-radius: 4px;
  3218. -moz-border-radius: 4px;
  3219. border-radius: 4px;
  3220. }
  3221. .accordion-heading {
  3222. border-bottom: 0;
  3223. }
  3224. .accordion-heading .accordion-toggle {
  3225. display: block;
  3226. padding: 8px 15px;
  3227. }
  3228. .accordion-inner {
  3229. padding: 9px 15px;
  3230. border-top: 1px solid #e5e5e5;
  3231. }
  3232. .carousel {
  3233. position: relative;
  3234. margin-bottom: 18px;
  3235. line-height: 1;
  3236. }
  3237. .carousel-inner {
  3238. overflow: hidden;
  3239. width: 100%;
  3240. position: relative;
  3241. }
  3242. .carousel .item {
  3243. display: none;
  3244. position: relative;
  3245. -webkit-transition: 0.6s ease-in-out left;
  3246. -moz-transition: 0.6s ease-in-out left;
  3247. -ms-transition: 0.6s ease-in-out left;
  3248. -o-transition: 0.6s ease-in-out left;
  3249. transition: 0.6s ease-in-out left;
  3250. }
  3251. .carousel .item > img {
  3252. display: block;
  3253. line-height: 1;
  3254. }
  3255. .carousel .active, .carousel .next, .carousel .prev {
  3256. display: block;
  3257. }
  3258. .carousel .active {
  3259. left: 0;
  3260. }
  3261. .carousel .next, .carousel .prev {
  3262. position: absolute;
  3263. top: 0;
  3264. width: 100%;
  3265. }
  3266. .carousel .next {
  3267. left: 100%;
  3268. }
  3269. .carousel .prev {
  3270. left: -100%;
  3271. }
  3272. .carousel .next.left, .carousel .prev.right {
  3273. left: 0;
  3274. }
  3275. .carousel .active.left {
  3276. left: -100%;
  3277. }
  3278. .carousel .active.right {
  3279. left: 100%;
  3280. }
  3281. .carousel-control {
  3282. position: absolute;
  3283. top: 40%;
  3284. left: 15px;
  3285. width: 40px;
  3286. height: 40px;
  3287. margin-top: -20px;
  3288. font-size: 60px;
  3289. font-weight: 100;
  3290. line-height: 30px;
  3291. color: #ffffff;
  3292. text-align: center;
  3293. background: #222222;
  3294. border: 3px solid #ffffff;
  3295. -webkit-border-radius: 23px;
  3296. -moz-border-radius: 23px;
  3297. border-radius: 23px;
  3298. opacity: 0.5;
  3299. filter: alpha(opacity=50);
  3300. }
  3301. .carousel-control.right {
  3302. left: auto;
  3303. right: 15px;
  3304. }
  3305. .carousel-control:hover {
  3306. color: #ffffff;
  3307. text-decoration: none;
  3308. opacity: 0.9;
  3309. filter: alpha(opacity=90);
  3310. }
  3311. .carousel-caption {
  3312. position: absolute;
  3313. left: 0;
  3314. right: 0;
  3315. bottom: 0;
  3316. padding: 10px 15px 5px;
  3317. background: #333333;
  3318. background: rgba(0, 0, 0, 0.75);
  3319. }
  3320. .carousel-caption h4, .carousel-caption p {
  3321. color: #ffffff;
  3322. }
  3323. .hero-unit {
  3324. padding: 60px;
  3325. margin-bottom: 30px;
  3326. background-color: #f5f5f5;
  3327. -webkit-border-radius: 6px;
  3328. -moz-border-radius: 6px;
  3329. border-radius: 6px;
  3330. }
  3331. .hero-unit h1 {
  3332. margin-bottom: 0;
  3333. font-size: 60px;
  3334. line-height: 1;
  3335. letter-spacing: -1px;
  3336. }
  3337. .hero-unit p {
  3338. font-size: 18px;
  3339. font-weight: 200;
  3340. line-height: 27px;
  3341. }
  3342. .pull-right {
  3343. float: right;
  3344. }
  3345. .pull-left {
  3346. float: left;
  3347. }
  3348. .hide {
  3349. display: none;
  3350. }
  3351. .show {
  3352. display: block;
  3353. }
  3354. .invisible {
  3355. visibility: hidden;
  3356. }