Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

6808 lines
117KB

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