/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

Large files are truncated click here to view the full file

  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