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

2386 lines
42 KiB

  1. @charset "UTF-8";
  2. /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  3. article,
  4. aside,
  5. details,
  6. figcaption,
  7. figure,
  8. footer,
  9. header,
  10. hgroup,
  11. main,
  12. nav,
  13. section,
  14. summary {
  15. display: block;
  16. }
  17. audio,
  18. canvas,
  19. video {
  20. display: inline-block;
  21. }
  22. audio:not([controls]) {
  23. display: none;
  24. height: 0;
  25. }
  26. [hidden],
  27. template {
  28. display: none;
  29. }
  30. html {
  31. font-family: sans-serif;
  32. -ms-text-size-adjust: 100%;
  33. -webkit-text-size-adjust: 100%;
  34. }
  35. body {
  36. margin: 0;
  37. }
  38. a {
  39. background: transparent;
  40. }
  41. a:focus {
  42. outline: thin dotted;
  43. }
  44. a:active,
  45. a:hover {
  46. outline: 0;
  47. }
  48. h1 {
  49. font-size: 2em;
  50. margin: 0.67em 0;
  51. }
  52. abbr[title] {
  53. border-bottom: 1px dotted;
  54. }
  55. b,
  56. strong {
  57. font-weight: bold;
  58. }
  59. dfn {
  60. font-style: italic;
  61. }
  62. hr {
  63. -moz-box-sizing: content-box;
  64. box-sizing: content-box;
  65. height: 0;
  66. }
  67. mark {
  68. background: #ff0;
  69. color: #000;
  70. }
  71. code,
  72. kbd,
  73. pre,
  74. samp {
  75. font-family: monospace, serif;
  76. font-size: 1em;
  77. }
  78. pre {
  79. white-space: pre-wrap;
  80. }
  81. q {
  82. quotes: "\201C" "\201D" "\2018" "\2019";
  83. }
  84. small {
  85. font-size: 80%;
  86. }
  87. sub,
  88. sup {
  89. font-size: 75%;
  90. line-height: 0;
  91. position: relative;
  92. vertical-align: baseline;
  93. }
  94. sup {
  95. top: -0.5em;
  96. }
  97. sub {
  98. bottom: -0.25em;
  99. }
  100. img {
  101. border: 0;
  102. }
  103. svg:not(:root) {
  104. overflow: hidden;
  105. }
  106. figure {
  107. margin: 0;
  108. }
  109. fieldset {
  110. border: 1px solid #c0c0c0;
  111. margin: 0 2px;
  112. padding: 0.35em 0.625em 0.75em;
  113. }
  114. legend {
  115. border: 0;
  116. padding: 0;
  117. }
  118. button,
  119. input,
  120. select,
  121. textarea {
  122. font-family: inherit;
  123. font-size: 100%;
  124. margin: 0;
  125. }
  126. button,
  127. input {
  128. line-height: normal;
  129. }
  130. button,
  131. select {
  132. text-transform: none;
  133. }
  134. button,
  135. html input[type="button"],
  136. input[type="reset"],
  137. input[type="submit"] {
  138. -webkit-appearance: button;
  139. cursor: pointer;
  140. }
  141. button[disabled],
  142. html input[disabled] {
  143. cursor: default;
  144. }
  145. input[type="checkbox"],
  146. input[type="radio"] {
  147. box-sizing: border-box;
  148. padding: 0;
  149. }
  150. input[type="search"] {
  151. -webkit-appearance: textfield;
  152. -moz-box-sizing: content-box;
  153. -webkit-box-sizing: content-box;
  154. box-sizing: content-box;
  155. }
  156. input[type="search"]::-webkit-search-cancel-button,
  157. input[type="search"]::-webkit-search-decoration {
  158. -webkit-appearance: none;
  159. }
  160. button::-moz-focus-inner,
  161. input::-moz-focus-inner {
  162. border: 0;
  163. padding: 0;
  164. }
  165. textarea {
  166. overflow: auto;
  167. vertical-align: top;
  168. }
  169. table {
  170. border-collapse: collapse;
  171. border-spacing: 0;
  172. }
  173. @media print {
  174. * {
  175. text-shadow: none !important;
  176. color: #000 !important;
  177. background: transparent !important;
  178. box-shadow: none !important;
  179. }
  180. a,
  181. a:visited {
  182. text-decoration: underline;
  183. }
  184. a[href]:after {
  185. content: " (" attr(href) ")";
  186. }
  187. abbr[title]:after {
  188. content: " (" attr(title) ")";
  189. }
  190. a[href^="javascript:"]:after,
  191. a[href^="#"]:after {
  192. content: "";
  193. }
  194. pre,
  195. blockquote {
  196. border: 1px solid #999;
  197. page-break-inside: avoid;
  198. }
  199. thead {
  200. display: table-header-group;
  201. }
  202. tr,
  203. img {
  204. page-break-inside: avoid;
  205. }
  206. img {
  207. max-width: 100% !important;
  208. }
  209. @page {
  210. margin: 2cm .5cm;
  211. }
  212. p,
  213. h2,
  214. h3 {
  215. orphans: 3;
  216. widows: 3;
  217. }
  218. h2,
  219. h3 {
  220. page-break-after: avoid;
  221. }
  222. select {
  223. background: #fff !important;
  224. }
  225. .navbar {
  226. display: none;
  227. }
  228. .table td,
  229. .table th {
  230. background-color: #fff !important;
  231. }
  232. .btn > .caret,
  233. .dropup > .btn > .caret {
  234. border-top-color: #000 !important;
  235. }
  236. .label {
  237. border: 1px solid #000;
  238. }
  239. .table {
  240. border-collapse: collapse !important;
  241. }
  242. .table-bordered th,
  243. .table-bordered td {
  244. border: 1px solid #ddd !important;
  245. }
  246. }
  247. *,
  248. *:before,
  249. *:after {
  250. -webkit-box-sizing: border-box;
  251. -moz-box-sizing: border-box;
  252. box-sizing: border-box;
  253. }
  254. html {
  255. font-size: 62.5%;
  256. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  257. }
  258. body {
  259. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  260. font-size: 14px;
  261. line-height: 1.42857143;
  262. color: #36535a;
  263. background-color: #ffffff;
  264. }
  265. input,
  266. button,
  267. select,
  268. textarea {
  269. font-family: inherit;
  270. font-size: inherit;
  271. line-height: inherit;
  272. }
  273. a {
  274. color: #428bca;
  275. text-decoration: none;
  276. }
  277. a:hover,
  278. a:focus {
  279. color: #2a6496;
  280. text-decoration: underline;
  281. }
  282. a:focus {
  283. outline: thin dotted;
  284. outline: 5px auto -webkit-focus-ring-color;
  285. outline-offset: -2px;
  286. }
  287. img {
  288. vertical-align: middle;
  289. }
  290. .img-responsive {
  291. display: block;
  292. max-width: 100%;
  293. height: auto;
  294. }
  295. .img-rounded {
  296. border-radius: 6px;
  297. }
  298. .img-thumbnail {
  299. padding: 4px;
  300. line-height: 1.42857143;
  301. background-color: #ffffff;
  302. border: 1px solid #dddddd;
  303. border-radius: 4px;
  304. -webkit-transition: all 0.2s ease-in-out;
  305. transition: all 0.2s ease-in-out;
  306. display: inline-block;
  307. max-width: 100%;
  308. height: auto;
  309. }
  310. .img-circle {
  311. border-radius: 50%;
  312. }
  313. hr {
  314. margin-top: 20px;
  315. margin-bottom: 20px;
  316. border: 0;
  317. border-top: 1px solid #eeeeee;
  318. }
  319. .sr-only {
  320. position: absolute;
  321. width: 1px;
  322. height: 1px;
  323. margin: -1px;
  324. padding: 0;
  325. overflow: hidden;
  326. clip: rect(0, 0, 0, 0);
  327. border: 0;
  328. }
  329. h1,
  330. h2,
  331. h3,
  332. h4,
  333. h5,
  334. h6,
  335. .h1,
  336. .h2,
  337. .h3,
  338. .h4,
  339. .h5,
  340. .h6 {
  341. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  342. font-weight: 100;
  343. line-height: 1.1;
  344. color: inherit;
  345. }
  346. h1 small,
  347. h2 small,
  348. h3 small,
  349. h4 small,
  350. h5 small,
  351. h6 small,
  352. .h1 small,
  353. .h2 small,
  354. .h3 small,
  355. .h4 small,
  356. .h5 small,
  357. .h6 small,
  358. h1 .small,
  359. h2 .small,
  360. h3 .small,
  361. h4 .small,
  362. h5 .small,
  363. h6 .small,
  364. .h1 .small,
  365. .h2 .small,
  366. .h3 .small,
  367. .h4 .small,
  368. .h5 .small,
  369. .h6 .small {
  370. font-weight: normal;
  371. line-height: 1;
  372. color: #999999;
  373. }
  374. h1,
  375. h2,
  376. h3 {
  377. margin-top: 20px;
  378. margin-bottom: 10px;
  379. }
  380. h1 small,
  381. h2 small,
  382. h3 small,
  383. h1 .small,
  384. h2 .small,
  385. h3 .small {
  386. font-size: 65%;
  387. }
  388. h4,
  389. h5,
  390. h6 {
  391. margin-top: 10px;
  392. margin-bottom: 10px;
  393. }
  394. h4 small,
  395. h5 small,
  396. h6 small,
  397. h4 .small,
  398. h5 .small,
  399. h6 .small {
  400. font-size: 75%;
  401. }
  402. h1,
  403. .h1 {
  404. font-size: 36px;
  405. }
  406. h2,
  407. .h2 {
  408. font-size: 30px;
  409. }
  410. h3,
  411. .h3 {
  412. font-size: 24px;
  413. }
  414. h4,
  415. .h4 {
  416. font-size: 18px;
  417. }
  418. h5,
  419. .h5 {
  420. font-size: 14px;
  421. }
  422. h6,
  423. .h6 {
  424. font-size: 12px;
  425. }
  426. p {
  427. margin: 0 0 10px;
  428. }
  429. .lead {
  430. margin-bottom: 20px;
  431. font-size: 16px;
  432. font-weight: 200;
  433. line-height: 1.4;
  434. }
  435. @media (min-width: 768px) {
  436. .lead {
  437. font-size: 21px;
  438. }
  439. }
  440. small,
  441. .small {
  442. font-size: 85%;
  443. }
  444. cite {
  445. font-style: normal;
  446. }
  447. .text-muted {
  448. color: #999999;
  449. }
  450. .text-primary {
  451. color: #428bca;
  452. }
  453. .text-primary:hover {
  454. color: #3071a9;
  455. }
  456. .text-warning {
  457. color: #8a6d3b;
  458. }
  459. .text-warning:hover {
  460. color: #66512c;
  461. }
  462. .text-danger {
  463. color: #a94442;
  464. }
  465. .text-danger:hover {
  466. color: #843534;
  467. }
  468. .text-success {
  469. color: #3c763d;
  470. }
  471. .text-success:hover {
  472. color: #2b542c;
  473. }
  474. .text-info {
  475. color: #31708f;
  476. }
  477. .text-info:hover {
  478. color: #245269;
  479. }
  480. .text-left {
  481. text-align: left;
  482. }
  483. .text-right {
  484. text-align: right;
  485. }
  486. .text-center {
  487. text-align: center;
  488. }
  489. .page-header {
  490. padding-bottom: 9px;
  491. margin: 40px 0 20px;
  492. border-bottom: 1px solid #eeeeee;
  493. }
  494. ul,
  495. ol {
  496. margin-top: 0;
  497. margin-bottom: 10px;
  498. }
  499. ul ul,
  500. ol ul,
  501. ul ol,
  502. ol ol {
  503. margin-bottom: 0;
  504. }
  505. .list-unstyled {
  506. padding-left: 0;
  507. list-style: none;
  508. }
  509. .list-inline {
  510. padding-left: 0;
  511. list-style: none;
  512. }
  513. .list-inline > li {
  514. display: inline-block;
  515. padding-left: 5px;
  516. padding-right: 5px;
  517. }
  518. .list-inline > li:first-child {
  519. padding-left: 0;
  520. }
  521. dl {
  522. margin-top: 0;
  523. margin-bottom: 20px;
  524. }
  525. dt,
  526. dd {
  527. line-height: 1.42857143;
  528. }
  529. dt {
  530. font-weight: bold;
  531. }
  532. dd {
  533. margin-left: 0;
  534. }
  535. @media (min-width: 768px) {
  536. .dl-horizontal dt {
  537. float: left;
  538. width: 160px;
  539. clear: left;
  540. text-align: right;
  541. overflow: hidden;
  542. text-overflow: ellipsis;
  543. white-space: nowrap;
  544. }
  545. .dl-horizontal dd {
  546. margin-left: 180px;
  547. }
  548. .dl-horizontal dd:before,
  549. .dl-horizontal dd:after {
  550. content: " ";
  551. display: table;
  552. }
  553. .dl-horizontal dd:after {
  554. clear: both;
  555. }
  556. .dl-horizontal dd:before,
  557. .dl-horizontal dd:after {
  558. content: " ";
  559. display: table;
  560. }
  561. .dl-horizontal dd:after {
  562. clear: both;
  563. }
  564. }
  565. abbr[title],
  566. abbr[data-original-title] {
  567. cursor: help;
  568. border-bottom: 1px dotted #999999;
  569. }
  570. .initialism {
  571. font-size: 90%;
  572. text-transform: uppercase;
  573. }
  574. blockquote {
  575. padding: 10px 20px;
  576. margin: 0 0 20px;
  577. border-left: 5px solid #eeeeee;
  578. }
  579. blockquote p {
  580. font-size: 17.5px;
  581. font-weight: 300;
  582. line-height: 1.25;
  583. }
  584. blockquote p:last-child {
  585. margin-bottom: 0;
  586. }
  587. blockquote small,
  588. blockquote .small {
  589. display: block;
  590. line-height: 1.42857143;
  591. color: #999999;
  592. }
  593. blockquote small:before,
  594. blockquote .small:before {
  595. content: '\2014 \00A0';
  596. }
  597. blockquote.pull-right {
  598. padding-right: 15px;
  599. padding-left: 0;
  600. border-right: 5px solid #eeeeee;
  601. border-left: 0;
  602. }
  603. blockquote.pull-right p,
  604. blockquote.pull-right small,
  605. blockquote.pull-right .small {
  606. text-align: right;
  607. }
  608. blockquote.pull-right small:before,
  609. blockquote.pull-right .small:before {
  610. content: '';
  611. }
  612. blockquote.pull-right small:after,
  613. blockquote.pull-right .small:after {
  614. content: '\00A0 \2014';
  615. }
  616. blockquote:before,
  617. blockquote:after {
  618. content: "";
  619. }
  620. address {
  621. margin-bottom: 20px;
  622. font-style: normal;
  623. line-height: 1.42857143;
  624. }
  625. .container {
  626. margin-right: auto;
  627. margin-left: auto;
  628. padding-left: 38px;
  629. padding-right: 38px;
  630. }
  631. .container:before,
  632. .container:after {
  633. content: " ";
  634. display: table;
  635. }
  636. .container:after {
  637. clear: both;
  638. }
  639. .container:before,
  640. .container:after {
  641. content: " ";
  642. display: table;
  643. }
  644. .container:after {
  645. clear: both;
  646. }
  647. @media (min-width: 768px) {
  648. .container {
  649. width: 796px;
  650. }
  651. }
  652. @media (min-width: 992px) {
  653. .container {
  654. width: 1016px;
  655. }
  656. }
  657. @media (min-width: 1200px) {
  658. .container {
  659. width: 1216px;
  660. }
  661. }
  662. .row {
  663. margin-left: -38px;
  664. margin-right: -38px;
  665. }
  666. .row:before,
  667. .row:after {
  668. content: " ";
  669. display: table;
  670. }
  671. .row:after {
  672. clear: both;
  673. }
  674. .row:before,
  675. .row:after {
  676. content: " ";
  677. display: table;
  678. }
  679. .row:after {
  680. clear: both;
  681. }
  682. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  683. position: relative;
  684. min-height: 1px;
  685. padding-left: 38px;
  686. padding-right: 38px;
  687. }
  688. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  689. float: left;
  690. }
  691. .col-xs-12 {
  692. width: 100%;
  693. }
  694. .col-xs-11 {
  695. width: 91.66666667%;
  696. }
  697. .col-xs-10 {
  698. width: 83.33333333%;
  699. }
  700. .col-xs-9 {
  701. width: 75%;
  702. }
  703. .col-xs-8 {
  704. width: 66.66666667%;
  705. }
  706. .col-xs-7 {
  707. width: 58.33333333%;
  708. }
  709. .col-xs-6 {
  710. width: 50%;
  711. }
  712. .col-xs-5 {
  713. width: 41.66666667%;
  714. }
  715. .col-xs-4 {
  716. width: 33.33333333%;
  717. }
  718. .col-xs-3 {
  719. width: 25%;
  720. }
  721. .col-xs-2 {
  722. width: 16.66666667%;
  723. }
  724. .col-xs-1 {
  725. width: 8.33333333%;
  726. }
  727. .col-xs-pull-12 {
  728. right: 100%;
  729. }
  730. .col-xs-pull-11 {
  731. right: 91.66666667%;
  732. }
  733. .col-xs-pull-10 {
  734. right: 83.33333333%;
  735. }
  736. .col-xs-pull-9 {
  737. right: 75%;
  738. }
  739. .col-xs-pull-8 {
  740. right: 66.66666667%;
  741. }
  742. .col-xs-pull-7 {
  743. right: 58.33333333%;
  744. }
  745. .col-xs-pull-6 {
  746. right: 50%;
  747. }
  748. .col-xs-pull-5 {
  749. right: 41.66666667%;
  750. }
  751. .col-xs-pull-4 {
  752. right: 33.33333333%;
  753. }
  754. .col-xs-pull-3 {
  755. right: 25%;
  756. }
  757. .col-xs-pull-2 {
  758. right: 16.66666667%;
  759. }
  760. .col-xs-pull-1 {
  761. right: 8.33333333%;
  762. }
  763. .col-xs-pull-0 {
  764. right: 0%;
  765. }
  766. .col-xs-push-12 {
  767. left: 100%;
  768. }
  769. .col-xs-push-11 {
  770. left: 91.66666667%;
  771. }
  772. .col-xs-push-10 {
  773. left: 83.33333333%;
  774. }
  775. .col-xs-push-9 {
  776. left: 75%;
  777. }
  778. .col-xs-push-8 {
  779. left: 66.66666667%;
  780. }
  781. .col-xs-push-7 {
  782. left: 58.33333333%;
  783. }
  784. .col-xs-push-6 {
  785. left: 50%;
  786. }
  787. .col-xs-push-5 {
  788. left: 41.66666667%;
  789. }
  790. .col-xs-push-4 {
  791. left: 33.33333333%;
  792. }
  793. .col-xs-push-3 {
  794. left: 25%;
  795. }
  796. .col-xs-push-2 {
  797. left: 16.66666667%;
  798. }
  799. .col-xs-push-1 {
  800. left: 8.33333333%;
  801. }
  802. .col-xs-push-0 {
  803. left: 0%;
  804. }
  805. .col-xs-offset-12 {
  806. margin-left: 100%;
  807. }
  808. .col-xs-offset-11 {
  809. margin-left: 91.66666667%;
  810. }
  811. .col-xs-offset-10 {
  812. margin-left: 83.33333333%;
  813. }
  814. .col-xs-offset-9 {
  815. margin-left: 75%;
  816. }
  817. .col-xs-offset-8 {
  818. margin-left: 66.66666667%;
  819. }
  820. .col-xs-offset-7 {
  821. margin-left: 58.33333333%;
  822. }
  823. .col-xs-offset-6 {
  824. margin-left: 50%;
  825. }
  826. .col-xs-offset-5 {
  827. margin-left: 41.66666667%;
  828. }
  829. .col-xs-offset-4 {
  830. margin-left: 33.33333333%;
  831. }
  832. .col-xs-offset-3 {
  833. margin-left: 25%;
  834. }
  835. .col-xs-offset-2 {
  836. margin-left: 16.66666667%;
  837. }
  838. .col-xs-offset-1 {
  839. margin-left: 8.33333333%;
  840. }
  841. .col-xs-offset-0 {
  842. margin-left: 0%;
  843. }
  844. @media (min-width: 768px) {
  845. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  846. float: left;
  847. }
  848. .col-sm-12 {
  849. width: 100%;
  850. }
  851. .col-sm-11 {
  852. width: 91.66666667%;
  853. }
  854. .col-sm-10 {
  855. width: 83.33333333%;
  856. }
  857. .col-sm-9 {
  858. width: 75%;
  859. }
  860. .col-sm-8 {
  861. width: 66.66666667%;
  862. }
  863. .col-sm-7 {
  864. width: 58.33333333%;
  865. }
  866. .col-sm-6 {
  867. width: 50%;
  868. }
  869. .col-sm-5 {
  870. width: 41.66666667%;
  871. }
  872. .col-sm-4 {
  873. width: 33.33333333%;
  874. }
  875. .col-sm-3 {
  876. width: 25%;
  877. }
  878. .col-sm-2 {
  879. width: 16.66666667%;
  880. }
  881. .col-sm-1 {
  882. width: 8.33333333%;
  883. }
  884. .col-sm-pull-12 {
  885. right: 100%;
  886. }
  887. .col-sm-pull-11 {
  888. right: 91.66666667%;
  889. }
  890. .col-sm-pull-10 {
  891. right: 83.33333333%;
  892. }
  893. .col-sm-pull-9 {
  894. right: 75%;
  895. }
  896. .col-sm-pull-8 {
  897. right: 66.66666667%;
  898. }
  899. .col-sm-pull-7 {
  900. right: 58.33333333%;
  901. }
  902. .col-sm-pull-6 {
  903. right: 50%;
  904. }
  905. .col-sm-pull-5 {
  906. right: 41.66666667%;
  907. }
  908. .col-sm-pull-4 {
  909. right: 33.33333333%;
  910. }
  911. .col-sm-pull-3 {
  912. right: 25%;
  913. }
  914. .col-sm-pull-2 {
  915. right: 16.66666667%;
  916. }
  917. .col-sm-pull-1 {
  918. right: 8.33333333%;
  919. }
  920. .col-sm-pull-0 {
  921. right: 0%;
  922. }
  923. .col-sm-push-12 {
  924. left: 100%;
  925. }
  926. .col-sm-push-11 {
  927. left: 91.66666667%;
  928. }
  929. .col-sm-push-10 {
  930. left: 83.33333333%;
  931. }
  932. .col-sm-push-9 {
  933. left: 75%;
  934. }
  935. .col-sm-push-8 {
  936. left: 66.66666667%;
  937. }
  938. .col-sm-push-7 {
  939. left: 58.33333333%;
  940. }
  941. .col-sm-push-6 {
  942. left: 50%;
  943. }
  944. .col-sm-push-5 {
  945. left: 41.66666667%;
  946. }
  947. .col-sm-push-4 {
  948. left: 33.33333333%;
  949. }
  950. .col-sm-push-3 {
  951. left: 25%;
  952. }
  953. .col-sm-push-2 {
  954. left: 16.66666667%;
  955. }
  956. .col-sm-push-1 {
  957. left: 8.33333333%;
  958. }
  959. .col-sm-push-0 {
  960. left: 0%;
  961. }
  962. .col-sm-offset-12 {
  963. margin-left: 100%;
  964. }
  965. .col-sm-offset-11 {
  966. margin-left: 91.66666667%;
  967. }
  968. .col-sm-offset-10 {
  969. margin-left: 83.33333333%;
  970. }
  971. .col-sm-offset-9 {
  972. margin-left: 75%;
  973. }
  974. .col-sm-offset-8 {
  975. margin-left: 66.66666667%;
  976. }
  977. .col-sm-offset-7 {
  978. margin-left: 58.33333333%;
  979. }
  980. .col-sm-offset-6 {
  981. margin-left: 50%;
  982. }
  983. .col-sm-offset-5 {
  984. margin-left: 41.66666667%;
  985. }
  986. .col-sm-offset-4 {
  987. margin-left: 33.33333333%;
  988. }
  989. .col-sm-offset-3 {
  990. margin-left: 25%;
  991. }
  992. .col-sm-offset-2 {
  993. margin-left: 16.66666667%;
  994. }
  995. .col-sm-offset-1 {
  996. margin-left: 8.33333333%;
  997. }
  998. .col-sm-offset-0 {
  999. margin-left: 0%;
  1000. }
  1001. }
  1002. @media (min-width: 992px) {
  1003. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  1004. float: left;
  1005. }
  1006. .col-md-12 {
  1007. width: 100%;
  1008. }
  1009. .col-md-11 {
  1010. width: 91.66666667%;
  1011. }
  1012. .col-md-10 {
  1013. width: 83.33333333%;
  1014. }
  1015. .col-md-9 {
  1016. width: 75%;
  1017. }
  1018. .col-md-8 {
  1019. width: 66.66666667%;
  1020. }
  1021. .col-md-7 {
  1022. width: 58.33333333%;
  1023. }
  1024. .col-md-6 {
  1025. width: 50%;
  1026. }
  1027. .col-md-5 {
  1028. width: 41.66666667%;
  1029. }
  1030. .col-md-4 {
  1031. width: 33.33333333%;
  1032. }
  1033. .col-md-3 {
  1034. width: 25%;
  1035. }
  1036. .col-md-2 {
  1037. width: 16.66666667%;
  1038. }
  1039. .col-md-1 {
  1040. width: 8.33333333%;
  1041. }
  1042. .col-md-pull-12 {
  1043. right: 100%;
  1044. }
  1045. .col-md-pull-11 {
  1046. right: 91.66666667%;
  1047. }
  1048. .col-md-pull-10 {
  1049. right: 83.33333333%;
  1050. }
  1051. .col-md-pull-9 {
  1052. right: 75%;
  1053. }
  1054. .col-md-pull-8 {
  1055. right: 66.66666667%;
  1056. }
  1057. .col-md-pull-7 {
  1058. right: 58.33333333%;
  1059. }
  1060. .col-md-pull-6 {
  1061. right: 50%;
  1062. }
  1063. .col-md-pull-5 {
  1064. right: 41.66666667%;
  1065. }
  1066. .col-md-pull-4 {
  1067. right: 33.33333333%;
  1068. }
  1069. .col-md-pull-3 {
  1070. right: 25%;
  1071. }
  1072. .col-md-pull-2 {
  1073. right: 16.66666667%;
  1074. }
  1075. .col-md-pull-1 {
  1076. right: 8.33333333%;
  1077. }
  1078. .col-md-pull-0 {
  1079. right: 0%;
  1080. }
  1081. .col-md-push-12 {
  1082. left: 100%;
  1083. }
  1084. .col-md-push-11 {
  1085. left: 91.66666667%;
  1086. }
  1087. .col-md-push-10 {
  1088. left: 83.33333333%;
  1089. }
  1090. .col-md-push-9 {
  1091. left: 75%;
  1092. }
  1093. .col-md-push-8 {
  1094. left: 66.66666667%;
  1095. }
  1096. .col-md-push-7 {
  1097. left: 58.33333333%;
  1098. }
  1099. .col-md-push-6 {
  1100. left: 50%;
  1101. }
  1102. .col-md-push-5 {
  1103. left: 41.66666667%;
  1104. }
  1105. .col-md-push-4 {
  1106. left: 33.33333333%;
  1107. }
  1108. .col-md-push-3 {
  1109. left: 25%;
  1110. }
  1111. .col-md-push-2 {
  1112. left: 16.66666667%;
  1113. }
  1114. .col-md-push-1 {
  1115. left: 8.33333333%;
  1116. }
  1117. .col-md-push-0 {
  1118. left: 0%;
  1119. }
  1120. .col-md-offset-12 {
  1121. margin-left: 100%;
  1122. }
  1123. .col-md-offset-11 {
  1124. margin-left: 91.66666667%;
  1125. }
  1126. .col-md-offset-10 {
  1127. margin-left: 83.33333333%;
  1128. }
  1129. .col-md-offset-9 {
  1130. margin-left: 75%;
  1131. }
  1132. .col-md-offset-8 {
  1133. margin-left: 66.66666667%;
  1134. }
  1135. .col-md-offset-7 {
  1136. margin-left: 58.33333333%;
  1137. }
  1138. .col-md-offset-6 {
  1139. margin-left: 50%;
  1140. }
  1141. .col-md-offset-5 {
  1142. margin-left: 41.66666667%;
  1143. }
  1144. .col-md-offset-4 {
  1145. margin-left: 33.33333333%;
  1146. }
  1147. .col-md-offset-3 {
  1148. margin-left: 25%;
  1149. }
  1150. .col-md-offset-2 {
  1151. margin-left: 16.66666667%;
  1152. }
  1153. .col-md-offset-1 {
  1154. margin-left: 8.33333333%;
  1155. }
  1156. .col-md-offset-0 {
  1157. margin-left: 0%;
  1158. }
  1159. }
  1160. @media (min-width: 1200px) {
  1161. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  1162. float: left;
  1163. }
  1164. .col-lg-12 {
  1165. width: 100%;
  1166. }
  1167. .col-lg-11 {
  1168. width: 91.66666667%;
  1169. }
  1170. .col-lg-10 {
  1171. width: 83.33333333%;
  1172. }
  1173. .col-lg-9 {
  1174. width: 75%;
  1175. }
  1176. .col-lg-8 {
  1177. width: 66.66666667%;
  1178. }
  1179. .col-lg-7 {
  1180. width: 58.33333333%;
  1181. }
  1182. .col-lg-6 {
  1183. width: 50%;
  1184. }
  1185. .col-lg-5 {
  1186. width: 41.66666667%;
  1187. }
  1188. .col-lg-4 {
  1189. width: 33.33333333%;
  1190. }
  1191. .col-lg-3 {
  1192. width: 25%;
  1193. }
  1194. .col-lg-2 {
  1195. width: 16.66666667%;
  1196. }
  1197. .col-lg-1 {
  1198. width: 8.33333333%;
  1199. }
  1200. .col-lg-pull-12 {
  1201. right: 100%;
  1202. }
  1203. .col-lg-pull-11 {
  1204. right: 91.66666667%;
  1205. }
  1206. .col-lg-pull-10 {
  1207. right: 83.33333333%;
  1208. }
  1209. .col-lg-pull-9 {
  1210. right: 75%;
  1211. }
  1212. .col-lg-pull-8 {
  1213. right: 66.66666667%;
  1214. }
  1215. .col-lg-pull-7 {
  1216. right: 58.33333333%;
  1217. }
  1218. .col-lg-pull-6 {
  1219. right: 50%;
  1220. }
  1221. .col-lg-pull-5 {
  1222. right: 41.66666667%;
  1223. }
  1224. .col-lg-pull-4 {
  1225. right: 33.33333333%;
  1226. }
  1227. .col-lg-pull-3 {
  1228. right: 25%;
  1229. }
  1230. .col-lg-pull-2 {
  1231. right: 16.66666667%;
  1232. }
  1233. .col-lg-pull-1 {
  1234. right: 8.33333333%;
  1235. }
  1236. .col-lg-pull-0 {
  1237. right: 0%;
  1238. }
  1239. .col-lg-push-12 {
  1240. left: 100%;
  1241. }
  1242. .col-lg-push-11 {
  1243. left: 91.66666667%;
  1244. }
  1245. .col-lg-push-10 {
  1246. left: 83.33333333%;
  1247. }
  1248. .col-lg-push-9 {
  1249. left: 75%;
  1250. }
  1251. .col-lg-push-8 {
  1252. left: 66.66666667%;
  1253. }
  1254. .col-lg-push-7 {
  1255. left: 58.33333333%;
  1256. }
  1257. .col-lg-push-6 {
  1258. left: 50%;
  1259. }
  1260. .col-lg-push-5 {
  1261. left: 41.66666667%;
  1262. }
  1263. .col-lg-push-4 {
  1264. left: 33.33333333%;
  1265. }
  1266. .col-lg-push-3 {
  1267. left: 25%;
  1268. }
  1269. .col-lg-push-2 {
  1270. left: 16.66666667%;
  1271. }
  1272. .col-lg-push-1 {
  1273. left: 8.33333333%;
  1274. }
  1275. .col-lg-push-0 {
  1276. left: 0%;
  1277. }
  1278. .col-lg-offset-12 {
  1279. margin-left: 100%;
  1280. }
  1281. .col-lg-offset-11 {
  1282. margin-left: 91.66666667%;
  1283. }
  1284. .col-lg-offset-10 {
  1285. margin-left: 83.33333333%;
  1286. }
  1287. .col-lg-offset-9 {
  1288. margin-left: 75%;
  1289. }
  1290. .col-lg-offset-8 {
  1291. margin-left: 66.66666667%;
  1292. }
  1293. .col-lg-offset-7 {
  1294. margin-left: 58.33333333%;
  1295. }
  1296. .col-lg-offset-6 {
  1297. margin-left: 50%;
  1298. }
  1299. .col-lg-offset-5 {
  1300. margin-left: 41.66666667%;
  1301. }
  1302. .col-lg-offset-4 {
  1303. margin-left: 33.33333333%;
  1304. }
  1305. .col-lg-offset-3 {
  1306. margin-left: 25%;
  1307. }
  1308. .col-lg-offset-2 {
  1309. margin-left: 16.66666667%;
  1310. }
  1311. .col-lg-offset-1 {
  1312. margin-left: 8.33333333%;
  1313. }
  1314. .col-lg-offset-0 {
  1315. margin-left: 0%;
  1316. }
  1317. }
  1318. /* @import "../bower_components/bootstrap/less/navs.less";
  1319. @import "../bower_components/bootstrap/less/navbar.less"; */
  1320. @-webkit-keyframes progress-bar-stripes {
  1321. from {
  1322. background-position: 40px 0;
  1323. }
  1324. to {
  1325. background-position: 0 0;
  1326. }
  1327. }
  1328. @keyframes progress-bar-stripes {
  1329. from {
  1330. background-position: 40px 0;
  1331. }
  1332. to {
  1333. background-position: 0 0;
  1334. }
  1335. }
  1336. .progress {
  1337. overflow: hidden;
  1338. height: 20px;
  1339. margin-bottom: 20px;
  1340. background-color: #85b5bb;
  1341. border-radius: 4px;
  1342. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1343. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1344. }
  1345. .progress-bar {
  1346. float: left;
  1347. width: 0%;
  1348. height: 100%;
  1349. font-size: 12px;
  1350. line-height: 20px;
  1351. color: #ffffff;
  1352. text-align: center;
  1353. background-color: #428bca;
  1354. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1355. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1356. -webkit-transition: width 0.6s ease;
  1357. transition: width 0.6s ease;
  1358. }
  1359. .progress-striped .progress-bar {
  1360. 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);
  1361. 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);
  1362. background-size: 40px 40px;
  1363. }
  1364. .progress.active .progress-bar {
  1365. -webkit-animation: progress-bar-stripes 2s linear infinite;
  1366. animation: progress-bar-stripes 2s linear infinite;
  1367. }
  1368. .progress-bar-success {
  1369. background-color: #5cb85c;
  1370. }
  1371. .progress-striped .progress-bar-success {
  1372. 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);
  1373. 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);
  1374. }
  1375. .progress-bar-info {
  1376. background-color: #5bc0de;
  1377. }
  1378. .progress-striped .progress-bar-info {
  1379. 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);
  1380. 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);
  1381. }
  1382. .progress-bar-warning {
  1383. background-color: #f0ad4e;
  1384. }
  1385. .progress-striped .progress-bar-warning {
  1386. 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);
  1387. 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);
  1388. }
  1389. .progress-bar-danger {
  1390. background-color: #d9534f;
  1391. }
  1392. .progress-striped .progress-bar-danger {
  1393. 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);
  1394. 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);
  1395. }
  1396. .clearfix:before,
  1397. .clearfix:after {
  1398. content: " ";
  1399. display: table;
  1400. }
  1401. .clearfix:after {
  1402. clear: both;
  1403. }
  1404. .center-block {
  1405. display: block;
  1406. margin-left: auto;
  1407. margin-right: auto;
  1408. }
  1409. .pull-right {
  1410. float: right !important;
  1411. }
  1412. .pull-left {
  1413. float: left !important;
  1414. }
  1415. .hide {
  1416. display: none !important;
  1417. }
  1418. .show {
  1419. display: block !important;
  1420. }
  1421. .invisible {
  1422. visibility: hidden;
  1423. }
  1424. .text-hide {
  1425. font: 0/0 a;
  1426. color: transparent;
  1427. text-shadow: none;
  1428. background-color: transparent;
  1429. border: 0;
  1430. }
  1431. .hidden {
  1432. display: none !important;
  1433. visibility: hidden !important;
  1434. }
  1435. .affix {
  1436. position: fixed;
  1437. }
  1438. @-ms-viewport {
  1439. width: device-width;
  1440. }
  1441. .visible-xs,
  1442. tr.visible-xs,
  1443. th.visible-xs,
  1444. td.visible-xs {
  1445. display: none !important;
  1446. }
  1447. @media (max-width: 767px) {
  1448. .visible-xs {
  1449. display: block !important;
  1450. }
  1451. table.visible-xs {
  1452. display: table;
  1453. }
  1454. tr.visible-xs {
  1455. display: table-row !important;
  1456. }
  1457. th.visible-xs,
  1458. td.visible-xs {
  1459. display: table-cell !important;
  1460. }
  1461. }
  1462. @media (min-width: 768px) and (max-width: 991px) {
  1463. .visible-xs.visible-sm {
  1464. display: block !important;
  1465. }
  1466. table.visible-xs.visible-sm {
  1467. display: table;
  1468. }
  1469. tr.visible-xs.visible-sm {
  1470. display: table-row !important;
  1471. }
  1472. th.visible-xs.visible-sm,
  1473. td.visible-xs.visible-sm {
  1474. display: table-cell !important;
  1475. }
  1476. }
  1477. @media (min-width: 992px) and (max-width: 1199px) {
  1478. .visible-xs.visible-md {
  1479. display: block !important;
  1480. }
  1481. table.visible-xs.visible-md {
  1482. display: table;
  1483. }
  1484. tr.visible-xs.visible-md {
  1485. display: table-row !important;
  1486. }
  1487. th.visible-xs.visible-md,
  1488. td.visible-xs.visible-md {
  1489. display: table-cell !important;
  1490. }
  1491. }
  1492. @media (min-width: 1200px) {
  1493. .visible-xs.visible-lg {
  1494. display: block !important;
  1495. }
  1496. table.visible-xs.visible-lg {
  1497. display: table;
  1498. }
  1499. tr.visible-xs.visible-lg {
  1500. display: table-row !important;
  1501. }
  1502. th.visible-xs.visible-lg,
  1503. td.visible-xs.visible-lg {
  1504. display: table-cell !important;
  1505. }
  1506. }
  1507. .visible-sm,
  1508. tr.visible-sm,
  1509. th.visible-sm,
  1510. td.visible-sm {
  1511. display: none !important;
  1512. }
  1513. @media (max-width: 767px) {
  1514. .visible-sm.visible-xs {
  1515. display: block !important;
  1516. }
  1517. table.visible-sm.visible-xs {
  1518. display: table;
  1519. }
  1520. tr.visible-sm.visible-xs {
  1521. display: table-row !important;
  1522. }
  1523. th.visible-sm.visible-xs,
  1524. td.visible-sm.visible-xs {
  1525. display: table-cell !important;
  1526. }
  1527. }
  1528. @media (min-width: 768px) and (max-width: 991px) {
  1529. .visible-sm {
  1530. display: block !important;
  1531. }
  1532. table.visible-sm {
  1533. display: table;
  1534. }
  1535. tr.visible-sm {
  1536. display: table-row !important;
  1537. }
  1538. th.visible-sm,
  1539. td.visible-sm {
  1540. display: table-cell !important;
  1541. }
  1542. }
  1543. @media (min-width: 992px) and (max-width: 1199px) {
  1544. .visible-sm.visible-md {
  1545. display: block !important;
  1546. }
  1547. table.visible-sm.visible-md {
  1548. display: table;
  1549. }
  1550. tr.visible-sm.visible-md {
  1551. display: table-row !important;
  1552. }
  1553. th.visible-sm.visible-md,
  1554. td.visible-sm.visible-md {
  1555. display: table-cell !important;
  1556. }
  1557. }
  1558. @media (min-width: 1200px) {
  1559. .visible-sm.visible-lg {
  1560. display: block !important;
  1561. }
  1562. table.visible-sm.visible-lg {
  1563. display: table;
  1564. }
  1565. tr.visible-sm.visible-lg {
  1566. display: table-row !important;
  1567. }
  1568. th.visible-sm.visible-lg,
  1569. td.visible-sm.visible-lg {
  1570. display: table-cell !important;
  1571. }
  1572. }
  1573. .visible-md,
  1574. tr.visible-md,
  1575. th.visible-md,
  1576. td.visible-md {
  1577. display: none !important;
  1578. }
  1579. @media (max-width: 767px) {
  1580. .visible-md.visible-xs {
  1581. display: block !important;
  1582. }
  1583. table.visible-md.visible-xs {
  1584. display: table;
  1585. }
  1586. tr.visible-md.visible-xs {
  1587. display: table-row !important;
  1588. }
  1589. th.visible-md.visible-xs,
  1590. td.visible-md.visible-xs {
  1591. display: table-cell !important;
  1592. }
  1593. }
  1594. @media (min-width: 768px) and (max-width: 991px) {
  1595. .visible-md.visible-sm {
  1596. display: block !important;
  1597. }
  1598. table.visible-md.visible-sm {
  1599. display: table;
  1600. }
  1601. tr.visible-md.visible-sm {
  1602. display: table-row !important;
  1603. }
  1604. th.visible-md.visible-sm,
  1605. td.visible-md.visible-sm {
  1606. display: table-cell !important;
  1607. }
  1608. }
  1609. @media (min-width: 992px) and (max-width: 1199px) {
  1610. .visible-md {
  1611. display: block !important;
  1612. }
  1613. table.visible-md {
  1614. display: table;
  1615. }
  1616. tr.visible-md {
  1617. display: table-row !important;
  1618. }
  1619. th.visible-md,
  1620. td.visible-md {
  1621. display: table-cell !important;
  1622. }
  1623. }
  1624. @media (min-width: 1200px) {
  1625. .visible-md.visible-lg {
  1626. display: block !important;
  1627. }
  1628. table.visible-md.visible-lg {
  1629. display: table;
  1630. }
  1631. tr.visible-md.visible-lg {
  1632. display: table-row !important;
  1633. }
  1634. th.visible-md.visible-lg,
  1635. td.visible-md.visible-lg {
  1636. display: table-cell !important;
  1637. }
  1638. }
  1639. .visible-lg,
  1640. tr.visible-lg,
  1641. th.visible-lg,
  1642. td.visible-lg {
  1643. display: none !important;
  1644. }
  1645. @media (max-width: 767px) {
  1646. .visible-lg.visible-xs {
  1647. display: block !important;
  1648. }
  1649. table.visible-lg.visible-xs {
  1650. display: table;
  1651. }
  1652. tr.visible-lg.visible-xs {
  1653. display: table-row !important;
  1654. }
  1655. th.visible-lg.visible-xs,
  1656. td.visible-lg.visible-xs {
  1657. display: table-cell !important;
  1658. }
  1659. }
  1660. @media (min-width: 768px) and (max-width: 991px) {
  1661. .visible-lg.visible-sm {
  1662. display: block !important;
  1663. }
  1664. table.visible-lg.visible-sm {
  1665. display: table;
  1666. }
  1667. tr.visible-lg.visible-sm {
  1668. display: table-row !important;
  1669. }
  1670. th.visible-lg.visible-sm,
  1671. td.visible-lg.visible-sm {
  1672. display: table-cell !important;
  1673. }
  1674. }
  1675. @media (min-width: 992px) and (max-width: 1199px) {
  1676. .visible-lg.visible-md {
  1677. display: block !important;
  1678. }
  1679. table.visible-lg.visible-md {
  1680. display: table;
  1681. }
  1682. tr.visible-lg.visible-md {
  1683. display: table-row !important;
  1684. }
  1685. th.visible-lg.visible-md,
  1686. td.visible-lg.visible-md {
  1687. display: table-cell !important;
  1688. }
  1689. }
  1690. @media (min-width: 1200px) {
  1691. .visible-lg {
  1692. display: block !important;
  1693. }
  1694. table.visible-lg {
  1695. display: table;
  1696. }
  1697. tr.visible-lg {
  1698. display: table-row !important;
  1699. }
  1700. th.visible-lg,
  1701. td.visible-lg {
  1702. display: table-cell !important;
  1703. }
  1704. }
  1705. .hidden-xs {
  1706. display: block !important;
  1707. }
  1708. table.hidden-xs {
  1709. display: table;
  1710. }
  1711. tr.hidden-xs {
  1712. display: table-row !important;
  1713. }
  1714. th.hidden-xs,
  1715. td.hidden-xs {
  1716. display: table-cell !important;
  1717. }
  1718. @media (max-width: 767px) {
  1719. .hidden-xs,
  1720. tr.hidden-xs,
  1721. th.hidden-xs,
  1722. td.hidden-xs {
  1723. display: none !important;
  1724. }
  1725. }
  1726. @media (min-width: 768px) and (max-width: 991px) {
  1727. .hidden-xs.hidden-sm,
  1728. tr.hidden-xs.hidden-sm,
  1729. th.hidden-xs.hidden-sm,
  1730. td.hidden-xs.hidden-sm {
  1731. display: none !important;
  1732. }
  1733. }
  1734. @media (min-width: 992px) and (max-width: 1199px) {
  1735. .hidden-xs.hidden-md,
  1736. tr.hidden-xs.hidden-md,
  1737. th.hidden-xs.hidden-md,
  1738. td.hidden-xs.hidden-md {
  1739. display: none !important;
  1740. }
  1741. }
  1742. @media (min-width: 1200px) {
  1743. .hidden-xs.hidden-lg,
  1744. tr.hidden-xs.hidden-lg,
  1745. th.hidden-xs.hidden-lg,
  1746. td.hidden-xs.hidden-lg {
  1747. display: none !important;
  1748. }
  1749. }
  1750. .hidden-sm {
  1751. display: block !important;
  1752. }
  1753. table.hidden-sm {
  1754. display: table;
  1755. }
  1756. tr.hidden-sm {
  1757. display: table-row !important;
  1758. }
  1759. th.hidden-sm,
  1760. td.hidden-sm {
  1761. display: table-cell !important;
  1762. }
  1763. @media (max-width: 767px) {
  1764. .hidden-sm.hidden-xs,
  1765. tr.hidden-sm.hidden-xs,
  1766. th.hidden-sm.hidden-xs,
  1767. td.hidden-sm.hidden-xs {
  1768. display: none !important;
  1769. }
  1770. }
  1771. @media (min-width: 768px) and (max-width: 991px) {
  1772. .hidden-sm,
  1773. tr.hidden-sm,
  1774. th.hidden-sm,
  1775. td.hidden-sm {
  1776. display: none !important;
  1777. }
  1778. }
  1779. @media (min-width: 992px) and (max-width: 1199px) {
  1780. .hidden-sm.hidden-md,
  1781. tr.hidden-sm.hidden-md,
  1782. th.hidden-sm.hidden-md,
  1783. td.hidden-sm.hidden-md {
  1784. display: none !important;
  1785. }
  1786. }
  1787. @media (min-width: 1200px) {
  1788. .hidden-sm.hidden-lg,
  1789. tr.hidden-sm.hidden-lg,
  1790. th.hidden-sm.hidden-lg,
  1791. td.hidden-sm.hidden-lg {
  1792. display: none !important;
  1793. }
  1794. }
  1795. .hidden-md {
  1796. display: block !important;
  1797. }
  1798. table.hidden-md {
  1799. display: table;
  1800. }
  1801. tr.hidden-md {
  1802. display: table-row !important;
  1803. }
  1804. th.hidden-md,
  1805. td.hidden-md {
  1806. display: table-cell !important;
  1807. }
  1808. @media (max-width: 767px) {
  1809. .hidden-md.hidden-xs,
  1810. tr.hidden-md.hidden-xs,
  1811. th.hidden-md.hidden-xs,
  1812. td.hidden-md.hidden-xs {
  1813. display: none !important;
  1814. }
  1815. }
  1816. @media (min-width: 768px) and (max-width: 991px) {
  1817. .hidden-md.hidden-sm,
  1818. tr.hidden-md.hidden-sm,
  1819. th.hidden-md.hidden-sm,
  1820. td.hidden-md.hidden-sm {
  1821. display: none !important;
  1822. }
  1823. }
  1824. @media (min-width: 992px) and (max-width: 1199px) {
  1825. .hidden-md,
  1826. tr.hidden-md,
  1827. th.hidden-md,
  1828. td.hidden-md {
  1829. display: none !important;
  1830. }
  1831. }
  1832. @media (min-width: 1200px) {
  1833. .hidden-md.hidden-lg,
  1834. tr.hidden-md.hidden-lg,
  1835. th.hidden-md.hidden-lg,
  1836. td.hidden-md.hidden-lg {
  1837. display: none !important;
  1838. }
  1839. }
  1840. .hidden-lg {
  1841. display: block !important;
  1842. }
  1843. table.hidden-lg {
  1844. display: table;
  1845. }
  1846. tr.hidden-lg {
  1847. display: table-row !important;
  1848. }
  1849. th.hidden-lg,
  1850. td.hidden-lg {
  1851. display: table-cell !important;
  1852. }
  1853. @media (max-width: 767px) {
  1854. .hidden-lg.hidden-xs,
  1855. tr.hidden-lg.hidden-xs,
  1856. th.hidden-lg.hidden-xs,
  1857. td.hidden-lg.hidden-xs {
  1858. display: none !important;
  1859. }
  1860. }
  1861. @media (min-width: 768px) and (max-width: 991px) {
  1862. .hidden-lg.hidden-sm,
  1863. tr.hidden-lg.hidden-sm,
  1864. th.hidden-lg.hidden-sm,
  1865. td.hidden-lg.hidden-sm {
  1866. display: none !important;
  1867. }
  1868. }
  1869. @media (min-width: 992px) and (max-width: 1199px) {
  1870. .hidden-lg.hidden-md,
  1871. tr.hidden-lg.hidden-md,
  1872. th.hidden-lg.hidden-md,
  1873. td.hidden-lg.hidden-md {
  1874. display: none !important;
  1875. }
  1876. }
  1877. @media (min-width: 1200px) {
  1878. .hidden-lg,
  1879. tr.hidden-lg,
  1880. th.hidden-lg,
  1881. td.hidden-lg {
  1882. display: none !important;
  1883. }
  1884. }
  1885. .visible-print,
  1886. tr.visible-print,
  1887. th.visible-print,
  1888. td.visible-print {
  1889. display: none !important;
  1890. }
  1891. @media print {
  1892. .visible-print {
  1893. display: block !important;
  1894. }
  1895. table.visible-print {
  1896. display: table;
  1897. }
  1898. tr.visible-print {
  1899. display: table-row !important;
  1900. }
  1901. th.visible-print,
  1902. td.visible-print {
  1903. display: table-cell !important;
  1904. }
  1905. .hidden-print,
  1906. tr.hidden-print,
  1907. th.hidden-print,
  1908. td.hidden-print {
  1909. display: none !important;
  1910. }
  1911. }
  1912. /*
  1913. @import "../bower_components/octicons/octicons/octicons.less";
  1914. @octicons-font-path: "../bower_components/octicons/octicons/";*/
  1915. .browsehappy {
  1916. margin: 0.2em 0;
  1917. background: orange;
  1918. color: white;
  1919. padding: 0.2em 0;
  1920. }
  1921. #navigation ul {
  1922. float: right;
  1923. list-style: none;
  1924. margin: 30px 0;
  1925. }
  1926. #navigation li {
  1927. display: inline-block;
  1928. padding: 0 10px;
  1929. }
  1930. #navigation h1 {
  1931. font-family: "Source code Pro", monospace;
  1932. float: left;
  1933. }
  1934. h2 {
  1935. text-align: center;
  1936. font-size: 35px;
  1937. }
  1938. @media (min-width: 768px) {
  1939. h2 {
  1940. font-size: 50px;
  1941. }
  1942. }
  1943. .btn-cta {
  1944. -webkit-transition: all 0.3s;
  1945. transition: all 0.3s;
  1946. padding: 10px 50px;
  1947. border: 2px solid #e96e57;
  1948. font-size: 20px;
  1949. color: #e96e57;
  1950. -webkit-border-radius: 10px;
  1951. display: inline-block;
  1952. }
  1953. .btn-cta:hover {
  1954. text-decoration: none;
  1955. border-color: #36535a;
  1956. color: #36535a;
  1957. }
  1958. .wrapper {
  1959. margin: 0 auto;
  1960. max-width: 1100px;
  1961. margin-right: auto;
  1962. margin-left: auto;
  1963. padding-left: 38px;
  1964. padding-right: 38px;
  1965. }
  1966. .wrapper:before,
  1967. .wrapper:after {
  1968. content: " ";
  1969. display: table;
  1970. }
  1971. .wrapper:after {
  1972. clear: both;
  1973. }
  1974. .wrapper:before,
  1975. .wrapper:after {
  1976. content: " ";
  1977. display: table;
  1978. }
  1979. .wrapper:after {
  1980. clear: both;
  1981. }
  1982. @media (min-width: 768px) {
  1983. .wrapper {
  1984. width: 796px;
  1985. }
  1986. }
  1987. @media (min-width: 992px) {
  1988. .wrapper {
  1989. width: 1016px;
  1990. }
  1991. }
  1992. @media (min-width: 1200px) {
  1993. .wrapper {
  1994. width: 1216px;
  1995. }
  1996. }
  1997. section {
  1998. padding: 50px 0;
  1999. }
  2000. img {
  2001. max-width: 100%;
  2002. margin: 0 auto;
  2003. }
  2004. a:hover {
  2005. text-decoration: none;
  2006. color: inherit ;
  2007. }
  2008. #home {
  2009. text-align: center;
  2010. padding: 50px;
  2011. }
  2012. #home .btn-cta {
  2013. margin: 30px 0;
  2014. }
  2015. #home h2 {
  2016. font-size: 65px;
  2017. margin-top: -10px;
  2018. margin-bottom: 45px;
  2019. }
  2020. #from-terminal,
  2021. #from-web {
  2022. position: relative;
  2023. min-height: 1px;
  2024. padding-left: 38px;
  2025. padding-right: 38px;
  2026. }
  2027. @media (min-width: 992px) {
  2028. #from-terminal,
  2029. #from-web {
  2030. float: left;
  2031. width: 50%;
  2032. }
  2033. }
  2034. #from-terminal h3,
  2035. #from-web h3 {
  2036. font-size: 30px;
  2037. }
  2038. #web {
  2039. border: 1px dashed #85b5bb;
  2040. padding-top: 10px;
  2041. border-radius: 5px;
  2042. }
  2043. #web i {
  2044. font-size: 160px;
  2045. color: #85b5bb;
  2046. }
  2047. #web p.click {
  2048. margin-top: -66px;
  2049. font-size: 18px;
  2050. }
  2051. #web,
  2052. #terminal {
  2053. min-height: 250px;
  2054. }
  2055. #terminal {
  2056. padding: 40px 20px;
  2057. text-align: left;
  2058. color: #fff;
  2059. background: #36535a;
  2060. background: url(../images/terminal.svg);
  2061. background-repeat: no-repeat;
  2062. background-size: 100% auto;
  2063. font-family: "Source code Pro", monospace;
  2064. font-size: 11px;
  2065. }
  2066. .progress {
  2067. max-width: 80%;
  2068. margin: 0 auto;
  2069. }
  2070. #features {
  2071. background: #f6f8f8;
  2072. text-align: center;
  2073. padding: 100px 0;
  2074. }
  2075. #features h3 {
  2076. margin-top: -20px;
  2077. font-size: 25px;
  2078. line-height: 1.2;
  2079. }
  2080. #features p {
  2081. font-size: 18px;
  2082. }
  2083. #features i {
  2084. color: #85b5bb;
  2085. font-size: 100px;
  2086. }
  2087. #samples h4 {
  2088. margin-top: 30px;
  2089. }
  2090. #samples code {
  2091. display: block;
  2092. padding: 20px;
  2093. background: #f6f8f8;
  2094. font-family: "Source code Pro", monospace;
  2095. font-size: 12px;
  2096. }
  2097. #share {
  2098. text-align: center;
  2099. background: #85b5bb;
  2100. color: #fff;
  2101. padding: 75px 0;
  2102. }
  2103. #share i {
  2104. font-size: 50px;
  2105. }
  2106. #share ul {
  2107. margin-top: 30px;
  2108. list-style: none;
  2109. }
  2110. #share li {
  2111. margin: 0 20px;
  2112. display: inline-block;
  2113. }
  2114. #share a {
  2115. color: #fff;
  2116. }
  2117. footer {
  2118. text-align: center;
  2119. background: #36535a;
  2120. padding: 30px 0;
  2121. color: #fff;
  2122. }
  2123. footer p {
  2124. margin: 0;
  2125. }
  2126. footer i {
  2127. color: #e96e57;
  2128. }
  2129. footer a {
  2130. color: #f6f8f8;
  2131. }
  2132. footer img {
  2133. max-height: 40px;
  2134. margin-bottom: 30px;
  2135. }
  2136. #contact {
  2137. text-align: center;
  2138. padding: 100px 0;
  2139. padding: 150px 0;
  2140. }
  2141. #contact i {
  2142. font-size: 60px;
  2143. color: #85b5bb;
  2144. }
  2145. @media (min-width: 768px) {
  2146. #contact i {
  2147. font-size: 160px;
  2148. }
  2149. }
  2150. #contact h2 {
  2151. margin-top: -50px;
  2152. margin-bottom: 40px;
  2153. }
  2154. /* The MIT License */
  2155. .dropzone,
  2156. .dropzone *,
  2157. .dropzone-previews,
  2158. .dropzone-previews * {
  2159. -webkit-box-sizing: border-box;
  2160. -moz-box-sizing: border-box;
  2161. box-sizing: border-box;
  2162. }
  2163. .dropzone {
  2164. position: relative;
  2165. border: 1px solid rgba(0, 0, 0, 0.08);
  2166. background: rgba(0, 0, 0, 0.02);
  2167. padding: 1em;
  2168. }
  2169. .dropzone.dz-clickable {
  2170. cursor: pointer;
  2171. }
  2172. .dropzone.dz-clickable .dz-message,
  2173. .dropzone.dz-clickable .dz-message span {
  2174. cursor: pointer;
  2175. }
  2176. .dropzone.dz-clickable * {
  2177. cursor: default;
  2178. }
  2179. .dropzone .dz-message {
  2180. opacity: 1;
  2181. -ms-filter: none;
  2182. filter: none;
  2183. }
  2184. .dropzone.dz-drag-hover {
  2185. border-color: rgba(0, 0, 0, 0.15);
  2186. background: rgba(0, 0, 0, 0.04);
  2187. }
  2188. .dropzone.dz-started .dz-message {
  2189. display: none;
  2190. }
  2191. .dropzone .dz-preview,
  2192. .dropzone-previews .dz-preview {
  2193. background: rgba(255, 255, 255, 0.8);
  2194. position: relative;
  2195. display: inline-block;
  2196. margin: 17px;
  2197. vertical-align: top;
  2198. border: 1px solid #acacac;
  2199. padding: 6px 6px 6px 6px;
  2200. }
  2201. .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
  2202. .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  2203. display: none;
  2204. }
  2205. .dropzone .dz-preview .dz-details,
  2206. .dropzone-previews .dz-preview .dz-details {
  2207. width: 50px;
  2208. height: 50px;
  2209. position: relative;
  2210. background: #ebebeb;
  2211. padding: 5px;
  2212. margin-bottom: 22px;
  2213. }
  2214. .dropzone .dz-preview .dz-details .dz-filename,
  2215. .dropzone-previews .dz-preview .dz-details .dz-filename {
  2216. overflow: hidden;
  2217. height: 100%;
  2218. }
  2219. .dropzone .dz-preview .dz-details img,
  2220. .dropzone-previews .dz-preview .dz-details img {
  2221. position: absolute;
  2222. top: 0;
  2223. left: 0;
  2224. width: 100px;
  2225. height: 100px;
  2226. }
  2227. .dropzone .dz-preview .dz-details .dz-size,
  2228. .dropzone-previews .dz-preview .dz-details .dz-size {
  2229. position: absolute;
  2230. bottom: -28px;
  2231. left: 3px;
  2232. height: 28px;
  2233. line-height: 28px;
  2234. }
  2235. .dropzone .dz-preview.dz-error .dz-error-mark,
  2236. .dropzone-previews .dz-preview.dz-error .dz-error-mark {
  2237. display: block;
  2238. }
  2239. .dropzone .dz-preview.dz-success .dz-success-mark,
  2240. .dropzone-previews .dz-preview.dz-success .dz-success-mark {
  2241. display: block;
  2242. }
  2243. .dropzone .dz-preview:hover .dz-details img,
  2244. .dropzone-previews .dz-preview:hover .dz-details img {
  2245. display: none;
  2246. }
  2247. .dropzone .dz-preview .dz-success-mark,
  2248. .dropzone-previews .dz-preview .dz-success-mark,
  2249. .dropzone .dz-preview .dz-error-mark,
  2250. .dropzone-previews .dz-preview .dz-error-mark {
  2251. display: none;
  2252. position: absolute;
  2253. width: 40px;
  2254. height: 40px;
  2255. font-size: 30px;
  2256. text-align: center;
  2257. right: -10px;
  2258. top: -10px;
  2259. }
  2260. .dropzone .dz-preview .dz-success-mark,
  2261. .dropzone-previews .dz-preview .dz-success-mark {
  2262. color: #8cc657;
  2263. }
  2264. .dropzone .dz-preview .dz-error-mark,
  2265. .dropzone-previews .dz-preview .dz-error-mark {
  2266. color: #ee162d;
  2267. }
  2268. .dropzone .dz-preview .dz-progress,
  2269. .dropzone-previews .dz-preview .dz-progress {
  2270. position: absolute;
  2271. top: 100px;
  2272. left: 6px;
  2273. right: 6px;
  2274. height: 6px;
  2275. background: #d7d7d7;
  2276. display: none;
  2277. }
  2278. .dropzone .dz-preview .dz-progress .dz-upload,
  2279. .dropzone-previews .dz-preview .dz-progress .dz-upload {
  2280. display: block;
  2281. position: absolute;
  2282. top: 0;
  2283. bottom: 0;
  2284. left: 0;
  2285. width: 0%;
  2286. background-color: #8cc657;
  2287. }
  2288. .dropzone .dz-preview.dz-processing .dz-progress,
  2289. .dropzone-previews .dz-preview.dz-processing .dz-progress {
  2290. display: block;
  2291. }
  2292. .dropzone .dz-preview .dz-error-message,
  2293. .dropzone-previews .dz-preview .dz-error-message {
  2294. display: none;
  2295. position: absolute;
  2296. top: -5px;
  2297. left: -20px;
  2298. background: rgba(245, 245, 245, 0.8);
  2299. padding: 8px 10px;
  2300. color: #800;
  2301. min-width: 140px;
  2302. max-width: 500px;
  2303. z-index: 500;
  2304. }
  2305. /*.dropzone .dz-preview:hover.dz-error .dz-error-message,
  2306. .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  2307. display: block;
  2308. }*/
  2309. @font-face {
  2310. font-family: "transfersh";
  2311. src: url("../fonts/transfersh.eot");
  2312. src: url("../fonts/transfersh.eot?#iefix") format("embedded-opentype"), url("../fonts/transfersh.woff") format("woff"), url("../fonts/transfersh.ttf") format("truetype"), url("../fonts/transfersh.svg#transfersh") format("svg");
  2313. font-weight: normal;
  2314. font-style: normal;
  2315. }
  2316. [data-icon]:before {
  2317. font-family: "transfersh" !important;
  2318. content: attr(data-icon);
  2319. font-style: normal !important;
  2320. font-weight: normal !important;
  2321. font-variant: normal !important;
  2322. text-transform: none !important;
  2323. speak: none;
  2324. line-height: 1;
  2325. -webkit-font-smoothing: antialiased;
  2326. -moz-osx-font-smoothing: grayscale;
  2327. }
  2328. [class^="icon-"]:before,
  2329. [class*=" icon-"]:before {
  2330. font-family: "transfersh" !important;
  2331. font-style: normal !important;
  2332. font-weight: normal !important;
  2333. font-variant: normal !important;
  2334. text-transform: none !important;
  2335. speak: none;
  2336. line-height: 1;
  2337. -webkit-font-smoothing: antialiased;
  2338. -moz-osx-font-smoothing: grayscale;
  2339. }
  2340. .icon-terminal:before {
  2341. content: "a";
  2342. }
  2343. .icon-share:before {
  2344. content: "b";
  2345. }
  2346. .icon-clock:before {
  2347. content: "g";
  2348. }
  2349. .icon-tag:before {
  2350. content: "c";
  2351. }
  2352. .icon-upload-cloud:before {
  2353. content: "m";
  2354. }
  2355. .icon-mail:before {
  2356. content: "j";
  2357. }
  2358. .icon-gauge:before {
  2359. content: "k";
  2360. }
  2361. .icon-lock:before {
  2362. content: "h";
  2363. }
  2364. .icon-database:before {
  2365. content: "i";
  2366. }
  2367. .icon-heart:before {
  2368. content: "e";
  2369. }
  2370. .icon-link:before {
  2371. content: "d";
  2372. }
  2373. .icon-facebook:before {
  2374. content: "l";
  2375. }
  2376. .icon-twitter:before {
  2377. content: "n";
  2378. }
  2379. .icon-linkedin:before {
  2380. content: "o";
  2381. }
  2382. .icon-gplus:before {
  2383. content: "p";
  2384. }
  2385. /*# sourceMappingURL=/styles/main.css.map */