Advertisement
Guest User

Untitled

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