Dpack get data Node : V10
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

6807 rader
117 KiB

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