You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7078 rivejä
122 KiB

  1. /*!
  2. * Bootstrap v3.0.2 by @fat and @mdo
  3. * Copyright 2013 Twitter, Inc.
  4. * Licensed under http://www.apache.org/licenses/LICENSE-2.0
  5. *
  6. * Designed and built with all the love in the world by @mdo and @fat.
  7. */
  8. /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  9. article,
  10. aside,
  11. details,
  12. figcaption,
  13. figure,
  14. footer,
  15. header,
  16. hgroup,
  17. main,
  18. nav,
  19. section,
  20. summary {
  21. display: block;
  22. }
  23. audio,
  24. canvas,
  25. video {
  26. display: inline-block;
  27. }
  28. audio:not([controls]) {
  29. display: none;
  30. height: 0;
  31. }
  32. [hidden],
  33. template {
  34. display: none;
  35. }
  36. html {
  37. font-family: sans-serif;
  38. -webkit-text-size-adjust: 100%;
  39. -ms-text-size-adjust: 100%;
  40. }
  41. body {
  42. margin: 0;
  43. }
  44. a {
  45. background: transparent;
  46. }
  47. a:focus {
  48. outline: thin dotted;
  49. }
  50. a:active,
  51. a:hover {
  52. outline: 0;
  53. }
  54. h1 {
  55. margin: 0.67em 0;
  56. font-size: 2em;
  57. }
  58. abbr[title] {
  59. border-bottom: 1px dotted;
  60. }
  61. b,
  62. strong {
  63. font-weight: bold;
  64. }
  65. dfn {
  66. font-style: italic;
  67. }
  68. hr {
  69. height: 0;
  70. -moz-box-sizing: content-box;
  71. box-sizing: content-box;
  72. }
  73. mark {
  74. color: #000;
  75. background: #ff0;
  76. }
  77. code,
  78. kbd,
  79. pre,
  80. samp {
  81. font-family: monospace, serif;
  82. font-size: 1em;
  83. }
  84. pre {
  85. white-space: pre-wrap;
  86. }
  87. q {
  88. quotes: "\201C" "\201D" "\2018" "\2019";
  89. }
  90. small {
  91. font-size: 80%;
  92. }
  93. sub,
  94. sup {
  95. position: relative;
  96. font-size: 75%;
  97. line-height: 0;
  98. vertical-align: baseline;
  99. }
  100. sup {
  101. top: -0.5em;
  102. }
  103. sub {
  104. bottom: -0.25em;
  105. }
  106. img {
  107. border: 0;
  108. }
  109. svg:not(:root) {
  110. overflow: hidden;
  111. }
  112. figure {
  113. margin: 0;
  114. }
  115. fieldset {
  116. padding: 0.35em 0.625em 0.75em;
  117. margin: 0 2px;
  118. border: 1px solid #c0c0c0;
  119. }
  120. legend {
  121. padding: 0;
  122. border: 0;
  123. }
  124. button,
  125. input,
  126. select,
  127. textarea {
  128. margin: 0;
  129. font-family: inherit;
  130. font-size: 100%;
  131. }
  132. button,
  133. input {
  134. line-height: normal;
  135. }
  136. button,
  137. select {
  138. text-transform: none;
  139. }
  140. button,
  141. html input[type="button"],
  142. input[type="reset"],
  143. input[type="submit"] {
  144. cursor: pointer;
  145. -webkit-appearance: button;
  146. }
  147. button[disabled],
  148. html input[disabled] {
  149. cursor: default;
  150. }
  151. input[type="checkbox"],
  152. input[type="radio"] {
  153. padding: 0;
  154. box-sizing: border-box;
  155. }
  156. input[type="search"] {
  157. -webkit-box-sizing: content-box;
  158. -moz-box-sizing: content-box;
  159. box-sizing: content-box;
  160. -webkit-appearance: textfield;
  161. }
  162. input[type="search"]::-webkit-search-cancel-button,
  163. input[type="search"]::-webkit-search-decoration {
  164. -webkit-appearance: none;
  165. }
  166. button::-moz-focus-inner,
  167. input::-moz-focus-inner {
  168. padding: 0;
  169. border: 0;
  170. }
  171. textarea {
  172. overflow: auto;
  173. vertical-align: top;
  174. }
  175. table {
  176. border-collapse: collapse;
  177. border-spacing: 0;
  178. }
  179. @media print {
  180. * {
  181. color: #000 !important;
  182. text-shadow: none !important;
  183. background: transparent !important;
  184. box-shadow: none !important;
  185. }
  186. a,
  187. a:visited {
  188. text-decoration: underline;
  189. }
  190. a[href]:after {
  191. content: " (" attr(href) ")";
  192. }
  193. abbr[title]:after {
  194. content: " (" attr(title) ")";
  195. }
  196. a[href^="javascript:"]:after,
  197. a[href^="#"]:after {
  198. content: "";
  199. }
  200. pre,
  201. blockquote {
  202. border: 1px solid #999;
  203. page-break-inside: avoid;
  204. }
  205. thead {
  206. display: table-header-group;
  207. }
  208. tr,
  209. img {
  210. page-break-inside: avoid;
  211. }
  212. img {
  213. max-width: 100% !important;
  214. }
  215. @page {
  216. margin: 2cm .5cm;
  217. }
  218. p,
  219. h2,
  220. h3 {
  221. orphans: 3;
  222. widows: 3;
  223. }
  224. h2,
  225. h3 {
  226. page-break-after: avoid;
  227. }
  228. select {
  229. background: #fff !important;
  230. }
  231. .navbar {
  232. display: none;
  233. }
  234. .table td,
  235. .table th {
  236. background-color: #fff !important;
  237. }
  238. .btn > .caret,
  239. .dropup > .btn > .caret {
  240. border-top-color: #000 !important;
  241. }
  242. .label {
  243. border: 1px solid #000;
  244. }
  245. .table {
  246. border-collapse: collapse !important;
  247. }
  248. .table-bordered th,
  249. .table-bordered td {
  250. border: 1px solid #ddd !important;
  251. }
  252. }
  253. *,
  254. *:before,
  255. *:after {
  256. -webkit-box-sizing: border-box;
  257. -moz-box-sizing: border-box;
  258. box-sizing: border-box;
  259. }
  260. html {
  261. font-size: 62.5%;
  262. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  263. }
  264. body {
  265. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  266. font-size: 14px;
  267. line-height: 1.428571429;
  268. color: #333333;
  269. background-color: #ffffff;
  270. }
  271. input,
  272. button,
  273. select,
  274. textarea {
  275. font-family: inherit;
  276. font-size: inherit;
  277. line-height: inherit;
  278. }
  279. a {
  280. color: #428bca;
  281. text-decoration: none;
  282. }
  283. a:hover,
  284. a:focus {
  285. color: #2a6496;
  286. text-decoration: underline;
  287. }
  288. a:focus {
  289. outline: thin dotted #333;
  290. outline: 5px auto -webkit-focus-ring-color;
  291. outline-offset: -2px;
  292. }
  293. img {
  294. vertical-align: middle;
  295. }
  296. .img-responsive {
  297. display: block;
  298. height: auto;
  299. max-width: 100%;
  300. }
  301. .img-rounded {
  302. border-radius: 6px;
  303. }
  304. .img-thumbnail {
  305. display: inline-block;
  306. height: auto;
  307. max-width: 100%;
  308. padding: 4px;
  309. line-height: 1.428571429;
  310. background-color: #ffffff;
  311. border: 1px solid #dddddd;
  312. border-radius: 4px;
  313. -webkit-transition: all 0.2s ease-in-out;
  314. transition: all 0.2s ease-in-out;
  315. }
  316. .img-circle {
  317. border-radius: 50%;
  318. }
  319. hr {
  320. margin-top: 20px;
  321. margin-bottom: 20px;
  322. border: 0;
  323. border-top: 1px solid #eeeeee;
  324. }
  325. .sr-only {
  326. position: absolute;
  327. width: 1px;
  328. height: 1px;
  329. padding: 0;
  330. margin: -1px;
  331. overflow: hidden;
  332. clip: rect(0, 0, 0, 0);
  333. border: 0;
  334. }
  335. p {
  336. margin: 0 0 10px;
  337. }
  338. .lead {
  339. margin-bottom: 20px;
  340. font-size: 16px;
  341. font-weight: 200;
  342. line-height: 1.4;
  343. }
  344. @media (min-width: 768px) {
  345. .lead {
  346. font-size: 21px;
  347. }
  348. }
  349. small,
  350. .small {
  351. font-size: 85%;
  352. }
  353. cite {
  354. font-style: normal;
  355. }
  356. .text-muted {
  357. color: #999999;
  358. }
  359. .text-primary {
  360. color: #428bca;
  361. }
  362. .text-primary:hover {
  363. color: #3071a9;
  364. }
  365. .text-warning {
  366. color: #c09853;
  367. }
  368. .text-warning:hover {
  369. color: #a47e3c;
  370. }
  371. .text-danger {
  372. color: #b94a48;
  373. }
  374. .text-danger:hover {
  375. color: #953b39;
  376. }
  377. .text-success {
  378. color: #468847;
  379. }
  380. .text-success:hover {
  381. color: #356635;
  382. }
  383. .text-info {
  384. color: #3a87ad;
  385. }
  386. .text-info:hover {
  387. color: #2d6987;
  388. }
  389. .text-left {
  390. text-align: left;
  391. }
  392. .text-right {
  393. text-align: right;
  394. }
  395. .text-center {
  396. text-align: center;
  397. }
  398. h1,
  399. h2,
  400. h3,
  401. h4,
  402. h5,
  403. h6,
  404. .h1,
  405. .h2,
  406. .h3,
  407. .h4,
  408. .h5,
  409. .h6 {
  410. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  411. font-weight: 500;
  412. line-height: 1.1;
  413. color: inherit;
  414. }
  415. h1 small,
  416. h2 small,
  417. h3 small,
  418. h4 small,
  419. h5 small,
  420. h6 small,
  421. .h1 small,
  422. .h2 small,
  423. .h3 small,
  424. .h4 small,
  425. .h5 small,
  426. .h6 small,
  427. h1 .small,
  428. h2 .small,
  429. h3 .small,
  430. h4 .small,
  431. h5 .small,
  432. h6 .small,
  433. .h1 .small,
  434. .h2 .small,
  435. .h3 .small,
  436. .h4 .small,
  437. .h5 .small,
  438. .h6 .small {
  439. font-weight: normal;
  440. line-height: 1;
  441. color: #999999;
  442. }
  443. h1,
  444. h2,
  445. h3 {
  446. margin-top: 20px;
  447. margin-bottom: 10px;
  448. }
  449. h1 small,
  450. h2 small,
  451. h3 small,
  452. h1 .small,
  453. h2 .small,
  454. h3 .small {
  455. font-size: 65%;
  456. }
  457. h4,
  458. h5,
  459. h6 {
  460. margin-top: 10px;
  461. margin-bottom: 10px;
  462. }
  463. h4 small,
  464. h5 small,
  465. h6 small,
  466. h4 .small,
  467. h5 .small,
  468. h6 .small {
  469. font-size: 75%;
  470. }
  471. h1,
  472. .h1 {
  473. font-size: 36px;
  474. }
  475. h2,
  476. .h2 {
  477. font-size: 30px;
  478. }
  479. h3,
  480. .h3 {
  481. font-size: 24px;
  482. }
  483. h4,
  484. .h4 {
  485. font-size: 18px;
  486. }
  487. h5,
  488. .h5 {
  489. font-size: 14px;
  490. }
  491. h6,
  492. .h6 {
  493. font-size: 12px;
  494. }
  495. .page-header {
  496. padding-bottom: 9px;
  497. margin: 40px 0 20px;
  498. border-bottom: 1px solid #eeeeee;
  499. }
  500. ul,
  501. ol {
  502. margin-top: 0;
  503. margin-bottom: 10px;
  504. }
  505. ul ul,
  506. ol ul,
  507. ul ol,
  508. ol ol {
  509. margin-bottom: 0;
  510. }
  511. .list-unstyled {
  512. padding-left: 0;
  513. list-style: none;
  514. }
  515. .list-inline {
  516. padding-left: 0;
  517. list-style: none;
  518. }
  519. .list-inline > li {
  520. display: inline-block;
  521. padding-right: 5px;
  522. padding-left: 5px;
  523. }
  524. .list-inline > li:first-child {
  525. padding-left: 0;
  526. }
  527. dl {
  528. margin-bottom: 20px;
  529. }
  530. dt,
  531. dd {
  532. line-height: 1.428571429;
  533. }
  534. dt {
  535. font-weight: bold;
  536. }
  537. dd {
  538. margin-left: 0;
  539. }
  540. @media (min-width: 768px) {
  541. .dl-horizontal dt {
  542. float: left;
  543. width: 160px;
  544. overflow: hidden;
  545. clear: left;
  546. text-align: right;
  547. text-overflow: ellipsis;
  548. white-space: nowrap;
  549. }
  550. .dl-horizontal dd {
  551. margin-left: 180px;
  552. }
  553. .dl-horizontal dd:before,
  554. .dl-horizontal dd:after {
  555. display: table;
  556. content: " ";
  557. }
  558. .dl-horizontal dd:after {
  559. clear: both;
  560. }
  561. .dl-horizontal dd:before,
  562. .dl-horizontal dd:after {
  563. display: table;
  564. content: " ";
  565. }
  566. .dl-horizontal dd:after {
  567. clear: both;
  568. }
  569. }
  570. abbr[title],
  571. abbr[data-original-title] {
  572. cursor: help;
  573. border-bottom: 1px dotted #999999;
  574. }
  575. abbr.initialism {
  576. font-size: 90%;
  577. text-transform: uppercase;
  578. }
  579. blockquote {
  580. padding: 10px 20px;
  581. margin: 0 0 20px;
  582. border-left: 5px solid #eeeeee;
  583. }
  584. blockquote p {
  585. font-size: 17.5px;
  586. font-weight: 300;
  587. line-height: 1.25;
  588. }
  589. blockquote p:last-child {
  590. margin-bottom: 0;
  591. }
  592. blockquote small {
  593. display: block;
  594. line-height: 1.428571429;
  595. color: #999999;
  596. }
  597. blockquote small:before {
  598. content: '\2014 \00A0';
  599. }
  600. blockquote.pull-right {
  601. padding-right: 15px;
  602. padding-left: 0;
  603. border-right: 5px solid #eeeeee;
  604. border-left: 0;
  605. }
  606. blockquote.pull-right p,
  607. blockquote.pull-right small,
  608. blockquote.pull-right .small {
  609. text-align: right;
  610. }
  611. blockquote.pull-right small:before,
  612. blockquote.pull-right .small:before {
  613. content: '';
  614. }
  615. blockquote.pull-right small:after,
  616. blockquote.pull-right .small:after {
  617. content: '\00A0 \2014';
  618. }
  619. blockquote:before,
  620. blockquote:after {
  621. content: "";
  622. }
  623. address {
  624. margin-bottom: 20px;
  625. font-style: normal;
  626. line-height: 1.428571429;
  627. }
  628. code,
  629. kbd,
  630. pre,
  631. samp {
  632. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  633. }
  634. code {
  635. padding: 2px 4px;
  636. font-size: 90%;
  637. color: #c7254e;
  638. white-space: nowrap;
  639. background-color: #f9f2f4;
  640. border-radius: 4px;
  641. }
  642. pre {
  643. display: block;
  644. padding: 9.5px;
  645. margin: 0 0 10px;
  646. font-size: 13px;
  647. line-height: 1.428571429;
  648. color: #333333;
  649. word-break: break-all;
  650. word-wrap: break-word;
  651. background-color: #f5f5f5;
  652. border: 1px solid #cccccc;
  653. border-radius: 4px;
  654. }
  655. pre code {
  656. padding: 0;
  657. font-size: inherit;
  658. color: inherit;
  659. white-space: pre-wrap;
  660. background-color: transparent;
  661. border-radius: 0;
  662. }
  663. .pre-scrollable {
  664. max-height: 340px;
  665. overflow-y: scroll;
  666. }
  667. .container {
  668. padding-right: 15px;
  669. padding-left: 15px;
  670. margin-right: auto;
  671. margin-left: auto;
  672. }
  673. .container:before,
  674. .container:after {
  675. display: table;
  676. content: " ";
  677. }
  678. .container:after {
  679. clear: both;
  680. }
  681. .container:before,
  682. .container:after {
  683. display: table;
  684. content: " ";
  685. }
  686. .container:after {
  687. clear: both;
  688. }
  689. .row {
  690. margin-right: -15px;
  691. margin-left: -15px;
  692. }
  693. .row:before,
  694. .row:after {
  695. display: table;
  696. content: " ";
  697. }
  698. .row:after {
  699. clear: both;
  700. }
  701. .row:before,
  702. .row:after {
  703. display: table;
  704. content: " ";
  705. }
  706. .row:after {
  707. clear: both;
  708. }
  709. .col-xs-1,
  710. .col-sm-1,
  711. .col-md-1,
  712. .col-lg-1,
  713. .col-xs-2,
  714. .col-sm-2,
  715. .col-md-2,
  716. .col-lg-2,
  717. .col-xs-3,
  718. .col-sm-3,
  719. .col-md-3,
  720. .col-lg-3,
  721. .col-xs-4,
  722. .col-sm-4,
  723. .col-md-4,
  724. .col-lg-4,
  725. .col-xs-5,
  726. .col-sm-5,
  727. .col-md-5,
  728. .col-lg-5,
  729. .col-xs-6,
  730. .col-sm-6,
  731. .col-md-6,
  732. .col-lg-6,
  733. .col-xs-7,
  734. .col-sm-7,
  735. .col-md-7,
  736. .col-lg-7,
  737. .col-xs-8,
  738. .col-sm-8,
  739. .col-md-8,
  740. .col-lg-8,
  741. .col-xs-9,
  742. .col-sm-9,
  743. .col-md-9,
  744. .col-lg-9,
  745. .col-xs-10,
  746. .col-sm-10,
  747. .col-md-10,
  748. .col-lg-10,
  749. .col-xs-11,
  750. .col-sm-11,
  751. .col-md-11,
  752. .col-lg-11,
  753. .col-xs-12,
  754. .col-sm-12,
  755. .col-md-12,
  756. .col-lg-12 {
  757. position: relative;
  758. min-height: 1px;
  759. padding-right: 15px;
  760. padding-left: 15px;
  761. }
  762. .col-xs-1,
  763. .col-xs-2,
  764. .col-xs-3,
  765. .col-xs-4,
  766. .col-xs-5,
  767. .col-xs-6,
  768. .col-xs-7,
  769. .col-xs-8,
  770. .col-xs-9,
  771. .col-xs-10,
  772. .col-xs-11 {
  773. float: left;
  774. }
  775. .col-xs-12 {
  776. width: 100%;
  777. }
  778. .col-xs-11 {
  779. width: 91.66666666666666%;
  780. }
  781. .col-xs-10 {
  782. width: 83.33333333333334%;
  783. }
  784. .col-xs-9 {
  785. width: 75%;
  786. }
  787. .col-xs-8 {
  788. width: 66.66666666666666%;
  789. }
  790. .col-xs-7 {
  791. width: 58.333333333333336%;
  792. }
  793. .col-xs-6 {
  794. width: 50%;
  795. }
  796. .col-xs-5 {
  797. width: 41.66666666666667%;
  798. }
  799. .col-xs-4 {
  800. width: 33.33333333333333%;
  801. }
  802. .col-xs-3 {
  803. width: 25%;
  804. }
  805. .col-xs-2 {
  806. width: 16.666666666666664%;
  807. }
  808. .col-xs-1 {
  809. width: 8.333333333333332%;
  810. }
  811. .col-xs-pull-12 {
  812. right: 100%;
  813. }
  814. .col-xs-pull-11 {
  815. right: 91.66666666666666%;
  816. }
  817. .col-xs-pull-10 {
  818. right: 83.33333333333334%;
  819. }
  820. .col-xs-pull-9 {
  821. right: 75%;
  822. }
  823. .col-xs-pull-8 {
  824. right: 66.66666666666666%;
  825. }
  826. .col-xs-pull-7 {
  827. right: 58.333333333333336%;
  828. }
  829. .col-xs-pull-6 {
  830. right: 50%;
  831. }
  832. .col-xs-pull-5 {
  833. right: 41.66666666666667%;
  834. }
  835. .col-xs-pull-4 {
  836. right: 33.33333333333333%;
  837. }
  838. .col-xs-pull-3 {
  839. right: 25%;
  840. }
  841. .col-xs-pull-2 {
  842. right: 16.666666666666664%;
  843. }
  844. .col-xs-pull-1 {
  845. right: 8.333333333333332%;
  846. }
  847. .col-xs-pull-0 {
  848. right: 0;
  849. }
  850. .col-xs-push-12 {
  851. left: 100%;
  852. }
  853. .col-xs-push-11 {
  854. left: 91.66666666666666%;
  855. }
  856. .col-xs-push-10 {
  857. left: 83.33333333333334%;
  858. }
  859. .col-xs-push-9 {
  860. left: 75%;
  861. }
  862. .col-xs-push-8 {
  863. left: 66.66666666666666%;
  864. }
  865. .col-xs-push-7 {
  866. left: 58.333333333333336%;
  867. }
  868. .col-xs-push-6 {
  869. left: 50%;
  870. }
  871. .col-xs-push-5 {
  872. left: 41.66666666666667%;
  873. }
  874. .col-xs-push-4 {
  875. left: 33.33333333333333%;
  876. }
  877. .col-xs-push-3 {
  878. left: 25%;
  879. }
  880. .col-xs-push-2 {
  881. left: 16.666666666666664%;
  882. }
  883. .col-xs-push-1 {
  884. left: 8.333333333333332%;
  885. }
  886. .col-xs-push-0 {
  887. left: 0;
  888. }
  889. .col-xs-offset-12 {
  890. margin-left: 100%;
  891. }
  892. .col-xs-offset-11 {
  893. margin-left: 91.66666666666666%;
  894. }
  895. .col-xs-offset-10 {
  896. margin-left: 83.33333333333334%;
  897. }
  898. .col-xs-offset-9 {
  899. margin-left: 75%;
  900. }
  901. .col-xs-offset-8 {
  902. margin-left: 66.66666666666666%;
  903. }
  904. .col-xs-offset-7 {
  905. margin-left: 58.333333333333336%;
  906. }
  907. .col-xs-offset-6 {
  908. margin-left: 50%;
  909. }
  910. .col-xs-offset-5 {
  911. margin-left: 41.66666666666667%;
  912. }
  913. .col-xs-offset-4 {
  914. margin-left: 33.33333333333333%;
  915. }
  916. .col-xs-offset-3 {
  917. margin-left: 25%;
  918. }
  919. .col-xs-offset-2 {
  920. margin-left: 16.666666666666664%;
  921. }
  922. .col-xs-offset-1 {
  923. margin-left: 8.333333333333332%;
  924. }
  925. .col-xs-offset-0 {
  926. margin-left: 0;
  927. }
  928. @media (min-width: 768px) {
  929. .container {
  930. width: 750px;
  931. }
  932. .col-sm-1,
  933. .col-sm-2,
  934. .col-sm-3,
  935. .col-sm-4,
  936. .col-sm-5,
  937. .col-sm-6,
  938. .col-sm-7,
  939. .col-sm-8,
  940. .col-sm-9,
  941. .col-sm-10,
  942. .col-sm-11 {
  943. float: left;
  944. }
  945. .col-sm-12 {
  946. width: 100%;
  947. }
  948. .col-sm-11 {
  949. width: 91.66666666666666%;
  950. }
  951. .col-sm-10 {
  952. width: 83.33333333333334%;
  953. }
  954. .col-sm-9 {
  955. width: 75%;
  956. }
  957. .col-sm-8 {
  958. width: 66.66666666666666%;
  959. }
  960. .col-sm-7 {
  961. width: 58.333333333333336%;
  962. }
  963. .col-sm-6 {
  964. width: 50%;
  965. }
  966. .col-sm-5 {
  967. width: 41.66666666666667%;
  968. }
  969. .col-sm-4 {
  970. width: 33.33333333333333%;
  971. }
  972. .col-sm-3 {
  973. width: 25%;
  974. }
  975. .col-sm-2 {
  976. width: 16.666666666666664%;
  977. }
  978. .col-sm-1 {
  979. width: 8.333333333333332%;
  980. }
  981. .col-sm-pull-12 {
  982. right: 100%;
  983. }
  984. .col-sm-pull-11 {
  985. right: 91.66666666666666%;
  986. }
  987. .col-sm-pull-10 {
  988. right: 83.33333333333334%;
  989. }
  990. .col-sm-pull-9 {
  991. right: 75%;
  992. }
  993. .col-sm-pull-8 {
  994. right: 66.66666666666666%;
  995. }
  996. .col-sm-pull-7 {
  997. right: 58.333333333333336%;
  998. }
  999. .col-sm-pull-6 {
  1000. right: 50%;
  1001. }
  1002. .col-sm-pull-5 {
  1003. right: 41.66666666666667%;
  1004. }
  1005. .col-sm-pull-4 {
  1006. right: 33.33333333333333%;
  1007. }
  1008. .col-sm-pull-3 {
  1009. right: 25%;
  1010. }
  1011. .col-sm-pull-2 {
  1012. right: 16.666666666666664%;
  1013. }
  1014. .col-sm-pull-1 {
  1015. right: 8.333333333333332%;
  1016. }
  1017. .col-sm-pull-0 {
  1018. right: 0;
  1019. }
  1020. .col-sm-push-12 {
  1021. left: 100%;
  1022. }
  1023. .col-sm-push-11 {
  1024. left: 91.66666666666666%;
  1025. }
  1026. .col-sm-push-10 {
  1027. left: 83.33333333333334%;
  1028. }
  1029. .col-sm-push-9 {
  1030. left: 75%;
  1031. }
  1032. .col-sm-push-8 {
  1033. left: 66.66666666666666%;
  1034. }
  1035. .col-sm-push-7 {
  1036. left: 58.333333333333336%;
  1037. }
  1038. .col-sm-push-6 {
  1039. left: 50%;
  1040. }
  1041. .col-sm-push-5 {
  1042. left: 41.66666666666667%;
  1043. }
  1044. .col-sm-push-4 {
  1045. left: 33.33333333333333%;
  1046. }
  1047. .col-sm-push-3 {
  1048. left: 25%;
  1049. }
  1050. .col-sm-push-2 {
  1051. left: 16.666666666666664%;
  1052. }
  1053. .col-sm-push-1 {
  1054. left: 8.333333333333332%;
  1055. }
  1056. .col-sm-push-0 {
  1057. left: 0;
  1058. }
  1059. .col-sm-offset-12 {
  1060. margin-left: 100%;
  1061. }
  1062. .col-sm-offset-11 {
  1063. margin-left: 91.66666666666666%;
  1064. }
  1065. .col-sm-offset-10 {
  1066. margin-left: 83.33333333333334%;
  1067. }
  1068. .col-sm-offset-9 {
  1069. margin-left: 75%;
  1070. }
  1071. .col-sm-offset-8 {
  1072. margin-left: 66.66666666666666%;
  1073. }
  1074. .col-sm-offset-7 {
  1075. margin-left: 58.333333333333336%;
  1076. }
  1077. .col-sm-offset-6 {
  1078. margin-left: 50%;
  1079. }
  1080. .col-sm-offset-5 {
  1081. margin-left: 41.66666666666667%;
  1082. }
  1083. .col-sm-offset-4 {
  1084. margin-left: 33.33333333333333%;
  1085. }
  1086. .col-sm-offset-3 {
  1087. margin-left: 25%;
  1088. }
  1089. .col-sm-offset-2 {
  1090. margin-left: 16.666666666666664%;
  1091. }
  1092. .col-sm-offset-1 {
  1093. margin-left: 8.333333333333332%;
  1094. }
  1095. .col-sm-offset-0 {
  1096. margin-left: 0;
  1097. }
  1098. }
  1099. @media (min-width: 992px) {
  1100. .container {
  1101. width: 970px;
  1102. }
  1103. .col-md-1,
  1104. .col-md-2,
  1105. .col-md-3,
  1106. .col-md-4,
  1107. .col-md-5,
  1108. .col-md-6,
  1109. .col-md-7,
  1110. .col-md-8,
  1111. .col-md-9,
  1112. .col-md-10,
  1113. .col-md-11 {
  1114. float: left;
  1115. }
  1116. .col-md-12 {
  1117. width: 100%;
  1118. }
  1119. .col-md-11 {
  1120. width: 91.66666666666666%;
  1121. }
  1122. .col-md-10 {
  1123. width: 83.33333333333334%;
  1124. }
  1125. .col-md-9 {
  1126. width: 75%;
  1127. }
  1128. .col-md-8 {
  1129. width: 66.66666666666666%;
  1130. }
  1131. .col-md-7 {
  1132. width: 58.333333333333336%;
  1133. }
  1134. .col-md-6 {
  1135. width: 50%;
  1136. }
  1137. .col-md-5 {
  1138. width: 41.66666666666667%;
  1139. }
  1140. .col-md-4 {
  1141. width: 33.33333333333333%;
  1142. }
  1143. .col-md-3 {
  1144. width: 25%;
  1145. }
  1146. .col-md-2 {
  1147. width: 16.666666666666664%;
  1148. }
  1149. .col-md-1 {
  1150. width: 8.333333333333332%;
  1151. }
  1152. .col-md-pull-12 {
  1153. right: 100%;
  1154. }
  1155. .col-md-pull-11 {
  1156. right: 91.66666666666666%;
  1157. }
  1158. .col-md-pull-10 {
  1159. right: 83.33333333333334%;
  1160. }
  1161. .col-md-pull-9 {
  1162. right: 75%;
  1163. }
  1164. .col-md-pull-8 {
  1165. right: 66.66666666666666%;
  1166. }
  1167. .col-md-pull-7 {
  1168. right: 58.333333333333336%;
  1169. }
  1170. .col-md-pull-6 {
  1171. right: 50%;
  1172. }
  1173. .col-md-pull-5 {
  1174. right: 41.66666666666667%;
  1175. }
  1176. .col-md-pull-4 {
  1177. right: 33.33333333333333%;
  1178. }
  1179. .col-md-pull-3 {
  1180. right: 25%;
  1181. }
  1182. .col-md-pull-2 {
  1183. right: 16.666666666666664%;
  1184. }
  1185. .col-md-pull-1 {
  1186. right: 8.333333333333332%;
  1187. }
  1188. .col-md-pull-0 {
  1189. right: 0;
  1190. }
  1191. .col-md-push-12 {
  1192. left: 100%;
  1193. }
  1194. .col-md-push-11 {
  1195. left: 91.66666666666666%;
  1196. }
  1197. .col-md-push-10 {
  1198. left: 83.33333333333334%;
  1199. }
  1200. .col-md-push-9 {
  1201. left: 75%;
  1202. }
  1203. .col-md-push-8 {
  1204. left: 66.66666666666666%;
  1205. }
  1206. .col-md-push-7 {
  1207. left: 58.333333333333336%;
  1208. }
  1209. .col-md-push-6 {
  1210. left: 50%;
  1211. }
  1212. .col-md-push-5 {
  1213. left: 41.66666666666667%;
  1214. }
  1215. .col-md-push-4 {
  1216. left: 33.33333333333333%;
  1217. }
  1218. .col-md-push-3 {
  1219. left: 25%;
  1220. }
  1221. .col-md-push-2 {
  1222. left: 16.666666666666664%;
  1223. }
  1224. .col-md-push-1 {
  1225. left: 8.333333333333332%;
  1226. }
  1227. .col-md-push-0 {
  1228. left: 0;
  1229. }
  1230. .col-md-offset-12 {
  1231. margin-left: 100%;
  1232. }
  1233. .col-md-offset-11 {
  1234. margin-left: 91.66666666666666%;
  1235. }
  1236. .col-md-offset-10 {
  1237. margin-left: 83.33333333333334%;
  1238. }
  1239. .col-md-offset-9 {
  1240. margin-left: 75%;
  1241. }
  1242. .col-md-offset-8 {
  1243. margin-left: 66.66666666666666%;
  1244. }
  1245. .col-md-offset-7 {
  1246. margin-left: 58.333333333333336%;
  1247. }
  1248. .col-md-offset-6 {
  1249. margin-left: 50%;
  1250. }
  1251. .col-md-offset-5 {
  1252. margin-left: 41.66666666666667%;
  1253. }
  1254. .col-md-offset-4 {
  1255. margin-left: 33.33333333333333%;
  1256. }
  1257. .col-md-offset-3 {
  1258. margin-left: 25%;
  1259. }
  1260. .col-md-offset-2 {
  1261. margin-left: 16.666666666666664%;
  1262. }
  1263. .col-md-offset-1 {
  1264. margin-left: 8.333333333333332%;
  1265. }
  1266. .col-md-offset-0 {
  1267. margin-left: 0;
  1268. }
  1269. }
  1270. @media (min-width: 1200px) {
  1271. .container {
  1272. width: 1170px;
  1273. }
  1274. .col-lg-1,
  1275. .col-lg-2,
  1276. .col-lg-3,
  1277. .col-lg-4,
  1278. .col-lg-5,
  1279. .col-lg-6,
  1280. .col-lg-7,
  1281. .col-lg-8,
  1282. .col-lg-9,
  1283. .col-lg-10,
  1284. .col-lg-11 {
  1285. float: left;
  1286. }
  1287. .col-lg-12 {
  1288. width: 100%;
  1289. }
  1290. .col-lg-11 {
  1291. width: 91.66666666666666%;
  1292. }
  1293. .col-lg-10 {
  1294. width: 83.33333333333334%;
  1295. }
  1296. .col-lg-9 {
  1297. width: 75%;
  1298. }
  1299. .col-lg-8 {
  1300. width: 66.66666666666666%;
  1301. }
  1302. .col-lg-7 {
  1303. width: 58.333333333333336%;
  1304. }
  1305. .col-lg-6 {
  1306. width: 50%;
  1307. }
  1308. .col-lg-5 {
  1309. width: 41.66666666666667%;
  1310. }
  1311. .col-lg-4 {
  1312. width: 33.33333333333333%;
  1313. }
  1314. .col-lg-3 {
  1315. width: 25%;
  1316. }
  1317. .col-lg-2 {
  1318. width: 16.666666666666664%;
  1319. }
  1320. .col-lg-1 {
  1321. width: 8.333333333333332%;
  1322. }
  1323. .col-lg-pull-12 {
  1324. right: 100%;
  1325. }
  1326. .col-lg-pull-11 {
  1327. right: 91.66666666666666%;
  1328. }
  1329. .col-lg-pull-10 {
  1330. right: 83.33333333333334%;
  1331. }
  1332. .col-lg-pull-9 {
  1333. right: 75%;
  1334. }
  1335. .col-lg-pull-8 {
  1336. right: 66.66666666666666%;
  1337. }
  1338. .col-lg-pull-7 {
  1339. right: 58.333333333333336%;
  1340. }
  1341. .col-lg-pull-6 {
  1342. right: 50%;
  1343. }
  1344. .col-lg-pull-5 {
  1345. right: 41.66666666666667%;
  1346. }
  1347. .col-lg-pull-4 {
  1348. right: 33.33333333333333%;
  1349. }
  1350. .col-lg-pull-3 {
  1351. right: 25%;
  1352. }
  1353. .col-lg-pull-2 {
  1354. right: 16.666666666666664%;
  1355. }
  1356. .col-lg-pull-1 {
  1357. right: 8.333333333333332%;
  1358. }
  1359. .col-lg-pull-0 {
  1360. right: 0;
  1361. }
  1362. .col-lg-push-12 {
  1363. left: 100%;
  1364. }
  1365. .col-lg-push-11 {
  1366. left: 91.66666666666666%;
  1367. }
  1368. .col-lg-push-10 {
  1369. left: 83.33333333333334%;
  1370. }
  1371. .col-lg-push-9 {
  1372. left: 75%;
  1373. }
  1374. .col-lg-push-8 {
  1375. left: 66.66666666666666%;
  1376. }
  1377. .col-lg-push-7 {
  1378. left: 58.333333333333336%;
  1379. }
  1380. .col-lg-push-6 {
  1381. left: 50%;
  1382. }
  1383. .col-lg-push-5 {
  1384. left: 41.66666666666667%;
  1385. }
  1386. .col-lg-push-4 {
  1387. left: 33.33333333333333%;
  1388. }
  1389. .col-lg-push-3 {
  1390. left: 25%;
  1391. }
  1392. .col-lg-push-2 {
  1393. left: 16.666666666666664%;
  1394. }
  1395. .col-lg-push-1 {
  1396. left: 8.333333333333332%;
  1397. }
  1398. .col-lg-push-0 {
  1399. left: 0;
  1400. }
  1401. .col-lg-offset-12 {
  1402. margin-left: 100%;
  1403. }
  1404. .col-lg-offset-11 {
  1405. margin-left: 91.66666666666666%;
  1406. }
  1407. .col-lg-offset-10 {
  1408. margin-left: 83.33333333333334%;
  1409. }
  1410. .col-lg-offset-9 {
  1411. margin-left: 75%;
  1412. }
  1413. .col-lg-offset-8 {
  1414. margin-left: 66.66666666666666%;
  1415. }
  1416. .col-lg-offset-7 {
  1417. margin-left: 58.333333333333336%;
  1418. }
  1419. .col-lg-offset-6 {
  1420. margin-left: 50%;
  1421. }
  1422. .col-lg-offset-5 {
  1423. margin-left: 41.66666666666667%;
  1424. }
  1425. .col-lg-offset-4 {
  1426. margin-left: 33.33333333333333%;
  1427. }
  1428. .col-lg-offset-3 {
  1429. margin-left: 25%;
  1430. }
  1431. .col-lg-offset-2 {
  1432. margin-left: 16.666666666666664%;
  1433. }
  1434. .col-lg-offset-1 {
  1435. margin-left: 8.333333333333332%;
  1436. }
  1437. .col-lg-offset-0 {
  1438. margin-left: 0;
  1439. }
  1440. }
  1441. table {
  1442. max-width: 100%;
  1443. background-color: transparent;
  1444. }
  1445. th {
  1446. text-align: left;
  1447. }
  1448. .table {
  1449. width: 100%;
  1450. margin-bottom: 20px;
  1451. }
  1452. .table > thead > tr > th,
  1453. .table > tbody > tr > th,
  1454. .table > tfoot > tr > th,
  1455. .table > thead > tr > td,
  1456. .table > tbody > tr > td,
  1457. .table > tfoot > tr > td {
  1458. padding: 8px;
  1459. line-height: 1.428571429;
  1460. vertical-align: top;
  1461. border-top: 1px solid #dddddd;
  1462. }
  1463. .table > thead > tr > th {
  1464. vertical-align: bottom;
  1465. border-bottom: 2px solid #dddddd;
  1466. }
  1467. .table > caption + thead > tr:first-child > th,
  1468. .table > colgroup + thead > tr:first-child > th,
  1469. .table > thead:first-child > tr:first-child > th,
  1470. .table > caption + thead > tr:first-child > td,
  1471. .table > colgroup + thead > tr:first-child > td,
  1472. .table > thead:first-child > tr:first-child > td {
  1473. border-top: 0;
  1474. }
  1475. .table > tbody + tbody {
  1476. border-top: 2px solid #dddddd;
  1477. }
  1478. .table .table {
  1479. background-color: #ffffff;
  1480. }
  1481. .table-condensed > thead > tr > th,
  1482. .table-condensed > tbody > tr > th,
  1483. .table-condensed > tfoot > tr > th,
  1484. .table-condensed > thead > tr > td,
  1485. .table-condensed > tbody > tr > td,
  1486. .table-condensed > tfoot > tr > td {
  1487. padding: 5px;
  1488. }
  1489. .table-bordered {
  1490. border: 1px solid #dddddd;
  1491. }
  1492. .table-bordered > thead > tr > th,
  1493. .table-bordered > tbody > tr > th,
  1494. .table-bordered > tfoot > tr > th,
  1495. .table-bordered > thead > tr > td,
  1496. .table-bordered > tbody > tr > td,
  1497. .table-bordered > tfoot > tr > td {
  1498. border: 1px solid #dddddd;
  1499. }
  1500. .table-bordered > thead > tr > th,
  1501. .table-bordered > thead > tr > td {
  1502. border-bottom-width: 2px;
  1503. }
  1504. .table-striped > tbody > tr:nth-child(odd) > td,
  1505. .table-striped > tbody > tr:nth-child(odd) > th {
  1506. background-color: #f9f9f9;
  1507. }
  1508. .table-hover > tbody > tr:hover > td,
  1509. .table-hover > tbody > tr:hover > th {
  1510. background-color: #f5f5f5;
  1511. }
  1512. table col[class*="col-"] {
  1513. display: table-column;
  1514. float: none;
  1515. }
  1516. table td[class*="col-"],
  1517. table th[class*="col-"] {
  1518. display: table-cell;
  1519. float: none;
  1520. }
  1521. .table > thead > tr > td.active,
  1522. .table > tbody > tr > td.active,
  1523. .table > tfoot > tr > td.active,
  1524. .table > thead > tr > th.active,
  1525. .table > tbody > tr > th.active,
  1526. .table > tfoot > tr > th.active,
  1527. .table > thead > tr.active > td,
  1528. .table > tbody > tr.active > td,
  1529. .table > tfoot > tr.active > td,
  1530. .table > thead > tr.active > th,
  1531. .table > tbody > tr.active > th,
  1532. .table > tfoot > tr.active > th {
  1533. background-color: #f5f5f5;
  1534. }
  1535. .table > thead > tr > td.success,
  1536. .table > tbody > tr > td.success,
  1537. .table > tfoot > tr > td.success,
  1538. .table > thead > tr > th.success,
  1539. .table > tbody > tr > th.success,
  1540. .table > tfoot > tr > th.success,
  1541. .table > thead > tr.success > td,
  1542. .table > tbody > tr.success > td,
  1543. .table > tfoot > tr.success > td,
  1544. .table > thead > tr.success > th,
  1545. .table > tbody > tr.success > th,
  1546. .table > tfoot > tr.success > th {
  1547. background-color: #dff0d8;
  1548. }
  1549. .table-hover > tbody > tr > td.success:hover,
  1550. .table-hover > tbody > tr > th.success:hover,
  1551. .table-hover > tbody > tr.success:hover > td,
  1552. .table-hover > tbody > tr.success:hover > th {
  1553. background-color: #d0e9c6;
  1554. }
  1555. .table > thead > tr > td.danger,
  1556. .table > tbody > tr > td.danger,
  1557. .table > tfoot > tr > td.danger,
  1558. .table > thead > tr > th.danger,
  1559. .table > tbody > tr > th.danger,
  1560. .table > tfoot > tr > th.danger,
  1561. .table > thead > tr.danger > td,
  1562. .table > tbody > tr.danger > td,
  1563. .table > tfoot > tr.danger > td,
  1564. .table > thead > tr.danger > th,
  1565. .table > tbody > tr.danger > th,
  1566. .table > tfoot > tr.danger > th {
  1567. background-color: #f2dede;
  1568. }
  1569. .table-hover > tbody > tr > td.danger:hover,
  1570. .table-hover > tbody > tr > th.danger:hover,
  1571. .table-hover > tbody > tr.danger:hover > td,
  1572. .table-hover > tbody > tr.danger:hover > th {
  1573. background-color: #ebcccc;
  1574. }
  1575. .table > thead > tr > td.warning,
  1576. .table > tbody > tr > td.warning,
  1577. .table > tfoot > tr > td.warning,
  1578. .table > thead > tr > th.warning,
  1579. .table > tbody > tr > th.warning,
  1580. .table > tfoot > tr > th.warning,
  1581. .table > thead > tr.warning > td,
  1582. .table > tbody > tr.warning > td,
  1583. .table > tfoot > tr.warning > td,
  1584. .table > thead > tr.warning > th,
  1585. .table > tbody > tr.warning > th,
  1586. .table > tfoot > tr.warning > th {
  1587. background-color: #fcf8e3;
  1588. }
  1589. .table-hover > tbody > tr > td.warning:hover,
  1590. .table-hover > tbody > tr > th.warning:hover,
  1591. .table-hover > tbody > tr.warning:hover > td,
  1592. .table-hover > tbody > tr.warning:hover > th {
  1593. background-color: #faf2cc;
  1594. }
  1595. @media (max-width: 767px) {
  1596. .table-responsive {
  1597. width: 100%;
  1598. margin-bottom: 15px;
  1599. overflow-x: scroll;
  1600. overflow-y: hidden;
  1601. border: 1px solid #dddddd;
  1602. -ms-overflow-style: -ms-autohiding-scrollbar;
  1603. -webkit-overflow-scrolling: touch;
  1604. }
  1605. .table-responsive > .table {
  1606. margin-bottom: 0;
  1607. }
  1608. .table-responsive > .table > thead > tr > th,
  1609. .table-responsive > .table > tbody > tr > th,
  1610. .table-responsive > .table > tfoot > tr > th,
  1611. .table-responsive > .table > thead > tr > td,
  1612. .table-responsive > .table > tbody > tr > td,
  1613. .table-responsive > .table > tfoot > tr > td {
  1614. white-space: nowrap;
  1615. }
  1616. .table-responsive > .table-bordered {
  1617. border: 0;
  1618. }
  1619. .table-responsive > .table-bordered > thead > tr > th:first-child,
  1620. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1621. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1622. .table-responsive > .table-bordered > thead > tr > td:first-child,
  1623. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1624. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1625. border-left: 0;
  1626. }
  1627. .table-responsive > .table-bordered > thead > tr > th:last-child,
  1628. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1629. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1630. .table-responsive > .table-bordered > thead > tr > td:last-child,
  1631. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1632. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1633. border-right: 0;
  1634. }
  1635. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  1636. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  1637. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  1638. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  1639. border-bottom: 0;
  1640. }
  1641. }
  1642. fieldset {
  1643. padding: 0;
  1644. margin: 0;
  1645. border: 0;
  1646. }
  1647. legend {
  1648. display: block;
  1649. width: 100%;
  1650. padding: 0;
  1651. margin-bottom: 20px;
  1652. font-size: 21px;
  1653. line-height: inherit;
  1654. color: #333333;
  1655. border: 0;
  1656. border-bottom: 1px solid #e5e5e5;
  1657. }
  1658. label {
  1659. display: inline-block;
  1660. margin-bottom: 5px;
  1661. }
  1662. input[type="search"] {
  1663. -webkit-box-sizing: border-box;
  1664. -moz-box-sizing: border-box;
  1665. box-sizing: border-box;
  1666. }
  1667. input[type="radio"],
  1668. input[type="checkbox"] {
  1669. margin: 4px 0 0;
  1670. margin-top: 1px \9;
  1671. /* IE8-9 */
  1672. line-height: normal;
  1673. }
  1674. input[type="file"] {
  1675. display: block;
  1676. }
  1677. select[multiple],
  1678. select[size] {
  1679. height: auto;
  1680. }
  1681. select optgroup {
  1682. font-family: inherit;
  1683. font-size: inherit;
  1684. font-style: inherit;
  1685. }
  1686. input[type="file"]:focus,
  1687. input[type="radio"]:focus,
  1688. input[type="checkbox"]:focus {
  1689. outline: thin dotted #333;
  1690. outline: 5px auto -webkit-focus-ring-color;
  1691. outline-offset: -2px;
  1692. }
  1693. input[type="number"]::-webkit-outer-spin-button,
  1694. input[type="number"]::-webkit-inner-spin-button {
  1695. height: auto;
  1696. }
  1697. output {
  1698. display: block;
  1699. padding-top: 7px;
  1700. font-size: 14px;
  1701. line-height: 1.428571429;
  1702. color: #555555;
  1703. vertical-align: middle;
  1704. }
  1705. .form-control {
  1706. display: block;
  1707. width: 100%;
  1708. height: 34px;
  1709. padding: 6px 12px;
  1710. font-size: 14px;
  1711. line-height: 1.428571429;
  1712. color: #555555;
  1713. vertical-align: middle;
  1714. background-color: #ffffff;
  1715. background-image: none;
  1716. border: 1px solid #d7d7d7;
  1717. border-radius: 4px;
  1718. }
  1719. .form-control:focus {
  1720. border-color: #000000;
  1721. outline: 0;
  1722. }
  1723. .form-control:-moz-placeholder {
  1724. color: #999999;
  1725. }
  1726. .form-control::-moz-placeholder {
  1727. color: #999999;
  1728. }
  1729. .form-control:-ms-input-placeholder {
  1730. color: #999999;
  1731. }
  1732. .form-control::-webkit-input-placeholder {
  1733. color: #999999;
  1734. }
  1735. .form-control[disabled],
  1736. .form-control[readonly],
  1737. fieldset[disabled] .form-control {
  1738. cursor: not-allowed;
  1739. background-color: #eeeeee;
  1740. }
  1741. textarea.form-control {
  1742. height: auto;
  1743. }
  1744. .form-group {
  1745. margin-bottom: 15px;
  1746. }
  1747. .radio,
  1748. .checkbox {
  1749. display: block;
  1750. min-height: 20px;
  1751. padding-left: 20px;
  1752. margin-top: 10px;
  1753. margin-bottom: 10px;
  1754. vertical-align: middle;
  1755. }
  1756. .radio label,
  1757. .checkbox label {
  1758. display: inline;
  1759. margin-bottom: 0;
  1760. font-weight: normal;
  1761. cursor: pointer;
  1762. }
  1763. .radio input[type="radio"],
  1764. .radio-inline input[type="radio"],
  1765. .checkbox input[type="checkbox"],
  1766. .checkbox-inline input[type="checkbox"] {
  1767. float: left;
  1768. margin-left: -20px;
  1769. }
  1770. .radio + .radio,
  1771. .checkbox + .checkbox {
  1772. margin-top: -5px;
  1773. }
  1774. .radio-inline,
  1775. .checkbox-inline {
  1776. display: inline-block;
  1777. padding-left: 20px;
  1778. margin-bottom: 0;
  1779. font-weight: normal;
  1780. vertical-align: middle;
  1781. cursor: pointer;
  1782. }
  1783. .radio-inline + .radio-inline,
  1784. .checkbox-inline + .checkbox-inline {
  1785. margin-top: 0;
  1786. margin-left: 10px;
  1787. }
  1788. input[type="radio"][disabled],
  1789. input[type="checkbox"][disabled],
  1790. .radio[disabled],
  1791. .radio-inline[disabled],
  1792. .checkbox[disabled],
  1793. .checkbox-inline[disabled],
  1794. fieldset[disabled] input[type="radio"],
  1795. fieldset[disabled] input[type="checkbox"],
  1796. fieldset[disabled] .radio,
  1797. fieldset[disabled] .radio-inline,
  1798. fieldset[disabled] .checkbox,
  1799. fieldset[disabled] .checkbox-inline {
  1800. cursor: not-allowed;
  1801. }
  1802. .input-sm {
  1803. height: 30px;
  1804. padding: 5px 10px;
  1805. font-size: 12px;
  1806. line-height: 1.5;
  1807. border-radius: 3px;
  1808. }
  1809. select.input-sm {
  1810. height: 30px;
  1811. line-height: 30px;
  1812. }
  1813. textarea.input-sm {
  1814. height: auto;
  1815. }
  1816. .input-lg {
  1817. height: 45px;
  1818. padding: 10px 16px;
  1819. font-size: 18px;
  1820. line-height: 1.33;
  1821. border-radius: 6px;
  1822. }
  1823. select.input-lg {
  1824. height: 45px;
  1825. line-height: 45px;
  1826. }
  1827. textarea.input-lg {
  1828. height: auto;
  1829. }
  1830. .has-warning .help-block,
  1831. .has-warning .control-label,
  1832. .has-warning .radio,
  1833. .has-warning .checkbox,
  1834. .has-warning .radio-inline,
  1835. .has-warning .checkbox-inline {
  1836. color: #c09853;
  1837. }
  1838. .has-warning .form-control {
  1839. border-color: #c09853;
  1840. }
  1841. .has-warning .form-control:focus {
  1842. border-color: #a47e3c;
  1843. }
  1844. .has-warning .input-group-addon {
  1845. color: #c09853;
  1846. background-color: #fcf8e3;
  1847. border-color: #c09853;
  1848. }
  1849. .has-error .help-block,
  1850. .has-error .control-label,
  1851. .has-error .radio,
  1852. .has-error .checkbox,
  1853. .has-error .radio-inline,
  1854. .has-error .checkbox-inline {
  1855. color: #b94a48;
  1856. }
  1857. .has-error .form-control {
  1858. border-color: #b94a48;
  1859. }
  1860. .has-error .form-control:focus {
  1861. border-color: #953b39;
  1862. }
  1863. .has-error .input-group-addon {
  1864. color: #b94a48;
  1865. background-color: #f2dede;
  1866. border-color: #b94a48;
  1867. }
  1868. .has-success .help-block,
  1869. .has-success .control-label,
  1870. .has-success .radio,
  1871. .has-success .checkbox,
  1872. .has-success .radio-inline,
  1873. .has-success .checkbox-inline {
  1874. color: #468847;
  1875. }
  1876. .has-success .form-control {
  1877. border-color: #468847;
  1878. }
  1879. .has-success .form-control:focus {
  1880. border-color: #356635;
  1881. }
  1882. .has-success .input-group-addon {
  1883. color: #468847;
  1884. background-color: #dff0d8;
  1885. border-color: #468847;
  1886. }
  1887. .form-control-static {
  1888. margin-bottom: 0;
  1889. }
  1890. .help-block {
  1891. display: block;
  1892. margin-top: 5px;
  1893. margin-bottom: 10px;
  1894. color: #737373;
  1895. }
  1896. @media (min-width: 768px) {
  1897. .form-inline .form-group {
  1898. display: inline-block;
  1899. margin-bottom: 0;
  1900. vertical-align: middle;
  1901. }
  1902. .form-inline .form-control {
  1903. display: inline-block;
  1904. }
  1905. .form-inline .radio,
  1906. .form-inline .checkbox {
  1907. display: inline-block;
  1908. padding-left: 0;
  1909. margin-top: 0;
  1910. margin-bottom: 0;
  1911. }
  1912. .form-inline .radio input[type="radio"],
  1913. .form-inline .checkbox input[type="checkbox"] {
  1914. float: none;
  1915. margin-left: 0;
  1916. }
  1917. }
  1918. .form-horizontal .control-label,
  1919. .form-horizontal .radio,
  1920. .form-horizontal .checkbox,
  1921. .form-horizontal .radio-inline,
  1922. .form-horizontal .checkbox-inline {
  1923. padding-top: 7px;
  1924. margin-top: 0;
  1925. margin-bottom: 0;
  1926. }
  1927. .form-horizontal .form-group {
  1928. margin-right: -15px;
  1929. margin-left: -15px;
  1930. }
  1931. .form-horizontal .form-group:before,
  1932. .form-horizontal .form-group:after {
  1933. display: table;
  1934. content: " ";
  1935. }
  1936. .form-horizontal .form-group:after {
  1937. clear: both;
  1938. }
  1939. .form-horizontal .form-group:before,
  1940. .form-horizontal .form-group:after {
  1941. display: table;
  1942. content: " ";
  1943. }
  1944. .form-horizontal .form-group:after {
  1945. clear: both;
  1946. }
  1947. .form-horizontal .form-control-static {
  1948. padding-top: 7px;
  1949. }
  1950. @media (min-width: 768px) {
  1951. .form-horizontal .control-label {
  1952. text-align: right;
  1953. }
  1954. }
  1955. .btn {
  1956. display: inline-block;
  1957. padding: 6px 12px;
  1958. margin-bottom: 0;
  1959. font-size: 14px;
  1960. font-weight: normal;
  1961. line-height: 1.428571429;
  1962. text-align: center;
  1963. white-space: nowrap;
  1964. vertical-align: middle;
  1965. cursor: pointer;
  1966. background-image: none;
  1967. border: 1px solid transparent;
  1968. border-radius: 4px;
  1969. -webkit-user-select: none;
  1970. -moz-user-select: none;
  1971. -ms-user-select: none;
  1972. -o-user-select: none;
  1973. user-select: none;
  1974. }
  1975. .btn:focus {
  1976. outline: thin dotted #333;
  1977. outline: 5px auto -webkit-focus-ring-color;
  1978. outline-offset: -2px;
  1979. }
  1980. .btn:hover,
  1981. .btn:focus {
  1982. color: #333333;
  1983. text-decoration: none;
  1984. }
  1985. .btn:active,
  1986. .btn.active {
  1987. background-image: none;
  1988. outline: 0;
  1989. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1990. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1991. }
  1992. .btn.disabled,
  1993. .btn[disabled],
  1994. fieldset[disabled] .btn {
  1995. pointer-events: none;
  1996. cursor: not-allowed;
  1997. opacity: 0.65;
  1998. filter: alpha(opacity=65);
  1999. -webkit-box-shadow: none;
  2000. box-shadow: none;
  2001. }
  2002. .btn-default {
  2003. color: #333333;
  2004. background-color: #ffffff;
  2005. border-color: #cccccc;
  2006. }
  2007. .btn-default:hover,
  2008. .btn-default:focus,
  2009. .btn-default:active,
  2010. .btn-default.active,
  2011. .open .dropdown-toggle.btn-default {
  2012. color: #333333;
  2013. background-color: #ebebeb;
  2014. border-color: #adadad;
  2015. }
  2016. .btn-default:active,
  2017. .btn-default.active,
  2018. .open .dropdown-toggle.btn-default {
  2019. background-image: none;
  2020. }
  2021. .btn-default.disabled,
  2022. .btn-default[disabled],
  2023. fieldset[disabled] .btn-default,
  2024. .btn-default.disabled:hover,
  2025. .btn-default[disabled]:hover,
  2026. fieldset[disabled] .btn-default:hover,
  2027. .btn-default.disabled:focus,
  2028. .btn-default[disabled]:focus,
  2029. fieldset[disabled] .btn-default:focus,
  2030. .btn-default.disabled:active,
  2031. .btn-default[disabled]:active,
  2032. fieldset[disabled] .btn-default:active,
  2033. .btn-default.disabled.active,
  2034. .btn-default[disabled].active,
  2035. fieldset[disabled] .btn-default.active {
  2036. background-color: #ffffff;
  2037. border-color: #cccccc;
  2038. }
  2039. .btn-primary {
  2040. color: #ffffff;
  2041. background-color: #428bca;
  2042. border-color: #357ebd;
  2043. }
  2044. .btn-primary:hover,
  2045. .btn-primary:focus,
  2046. .btn-primary:active,
  2047. .btn-primary.active,
  2048. .open .dropdown-toggle.btn-primary {
  2049. color: #ffffff;
  2050. background-color: #3276b1;
  2051. border-color: #285e8e;
  2052. }
  2053. .btn-primary:active,
  2054. .btn-primary.active,
  2055. .open .dropdown-toggle.btn-primary {
  2056. background-image: none;
  2057. }
  2058. .btn-primary.disabled,
  2059. .btn-primary[disabled],
  2060. fieldset[disabled] .btn-primary,
  2061. .btn-primary.disabled:hover,
  2062. .btn-primary[disabled]:hover,
  2063. fieldset[disabled] .btn-primary:hover,
  2064. .btn-primary.disabled:focus,
  2065. .btn-primary[disabled]:focus,
  2066. fieldset[disabled] .btn-primary:focus,
  2067. .btn-primary.disabled:active,
  2068. .btn-primary[disabled]:active,
  2069. fieldset[disabled] .btn-primary:active,
  2070. .btn-primary.disabled.active,
  2071. .btn-primary[disabled].active,
  2072. fieldset[disabled] .btn-primary.active {
  2073. background-color: #428bca;
  2074. border-color: #357ebd;
  2075. }
  2076. .btn-warning {
  2077. color: #ffffff;
  2078. background-color: #f0ad4e;
  2079. border-color: #eea236;
  2080. }
  2081. .btn-warning:hover,
  2082. .btn-warning:focus,
  2083. .btn-warning:active,
  2084. .btn-warning.active,
  2085. .open .dropdown-toggle.btn-warning {
  2086. color: #ffffff;
  2087. background-color: #ed9c28;
  2088. border-color: #d58512;
  2089. }
  2090. .btn-warning:active,
  2091. .btn-warning.active,
  2092. .open .dropdown-toggle.btn-warning {
  2093. background-image: none;
  2094. }
  2095. .btn-warning.disabled,
  2096. .btn-warning[disabled],
  2097. fieldset[disabled] .btn-warning,
  2098. .btn-warning.disabled:hover,
  2099. .btn-warning[disabled]:hover,
  2100. fieldset[disabled] .btn-warning:hover,
  2101. .btn-warning.disabled:focus,
  2102. .btn-warning[disabled]:focus,
  2103. fieldset[disabled] .btn-warning:focus,
  2104. .btn-warning.disabled:active,
  2105. .btn-warning[disabled]:active,
  2106. fieldset[disabled] .btn-warning:active,
  2107. .btn-warning.disabled.active,
  2108. .btn-warning[disabled].active,
  2109. fieldset[disabled] .btn-warning.active {
  2110. background-color: #f0ad4e;
  2111. border-color: #eea236;
  2112. }
  2113. .btn-danger {
  2114. color: #ffffff;
  2115. background-color: #d9534f;
  2116. border-color: #d43f3a;
  2117. }
  2118. .btn-danger:hover,
  2119. .btn-danger:focus,
  2120. .btn-danger:active,
  2121. .btn-danger.active,
  2122. .open .dropdown-toggle.btn-danger {
  2123. color: #ffffff;
  2124. background-color: #d2322d;
  2125. border-color: #ac2925;
  2126. }
  2127. .btn-danger:active,
  2128. .btn-danger.active,
  2129. .open .dropdown-toggle.btn-danger {
  2130. background-image: none;
  2131. }
  2132. .btn-danger.disabled,
  2133. .btn-danger[disabled],
  2134. fieldset[disabled] .btn-danger,
  2135. .btn-danger.disabled:hover,
  2136. .btn-danger[disabled]:hover,
  2137. fieldset[disabled] .btn-danger:hover,
  2138. .btn-danger.disabled:focus,
  2139. .btn-danger[disabled]:focus,
  2140. fieldset[disabled] .btn-danger:focus,
  2141. .btn-danger.disabled:active,
  2142. .btn-danger[disabled]:active,
  2143. fieldset[disabled] .btn-danger:active,
  2144. .btn-danger.disabled.active,
  2145. .btn-danger[disabled].active,
  2146. fieldset[disabled] .btn-danger.active {
  2147. background-color: #d9534f;
  2148. border-color: #d43f3a;
  2149. }
  2150. .btn-success {
  2151. color: #ffffff;
  2152. background-color: #5cb85c;
  2153. border-color: #4cae4c;
  2154. }
  2155. .btn-success:hover,
  2156. .btn-success:focus,
  2157. .btn-success:active,
  2158. .btn-success.active,
  2159. .open .dropdown-toggle.btn-success {
  2160. color: #ffffff;
  2161. background-color: #47a447;
  2162. border-color: #398439;
  2163. }
  2164. .btn-success:active,
  2165. .btn-success.active,
  2166. .open .dropdown-toggle.btn-success {
  2167. background-image: none;
  2168. }
  2169. .btn-success.disabled,
  2170. .btn-success[disabled],
  2171. fieldset[disabled] .btn-success,
  2172. .btn-success.disabled:hover,
  2173. .btn-success[disabled]:hover,
  2174. fieldset[disabled] .btn-success:hover,
  2175. .btn-success.disabled:focus,
  2176. .btn-success[disabled]:focus,
  2177. fieldset[disabled] .btn-success:focus,
  2178. .btn-success.disabled:active,
  2179. .btn-success[disabled]:active,
  2180. fieldset[disabled] .btn-success:active,
  2181. .btn-success.disabled.active,
  2182. .btn-success[disabled].active,
  2183. fieldset[disabled] .btn-success.active {
  2184. background-color: #5cb85c;
  2185. border-color: #4cae4c;
  2186. }
  2187. .btn-info {
  2188. color: #ffffff;
  2189. background-color: #5bc0de;
  2190. border-color: #46b8da;
  2191. }
  2192. .btn-info:hover,
  2193. .btn-info:focus,
  2194. .btn-info:active,
  2195. .btn-info.active,
  2196. .open .dropdown-toggle.btn-info {
  2197. color: #ffffff;
  2198. background-color: #39b3d7;
  2199. border-color: #269abc;
  2200. }
  2201. .btn-info:active,
  2202. .btn-info.active,
  2203. .open .dropdown-toggle.btn-info {
  2204. background-image: none;
  2205. }
  2206. .btn-info.disabled,
  2207. .btn-info[disabled],
  2208. fieldset[disabled] .btn-info,
  2209. .btn-info.disabled:hover,
  2210. .btn-info[disabled]:hover,
  2211. fieldset[disabled] .btn-info:hover,
  2212. .btn-info.disabled:focus,
  2213. .btn-info[disabled]:focus,
  2214. fieldset[disabled] .btn-info:focus,
  2215. .btn-info.disabled:active,
  2216. .btn-info[disabled]:active,
  2217. fieldset[disabled] .btn-info:active,
  2218. .btn-info.disabled.active,
  2219. .btn-info[disabled].active,
  2220. fieldset[disabled] .btn-info.active {
  2221. background-color: #5bc0de;
  2222. border-color: #46b8da;
  2223. }
  2224. .btn-link {
  2225. font-weight: normal;
  2226. color: #428bca;
  2227. cursor: pointer;
  2228. border-radius: 0;
  2229. }
  2230. .btn-link,
  2231. .btn-link:active,
  2232. .btn-link[disabled],
  2233. fieldset[disabled] .btn-link {
  2234. background-color: transparent;
  2235. -webkit-box-shadow: none;
  2236. box-shadow: none;
  2237. }
  2238. .btn-link,
  2239. .btn-link:hover,
  2240. .btn-link:focus,
  2241. .btn-link:active {
  2242. border-color: transparent;
  2243. }
  2244. .btn-link:hover,
  2245. .btn-link:focus {
  2246. color: #2a6496;
  2247. text-decoration: underline;
  2248. background-color: transparent;
  2249. }
  2250. .btn-link[disabled]:hover,
  2251. fieldset[disabled] .btn-link:hover,
  2252. .btn-link[disabled]:focus,
  2253. fieldset[disabled] .btn-link:focus {
  2254. color: #999999;
  2255. text-decoration: none;
  2256. }
  2257. .btn-lg {
  2258. padding: 10px 16px;
  2259. font-size: 18px;
  2260. line-height: 1.33;
  2261. border-radius: 6px;
  2262. }
  2263. .btn-sm,
  2264. .btn-xs {
  2265. padding: 5px 10px;
  2266. font-size: 12px;
  2267. line-height: 1.5;
  2268. border-radius: 3px;
  2269. }
  2270. .btn-xs {
  2271. padding: 1px 5px;
  2272. }
  2273. .btn-block {
  2274. display: block;
  2275. width: 100%;
  2276. padding-right: 0;
  2277. padding-left: 0;
  2278. }
  2279. .btn-block + .btn-block {
  2280. margin-top: 5px;
  2281. }
  2282. input[type="submit"].btn-block,
  2283. input[type="reset"].btn-block,
  2284. input[type="button"].btn-block {
  2285. width: 100%;
  2286. }
  2287. .fade {
  2288. opacity: 0;
  2289. -webkit-transition: opacity 0.15s linear;
  2290. transition: opacity 0.15s linear;
  2291. }
  2292. .fade.in {
  2293. opacity: 1;
  2294. }
  2295. .collapse {
  2296. display: none;
  2297. }
  2298. .collapse.in {
  2299. display: block;
  2300. }
  2301. .collapsing {
  2302. position: relative;
  2303. height: 0;
  2304. overflow: hidden;
  2305. -webkit-transition: height 0.35s ease;
  2306. transition: height 0.35s ease;
  2307. }
  2308. @font-face {
  2309. font-family: 'Glyphicons Halflings';
  2310. src: url('../fonts/glyphicons-halflings-regular.eot');
  2311. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  2312. }
  2313. .glyphicon {
  2314. position: relative;
  2315. top: 1px;
  2316. display: inline-block;
  2317. font-family: 'Glyphicons Halflings';
  2318. -webkit-font-smoothing: antialiased;
  2319. font-style: normal;
  2320. font-weight: normal;
  2321. line-height: 1;
  2322. -moz-osx-font-smoothing: grayscale;
  2323. }
  2324. .glyphicon:empty {
  2325. width: 1em;
  2326. }
  2327. .glyphicon-asterisk:before {
  2328. content: "\2a";
  2329. }
  2330. .glyphicon-plus:before {
  2331. content: "\2b";
  2332. }
  2333. .glyphicon-euro:before {
  2334. content: "\20ac";
  2335. }
  2336. .glyphicon-minus:before {
  2337. content: "\2212";
  2338. }
  2339. .glyphicon-cloud:before {
  2340. content: "\2601";
  2341. }
  2342. .glyphicon-envelope:before {
  2343. content: "\2709";
  2344. }
  2345. .glyphicon-pencil:before {
  2346. content: "\270f";
  2347. }
  2348. .glyphicon-glass:before {
  2349. content: "\e001";
  2350. }
  2351. .glyphicon-music:before {
  2352. content: "\e002";
  2353. }
  2354. .glyphicon-search:before {
  2355. content: "\e003";
  2356. }
  2357. .glyphicon-heart:before {
  2358. content: "\e005";
  2359. }
  2360. .glyphicon-star:before {
  2361. content: "\e006";
  2362. }
  2363. .glyphicon-star-empty:before {
  2364. content: "\e007";
  2365. }
  2366. .glyphicon-user:before {
  2367. content: "\e008";
  2368. }
  2369. .glyphicon-film:before {
  2370. content: "\e009";
  2371. }
  2372. .glyphicon-th-large:before {
  2373. content: "\e010";
  2374. }
  2375. .glyphicon-th:before {
  2376. content: "\e011";
  2377. }
  2378. .glyphicon-th-list:before {
  2379. content: "\e012";
  2380. }
  2381. .glyphicon-ok:before {
  2382. content: "\e013";
  2383. }
  2384. .glyphicon-remove:before {
  2385. content: "\e014";
  2386. }
  2387. .glyphicon-zoom-in:before {
  2388. content: "\e015";
  2389. }
  2390. .glyphicon-zoom-out:before {
  2391. content: "\e016";
  2392. }
  2393. .glyphicon-off:before {
  2394. content: "\e017";
  2395. }
  2396. .glyphicon-signal:before {
  2397. content: "\e018";
  2398. }
  2399. .glyphicon-cog:before {
  2400. content: "\e019";
  2401. }
  2402. .glyphicon-trash:before {
  2403. content: "\e020";
  2404. }
  2405. .glyphicon-home:before {
  2406. content: "\e021";
  2407. }
  2408. .glyphicon-file:before {
  2409. content: "\e022";
  2410. }
  2411. .glyphicon-time:before {
  2412. content: "\e023";
  2413. }
  2414. .glyphicon-road:before {
  2415. content: "\e024";
  2416. }
  2417. .glyphicon-download-alt:before {
  2418. content: "\e025";
  2419. }
  2420. .glyphicon-download:before {
  2421. content: "\e026";
  2422. }
  2423. .glyphicon-upload:before {
  2424. content: "\e027";
  2425. }
  2426. .glyphicon-inbox:before {
  2427. content: "\e028";
  2428. }
  2429. .glyphicon-play-circle:before {
  2430. content: "\e029";
  2431. }
  2432. .glyphicon-repeat:before {
  2433. content: "\e030";
  2434. }
  2435. .glyphicon-refresh:before {
  2436. content: "\e031";
  2437. }
  2438. .glyphicon-list-alt:before {
  2439. content: "\e032";
  2440. }
  2441. .glyphicon-lock:before {
  2442. content: "\e033";
  2443. }
  2444. .glyphicon-flag:before {
  2445. content: "\e034";
  2446. }
  2447. .glyphicon-headphones:before {
  2448. content: "\e035";
  2449. }
  2450. .glyphicon-volume-off:before {
  2451. content: "\e036";
  2452. }
  2453. .glyphicon-volume-down:before {
  2454. content: "\e037";
  2455. }
  2456. .glyphicon-volume-up:before {
  2457. content: "\e038";
  2458. }
  2459. .glyphicon-qrcode:before {
  2460. content: "\e039";
  2461. }
  2462. .glyphicon-barcode:before {
  2463. content: "\e040";
  2464. }
  2465. .glyphicon-tag:before {
  2466. content: "\e041";
  2467. }
  2468. .glyphicon-tags:before {
  2469. content: "\e042";
  2470. }
  2471. .glyphicon-book:before {
  2472. content: "\e043";
  2473. }
  2474. .glyphicon-bookmark:before {
  2475. content: "\e044";
  2476. }
  2477. .glyphicon-print:before {
  2478. content: "\e045";
  2479. }
  2480. .glyphicon-camera:before {
  2481. content: "\e046";
  2482. }
  2483. .glyphicon-font:before {
  2484. content: "\e047";
  2485. }
  2486. .glyphicon-bold:before {
  2487. content: "\e048";
  2488. }
  2489. .glyphicon-italic:before {
  2490. content: "\e049";
  2491. }
  2492. .glyphicon-text-height:before {
  2493. content: "\e050";
  2494. }
  2495. .glyphicon-text-width:before {
  2496. content: "\e051";
  2497. }
  2498. .glyphicon-align-left:before {
  2499. content: "\e052";
  2500. }
  2501. .glyphicon-align-center:before {
  2502. content: "\e053";
  2503. }
  2504. .glyphicon-align-right:before {
  2505. content: "\e054";
  2506. }
  2507. .glyphicon-align-justify:before {
  2508. content: "\e055";
  2509. }
  2510. .glyphicon-list:before {
  2511. content: "\e056";
  2512. }
  2513. .glyphicon-indent-left:before {
  2514. content: "\e057";
  2515. }
  2516. .glyphicon-indent-right:before {
  2517. content: "\e058";
  2518. }
  2519. .glyphicon-facetime-video:before {
  2520. content: "\e059";
  2521. }
  2522. .glyphicon-picture:before {
  2523. content: "\e060";
  2524. }
  2525. .glyphicon-map-marker:before {
  2526. content: "\e062";
  2527. }
  2528. .glyphicon-adjust:before {
  2529. content: "\e063";
  2530. }
  2531. .glyphicon-tint:before {
  2532. content: "\e064";
  2533. }
  2534. .glyphicon-edit:before {
  2535. content: "\e065";
  2536. }
  2537. .glyphicon-share:before {
  2538. content: "\e066";
  2539. }
  2540. .glyphicon-check:before {
  2541. content: "\e067";
  2542. }
  2543. .glyphicon-move:before {
  2544. content: "\e068";
  2545. }
  2546. .glyphicon-step-backward:before {
  2547. content: "\e069";
  2548. }
  2549. .glyphicon-fast-backward:before {
  2550. content: "\e070";
  2551. }
  2552. .glyphicon-backward:before {
  2553. content: "\e071";
  2554. }
  2555. .glyphicon-play:before {
  2556. content: "\e072";
  2557. }
  2558. .glyphicon-pause:before {
  2559. content: "\e073";
  2560. }
  2561. .glyphicon-stop:before {
  2562. content: "\e074";
  2563. }
  2564. .glyphicon-forward:before {
  2565. content: "\e075";
  2566. }
  2567. .glyphicon-fast-forward:before {
  2568. content: "\e076";
  2569. }
  2570. .glyphicon-step-forward:before {
  2571. content: "\e077";
  2572. }
  2573. .glyphicon-eject:before {
  2574. content: "\e078";
  2575. }
  2576. .glyphicon-chevron-left:before {
  2577. content: "\e079";
  2578. }
  2579. .glyphicon-chevron-right:before {
  2580. content: "\e080";
  2581. }
  2582. .glyphicon-plus-sign:before {
  2583. content: "\e081";
  2584. }
  2585. .glyphicon-minus-sign:before {
  2586. content: "\e082";
  2587. }
  2588. .glyphicon-remove-sign:before {
  2589. content: "\e083";
  2590. }
  2591. .glyphicon-ok-sign:before {
  2592. content: "\e084";
  2593. }
  2594. .glyphicon-question-sign:before {
  2595. content: "\e085";
  2596. }
  2597. .glyphicon-info-sign:before {
  2598. content: "\e086";
  2599. }
  2600. .glyphicon-screenshot:before {
  2601. content: "\e087";
  2602. }
  2603. .glyphicon-remove-circle:before {
  2604. content: "\e088";
  2605. }
  2606. .glyphicon-ok-circle:before {
  2607. content: "\e089";
  2608. }
  2609. .glyphicon-ban-circle:before {
  2610. content: "\e090";
  2611. }
  2612. .glyphicon-arrow-left:before {
  2613. content: "\e091";
  2614. }
  2615. .glyphicon-arrow-right:before {
  2616. content: "\e092";
  2617. }
  2618. .glyphicon-arrow-up:before {
  2619. content: "\e093";
  2620. }
  2621. .glyphicon-arrow-down:before {
  2622. content: "\e094";
  2623. }
  2624. .glyphicon-share-alt:before {
  2625. content: "\e095";
  2626. }
  2627. .glyphicon-resize-full:before {
  2628. content: "\e096";
  2629. }
  2630. .glyphicon-resize-small:before {
  2631. content: "\e097";
  2632. }
  2633. .glyphicon-exclamation-sign:before {
  2634. content: "\e101";
  2635. }
  2636. .glyphicon-gift:before {
  2637. content: "\e102";
  2638. }
  2639. .glyphicon-leaf:before {
  2640. content: "\e103";
  2641. }
  2642. .glyphicon-fire:before {
  2643. content: "\e104";
  2644. }
  2645. .glyphicon-eye-open:before {
  2646. content: "\e105";
  2647. }
  2648. .glyphicon-eye-close:before {
  2649. content: "\e106";
  2650. }
  2651. .glyphicon-warning-sign:before {
  2652. content: "\e107";
  2653. }
  2654. .glyphicon-plane:before {
  2655. content: "\e108";
  2656. }
  2657. .glyphicon-calendar:before {
  2658. content: "\e109";
  2659. }
  2660. .glyphicon-random:before {
  2661. content: "\e110";
  2662. }
  2663. .glyphicon-comment:before {
  2664. content: "\e111";
  2665. }
  2666. .glyphicon-magnet:before {
  2667. content: "\e112";
  2668. }
  2669. .glyphicon-chevron-up:before {
  2670. content: "\e113";
  2671. }
  2672. .glyphicon-chevron-down:before {
  2673. content: "\e114";
  2674. }
  2675. .glyphicon-retweet:before {
  2676. content: "\e115";
  2677. }
  2678. .glyphicon-shopping-cart:before {
  2679. content: "\e116";
  2680. }
  2681. .glyphicon-folder-close:before {
  2682. content: "\e117";
  2683. }
  2684. .glyphicon-folder-open:before {
  2685. content: "\e118";
  2686. }
  2687. .glyphicon-resize-vertical:before {
  2688. content: "\e119";
  2689. }
  2690. .glyphicon-resize-horizontal:before {
  2691. content: "\e120";
  2692. }
  2693. .glyphicon-hdd:before {
  2694. content: "\e121";
  2695. }
  2696. .glyphicon-bullhorn:before {
  2697. content: "\e122";
  2698. }
  2699. .glyphicon-bell:before {
  2700. content: "\e123";
  2701. }
  2702. .glyphicon-certificate:before {
  2703. content: "\e124";
  2704. }
  2705. .glyphicon-thumbs-up:before {
  2706. content: "\e125";
  2707. }
  2708. .glyphicon-thumbs-down:before {
  2709. content: "\e126";
  2710. }
  2711. .glyphicon-hand-right:before {
  2712. content: "\e127";
  2713. }
  2714. .glyphicon-hand-left:before {
  2715. content: "\e128";
  2716. }
  2717. .glyphicon-hand-up:before {
  2718. content: "\e129";
  2719. }
  2720. .glyphicon-hand-down:before {
  2721. content: "\e130";
  2722. }
  2723. .glyphicon-circle-arrow-right:before {
  2724. content: "\e131";
  2725. }
  2726. .glyphicon-circle-arrow-left:before {
  2727. content: "\e132";
  2728. }
  2729. .glyphicon-circle-arrow-up:before {
  2730. content: "\e133";
  2731. }
  2732. .glyphicon-circle-arrow-down:before {
  2733. content: "\e134";
  2734. }
  2735. .glyphicon-globe:before {
  2736. content: "\e135";
  2737. }
  2738. .glyphicon-wrench:before {
  2739. content: "\e136";
  2740. }
  2741. .glyphicon-tasks:before {
  2742. content: "\e137";
  2743. }
  2744. .glyphicon-filter:before {
  2745. content: "\e138";
  2746. }
  2747. .glyphicon-briefcase:before {
  2748. content: "\e139";
  2749. }
  2750. .glyphicon-fullscreen:before {
  2751. content: "\e140";
  2752. }
  2753. .glyphicon-dashboard:before {
  2754. content: "\e141";
  2755. }
  2756. .glyphicon-paperclip:before {
  2757. content: "\e142";
  2758. }
  2759. .glyphicon-heart-empty:before {
  2760. content: "\e143";
  2761. }
  2762. .glyphicon-link:before {
  2763. content: "\e144";
  2764. }
  2765. .glyphicon-phone:before {
  2766. content: "\e145";
  2767. }
  2768. .glyphicon-pushpin:before {
  2769. content: "\e146";
  2770. }
  2771. .glyphicon-usd:before {
  2772. content: "\e148";
  2773. }
  2774. .glyphicon-gbp:before {
  2775. content: "\e149";
  2776. }
  2777. .glyphicon-sort:before {
  2778. content: "\e150";
  2779. }
  2780. .glyphicon-sort-by-alphabet:before {
  2781. content: "\e151";
  2782. }
  2783. .glyphicon-sort-by-alphabet-alt:before {
  2784. content: "\e152";
  2785. }
  2786. .glyphicon-sort-by-order:before {
  2787. content: "\e153";
  2788. }
  2789. .glyphicon-sort-by-order-alt:before {
  2790. content: "\e154";
  2791. }
  2792. .glyphicon-sort-by-attributes:before {
  2793. content: "\e155";
  2794. }
  2795. .glyphicon-sort-by-attributes-alt:before {
  2796. content: "\e156";
  2797. }
  2798. .glyphicon-unchecked:before {
  2799. content: "\e157";
  2800. }
  2801. .glyphicon-expand:before {
  2802. content: "\e158";
  2803. }
  2804. .glyphicon-collapse-down:before {
  2805. content: "\e159";
  2806. }
  2807. .glyphicon-collapse-up:before {
  2808. content: "\e160";
  2809. }
  2810. .glyphicon-log-in:before {
  2811. content: "\e161";
  2812. }
  2813. .glyphicon-flash:before {
  2814. content: "\e162";
  2815. }
  2816. .glyphicon-log-out:before {
  2817. content: "\e163";
  2818. }
  2819. .glyphicon-new-window:before {
  2820. content: "\e164";
  2821. }
  2822. .glyphicon-record:before {
  2823. content: "\e165";
  2824. }
  2825. .glyphicon-save:before {
  2826. content: "\e166";
  2827. }
  2828. .glyphicon-open:before {
  2829. content: "\e167";
  2830. }
  2831. .glyphicon-saved:before {
  2832. content: "\e168";
  2833. }
  2834. .glyphicon-import:before {
  2835. content: "\e169";
  2836. }
  2837. .glyphicon-export:before {
  2838. content: "\e170";
  2839. }
  2840. .glyphicon-send:before {
  2841. content: "\e171";
  2842. }
  2843. .glyphicon-floppy-disk:before {
  2844. content: "\e172";
  2845. }
  2846. .glyphicon-floppy-saved:before {
  2847. content: "\e173";
  2848. }
  2849. .glyphicon-floppy-remove:before {
  2850. content: "\e174";
  2851. }
  2852. .glyphicon-floppy-save:before {
  2853. content: "\e175";
  2854. }
  2855. .glyphicon-floppy-open:before {
  2856. content: "\e176";
  2857. }
  2858. .glyphicon-credit-card:before {
  2859. content: "\e177";
  2860. }
  2861. .glyphicon-transfer:before {
  2862. content: "\e178";
  2863. }
  2864. .glyphicon-cutlery:before {
  2865. content: "\e179";
  2866. }
  2867. .glyphicon-header:before {
  2868. content: "\e180";
  2869. }
  2870. .glyphicon-compressed:before {
  2871. content: "\e181";
  2872. }
  2873. .glyphicon-earphone:before {
  2874. content: "\e182";
  2875. }
  2876. .glyphicon-phone-alt:before {
  2877. content: "\e183";
  2878. }
  2879. .glyphicon-tower:before {
  2880. content: "\e184";
  2881. }
  2882. .glyphicon-stats:before {
  2883. content: "\e185";
  2884. }
  2885. .glyphicon-sd-video:before {
  2886. content: "\e186";
  2887. }
  2888. .glyphicon-hd-video:before {
  2889. content: "\e187";
  2890. }
  2891. .glyphicon-subtitles:before {
  2892. content: "\e188";
  2893. }
  2894. .glyphicon-sound-stereo:before {
  2895. content: "\e189";
  2896. }
  2897. .glyphicon-sound-dolby:before {
  2898. content: "\e190";
  2899. }
  2900. .glyphicon-sound-5-1:before {
  2901. content: "\e191";
  2902. }
  2903. .glyphicon-sound-6-1:before {
  2904. content: "\e192";
  2905. }
  2906. .glyphicon-sound-7-1:before {
  2907. content: "\e193";
  2908. }
  2909. .glyphicon-copyright-mark:before {
  2910. content: "\e194";
  2911. }
  2912. .glyphicon-registration-mark:before {
  2913. content: "\e195";
  2914. }
  2915. .glyphicon-cloud-download:before {
  2916. content: "\e197";
  2917. }
  2918. .glyphicon-cloud-upload:before {
  2919. content: "\e198";
  2920. }
  2921. .glyphicon-tree-conifer:before {
  2922. content: "\e199";
  2923. }
  2924. .glyphicon-tree-deciduous:before {
  2925. content: "\e200";
  2926. }
  2927. .caret {
  2928. display: inline-block;
  2929. width: 0;
  2930. height: 0;
  2931. margin-left: 2px;
  2932. vertical-align: middle;
  2933. border-top: 4px solid #000000;
  2934. border-right: 4px solid transparent;
  2935. border-bottom: 0 dotted;
  2936. border-left: 4px solid transparent;
  2937. }
  2938. .dropdown {
  2939. position: relative;
  2940. }
  2941. .dropdown-toggle:focus {
  2942. outline: 0;
  2943. }
  2944. .dropdown-menu {
  2945. position: absolute;
  2946. top: 100%;
  2947. left: 0;
  2948. z-index: 1000;
  2949. display: none;
  2950. float: left;
  2951. min-width: 160px;
  2952. padding: 5px 0;
  2953. margin: 2px 0 0;
  2954. font-size: 14px;
  2955. list-style: none;
  2956. background-color: #ffffff;
  2957. border: 1px solid #cccccc;
  2958. border: 1px solid rgba(0, 0, 0, 0.15);
  2959. border-radius: 4px;
  2960. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2961. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2962. background-clip: padding-box;
  2963. }
  2964. .dropdown-menu.pull-right {
  2965. right: 0;
  2966. left: auto;
  2967. }
  2968. .dropdown-menu .divider {
  2969. height: 1px;
  2970. margin: 9px 0;
  2971. overflow: hidden;
  2972. background-color: #e5e5e5;
  2973. }
  2974. .dropdown-menu > li > a {
  2975. display: block;
  2976. padding: 3px 20px;
  2977. clear: both;
  2978. font-weight: normal;
  2979. line-height: 1.428571429;
  2980. color: #333333;
  2981. white-space: nowrap;
  2982. }
  2983. .dropdown-menu > li > a:hover,
  2984. .dropdown-menu > li > a:focus {
  2985. color: #262626;
  2986. text-decoration: none;
  2987. background-color: #f5f5f5;
  2988. }
  2989. .dropdown-menu > .active > a,
  2990. .dropdown-menu > .active > a:hover,
  2991. .dropdown-menu > .active > a:focus {
  2992. color: #ffffff;
  2993. text-decoration: none;
  2994. background-color: #428bca;
  2995. outline: 0;
  2996. }
  2997. .dropdown-menu > .disabled > a,
  2998. .dropdown-menu > .disabled > a:hover,
  2999. .dropdown-menu > .disabled > a:focus {
  3000. color: #999999;
  3001. }
  3002. .dropdown-menu > .disabled > a:hover,
  3003. .dropdown-menu > .disabled > a:focus {
  3004. text-decoration: none;
  3005. cursor: not-allowed;
  3006. background-color: transparent;
  3007. background-image: none;
  3008. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  3009. }
  3010. .open > .dropdown-menu {
  3011. display: block;
  3012. }
  3013. .open > a {
  3014. outline: 0;
  3015. }
  3016. .dropdown-header {
  3017. display: block;
  3018. padding: 3px 20px;
  3019. font-size: 12px;
  3020. line-height: 1.428571429;
  3021. color: #999999;
  3022. }
  3023. .dropdown-backdrop {
  3024. position: fixed;
  3025. top: 0;
  3026. right: 0;
  3027. bottom: 0;
  3028. left: 0;
  3029. z-index: 990;
  3030. }
  3031. .pull-right > .dropdown-menu {
  3032. right: 0;
  3033. left: auto;
  3034. }
  3035. .dropup .caret,
  3036. .navbar-fixed-bottom .dropdown .caret {
  3037. border-top: 0 dotted;
  3038. border-bottom: 4px solid #000000;
  3039. content: "";
  3040. }
  3041. .dropup .dropdown-menu,
  3042. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3043. top: auto;
  3044. bottom: 100%;
  3045. margin-bottom: 1px;
  3046. }
  3047. @media (min-width: 768px) {
  3048. .navbar-right .dropdown-menu {
  3049. right: 0;
  3050. left: auto;
  3051. }
  3052. }
  3053. .btn-default .caret {
  3054. border-top-color: #333333;
  3055. }
  3056. .btn-primary .caret,
  3057. .btn-success .caret,
  3058. .btn-warning .caret,
  3059. .btn-danger .caret,
  3060. .btn-info .caret {
  3061. border-top-color: #fff;
  3062. }
  3063. .dropup .btn-default .caret {
  3064. border-bottom-color: #333333;
  3065. }
  3066. .dropup .btn-primary .caret,
  3067. .dropup .btn-success .caret,
  3068. .dropup .btn-warning .caret,
  3069. .dropup .btn-danger .caret,
  3070. .dropup .btn-info .caret {
  3071. border-bottom-color: #fff;
  3072. }
  3073. .btn-group,
  3074. .btn-group-vertical {
  3075. position: relative;
  3076. display: inline-block;
  3077. vertical-align: middle;
  3078. }
  3079. .btn-group > .btn,
  3080. .btn-group-vertical > .btn {
  3081. position: relative;
  3082. float: left;
  3083. }
  3084. .btn-group > .btn:hover,
  3085. .btn-group-vertical > .btn:hover,
  3086. .btn-group > .btn:focus,
  3087. .btn-group-vertical > .btn:focus,
  3088. .btn-group > .btn:active,
  3089. .btn-group-vertical > .btn:active,
  3090. .btn-group > .btn.active,
  3091. .btn-group-vertical > .btn.active {
  3092. z-index: 2;
  3093. }
  3094. .btn-group > .btn:focus,
  3095. .btn-group-vertical > .btn:focus {
  3096. outline: none;
  3097. }
  3098. .btn-group .btn + .btn,
  3099. .btn-group .btn + .btn-group,
  3100. .btn-group .btn-group + .btn,
  3101. .btn-group .btn-group + .btn-group {
  3102. margin-left: -1px;
  3103. }
  3104. .btn-toolbar:before,
  3105. .btn-toolbar:after {
  3106. display: table;
  3107. content: " ";
  3108. }
  3109. .btn-toolbar:after {
  3110. clear: both;
  3111. }
  3112. .btn-toolbar:before,
  3113. .btn-toolbar:after {
  3114. display: table;
  3115. content: " ";
  3116. }
  3117. .btn-toolbar:after {
  3118. clear: both;
  3119. }
  3120. .btn-toolbar .btn-group {
  3121. float: left;
  3122. }
  3123. .btn-toolbar > .btn + .btn,
  3124. .btn-toolbar > .btn-group + .btn,
  3125. .btn-toolbar > .btn + .btn-group,
  3126. .btn-toolbar > .btn-group + .btn-group {
  3127. margin-left: 5px;
  3128. }
  3129. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3130. border-radius: 0;
  3131. }
  3132. .btn-group > .btn:first-child {
  3133. margin-left: 0;
  3134. }
  3135. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3136. border-top-right-radius: 0;
  3137. border-bottom-right-radius: 0;
  3138. }
  3139. .btn-group > .btn:last-child:not(:first-child),
  3140. .btn-group > .dropdown-toggle:not(:first-child) {
  3141. border-bottom-left-radius: 0;
  3142. border-top-left-radius: 0;
  3143. }
  3144. .btn-group > .btn-group {
  3145. float: left;
  3146. }
  3147. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3148. border-radius: 0;
  3149. }
  3150. .btn-group > .btn-group:first-child > .btn:last-child,
  3151. .btn-group > .btn-group:first-child > .dropdown-toggle {
  3152. border-top-right-radius: 0;
  3153. border-bottom-right-radius: 0;
  3154. }
  3155. .btn-group > .btn-group:last-child > .btn:first-child {
  3156. border-bottom-left-radius: 0;
  3157. border-top-left-radius: 0;
  3158. }
  3159. .btn-group .dropdown-toggle:active,
  3160. .btn-group.open .dropdown-toggle {
  3161. outline: 0;
  3162. }
  3163. .btn-group-xs > .btn {
  3164. padding: 5px 10px;
  3165. padding: 1px 5px;
  3166. font-size: 12px;
  3167. line-height: 1.5;
  3168. border-radius: 3px;
  3169. }
  3170. .btn-group-sm > .btn {
  3171. padding: 5px 10px;
  3172. font-size: 12px;
  3173. line-height: 1.5;
  3174. border-radius: 3px;
  3175. }
  3176. .btn-group-lg > .btn {
  3177. padding: 10px 16px;
  3178. font-size: 18px;
  3179. line-height: 1.33;
  3180. border-radius: 6px;
  3181. }
  3182. .btn-group > .btn + .dropdown-toggle {
  3183. padding-right: 8px;
  3184. padding-left: 8px;
  3185. }
  3186. .btn-group > .btn-lg + .dropdown-toggle {
  3187. padding-right: 12px;
  3188. padding-left: 12px;
  3189. }
  3190. .btn-group.open .dropdown-toggle {
  3191. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3192. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3193. }
  3194. .btn-group.open .dropdown-toggle.btn-link {
  3195. -webkit-box-shadow: none;
  3196. box-shadow: none;
  3197. }
  3198. .btn .caret {
  3199. margin-left: 0;
  3200. }
  3201. .btn-lg .caret {
  3202. border-width: 5px 5px 0;
  3203. border-bottom-width: 0;
  3204. }
  3205. .dropup .btn-lg .caret {
  3206. border-width: 0 5px 5px;
  3207. }
  3208. .btn-group-vertical > .btn,
  3209. .btn-group-vertical > .btn-group {
  3210. display: block;
  3211. float: none;
  3212. width: 100%;
  3213. max-width: 100%;
  3214. }
  3215. .btn-group-vertical > .btn-group:before,
  3216. .btn-group-vertical > .btn-group:after {
  3217. display: table;
  3218. content: " ";
  3219. }
  3220. .btn-group-vertical > .btn-group:after {
  3221. clear: both;
  3222. }
  3223. .btn-group-vertical > .btn-group:before,
  3224. .btn-group-vertical > .btn-group:after {
  3225. display: table;
  3226. content: " ";
  3227. }
  3228. .btn-group-vertical > .btn-group:after {
  3229. clear: both;
  3230. }
  3231. .btn-group-vertical > .btn-group > .btn {
  3232. float: none;
  3233. }
  3234. .btn-group-vertical > .btn + .btn,
  3235. .btn-group-vertical > .btn + .btn-group,
  3236. .btn-group-vertical > .btn-group + .btn,
  3237. .btn-group-vertical > .btn-group + .btn-group {
  3238. margin-top: -1px;
  3239. margin-left: 0;
  3240. }
  3241. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3242. border-radius: 0;
  3243. }
  3244. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3245. border-top-right-radius: 4px;
  3246. border-bottom-right-radius: 0;
  3247. border-bottom-left-radius: 0;
  3248. }
  3249. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3250. border-top-right-radius: 0;
  3251. border-bottom-left-radius: 4px;
  3252. border-top-left-radius: 0;
  3253. }
  3254. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3255. border-radius: 0;
  3256. }
  3257. .btn-group-vertical > .btn-group:first-child > .btn:last-child,
  3258. .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  3259. border-bottom-right-radius: 0;
  3260. border-bottom-left-radius: 0;
  3261. }
  3262. .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  3263. border-top-right-radius: 0;
  3264. border-top-left-radius: 0;
  3265. }
  3266. .btn-group-justified {
  3267. display: table;
  3268. width: 100%;
  3269. border-collapse: separate;
  3270. table-layout: fixed;
  3271. }
  3272. .btn-group-justified .btn {
  3273. display: table-cell;
  3274. float: none;
  3275. width: 1%;
  3276. }
  3277. [data-toggle="buttons"] > .btn > input[type="radio"],
  3278. [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  3279. display: none;
  3280. }
  3281. .input-group {
  3282. position: relative;
  3283. display: table;
  3284. border-collapse: separate;
  3285. }
  3286. .input-group.col {
  3287. float: none;
  3288. padding-right: 0;
  3289. padding-left: 0;
  3290. }
  3291. .input-group .form-control {
  3292. width: 100%;
  3293. margin-bottom: 0;
  3294. }
  3295. .input-group-lg > .form-control,
  3296. .input-group-lg > .input-group-addon,
  3297. .input-group-lg > .input-group-btn > .btn {
  3298. height: 45px;
  3299. padding: 10px 16px;
  3300. font-size: 18px;
  3301. line-height: 1.33;
  3302. border-radius: 6px;
  3303. }
  3304. select.input-group-lg > .form-control,
  3305. select.input-group-lg > .input-group-addon,
  3306. select.input-group-lg > .input-group-btn > .btn {
  3307. height: 45px;
  3308. line-height: 45px;
  3309. }
  3310. textarea.input-group-lg > .form-control,
  3311. textarea.input-group-lg > .input-group-addon,
  3312. textarea.input-group-lg > .input-group-btn > .btn {
  3313. height: auto;
  3314. }
  3315. .input-group-sm > .form-control,
  3316. .input-group-sm > .input-group-addon,
  3317. .input-group-sm > .input-group-btn > .btn {
  3318. height: 30px;
  3319. padding: 5px 10px;
  3320. font-size: 12px;
  3321. line-height: 1.5;
  3322. border-radius: 3px;
  3323. }
  3324. select.input-group-sm > .form-control,
  3325. select.input-group-sm > .input-group-addon,
  3326. select.input-group-sm > .input-group-btn > .btn {
  3327. height: 30px;
  3328. line-height: 30px;
  3329. }
  3330. textarea.input-group-sm > .form-control,
  3331. textarea.input-group-sm > .input-group-addon,
  3332. textarea.input-group-sm > .input-group-btn > .btn {
  3333. height: auto;
  3334. }
  3335. .input-group-addon,
  3336. .input-group-btn,
  3337. .input-group .form-control {
  3338. display: table-cell;
  3339. }
  3340. .input-group-addon:not(:first-child):not(:last-child),
  3341. .input-group-btn:not(:first-child):not(:last-child),
  3342. .input-group .form-control:not(:first-child):not(:last-child) {
  3343. border-radius: 0;
  3344. }
  3345. .input-group-addon,
  3346. .input-group-btn {
  3347. width: 1%;
  3348. white-space: nowrap;
  3349. vertical-align: middle;
  3350. }
  3351. .input-group-addon {
  3352. padding: 6px 12px;
  3353. font-size: 14px;
  3354. font-weight: normal;
  3355. line-height: 1;
  3356. color: #555555;
  3357. text-align: center;
  3358. background-color: #eeeeee;
  3359. border: 1px solid #d7d7d7;
  3360. border-radius: 4px;
  3361. }
  3362. .input-group-addon.input-sm {
  3363. padding: 5px 10px;
  3364. font-size: 12px;
  3365. border-radius: 3px;
  3366. }
  3367. .input-group-addon.input-lg {
  3368. padding: 10px 16px;
  3369. font-size: 18px;
  3370. border-radius: 6px;
  3371. }
  3372. .input-group-addon input[type="radio"],
  3373. .input-group-addon input[type="checkbox"] {
  3374. margin-top: 0;
  3375. }
  3376. .input-group .form-control:first-child,
  3377. .input-group-addon:first-child,
  3378. .input-group-btn:first-child > .btn,
  3379. .input-group-btn:first-child > .dropdown-toggle,
  3380. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  3381. border-top-right-radius: 0;
  3382. border-bottom-right-radius: 0;
  3383. }
  3384. .input-group-addon:first-child {
  3385. border-right: 0;
  3386. }
  3387. .input-group .form-control:last-child,
  3388. .input-group-addon:last-child,
  3389. .input-group-btn:last-child > .btn,
  3390. .input-group-btn:last-child > .dropdown-toggle,
  3391. .input-group-btn:first-child > .btn:not(:first-child) {
  3392. border-bottom-left-radius: 0;
  3393. border-top-left-radius: 0;
  3394. }
  3395. .input-group-addon:last-child {
  3396. border-left: 0;
  3397. }
  3398. .input-group-btn {
  3399. position: relative;
  3400. white-space: nowrap;
  3401. }
  3402. .input-group-btn:first-child > .btn {
  3403. margin-right: -1px;
  3404. }
  3405. .input-group-btn:last-child > .btn {
  3406. margin-left: -1px;
  3407. }
  3408. .input-group-btn > .btn {
  3409. position: relative;
  3410. }
  3411. .input-group-btn > .btn + .btn {
  3412. margin-left: -4px;
  3413. }
  3414. .input-group-btn > .btn:hover,
  3415. .input-group-btn > .btn:active {
  3416. z-index: 2;
  3417. }
  3418. .nav {
  3419. padding-left: 0;
  3420. margin-bottom: 0;
  3421. list-style: none;
  3422. }
  3423. .nav:before,
  3424. .nav:after {
  3425. display: table;
  3426. content: " ";
  3427. }
  3428. .nav:after {
  3429. clear: both;
  3430. }
  3431. .nav:before,
  3432. .nav:after {
  3433. display: table;
  3434. content: " ";
  3435. }
  3436. .nav:after {
  3437. clear: both;
  3438. }
  3439. .nav > li {
  3440. position: relative;
  3441. display: block;
  3442. }
  3443. .nav > li > a {
  3444. position: relative;
  3445. display: block;
  3446. padding: 10px 15px;
  3447. }
  3448. .nav > li > a:hover,
  3449. .nav > li > a:focus {
  3450. text-decoration: none;
  3451. background-color: #eeeeee;
  3452. }
  3453. .nav > li.disabled > a {
  3454. color: #999999;
  3455. }
  3456. .nav > li.disabled > a:hover,
  3457. .nav > li.disabled > a:focus {
  3458. color: #999999;
  3459. text-decoration: none;
  3460. cursor: not-allowed;
  3461. background-color: transparent;
  3462. }
  3463. .nav .open > a,
  3464. .nav .open > a:hover,
  3465. .nav .open > a:focus {
  3466. background-color: #eeeeee;
  3467. border-color: #428bca;
  3468. }
  3469. .nav .open > a .caret,
  3470. .nav .open > a:hover .caret,
  3471. .nav .open > a:focus .caret {
  3472. border-top-color: #2a6496;
  3473. border-bottom-color: #2a6496;
  3474. }
  3475. .nav .nav-divider {
  3476. height: 1px;
  3477. margin: 9px 0;
  3478. overflow: hidden;
  3479. background-color: #e5e5e5;
  3480. }
  3481. .nav > li > a > img {
  3482. max-width: none;
  3483. }
  3484. .nav-tabs {
  3485. border-bottom: 1px solid #dddddd;
  3486. }
  3487. .nav-tabs > li {
  3488. float: left;
  3489. margin-bottom: -1px;
  3490. }
  3491. .nav-tabs > li > a {
  3492. margin-right: 2px;
  3493. line-height: 1.428571429;
  3494. border: 1px solid transparent;
  3495. border-radius: 4px 4px 0 0;
  3496. }
  3497. .nav-tabs > li > a:hover {
  3498. border-color: #eeeeee #eeeeee #dddddd;
  3499. }
  3500. .nav-tabs > li.active > a,
  3501. .nav-tabs > li.active > a:hover,
  3502. .nav-tabs > li.active > a:focus {
  3503. color: #555555;
  3504. cursor: default;
  3505. background-color: #ffffff;
  3506. border: 1px solid #dddddd;
  3507. border-bottom-color: transparent;
  3508. }
  3509. .nav-tabs.nav-justified {
  3510. width: 100%;
  3511. border-bottom: 0;
  3512. }
  3513. .nav-tabs.nav-justified > li {
  3514. float: none;
  3515. }
  3516. .nav-tabs.nav-justified > li > a {
  3517. margin-bottom: 5px;
  3518. text-align: center;
  3519. }
  3520. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3521. top: auto;
  3522. left: auto;
  3523. }
  3524. @media (min-width: 768px) {
  3525. .nav-tabs.nav-justified > li {
  3526. display: table-cell;
  3527. width: 1%;
  3528. }
  3529. .nav-tabs.nav-justified > li > a {
  3530. margin-bottom: 0;
  3531. }
  3532. }
  3533. .nav-tabs.nav-justified > li > a {
  3534. margin-right: 0;
  3535. border-radius: 4px;
  3536. }
  3537. .nav-tabs.nav-justified > .active > a,
  3538. .nav-tabs.nav-justified > .active > a:hover,
  3539. .nav-tabs.nav-justified > .active > a:focus {
  3540. border: 1px solid #dddddd;
  3541. }
  3542. @media (min-width: 768px) {
  3543. .nav-tabs.nav-justified > li > a {
  3544. border-bottom: 1px solid #dddddd;
  3545. border-radius: 4px 4px 0 0;
  3546. }
  3547. .nav-tabs.nav-justified > .active > a,
  3548. .nav-tabs.nav-justified > .active > a:hover,
  3549. .nav-tabs.nav-justified > .active > a:focus {
  3550. border-bottom-color: #ffffff;
  3551. }
  3552. }
  3553. .nav-pills > li {
  3554. float: left;
  3555. }
  3556. .nav-pills > li > a {
  3557. border-radius: 4px;
  3558. }
  3559. .nav-pills > li + li {
  3560. margin-left: 2px;
  3561. }
  3562. .nav-pills > li.active > a,
  3563. .nav-pills > li.active > a:hover,
  3564. .nav-pills > li.active > a:focus {
  3565. color: #ffffff;
  3566. background-color: #428bca;
  3567. }
  3568. .nav-pills > li.active > a .caret,
  3569. .nav-pills > li.active > a:hover .caret,
  3570. .nav-pills > li.active > a:focus .caret {
  3571. border-top-color: #ffffff;
  3572. border-bottom-color: #ffffff;
  3573. }
  3574. .nav-stacked > li {
  3575. float: none;
  3576. }
  3577. .nav-stacked > li + li {
  3578. margin-top: 2px;
  3579. margin-left: 0;
  3580. }
  3581. .nav-justified {
  3582. width: 100%;
  3583. }
  3584. .nav-justified > li {
  3585. float: none;
  3586. }
  3587. .nav-justified > li > a {
  3588. margin-bottom: 5px;
  3589. text-align: center;
  3590. }
  3591. .nav-justified > .dropdown .dropdown-menu {
  3592. top: auto;
  3593. left: auto;
  3594. }
  3595. @media (min-width: 768px) {
  3596. .nav-justified > li {
  3597. display: table-cell;
  3598. width: 1%;
  3599. }
  3600. .nav-justified > li > a {
  3601. margin-bottom: 0;
  3602. }
  3603. }
  3604. .nav-tabs-justified {
  3605. border-bottom: 0;
  3606. }
  3607. .nav-tabs-justified > li > a {
  3608. margin-right: 0;
  3609. border-radius: 4px;
  3610. }
  3611. .nav-tabs-justified > .active > a,
  3612. .nav-tabs-justified > .active > a:hover,
  3613. .nav-tabs-justified > .active > a:focus {
  3614. border: 1px solid #dddddd;
  3615. }
  3616. @media (min-width: 768px) {
  3617. .nav-tabs-justified > li > a {
  3618. border-bottom: 1px solid #dddddd;
  3619. border-radius: 4px 4px 0 0;
  3620. }
  3621. .nav-tabs-justified > .active > a,
  3622. .nav-tabs-justified > .active > a:hover,
  3623. .nav-tabs-justified > .active > a:focus {
  3624. border-bottom-color: #ffffff;
  3625. }
  3626. }
  3627. .tab-content > .tab-pane {
  3628. display: none;
  3629. }
  3630. .tab-content > .active {
  3631. display: block;
  3632. }
  3633. .nav .caret {
  3634. border-top-color: #428bca;
  3635. border-bottom-color: #428bca;
  3636. }
  3637. .nav a:hover .caret {
  3638. border-top-color: #2a6496;
  3639. border-bottom-color: #2a6496;
  3640. }
  3641. .nav-tabs .dropdown-menu {
  3642. margin-top: -1px;
  3643. border-top-right-radius: 0;
  3644. border-top-left-radius: 0;
  3645. }
  3646. .navbar {
  3647. position: relative;
  3648. min-height: 36px;
  3649. margin-bottom: 20px;
  3650. border: 1px solid transparent;
  3651. }
  3652. .navbar:before,
  3653. .navbar:after {
  3654. display: table;
  3655. content: " ";
  3656. }
  3657. .navbar:after {
  3658. clear: both;
  3659. }
  3660. .navbar:before,
  3661. .navbar:after {
  3662. display: table;
  3663. content: " ";
  3664. }
  3665. .navbar:after {
  3666. clear: both;
  3667. }
  3668. @media (min-width: 768px) {
  3669. .navbar {
  3670. border-radius: 4px;
  3671. }
  3672. }
  3673. .navbar-header:before,
  3674. .navbar-header:after {
  3675. display: table;
  3676. content: " ";
  3677. }
  3678. .navbar-header:after {
  3679. clear: both;
  3680. }
  3681. .navbar-header:before,
  3682. .navbar-header:after {
  3683. display: table;
  3684. content: " ";
  3685. }
  3686. .navbar-header:after {
  3687. clear: both;
  3688. }
  3689. @media (min-width: 768px) {
  3690. .navbar-header {
  3691. float: left;
  3692. }
  3693. }
  3694. .navbar-collapse {
  3695. max-height: 340px;
  3696. padding-right: 15px;
  3697. padding-left: 15px;
  3698. overflow-x: visible;
  3699. border-top: 1px solid transparent;
  3700. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3701. -webkit-overflow-scrolling: touch;
  3702. }
  3703. .navbar-collapse:before,
  3704. .navbar-collapse:after {
  3705. display: table;
  3706. content: " ";
  3707. }
  3708. .navbar-collapse:after {
  3709. clear: both;
  3710. }
  3711. .navbar-collapse:before,
  3712. .navbar-collapse:after {
  3713. display: table;
  3714. content: " ";
  3715. }
  3716. .navbar-collapse:after {
  3717. clear: both;
  3718. }
  3719. .navbar-collapse.in {
  3720. overflow-y: auto;
  3721. }
  3722. @media (min-width: 768px) {
  3723. .navbar-collapse {
  3724. width: auto;
  3725. border-top: 0;
  3726. box-shadow: none;
  3727. }
  3728. .navbar-collapse.collapse {
  3729. display: block !important;
  3730. height: auto !important;
  3731. padding-bottom: 0;
  3732. overflow: visible !important;
  3733. }
  3734. .navbar-collapse.in {
  3735. overflow-y: auto;
  3736. }
  3737. .navbar-collapse .navbar-nav.navbar-left:first-child {
  3738. margin-left: -15px;
  3739. }
  3740. .navbar-collapse .navbar-nav.navbar-right:last-child {
  3741. margin-right: -15px;
  3742. }
  3743. .navbar-collapse .navbar-text:last-child {
  3744. margin-right: 0;
  3745. }
  3746. }
  3747. .container > .navbar-header,
  3748. .container > .navbar-collapse {
  3749. margin-right: -15px;
  3750. margin-left: -15px;
  3751. }
  3752. @media (min-width: 768px) {
  3753. .container > .navbar-header,
  3754. .container > .navbar-collapse {
  3755. margin-right: 0;
  3756. margin-left: 0;
  3757. }
  3758. }
  3759. .navbar-static-top {
  3760. z-index: 1000;
  3761. border-width: 0 0 1px;
  3762. }
  3763. @media (min-width: 768px) {
  3764. .navbar-static-top {
  3765. border-radius: 0;
  3766. }
  3767. }
  3768. .navbar-fixed-top,
  3769. .navbar-fixed-bottom {
  3770. position: fixed;
  3771. right: 0;
  3772. left: 0;
  3773. z-index: 1030;
  3774. }
  3775. @media (min-width: 768px) {
  3776. .navbar-fixed-top,
  3777. .navbar-fixed-bottom {
  3778. border-radius: 0;
  3779. }
  3780. }
  3781. .navbar-fixed-top {
  3782. top: 0;
  3783. border-width: 0 0 1px;
  3784. }
  3785. .navbar-fixed-bottom {
  3786. bottom: 0;
  3787. margin-bottom: 0;
  3788. border-width: 1px 0 0;
  3789. }
  3790. .navbar-brand {
  3791. float: left;
  3792. padding: 8px 15px;
  3793. font-size: 18px;
  3794. line-height: 20px;
  3795. }
  3796. .navbar-brand:hover,
  3797. .navbar-brand:focus {
  3798. text-decoration: none;
  3799. }
  3800. @media (min-width: 768px) {
  3801. .navbar > .container .navbar-brand {
  3802. margin-left: -15px;
  3803. }
  3804. }
  3805. .navbar-toggle {
  3806. position: relative;
  3807. float: right;
  3808. padding: 9px 10px;
  3809. margin-top: 1px;
  3810. margin-right: 15px;
  3811. margin-bottom: 1px;
  3812. background-color: transparent;
  3813. border: 1px solid transparent;
  3814. border-radius: 4px;
  3815. }
  3816. .navbar-toggle .icon-bar {
  3817. display: block;
  3818. width: 22px;
  3819. height: 2px;
  3820. border-radius: 1px;
  3821. }
  3822. .navbar-toggle .icon-bar + .icon-bar {
  3823. margin-top: 4px;
  3824. }
  3825. @media (min-width: 768px) {
  3826. .navbar-toggle {
  3827. display: none;
  3828. }
  3829. }
  3830. .navbar-nav {
  3831. margin: 4px -15px;
  3832. }
  3833. .navbar-nav > li > a {
  3834. padding-top: 10px;
  3835. padding-bottom: 10px;
  3836. line-height: 20px;
  3837. }
  3838. @media (max-width: 767px) {
  3839. .navbar-nav .open .dropdown-menu {
  3840. position: static;
  3841. float: none;
  3842. width: auto;
  3843. margin-top: 0;
  3844. background-color: transparent;
  3845. border: 0;
  3846. box-shadow: none;
  3847. }
  3848. .navbar-nav .open .dropdown-menu > li > a,
  3849. .navbar-nav .open .dropdown-menu .dropdown-header {
  3850. padding: 5px 15px 5px 25px;
  3851. }
  3852. .navbar-nav .open .dropdown-menu > li > a {
  3853. line-height: 20px;
  3854. }
  3855. .navbar-nav .open .dropdown-menu > li > a:hover,
  3856. .navbar-nav .open .dropdown-menu > li > a:focus {
  3857. background-image: none;
  3858. }
  3859. }
  3860. @media (min-width: 768px) {
  3861. .navbar-nav {
  3862. float: left;
  3863. margin: 0;
  3864. }
  3865. .navbar-nav > li {
  3866. float: left;
  3867. }
  3868. .navbar-nav > li > a {
  3869. padding-top: 8px;
  3870. padding-bottom: 8px;
  3871. }
  3872. }
  3873. @media (min-width: 768px) {
  3874. .navbar-left {
  3875. float: left !important;
  3876. }
  3877. .navbar-right {
  3878. float: right !important;
  3879. }
  3880. }
  3881. .navbar-form {
  3882. padding: 10px 15px;
  3883. margin-top: 1px;
  3884. margin-right: -15px;
  3885. margin-bottom: 1px;
  3886. margin-left: -15px;
  3887. border-top: 1px solid transparent;
  3888. border-bottom: 1px solid transparent;
  3889. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3890. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3891. }
  3892. @media (min-width: 768px) {
  3893. .navbar-form .form-group {
  3894. display: inline-block;
  3895. margin-bottom: 0;
  3896. vertical-align: middle;
  3897. }
  3898. .navbar-form .form-control {
  3899. display: inline-block;
  3900. }
  3901. .navbar-form .radio,
  3902. .navbar-form .checkbox {
  3903. display: inline-block;
  3904. padding-left: 0;
  3905. margin-top: 0;
  3906. margin-bottom: 0;
  3907. }
  3908. .navbar-form .radio input[type="radio"],
  3909. .navbar-form .checkbox input[type="checkbox"] {
  3910. float: none;
  3911. margin-left: 0;
  3912. }
  3913. }
  3914. @media (max-width: 767px) {
  3915. .navbar-form .form-group {
  3916. margin-bottom: 5px;
  3917. }
  3918. }
  3919. @media (min-width: 768px) {
  3920. .navbar-form {
  3921. width: auto;
  3922. padding-top: 0;
  3923. padding-bottom: 0;
  3924. margin-right: 0;
  3925. margin-left: 0;
  3926. border: 0;
  3927. -webkit-box-shadow: none;
  3928. box-shadow: none;
  3929. }
  3930. }
  3931. .navbar-nav > li > .dropdown-menu {
  3932. margin-top: 0;
  3933. border-top-right-radius: 0;
  3934. border-top-left-radius: 0;
  3935. }
  3936. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  3937. border-bottom-right-radius: 0;
  3938. border-bottom-left-radius: 0;
  3939. }
  3940. .navbar-nav.pull-right > li > .dropdown-menu,
  3941. .navbar-nav > li > .dropdown-menu.pull-right {
  3942. right: 0;
  3943. left: auto;
  3944. }
  3945. .navbar-btn {
  3946. margin-top: 1px;
  3947. margin-bottom: 1px;
  3948. }
  3949. .navbar-text {
  3950. float: left;
  3951. margin-top: 8px;
  3952. margin-bottom: 8px;
  3953. }
  3954. @media (min-width: 768px) {
  3955. .navbar-text {
  3956. margin-right: 15px;
  3957. margin-left: 15px;
  3958. }
  3959. }
  3960. .navbar-default {
  3961. background-color: #f8f8f8;
  3962. border-color: #e7e7e7;
  3963. }
  3964. .navbar-default .navbar-brand {
  3965. color: #777777;
  3966. }
  3967. .navbar-default .navbar-brand:hover,
  3968. .navbar-default .navbar-brand:focus {
  3969. color: #5e5e5e;
  3970. background-color: transparent;
  3971. }
  3972. .navbar-default .navbar-text {
  3973. color: #777777;
  3974. }
  3975. .navbar-default .navbar-nav > li > a {
  3976. color: #777777;
  3977. }
  3978. .navbar-default .navbar-nav > li > a:hover,
  3979. .navbar-default .navbar-nav > li > a:focus {
  3980. color: #333333;
  3981. background-color: transparent;
  3982. }
  3983. .navbar-default .navbar-nav > .active > a,
  3984. .navbar-default .navbar-nav > .active > a:hover,
  3985. .navbar-default .navbar-nav > .active > a:focus {
  3986. color: #555555;
  3987. background-color: #e7e7e7;
  3988. }
  3989. .navbar-default .navbar-nav > .disabled > a,
  3990. .navbar-default .navbar-nav > .disabled > a:hover,
  3991. .navbar-default .navbar-nav > .disabled > a:focus {
  3992. color: #cccccc;
  3993. background-color: transparent;
  3994. }
  3995. .navbar-default .navbar-toggle {
  3996. border-color: #dddddd;
  3997. }
  3998. .navbar-default .navbar-toggle:hover,
  3999. .navbar-default .navbar-toggle:focus {
  4000. background-color: #dddddd;
  4001. }
  4002. .navbar-default .navbar-toggle .icon-bar {
  4003. background-color: #cccccc;
  4004. }
  4005. .navbar-default .navbar-collapse,
  4006. .navbar-default .navbar-form {
  4007. border-color: #e7e7e7;
  4008. }
  4009. .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  4010. .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  4011. border-top-color: #333333;
  4012. border-bottom-color: #333333;
  4013. }
  4014. .navbar-default .navbar-nav > .open > a,
  4015. .navbar-default .navbar-nav > .open > a:hover,
  4016. .navbar-default .navbar-nav > .open > a:focus {
  4017. color: #555555;
  4018. background-color: #e7e7e7;
  4019. }
  4020. .navbar-default .navbar-nav > .open > a .caret,
  4021. .navbar-default .navbar-nav > .open > a:hover .caret,
  4022. .navbar-default .navbar-nav > .open > a:focus .caret {
  4023. border-top-color: #555555;
  4024. border-bottom-color: #555555;
  4025. }
  4026. .navbar-default .navbar-nav > .dropdown > a .caret {
  4027. border-top-color: #777777;
  4028. border-bottom-color: #777777;
  4029. }
  4030. @media (max-width: 767px) {
  4031. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4032. color: #777777;
  4033. }
  4034. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4035. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4036. color: #333333;
  4037. background-color: transparent;
  4038. }
  4039. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4040. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4041. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4042. color: #555555;
  4043. background-color: #e7e7e7;
  4044. }
  4045. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4046. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4047. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4048. color: #cccccc;
  4049. background-color: transparent;
  4050. }
  4051. }
  4052. .navbar-default .navbar-link {
  4053. color: #777777;
  4054. }
  4055. .navbar-default .navbar-link:hover {
  4056. color: #333333;
  4057. }
  4058. .navbar-inverse {
  4059. background-color: rgba(50, 50, 50, 0.95);
  4060. border-color: rgba(24, 24, 24, 0.95);
  4061. }
  4062. .navbar-inverse .navbar-brand {
  4063. color: #eeeeee;
  4064. }
  4065. .navbar-inverse .navbar-brand:hover,
  4066. .navbar-inverse .navbar-brand:focus {
  4067. color: #ffffff;
  4068. background-color: transparent;
  4069. }
  4070. .navbar-inverse .navbar-text {
  4071. color: #eeeeee;
  4072. }
  4073. .navbar-inverse .navbar-nav > li > a {
  4074. color: #eeeeee;
  4075. }
  4076. .navbar-inverse .navbar-nav > li > a:hover,
  4077. .navbar-inverse .navbar-nav > li > a:focus {
  4078. color: #ffffff;
  4079. background-color: transparent;
  4080. }
  4081. .navbar-inverse .navbar-nav > .active > a,
  4082. .navbar-inverse .navbar-nav > .active > a:hover,
  4083. .navbar-inverse .navbar-nav > .active > a:focus {
  4084. color: #ffffff;
  4085. background-color: rgba(24, 24, 24, 0.95);
  4086. }
  4087. .navbar-inverse .navbar-nav > .disabled > a,
  4088. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4089. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4090. color: #444444;
  4091. background-color: transparent;
  4092. }
  4093. .navbar-inverse .navbar-toggle {
  4094. border-color: #333333;
  4095. }
  4096. .navbar-inverse .navbar-toggle:hover,
  4097. .navbar-inverse .navbar-toggle:focus {
  4098. background-color: #333333;
  4099. }
  4100. .navbar-inverse .navbar-toggle .icon-bar {
  4101. background-color: #ffffff;
  4102. }
  4103. .navbar-inverse .navbar-collapse,
  4104. .navbar-inverse .navbar-form {
  4105. border-color: rgba(32, 32, 32, 0.95);
  4106. }
  4107. .navbar-inverse .navbar-nav > .open > a,
  4108. .navbar-inverse .navbar-nav > .open > a:hover,
  4109. .navbar-inverse .navbar-nav > .open > a:focus {
  4110. color: #ffffff;
  4111. background-color: rgba(24, 24, 24, 0.95);
  4112. }
  4113. .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  4114. border-top-color: #ffffff;
  4115. border-bottom-color: #ffffff;
  4116. }
  4117. .navbar-inverse .navbar-nav > .dropdown > a .caret {
  4118. border-top-color: #eeeeee;
  4119. border-bottom-color: #eeeeee;
  4120. }
  4121. .navbar-inverse .navbar-nav > .open > a .caret,
  4122. .navbar-inverse .navbar-nav > .open > a:hover .caret,
  4123. .navbar-inverse .navbar-nav > .open > a:focus .caret {
  4124. border-top-color: #ffffff;
  4125. border-bottom-color: #ffffff;
  4126. }
  4127. @media (max-width: 767px) {
  4128. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4129. border-color: rgba(24, 24, 24, 0.95);
  4130. }
  4131. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4132. color: #eeeeee;
  4133. }
  4134. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4135. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4136. color: #ffffff;
  4137. background-color: transparent;
  4138. }
  4139. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4140. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4141. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4142. color: #ffffff;
  4143. background-color: rgba(24, 24, 24, 0.95);
  4144. }
  4145. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4146. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4147. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4148. color: #444444;
  4149. background-color: transparent;
  4150. }
  4151. }
  4152. .navbar-inverse .navbar-link {
  4153. color: #eeeeee;
  4154. }
  4155. .navbar-inverse .navbar-link:hover {
  4156. color: #ffffff;
  4157. }
  4158. .breadcrumb {
  4159. padding: 8px 15px;
  4160. margin-bottom: 20px;
  4161. list-style: none;
  4162. background-color: #f5f5f5;
  4163. border-radius: 4px;
  4164. }
  4165. .breadcrumb > li {
  4166. display: inline-block;
  4167. }
  4168. .breadcrumb > li + li:before {
  4169. padding: 0 5px;
  4170. color: #cccccc;
  4171. content: "/\00a0";
  4172. }
  4173. .breadcrumb > .active {
  4174. color: #999999;
  4175. }
  4176. .pagination {
  4177. display: inline-block;
  4178. padding-left: 0;
  4179. margin: 20px 0;
  4180. border-radius: 4px;
  4181. }
  4182. .pagination > li {
  4183. display: inline;
  4184. }
  4185. .pagination > li > a,
  4186. .pagination > li > span {
  4187. position: relative;
  4188. float: left;
  4189. padding: 6px 12px;
  4190. margin-left: -1px;
  4191. line-height: 1.428571429;
  4192. text-decoration: none;
  4193. background-color: #ffffff;
  4194. border: 1px solid #dddddd;
  4195. }
  4196. .pagination > li:first-child > a,
  4197. .pagination > li:first-child > span {
  4198. margin-left: 0;
  4199. border-bottom-left-radius: 4px;
  4200. border-top-left-radius: 4px;
  4201. }
  4202. .pagination > li:last-child > a,
  4203. .pagination > li:last-child > span {
  4204. border-top-right-radius: 4px;
  4205. border-bottom-right-radius: 4px;
  4206. }
  4207. .pagination > li > a:hover,
  4208. .pagination > li > span:hover,
  4209. .pagination > li > a:focus,
  4210. .pagination > li > span:focus {
  4211. background-color: #eeeeee;
  4212. }
  4213. .pagination > .active > a,
  4214. .pagination > .active > span,
  4215. .pagination > .active > a:hover,
  4216. .pagination > .active > span:hover,
  4217. .pagination > .active > a:focus,
  4218. .pagination > .active > span:focus {
  4219. z-index: 2;
  4220. color: #ffffff;
  4221. cursor: default;
  4222. background-color: #428bca;
  4223. border-color: #428bca;
  4224. }
  4225. .pagination > .disabled > span,
  4226. .pagination > .disabled > span:hover,
  4227. .pagination > .disabled > span:focus,
  4228. .pagination > .disabled > a,
  4229. .pagination > .disabled > a:hover,
  4230. .pagination > .disabled > a:focus {
  4231. color: #999999;
  4232. cursor: not-allowed;
  4233. background-color: #ffffff;
  4234. border-color: #dddddd;
  4235. }
  4236. .pagination-lg > li > a,
  4237. .pagination-lg > li > span {
  4238. padding: 10px 16px;
  4239. font-size: 18px;
  4240. }
  4241. .pagination-lg > li:first-child > a,
  4242. .pagination-lg > li:first-child > span {
  4243. border-bottom-left-radius: 6px;
  4244. border-top-left-radius: 6px;
  4245. }
  4246. .pagination-lg > li:last-child > a,
  4247. .pagination-lg > li:last-child > span {
  4248. border-top-right-radius: 6px;
  4249. border-bottom-right-radius: 6px;
  4250. }
  4251. .pagination-sm > li > a,
  4252. .pagination-sm > li > span {
  4253. padding: 5px 10px;
  4254. font-size: 12px;
  4255. }
  4256. .pagination-sm > li:first-child > a,
  4257. .pagination-sm > li:first-child > span {
  4258. border-bottom-left-radius: 3px;
  4259. border-top-left-radius: 3px;
  4260. }
  4261. .pagination-sm > li:last-child > a,
  4262. .pagination-sm > li:last-child > span {
  4263. border-top-right-radius: 3px;
  4264. border-bottom-right-radius: 3px;
  4265. }
  4266. .pager {
  4267. padding-left: 0;
  4268. margin: 20px 0;
  4269. text-align: center;
  4270. list-style: none;
  4271. }
  4272. .pager:before,
  4273. .pager:after {
  4274. display: table;
  4275. content: " ";
  4276. }
  4277. .pager:after {
  4278. clear: both;
  4279. }
  4280. .pager:before,
  4281. .pager:after {
  4282. display: table;
  4283. content: " ";
  4284. }
  4285. .pager:after {
  4286. clear: both;
  4287. }
  4288. .pager li {
  4289. display: inline;
  4290. }
  4291. .pager li > a,
  4292. .pager li > span {
  4293. display: inline-block;
  4294. padding: 5px 14px;
  4295. background-color: #ffffff;
  4296. border: 1px solid #dddddd;
  4297. border-radius: 15px;
  4298. }
  4299. .pager li > a:hover,
  4300. .pager li > a:focus {
  4301. text-decoration: none;
  4302. background-color: #eeeeee;
  4303. }
  4304. .pager .next > a,
  4305. .pager .next > span {
  4306. float: right;
  4307. }
  4308. .pager .previous > a,
  4309. .pager .previous > span {
  4310. float: left;
  4311. }
  4312. .pager .disabled > a,
  4313. .pager .disabled > a:hover,
  4314. .pager .disabled > a:focus,
  4315. .pager .disabled > span {
  4316. color: #999999;
  4317. cursor: not-allowed;
  4318. background-color: #ffffff;
  4319. }
  4320. .label {
  4321. display: inline;
  4322. padding: .2em .6em .3em;
  4323. font-size: 75%;
  4324. font-weight: bold;
  4325. line-height: 1;
  4326. color: #ffffff;
  4327. text-align: center;
  4328. white-space: nowrap;
  4329. vertical-align: baseline;
  4330. border-radius: .25em;
  4331. }
  4332. .label[href]:hover,
  4333. .label[href]:focus {
  4334. color: #ffffff;
  4335. text-decoration: none;
  4336. cursor: pointer;
  4337. }
  4338. .label:empty {
  4339. display: none;
  4340. }
  4341. .label-default {
  4342. background-color: #999999;
  4343. }
  4344. .label-default[href]:hover,
  4345. .label-default[href]:focus {
  4346. background-color: #808080;
  4347. }
  4348. .label-primary {
  4349. background-color: #428bca;
  4350. }
  4351. .label-primary[href]:hover,
  4352. .label-primary[href]:focus {
  4353. background-color: #3071a9;
  4354. }
  4355. .label-success {
  4356. background-color: #5cb85c;
  4357. }
  4358. .label-success[href]:hover,
  4359. .label-success[href]:focus {
  4360. background-color: #449d44;
  4361. }
  4362. .label-info {
  4363. background-color: #5bc0de;
  4364. }
  4365. .label-info[href]:hover,
  4366. .label-info[href]:focus {
  4367. background-color: #31b0d5;
  4368. }
  4369. .label-warning {
  4370. background-color: #f0ad4e;
  4371. }
  4372. .label-warning[href]:hover,
  4373. .label-warning[href]:focus {
  4374. background-color: #ec971f;
  4375. }
  4376. .label-danger {
  4377. background-color: #d9534f;
  4378. }
  4379. .label-danger[href]:hover,
  4380. .label-danger[href]:focus {
  4381. background-color: #c9302c;
  4382. }
  4383. .badge {
  4384. display: inline-block;
  4385. min-width: 10px;
  4386. padding: 3px 7px;
  4387. font-size: 12px;
  4388. font-weight: bold;
  4389. line-height: 1;
  4390. color: #ffffff;
  4391. text-align: center;
  4392. white-space: nowrap;
  4393. vertical-align: baseline;
  4394. background-color: #999999;
  4395. border-radius: 10px;
  4396. }
  4397. .badge:empty {
  4398. display: none;
  4399. }
  4400. a.badge:hover,
  4401. a.badge:focus {
  4402. color: #ffffff;
  4403. text-decoration: none;
  4404. cursor: pointer;
  4405. }
  4406. .btn .badge {
  4407. position: relative;
  4408. top: -1px;
  4409. }
  4410. a.list-group-item.active > .badge,
  4411. .nav-pills > .active > a > .badge {
  4412. color: #428bca;
  4413. background-color: #ffffff;
  4414. }
  4415. .nav-pills > li > a > .badge {
  4416. margin-left: 3px;
  4417. }
  4418. .jumbotron {
  4419. padding: 30px;
  4420. margin-bottom: 30px;
  4421. font-size: 21px;
  4422. font-weight: 200;
  4423. line-height: 2.1428571435;
  4424. color: inherit;
  4425. background-color: #eeeeee;
  4426. }
  4427. .jumbotron h1 {
  4428. line-height: 1;
  4429. color: inherit;
  4430. }
  4431. .jumbotron p {
  4432. line-height: 1.4;
  4433. }
  4434. .container .jumbotron {
  4435. border-radius: 6px;
  4436. }
  4437. @media screen and (min-width: 768px) {
  4438. .jumbotron {
  4439. padding-top: 48px;
  4440. padding-bottom: 48px;
  4441. }
  4442. .container .jumbotron {
  4443. padding-right: 60px;
  4444. padding-left: 60px;
  4445. }
  4446. .jumbotron h1 {
  4447. font-size: 63px;
  4448. }
  4449. }
  4450. .thumbnail {
  4451. display: inline-block;
  4452. display: block;
  4453. height: auto;
  4454. max-width: 100%;
  4455. padding: 4px;
  4456. margin-bottom: 20px;
  4457. line-height: 1.428571429;
  4458. background-color: #ffffff;
  4459. border: 1px solid #dddddd;
  4460. border-radius: 4px;
  4461. -webkit-transition: all 0.2s ease-in-out;
  4462. transition: all 0.2s ease-in-out;
  4463. }
  4464. .thumbnail > img {
  4465. display: block;
  4466. height: auto;
  4467. max-width: 100%;
  4468. margin-right: auto;
  4469. margin-left: auto;
  4470. }
  4471. a.thumbnail:hover,
  4472. a.thumbnail:focus,
  4473. a.thumbnail.active {
  4474. border-color: #428bca;
  4475. }
  4476. .thumbnail .caption {
  4477. padding: 9px;
  4478. color: #333333;
  4479. }
  4480. .alert {
  4481. padding: 10px;
  4482. margin-bottom: 20px;
  4483. border-radius: 4px;
  4484. }
  4485. .alert h4 {
  4486. margin-top: 0;
  4487. color: inherit;
  4488. }
  4489. .alert .alert-link {
  4490. font-weight: bold;
  4491. }
  4492. .alert > p,
  4493. .alert > ul {
  4494. margin-bottom: 0;
  4495. }
  4496. .alert > p + p {
  4497. margin-top: 5px;
  4498. }
  4499. .alert-dismissable {
  4500. padding-right: 30px;
  4501. }
  4502. .alert-dismissable .close {
  4503. position: relative;
  4504. top: -2px;
  4505. right: -21px;
  4506. color: inherit;
  4507. }
  4508. .alert-success {
  4509. color: #468847;
  4510. background-color: #dff0d8;
  4511. border-color: #d6e9c6;
  4512. }
  4513. .alert-success hr {
  4514. border-top-color: #c9e2b3;
  4515. }
  4516. .alert-success .alert-link {
  4517. color: #356635;
  4518. }
  4519. .alert-info {
  4520. color: #3a87ad;
  4521. background-color: #d9edf7;
  4522. border-color: #bce8f1;
  4523. }
  4524. .alert-info hr {
  4525. border-top-color: #a6e1ec;
  4526. }
  4527. .alert-info .alert-link {
  4528. color: #2d6987;
  4529. }
  4530. .alert-warning {
  4531. color: #c09853;
  4532. background-color: #fcf8e3;
  4533. border-color: #faebcc;
  4534. }
  4535. .alert-warning hr {
  4536. border-top-color: #f7e1b5;
  4537. }
  4538. .alert-warning .alert-link {
  4539. color: #a47e3c;
  4540. }
  4541. .alert-danger {
  4542. color: #b94a48;
  4543. background-color: #f2dede;
  4544. border-color: #ebccd1;
  4545. }
  4546. .alert-danger hr {
  4547. border-top-color: #e4b9c0;
  4548. }
  4549. .alert-danger .alert-link {
  4550. color: #953b39;
  4551. }
  4552. @-webkit-keyframes progress-bar-stripes {
  4553. from {
  4554. background-position: 10px 0;
  4555. }
  4556. to {
  4557. background-position: 0 0;
  4558. }
  4559. }
  4560. @-moz-keyframes progress-bar-stripes {
  4561. from {
  4562. background-position: 10px 0;
  4563. }
  4564. to {
  4565. background-position: 0 0;
  4566. }
  4567. }
  4568. @-o-keyframes progress-bar-stripes {
  4569. from {
  4570. background-position: 0 0;
  4571. }
  4572. to {
  4573. background-position: 10px 0;
  4574. }
  4575. }
  4576. @keyframes progress-bar-stripes {
  4577. from {
  4578. background-position: 10px 0;
  4579. }
  4580. to {
  4581. background-position: 0 0;
  4582. }
  4583. }
  4584. .progress {
  4585. height: 10px;
  4586. margin-bottom: 20px;
  4587. overflow: hidden;
  4588. background-color: #f5f5f5;
  4589. border-radius: 4px;
  4590. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4591. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4592. }
  4593. .progress-bar {
  4594. float: left;
  4595. width: 0;
  4596. height: 100%;
  4597. font-size: 12px;
  4598. line-height: 10px;
  4599. color: #ffffff;
  4600. text-align: center;
  4601. background-color: #428bca;
  4602. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4603. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4604. -webkit-transition: width 0.6s ease;
  4605. transition: width 0.6s ease;
  4606. }
  4607. .progress-striped .progress-bar {
  4608. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4609. 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);
  4610. 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);
  4611. 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);
  4612. background-size: 10px 10px;
  4613. }
  4614. .progress.active .progress-bar {
  4615. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4616. animation: progress-bar-stripes 2s linear infinite;
  4617. }
  4618. .progress-bar-success {
  4619. background-color: #5cb85c;
  4620. }
  4621. .progress-striped .progress-bar-success {
  4622. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4623. 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);
  4624. 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);
  4625. 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);
  4626. }
  4627. .progress-bar-info {
  4628. background-color: #5bc0de;
  4629. }
  4630. .progress-striped .progress-bar-info {
  4631. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4632. 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);
  4633. 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);
  4634. 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);
  4635. }
  4636. .progress-bar-warning {
  4637. background-color: #f0ad4e;
  4638. }
  4639. .progress-striped .progress-bar-warning {
  4640. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4641. 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);
  4642. 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);
  4643. 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);
  4644. }
  4645. .progress-bar-danger {
  4646. background-color: #d9534f;
  4647. }
  4648. .progress-striped .progress-bar-danger {
  4649. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4650. 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);
  4651. 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);
  4652. 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);
  4653. }
  4654. .media,
  4655. .media-body {
  4656. overflow: hidden;
  4657. zoom: 1;
  4658. }
  4659. .media,
  4660. .media .media {
  4661. margin-top: 15px;
  4662. }
  4663. .media:first-child {
  4664. margin-top: 0;
  4665. }
  4666. .media-object {
  4667. display: block;
  4668. }
  4669. .media-heading {
  4670. margin: 0 0 5px;
  4671. }
  4672. .media > .pull-left {
  4673. margin-right: 10px;
  4674. }
  4675. .media > .pull-right {
  4676. margin-left: 10px;
  4677. }
  4678. .media-list {
  4679. padding-left: 0;
  4680. list-style: none;
  4681. }
  4682. .list-group {
  4683. padding-left: 0;
  4684. margin-bottom: 20px;
  4685. }
  4686. .list-group-item {
  4687. position: relative;
  4688. display: block;
  4689. padding: 10px 15px;
  4690. margin-bottom: -1px;
  4691. background-color: #ffffff;
  4692. border: 1px solid #dddddd;
  4693. }
  4694. .list-group-item:first-child {
  4695. border-top-right-radius: 4px;
  4696. border-top-left-radius: 4px;
  4697. }
  4698. .list-group-item:last-child {
  4699. margin-bottom: 0;
  4700. border-bottom-right-radius: 4px;
  4701. border-bottom-left-radius: 4px;
  4702. }
  4703. .list-group-item > .badge {
  4704. float: right;
  4705. }
  4706. .list-group-item > .badge + .badge {
  4707. margin-right: 5px;
  4708. }
  4709. a.list-group-item {
  4710. color: #555555;
  4711. }
  4712. a.list-group-item .list-group-item-heading {
  4713. color: #333333;
  4714. }
  4715. a.list-group-item:hover,
  4716. a.list-group-item:focus {
  4717. text-decoration: none;
  4718. background-color: #f5f5f5;
  4719. }
  4720. a.list-group-item.active,
  4721. a.list-group-item.active:hover,
  4722. a.list-group-item.active:focus {
  4723. z-index: 2;
  4724. color: #ffffff;
  4725. background-color: #428bca;
  4726. border-color: #428bca;
  4727. }
  4728. a.list-group-item.active .list-group-item-heading,
  4729. a.list-group-item.active:hover .list-group-item-heading,
  4730. a.list-group-item.active:focus .list-group-item-heading {
  4731. color: inherit;
  4732. }
  4733. a.list-group-item.active .list-group-item-text,
  4734. a.list-group-item.active:hover .list-group-item-text,
  4735. a.list-group-item.active:focus .list-group-item-text {
  4736. color: #e1edf7;
  4737. }
  4738. .list-group-item-heading {
  4739. margin-top: 0;
  4740. margin-bottom: 5px;
  4741. }
  4742. .list-group-item-text {
  4743. margin-bottom: 0;
  4744. line-height: 1.3;
  4745. }
  4746. .panel {
  4747. margin-bottom: 20px;
  4748. background-color: #ffffff;
  4749. border: 1px solid transparent;
  4750. border-radius: 4px;
  4751. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4752. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4753. }
  4754. .panel-body {
  4755. padding: 15px;
  4756. }
  4757. .panel-body:before,
  4758. .panel-body:after {
  4759. display: table;
  4760. content: " ";
  4761. }
  4762. .panel-body:after {
  4763. clear: both;
  4764. }
  4765. .panel-body:before,
  4766. .panel-body:after {
  4767. display: table;
  4768. content: " ";
  4769. }
  4770. .panel-body:after {
  4771. clear: both;
  4772. }
  4773. .panel > .list-group {
  4774. margin-bottom: 0;
  4775. }
  4776. .panel > .list-group .list-group-item {
  4777. border-width: 1px 0;
  4778. }
  4779. .panel > .list-group .list-group-item:first-child {
  4780. border-top-right-radius: 0;
  4781. border-top-left-radius: 0;
  4782. }
  4783. .panel > .list-group .list-group-item:last-child {
  4784. border-bottom: 0;
  4785. }
  4786. .panel-heading + .list-group .list-group-item:first-child {
  4787. border-top-width: 0;
  4788. }
  4789. .panel > .table,
  4790. .panel > .table-responsive {
  4791. margin-bottom: 0;
  4792. }
  4793. .panel > .panel-body + .table,
  4794. .panel > .panel-body + .table-responsive {
  4795. border-top: 1px solid #dddddd;
  4796. }
  4797. .panel > .table-bordered,
  4798. .panel > .table-responsive > .table-bordered {
  4799. border: 0;
  4800. }
  4801. .panel > .table-bordered > thead > tr > th:first-child,
  4802. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  4803. .panel > .table-bordered > tbody > tr > th:first-child,
  4804. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4805. .panel > .table-bordered > tfoot > tr > th:first-child,
  4806. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4807. .panel > .table-bordered > thead > tr > td:first-child,
  4808. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  4809. .panel > .table-bordered > tbody > tr > td:first-child,
  4810. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4811. .panel > .table-bordered > tfoot > tr > td:first-child,
  4812. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4813. border-left: 0;
  4814. }
  4815. .panel > .table-bordered > thead > tr > th:last-child,
  4816. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  4817. .panel > .table-bordered > tbody > tr > th:last-child,
  4818. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4819. .panel > .table-bordered > tfoot > tr > th:last-child,
  4820. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4821. .panel > .table-bordered > thead > tr > td:last-child,
  4822. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  4823. .panel > .table-bordered > tbody > tr > td:last-child,
  4824. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4825. .panel > .table-bordered > tfoot > tr > td:last-child,
  4826. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4827. border-right: 0;
  4828. }
  4829. .panel > .table-bordered > thead > tr:last-child > th,
  4830. .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  4831. .panel > .table-bordered > tbody > tr:last-child > th,
  4832. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4833. .panel > .table-bordered > tfoot > tr:last-child > th,
  4834. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  4835. .panel > .table-bordered > thead > tr:last-child > td,
  4836. .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  4837. .panel > .table-bordered > tbody > tr:last-child > td,
  4838. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4839. .panel > .table-bordered > tfoot > tr:last-child > td,
  4840. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  4841. border-bottom: 0;
  4842. }
  4843. .panel-heading {
  4844. padding: 10px 15px;
  4845. border-bottom: 1px solid transparent;
  4846. border-top-right-radius: 3px;
  4847. border-top-left-radius: 3px;
  4848. }
  4849. .panel-heading > .dropdown .dropdown-toggle {
  4850. color: inherit;
  4851. }
  4852. .panel-title {
  4853. margin-top: 0;
  4854. margin-bottom: 0;
  4855. font-size: 16px;
  4856. }
  4857. .panel-title > a {
  4858. color: inherit;
  4859. }
  4860. .panel-footer {
  4861. padding: 10px 15px;
  4862. background-color: #f5f5f5;
  4863. border-top: 1px solid #dddddd;
  4864. border-bottom-right-radius: 3px;
  4865. border-bottom-left-radius: 3px;
  4866. }
  4867. .panel-group .panel {
  4868. margin-bottom: 0;
  4869. overflow: hidden;
  4870. border-radius: 4px;
  4871. }
  4872. .panel-group .panel + .panel {
  4873. margin-top: 5px;
  4874. }
  4875. .panel-group .panel-heading {
  4876. border-bottom: 0;
  4877. }
  4878. .panel-group .panel-heading + .panel-collapse .panel-body {
  4879. border-top: 1px solid #dddddd;
  4880. }
  4881. .panel-group .panel-footer {
  4882. border-top: 0;
  4883. }
  4884. .panel-group .panel-footer + .panel-collapse .panel-body {
  4885. border-bottom: 1px solid #dddddd;
  4886. }
  4887. .panel-default {
  4888. border-color: #dddddd;
  4889. }
  4890. .panel-default > .panel-heading {
  4891. color: #333333;
  4892. background-color: #f5f5f5;
  4893. border-color: #dddddd;
  4894. }
  4895. .panel-default > .panel-heading + .panel-collapse .panel-body {
  4896. border-top-color: #dddddd;
  4897. }
  4898. .panel-default > .panel-heading > .dropdown .caret {
  4899. border-color: #333333 transparent;
  4900. }
  4901. .panel-default > .panel-footer + .panel-collapse .panel-body {
  4902. border-bottom-color: #dddddd;
  4903. }
  4904. .panel-primary {
  4905. border-color: #428bca;
  4906. }
  4907. .panel-primary > .panel-heading {
  4908. color: #ffffff;
  4909. background-color: #428bca;
  4910. border-color: #428bca;
  4911. }
  4912. .panel-primary > .panel-heading + .panel-collapse .panel-body {
  4913. border-top-color: #428bca;
  4914. }
  4915. .panel-primary > .panel-heading > .dropdown .caret {
  4916. border-color: #ffffff transparent;
  4917. }
  4918. .panel-primary > .panel-footer + .panel-collapse .panel-body {
  4919. border-bottom-color: #428bca;
  4920. }
  4921. .panel-success {
  4922. border-color: #d6e9c6;
  4923. }
  4924. .panel-success > .panel-heading {
  4925. color: #468847;
  4926. background-color: #dff0d8;
  4927. border-color: #d6e9c6;
  4928. }
  4929. .panel-success > .panel-heading + .panel-collapse .panel-body {
  4930. border-top-color: #d6e9c6;
  4931. }
  4932. .panel-success > .panel-heading > .dropdown .caret {
  4933. border-color: #468847 transparent;
  4934. }
  4935. .panel-success > .panel-footer + .panel-collapse .panel-body {
  4936. border-bottom-color: #d6e9c6;
  4937. }
  4938. .panel-warning {
  4939. border-color: #faebcc;
  4940. }
  4941. .panel-warning > .panel-heading {
  4942. color: #c09853;
  4943. background-color: #fcf8e3;
  4944. border-color: #faebcc;
  4945. }
  4946. .panel-warning > .panel-heading + .panel-collapse .panel-body {
  4947. border-top-color: #faebcc;
  4948. }
  4949. .panel-warning > .panel-heading > .dropdown .caret {
  4950. border-color: #c09853 transparent;
  4951. }
  4952. .panel-warning > .panel-footer + .panel-collapse .panel-body {
  4953. border-bottom-color: #faebcc;
  4954. }
  4955. .panel-danger {
  4956. border-color: #ebccd1;
  4957. }
  4958. .panel-danger > .panel-heading {
  4959. color: #b94a48;
  4960. background-color: #f2dede;
  4961. border-color: #ebccd1;
  4962. }
  4963. .panel-danger > .panel-heading + .panel-collapse .panel-body {
  4964. border-top-color: #ebccd1;
  4965. }
  4966. .panel-danger > .panel-heading > .dropdown .caret {
  4967. border-color: #b94a48 transparent;
  4968. }
  4969. .panel-danger > .panel-footer + .panel-collapse .panel-body {
  4970. border-bottom-color: #ebccd1;
  4971. }
  4972. .panel-info {
  4973. border-color: #bce8f1;
  4974. }
  4975. .panel-info > .panel-heading {
  4976. color: #3a87ad;
  4977. background-color: #d9edf7;
  4978. border-color: #bce8f1;
  4979. }
  4980. .panel-info > .panel-heading + .panel-collapse .panel-body {
  4981. border-top-color: #bce8f1;
  4982. }
  4983. .panel-info > .panel-heading > .dropdown .caret {
  4984. border-color: #3a87ad transparent;
  4985. }
  4986. .panel-info > .panel-footer + .panel-collapse .panel-body {
  4987. border-bottom-color: #bce8f1;
  4988. }
  4989. .well {
  4990. min-height: 20px;
  4991. padding: 19px;
  4992. margin-bottom: 20px;
  4993. background-color: #f5f5f5;
  4994. border: 1px solid #e3e3e3;
  4995. border-radius: 4px;
  4996. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  4997. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  4998. }
  4999. .well blockquote {
  5000. border-color: #ddd;
  5001. border-color: rgba(0, 0, 0, 0.15);
  5002. }
  5003. .well-lg {
  5004. padding: 24px;
  5005. border-radius: 6px;
  5006. }
  5007. .well-sm {
  5008. padding: 9px;
  5009. border-radius: 3px;
  5010. }
  5011. .close {
  5012. float: right;
  5013. font-size: 21px;
  5014. font-weight: bold;
  5015. line-height: 1;
  5016. color: #000000;
  5017. text-shadow: 0 1px 0 #ffffff;
  5018. opacity: 0.2;
  5019. filter: alpha(opacity=20);
  5020. }
  5021. .close:hover,
  5022. .close:focus {
  5023. color: #000000;
  5024. text-decoration: none;
  5025. cursor: pointer;
  5026. opacity: 0.5;
  5027. filter: alpha(opacity=50);
  5028. }
  5029. button.close {
  5030. padding: 0;
  5031. cursor: pointer;
  5032. background: transparent;
  5033. border: 0;
  5034. -webkit-appearance: none;
  5035. }
  5036. .modal-open {
  5037. overflow: hidden;
  5038. }
  5039. .modal {
  5040. position: fixed;
  5041. top: 0;
  5042. right: 0;
  5043. bottom: 0;
  5044. left: 0;
  5045. z-index: 1040;
  5046. display: none;
  5047. overflow: auto;
  5048. overflow-y: scroll;
  5049. }
  5050. .modal.fade .modal-dialog {
  5051. -webkit-transform: translate(0, -25%);
  5052. -ms-transform: translate(0, -25%);
  5053. transform: translate(0, -25%);
  5054. -webkit-transition: -webkit-transform 0.3s ease-out;
  5055. -moz-transition: -moz-transform 0.3s ease-out;
  5056. -o-transition: -o-transform 0.3s ease-out;
  5057. transition: transform 0.3s ease-out;
  5058. }
  5059. .modal.in .modal-dialog {
  5060. -webkit-transform: translate(0, 0);
  5061. -ms-transform: translate(0, 0);
  5062. transform: translate(0, 0);
  5063. }
  5064. .modal-dialog {
  5065. position: relative;
  5066. z-index: 1050;
  5067. width: auto;
  5068. padding: 10px;
  5069. margin-right: auto;
  5070. margin-left: auto;
  5071. }
  5072. .modal-content {
  5073. position: relative;
  5074. background-color: #ffffff;
  5075. border: 1px solid #999999;
  5076. border: 1px solid rgba(0, 0, 0, 0.2);
  5077. border-radius: 6px;
  5078. outline: none;
  5079. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5080. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5081. background-clip: padding-box;
  5082. }
  5083. .modal-backdrop {
  5084. position: fixed;
  5085. top: 0;
  5086. right: 0;
  5087. bottom: 0;
  5088. left: 0;
  5089. z-index: 1030;
  5090. background-color: #000000;
  5091. }
  5092. .modal-backdrop.fade {
  5093. opacity: 0;
  5094. filter: alpha(opacity=0);
  5095. }
  5096. .modal-backdrop.in {
  5097. opacity: 0.5;
  5098. filter: alpha(opacity=50);
  5099. }
  5100. .modal-header {
  5101. min-height: 16.428571429px;
  5102. padding: 15px;
  5103. border-bottom: 1px solid #e5e5e5;
  5104. }
  5105. .modal-header .close {
  5106. margin-top: -2px;
  5107. }
  5108. .modal-title {
  5109. margin: 0;
  5110. line-height: 1.428571429;
  5111. }
  5112. .modal-body {
  5113. position: relative;
  5114. padding: 20px;
  5115. }
  5116. .modal-footer {
  5117. padding: 19px 20px 20px;
  5118. margin-top: 15px;
  5119. text-align: right;
  5120. border-top: 1px solid #e5e5e5;
  5121. }
  5122. .modal-footer:before,
  5123. .modal-footer:after {
  5124. display: table;
  5125. content: " ";
  5126. }
  5127. .modal-footer:after {
  5128. clear: both;
  5129. }
  5130. .modal-footer:before,
  5131. .modal-footer:after {
  5132. display: table;
  5133. content: " ";
  5134. }
  5135. .modal-footer:after {
  5136. clear: both;
  5137. }
  5138. .modal-footer .btn + .btn {
  5139. margin-bottom: 0;
  5140. margin-left: 5px;
  5141. }
  5142. .modal-footer .btn-group .btn + .btn {
  5143. margin-left: -1px;
  5144. }
  5145. .modal-footer .btn-block + .btn-block {
  5146. margin-left: 0;
  5147. }
  5148. @media screen and (min-width: 768px) {
  5149. .modal-dialog {
  5150. width: 600px;
  5151. padding-top: 30px;
  5152. padding-bottom: 30px;
  5153. }
  5154. .modal-content {
  5155. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5156. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5157. }
  5158. }
  5159. .tooltip {
  5160. position: absolute;
  5161. z-index: 1030;
  5162. display: block;
  5163. font-size: 12px;
  5164. line-height: 1.4;
  5165. opacity: 0;
  5166. filter: alpha(opacity=0);
  5167. visibility: visible;
  5168. }
  5169. .tooltip.in {
  5170. opacity: 0.9;
  5171. filter: alpha(opacity=90);
  5172. }
  5173. .tooltip.top {
  5174. padding: 5px 0;
  5175. margin-top: -3px;
  5176. }
  5177. .tooltip.right {
  5178. padding: 0 5px;
  5179. margin-left: 3px;
  5180. }
  5181. .tooltip.bottom {
  5182. padding: 5px 0;
  5183. margin-top: 3px;
  5184. }
  5185. .tooltip.left {
  5186. padding: 0 5px;
  5187. margin-left: -3px;
  5188. }
  5189. .tooltip-inner {
  5190. max-width: 200px;
  5191. padding: 3px 8px;
  5192. color: #ffffff;
  5193. text-align: center;
  5194. text-decoration: none;
  5195. background-color: #000000;
  5196. border-radius: 4px;
  5197. }
  5198. .tooltip-arrow {
  5199. position: absolute;
  5200. width: 0;
  5201. height: 0;
  5202. border-color: transparent;
  5203. border-style: solid;
  5204. }
  5205. .tooltip.top .tooltip-arrow {
  5206. bottom: 0;
  5207. left: 50%;
  5208. margin-left: -5px;
  5209. border-top-color: #000000;
  5210. border-width: 5px 5px 0;
  5211. }
  5212. .tooltip.top-left .tooltip-arrow {
  5213. bottom: 0;
  5214. left: 5px;
  5215. border-top-color: #000000;
  5216. border-width: 5px 5px 0;
  5217. }
  5218. .tooltip.top-right .tooltip-arrow {
  5219. right: 5px;
  5220. bottom: 0;
  5221. border-top-color: #000000;
  5222. border-width: 5px 5px 0;
  5223. }
  5224. .tooltip.right .tooltip-arrow {
  5225. top: 50%;
  5226. left: 0;
  5227. margin-top: -5px;
  5228. border-right-color: #000000;
  5229. border-width: 5px 5px 5px 0;
  5230. }
  5231. .tooltip.left .tooltip-arrow {
  5232. top: 50%;
  5233. right: 0;
  5234. margin-top: -5px;
  5235. border-left-color: #000000;
  5236. border-width: 5px 0 5px 5px;
  5237. }
  5238. .tooltip.bottom .tooltip-arrow {
  5239. top: 0;
  5240. left: 50%;
  5241. margin-left: -5px;
  5242. border-bottom-color: #000000;
  5243. border-width: 0 5px 5px;
  5244. }
  5245. .tooltip.bottom-left .tooltip-arrow {
  5246. top: 0;
  5247. left: 5px;
  5248. border-bottom-color: #000000;
  5249. border-width: 0 5px 5px;
  5250. }
  5251. .tooltip.bottom-right .tooltip-arrow {
  5252. top: 0;
  5253. right: 5px;
  5254. border-bottom-color: #000000;
  5255. border-width: 0 5px 5px;
  5256. }
  5257. .popover {
  5258. position: absolute;
  5259. top: 0;
  5260. left: 0;
  5261. z-index: 1010;
  5262. display: none;
  5263. max-width: 276px;
  5264. padding: 1px;
  5265. text-align: left;
  5266. white-space: normal;
  5267. background-color: #ffffff;
  5268. border: 1px solid #cccccc;
  5269. border: 1px solid rgba(0, 0, 0, 0.2);
  5270. border-radius: 6px;
  5271. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5272. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5273. background-clip: padding-box;
  5274. }
  5275. .popover.top {
  5276. margin-top: -10px;
  5277. }
  5278. .popover.right {
  5279. margin-left: 10px;
  5280. }
  5281. .popover.bottom {
  5282. margin-top: 10px;
  5283. }
  5284. .popover.left {
  5285. margin-left: -10px;
  5286. }
  5287. .popover-title {
  5288. padding: 8px 14px;
  5289. margin: 0;
  5290. font-size: 14px;
  5291. font-weight: normal;
  5292. line-height: 18px;
  5293. background-color: #f7f7f7;
  5294. border-bottom: 1px solid #ebebeb;
  5295. border-radius: 5px 5px 0 0;
  5296. }
  5297. .popover-content {
  5298. padding: 9px 14px;
  5299. }
  5300. .popover .arrow,
  5301. .popover .arrow:after {
  5302. position: absolute;
  5303. display: block;
  5304. width: 0;
  5305. height: 0;
  5306. border-color: transparent;
  5307. border-style: solid;
  5308. }
  5309. .popover .arrow {
  5310. border-width: 11px;
  5311. }
  5312. .popover .arrow:after {
  5313. border-width: 10px;
  5314. content: "";
  5315. }
  5316. .popover.top .arrow {
  5317. bottom: -11px;
  5318. left: 50%;
  5319. margin-left: -11px;
  5320. border-top-color: #999999;
  5321. border-top-color: rgba(0, 0, 0, 0.25);
  5322. border-bottom-width: 0;
  5323. }
  5324. .popover.top .arrow:after {
  5325. bottom: 1px;
  5326. margin-left: -10px;
  5327. border-top-color: #ffffff;
  5328. border-bottom-width: 0;
  5329. content: " ";
  5330. }
  5331. .popover.right .arrow {
  5332. top: 50%;
  5333. left: -11px;
  5334. margin-top: -11px;
  5335. border-right-color: #999999;
  5336. border-right-color: rgba(0, 0, 0, 0.25);
  5337. border-left-width: 0;
  5338. }
  5339. .popover.right .arrow:after {
  5340. bottom: -10px;
  5341. left: 1px;
  5342. border-right-color: #ffffff;
  5343. border-left-width: 0;
  5344. content: " ";
  5345. }
  5346. .popover.bottom .arrow {
  5347. top: -11px;
  5348. left: 50%;
  5349. margin-left: -11px;
  5350. border-bottom-color: #999999;
  5351. border-bottom-color: rgba(0, 0, 0, 0.25);
  5352. border-top-width: 0;
  5353. }
  5354. .popover.bottom .arrow:after {
  5355. top: 1px;
  5356. margin-left: -10px;
  5357. border-bottom-color: #ffffff;
  5358. border-top-width: 0;
  5359. content: " ";
  5360. }
  5361. .popover.left .arrow {
  5362. top: 50%;
  5363. right: -11px;
  5364. margin-top: -11px;
  5365. border-left-color: #999999;
  5366. border-left-color: rgba(0, 0, 0, 0.25);
  5367. border-right-width: 0;
  5368. }
  5369. .popover.left .arrow:after {
  5370. right: 1px;
  5371. bottom: -10px;
  5372. border-left-color: #ffffff;
  5373. border-right-width: 0;
  5374. content: " ";
  5375. }
  5376. .carousel {
  5377. position: relative;
  5378. }
  5379. .carousel-inner {
  5380. position: relative;
  5381. width: 100%;
  5382. overflow: hidden;
  5383. }
  5384. .carousel-inner > .item {
  5385. position: relative;
  5386. display: none;
  5387. -webkit-transition: 0.6s ease-in-out left;
  5388. transition: 0.6s ease-in-out left;
  5389. }
  5390. .carousel-inner > .item > img,
  5391. .carousel-inner > .item > a > img {
  5392. display: block;
  5393. height: auto;
  5394. max-width: 100%;
  5395. line-height: 1;
  5396. }
  5397. .carousel-inner > .active,
  5398. .carousel-inner > .next,
  5399. .carousel-inner > .prev {
  5400. display: block;
  5401. }
  5402. .carousel-inner > .active {
  5403. left: 0;
  5404. }
  5405. .carousel-inner > .next,
  5406. .carousel-inner > .prev {
  5407. position: absolute;
  5408. top: 0;
  5409. width: 100%;
  5410. }
  5411. .carousel-inner > .next {
  5412. left: 100%;
  5413. }
  5414. .carousel-inner > .prev {
  5415. left: -100%;
  5416. }
  5417. .carousel-inner > .next.left,
  5418. .carousel-inner > .prev.right {
  5419. left: 0;
  5420. }
  5421. .carousel-inner > .active.left {
  5422. left: -100%;
  5423. }
  5424. .carousel-inner > .active.right {
  5425. left: 100%;
  5426. }
  5427. .carousel-control {
  5428. position: absolute;
  5429. top: 0;
  5430. bottom: 0;
  5431. left: 0;
  5432. width: 15%;
  5433. font-size: 20px;
  5434. color: #ffffff;
  5435. text-align: center;
  5436. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5437. opacity: 0.5;
  5438. filter: alpha(opacity=50);
  5439. }
  5440. .carousel-control.left {
  5441. background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  5442. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  5443. background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  5444. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  5445. background-repeat: repeat-x;
  5446. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  5447. }
  5448. .carousel-control.right {
  5449. right: 0;
  5450. left: auto;
  5451. background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  5452. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  5453. background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  5454. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  5455. background-repeat: repeat-x;
  5456. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  5457. }
  5458. .carousel-control:hover,
  5459. .carousel-control:focus {
  5460. color: #ffffff;
  5461. text-decoration: none;
  5462. opacity: 0.9;
  5463. filter: alpha(opacity=90);
  5464. }
  5465. .carousel-control .icon-prev,
  5466. .carousel-control .icon-next,
  5467. .carousel-control .glyphicon-chevron-left,
  5468. .carousel-control .glyphicon-chevron-right {
  5469. position: absolute;
  5470. top: 50%;
  5471. z-index: 5;
  5472. display: inline-block;
  5473. }
  5474. .carousel-control .icon-prev,
  5475. .carousel-control .glyphicon-chevron-left {
  5476. left: 50%;
  5477. }
  5478. .carousel-control .icon-next,
  5479. .carousel-control .glyphicon-chevron-right {
  5480. right: 50%;
  5481. }
  5482. .carousel-control .icon-prev,
  5483. .carousel-control .icon-next {
  5484. width: 20px;
  5485. height: 20px;
  5486. margin-top: -10px;
  5487. margin-left: -10px;
  5488. font-family: serif;
  5489. }
  5490. .carousel-control .icon-prev:before {
  5491. content: '\2039';
  5492. }
  5493. .carousel-control .icon-next:before {
  5494. content: '\203a';
  5495. }
  5496. .carousel-indicators {
  5497. position: absolute;
  5498. bottom: 10px;
  5499. left: 50%;
  5500. z-index: 15;
  5501. width: 60%;
  5502. padding-left: 0;
  5503. margin-left: -30%;
  5504. text-align: center;
  5505. list-style: none;
  5506. }
  5507. .carousel-indicators li {
  5508. display: inline-block;
  5509. width: 10px;
  5510. height: 10px;
  5511. margin: 1px;
  5512. text-indent: -999px;
  5513. cursor: pointer;
  5514. background-color: #000 \9;
  5515. background-color: rgba(0, 0, 0, 0);
  5516. border: 1px solid #ffffff;
  5517. border-radius: 10px;
  5518. }
  5519. .carousel-indicators .active {
  5520. width: 12px;
  5521. height: 12px;
  5522. margin: 0;
  5523. background-color: #ffffff;
  5524. }
  5525. .carousel-caption {
  5526. position: absolute;
  5527. right: 15%;
  5528. bottom: 20px;
  5529. left: 15%;
  5530. z-index: 10;
  5531. padding-top: 20px;
  5532. padding-bottom: 20px;
  5533. color: #ffffff;
  5534. text-align: center;
  5535. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5536. }
  5537. .carousel-caption .btn {
  5538. text-shadow: none;
  5539. }
  5540. @media screen and (min-width: 768px) {
  5541. .carousel-control .glyphicons-chevron-left,
  5542. .carousel-control .glyphicons-chevron-right,
  5543. .carousel-control .icon-prev,
  5544. .carousel-control .icon-next {
  5545. width: 30px;
  5546. height: 30px;
  5547. margin-top: -15px;
  5548. margin-left: -15px;
  5549. font-size: 30px;
  5550. }
  5551. .carousel-caption {
  5552. right: 20%;
  5553. left: 20%;
  5554. padding-bottom: 30px;
  5555. }
  5556. .carousel-indicators {
  5557. bottom: 20px;
  5558. }
  5559. }
  5560. .clearfix:before,
  5561. .clearfix:after {
  5562. display: table;
  5563. content: " ";
  5564. }
  5565. .clearfix:after {
  5566. clear: both;
  5567. }
  5568. .center-block {
  5569. display: block;
  5570. margin-right: auto;
  5571. margin-left: auto;
  5572. }
  5573. .pull-right {
  5574. float: right !important;
  5575. }
  5576. .pull-left {
  5577. float: left !important;
  5578. }
  5579. .hide {
  5580. display: none !important;
  5581. }
  5582. .show {
  5583. display: block !important;
  5584. }
  5585. .invisible {
  5586. visibility: hidden;
  5587. }
  5588. .text-hide {
  5589. font: 0/0 a;
  5590. color: transparent;
  5591. text-shadow: none;
  5592. background-color: transparent;
  5593. border: 0;
  5594. }
  5595. .hidden {
  5596. display: none !important;
  5597. visibility: hidden !important;
  5598. }
  5599. .affix {
  5600. position: fixed;
  5601. }
  5602. @-ms-viewport {
  5603. width: device-width;
  5604. }
  5605. .visible-xs,
  5606. tr.visible-xs,
  5607. th.visible-xs,
  5608. td.visible-xs {
  5609. display: none !important;
  5610. }
  5611. @media (max-width: 767px) {
  5612. .visible-xs {
  5613. display: block !important;
  5614. }
  5615. tr.visible-xs {
  5616. display: table-row !important;
  5617. }
  5618. th.visible-xs,
  5619. td.visible-xs {
  5620. display: table-cell !important;
  5621. }
  5622. }
  5623. @media (min-width: 768px) and (max-width: 991px) {
  5624. .visible-xs.visible-sm {
  5625. display: block !important;
  5626. }
  5627. tr.visible-xs.visible-sm {
  5628. display: table-row !important;
  5629. }
  5630. th.visible-xs.visible-sm,
  5631. td.visible-xs.visible-sm {
  5632. display: table-cell !important;
  5633. }
  5634. }
  5635. @media (min-width: 992px) and (max-width: 1199px) {
  5636. .visible-xs.visible-md {
  5637. display: block !important;
  5638. }
  5639. tr.visible-xs.visible-md {
  5640. display: table-row !important;
  5641. }
  5642. th.visible-xs.visible-md,
  5643. td.visible-xs.visible-md {
  5644. display: table-cell !important;
  5645. }
  5646. }
  5647. @media (min-width: 1200px) {
  5648. .visible-xs.visible-lg {
  5649. display: block !important;
  5650. }
  5651. tr.visible-xs.visible-lg {
  5652. display: table-row !important;
  5653. }
  5654. th.visible-xs.visible-lg,
  5655. td.visible-xs.visible-lg {
  5656. display: table-cell !important;
  5657. }
  5658. }
  5659. .visible-sm,
  5660. tr.visible-sm,
  5661. th.visible-sm,
  5662. td.visible-sm {
  5663. display: none !important;
  5664. }
  5665. @media (max-width: 767px) {
  5666. .visible-sm.visible-xs {
  5667. display: block !important;
  5668. }
  5669. tr.visible-sm.visible-xs {
  5670. display: table-row !important;
  5671. }
  5672. th.visible-sm.visible-xs,
  5673. td.visible-sm.visible-xs {
  5674. display: table-cell !important;
  5675. }
  5676. }
  5677. @media (min-width: 768px) and (max-width: 991px) {
  5678. .visible-sm {
  5679. display: block !important;
  5680. }
  5681. tr.visible-sm {
  5682. display: table-row !important;
  5683. }
  5684. th.visible-sm,
  5685. td.visible-sm {
  5686. display: table-cell !important;
  5687. }
  5688. }
  5689. @media (min-width: 992px) and (max-width: 1199px) {
  5690. .visible-sm.visible-md {
  5691. display: block !important;
  5692. }
  5693. tr.visible-sm.visible-md {
  5694. display: table-row !important;
  5695. }
  5696. th.visible-sm.visible-md,
  5697. td.visible-sm.visible-md {
  5698. display: table-cell !important;
  5699. }
  5700. }
  5701. @media (min-width: 1200px) {
  5702. .visible-sm.visible-lg {
  5703. display: block !important;
  5704. }
  5705. tr.visible-sm.visible-lg {
  5706. display: table-row !important;
  5707. }
  5708. th.visible-sm.visible-lg,
  5709. td.visible-sm.visible-lg {
  5710. display: table-cell !important;
  5711. }
  5712. }
  5713. .visible-md,
  5714. tr.visible-md,
  5715. th.visible-md,
  5716. td.visible-md {
  5717. display: none !important;
  5718. }
  5719. @media (max-width: 767px) {
  5720. .visible-md.visible-xs {
  5721. display: block !important;
  5722. }
  5723. tr.visible-md.visible-xs {
  5724. display: table-row !important;
  5725. }
  5726. th.visible-md.visible-xs,
  5727. td.visible-md.visible-xs {
  5728. display: table-cell !important;
  5729. }
  5730. }
  5731. @media (min-width: 768px) and (max-width: 991px) {
  5732. .visible-md.visible-sm {
  5733. display: block !important;
  5734. }
  5735. tr.visible-md.visible-sm {
  5736. display: table-row !important;
  5737. }
  5738. th.visible-md.visible-sm,
  5739. td.visible-md.visible-sm {
  5740. display: table-cell !important;
  5741. }
  5742. }
  5743. @media (min-width: 992px) and (max-width: 1199px) {
  5744. .visible-md {
  5745. display: block !important;
  5746. }
  5747. tr.visible-md {
  5748. display: table-row !important;
  5749. }
  5750. th.visible-md,
  5751. td.visible-md {
  5752. display: table-cell !important;
  5753. }
  5754. }
  5755. @media (min-width: 1200px) {
  5756. .visible-md.visible-lg {
  5757. display: block !important;
  5758. }
  5759. tr.visible-md.visible-lg {
  5760. display: table-row !important;
  5761. }
  5762. th.visible-md.visible-lg,
  5763. td.visible-md.visible-lg {
  5764. display: table-cell !important;
  5765. }
  5766. }
  5767. .visible-lg,
  5768. tr.visible-lg,
  5769. th.visible-lg,
  5770. td.visible-lg {
  5771. display: none !important;
  5772. }
  5773. @media (max-width: 767px) {
  5774. .visible-lg.visible-xs {
  5775. display: block !important;
  5776. }
  5777. tr.visible-lg.visible-xs {
  5778. display: table-row !important;
  5779. }
  5780. th.visible-lg.visible-xs,
  5781. td.visible-lg.visible-xs {
  5782. display: table-cell !important;
  5783. }
  5784. }
  5785. @media (min-width: 768px) and (max-width: 991px) {
  5786. .visible-lg.visible-sm {
  5787. display: block !important;
  5788. }
  5789. tr.visible-lg.visible-sm {
  5790. display: table-row !important;
  5791. }
  5792. th.visible-lg.visible-sm,
  5793. td.visible-lg.visible-sm {
  5794. display: table-cell !important;
  5795. }
  5796. }
  5797. @media (min-width: 992px) and (max-width: 1199px) {
  5798. .visible-lg.visible-md {
  5799. display: block !important;
  5800. }
  5801. tr.visible-lg.visible-md {
  5802. display: table-row !important;
  5803. }
  5804. th.visible-lg.visible-md,
  5805. td.visible-lg.visible-md {
  5806. display: table-cell !important;
  5807. }
  5808. }
  5809. @media (min-width: 1200px) {
  5810. .visible-lg {
  5811. display: block !important;
  5812. }
  5813. tr.visible-lg {
  5814. display: table-row !important;
  5815. }
  5816. th.visible-lg,
  5817. td.visible-lg {
  5818. display: table-cell !important;
  5819. }
  5820. }
  5821. .hidden-xs {
  5822. display: block !important;
  5823. }
  5824. tr.hidden-xs {
  5825. display: table-row !important;
  5826. }
  5827. th.hidden-xs,
  5828. td.hidden-xs {
  5829. display: table-cell !important;
  5830. }
  5831. @media (max-width: 767px) {
  5832. .hidden-xs,
  5833. tr.hidden-xs,
  5834. th.hidden-xs,
  5835. td.hidden-xs {
  5836. display: none !important;
  5837. }
  5838. }
  5839. @media (min-width: 768px) and (max-width: 991px) {
  5840. .hidden-xs.hidden-sm,
  5841. tr.hidden-xs.hidden-sm,
  5842. th.hidden-xs.hidden-sm,
  5843. td.hidden-xs.hidden-sm {
  5844. display: none !important;
  5845. }
  5846. }
  5847. @media (min-width: 992px) and (max-width: 1199px) {
  5848. .hidden-xs.hidden-md,
  5849. tr.hidden-xs.hidden-md,
  5850. th.hidden-xs.hidden-md,
  5851. td.hidden-xs.hidden-md {
  5852. display: none !important;
  5853. }
  5854. }
  5855. @media (min-width: 1200px) {
  5856. .hidden-xs.hidden-lg,
  5857. tr.hidden-xs.hidden-lg,
  5858. th.hidden-xs.hidden-lg,
  5859. td.hidden-xs.hidden-lg {
  5860. display: none !important;
  5861. }
  5862. }
  5863. .hidden-sm {
  5864. display: block !important;
  5865. }
  5866. tr.hidden-sm {
  5867. display: table-row !important;
  5868. }
  5869. th.hidden-sm,
  5870. td.hidden-sm {
  5871. display: table-cell !important;
  5872. }
  5873. @media (max-width: 767px) {
  5874. .hidden-sm.hidden-xs,
  5875. tr.hidden-sm.hidden-xs,
  5876. th.hidden-sm.hidden-xs,
  5877. td.hidden-sm.hidden-xs {
  5878. display: none !important;
  5879. }
  5880. }
  5881. @media (min-width: 768px) and (max-width: 991px) {
  5882. .hidden-sm,
  5883. tr.hidden-sm,
  5884. th.hidden-sm,
  5885. td.hidden-sm {
  5886. display: none !important;
  5887. }
  5888. }
  5889. @media (min-width: 992px) and (max-width: 1199px) {
  5890. .hidden-sm.hidden-md,
  5891. tr.hidden-sm.hidden-md,
  5892. th.hidden-sm.hidden-md,
  5893. td.hidden-sm.hidden-md {
  5894. display: none !important;
  5895. }
  5896. }
  5897. @media (min-width: 1200px) {
  5898. .hidden-sm.hidden-lg,
  5899. tr.hidden-sm.hidden-lg,
  5900. th.hidden-sm.hidden-lg,
  5901. td.hidden-sm.hidden-lg {
  5902. display: none !important;
  5903. }
  5904. }
  5905. .hidden-md {
  5906. display: block !important;
  5907. }
  5908. tr.hidden-md {
  5909. display: table-row !important;
  5910. }
  5911. th.hidden-md,
  5912. td.hidden-md {
  5913. display: table-cell !important;
  5914. }
  5915. @media (max-width: 767px) {
  5916. .hidden-md.hidden-xs,
  5917. tr.hidden-md.hidden-xs,
  5918. th.hidden-md.hidden-xs,
  5919. td.hidden-md.hidden-xs {
  5920. display: none !important;
  5921. }
  5922. }
  5923. @media (min-width: 768px) and (max-width: 991px) {
  5924. .hidden-md.hidden-sm,
  5925. tr.hidden-md.hidden-sm,
  5926. th.hidden-md.hidden-sm,
  5927. td.hidden-md.hidden-sm {
  5928. display: none !important;
  5929. }
  5930. }
  5931. @media (min-width: 992px) and (max-width: 1199px) {
  5932. .hidden-md,
  5933. tr.hidden-md,
  5934. th.hidden-md,
  5935. td.hidden-md {
  5936. display: none !important;
  5937. }
  5938. }
  5939. @media (min-width: 1200px) {
  5940. .hidden-md.hidden-lg,
  5941. tr.hidden-md.hidden-lg,
  5942. th.hidden-md.hidden-lg,
  5943. td.hidden-md.hidden-lg {
  5944. display: none !important;
  5945. }
  5946. }
  5947. .hidden-lg {
  5948. display: block !important;
  5949. }
  5950. tr.hidden-lg {
  5951. display: table-row !important;
  5952. }
  5953. th.hidden-lg,
  5954. td.hidden-lg {
  5955. display: table-cell !important;
  5956. }
  5957. @media (max-width: 767px) {
  5958. .hidden-lg.hidden-xs,
  5959. tr.hidden-lg.hidden-xs,
  5960. th.hidden-lg.hidden-xs,
  5961. td.hidden-lg.hidden-xs {
  5962. display: none !important;
  5963. }
  5964. }
  5965. @media (min-width: 768px) and (max-width: 991px) {
  5966. .hidden-lg.hidden-sm,
  5967. tr.hidden-lg.hidden-sm,
  5968. th.hidden-lg.hidden-sm,
  5969. td.hidden-lg.hidden-sm {
  5970. display: none !important;
  5971. }
  5972. }
  5973. @media (min-width: 992px) and (max-width: 1199px) {
  5974. .hidden-lg.hidden-md,
  5975. tr.hidden-lg.hidden-md,
  5976. th.hidden-lg.hidden-md,
  5977. td.hidden-lg.hidden-md {
  5978. display: none !important;
  5979. }
  5980. }
  5981. @media (min-width: 1200px) {
  5982. .hidden-lg,
  5983. tr.hidden-lg,
  5984. th.hidden-lg,
  5985. td.hidden-lg {
  5986. display: none !important;
  5987. }
  5988. }
  5989. .visible-print,
  5990. tr.visible-print,
  5991. th.visible-print,
  5992. td.visible-print {
  5993. display: none !important;
  5994. }
  5995. @media print {
  5996. .visible-print {
  5997. display: block !important;
  5998. }
  5999. tr.visible-print {
  6000. display: table-row !important;
  6001. }
  6002. th.visible-print,
  6003. td.visible-print {
  6004. display: table-cell !important;
  6005. }
  6006. .hidden-print,
  6007. tr.hidden-print,
  6008. th.hidden-print,
  6009. td.hidden-print {
  6010. display: none !important;
  6011. }
  6012. }