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.
 
 
 

6464 lines
118 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: #3b3b3b;
  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: #3b3b3b;
  275. text-decoration: none;
  276. }
  277. a:hover,
  278. a:focus {
  279. color: #151515;
  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. code,
  626. kbd,
  627. pre,
  628. samp {
  629. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  630. }
  631. code {
  632. padding: 2px 4px;
  633. font-size: 90%;
  634. color: #c7254e;
  635. background-color: #f9f2f4;
  636. white-space: nowrap;
  637. border-radius: 4px;
  638. }
  639. pre {
  640. display: block;
  641. padding: 9.5px;
  642. margin: 0 0 10px;
  643. font-size: 13px;
  644. line-height: 1.42857143;
  645. word-break: break-all;
  646. word-wrap: break-word;
  647. color: #333333;
  648. background-color: #f5f5f5;
  649. border: 1px solid #cccccc;
  650. border-radius: 4px;
  651. }
  652. pre code {
  653. padding: 0;
  654. font-size: inherit;
  655. color: inherit;
  656. white-space: pre-wrap;
  657. background-color: transparent;
  658. border-radius: 0;
  659. }
  660. .pre-scrollable {
  661. max-height: 340px;
  662. overflow-y: scroll;
  663. }
  664. .container {
  665. margin-right: auto;
  666. margin-left: auto;
  667. padding-left: 35px;
  668. padding-right: 35px;
  669. }
  670. .container:before,
  671. .container:after {
  672. content: " ";
  673. display: table;
  674. }
  675. .container:after {
  676. clear: both;
  677. }
  678. .container:before,
  679. .container:after {
  680. content: " ";
  681. display: table;
  682. }
  683. .container:after {
  684. clear: both;
  685. }
  686. @media (min-width: 768px) {
  687. .container {
  688. width: 790px;
  689. }
  690. }
  691. @media (min-width: 992px) {
  692. .container {
  693. width: 1010px;
  694. }
  695. }
  696. @media (min-width: 1200px) {
  697. .container {
  698. width: 1210px;
  699. }
  700. }
  701. .row {
  702. margin-left: -35px;
  703. margin-right: -35px;
  704. }
  705. .row:before,
  706. .row:after {
  707. content: " ";
  708. display: table;
  709. }
  710. .row:after {
  711. clear: both;
  712. }
  713. .row:before,
  714. .row:after {
  715. content: " ";
  716. display: table;
  717. }
  718. .row:after {
  719. clear: both;
  720. }
  721. .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 {
  722. position: relative;
  723. min-height: 1px;
  724. padding-left: 35px;
  725. padding-right: 35px;
  726. }
  727. .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 {
  728. float: left;
  729. }
  730. .col-xs-12 {
  731. width: 100%;
  732. }
  733. .col-xs-11 {
  734. width: 91.66666667%;
  735. }
  736. .col-xs-10 {
  737. width: 83.33333333%;
  738. }
  739. .col-xs-9 {
  740. width: 75%;
  741. }
  742. .col-xs-8 {
  743. width: 66.66666667%;
  744. }
  745. .col-xs-7 {
  746. width: 58.33333333%;
  747. }
  748. .col-xs-6 {
  749. width: 50%;
  750. }
  751. .col-xs-5 {
  752. width: 41.66666667%;
  753. }
  754. .col-xs-4 {
  755. width: 33.33333333%;
  756. }
  757. .col-xs-3 {
  758. width: 25%;
  759. }
  760. .col-xs-2 {
  761. width: 16.66666667%;
  762. }
  763. .col-xs-1 {
  764. width: 8.33333333%;
  765. }
  766. .col-xs-pull-12 {
  767. right: 100%;
  768. }
  769. .col-xs-pull-11 {
  770. right: 91.66666667%;
  771. }
  772. .col-xs-pull-10 {
  773. right: 83.33333333%;
  774. }
  775. .col-xs-pull-9 {
  776. right: 75%;
  777. }
  778. .col-xs-pull-8 {
  779. right: 66.66666667%;
  780. }
  781. .col-xs-pull-7 {
  782. right: 58.33333333%;
  783. }
  784. .col-xs-pull-6 {
  785. right: 50%;
  786. }
  787. .col-xs-pull-5 {
  788. right: 41.66666667%;
  789. }
  790. .col-xs-pull-4 {
  791. right: 33.33333333%;
  792. }
  793. .col-xs-pull-3 {
  794. right: 25%;
  795. }
  796. .col-xs-pull-2 {
  797. right: 16.66666667%;
  798. }
  799. .col-xs-pull-1 {
  800. right: 8.33333333%;
  801. }
  802. .col-xs-pull-0 {
  803. right: 0%;
  804. }
  805. .col-xs-push-12 {
  806. left: 100%;
  807. }
  808. .col-xs-push-11 {
  809. left: 91.66666667%;
  810. }
  811. .col-xs-push-10 {
  812. left: 83.33333333%;
  813. }
  814. .col-xs-push-9 {
  815. left: 75%;
  816. }
  817. .col-xs-push-8 {
  818. left: 66.66666667%;
  819. }
  820. .col-xs-push-7 {
  821. left: 58.33333333%;
  822. }
  823. .col-xs-push-6 {
  824. left: 50%;
  825. }
  826. .col-xs-push-5 {
  827. left: 41.66666667%;
  828. }
  829. .col-xs-push-4 {
  830. left: 33.33333333%;
  831. }
  832. .col-xs-push-3 {
  833. left: 25%;
  834. }
  835. .col-xs-push-2 {
  836. left: 16.66666667%;
  837. }
  838. .col-xs-push-1 {
  839. left: 8.33333333%;
  840. }
  841. .col-xs-push-0 {
  842. left: 0%;
  843. }
  844. .col-xs-offset-12 {
  845. margin-left: 100%;
  846. }
  847. .col-xs-offset-11 {
  848. margin-left: 91.66666667%;
  849. }
  850. .col-xs-offset-10 {
  851. margin-left: 83.33333333%;
  852. }
  853. .col-xs-offset-9 {
  854. margin-left: 75%;
  855. }
  856. .col-xs-offset-8 {
  857. margin-left: 66.66666667%;
  858. }
  859. .col-xs-offset-7 {
  860. margin-left: 58.33333333%;
  861. }
  862. .col-xs-offset-6 {
  863. margin-left: 50%;
  864. }
  865. .col-xs-offset-5 {
  866. margin-left: 41.66666667%;
  867. }
  868. .col-xs-offset-4 {
  869. margin-left: 33.33333333%;
  870. }
  871. .col-xs-offset-3 {
  872. margin-left: 25%;
  873. }
  874. .col-xs-offset-2 {
  875. margin-left: 16.66666667%;
  876. }
  877. .col-xs-offset-1 {
  878. margin-left: 8.33333333%;
  879. }
  880. .col-xs-offset-0 {
  881. margin-left: 0%;
  882. }
  883. @media (min-width: 768px) {
  884. .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 {
  885. float: left;
  886. }
  887. .col-sm-12 {
  888. width: 100%;
  889. }
  890. .col-sm-11 {
  891. width: 91.66666667%;
  892. }
  893. .col-sm-10 {
  894. width: 83.33333333%;
  895. }
  896. .col-sm-9 {
  897. width: 75%;
  898. }
  899. .col-sm-8 {
  900. width: 66.66666667%;
  901. }
  902. .col-sm-7 {
  903. width: 58.33333333%;
  904. }
  905. .col-sm-6 {
  906. width: 50%;
  907. }
  908. .col-sm-5 {
  909. width: 41.66666667%;
  910. }
  911. .col-sm-4 {
  912. width: 33.33333333%;
  913. }
  914. .col-sm-3 {
  915. width: 25%;
  916. }
  917. .col-sm-2 {
  918. width: 16.66666667%;
  919. }
  920. .col-sm-1 {
  921. width: 8.33333333%;
  922. }
  923. .col-sm-pull-12 {
  924. right: 100%;
  925. }
  926. .col-sm-pull-11 {
  927. right: 91.66666667%;
  928. }
  929. .col-sm-pull-10 {
  930. right: 83.33333333%;
  931. }
  932. .col-sm-pull-9 {
  933. right: 75%;
  934. }
  935. .col-sm-pull-8 {
  936. right: 66.66666667%;
  937. }
  938. .col-sm-pull-7 {
  939. right: 58.33333333%;
  940. }
  941. .col-sm-pull-6 {
  942. right: 50%;
  943. }
  944. .col-sm-pull-5 {
  945. right: 41.66666667%;
  946. }
  947. .col-sm-pull-4 {
  948. right: 33.33333333%;
  949. }
  950. .col-sm-pull-3 {
  951. right: 25%;
  952. }
  953. .col-sm-pull-2 {
  954. right: 16.66666667%;
  955. }
  956. .col-sm-pull-1 {
  957. right: 8.33333333%;
  958. }
  959. .col-sm-pull-0 {
  960. right: 0%;
  961. }
  962. .col-sm-push-12 {
  963. left: 100%;
  964. }
  965. .col-sm-push-11 {
  966. left: 91.66666667%;
  967. }
  968. .col-sm-push-10 {
  969. left: 83.33333333%;
  970. }
  971. .col-sm-push-9 {
  972. left: 75%;
  973. }
  974. .col-sm-push-8 {
  975. left: 66.66666667%;
  976. }
  977. .col-sm-push-7 {
  978. left: 58.33333333%;
  979. }
  980. .col-sm-push-6 {
  981. left: 50%;
  982. }
  983. .col-sm-push-5 {
  984. left: 41.66666667%;
  985. }
  986. .col-sm-push-4 {
  987. left: 33.33333333%;
  988. }
  989. .col-sm-push-3 {
  990. left: 25%;
  991. }
  992. .col-sm-push-2 {
  993. left: 16.66666667%;
  994. }
  995. .col-sm-push-1 {
  996. left: 8.33333333%;
  997. }
  998. .col-sm-push-0 {
  999. left: 0%;
  1000. }
  1001. .col-sm-offset-12 {
  1002. margin-left: 100%;
  1003. }
  1004. .col-sm-offset-11 {
  1005. margin-left: 91.66666667%;
  1006. }
  1007. .col-sm-offset-10 {
  1008. margin-left: 83.33333333%;
  1009. }
  1010. .col-sm-offset-9 {
  1011. margin-left: 75%;
  1012. }
  1013. .col-sm-offset-8 {
  1014. margin-left: 66.66666667%;
  1015. }
  1016. .col-sm-offset-7 {
  1017. margin-left: 58.33333333%;
  1018. }
  1019. .col-sm-offset-6 {
  1020. margin-left: 50%;
  1021. }
  1022. .col-sm-offset-5 {
  1023. margin-left: 41.66666667%;
  1024. }
  1025. .col-sm-offset-4 {
  1026. margin-left: 33.33333333%;
  1027. }
  1028. .col-sm-offset-3 {
  1029. margin-left: 25%;
  1030. }
  1031. .col-sm-offset-2 {
  1032. margin-left: 16.66666667%;
  1033. }
  1034. .col-sm-offset-1 {
  1035. margin-left: 8.33333333%;
  1036. }
  1037. .col-sm-offset-0 {
  1038. margin-left: 0%;
  1039. }
  1040. }
  1041. @media (min-width: 992px) {
  1042. .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 {
  1043. float: left;
  1044. }
  1045. .col-md-12 {
  1046. width: 100%;
  1047. }
  1048. .col-md-11 {
  1049. width: 91.66666667%;
  1050. }
  1051. .col-md-10 {
  1052. width: 83.33333333%;
  1053. }
  1054. .col-md-9 {
  1055. width: 75%;
  1056. }
  1057. .col-md-8 {
  1058. width: 66.66666667%;
  1059. }
  1060. .col-md-7 {
  1061. width: 58.33333333%;
  1062. }
  1063. .col-md-6 {
  1064. width: 50%;
  1065. }
  1066. .col-md-5 {
  1067. width: 41.66666667%;
  1068. }
  1069. .col-md-4 {
  1070. width: 33.33333333%;
  1071. }
  1072. .col-md-3 {
  1073. width: 25%;
  1074. }
  1075. .col-md-2 {
  1076. width: 16.66666667%;
  1077. }
  1078. .col-md-1 {
  1079. width: 8.33333333%;
  1080. }
  1081. .col-md-pull-12 {
  1082. right: 100%;
  1083. }
  1084. .col-md-pull-11 {
  1085. right: 91.66666667%;
  1086. }
  1087. .col-md-pull-10 {
  1088. right: 83.33333333%;
  1089. }
  1090. .col-md-pull-9 {
  1091. right: 75%;
  1092. }
  1093. .col-md-pull-8 {
  1094. right: 66.66666667%;
  1095. }
  1096. .col-md-pull-7 {
  1097. right: 58.33333333%;
  1098. }
  1099. .col-md-pull-6 {
  1100. right: 50%;
  1101. }
  1102. .col-md-pull-5 {
  1103. right: 41.66666667%;
  1104. }
  1105. .col-md-pull-4 {
  1106. right: 33.33333333%;
  1107. }
  1108. .col-md-pull-3 {
  1109. right: 25%;
  1110. }
  1111. .col-md-pull-2 {
  1112. right: 16.66666667%;
  1113. }
  1114. .col-md-pull-1 {
  1115. right: 8.33333333%;
  1116. }
  1117. .col-md-pull-0 {
  1118. right: 0%;
  1119. }
  1120. .col-md-push-12 {
  1121. left: 100%;
  1122. }
  1123. .col-md-push-11 {
  1124. left: 91.66666667%;
  1125. }
  1126. .col-md-push-10 {
  1127. left: 83.33333333%;
  1128. }
  1129. .col-md-push-9 {
  1130. left: 75%;
  1131. }
  1132. .col-md-push-8 {
  1133. left: 66.66666667%;
  1134. }
  1135. .col-md-push-7 {
  1136. left: 58.33333333%;
  1137. }
  1138. .col-md-push-6 {
  1139. left: 50%;
  1140. }
  1141. .col-md-push-5 {
  1142. left: 41.66666667%;
  1143. }
  1144. .col-md-push-4 {
  1145. left: 33.33333333%;
  1146. }
  1147. .col-md-push-3 {
  1148. left: 25%;
  1149. }
  1150. .col-md-push-2 {
  1151. left: 16.66666667%;
  1152. }
  1153. .col-md-push-1 {
  1154. left: 8.33333333%;
  1155. }
  1156. .col-md-push-0 {
  1157. left: 0%;
  1158. }
  1159. .col-md-offset-12 {
  1160. margin-left: 100%;
  1161. }
  1162. .col-md-offset-11 {
  1163. margin-left: 91.66666667%;
  1164. }
  1165. .col-md-offset-10 {
  1166. margin-left: 83.33333333%;
  1167. }
  1168. .col-md-offset-9 {
  1169. margin-left: 75%;
  1170. }
  1171. .col-md-offset-8 {
  1172. margin-left: 66.66666667%;
  1173. }
  1174. .col-md-offset-7 {
  1175. margin-left: 58.33333333%;
  1176. }
  1177. .col-md-offset-6 {
  1178. margin-left: 50%;
  1179. }
  1180. .col-md-offset-5 {
  1181. margin-left: 41.66666667%;
  1182. }
  1183. .col-md-offset-4 {
  1184. margin-left: 33.33333333%;
  1185. }
  1186. .col-md-offset-3 {
  1187. margin-left: 25%;
  1188. }
  1189. .col-md-offset-2 {
  1190. margin-left: 16.66666667%;
  1191. }
  1192. .col-md-offset-1 {
  1193. margin-left: 8.33333333%;
  1194. }
  1195. .col-md-offset-0 {
  1196. margin-left: 0%;
  1197. }
  1198. }
  1199. @media (min-width: 1200px) {
  1200. .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 {
  1201. float: left;
  1202. }
  1203. .col-lg-12 {
  1204. width: 100%;
  1205. }
  1206. .col-lg-11 {
  1207. width: 91.66666667%;
  1208. }
  1209. .col-lg-10 {
  1210. width: 83.33333333%;
  1211. }
  1212. .col-lg-9 {
  1213. width: 75%;
  1214. }
  1215. .col-lg-8 {
  1216. width: 66.66666667%;
  1217. }
  1218. .col-lg-7 {
  1219. width: 58.33333333%;
  1220. }
  1221. .col-lg-6 {
  1222. width: 50%;
  1223. }
  1224. .col-lg-5 {
  1225. width: 41.66666667%;
  1226. }
  1227. .col-lg-4 {
  1228. width: 33.33333333%;
  1229. }
  1230. .col-lg-3 {
  1231. width: 25%;
  1232. }
  1233. .col-lg-2 {
  1234. width: 16.66666667%;
  1235. }
  1236. .col-lg-1 {
  1237. width: 8.33333333%;
  1238. }
  1239. .col-lg-pull-12 {
  1240. right: 100%;
  1241. }
  1242. .col-lg-pull-11 {
  1243. right: 91.66666667%;
  1244. }
  1245. .col-lg-pull-10 {
  1246. right: 83.33333333%;
  1247. }
  1248. .col-lg-pull-9 {
  1249. right: 75%;
  1250. }
  1251. .col-lg-pull-8 {
  1252. right: 66.66666667%;
  1253. }
  1254. .col-lg-pull-7 {
  1255. right: 58.33333333%;
  1256. }
  1257. .col-lg-pull-6 {
  1258. right: 50%;
  1259. }
  1260. .col-lg-pull-5 {
  1261. right: 41.66666667%;
  1262. }
  1263. .col-lg-pull-4 {
  1264. right: 33.33333333%;
  1265. }
  1266. .col-lg-pull-3 {
  1267. right: 25%;
  1268. }
  1269. .col-lg-pull-2 {
  1270. right: 16.66666667%;
  1271. }
  1272. .col-lg-pull-1 {
  1273. right: 8.33333333%;
  1274. }
  1275. .col-lg-pull-0 {
  1276. right: 0%;
  1277. }
  1278. .col-lg-push-12 {
  1279. left: 100%;
  1280. }
  1281. .col-lg-push-11 {
  1282. left: 91.66666667%;
  1283. }
  1284. .col-lg-push-10 {
  1285. left: 83.33333333%;
  1286. }
  1287. .col-lg-push-9 {
  1288. left: 75%;
  1289. }
  1290. .col-lg-push-8 {
  1291. left: 66.66666667%;
  1292. }
  1293. .col-lg-push-7 {
  1294. left: 58.33333333%;
  1295. }
  1296. .col-lg-push-6 {
  1297. left: 50%;
  1298. }
  1299. .col-lg-push-5 {
  1300. left: 41.66666667%;
  1301. }
  1302. .col-lg-push-4 {
  1303. left: 33.33333333%;
  1304. }
  1305. .col-lg-push-3 {
  1306. left: 25%;
  1307. }
  1308. .col-lg-push-2 {
  1309. left: 16.66666667%;
  1310. }
  1311. .col-lg-push-1 {
  1312. left: 8.33333333%;
  1313. }
  1314. .col-lg-push-0 {
  1315. left: 0%;
  1316. }
  1317. .col-lg-offset-12 {
  1318. margin-left: 100%;
  1319. }
  1320. .col-lg-offset-11 {
  1321. margin-left: 91.66666667%;
  1322. }
  1323. .col-lg-offset-10 {
  1324. margin-left: 83.33333333%;
  1325. }
  1326. .col-lg-offset-9 {
  1327. margin-left: 75%;
  1328. }
  1329. .col-lg-offset-8 {
  1330. margin-left: 66.66666667%;
  1331. }
  1332. .col-lg-offset-7 {
  1333. margin-left: 58.33333333%;
  1334. }
  1335. .col-lg-offset-6 {
  1336. margin-left: 50%;
  1337. }
  1338. .col-lg-offset-5 {
  1339. margin-left: 41.66666667%;
  1340. }
  1341. .col-lg-offset-4 {
  1342. margin-left: 33.33333333%;
  1343. }
  1344. .col-lg-offset-3 {
  1345. margin-left: 25%;
  1346. }
  1347. .col-lg-offset-2 {
  1348. margin-left: 16.66666667%;
  1349. }
  1350. .col-lg-offset-1 {
  1351. margin-left: 8.33333333%;
  1352. }
  1353. .col-lg-offset-0 {
  1354. margin-left: 0%;
  1355. }
  1356. }
  1357. table {
  1358. max-width: 100%;
  1359. background-color: transparent;
  1360. }
  1361. th {
  1362. text-align: left;
  1363. }
  1364. .table {
  1365. width: 100%;
  1366. margin-bottom: 20px;
  1367. }
  1368. .table > thead > tr > th,
  1369. .table > tbody > tr > th,
  1370. .table > tfoot > tr > th,
  1371. .table > thead > tr > td,
  1372. .table > tbody > tr > td,
  1373. .table > tfoot > tr > td {
  1374. padding: 8px;
  1375. line-height: 1.42857143;
  1376. vertical-align: top;
  1377. border-top: 1px solid #dddddd;
  1378. }
  1379. .table > thead > tr > th {
  1380. vertical-align: bottom;
  1381. border-bottom: 2px solid #dddddd;
  1382. }
  1383. .table > caption + thead > tr:first-child > th,
  1384. .table > colgroup + thead > tr:first-child > th,
  1385. .table > thead:first-child > tr:first-child > th,
  1386. .table > caption + thead > tr:first-child > td,
  1387. .table > colgroup + thead > tr:first-child > td,
  1388. .table > thead:first-child > tr:first-child > td {
  1389. border-top: 0;
  1390. }
  1391. .table > tbody + tbody {
  1392. border-top: 2px solid #dddddd;
  1393. }
  1394. .table .table {
  1395. background-color: #ffffff;
  1396. }
  1397. .table-condensed > thead > tr > th,
  1398. .table-condensed > tbody > tr > th,
  1399. .table-condensed > tfoot > tr > th,
  1400. .table-condensed > thead > tr > td,
  1401. .table-condensed > tbody > tr > td,
  1402. .table-condensed > tfoot > tr > td {
  1403. padding: 5px;
  1404. }
  1405. .table-bordered {
  1406. border: 1px solid #dddddd;
  1407. }
  1408. .table-bordered > thead > tr > th,
  1409. .table-bordered > tbody > tr > th,
  1410. .table-bordered > tfoot > tr > th,
  1411. .table-bordered > thead > tr > td,
  1412. .table-bordered > tbody > tr > td,
  1413. .table-bordered > tfoot > tr > td {
  1414. border: 1px solid #dddddd;
  1415. }
  1416. .table-bordered > thead > tr > th,
  1417. .table-bordered > thead > tr > td {
  1418. border-bottom-width: 2px;
  1419. }
  1420. .table-striped > tbody > tr:nth-child(odd) > td,
  1421. .table-striped > tbody > tr:nth-child(odd) > th {
  1422. background-color: #f9f9f9;
  1423. }
  1424. .table-hover > tbody > tr:hover > td,
  1425. .table-hover > tbody > tr:hover > th {
  1426. background-color: #f5f5f5;
  1427. }
  1428. table col[class*="col-"] {
  1429. position: static;
  1430. float: none;
  1431. display: table-column;
  1432. }
  1433. table td[class*="col-"],
  1434. table th[class*="col-"] {
  1435. float: none;
  1436. display: table-cell;
  1437. }
  1438. .table > thead > tr > .active,
  1439. .table > tbody > tr > .active,
  1440. .table > tfoot > tr > .active,
  1441. .table > thead > .active > td,
  1442. .table > tbody > .active > td,
  1443. .table > tfoot > .active > td,
  1444. .table > thead > .active > th,
  1445. .table > tbody > .active > th,
  1446. .table > tfoot > .active > th {
  1447. background-color: #f5f5f5;
  1448. }
  1449. .table-hover > tbody > tr > .active:hover,
  1450. .table-hover > tbody > .active:hover > td,
  1451. .table-hover > tbody > .active:hover > th {
  1452. background-color: #e8e8e8;
  1453. }
  1454. .table > thead > tr > .success,
  1455. .table > tbody > tr > .success,
  1456. .table > tfoot > tr > .success,
  1457. .table > thead > .success > td,
  1458. .table > tbody > .success > td,
  1459. .table > tfoot > .success > td,
  1460. .table > thead > .success > th,
  1461. .table > tbody > .success > th,
  1462. .table > tfoot > .success > th {
  1463. background-color: #dff0d8;
  1464. }
  1465. .table-hover > tbody > tr > .success:hover,
  1466. .table-hover > tbody > .success:hover > td,
  1467. .table-hover > tbody > .success:hover > th {
  1468. background-color: #d0e9c6;
  1469. }
  1470. .table > thead > tr > .danger,
  1471. .table > tbody > tr > .danger,
  1472. .table > tfoot > tr > .danger,
  1473. .table > thead > .danger > td,
  1474. .table > tbody > .danger > td,
  1475. .table > tfoot > .danger > td,
  1476. .table > thead > .danger > th,
  1477. .table > tbody > .danger > th,
  1478. .table > tfoot > .danger > th {
  1479. background-color: #f2dede;
  1480. }
  1481. .table-hover > tbody > tr > .danger:hover,
  1482. .table-hover > tbody > .danger:hover > td,
  1483. .table-hover > tbody > .danger:hover > th {
  1484. background-color: #ebcccc;
  1485. }
  1486. .table > thead > tr > .warning,
  1487. .table > tbody > tr > .warning,
  1488. .table > tfoot > tr > .warning,
  1489. .table > thead > .warning > td,
  1490. .table > tbody > .warning > td,
  1491. .table > tfoot > .warning > td,
  1492. .table > thead > .warning > th,
  1493. .table > tbody > .warning > th,
  1494. .table > tfoot > .warning > th {
  1495. background-color: #fcf8e3;
  1496. }
  1497. .table-hover > tbody > tr > .warning:hover,
  1498. .table-hover > tbody > .warning:hover > td,
  1499. .table-hover > tbody > .warning:hover > th {
  1500. background-color: #faf2cc;
  1501. }
  1502. @media (max-width: 767px) {
  1503. .table-responsive {
  1504. width: 100%;
  1505. margin-bottom: 15px;
  1506. overflow-y: hidden;
  1507. overflow-x: scroll;
  1508. -ms-overflow-style: -ms-autohiding-scrollbar;
  1509. border: 1px solid #dddddd;
  1510. -webkit-overflow-scrolling: touch;
  1511. }
  1512. .table-responsive > .table {
  1513. margin-bottom: 0;
  1514. }
  1515. .table-responsive > .table > thead > tr > th,
  1516. .table-responsive > .table > tbody > tr > th,
  1517. .table-responsive > .table > tfoot > tr > th,
  1518. .table-responsive > .table > thead > tr > td,
  1519. .table-responsive > .table > tbody > tr > td,
  1520. .table-responsive > .table > tfoot > tr > td {
  1521. white-space: nowrap;
  1522. }
  1523. .table-responsive > .table-bordered {
  1524. border: 0;
  1525. }
  1526. .table-responsive > .table-bordered > thead > tr > th:first-child,
  1527. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1528. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1529. .table-responsive > .table-bordered > thead > tr > td:first-child,
  1530. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1531. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1532. border-left: 0;
  1533. }
  1534. .table-responsive > .table-bordered > thead > tr > th:last-child,
  1535. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1536. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1537. .table-responsive > .table-bordered > thead > tr > td:last-child,
  1538. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1539. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1540. border-right: 0;
  1541. }
  1542. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  1543. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  1544. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  1545. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  1546. border-bottom: 0;
  1547. }
  1548. }
  1549. fieldset {
  1550. padding: 0;
  1551. margin: 0;
  1552. border: 0;
  1553. }
  1554. legend {
  1555. display: block;
  1556. width: 100%;
  1557. padding: 0;
  1558. margin-bottom: 20px;
  1559. font-size: 21px;
  1560. line-height: inherit;
  1561. color: #333333;
  1562. border: 0;
  1563. border-bottom: 1px solid #e5e5e5;
  1564. }
  1565. label {
  1566. display: inline-block;
  1567. margin-bottom: 5px;
  1568. font-weight: bold;
  1569. }
  1570. input[type="search"] {
  1571. -webkit-box-sizing: border-box;
  1572. -moz-box-sizing: border-box;
  1573. box-sizing: border-box;
  1574. }
  1575. input[type="radio"],
  1576. input[type="checkbox"] {
  1577. margin: 4px 0 0;
  1578. margin-top: 1px \9;
  1579. /* IE8-9 */
  1580. line-height: normal;
  1581. }
  1582. input[type="file"] {
  1583. display: block;
  1584. }
  1585. select[multiple],
  1586. select[size] {
  1587. height: auto;
  1588. }
  1589. select optgroup {
  1590. font-size: inherit;
  1591. font-style: inherit;
  1592. font-family: inherit;
  1593. }
  1594. input[type="file"]:focus,
  1595. input[type="radio"]:focus,
  1596. input[type="checkbox"]:focus {
  1597. outline: thin dotted;
  1598. outline: 5px auto -webkit-focus-ring-color;
  1599. outline-offset: -2px;
  1600. }
  1601. input[type="number"]::-webkit-outer-spin-button,
  1602. input[type="number"]::-webkit-inner-spin-button {
  1603. height: auto;
  1604. }
  1605. output {
  1606. display: block;
  1607. padding-top: 7px;
  1608. font-size: 14px;
  1609. line-height: 1.42857143;
  1610. color: #555555;
  1611. vertical-align: middle;
  1612. }
  1613. .form-control {
  1614. display: block;
  1615. width: 100%;
  1616. height: 34px;
  1617. padding: 6px 12px;
  1618. font-size: 14px;
  1619. line-height: 1.42857143;
  1620. color: #555555;
  1621. vertical-align: middle;
  1622. background-color: #ffffff;
  1623. background-image: none;
  1624. border: 1px solid #cccccc;
  1625. border-radius: 4px;
  1626. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1627. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1628. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1629. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1630. }
  1631. .form-control:focus {
  1632. border-color: #66afe9;
  1633. outline: 0;
  1634. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1635. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1636. }
  1637. .form-control:-moz-placeholder {
  1638. color: #999999;
  1639. }
  1640. .form-control::-moz-placeholder {
  1641. color: #999999;
  1642. opacity: 1;
  1643. }
  1644. .form-control:-ms-input-placeholder {
  1645. color: #999999;
  1646. }
  1647. .form-control::-webkit-input-placeholder {
  1648. color: #999999;
  1649. }
  1650. .form-control[disabled],
  1651. .form-control[readonly],
  1652. fieldset[disabled] .form-control {
  1653. cursor: not-allowed;
  1654. background-color: #eeeeee;
  1655. }
  1656. textarea.form-control {
  1657. height: auto;
  1658. }
  1659. .form-group {
  1660. margin-bottom: 15px;
  1661. }
  1662. .radio,
  1663. .checkbox {
  1664. display: block;
  1665. min-height: 20px;
  1666. margin-top: 10px;
  1667. margin-bottom: 10px;
  1668. padding-left: 20px;
  1669. vertical-align: middle;
  1670. }
  1671. .radio label,
  1672. .checkbox label {
  1673. display: inline;
  1674. margin-bottom: 0;
  1675. font-weight: normal;
  1676. cursor: pointer;
  1677. }
  1678. .radio input[type="radio"],
  1679. .radio-inline input[type="radio"],
  1680. .checkbox input[type="checkbox"],
  1681. .checkbox-inline input[type="checkbox"] {
  1682. float: left;
  1683. margin-left: -20px;
  1684. }
  1685. .radio + .radio,
  1686. .checkbox + .checkbox {
  1687. margin-top: -5px;
  1688. }
  1689. .radio-inline,
  1690. .checkbox-inline {
  1691. display: inline-block;
  1692. padding-left: 20px;
  1693. margin-bottom: 0;
  1694. vertical-align: middle;
  1695. font-weight: normal;
  1696. cursor: pointer;
  1697. }
  1698. .radio-inline + .radio-inline,
  1699. .checkbox-inline + .checkbox-inline {
  1700. margin-top: 0;
  1701. margin-left: 10px;
  1702. }
  1703. input[type="radio"][disabled],
  1704. input[type="checkbox"][disabled],
  1705. .radio[disabled],
  1706. .radio-inline[disabled],
  1707. .checkbox[disabled],
  1708. .checkbox-inline[disabled],
  1709. fieldset[disabled] input[type="radio"],
  1710. fieldset[disabled] input[type="checkbox"],
  1711. fieldset[disabled] .radio,
  1712. fieldset[disabled] .radio-inline,
  1713. fieldset[disabled] .checkbox,
  1714. fieldset[disabled] .checkbox-inline {
  1715. cursor: not-allowed;
  1716. }
  1717. .input-sm {
  1718. height: 30px;
  1719. padding: 5px 10px;
  1720. font-size: 12px;
  1721. line-height: 1.5;
  1722. border-radius: 3px;
  1723. }
  1724. select.input-sm {
  1725. height: 30px;
  1726. line-height: 30px;
  1727. }
  1728. textarea.input-sm {
  1729. height: auto;
  1730. }
  1731. .input-lg {
  1732. height: 46px;
  1733. padding: 10px 16px;
  1734. font-size: 18px;
  1735. line-height: 1.33;
  1736. border-radius: 6px;
  1737. }
  1738. select.input-lg {
  1739. height: 46px;
  1740. line-height: 46px;
  1741. }
  1742. textarea.input-lg {
  1743. height: auto;
  1744. }
  1745. .has-warning .help-block,
  1746. .has-warning .control-label,
  1747. .has-warning .radio,
  1748. .has-warning .checkbox,
  1749. .has-warning .radio-inline,
  1750. .has-warning .checkbox-inline {
  1751. color: #8a6d3b;
  1752. }
  1753. .has-warning .form-control {
  1754. border-color: #8a6d3b;
  1755. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1756. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1757. }
  1758. .has-warning .form-control:focus {
  1759. border-color: #66512c;
  1760. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1761. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1762. }
  1763. .has-warning .input-group-addon {
  1764. color: #8a6d3b;
  1765. border-color: #8a6d3b;
  1766. background-color: #fcf8e3;
  1767. }
  1768. .has-error .help-block,
  1769. .has-error .control-label,
  1770. .has-error .radio,
  1771. .has-error .checkbox,
  1772. .has-error .radio-inline,
  1773. .has-error .checkbox-inline {
  1774. color: #a94442;
  1775. }
  1776. .has-error .form-control {
  1777. border-color: #a94442;
  1778. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1779. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1780. }
  1781. .has-error .form-control:focus {
  1782. border-color: #843534;
  1783. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1784. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1785. }
  1786. .has-error .input-group-addon {
  1787. color: #a94442;
  1788. border-color: #a94442;
  1789. background-color: #f2dede;
  1790. }
  1791. .has-success .help-block,
  1792. .has-success .control-label,
  1793. .has-success .radio,
  1794. .has-success .checkbox,
  1795. .has-success .radio-inline,
  1796. .has-success .checkbox-inline {
  1797. color: #3c763d;
  1798. }
  1799. .has-success .form-control {
  1800. border-color: #3c763d;
  1801. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1802. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1803. }
  1804. .has-success .form-control:focus {
  1805. border-color: #2b542c;
  1806. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1807. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1808. }
  1809. .has-success .input-group-addon {
  1810. color: #3c763d;
  1811. border-color: #3c763d;
  1812. background-color: #dff0d8;
  1813. }
  1814. .form-control-static {
  1815. margin-bottom: 0;
  1816. }
  1817. .help-block {
  1818. display: block;
  1819. margin-top: 5px;
  1820. margin-bottom: 10px;
  1821. color: #7b7b7b;
  1822. }
  1823. @media (min-width: 768px) {
  1824. .form-inline .form-group {
  1825. display: inline-block;
  1826. margin-bottom: 0;
  1827. vertical-align: middle;
  1828. }
  1829. .form-inline .form-control {
  1830. display: inline-block;
  1831. }
  1832. .form-inline select.form-control {
  1833. width: auto;
  1834. }
  1835. .form-inline .radio,
  1836. .form-inline .checkbox {
  1837. display: inline-block;
  1838. margin-top: 0;
  1839. margin-bottom: 0;
  1840. padding-left: 0;
  1841. }
  1842. .form-inline .radio input[type="radio"],
  1843. .form-inline .checkbox input[type="checkbox"] {
  1844. float: none;
  1845. margin-left: 0;
  1846. }
  1847. }
  1848. .form-horizontal .control-label,
  1849. .form-horizontal .radio,
  1850. .form-horizontal .checkbox,
  1851. .form-horizontal .radio-inline,
  1852. .form-horizontal .checkbox-inline {
  1853. margin-top: 0;
  1854. margin-bottom: 0;
  1855. padding-top: 7px;
  1856. }
  1857. .form-horizontal .radio,
  1858. .form-horizontal .checkbox {
  1859. min-height: 27px;
  1860. }
  1861. .form-horizontal .form-group {
  1862. margin-left: -35px;
  1863. margin-right: -35px;
  1864. }
  1865. .form-horizontal .form-group:before,
  1866. .form-horizontal .form-group:after {
  1867. content: " ";
  1868. display: table;
  1869. }
  1870. .form-horizontal .form-group:after {
  1871. clear: both;
  1872. }
  1873. .form-horizontal .form-group:before,
  1874. .form-horizontal .form-group:after {
  1875. content: " ";
  1876. display: table;
  1877. }
  1878. .form-horizontal .form-group:after {
  1879. clear: both;
  1880. }
  1881. .form-horizontal .form-control-static {
  1882. padding-top: 7px;
  1883. }
  1884. @media (min-width: 768px) {
  1885. .form-horizontal .control-label {
  1886. text-align: right;
  1887. }
  1888. }
  1889. .fade {
  1890. opacity: 0;
  1891. -webkit-transition: opacity 0.15s linear;
  1892. transition: opacity 0.15s linear;
  1893. }
  1894. .fade.in {
  1895. opacity: 1;
  1896. }
  1897. .collapse {
  1898. display: none;
  1899. }
  1900. .collapse.in {
  1901. display: block;
  1902. }
  1903. .collapsing {
  1904. position: relative;
  1905. height: 0;
  1906. overflow: hidden;
  1907. -webkit-transition: height 0.35s ease;
  1908. transition: height 0.35s ease;
  1909. }
  1910. /* @import "../bower_components/bootstrap/less/navs.less";
  1911. @import "../bower_components/bootstrap/less/navbar.less"; */
  1912. @-webkit-keyframes progress-bar-stripes {
  1913. from {
  1914. background-position: 40px 0;
  1915. }
  1916. to {
  1917. background-position: 0 0;
  1918. }
  1919. }
  1920. @keyframes progress-bar-stripes {
  1921. from {
  1922. background-position: 40px 0;
  1923. }
  1924. to {
  1925. background-position: 0 0;
  1926. }
  1927. }
  1928. .progress {
  1929. overflow: hidden;
  1930. height: 20px;
  1931. margin-bottom: 20px;
  1932. background-color: #85b5bb;
  1933. border-radius: 4px;
  1934. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1935. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1936. }
  1937. .progress-bar {
  1938. float: left;
  1939. width: 0%;
  1940. height: 100%;
  1941. font-size: 12px;
  1942. line-height: 20px;
  1943. color: #ffffff;
  1944. text-align: center;
  1945. background-color: #428bca;
  1946. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1947. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1948. -webkit-transition: width 0.6s ease;
  1949. transition: width 0.6s ease;
  1950. }
  1951. .progress-striped .progress-bar {
  1952. 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);
  1953. 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);
  1954. background-size: 40px 40px;
  1955. }
  1956. .progress.active .progress-bar {
  1957. -webkit-animation: progress-bar-stripes 2s linear infinite;
  1958. animation: progress-bar-stripes 2s linear infinite;
  1959. }
  1960. .progress-bar-success {
  1961. background-color: #5cb85c;
  1962. }
  1963. .progress-striped .progress-bar-success {
  1964. 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);
  1965. 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);
  1966. }
  1967. .progress-bar-info {
  1968. background-color: #5bc0de;
  1969. }
  1970. .progress-striped .progress-bar-info {
  1971. 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);
  1972. 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);
  1973. }
  1974. .progress-bar-warning {
  1975. background-color: #f0ad4e;
  1976. }
  1977. .progress-striped .progress-bar-warning {
  1978. 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);
  1979. 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);
  1980. }
  1981. .progress-bar-danger {
  1982. background-color: #d9534f;
  1983. }
  1984. .progress-striped .progress-bar-danger {
  1985. 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);
  1986. 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);
  1987. }
  1988. .clearfix:before,
  1989. .clearfix:after {
  1990. content: " ";
  1991. display: table;
  1992. }
  1993. .clearfix:after {
  1994. clear: both;
  1995. }
  1996. .center-block {
  1997. display: block;
  1998. margin-left: auto;
  1999. margin-right: auto;
  2000. }
  2001. .pull-right {
  2002. float: right !important;
  2003. }
  2004. .pull-left {
  2005. float: left !important;
  2006. }
  2007. .hide {
  2008. display: none !important;
  2009. }
  2010. .show {
  2011. display: block !important;
  2012. }
  2013. .invisible {
  2014. visibility: hidden;
  2015. }
  2016. .text-hide {
  2017. font: 0/0 a;
  2018. color: transparent;
  2019. text-shadow: none;
  2020. background-color: transparent;
  2021. border: 0;
  2022. }
  2023. .hidden {
  2024. display: none !important;
  2025. visibility: hidden !important;
  2026. }
  2027. .affix {
  2028. position: fixed;
  2029. }
  2030. @-ms-viewport {
  2031. width: device-width;
  2032. }
  2033. .visible-xs,
  2034. tr.visible-xs,
  2035. th.visible-xs,
  2036. td.visible-xs {
  2037. display: none !important;
  2038. }
  2039. @media (max-width: 767px) {
  2040. .visible-xs {
  2041. display: block !important;
  2042. }
  2043. table.visible-xs {
  2044. display: table;
  2045. }
  2046. tr.visible-xs {
  2047. display: table-row !important;
  2048. }
  2049. th.visible-xs,
  2050. td.visible-xs {
  2051. display: table-cell !important;
  2052. }
  2053. }
  2054. @media (min-width: 768px) and (max-width: 991px) {
  2055. .visible-xs.visible-sm {
  2056. display: block !important;
  2057. }
  2058. table.visible-xs.visible-sm {
  2059. display: table;
  2060. }
  2061. tr.visible-xs.visible-sm {
  2062. display: table-row !important;
  2063. }
  2064. th.visible-xs.visible-sm,
  2065. td.visible-xs.visible-sm {
  2066. display: table-cell !important;
  2067. }
  2068. }
  2069. @media (min-width: 992px) and (max-width: 1199px) {
  2070. .visible-xs.visible-md {
  2071. display: block !important;
  2072. }
  2073. table.visible-xs.visible-md {
  2074. display: table;
  2075. }
  2076. tr.visible-xs.visible-md {
  2077. display: table-row !important;
  2078. }
  2079. th.visible-xs.visible-md,
  2080. td.visible-xs.visible-md {
  2081. display: table-cell !important;
  2082. }
  2083. }
  2084. @media (min-width: 1200px) {
  2085. .visible-xs.visible-lg {
  2086. display: block !important;
  2087. }
  2088. table.visible-xs.visible-lg {
  2089. display: table;
  2090. }
  2091. tr.visible-xs.visible-lg {
  2092. display: table-row !important;
  2093. }
  2094. th.visible-xs.visible-lg,
  2095. td.visible-xs.visible-lg {
  2096. display: table-cell !important;
  2097. }
  2098. }
  2099. .visible-sm,
  2100. tr.visible-sm,
  2101. th.visible-sm,
  2102. td.visible-sm {
  2103. display: none !important;
  2104. }
  2105. @media (max-width: 767px) {
  2106. .visible-sm.visible-xs {
  2107. display: block !important;
  2108. }
  2109. table.visible-sm.visible-xs {
  2110. display: table;
  2111. }
  2112. tr.visible-sm.visible-xs {
  2113. display: table-row !important;
  2114. }
  2115. th.visible-sm.visible-xs,
  2116. td.visible-sm.visible-xs {
  2117. display: table-cell !important;
  2118. }
  2119. }
  2120. @media (min-width: 768px) and (max-width: 991px) {
  2121. .visible-sm {
  2122. display: block !important;
  2123. }
  2124. table.visible-sm {
  2125. display: table;
  2126. }
  2127. tr.visible-sm {
  2128. display: table-row !important;
  2129. }
  2130. th.visible-sm,
  2131. td.visible-sm {
  2132. display: table-cell !important;
  2133. }
  2134. }
  2135. @media (min-width: 992px) and (max-width: 1199px) {
  2136. .visible-sm.visible-md {
  2137. display: block !important;
  2138. }
  2139. table.visible-sm.visible-md {
  2140. display: table;
  2141. }
  2142. tr.visible-sm.visible-md {
  2143. display: table-row !important;
  2144. }
  2145. th.visible-sm.visible-md,
  2146. td.visible-sm.visible-md {
  2147. display: table-cell !important;
  2148. }
  2149. }
  2150. @media (min-width: 1200px) {
  2151. .visible-sm.visible-lg {
  2152. display: block !important;
  2153. }
  2154. table.visible-sm.visible-lg {
  2155. display: table;
  2156. }
  2157. tr.visible-sm.visible-lg {
  2158. display: table-row !important;
  2159. }
  2160. th.visible-sm.visible-lg,
  2161. td.visible-sm.visible-lg {
  2162. display: table-cell !important;
  2163. }
  2164. }
  2165. .visible-md,
  2166. tr.visible-md,
  2167. th.visible-md,
  2168. td.visible-md {
  2169. display: none !important;
  2170. }
  2171. @media (max-width: 767px) {
  2172. .visible-md.visible-xs {
  2173. display: block !important;
  2174. }
  2175. table.visible-md.visible-xs {
  2176. display: table;
  2177. }
  2178. tr.visible-md.visible-xs {
  2179. display: table-row !important;
  2180. }
  2181. th.visible-md.visible-xs,
  2182. td.visible-md.visible-xs {
  2183. display: table-cell !important;
  2184. }
  2185. }
  2186. @media (min-width: 768px) and (max-width: 991px) {
  2187. .visible-md.visible-sm {
  2188. display: block !important;
  2189. }
  2190. table.visible-md.visible-sm {
  2191. display: table;
  2192. }
  2193. tr.visible-md.visible-sm {
  2194. display: table-row !important;
  2195. }
  2196. th.visible-md.visible-sm,
  2197. td.visible-md.visible-sm {
  2198. display: table-cell !important;
  2199. }
  2200. }
  2201. @media (min-width: 992px) and (max-width: 1199px) {
  2202. .visible-md {
  2203. display: block !important;
  2204. }
  2205. table.visible-md {
  2206. display: table;
  2207. }
  2208. tr.visible-md {
  2209. display: table-row !important;
  2210. }
  2211. th.visible-md,
  2212. td.visible-md {
  2213. display: table-cell !important;
  2214. }
  2215. }
  2216. @media (min-width: 1200px) {
  2217. .visible-md.visible-lg {
  2218. display: block !important;
  2219. }
  2220. table.visible-md.visible-lg {
  2221. display: table;
  2222. }
  2223. tr.visible-md.visible-lg {
  2224. display: table-row !important;
  2225. }
  2226. th.visible-md.visible-lg,
  2227. td.visible-md.visible-lg {
  2228. display: table-cell !important;
  2229. }
  2230. }
  2231. .visible-lg,
  2232. tr.visible-lg,
  2233. th.visible-lg,
  2234. td.visible-lg {
  2235. display: none !important;
  2236. }
  2237. @media (max-width: 767px) {
  2238. .visible-lg.visible-xs {
  2239. display: block !important;
  2240. }
  2241. table.visible-lg.visible-xs {
  2242. display: table;
  2243. }
  2244. tr.visible-lg.visible-xs {
  2245. display: table-row !important;
  2246. }
  2247. th.visible-lg.visible-xs,
  2248. td.visible-lg.visible-xs {
  2249. display: table-cell !important;
  2250. }
  2251. }
  2252. @media (min-width: 768px) and (max-width: 991px) {
  2253. .visible-lg.visible-sm {
  2254. display: block !important;
  2255. }
  2256. table.visible-lg.visible-sm {
  2257. display: table;
  2258. }
  2259. tr.visible-lg.visible-sm {
  2260. display: table-row !important;
  2261. }
  2262. th.visible-lg.visible-sm,
  2263. td.visible-lg.visible-sm {
  2264. display: table-cell !important;
  2265. }
  2266. }
  2267. @media (min-width: 992px) and (max-width: 1199px) {
  2268. .visible-lg.visible-md {
  2269. display: block !important;
  2270. }
  2271. table.visible-lg.visible-md {
  2272. display: table;
  2273. }
  2274. tr.visible-lg.visible-md {
  2275. display: table-row !important;
  2276. }
  2277. th.visible-lg.visible-md,
  2278. td.visible-lg.visible-md {
  2279. display: table-cell !important;
  2280. }
  2281. }
  2282. @media (min-width: 1200px) {
  2283. .visible-lg {
  2284. display: block !important;
  2285. }
  2286. table.visible-lg {
  2287. display: table;
  2288. }
  2289. tr.visible-lg {
  2290. display: table-row !important;
  2291. }
  2292. th.visible-lg,
  2293. td.visible-lg {
  2294. display: table-cell !important;
  2295. }
  2296. }
  2297. .hidden-xs {
  2298. display: block !important;
  2299. }
  2300. table.hidden-xs {
  2301. display: table;
  2302. }
  2303. tr.hidden-xs {
  2304. display: table-row !important;
  2305. }
  2306. th.hidden-xs,
  2307. td.hidden-xs {
  2308. display: table-cell !important;
  2309. }
  2310. @media (max-width: 767px) {
  2311. .hidden-xs,
  2312. tr.hidden-xs,
  2313. th.hidden-xs,
  2314. td.hidden-xs {
  2315. display: none !important;
  2316. }
  2317. }
  2318. @media (min-width: 768px) and (max-width: 991px) {
  2319. .hidden-xs.hidden-sm,
  2320. tr.hidden-xs.hidden-sm,
  2321. th.hidden-xs.hidden-sm,
  2322. td.hidden-xs.hidden-sm {
  2323. display: none !important;
  2324. }
  2325. }
  2326. @media (min-width: 992px) and (max-width: 1199px) {
  2327. .hidden-xs.hidden-md,
  2328. tr.hidden-xs.hidden-md,
  2329. th.hidden-xs.hidden-md,
  2330. td.hidden-xs.hidden-md {
  2331. display: none !important;
  2332. }
  2333. }
  2334. @media (min-width: 1200px) {
  2335. .hidden-xs.hidden-lg,
  2336. tr.hidden-xs.hidden-lg,
  2337. th.hidden-xs.hidden-lg,
  2338. td.hidden-xs.hidden-lg {
  2339. display: none !important;
  2340. }
  2341. }
  2342. .hidden-sm {
  2343. display: block !important;
  2344. }
  2345. table.hidden-sm {
  2346. display: table;
  2347. }
  2348. tr.hidden-sm {
  2349. display: table-row !important;
  2350. }
  2351. th.hidden-sm,
  2352. td.hidden-sm {
  2353. display: table-cell !important;
  2354. }
  2355. @media (max-width: 767px) {
  2356. .hidden-sm.hidden-xs,
  2357. tr.hidden-sm.hidden-xs,
  2358. th.hidden-sm.hidden-xs,
  2359. td.hidden-sm.hidden-xs {
  2360. display: none !important;
  2361. }
  2362. }
  2363. @media (min-width: 768px) and (max-width: 991px) {
  2364. .hidden-sm,
  2365. tr.hidden-sm,
  2366. th.hidden-sm,
  2367. td.hidden-sm {
  2368. display: none !important;
  2369. }
  2370. }
  2371. @media (min-width: 992px) and (max-width: 1199px) {
  2372. .hidden-sm.hidden-md,
  2373. tr.hidden-sm.hidden-md,
  2374. th.hidden-sm.hidden-md,
  2375. td.hidden-sm.hidden-md {
  2376. display: none !important;
  2377. }
  2378. }
  2379. @media (min-width: 1200px) {
  2380. .hidden-sm.hidden-lg,
  2381. tr.hidden-sm.hidden-lg,
  2382. th.hidden-sm.hidden-lg,
  2383. td.hidden-sm.hidden-lg {
  2384. display: none !important;
  2385. }
  2386. }
  2387. .hidden-md {
  2388. display: block !important;
  2389. }
  2390. table.hidden-md {
  2391. display: table;
  2392. }
  2393. tr.hidden-md {
  2394. display: table-row !important;
  2395. }
  2396. th.hidden-md,
  2397. td.hidden-md {
  2398. display: table-cell !important;
  2399. }
  2400. @media (max-width: 767px) {
  2401. .hidden-md.hidden-xs,
  2402. tr.hidden-md.hidden-xs,
  2403. th.hidden-md.hidden-xs,
  2404. td.hidden-md.hidden-xs {
  2405. display: none !important;
  2406. }
  2407. }
  2408. @media (min-width: 768px) and (max-width: 991px) {
  2409. .hidden-md.hidden-sm,
  2410. tr.hidden-md.hidden-sm,
  2411. th.hidden-md.hidden-sm,
  2412. td.hidden-md.hidden-sm {
  2413. display: none !important;
  2414. }
  2415. }
  2416. @media (min-width: 992px) and (max-width: 1199px) {
  2417. .hidden-md,
  2418. tr.hidden-md,
  2419. th.hidden-md,
  2420. td.hidden-md {
  2421. display: none !important;
  2422. }
  2423. }
  2424. @media (min-width: 1200px) {
  2425. .hidden-md.hidden-lg,
  2426. tr.hidden-md.hidden-lg,
  2427. th.hidden-md.hidden-lg,
  2428. td.hidden-md.hidden-lg {
  2429. display: none !important;
  2430. }
  2431. }
  2432. .hidden-lg {
  2433. display: block !important;
  2434. }
  2435. table.hidden-lg {
  2436. display: table;
  2437. }
  2438. tr.hidden-lg {
  2439. display: table-row !important;
  2440. }
  2441. th.hidden-lg,
  2442. td.hidden-lg {
  2443. display: table-cell !important;
  2444. }
  2445. @media (max-width: 767px) {
  2446. .hidden-lg.hidden-xs,
  2447. tr.hidden-lg.hidden-xs,
  2448. th.hidden-lg.hidden-xs,
  2449. td.hidden-lg.hidden-xs {
  2450. display: none !important;
  2451. }
  2452. }
  2453. @media (min-width: 768px) and (max-width: 991px) {
  2454. .hidden-lg.hidden-sm,
  2455. tr.hidden-lg.hidden-sm,
  2456. th.hidden-lg.hidden-sm,
  2457. td.hidden-lg.hidden-sm {
  2458. display: none !important;
  2459. }
  2460. }
  2461. @media (min-width: 992px) and (max-width: 1199px) {
  2462. .hidden-lg.hidden-md,
  2463. tr.hidden-lg.hidden-md,
  2464. th.hidden-lg.hidden-md,
  2465. td.hidden-lg.hidden-md {
  2466. display: none !important;
  2467. }
  2468. }
  2469. @media (min-width: 1200px) {
  2470. .hidden-lg,
  2471. tr.hidden-lg,
  2472. th.hidden-lg,
  2473. td.hidden-lg {
  2474. display: none !important;
  2475. }
  2476. }
  2477. .visible-print,
  2478. tr.visible-print,
  2479. th.visible-print,
  2480. td.visible-print {
  2481. display: none !important;
  2482. }
  2483. @media print {
  2484. .visible-print {
  2485. display: block !important;
  2486. }
  2487. table.visible-print {
  2488. display: table;
  2489. }
  2490. tr.visible-print {
  2491. display: table-row !important;
  2492. }
  2493. th.visible-print,
  2494. td.visible-print {
  2495. display: table-cell !important;
  2496. }
  2497. .hidden-print,
  2498. tr.hidden-print,
  2499. th.hidden-print,
  2500. td.hidden-print {
  2501. display: none !important;
  2502. }
  2503. }
  2504. /*
  2505. Animate.less
  2506. Cross-browser LESS animation library for Bootstrap
  2507. Licensed under the ☺ license (http://licence.visualidiot.com/)
  2508. Documenation: https://github.com/machito/animate.less
  2509. -------------------------------------------------------
  2510. Copyright © 2012 Michael Castilla
  2511. Email: yo@machito.co
  2512. Twitter: https://twitter.com/micr0bitz
  2513. */
  2514. body {
  2515. -webkit-backface-visibility: hidden;
  2516. }
  2517. .animated {
  2518. -webkit-animation-duration: 1s;
  2519. -moz-animation-duration: 1s;
  2520. -o-animation-duration: 1s;
  2521. animation-duration: 1s;
  2522. -webkit-animation-fill-mode: both;
  2523. -moz-animation-fill-mode: both;
  2524. -o-animation-fill-mode: both;
  2525. animation-fill-mode: both;
  2526. }
  2527. .animated.hinge {
  2528. -webkit-animation-duration: 2s;
  2529. -moz-animation-duration: 2s;
  2530. -o-animation-duration: 2s;
  2531. animation-duration: 2s;
  2532. }
  2533. @-webkit-keyframes flash {
  2534. 0%,
  2535. 50%,
  2536. 100% {
  2537. opacity: 1;
  2538. }
  2539. 25%,
  2540. 75% {
  2541. opacity: 0;
  2542. }
  2543. }
  2544. @-moz-keyframes flash {
  2545. 0%,
  2546. 50%,
  2547. 100% {
  2548. opacity: 1;
  2549. }
  2550. 25%,
  2551. 75% {
  2552. opacity: 0;
  2553. }
  2554. }
  2555. @-o-keyframes flash {
  2556. 0%,
  2557. 50%,
  2558. 100% {
  2559. opacity: 1;
  2560. }
  2561. 25%,
  2562. 75% {
  2563. opacity: 0;
  2564. }
  2565. }
  2566. @keyframes flash {
  2567. 0%,
  2568. 50%,
  2569. 100% {
  2570. opacity: 1;
  2571. }
  2572. 25%,
  2573. 75% {
  2574. opacity: 0;
  2575. }
  2576. }
  2577. .flash {
  2578. -webkit-animation-name: flash;
  2579. -moz-animation-name: flash;
  2580. -o-animation-name: flash;
  2581. animation-name: flash;
  2582. }
  2583. @-webkit-keyframes shake {
  2584. 0%,
  2585. 100% {
  2586. -webkit-transform: translateX(0);
  2587. }
  2588. 10%,
  2589. 30%,
  2590. 50%,
  2591. 70%,
  2592. 90% {
  2593. -webkit-transform: translateX(-10px);
  2594. }
  2595. 20%,
  2596. 40%,
  2597. 60%,
  2598. 80% {
  2599. -webkit-transform: translateX(10px);
  2600. }
  2601. }
  2602. @-moz-keyframes shake {
  2603. 0%,
  2604. 100% {
  2605. -moz-transform: translateX(0);
  2606. }
  2607. 10%,
  2608. 30%,
  2609. 50%,
  2610. 70%,
  2611. 90% {
  2612. -moz-transform: translateX(-10px);
  2613. }
  2614. 20%,
  2615. 40%,
  2616. 60%,
  2617. 80% {
  2618. -moz-transform: translateX(10px);
  2619. }
  2620. }
  2621. @-o-keyframes shake {
  2622. 0%,
  2623. 100% {
  2624. -o-transform: translateX(0);
  2625. }
  2626. 10%,
  2627. 30%,
  2628. 50%,
  2629. 70%,
  2630. 90% {
  2631. -o-transform: translateX(-10px);
  2632. }
  2633. 20%,
  2634. 40%,
  2635. 60%,
  2636. 80% {
  2637. -o-transform: translateX(10px);
  2638. }
  2639. }
  2640. @keyframes shake {
  2641. 0%,
  2642. 100% {
  2643. transform: translateX(0);
  2644. }
  2645. 10%,
  2646. 30%,
  2647. 50%,
  2648. 70%,
  2649. 90% {
  2650. transform: translateX(-10px);
  2651. }
  2652. 20%,
  2653. 40%,
  2654. 60%,
  2655. 80% {
  2656. transform: translateX(10px);
  2657. }
  2658. }
  2659. .shake {
  2660. -webkit-animation-name: shake;
  2661. -moz-animation-name: shake;
  2662. -o-animation-name: shake;
  2663. animation-name: shake;
  2664. }
  2665. @-webkit-keyframes bounce {
  2666. 0%,
  2667. 20%,
  2668. 50%,
  2669. 80%,
  2670. 100% {
  2671. -webkit-transform: translateY(0);
  2672. }
  2673. 40% {
  2674. -webkit-transform: translateY(-30px);
  2675. }
  2676. 60% {
  2677. -webkit-transform: translateY(-15px);
  2678. }
  2679. }
  2680. @-moz-keyframes bounce {
  2681. 0%,
  2682. 20%,
  2683. 50%,
  2684. 80%,
  2685. 100% {
  2686. -moz-transform: translateY(0);
  2687. }
  2688. 40% {
  2689. -moz-transform: translateY(-30px);
  2690. }
  2691. 60% {
  2692. -moz-transform: translateY(-15px);
  2693. }
  2694. }
  2695. @-o-keyframes bounce {
  2696. 0%,
  2697. 20%,
  2698. 50%,
  2699. 80%,
  2700. 100% {
  2701. -o-transform: translateY(0);
  2702. }
  2703. 40% {
  2704. -o-transform: translateY(-30px);
  2705. }
  2706. 60% {
  2707. -o-transform: translateY(-15px);
  2708. }
  2709. }
  2710. @keyframes bounce {
  2711. 0%,
  2712. 20%,
  2713. 50%,
  2714. 80%,
  2715. 100% {
  2716. transform: translateY(0);
  2717. }
  2718. 40% {
  2719. transform: translateY(-30px);
  2720. }
  2721. 60% {
  2722. transform: translateY(-15px);
  2723. }
  2724. }
  2725. .bounce {
  2726. -webkit-animation-name: bounce;
  2727. -moz-animation-name: bounce;
  2728. -o-animation-name: bounce;
  2729. animation-name: bounce;
  2730. }
  2731. @-webkit-keyframes tada {
  2732. 0% {
  2733. -webkit-transform: scale(1);
  2734. }
  2735. 10%,
  2736. 20% {
  2737. -webkit-transform: scale(0.9) rotate(-3deg);
  2738. }
  2739. 30%,
  2740. 50%,
  2741. 70%,
  2742. 90% {
  2743. -webkit-transform: scale(1.1) rotate(3deg);
  2744. }
  2745. 40%,
  2746. 60%,
  2747. 80% {
  2748. -webkit-transform: scale(1.1) rotate(-3deg);
  2749. }
  2750. 100% {
  2751. -webkit-transform: scale(1) rotate(0);
  2752. }
  2753. }
  2754. @-moz-keyframes tada {
  2755. 0% {
  2756. -moz-transform: scale(1);
  2757. }
  2758. 10%,
  2759. 20% {
  2760. -moz-transform: scale(0.9) rotate(-3deg);
  2761. }
  2762. 30%,
  2763. 50%,
  2764. 70%,
  2765. 90% {
  2766. -moz-transform: scale(1.1) rotate(3deg);
  2767. }
  2768. 40%,
  2769. 60%,
  2770. 80% {
  2771. -moz-transform: scale(1.1) rotate(-3deg);
  2772. }
  2773. 100% {
  2774. -moz-transform: scale(1) rotate(0);
  2775. }
  2776. }
  2777. @-o-keyframes tada {
  2778. 0% {
  2779. -o-transform: scale(1);
  2780. }
  2781. 10%,
  2782. 20% {
  2783. -o-transform: scale(0.9) rotate(-3deg);
  2784. }
  2785. 30%,
  2786. 50%,
  2787. 70%,
  2788. 90% {
  2789. -o-transform: scale(1.1) rotate(3deg);
  2790. }
  2791. 40%,
  2792. 60%,
  2793. 80% {
  2794. -o-transform: scale(1.1) rotate(-3deg);
  2795. }
  2796. 100% {
  2797. -o-transform: scale(1) rotate(0);
  2798. }
  2799. }
  2800. @keyframes tada {
  2801. 0% {
  2802. transform: scale(1);
  2803. }
  2804. 10%,
  2805. 20% {
  2806. transform: scale(0.9) rotate(-3deg);
  2807. }
  2808. 30%,
  2809. 50%,
  2810. 70%,
  2811. 90% {
  2812. transform: scale(1.1) rotate(3deg);
  2813. }
  2814. 40%,
  2815. 60%,
  2816. 80% {
  2817. transform: scale(1.1) rotate(-3deg);
  2818. }
  2819. 100% {
  2820. transform: scale(1) rotate(0);
  2821. }
  2822. }
  2823. .tada {
  2824. -webkit-animation-name: tada;
  2825. -moz-animation-name: tada;
  2826. -o-animation-name: tada;
  2827. animation-name: tada;
  2828. }
  2829. @-webkit-keyframes swing {
  2830. 20%,
  2831. 40%,
  2832. 60%,
  2833. 80%,
  2834. 100% {
  2835. -webkit-transform-origin: top center;
  2836. }
  2837. 20% {
  2838. -webkit-transform: rotate(15deg);
  2839. }
  2840. 40% {
  2841. -webkit-transform: rotate(-10deg);
  2842. }
  2843. 60% {
  2844. -webkit-transform: rotate(5deg);
  2845. }
  2846. 80% {
  2847. -webkit-transform: rotate(-5deg);
  2848. }
  2849. 100% {
  2850. -webkit-transform: rotate(0deg);
  2851. }
  2852. }
  2853. @-moz-keyframes swing {
  2854. 20% {
  2855. -moz-transform: rotate(15deg);
  2856. }
  2857. 40% {
  2858. -moz-transform: rotate(-10deg);
  2859. }
  2860. 60% {
  2861. -moz-transform: rotate(5deg);
  2862. }
  2863. 80% {
  2864. -moz-transform: rotate(-5deg);
  2865. }
  2866. 100% {
  2867. -moz-transform: rotate(0deg);
  2868. }
  2869. }
  2870. @-o-keyframes swing {
  2871. 20% {
  2872. -o-transform: rotate(15deg);
  2873. }
  2874. 40% {
  2875. -o-transform: rotate(-10deg);
  2876. }
  2877. 60% {
  2878. -o-transform: rotate(5deg);
  2879. }
  2880. 80% {
  2881. -o-transform: rotate(-5deg);
  2882. }
  2883. 100% {
  2884. -o-transform: rotate(0deg);
  2885. }
  2886. }
  2887. @keyframes swing {
  2888. 20% {
  2889. transform: rotate(15deg);
  2890. }
  2891. 40% {
  2892. transform: rotate(-10deg);
  2893. }
  2894. 60% {
  2895. transform: rotate(5deg);
  2896. }
  2897. 80% {
  2898. transform: rotate(-5deg);
  2899. }
  2900. 100% {
  2901. transform: rotate(0deg);
  2902. }
  2903. }
  2904. .swing {
  2905. -webkit-transform-origin: top center;
  2906. -moz-transform-origin: top center;
  2907. -o-transform-origin: top center;
  2908. transform-origin: top center;
  2909. -webkit-animation-name: swing;
  2910. -moz-animation-name: swing;
  2911. -o-animation-name: swing;
  2912. animation-name: swing;
  2913. }
  2914. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  2915. @-webkit-keyframes wobble {
  2916. 0% {
  2917. -webkit-transform: translateX(0%);
  2918. }
  2919. 15% {
  2920. -webkit-transform: translateX(-25%) rotate(-5deg);
  2921. }
  2922. 30% {
  2923. -webkit-transform: translateX(20%) rotate(3deg);
  2924. }
  2925. 45% {
  2926. -webkit-transform: translateX(-15%) rotate(-3deg);
  2927. }
  2928. 60% {
  2929. -webkit-transform: translateX(10%) rotate(2deg);
  2930. }
  2931. 75% {
  2932. -webkit-transform: translateX(-5%) rotate(-1deg);
  2933. }
  2934. 100% {
  2935. -webkit-transform: translateX(0%);
  2936. }
  2937. }
  2938. @-moz-keyframes wobble {
  2939. 0% {
  2940. -moz-transform: translateX(0%);
  2941. }
  2942. 15% {
  2943. -moz-transform: translateX(-25%) rotate(-5deg);
  2944. }
  2945. 30% {
  2946. -moz-transform: translateX(20%) rotate(3deg);
  2947. }
  2948. 45% {
  2949. -moz-transform: translateX(-15%) rotate(-3deg);
  2950. }
  2951. 60% {
  2952. -moz-transform: translateX(10%) rotate(2deg);
  2953. }
  2954. 75% {
  2955. -moz-transform: translateX(-5%) rotate(-1deg);
  2956. }
  2957. 100% {
  2958. -moz-transform: translateX(0%);
  2959. }
  2960. }
  2961. @-o-keyframes wobble {
  2962. 0% {
  2963. -o-transform: translateX(0%);
  2964. }
  2965. 15% {
  2966. -o-transform: translateX(-25%) rotate(-5deg);
  2967. }
  2968. 30% {
  2969. -o-transform: translateX(20%) rotate(3deg);
  2970. }
  2971. 45% {
  2972. -o-transform: translateX(-15%) rotate(-3deg);
  2973. }
  2974. 60% {
  2975. -o-transform: translateX(10%) rotate(2deg);
  2976. }
  2977. 75% {
  2978. -o-transform: translateX(-5%) rotate(-1deg);
  2979. }
  2980. 100% {
  2981. -o-transform: translateX(0%);
  2982. }
  2983. }
  2984. @keyframes wobble {
  2985. 0% {
  2986. transform: translateX(0%);
  2987. }
  2988. 15% {
  2989. transform: translateX(-25%) rotate(-5deg);
  2990. }
  2991. 30% {
  2992. transform: translateX(20%) rotate(3deg);
  2993. }
  2994. 45% {
  2995. transform: translateX(-15%) rotate(-3deg);
  2996. }
  2997. 60% {
  2998. transform: translateX(10%) rotate(2deg);
  2999. }
  3000. 75% {
  3001. transform: translateX(-5%) rotate(-1deg);
  3002. }
  3003. 100% {
  3004. transform: translateX(0%);
  3005. }
  3006. }
  3007. .wobble {
  3008. -webkit-animation-name: wobble;
  3009. -moz-animation-name: wobble;
  3010. -o-animation-name: wobble;
  3011. animation-name: wobble;
  3012. }
  3013. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  3014. @-webkit-keyframes pulse {
  3015. 0% {
  3016. -webkit-transform: scale(1);
  3017. }
  3018. 50% {
  3019. -webkit-transform: scale(1.1);
  3020. }
  3021. 100% {
  3022. -webkit-transform: scale(1);
  3023. }
  3024. }
  3025. @-moz-keyframes pulse {
  3026. 0% {
  3027. -moz-transform: scale(1);
  3028. }
  3029. 50% {
  3030. -moz-transform: scale(1.1);
  3031. }
  3032. 100% {
  3033. -moz-transform: scale(1);
  3034. }
  3035. }
  3036. @-o-keyframes pulse {
  3037. 0% {
  3038. -o-transform: scale(1);
  3039. }
  3040. 50% {
  3041. -o-transform: scale(1.1);
  3042. }
  3043. 100% {
  3044. -o-transform: scale(1);
  3045. }
  3046. }
  3047. @keyframes pulse {
  3048. 0% {
  3049. transform: scale(1);
  3050. }
  3051. 50% {
  3052. transform: scale(1.1);
  3053. }
  3054. 100% {
  3055. transform: scale(1);
  3056. }
  3057. }
  3058. .pulse {
  3059. -webkit-animation-name: pulse;
  3060. -moz-animation-name: pulse;
  3061. -o-animation-name: pulse;
  3062. animation-name: pulse;
  3063. }
  3064. @-webkit-keyframes flip {
  3065. 0% {
  3066. -webkit-transform: perspective(400px) rotateY(0);
  3067. -webkit-animation-timing-function: ease-out;
  3068. }
  3069. 40% {
  3070. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  3071. -webkit-animation-timing-function: ease-out;
  3072. }
  3073. 50% {
  3074. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  3075. -webkit-animation-timing-function: ease-in;
  3076. }
  3077. 80% {
  3078. -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
  3079. -webkit-animation-timing-function: ease-in;
  3080. }
  3081. 100% {
  3082. -webkit-transform: perspective(400px) scale(1);
  3083. -webkit-animation-timing-function: ease-in;
  3084. }
  3085. }
  3086. @-moz-keyframes flip {
  3087. 0% {
  3088. -moz-transform: perspective(400px) rotateY(0);
  3089. -moz-animation-timing-function: ease-out;
  3090. }
  3091. 40% {
  3092. -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  3093. -moz-animation-timing-function: ease-out;
  3094. }
  3095. 50% {
  3096. -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  3097. -moz-animation-timing-function: ease-in;
  3098. }
  3099. 80% {
  3100. -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
  3101. -moz-animation-timing-function: ease-in;
  3102. }
  3103. 100% {
  3104. -moz-transform: perspective(400px) scale(1);
  3105. -moz-animation-timing-function: ease-in;
  3106. }
  3107. }
  3108. @-o-keyframes flip {
  3109. 0% {
  3110. -o-transform: perspective(400px) rotateY(0);
  3111. -o-animation-timing-function: ease-out;
  3112. }
  3113. 40% {
  3114. -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  3115. -o-animation-timing-function: ease-out;
  3116. }
  3117. 50% {
  3118. -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  3119. -o-animation-timing-function: ease-in;
  3120. }
  3121. 80% {
  3122. -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
  3123. -o-animation-timing-function: ease-in;
  3124. }
  3125. 100% {
  3126. -o-transform: perspective(400px) scale(1);
  3127. -o-animation-timing-function: ease-in;
  3128. }
  3129. }
  3130. @keyframes flip {
  3131. 0% {
  3132. transform: perspective(400px) rotateY(0);
  3133. animation-timing-function: ease-out;
  3134. }
  3135. 40% {
  3136. transform: perspective(400px) translateZ(150px) rotateY(170deg);
  3137. animation-timing-function: ease-out;
  3138. }
  3139. 50% {
  3140. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  3141. animation-timing-function: ease-in;
  3142. }
  3143. 80% {
  3144. transform: perspective(400px) rotateY(360deg) scale(0.95);
  3145. animation-timing-function: ease-in;
  3146. }
  3147. 100% {
  3148. transform: perspective(400px) scale(1);
  3149. animation-timing-function: ease-in;
  3150. }
  3151. }
  3152. .flip {
  3153. -webkit-backface-visibility: visible !important;
  3154. -webkit-animation-name: flip;
  3155. -moz-backface-visibility: visible !important;
  3156. -moz-animation-name: flip;
  3157. -o-backface-visibility: visible !important;
  3158. -o-animation-name: flip;
  3159. backface-visibility: visible !important;
  3160. animation-name: flip;
  3161. }
  3162. @-webkit-keyframes flipInX {
  3163. 0% {
  3164. -webkit-transform: perspective(400px) rotateX(90deg);
  3165. opacity: 0;
  3166. }
  3167. 40% {
  3168. -webkit-transform: perspective(400px) rotateX(-10deg);
  3169. }
  3170. 70% {
  3171. -webkit-transform: perspective(400px) rotateX(10deg);
  3172. }
  3173. 100% {
  3174. -webkit-transform: perspective(400px) rotateX(0deg);
  3175. opacity: 1;
  3176. }
  3177. }
  3178. @-moz-keyframes flipInX {
  3179. 0% {
  3180. -moz-transform: perspective(400px) rotateX(90deg);
  3181. opacity: 0;
  3182. }
  3183. 40% {
  3184. -moz-transform: perspective(400px) rotateX(-10deg);
  3185. }
  3186. 70% {
  3187. -moz-transform: perspective(400px) rotateX(10deg);
  3188. }
  3189. 100% {
  3190. -moz-transform: perspective(400px) rotateX(0deg);
  3191. opacity: 1;
  3192. }
  3193. }
  3194. @-o-keyframes flipInX {
  3195. 0% {
  3196. -o-transform: perspective(400px) rotateX(90deg);
  3197. opacity: 0;
  3198. }
  3199. 40% {
  3200. -o-transform: perspective(400px) rotateX(-10deg);
  3201. }
  3202. 70% {
  3203. -o-transform: perspective(400px) rotateX(10deg);
  3204. }
  3205. 100% {
  3206. -o-transform: perspective(400px) rotateX(0deg);
  3207. opacity: 1;
  3208. }
  3209. }
  3210. @keyframes flipInX {
  3211. 0% {
  3212. transform: perspective(400px) rotateX(90deg);
  3213. opacity: 0;
  3214. }
  3215. 40% {
  3216. transform: perspective(400px) rotateX(-10deg);
  3217. }
  3218. 70% {
  3219. transform: perspective(400px) rotateX(10deg);
  3220. }
  3221. 100% {
  3222. transform: perspective(400px) rotateX(0deg);
  3223. opacity: 1;
  3224. }
  3225. }
  3226. .flipInX {
  3227. -webkit-backface-visibility: visible !important;
  3228. -webkit-animation-name: flipInX;
  3229. -moz-backface-visibility: visible !important;
  3230. -moz-animation-name: flipInX;
  3231. -o-backface-visibility: visible !important;
  3232. -o-animation-name: flipInX;
  3233. backface-visibility: visible !important;
  3234. animation-name: flipInX;
  3235. }
  3236. @-webkit-keyframes flipOutX {
  3237. 0% {
  3238. -webkit-transform: perspective(400px) rotateX(0deg);
  3239. opacity: 1;
  3240. }
  3241. 100% {
  3242. -webkit-transform: perspective(400px) rotateX(90deg);
  3243. opacity: 0;
  3244. }
  3245. }
  3246. @-moz-keyframes flipOutX {
  3247. 0% {
  3248. -moz-transform: perspective(400px) rotateX(0deg);
  3249. opacity: 1;
  3250. }
  3251. 100% {
  3252. -moz-transform: perspective(400px) rotateX(90deg);
  3253. opacity: 0;
  3254. }
  3255. }
  3256. @-o-keyframes flipOutX {
  3257. 0% {
  3258. -o-transform: perspective(400px) rotateX(0deg);
  3259. opacity: 1;
  3260. }
  3261. 100% {
  3262. -o-transform: perspective(400px) rotateX(90deg);
  3263. opacity: 0;
  3264. }
  3265. }
  3266. @keyframes flipOutX {
  3267. 0% {
  3268. transform: perspective(400px) rotateX(0deg);
  3269. opacity: 1;
  3270. }
  3271. 100% {
  3272. transform: perspective(400px) rotateX(90deg);
  3273. opacity: 0;
  3274. }
  3275. }
  3276. .flipOutX {
  3277. -webkit-animation-name: flipOutX;
  3278. -webkit-backface-visibility: visible !important;
  3279. -moz-animation-name: flipOutX;
  3280. -moz-backface-visibility: visible !important;
  3281. -o-animation-name: flipOutX;
  3282. -o-backface-visibility: visible !important;
  3283. animation-name: flipOutX;
  3284. backface-visibility: visible !important;
  3285. }
  3286. @-webkit-keyframes flipInY {
  3287. 0% {
  3288. -webkit-transform: perspective(400px) rotateY(90deg);
  3289. opacity: 0;
  3290. }
  3291. 40% {
  3292. -webkit-transform: perspective(400px) rotateY(-10deg);
  3293. }
  3294. 70% {
  3295. -webkit-transform: perspective(400px) rotateY(10deg);
  3296. }
  3297. 100% {
  3298. -webkit-transform: perspective(400px) rotateY(0deg);
  3299. opacity: 1;
  3300. }
  3301. }
  3302. @-moz-keyframes flipInY {
  3303. 0% {
  3304. -moz-transform: perspective(400px) rotateY(90deg);
  3305. opacity: 0;
  3306. }
  3307. 40% {
  3308. -moz-transform: perspective(400px) rotateY(-10deg);
  3309. }
  3310. 70% {
  3311. -moz-transform: perspective(400px) rotateY(10deg);
  3312. }
  3313. 100% {
  3314. -moz-transform: perspective(400px) rotateY(0deg);
  3315. opacity: 1;
  3316. }
  3317. }
  3318. @-o-keyframes flipInY {
  3319. 0% {
  3320. -o-transform: perspective(400px) rotateY(90deg);
  3321. opacity: 0;
  3322. }
  3323. 40% {
  3324. -o-transform: perspective(400px) rotateY(-10deg);
  3325. }
  3326. 70% {
  3327. -o-transform: perspective(400px) rotateY(10deg);
  3328. }
  3329. 100% {
  3330. -o-transform: perspective(400px) rotateY(0deg);
  3331. opacity: 1;
  3332. }
  3333. }
  3334. @keyframes flipInY {
  3335. 0% {
  3336. transform: perspective(400px) rotateY(90deg);
  3337. opacity: 0;
  3338. }
  3339. 40% {
  3340. transform: perspective(400px) rotateY(-10deg);
  3341. }
  3342. 70% {
  3343. transform: perspective(400px) rotateY(10deg);
  3344. }
  3345. 100% {
  3346. transform: perspective(400px) rotateY(0deg);
  3347. opacity: 1;
  3348. }
  3349. }
  3350. .flipInY {
  3351. -webkit-backface-visibility: visible !important;
  3352. -webkit-animation-name: flipInY;
  3353. -moz-backface-visibility: visible !important;
  3354. -moz-animation-name: flipInY;
  3355. -o-backface-visibility: visible !important;
  3356. -o-animation-name: flipInY;
  3357. backface-visibility: visible !important;
  3358. animation-name: flipInY;
  3359. }
  3360. @-webkit-keyframes flipOutY {
  3361. 0% {
  3362. -webkit-transform: perspective(400px) rotateY(0deg);
  3363. opacity: 1;
  3364. }
  3365. 100% {
  3366. -webkit-transform: perspective(400px) rotateY(90deg);
  3367. opacity: 0;
  3368. }
  3369. }
  3370. @-moz-keyframes flipOutY {
  3371. 0% {
  3372. -moz-transform: perspective(400px) rotateY(0deg);
  3373. opacity: 1;
  3374. }
  3375. 100% {
  3376. -moz-transform: perspective(400px) rotateY(90deg);
  3377. opacity: 0;
  3378. }
  3379. }
  3380. @-o-keyframes flipOutY {
  3381. 0% {
  3382. -o-transform: perspective(400px) rotateY(0deg);
  3383. opacity: 1;
  3384. }
  3385. 100% {
  3386. -o-transform: perspective(400px) rotateY(90deg);
  3387. opacity: 0;
  3388. }
  3389. }
  3390. @keyframes flipOutY {
  3391. 0% {
  3392. transform: perspective(400px) rotateY(0deg);
  3393. opacity: 1;
  3394. }
  3395. 100% {
  3396. transform: perspective(400px) rotateY(90deg);
  3397. opacity: 0;
  3398. }
  3399. }
  3400. .flipOutY {
  3401. -webkit-backface-visibility: visible !important;
  3402. -webkit-animation-name: flipOutY;
  3403. -moz-backface-visibility: visible !important;
  3404. -moz-animation-name: flipOutY;
  3405. -o-backface-visibility: visible !important;
  3406. -o-animation-name: flipOutY;
  3407. backface-visibility: visible !important;
  3408. animation-name: flipOutY;
  3409. }
  3410. @-webkit-keyframes fadeIn {
  3411. 0% {
  3412. opacity: 0;
  3413. }
  3414. 100% {
  3415. opacity: 1;
  3416. }
  3417. }
  3418. @-moz-keyframes fadeIn {
  3419. 0% {
  3420. opacity: 0;
  3421. }
  3422. 100% {
  3423. opacity: 1;
  3424. }
  3425. }
  3426. @-o-keyframes fadeIn {
  3427. 0% {
  3428. opacity: 0;
  3429. }
  3430. 100% {
  3431. opacity: 1;
  3432. }
  3433. }
  3434. @keyframes fadeIn {
  3435. 0% {
  3436. opacity: 0;
  3437. }
  3438. 100% {
  3439. opacity: 1;
  3440. }
  3441. }
  3442. .fadeIn {
  3443. -webkit-animation-name: fadeIn;
  3444. -moz-animation-name: fadeIn;
  3445. -o-animation-name: fadeIn;
  3446. animation-name: fadeIn;
  3447. }
  3448. @-webkit-keyframes fadeInUp {
  3449. 0% {
  3450. opacity: 0;
  3451. -webkit-transform: translateY(20px);
  3452. }
  3453. 100% {
  3454. opacity: 1;
  3455. -webkit-transform: translateY(0);
  3456. }
  3457. }
  3458. @-moz-keyframes fadeInUp {
  3459. 0% {
  3460. opacity: 0;
  3461. -moz-transform: translateY(20px);
  3462. }
  3463. 100% {
  3464. opacity: 1;
  3465. -moz-transform: translateY(0);
  3466. }
  3467. }
  3468. @-o-keyframes fadeInUp {
  3469. 0% {
  3470. opacity: 0;
  3471. -o-transform: translateY(20px);
  3472. }
  3473. 100% {
  3474. opacity: 1;
  3475. -o-transform: translateY(0);
  3476. }
  3477. }
  3478. @keyframes fadeInUp {
  3479. 0% {
  3480. opacity: 0;
  3481. transform: translateY(20px);
  3482. }
  3483. 100% {
  3484. opacity: 1;
  3485. transform: translateY(0);
  3486. }
  3487. }
  3488. .fadeInUp {
  3489. -webkit-animation-name: fadeInUp;
  3490. -moz-animation-name: fadeInUp;
  3491. -o-animation-name: fadeInUp;
  3492. animation-name: fadeInUp;
  3493. }
  3494. @-webkit-keyframes fadeInDown {
  3495. 0% {
  3496. opacity: 0;
  3497. -webkit-transform: translateY(-20px);
  3498. }
  3499. 100% {
  3500. opacity: 1;
  3501. -webkit-transform: translateY(0);
  3502. }
  3503. }
  3504. @-moz-keyframes fadeInDown {
  3505. 0% {
  3506. opacity: 0;
  3507. -moz-transform: translateY(-20px);
  3508. }
  3509. 100% {
  3510. opacity: 1;
  3511. -moz-transform: translateY(0);
  3512. }
  3513. }
  3514. @-o-keyframes fadeInDown {
  3515. 0% {
  3516. opacity: 0;
  3517. -o-transform: translateY(-20px);
  3518. }
  3519. 100% {
  3520. opacity: 1;
  3521. -o-transform: translateY(0);
  3522. }
  3523. }
  3524. @keyframes fadeInDown {
  3525. 0% {
  3526. opacity: 0;
  3527. transform: translateY(-20px);
  3528. }
  3529. 100% {
  3530. opacity: 1;
  3531. transform: translateY(0);
  3532. }
  3533. }
  3534. .fadeInDown {
  3535. -webkit-animation-name: fadeInDown;
  3536. -moz-animation-name: fadeInDown;
  3537. -o-animation-name: fadeInDown;
  3538. animation-name: fadeInDown;
  3539. }
  3540. @-webkit-keyframes fadeInLeft {
  3541. 0% {
  3542. opacity: 0;
  3543. -webkit-transform: translateX(-20px);
  3544. }
  3545. 100% {
  3546. opacity: 1;
  3547. -webkit-transform: translateX(0);
  3548. }
  3549. }
  3550. @-moz-keyframes fadeInLeft {
  3551. 0% {
  3552. opacity: 0;
  3553. -moz-transform: translateX(-20px);
  3554. }
  3555. 100% {
  3556. opacity: 1;
  3557. -moz-transform: translateX(0);
  3558. }
  3559. }
  3560. @-o-keyframes fadeInLeft {
  3561. 0% {
  3562. opacity: 0;
  3563. -o-transform: translateX(-20px);
  3564. }
  3565. 100% {
  3566. opacity: 1;
  3567. -o-transform: translateX(0);
  3568. }
  3569. }
  3570. @keyframes fadeInLeft {
  3571. 0% {
  3572. opacity: 0;
  3573. transform: translateX(-20px);
  3574. }
  3575. 100% {
  3576. opacity: 1;
  3577. transform: translateX(0);
  3578. }
  3579. }
  3580. .fadeInLeft {
  3581. -webkit-animation-name: fadeInLeft;
  3582. -moz-animation-name: fadeInLeft;
  3583. -o-animation-name: fadeInLeft;
  3584. animation-name: fadeInLeft;
  3585. }
  3586. @-webkit-keyframes fadeInRight {
  3587. 0% {
  3588. opacity: 0;
  3589. -webkit-transform: translateX(20px);
  3590. }
  3591. 100% {
  3592. opacity: 1;
  3593. -webkit-transform: translateX(0);
  3594. }
  3595. }
  3596. @-moz-keyframes fadeInRight {
  3597. 0% {
  3598. opacity: 0;
  3599. -moz-transform: translateX(20px);
  3600. }
  3601. 100% {
  3602. opacity: 1;
  3603. -moz-transform: translateX(0);
  3604. }
  3605. }
  3606. @-o-keyframes fadeInRight {
  3607. 0% {
  3608. opacity: 0;
  3609. -o-transform: translateX(20px);
  3610. }
  3611. 100% {
  3612. opacity: 1;
  3613. -o-transform: translateX(0);
  3614. }
  3615. }
  3616. @keyframes fadeInRight {
  3617. 0% {
  3618. opacity: 0;
  3619. transform: translateX(20px);
  3620. }
  3621. 100% {
  3622. opacity: 1;
  3623. transform: translateX(0);
  3624. }
  3625. }
  3626. .fadeInRight {
  3627. -webkit-animation-name: fadeInRight;
  3628. -moz-animation-name: fadeInRight;
  3629. -o-animation-name: fadeInRight;
  3630. animation-name: fadeInRight;
  3631. }
  3632. @-webkit-keyframes fadeInUpBig {
  3633. 0% {
  3634. opacity: 0;
  3635. -webkit-transform: translateY(2000px);
  3636. }
  3637. 100% {
  3638. opacity: 1;
  3639. -webkit-transform: translateY(0);
  3640. }
  3641. }
  3642. @-moz-keyframes fadeInUpBig {
  3643. 0% {
  3644. opacity: 0;
  3645. -moz-transform: translateY(2000px);
  3646. }
  3647. 100% {
  3648. opacity: 1;
  3649. -moz-transform: translateY(0);
  3650. }
  3651. }
  3652. @-o-keyframes fadeInUpBig {
  3653. 0% {
  3654. opacity: 0;
  3655. -o-transform: translateY(2000px);
  3656. }
  3657. 100% {
  3658. opacity: 1;
  3659. -o-transform: translateY(0);
  3660. }
  3661. }
  3662. @keyframes fadeInUpBig {
  3663. 0% {
  3664. opacity: 0;
  3665. transform: translateY(2000px);
  3666. }
  3667. 100% {
  3668. opacity: 1;
  3669. transform: translateY(0);
  3670. }
  3671. }
  3672. .fadeInUpBig {
  3673. -webkit-animation-name: fadeInUpBig;
  3674. -moz-animation-name: fadeInUpBig;
  3675. -o-animation-name: fadeInUpBig;
  3676. animation-name: fadeInUpBig;
  3677. }
  3678. @-webkit-keyframes fadeInDownBig {
  3679. 0% {
  3680. opacity: 0;
  3681. -webkit-transform: translateY(-2000px);
  3682. }
  3683. 100% {
  3684. opacity: 1;
  3685. -webkit-transform: translateY(0);
  3686. }
  3687. }
  3688. @-moz-keyframes fadeInDownBig {
  3689. 0% {
  3690. opacity: 0;
  3691. -moz-transform: translateY(-2000px);
  3692. }
  3693. 100% {
  3694. opacity: 1;
  3695. -moz-transform: translateY(0);
  3696. }
  3697. }
  3698. @-o-keyframes fadeInDownBig {
  3699. 0% {
  3700. opacity: 0;
  3701. -o-transform: translateY(-2000px);
  3702. }
  3703. 100% {
  3704. opacity: 1;
  3705. -o-transform: translateY(0);
  3706. }
  3707. }
  3708. @keyframes fadeInDownBig {
  3709. 0% {
  3710. opacity: 0;
  3711. transform: translateY(-2000px);
  3712. }
  3713. 100% {
  3714. opacity: 1;
  3715. transform: translateY(0);
  3716. }
  3717. }
  3718. .fadeInDownBig {
  3719. -webkit-animation-name: fadeInDownBig;
  3720. -moz-animation-name: fadeInDownBig;
  3721. -o-animation-name: fadeInDownBig;
  3722. animation-name: fadeInDownBig;
  3723. }
  3724. @-webkit-keyframes fadeInLeftBig {
  3725. 0% {
  3726. opacity: 0;
  3727. -webkit-transform: translateX(-2000px);
  3728. }
  3729. 100% {
  3730. opacity: 1;
  3731. -webkit-transform: translateX(0);
  3732. }
  3733. }
  3734. @-moz-keyframes fadeInLeftBig {
  3735. 0% {
  3736. opacity: 0;
  3737. -moz-transform: translateX(-2000px);
  3738. }
  3739. 100% {
  3740. opacity: 1;
  3741. -moz-transform: translateX(0);
  3742. }
  3743. }
  3744. @-o-keyframes fadeInLeftBig {
  3745. 0% {
  3746. opacity: 0;
  3747. -o-transform: translateX(-2000px);
  3748. }
  3749. 100% {
  3750. opacity: 1;
  3751. -o-transform: translateX(0);
  3752. }
  3753. }
  3754. @keyframes fadeInLeftBig {
  3755. 0% {
  3756. opacity: 0;
  3757. transform: translateX(-2000px);
  3758. }
  3759. 100% {
  3760. opacity: 1;
  3761. transform: translateX(0);
  3762. }
  3763. }
  3764. .fadeInLeftBig {
  3765. -webkit-animation-name: fadeInLeftBig;
  3766. -moz-animation-name: fadeInLeftBig;
  3767. -o-animation-name: fadeInLeftBig;
  3768. animation-name: fadeInLeftBig;
  3769. }
  3770. @-webkit-keyframes fadeInRightBig {
  3771. 0% {
  3772. opacity: 0;
  3773. -webkit-transform: translateX(2000px);
  3774. }
  3775. 100% {
  3776. opacity: 1;
  3777. -webkit-transform: translateX(0);
  3778. }
  3779. }
  3780. @-moz-keyframes fadeInRightBig {
  3781. 0% {
  3782. opacity: 0;
  3783. -moz-transform: translateX(2000px);
  3784. }
  3785. 100% {
  3786. opacity: 1;
  3787. -moz-transform: translateX(0);
  3788. }
  3789. }
  3790. @-o-keyframes fadeInRightBig {
  3791. 0% {
  3792. opacity: 0;
  3793. -o-transform: translateX(2000px);
  3794. }
  3795. 100% {
  3796. opacity: 1;
  3797. -o-transform: translateX(0);
  3798. }
  3799. }
  3800. @keyframes fadeInRightBig {
  3801. 0% {
  3802. opacity: 0;
  3803. transform: translateX(2000px);
  3804. }
  3805. 100% {
  3806. opacity: 1;
  3807. transform: translateX(0);
  3808. }
  3809. }
  3810. .fadeInRightBig {
  3811. -webkit-animation-name: fadeInRightBig;
  3812. -moz-animation-name: fadeInRightBig;
  3813. -o-animation-name: fadeInRightBig;
  3814. animation-name: fadeInRightBig;
  3815. }
  3816. @-webkit-keyframes fadeOut {
  3817. 0% {
  3818. opacity: 1;
  3819. }
  3820. 100% {
  3821. opacity: 0;
  3822. }
  3823. }
  3824. @-moz-keyframes fadeOut {
  3825. 0% {
  3826. opacity: 1;
  3827. }
  3828. 100% {
  3829. opacity: 0;
  3830. }
  3831. }
  3832. @-o-keyframes fadeOut {
  3833. 0% {
  3834. opacity: 1;
  3835. }
  3836. 100% {
  3837. opacity: 0;
  3838. }
  3839. }
  3840. @keyframes fadeOut {
  3841. 0% {
  3842. opacity: 1;
  3843. }
  3844. 100% {
  3845. opacity: 0;
  3846. }
  3847. }
  3848. .fadeOut {
  3849. -webkit-animation-name: fadeOut;
  3850. -moz-animation-name: fadeOut;
  3851. -o-animation-name: fadeOut;
  3852. animation-name: fadeOut;
  3853. }
  3854. @-webkit-keyframes fadeOutUp {
  3855. 0% {
  3856. opacity: 1;
  3857. -webkit-transform: translateY(0);
  3858. }
  3859. 100% {
  3860. opacity: 0;
  3861. -webkit-transform: translateY(-20px);
  3862. }
  3863. }
  3864. @-moz-keyframes fadeOutUp {
  3865. 0% {
  3866. opacity: 1;
  3867. -moz-transform: translateY(0);
  3868. }
  3869. 100% {
  3870. opacity: 0;
  3871. -moz-transform: translateY(-20px);
  3872. }
  3873. }
  3874. @-o-keyframes fadeOutUp {
  3875. 0% {
  3876. opacity: 1;
  3877. -o-transform: translateY(0);
  3878. }
  3879. 100% {
  3880. opacity: 0;
  3881. -o-transform: translateY(-20px);
  3882. }
  3883. }
  3884. @keyframes fadeOutUp {
  3885. 0% {
  3886. opacity: 1;
  3887. transform: translateY(0);
  3888. }
  3889. 100% {
  3890. opacity: 0;
  3891. transform: translateY(-20px);
  3892. }
  3893. }
  3894. .fadeOutUp {
  3895. -webkit-animation-name: fadeOutUp;
  3896. -moz-animation-name: fadeOutUp;
  3897. -o-animation-name: fadeOutUp;
  3898. animation-name: fadeOutUp;
  3899. }
  3900. @-webkit-keyframes fadeOutDown {
  3901. 0% {
  3902. opacity: 1;
  3903. -webkit-transform: translateY(0);
  3904. }
  3905. 100% {
  3906. opacity: 0;
  3907. -webkit-transform: translateY(20px);
  3908. }
  3909. }
  3910. @-moz-keyframes fadeOutDown {
  3911. 0% {
  3912. opacity: 1;
  3913. -moz-transform: translateY(0);
  3914. }
  3915. 100% {
  3916. opacity: 0;
  3917. -moz-transform: translateY(20px);
  3918. }
  3919. }
  3920. @-o-keyframes fadeOutDown {
  3921. 0% {
  3922. opacity: 1;
  3923. -o-transform: translateY(0);
  3924. }
  3925. 100% {
  3926. opacity: 0;
  3927. -o-transform: translateY(20px);
  3928. }
  3929. }
  3930. @keyframes fadeOutDown {
  3931. 0% {
  3932. opacity: 1;
  3933. transform: translateY(0);
  3934. }
  3935. 100% {
  3936. opacity: 0;
  3937. transform: translateY(20px);
  3938. }
  3939. }
  3940. .fadeOutDown {
  3941. -webkit-animation-name: fadeOutDown;
  3942. -moz-animation-name: fadeOutDown;
  3943. -o-animation-name: fadeOutDown;
  3944. animation-name: fadeOutDown;
  3945. }
  3946. @-webkit-keyframes fadeOutLeft {
  3947. 0% {
  3948. opacity: 1;
  3949. -webkit-transform: translateX(0);
  3950. }
  3951. 100% {
  3952. opacity: 0;
  3953. -webkit-transform: translateX(-20px);
  3954. }
  3955. }
  3956. @-moz-keyframes fadeOutLeft {
  3957. 0% {
  3958. opacity: 1;
  3959. -moz-transform: translateX(0);
  3960. }
  3961. 100% {
  3962. opacity: 0;
  3963. -moz-transform: translateX(-20px);
  3964. }
  3965. }
  3966. @-o-keyframes fadeOutLeft {
  3967. 0% {
  3968. opacity: 1;
  3969. -o-transform: translateX(0);
  3970. }
  3971. 100% {
  3972. opacity: 0;
  3973. -o-transform: translateX(-20px);
  3974. }
  3975. }
  3976. @keyframes fadeOutLeft {
  3977. 0% {
  3978. opacity: 1;
  3979. transform: translateX(0);
  3980. }
  3981. 100% {
  3982. opacity: 0;
  3983. transform: translateX(-20px);
  3984. }
  3985. }
  3986. .fadeOutLeft {
  3987. -webkit-animation-name: fadeOutLeft;
  3988. -moz-animation-name: fadeOutLeft;
  3989. -o-animation-name: fadeOutLeft;
  3990. animation-name: fadeOutLeft;
  3991. }
  3992. @-webkit-keyframes fadeOutRight {
  3993. 0% {
  3994. opacity: 1;
  3995. -webkit-transform: translateX(0);
  3996. }
  3997. 100% {
  3998. opacity: 0;
  3999. -webkit-transform: translateX(20px);
  4000. }
  4001. }
  4002. @-moz-keyframes fadeOutRight {
  4003. 0% {
  4004. opacity: 1;
  4005. -moz-transform: translateX(0);
  4006. }
  4007. 100% {
  4008. opacity: 0;
  4009. -moz-transform: translateX(20px);
  4010. }
  4011. }
  4012. @-o-keyframes fadeOutRight {
  4013. 0% {
  4014. opacity: 1;
  4015. -o-transform: translateX(0);
  4016. }
  4017. 100% {
  4018. opacity: 0;
  4019. -o-transform: translateX(20px);
  4020. }
  4021. }
  4022. @keyframes fadeOutRight {
  4023. 0% {
  4024. opacity: 1;
  4025. transform: translateX(0);
  4026. }
  4027. 100% {
  4028. opacity: 0;
  4029. transform: translateX(20px);
  4030. }
  4031. }
  4032. .fadeOutRight {
  4033. -webkit-animation-name: fadeOutRight;
  4034. -moz-animation-name: fadeOutRight;
  4035. -o-animation-name: fadeOutRight;
  4036. animation-name: fadeOutRight;
  4037. }
  4038. @-webkit-keyframes fadeOutUpBig {
  4039. 0% {
  4040. opacity: 1;
  4041. -webkit-transform: translateY(0);
  4042. }
  4043. 100% {
  4044. opacity: 0;
  4045. -webkit-transform: translateY(-2000px);
  4046. }
  4047. }
  4048. @-moz-keyframes fadeOutUpBig {
  4049. 0% {
  4050. opacity: 1;
  4051. -moz-transform: translateY(0);
  4052. }
  4053. 100% {
  4054. opacity: 0;
  4055. -moz-transform: translateY(-2000px);
  4056. }
  4057. }
  4058. @-o-keyframes fadeOutUpBig {
  4059. 0% {
  4060. opacity: 1;
  4061. -o-transform: translateY(0);
  4062. }
  4063. 100% {
  4064. opacity: 0;
  4065. -o-transform: translateY(-2000px);
  4066. }
  4067. }
  4068. @keyframes fadeOutUpBig {
  4069. 0% {
  4070. opacity: 1;
  4071. transform: translateY(0);
  4072. }
  4073. 100% {
  4074. opacity: 0;
  4075. transform: translateY(-2000px);
  4076. }
  4077. }
  4078. .fadeOutUpBig {
  4079. -webkit-animation-name: fadeOutUpBig;
  4080. -moz-animation-name: fadeOutUpBig;
  4081. -o-animation-name: fadeOutUpBig;
  4082. animation-name: fadeOutUpBig;
  4083. }
  4084. @-webkit-keyframes fadeOutDownBig {
  4085. 0% {
  4086. opacity: 1;
  4087. -webkit-transform: translateY(0);
  4088. }
  4089. 100% {
  4090. opacity: 0;
  4091. -webkit-transform: translateY(2000px);
  4092. }
  4093. }
  4094. @-moz-keyframes fadeOutDownBig {
  4095. 0% {
  4096. opacity: 1;
  4097. -moz-transform: translateY(0);
  4098. }
  4099. 100% {
  4100. opacity: 0;
  4101. -moz-transform: translateY(2000px);
  4102. }
  4103. }
  4104. @-o-keyframes fadeOutDownBig {
  4105. 0% {
  4106. opacity: 1;
  4107. -o-transform: translateY(0);
  4108. }
  4109. 100% {
  4110. opacity: 0;
  4111. -o-transform: translateY(2000px);
  4112. }
  4113. }
  4114. @keyframes fadeOutDownBig {
  4115. 0% {
  4116. opacity: 1;
  4117. transform: translateY(0);
  4118. }
  4119. 100% {
  4120. opacity: 0;
  4121. transform: translateY(2000px);
  4122. }
  4123. }
  4124. .fadeOutDownBig {
  4125. -webkit-animation-name: fadeOutDownBig;
  4126. -moz-animation-name: fadeOutDownBig;
  4127. -o-animation-name: fadeOutDownBig;
  4128. animation-name: fadeOutDownBig;
  4129. }
  4130. @-webkit-keyframes fadeOutLeftBig {
  4131. 0% {
  4132. opacity: 1;
  4133. -webkit-transform: translateX(0);
  4134. }
  4135. 100% {
  4136. opacity: 0;
  4137. -webkit-transform: translateX(-2000px);
  4138. }
  4139. }
  4140. @-moz-keyframes fadeOutLeftBig {
  4141. 0% {
  4142. opacity: 1;
  4143. -moz-transform: translateX(0);
  4144. }
  4145. 100% {
  4146. opacity: 0;
  4147. -moz-transform: translateX(-2000px);
  4148. }
  4149. }
  4150. @-o-keyframes fadeOutLeftBig {
  4151. 0% {
  4152. opacity: 1;
  4153. -o-transform: translateX(0);
  4154. }
  4155. 100% {
  4156. opacity: 0;
  4157. -o-transform: translateX(-2000px);
  4158. }
  4159. }
  4160. @keyframes fadeOutLeftBig {
  4161. 0% {
  4162. opacity: 1;
  4163. transform: translateX(0);
  4164. }
  4165. 100% {
  4166. opacity: 0;
  4167. transform: translateX(-2000px);
  4168. }
  4169. }
  4170. .fadeOutLeftBig {
  4171. -webkit-animation-name: fadeOutLeftBig;
  4172. -moz-animation-name: fadeOutLeftBig;
  4173. -o-animation-name: fadeOutLeftBig;
  4174. animation-name: fadeOutLeftBig;
  4175. }
  4176. @-webkit-keyframes fadeOutRightBig {
  4177. 0% {
  4178. opacity: 1;
  4179. -webkit-transform: translateX(0);
  4180. }
  4181. 100% {
  4182. opacity: 0;
  4183. -webkit-transform: translateX(2000px);
  4184. }
  4185. }
  4186. @-moz-keyframes fadeOutRightBig {
  4187. 0% {
  4188. opacity: 1;
  4189. -moz-transform: translateX(0);
  4190. }
  4191. 100% {
  4192. opacity: 0;
  4193. -moz-transform: translateX(2000px);
  4194. }
  4195. }
  4196. @-o-keyframes fadeOutRightBig {
  4197. 0% {
  4198. opacity: 1;
  4199. -o-transform: translateX(0);
  4200. }
  4201. 100% {
  4202. opacity: 0;
  4203. -o-transform: translateX(2000px);
  4204. }
  4205. }
  4206. @keyframes fadeOutRightBig {
  4207. 0% {
  4208. opacity: 1;
  4209. transform: translateX(0);
  4210. }
  4211. 100% {
  4212. opacity: 0;
  4213. transform: translateX(2000px);
  4214. }
  4215. }
  4216. .fadeOutRightBig {
  4217. -webkit-animation-name: fadeOutRightBig;
  4218. -moz-animation-name: fadeOutRightBig;
  4219. -o-animation-name: fadeOutRightBig;
  4220. animation-name: fadeOutRightBig;
  4221. }
  4222. @-webkit-keyframes bounceIn {
  4223. 0% {
  4224. opacity: 0;
  4225. -webkit-transform: scale(0.3);
  4226. }
  4227. 50% {
  4228. opacity: 1;
  4229. -webkit-transform: scale(1.05);
  4230. }
  4231. 70% {
  4232. -webkit-transform: scale(0.9);
  4233. }
  4234. 100% {
  4235. -webkit-transform: scale(1);
  4236. }
  4237. }
  4238. @-moz-keyframes bounceIn {
  4239. 0% {
  4240. opacity: 0;
  4241. -moz-transform: scale(0.3);
  4242. }
  4243. 50% {
  4244. opacity: 1;
  4245. -moz-transform: scale(1.05);
  4246. }
  4247. 70% {
  4248. -moz-transform: scale(0.9);
  4249. }
  4250. 100% {
  4251. -moz-transform: scale(1);
  4252. }
  4253. }
  4254. @-o-keyframes bounceIn {
  4255. 0% {
  4256. opacity: 0;
  4257. -o-transform: scale(0.3);
  4258. }
  4259. 50% {
  4260. opacity: 1;
  4261. -o-transform: scale(1.05);
  4262. }
  4263. 70% {
  4264. -o-transform: scale(0.9);
  4265. }
  4266. 100% {
  4267. -o-transform: scale(1);
  4268. }
  4269. }
  4270. @keyframes bounceIn {
  4271. 0% {
  4272. opacity: 0;
  4273. transform: scale(0.3);
  4274. }
  4275. 50% {
  4276. opacity: 1;
  4277. transform: scale(1.05);
  4278. }
  4279. 70% {
  4280. transform: scale(0.9);
  4281. }
  4282. 100% {
  4283. transform: scale(1);
  4284. }
  4285. }
  4286. .bounceIn {
  4287. -webkit-animation-name: bounceIn;
  4288. -moz-animation-name: bounceIn;
  4289. -o-animation-name: bounceIn;
  4290. animation-name: bounceIn;
  4291. }
  4292. @-webkit-keyframes bounceInUp {
  4293. 0% {
  4294. opacity: 0;
  4295. -webkit-transform: translateY(2000px);
  4296. }
  4297. 60% {
  4298. opacity: 1;
  4299. -webkit-transform: translateY(-30px);
  4300. }
  4301. 80% {
  4302. -webkit-transform: translateY(10px);
  4303. }
  4304. 100% {
  4305. -webkit-transform: translateY(0);
  4306. }
  4307. }
  4308. @-moz-keyframes bounceInUp {
  4309. 0% {
  4310. opacity: 0;
  4311. -moz-transform: translateY(2000px);
  4312. }
  4313. 60% {
  4314. opacity: 1;
  4315. -moz-transform: translateY(-30px);
  4316. }
  4317. 80% {
  4318. -moz-transform: translateY(10px);
  4319. }
  4320. 100% {
  4321. -moz-transform: translateY(0);
  4322. }
  4323. }
  4324. @-o-keyframes bounceInUp {
  4325. 0% {
  4326. opacity: 0;
  4327. -o-transform: translateY(2000px);
  4328. }
  4329. 60% {
  4330. opacity: 1;
  4331. -o-transform: translateY(-30px);
  4332. }
  4333. 80% {
  4334. -o-transform: translateY(10px);
  4335. }
  4336. 100% {
  4337. -o-transform: translateY(0);
  4338. }
  4339. }
  4340. @keyframes bounceInUp {
  4341. 0% {
  4342. opacity: 0;
  4343. transform: translateY(2000px);
  4344. }
  4345. 60% {
  4346. opacity: 1;
  4347. transform: translateY(-30px);
  4348. }
  4349. 80% {
  4350. transform: translateY(10px);
  4351. }
  4352. 100% {
  4353. transform: translateY(0);
  4354. }
  4355. }
  4356. .bounceInUp {
  4357. -webkit-animation-name: bounceInUp;
  4358. -moz-animation-name: bounceInUp;
  4359. -o-animation-name: bounceInUp;
  4360. animation-name: bounceInUp;
  4361. }
  4362. @-webkit-keyframes bounceInDown {
  4363. 0% {
  4364. opacity: 0;
  4365. -webkit-transform: translateY(-2000px);
  4366. }
  4367. 60% {
  4368. opacity: 1;
  4369. -webkit-transform: translateY(30px);
  4370. }
  4371. 80% {
  4372. -webkit-transform: translateY(-10px);
  4373. }
  4374. 100% {
  4375. -webkit-transform: translateY(0);
  4376. }
  4377. }
  4378. @-moz-keyframes bounceInDown {
  4379. 0% {
  4380. opacity: 0;
  4381. -moz-transform: translateY(-2000px);
  4382. }
  4383. 60% {
  4384. opacity: 1;
  4385. -moz-transform: translateY(30px);
  4386. }
  4387. 80% {
  4388. -moz-transform: translateY(-10px);
  4389. }
  4390. 100% {
  4391. -moz-transform: translateY(0);
  4392. }
  4393. }
  4394. @-o-keyframes bounceInDown {
  4395. 0% {
  4396. opacity: 0;
  4397. -o-transform: translateY(-2000px);
  4398. }
  4399. 60% {
  4400. opacity: 1;
  4401. -o-transform: translateY(30px);
  4402. }
  4403. 80% {
  4404. -o-transform: translateY(-10px);
  4405. }
  4406. 100% {
  4407. -o-transform: translateY(0);
  4408. }
  4409. }
  4410. @keyframes bounceInDown {
  4411. 0% {
  4412. opacity: 0;
  4413. transform: translateY(-2000px);
  4414. }
  4415. 60% {
  4416. opacity: 1;
  4417. transform: translateY(30px);
  4418. }
  4419. 80% {
  4420. transform: translateY(-10px);
  4421. }
  4422. 100% {
  4423. transform: translateY(0);
  4424. }
  4425. }
  4426. .bounceInDown {
  4427. -webkit-animation-name: bounceInDown;
  4428. -moz-animation-name: bounceInDown;
  4429. -o-animation-name: bounceInDown;
  4430. animation-name: bounceInDown;
  4431. }
  4432. @-webkit-keyframes bounceInLeft {
  4433. 0% {
  4434. opacity: 0;
  4435. -webkit-transform: translateX(-2000px);
  4436. }
  4437. 60% {
  4438. opacity: 1;
  4439. -webkit-transform: translateX(30px);
  4440. }
  4441. 80% {
  4442. -webkit-transform: translateX(-10px);
  4443. }
  4444. 100% {
  4445. -webkit-transform: translateX(0);
  4446. }
  4447. }
  4448. @-moz-keyframes bounceInLeft {
  4449. 0% {
  4450. opacity: 0;
  4451. -moz-transform: translateX(-2000px);
  4452. }
  4453. 60% {
  4454. opacity: 1;
  4455. -moz-transform: translateX(30px);
  4456. }
  4457. 80% {
  4458. -moz-transform: translateX(-10px);
  4459. }
  4460. 100% {
  4461. -moz-transform: translateX(0);
  4462. }
  4463. }
  4464. @-o-keyframes bounceInLeft {
  4465. 0% {
  4466. opacity: 0;
  4467. -o-transform: translateX(-2000px);
  4468. }
  4469. 60% {
  4470. opacity: 1;
  4471. -o-transform: translateX(30px);
  4472. }
  4473. 80% {
  4474. -o-transform: translateX(-10px);
  4475. }
  4476. 100% {
  4477. -o-transform: translateX(0);
  4478. }
  4479. }
  4480. @keyframes bounceInLeft {
  4481. 0% {
  4482. opacity: 0;
  4483. transform: translateX(-2000px);
  4484. }
  4485. 60% {
  4486. opacity: 1;
  4487. transform: translateX(30px);
  4488. }
  4489. 80% {
  4490. transform: translateX(-10px);
  4491. }
  4492. 100% {
  4493. transform: translateX(0);
  4494. }
  4495. }
  4496. .bounceInLeft {
  4497. -webkit-animation-name: bounceInLeft;
  4498. -moz-animation-name: bounceInLeft;
  4499. -o-animation-name: bounceInLeft;
  4500. animation-name: bounceInLeft;
  4501. }
  4502. @-webkit-keyframes bounceInRight {
  4503. 0% {
  4504. opacity: 0;
  4505. -webkit-transform: translateX(2000px);
  4506. }
  4507. 60% {
  4508. opacity: 1;
  4509. -webkit-transform: translateX(-30px);
  4510. }
  4511. 80% {
  4512. -webkit-transform: translateX(10px);
  4513. }
  4514. 100% {
  4515. -webkit-transform: translateX(0);
  4516. }
  4517. }
  4518. @-moz-keyframes bounceInRight {
  4519. 0% {
  4520. opacity: 0;
  4521. -moz-transform: translateX(2000px);
  4522. }
  4523. 60% {
  4524. opacity: 1;
  4525. -moz-transform: translateX(-30px);
  4526. }
  4527. 80% {
  4528. -moz-transform: translateX(10px);
  4529. }
  4530. 100% {
  4531. -moz-transform: translateX(0);
  4532. }
  4533. }
  4534. @-o-keyframes bounceInRight {
  4535. 0% {
  4536. opacity: 0;
  4537. -o-transform: translateX(2000px);
  4538. }
  4539. 60% {
  4540. opacity: 1;
  4541. -o-transform: translateX(-30px);
  4542. }
  4543. 80% {
  4544. -o-transform: translateX(10px);
  4545. }
  4546. 100% {
  4547. -o-transform: translateX(0);
  4548. }
  4549. }
  4550. @keyframes bounceInRight {
  4551. 0% {
  4552. opacity: 0;
  4553. transform: translateX(2000px);
  4554. }
  4555. 60% {
  4556. opacity: 1;
  4557. transform: translateX(-30px);
  4558. }
  4559. 80% {
  4560. transform: translateX(10px);
  4561. }
  4562. 100% {
  4563. transform: translateX(0);
  4564. }
  4565. }
  4566. .bounceInRight {
  4567. -webkit-animation-name: bounceInRight;
  4568. -moz-animation-name: bounceInRight;
  4569. -o-animation-name: bounceInRight;
  4570. animation-name: bounceInRight;
  4571. }
  4572. @-webkit-keyframes bounceOut {
  4573. 0% {
  4574. -webkit-transform: scale(1);
  4575. }
  4576. 25% {
  4577. -webkit-transform: scale(0.95);
  4578. }
  4579. 50% {
  4580. opacity: 1;
  4581. -webkit-transform: scale(1.1);
  4582. }
  4583. 100% {
  4584. opacity: 0;
  4585. -webkit-transform: scale(0.3);
  4586. }
  4587. }
  4588. @-moz-keyframes bounceOut {
  4589. 0% {
  4590. -moz-transform: scale(1);
  4591. }
  4592. 25% {
  4593. -moz-transform: scale(0.95);
  4594. }
  4595. 50% {
  4596. opacity: 1;
  4597. -moz-transform: scale(1.1);
  4598. }
  4599. 100% {
  4600. opacity: 0;
  4601. -moz-transform: scale(0.3);
  4602. }
  4603. }
  4604. @-o-keyframes bounceOut {
  4605. 0% {
  4606. -o-transform: scale(1);
  4607. }
  4608. 25% {
  4609. -o-transform: scale(0.95);
  4610. }
  4611. 50% {
  4612. opacity: 1;
  4613. -o-transform: scale(1.1);
  4614. }
  4615. 100% {
  4616. opacity: 0;
  4617. -o-transform: scale(0.3);
  4618. }
  4619. }
  4620. @keyframes bounceOut {
  4621. 0% {
  4622. transform: scale(1);
  4623. }
  4624. 25% {
  4625. transform: scale(0.95);
  4626. }
  4627. 50% {
  4628. opacity: 1;
  4629. transform: scale(1.1);
  4630. }
  4631. 100% {
  4632. opacity: 0;
  4633. transform: scale(0.3);
  4634. }
  4635. }
  4636. .bounceOut {
  4637. -webkit-animation-name: bounceOut;
  4638. -moz-animation-name: bounceOut;
  4639. -o-animation-name: bounceOut;
  4640. animation-name: bounceOut;
  4641. }
  4642. @-webkit-keyframes bounceOutUp {
  4643. 0% {
  4644. -webkit-transform: translateY(0);
  4645. }
  4646. 20% {
  4647. opacity: 1;
  4648. -webkit-transform: translateY(20px);
  4649. }
  4650. 100% {
  4651. opacity: 0;
  4652. -webkit-transform: translateY(-2000px);
  4653. }
  4654. }
  4655. @-moz-keyframes bounceOutUp {
  4656. 0% {
  4657. -moz-transform: translateY(0);
  4658. }
  4659. 20% {
  4660. opacity: 1;
  4661. -moz-transform: translateY(20px);
  4662. }
  4663. 100% {
  4664. opacity: 0;
  4665. -moz-transform: translateY(-2000px);
  4666. }
  4667. }
  4668. @-o-keyframes bounceOutUp {
  4669. 0% {
  4670. -o-transform: translateY(0);
  4671. }
  4672. 20% {
  4673. opacity: 1;
  4674. -o-transform: translateY(20px);
  4675. }
  4676. 100% {
  4677. opacity: 0;
  4678. -o-transform: translateY(-2000px);
  4679. }
  4680. }
  4681. @keyframes bounceOutUp {
  4682. 0% {
  4683. transform: translateY(0);
  4684. }
  4685. 20% {
  4686. opacity: 1;
  4687. transform: translateY(20px);
  4688. }
  4689. 100% {
  4690. opacity: 0;
  4691. transform: translateY(-2000px);
  4692. }
  4693. }
  4694. .bounceOutUp {
  4695. -webkit-animation-name: bounceOutUp;
  4696. -moz-animation-name: bounceOutUp;
  4697. -o-animation-name: bounceOutUp;
  4698. animation-name: bounceOutUp;
  4699. }
  4700. @-webkit-keyframes bounceOutDown {
  4701. 0% {
  4702. -webkit-transform: translateY(0);
  4703. }
  4704. 20% {
  4705. opacity: 1;
  4706. -webkit-transform: translateY(-20px);
  4707. }
  4708. 100% {
  4709. opacity: 0;
  4710. -webkit-transform: translateY(2000px);
  4711. }
  4712. }
  4713. @-moz-keyframes bounceOutDown {
  4714. 0% {
  4715. -moz-transform: translateY(0);
  4716. }
  4717. 20% {
  4718. opacity: 1;
  4719. -moz-transform: translateY(-20px);
  4720. }
  4721. 100% {
  4722. opacity: 0;
  4723. -moz-transform: translateY(2000px);
  4724. }
  4725. }
  4726. @-o-keyframes bounceOutDown {
  4727. 0% {
  4728. -o-transform: translateY(0);
  4729. }
  4730. 20% {
  4731. opacity: 1;
  4732. -o-transform: translateY(-20px);
  4733. }
  4734. 100% {
  4735. opacity: 0;
  4736. -o-transform: translateY(2000px);
  4737. }
  4738. }
  4739. @keyframes bounceOutDown {
  4740. 0% {
  4741. transform: translateY(0);
  4742. }
  4743. 20% {
  4744. opacity: 1;
  4745. transform: translateY(-20px);
  4746. }
  4747. 100% {
  4748. opacity: 0;
  4749. transform: translateY(2000px);
  4750. }
  4751. }
  4752. .bounceOutDown {
  4753. -webkit-animation-name: bounceOutDown;
  4754. -moz-animation-name: bounceOutDown;
  4755. -o-animation-name: bounceOutDown;
  4756. animation-name: bounceOutDown;
  4757. }
  4758. @-webkit-keyframes bounceOutLeft {
  4759. 0% {
  4760. -webkit-transform: translateX(0);
  4761. }
  4762. 20% {
  4763. opacity: 1;
  4764. -webkit-transform: translateX(20px);
  4765. }
  4766. 100% {
  4767. opacity: 0;
  4768. -webkit-transform: translateX(-2000px);
  4769. }
  4770. }
  4771. @-moz-keyframes bounceOutLeft {
  4772. 0% {
  4773. -moz-transform: translateX(0);
  4774. }
  4775. 20% {
  4776. opacity: 1;
  4777. -moz-transform: translateX(20px);
  4778. }
  4779. 100% {
  4780. opacity: 0;
  4781. -moz-transform: translateX(-2000px);
  4782. }
  4783. }
  4784. @-o-keyframes bounceOutLeft {
  4785. 0% {
  4786. -o-transform: translateX(0);
  4787. }
  4788. 20% {
  4789. opacity: 1;
  4790. -o-transform: translateX(20px);
  4791. }
  4792. 100% {
  4793. opacity: 0;
  4794. -o-transform: translateX(-2000px);
  4795. }
  4796. }
  4797. @keyframes bounceOutLeft {
  4798. 0% {
  4799. transform: translateX(0);
  4800. }
  4801. 20% {
  4802. opacity: 1;
  4803. transform: translateX(20px);
  4804. }
  4805. 100% {
  4806. opacity: 0;
  4807. transform: translateX(-2000px);
  4808. }
  4809. }
  4810. .bounceOutLeft {
  4811. -webkit-animation-name: bounceOutLeft;
  4812. -moz-animation-name: bounceOutLeft;
  4813. -o-animation-name: bounceOutLeft;
  4814. animation-name: bounceOutLeft;
  4815. }
  4816. @-webkit-keyframes bounceOutRight {
  4817. 0% {
  4818. -webkit-transform: translateX(0);
  4819. }
  4820. 20% {
  4821. opacity: 1;
  4822. -webkit-transform: translateX(-20px);
  4823. }
  4824. 100% {
  4825. opacity: 0;
  4826. -webkit-transform: translateX(2000px);
  4827. }
  4828. }
  4829. @-moz-keyframes bounceOutRight {
  4830. 0% {
  4831. -moz-transform: translateX(0);
  4832. }
  4833. 20% {
  4834. opacity: 1;
  4835. -moz-transform: translateX(-20px);
  4836. }
  4837. 100% {
  4838. opacity: 0;
  4839. -moz-transform: translateX(2000px);
  4840. }
  4841. }
  4842. @-o-keyframes bounceOutRight {
  4843. 0% {
  4844. -o-transform: translateX(0);
  4845. }
  4846. 20% {
  4847. opacity: 1;
  4848. -o-transform: translateX(-20px);
  4849. }
  4850. 100% {
  4851. opacity: 0;
  4852. -o-transform: translateX(2000px);
  4853. }
  4854. }
  4855. @keyframes bounceOutRight {
  4856. 0% {
  4857. transform: translateX(0);
  4858. }
  4859. 20% {
  4860. opacity: 1;
  4861. transform: translateX(-20px);
  4862. }
  4863. 100% {
  4864. opacity: 0;
  4865. transform: translateX(2000px);
  4866. }
  4867. }
  4868. .bounceOutRight {
  4869. -webkit-animation-name: bounceOutRight;
  4870. -moz-animation-name: bounceOutRight;
  4871. -o-animation-name: bounceOutRight;
  4872. animation-name: bounceOutRight;
  4873. }
  4874. @-webkit-keyframes rotateIn {
  4875. 0% {
  4876. -webkit-transform-origin: center center;
  4877. -webkit-transform: rotate(-200deg);
  4878. opacity: 0;
  4879. }
  4880. 100% {
  4881. -webkit-transform-origin: center center;
  4882. -webkit-transform: rotate(0);
  4883. opacity: 1;
  4884. }
  4885. }
  4886. @-moz-keyframes rotateIn {
  4887. 0% {
  4888. -moz-transform-origin: center center;
  4889. -moz-transform: rotate(-200deg);
  4890. opacity: 0;
  4891. }
  4892. 100% {
  4893. -moz-transform-origin: center center;
  4894. -moz-transform: rotate(0);
  4895. opacity: 1;
  4896. }
  4897. }
  4898. @-o-keyframes rotateIn {
  4899. 0% {
  4900. -o-transform-origin: center center;
  4901. -o-transform: rotate(-200deg);
  4902. opacity: 0;
  4903. }
  4904. 100% {
  4905. -o-transform-origin: center center;
  4906. -o-transform: rotate(0);
  4907. opacity: 1;
  4908. }
  4909. }
  4910. @keyframes rotateIn {
  4911. 0% {
  4912. transform-origin: center center;
  4913. transform: rotate(-200deg);
  4914. opacity: 0;
  4915. }
  4916. 100% {
  4917. transform-origin: center center;
  4918. transform: rotate(0);
  4919. opacity: 1;
  4920. }
  4921. }
  4922. .rotateIn {
  4923. -webkit-animation-name: rotateIn;
  4924. -moz-animation-name: rotateIn;
  4925. -o-animation-name: rotateIn;
  4926. animation-name: rotateIn;
  4927. }
  4928. @-webkit-keyframes rotateInUpLeft {
  4929. 0% {
  4930. -webkit-transform-origin: left bottom;
  4931. -webkit-transform: rotate(90deg);
  4932. opacity: 0;
  4933. }
  4934. 100% {
  4935. -webkit-transform-origin: left bottom;
  4936. -webkit-transform: rotate(0);
  4937. opacity: 1;
  4938. }
  4939. }
  4940. @-moz-keyframes rotateInUpLeft {
  4941. 0% {
  4942. -moz-transform-origin: left bottom;
  4943. -moz-transform: rotate(90deg);
  4944. opacity: 0;
  4945. }
  4946. 100% {
  4947. -moz-transform-origin: left bottom;
  4948. -moz-transform: rotate(0);
  4949. opacity: 1;
  4950. }
  4951. }
  4952. @-o-keyframes rotateInUpLeft {
  4953. 0% {
  4954. -o-transform-origin: left bottom;
  4955. -o-transform: rotate(90deg);
  4956. opacity: 0;
  4957. }
  4958. 100% {
  4959. -o-transform-origin: left bottom;
  4960. -o-transform: rotate(0);
  4961. opacity: 1;
  4962. }
  4963. }
  4964. @keyframes rotateInUpLeft {
  4965. 0% {
  4966. transform-origin: left bottom;
  4967. transform: rotate(90deg);
  4968. opacity: 0;
  4969. }
  4970. 100% {
  4971. transform-origin: left bottom;
  4972. transform: rotate(0);
  4973. opacity: 1;
  4974. }
  4975. }
  4976. .rotateInUpLeft {
  4977. -webkit-animation-name: rotateInUpLeft;
  4978. -moz-animation-name: rotateInUpLeft;
  4979. -o-animation-name: rotateInUpLeft;
  4980. animation-name: rotateInUpLeft;
  4981. }
  4982. @-webkit-keyframes rotateInDownLeft {
  4983. 0% {
  4984. -webkit-transform-origin: left bottom;
  4985. -webkit-transform: rotate(-90deg);
  4986. opacity: 0;
  4987. }
  4988. 100% {
  4989. -webkit-transform-origin: left bottom;
  4990. -webkit-transform: rotate(0);
  4991. opacity: 1;
  4992. }
  4993. }
  4994. @-moz-keyframes rotateInDownLeft {
  4995. 0% {
  4996. -moz-transform-origin: left bottom;
  4997. -moz-transform: rotate(-90deg);
  4998. opacity: 0;
  4999. }
  5000. 100% {
  5001. -moz-transform-origin: left bottom;
  5002. -moz-transform: rotate(0);
  5003. opacity: 1;
  5004. }
  5005. }
  5006. @-o-keyframes rotateInDownLeft {
  5007. 0% {
  5008. -o-transform-origin: left bottom;
  5009. -o-transform: rotate(-90deg);
  5010. opacity: 0;
  5011. }
  5012. 100% {
  5013. -o-transform-origin: left bottom;
  5014. -o-transform: rotate(0);
  5015. opacity: 1;
  5016. }
  5017. }
  5018. @keyframes rotateInDownLeft {
  5019. 0% {
  5020. transform-origin: left bottom;
  5021. transform: rotate(-90deg);
  5022. opacity: 0;
  5023. }
  5024. 100% {
  5025. transform-origin: left bottom;
  5026. transform: rotate(0);
  5027. opacity: 1;
  5028. }
  5029. }
  5030. .rotateInDownLeft {
  5031. -webkit-animation-name: rotateInDownLeft;
  5032. -moz-animation-name: rotateInDownLeft;
  5033. -o-animation-name: rotateInDownLeft;
  5034. animation-name: rotateInDownLeft;
  5035. }
  5036. @-webkit-keyframes rotateInUpRight {
  5037. 0% {
  5038. -webkit-transform-origin: right bottom;
  5039. -webkit-transform: rotate(-90deg);
  5040. opacity: 0;
  5041. }
  5042. 100% {
  5043. -webkit-transform-origin: right bottom;
  5044. -webkit-transform: rotate(0);
  5045. opacity: 1;
  5046. }
  5047. }
  5048. @-moz-keyframes rotateInUpRight {
  5049. 0% {
  5050. -moz-transform-origin: right bottom;
  5051. -moz-transform: rotate(-90deg);
  5052. opacity: 0;
  5053. }
  5054. 100% {
  5055. -moz-transform-origin: right bottom;
  5056. -moz-transform: rotate(0);
  5057. opacity: 1;
  5058. }
  5059. }
  5060. @-o-keyframes rotateInUpRight {
  5061. 0% {
  5062. -o-transform-origin: right bottom;
  5063. -o-transform: rotate(-90deg);
  5064. opacity: 0;
  5065. }
  5066. 100% {
  5067. -o-transform-origin: right bottom;
  5068. -o-transform: rotate(0);
  5069. opacity: 1;
  5070. }
  5071. }
  5072. @keyframes rotateInUpRight {
  5073. 0% {
  5074. transform-origin: right bottom;
  5075. transform: rotate(-90deg);
  5076. opacity: 0;
  5077. }
  5078. 100% {
  5079. transform-origin: right bottom;
  5080. transform: rotate(0);
  5081. opacity: 1;
  5082. }
  5083. }
  5084. .rotateInUpRight {
  5085. -webkit-animation-name: rotateInUpRight;
  5086. -moz-animation-name: rotateInUpRight;
  5087. -o-animation-name: rotateInUpRight;
  5088. animation-name: rotateInUpRight;
  5089. }
  5090. @-webkit-keyframes rotateInDownRight {
  5091. 0% {
  5092. -webkit-transform-origin: right bottom;
  5093. -webkit-transform: rotate(90deg);
  5094. opacity: 0;
  5095. }
  5096. 100% {
  5097. -webkit-transform-origin: right bottom;
  5098. -webkit-transform: rotate(0);
  5099. opacity: 1;
  5100. }
  5101. }
  5102. @-moz-keyframes rotateInDownRight {
  5103. 0% {
  5104. -moz-transform-origin: right bottom;
  5105. -moz-transform: rotate(90deg);
  5106. opacity: 0;
  5107. }
  5108. 100% {
  5109. -moz-transform-origin: right bottom;
  5110. -moz-transform: rotate(0);
  5111. opacity: 1;
  5112. }
  5113. }
  5114. @-o-keyframes rotateInDownRight {
  5115. 0% {
  5116. -o-transform-origin: right bottom;
  5117. -o-transform: rotate(90deg);
  5118. opacity: 0;
  5119. }
  5120. 100% {
  5121. -o-transform-origin: right bottom;
  5122. -o-transform: rotate(0);
  5123. opacity: 1;
  5124. }
  5125. }
  5126. @keyframes rotateInDownRight {
  5127. 0% {
  5128. transform-origin: right bottom;
  5129. transform: rotate(90deg);
  5130. opacity: 0;
  5131. }
  5132. 100% {
  5133. transform-origin: right bottom;
  5134. transform: rotate(0);
  5135. opacity: 1;
  5136. }
  5137. }
  5138. .rotateInDownRight {
  5139. -webkit-animation-name: rotateInDownRight;
  5140. -moz-animation-name: rotateInDownRight;
  5141. -o-animation-name: rotateInDownRight;
  5142. animation-name: rotateInDownRight;
  5143. }
  5144. @-webkit-keyframes rotateOut {
  5145. 0% {
  5146. -webkit-transform-origin: center center;
  5147. -webkit-transform: rotate(0);
  5148. opacity: 1;
  5149. }
  5150. 100% {
  5151. -webkit-transform-origin: center center;
  5152. -webkit-transform: rotate(200deg);
  5153. opacity: 0;
  5154. }
  5155. }
  5156. @-moz-keyframes rotateOut {
  5157. 0% {
  5158. -moz-transform-origin: center center;
  5159. -moz-transform: rotate(0);
  5160. opacity: 1;
  5161. }
  5162. 100% {
  5163. -moz-transform-origin: center center;
  5164. -moz-transform: rotate(200deg);
  5165. opacity: 0;
  5166. }
  5167. }
  5168. @-o-keyframes rotateOut {
  5169. 0% {
  5170. -o-transform-origin: center center;
  5171. -o-transform: rotate(0);
  5172. opacity: 1;
  5173. }
  5174. 100% {
  5175. -o-transform-origin: center center;
  5176. -o-transform: rotate(200deg);
  5177. opacity: 0;
  5178. }
  5179. }
  5180. @keyframes rotateOut {
  5181. 0% {
  5182. transform-origin: center center;
  5183. transform: rotate(0);
  5184. opacity: 1;
  5185. }
  5186. 100% {
  5187. transform-origin: center center;
  5188. transform: rotate(200deg);
  5189. opacity: 0;
  5190. }
  5191. }
  5192. .rotateOut {
  5193. -webkit-animation-name: rotateOut;
  5194. -moz-animation-name: rotateOut;
  5195. -o-animation-name: rotateOut;
  5196. animation-name: rotateOut;
  5197. }
  5198. @-webkit-keyframes rotateOutUpLeft {
  5199. 0% {
  5200. -webkit-transform-origin: left bottom;
  5201. -webkit-transform: rotate(0);
  5202. opacity: 1;
  5203. }
  5204. 100% {
  5205. -webkit-transform-origin: left bottom;
  5206. -webkit-transform: rotate(-90deg);
  5207. opacity: 0;
  5208. }
  5209. }
  5210. @-moz-keyframes rotateOutUpLeft {
  5211. 0% {
  5212. -moz-transform-origin: left bottom;
  5213. -moz-transform: rotate(0);
  5214. opacity: 1;
  5215. }
  5216. 100% {
  5217. -moz-transform-origin: left bottom;
  5218. -moz-transform: rotate(-90deg);
  5219. opacity: 0;
  5220. }
  5221. }
  5222. @-o-keyframes rotateOutUpLeft {
  5223. 0% {
  5224. -o-transform-origin: left bottom;
  5225. -o-transform: rotate(0);
  5226. opacity: 1;
  5227. }
  5228. 100% {
  5229. -o-transform-origin: left bottom;
  5230. -o-transform: rotate(-90deg);
  5231. opacity: 0;
  5232. }
  5233. }
  5234. @keyframes rotateOutUpLeft {
  5235. 0% {
  5236. transform-origin: left bottom;
  5237. transform: rotate(0);
  5238. opacity: 1;
  5239. }
  5240. 100% {
  5241. transform-origin: left bottom;
  5242. transform: rotate(-90deg);
  5243. opacity: 0;
  5244. }
  5245. }
  5246. .rotateOutUpLeft {
  5247. -webkit-animation-name: rotateOutUpLeft;
  5248. -moz-animation-name: rotateOutUpLeft;
  5249. -o-animation-name: rotateOutUpLeft;
  5250. animation-name: rotateOutUpLeft;
  5251. }
  5252. @-webkit-keyframes rotateOutDownLeft {
  5253. 0% {
  5254. -webkit-transform-origin: left bottom;
  5255. -webkit-transform: rotate(0);
  5256. opacity: 1;
  5257. }
  5258. 100% {
  5259. -webkit-transform-origin: left bottom;
  5260. -webkit-transform: rotate(90deg);
  5261. opacity: 0;
  5262. }
  5263. }
  5264. @-moz-keyframes rotateOutDownLeft {
  5265. 0% {
  5266. -moz-transform-origin: left bottom;
  5267. -moz-transform: rotate(0);
  5268. opacity: 1;
  5269. }
  5270. 100% {
  5271. -moz-transform-origin: left bottom;
  5272. -moz-transform: rotate(90deg);
  5273. opacity: 0;
  5274. }
  5275. }
  5276. @-o-keyframes rotateOutDownLeft {
  5277. 0% {
  5278. -o-transform-origin: left bottom;
  5279. -o-transform: rotate(0);
  5280. opacity: 1;
  5281. }
  5282. 100% {
  5283. -o-transform-origin: left bottom;
  5284. -o-transform: rotate(90deg);
  5285. opacity: 0;
  5286. }
  5287. }
  5288. @keyframes rotateOutDownLeft {
  5289. 0% {
  5290. transform-origin: left bottom;
  5291. transform: rotate(0);
  5292. opacity: 1;
  5293. }
  5294. 100% {
  5295. transform-origin: left bottom;
  5296. transform: rotate(90deg);
  5297. opacity: 0;
  5298. }
  5299. }
  5300. .rotateOutDownLeft {
  5301. -webkit-animation-name: rotateOutDownLeft;
  5302. -moz-animation-name: rotateOutDownLeft;
  5303. -o-animation-name: rotateOutDownLeft;
  5304. animation-name: rotateOutDownLeft;
  5305. }
  5306. @-webkit-keyframes rotateOutUpRight {
  5307. 0% {
  5308. -webkit-transform-origin: right bottom;
  5309. -webkit-transform: rotate(0);
  5310. opacity: 1;
  5311. }
  5312. 100% {
  5313. -webkit-transform-origin: right bottom;
  5314. -webkit-transform: rotate(90deg);
  5315. opacity: 0;
  5316. }
  5317. }
  5318. @-moz-keyframes rotateOutUpRight {
  5319. 0% {
  5320. -moz-transform-origin: right bottom;
  5321. -moz-transform: rotate(0);
  5322. opacity: 1;
  5323. }
  5324. 100% {
  5325. -moz-transform-origin: right bottom;
  5326. -moz-transform: rotate(90deg);
  5327. opacity: 0;
  5328. }
  5329. }
  5330. @-o-keyframes rotateOutUpRight {
  5331. 0% {
  5332. -o-transform-origin: right bottom;
  5333. -o-transform: rotate(0);
  5334. opacity: 1;
  5335. }
  5336. 100% {
  5337. -o-transform-origin: right bottom;
  5338. -o-transform: rotate(90deg);
  5339. opacity: 0;
  5340. }
  5341. }
  5342. @keyframes rotateOutUpRight {
  5343. 0% {
  5344. transform-origin: right bottom;
  5345. transform: rotate(0);
  5346. opacity: 1;
  5347. }
  5348. 100% {
  5349. transform-origin: right bottom;
  5350. transform: rotate(90deg);
  5351. opacity: 0;
  5352. }
  5353. }
  5354. .rotateOutUpRight {
  5355. -webkit-animation-name: rotateOutUpRight;
  5356. -moz-animation-name: rotateOutUpRight;
  5357. -o-animation-name: rotateOutUpRight;
  5358. animation-name: rotateOutUpRight;
  5359. }
  5360. @-webkit-keyframes rotateOutDownRight {
  5361. 0% {
  5362. -webkit-transform-origin: right bottom;
  5363. -webkit-transform: rotate(0);
  5364. opacity: 1;
  5365. }
  5366. 100% {
  5367. -webkit-transform-origin: right bottom;
  5368. -webkit-transform: rotate(-90deg);
  5369. opacity: 0;
  5370. }
  5371. }
  5372. @-moz-keyframes rotateOutDownRight {
  5373. 0% {
  5374. -moz-transform-origin: right bottom;
  5375. -moz-transform: rotate(0);
  5376. opacity: 1;
  5377. }
  5378. 100% {
  5379. -moz-transform-origin: right bottom;
  5380. -moz-transform: rotate(-90deg);
  5381. opacity: 0;
  5382. }
  5383. }
  5384. @-o-keyframes rotateOutDownRight {
  5385. 0% {
  5386. -o-transform-origin: right bottom;
  5387. -o-transform: rotate(0);
  5388. opacity: 1;
  5389. }
  5390. 100% {
  5391. -o-transform-origin: right bottom;
  5392. -o-transform: rotate(-90deg);
  5393. opacity: 0;
  5394. }
  5395. }
  5396. @keyframes rotateOutDownRight {
  5397. 0% {
  5398. transform-origin: right bottom;
  5399. transform: rotate(0);
  5400. opacity: 1;
  5401. }
  5402. 100% {
  5403. transform-origin: right bottom;
  5404. transform: rotate(-90deg);
  5405. opacity: 0;
  5406. }
  5407. }
  5408. .rotateOutDownRight {
  5409. -webkit-animation-name: rotateOutDownRight;
  5410. -moz-animation-name: rotateOutDownRight;
  5411. -o-animation-name: rotateOutDownRight;
  5412. animation-name: rotateOutDownRight;
  5413. }
  5414. @-webkit-keyframes hinge {
  5415. 0% {
  5416. -webkit-transform: rotate(0);
  5417. -webkit-transform-origin: top left;
  5418. -webkit-animation-timing-function: ease-in-out;
  5419. }
  5420. 20%,
  5421. 60% {
  5422. -webkit-transform: rotate(80deg);
  5423. -webkit-transform-origin: top left;
  5424. -webkit-animation-timing-function: ease-in-out;
  5425. }
  5426. 40% {
  5427. -webkit-transform: rotate(60deg);
  5428. -webkit-transform-origin: top left;
  5429. -webkit-animation-timing-function: ease-in-out;
  5430. }
  5431. 80% {
  5432. -webkit-transform: rotate(60deg) translateY(0);
  5433. opacity: 1;
  5434. -webkit-transform-origin: top left;
  5435. -webkit-animation-timing-function: ease-in-out;
  5436. }
  5437. 100% {
  5438. -webkit-transform: translateY(700px);
  5439. opacity: 0;
  5440. }
  5441. }
  5442. @-moz-keyframes hinge {
  5443. 0% {
  5444. -moz-transform: rotate(0);
  5445. -moz-transform-origin: top left;
  5446. -moz-animation-timing-function: ease-in-out;
  5447. }
  5448. 20%,
  5449. 60% {
  5450. -moz-transform: rotate(80deg);
  5451. -moz-transform-origin: top left;
  5452. -moz-animation-timing-function: ease-in-out;
  5453. }
  5454. 40% {
  5455. -moz-transform: rotate(60deg);
  5456. -moz-transform-origin: top left;
  5457. -moz-animation-timing-function: ease-in-out;
  5458. }
  5459. 80% {
  5460. -moz-transform: rotate(60deg) translateY(0);
  5461. opacity: 1;
  5462. -moz-transform-origin: top left;
  5463. -moz-animation-timing-function: ease-in-out;
  5464. }
  5465. 100% {
  5466. -moz-transform: translateY(700px);
  5467. opacity: 0;
  5468. }
  5469. }
  5470. @-o-keyframes hinge {
  5471. 0% {
  5472. -o-transform: rotate(0);
  5473. -o-transform-origin: top left;
  5474. -o-animation-timing-function: ease-in-out;
  5475. }
  5476. 20%,
  5477. 60% {
  5478. -o-transform: rotate(80deg);
  5479. -o-transform-origin: top left;
  5480. -o-animation-timing-function: ease-in-out;
  5481. }
  5482. 40% {
  5483. -o-transform: rotate(60deg);
  5484. -o-transform-origin: top left;
  5485. -o-animation-timing-function: ease-in-out;
  5486. }
  5487. 80% {
  5488. -o-transform: rotate(60deg) translateY(0);
  5489. opacity: 1;
  5490. -o-transform-origin: top left;
  5491. -o-animation-timing-function: ease-in-out;
  5492. }
  5493. 100% {
  5494. -o-transform: translateY(700px);
  5495. opacity: 0;
  5496. }
  5497. }
  5498. @keyframes hinge {
  5499. 0% {
  5500. transform: rotate(0);
  5501. transform-origin: top left;
  5502. animation-timing-function: ease-in-out;
  5503. }
  5504. 20%,
  5505. 60% {
  5506. transform: rotate(80deg);
  5507. transform-origin: top left;
  5508. animation-timing-function: ease-in-out;
  5509. }
  5510. 40% {
  5511. transform: rotate(60deg);
  5512. transform-origin: top left;
  5513. animation-timing-function: ease-in-out;
  5514. }
  5515. 80% {
  5516. transform: rotate(60deg) translateY(0);
  5517. opacity: 1;
  5518. transform-origin: top left;
  5519. animation-timing-function: ease-in-out;
  5520. }
  5521. 100% {
  5522. transform: translateY(700px);
  5523. opacity: 0;
  5524. }
  5525. }
  5526. .hinge {
  5527. -webkit-animation-name: hinge;
  5528. -moz-animation-name: hinge;
  5529. -o-animation-name: hinge;
  5530. animation-name: hinge;
  5531. }
  5532. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  5533. @-webkit-keyframes rollIn {
  5534. 0% {
  5535. opacity: 0;
  5536. -webkit-transform: translateX(-100%) rotate(-120deg);
  5537. }
  5538. 100% {
  5539. opacity: 1;
  5540. -webkit-transform: translateX(0px) rotate(0deg);
  5541. }
  5542. }
  5543. @-moz-keyframes rollIn {
  5544. 0% {
  5545. opacity: 0;
  5546. -moz-transform: translateX(-100%) rotate(-120deg);
  5547. }
  5548. 100% {
  5549. opacity: 1;
  5550. -moz-transform: translateX(0px) rotate(0deg);
  5551. }
  5552. }
  5553. @-o-keyframes rollIn {
  5554. 0% {
  5555. opacity: 0;
  5556. -o-transform: translateX(-100%) rotate(-120deg);
  5557. }
  5558. 100% {
  5559. opacity: 1;
  5560. -o-transform: translateX(0px) rotate(0deg);
  5561. }
  5562. }
  5563. @keyframes rollIn {
  5564. 0% {
  5565. opacity: 0;
  5566. transform: translateX(-100%) rotate(-120deg);
  5567. }
  5568. 100% {
  5569. opacity: 1;
  5570. transform: translateX(0px) rotate(0deg);
  5571. }
  5572. }
  5573. .rollIn {
  5574. -webkit-animation-name: rollIn;
  5575. -moz-animation-name: rollIn;
  5576. -o-animation-name: rollIn;
  5577. animation-name: rollIn;
  5578. }
  5579. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  5580. @-webkit-keyframes rollOut {
  5581. 0% {
  5582. opacity: 1;
  5583. -webkit-transform: translateX(0px) rotate(0deg);
  5584. }
  5585. 100% {
  5586. opacity: 0;
  5587. -webkit-transform: translateX(100%) rotate(120deg);
  5588. }
  5589. }
  5590. @-moz-keyframes rollOut {
  5591. 0% {
  5592. opacity: 1;
  5593. -moz-transform: translateX(0px) rotate(0deg);
  5594. }
  5595. 100% {
  5596. opacity: 0;
  5597. -moz-transform: translateX(100%) rotate(120deg);
  5598. }
  5599. }
  5600. @-o-keyframes rollOut {
  5601. 0% {
  5602. opacity: 1;
  5603. -o-transform: translateX(0px) rotate(0deg);
  5604. }
  5605. 100% {
  5606. opacity: 0;
  5607. -o-transform: translateX(100%) rotate(120deg);
  5608. }
  5609. }
  5610. @keyframes rollOut {
  5611. 0% {
  5612. opacity: 1;
  5613. transform: translateX(0px) rotate(0deg);
  5614. }
  5615. 100% {
  5616. opacity: 0;
  5617. transform: translateX(100%) rotate(120deg);
  5618. }
  5619. }
  5620. .rollOut {
  5621. -webkit-animation-name: rollOut;
  5622. -moz-animation-name: rollOut;
  5623. -o-animation-name: rollOut;
  5624. animation-name: rollOut;
  5625. }
  5626. /* originally authored by Angelo Rohit - https://github.com/angelorohit */
  5627. @-webkit-keyframes lightSpeedIn {
  5628. 0% {
  5629. -webkit-transform: translateX(100%) skewX(-30deg);
  5630. opacity: 0;
  5631. }
  5632. 60% {
  5633. -webkit-transform: translateX(-20%) skewX(30deg);
  5634. opacity: 1;
  5635. }
  5636. 80% {
  5637. -webkit-transform: translateX(0%) skewX(-15deg);
  5638. opacity: 1;
  5639. }
  5640. 100% {
  5641. -webkit-transform: translateX(0%) skewX(0deg);
  5642. opacity: 1;
  5643. }
  5644. }
  5645. @-moz-keyframes lightSpeedIn {
  5646. 0% {
  5647. -moz-transform: translateX(100%) skewX(-30deg);
  5648. opacity: 0;
  5649. }
  5650. 60% {
  5651. -moz-transform: translateX(-20%) skewX(30deg);
  5652. opacity: 1;
  5653. }
  5654. 80% {
  5655. -moz-transform: translateX(0%) skewX(-15deg);
  5656. opacity: 1;
  5657. }
  5658. 100% {
  5659. -moz-transform: translateX(0%) skewX(0deg);
  5660. opacity: 1;
  5661. }
  5662. }
  5663. @-o-keyframes lightSpeedIn {
  5664. 0% {
  5665. -o-transform: translateX(100%) skewX(-30deg);
  5666. opacity: 0;
  5667. }
  5668. 60% {
  5669. -o-transform: translateX(-20%) skewX(30deg);
  5670. opacity: 1;
  5671. }
  5672. 80% {
  5673. -o-transform: translateX(0%) skewX(-15deg);
  5674. opacity: 1;
  5675. }
  5676. 100% {
  5677. -o-transform: translateX(0%) skewX(0deg);
  5678. opacity: 1;
  5679. }
  5680. }
  5681. @keyframes lightSpeedIn {
  5682. 0% {
  5683. transform: translateX(100%) skewX(-30deg);
  5684. opacity: 0;
  5685. }
  5686. 60% {
  5687. transform: translateX(-20%) skewX(30deg);
  5688. opacity: 1;
  5689. }
  5690. 80% {
  5691. transform: translateX(0%) skewX(-15deg);
  5692. opacity: 1;
  5693. }
  5694. 100% {
  5695. transform: translateX(0%) skewX(0deg);
  5696. opacity: 1;
  5697. }
  5698. }
  5699. .lightSpeedIn {
  5700. -webkit-animation-name: lightSpeedIn;
  5701. -moz-animation-name: lightSpeedIn;
  5702. -o-animation-name: lightSpeedIn;
  5703. animation-name: lightSpeedIn;
  5704. -webkit-animation-timing-function: ease-out;
  5705. -moz-animation-timing-function: ease-out;
  5706. -o-animation-timing-function: ease-out;
  5707. animation-timing-function: ease-out;
  5708. }
  5709. .animated.lightSpeedIn {
  5710. -webkit-animation-duration: 0.5s;
  5711. -moz-animation-duration: 0.5s;
  5712. -o-animation-duration: 0.5s;
  5713. animation-duration: 0.5s;
  5714. }
  5715. /* originally authored by Angelo Rohit - https://github.com/angelorohit */
  5716. @-webkit-keyframes lightSpeedOut {
  5717. 0% {
  5718. -webkit-transform: translateX(0%) skewX(0deg);
  5719. opacity: 1;
  5720. }
  5721. 100% {
  5722. -webkit-transform: translateX(100%) skewX(-30deg);
  5723. opacity: 0;
  5724. }
  5725. }
  5726. @-moz-keyframes lightSpeedOut {
  5727. 0% {
  5728. -moz-transform: translateX(0%) skewX(0deg);
  5729. opacity: 1;
  5730. }
  5731. 100% {
  5732. -moz-transform: translateX(100%) skewX(-30deg);
  5733. opacity: 0;
  5734. }
  5735. }
  5736. @-o-keyframes lightSpeedOut {
  5737. 0% {
  5738. -o-transform: translateX(0%) skewX(0deg);
  5739. opacity: 1;
  5740. }
  5741. 100% {
  5742. -o-transform: translateX(100%) skewX(-30deg);
  5743. opacity: 0;
  5744. }
  5745. }
  5746. @keyframes lightSpeedOut {
  5747. 0% {
  5748. transform: translateX(0%) skewX(0deg);
  5749. opacity: 1;
  5750. }
  5751. 100% {
  5752. transform: translateX(100%) skewX(-30deg);
  5753. opacity: 0;
  5754. }
  5755. }
  5756. .lightSpeedOut {
  5757. -webkit-animation-name: lightSpeedOut;
  5758. -moz-animation-name: lightSpeedOut;
  5759. -o-animation-name: lightSpeedOut;
  5760. animation-name: lightSpeedOut;
  5761. -webkit-animation-timing-function: ease-in;
  5762. -moz-animation-timing-function: ease-in;
  5763. -o-animation-timing-function: ease-in;
  5764. animation-timing-function: ease-in;
  5765. }
  5766. .animated.lightSpeedOut {
  5767. -webkit-animation-duration: 0.25s;
  5768. -moz-animation-duration: 0.25s;
  5769. -o-animation-duration: 0.25s;
  5770. animation-duration: 0.25s;
  5771. }
  5772. /* originally authored by Angelo Rohit - https://github.com/angelorohit */
  5773. @-webkit-keyframes wiggle {
  5774. 0% {
  5775. -webkit-transform: skewX(9deg);
  5776. }
  5777. 10% {
  5778. -webkit-transform: skewX(-8deg);
  5779. }
  5780. 20% {
  5781. -webkit-transform: skewX(7deg);
  5782. }
  5783. 30% {
  5784. -webkit-transform: skewX(-6deg);
  5785. }
  5786. 40% {
  5787. -webkit-transform: skewX(5deg);
  5788. }
  5789. 50% {
  5790. -webkit-transform: skewX(-4deg);
  5791. }
  5792. 60% {
  5793. -webkit-transform: skewX(3deg);
  5794. }
  5795. 70% {
  5796. -webkit-transform: skewX(-2deg);
  5797. }
  5798. 80% {
  5799. -webkit-transform: skewX(1deg);
  5800. }
  5801. 90% {
  5802. -webkit-transform: skewX(0deg);
  5803. }
  5804. 100% {
  5805. -webkit-transform: skewX(0deg);
  5806. }
  5807. }
  5808. @-moz-keyframes wiggle {
  5809. 0% {
  5810. -moz-transform: skewX(9deg);
  5811. }
  5812. 10% {
  5813. -moz-transform: skewX(-8deg);
  5814. }
  5815. 20% {
  5816. -moz-transform: skewX(7deg);
  5817. }
  5818. 30% {
  5819. -moz-transform: skewX(-6deg);
  5820. }
  5821. 40% {
  5822. -moz-transform: skewX(5deg);
  5823. }
  5824. 50% {
  5825. -moz-transform: skewX(-4deg);
  5826. }
  5827. 60% {
  5828. -moz-transform: skewX(3deg);
  5829. }
  5830. 70% {
  5831. -moz-transform: skewX(-2deg);
  5832. }
  5833. 80% {
  5834. -moz-transform: skewX(1deg);
  5835. }
  5836. 90% {
  5837. -moz-transform: skewX(0deg);
  5838. }
  5839. 100% {
  5840. -moz-transform: skewX(0deg);
  5841. }
  5842. }
  5843. @-o-keyframes wiggle {
  5844. 0% {
  5845. -o-transform: skewX(9deg);
  5846. }
  5847. 10% {
  5848. -o-transform: skewX(-8deg);
  5849. }
  5850. 20% {
  5851. -o-transform: skewX(7deg);
  5852. }
  5853. 30% {
  5854. -o-transform: skewX(-6deg);
  5855. }
  5856. 40% {
  5857. -o-transform: skewX(5deg);
  5858. }
  5859. 50% {
  5860. -o-transform: skewX(-4deg);
  5861. }
  5862. 60% {
  5863. -o-transform: skewX(3deg);
  5864. }
  5865. 70% {
  5866. -o-transform: skewX(-2deg);
  5867. }
  5868. 80% {
  5869. -o-transform: skewX(1deg);
  5870. }
  5871. 90% {
  5872. -o-transform: skewX(0deg);
  5873. }
  5874. 100% {
  5875. -o-transform: skewX(0deg);
  5876. }
  5877. }
  5878. @keyframes wiggle {
  5879. 0% {
  5880. transform: skewX(9deg);
  5881. }
  5882. 10% {
  5883. transform: skewX(-8deg);
  5884. }
  5885. 20% {
  5886. transform: skewX(7deg);
  5887. }
  5888. 30% {
  5889. transform: skewX(-6deg);
  5890. }
  5891. 40% {
  5892. transform: skewX(5deg);
  5893. }
  5894. 50% {
  5895. transform: skewX(-4deg);
  5896. }
  5897. 60% {
  5898. transform: skewX(3deg);
  5899. }
  5900. 70% {
  5901. transform: skewX(-2deg);
  5902. }
  5903. 80% {
  5904. transform: skewX(1deg);
  5905. }
  5906. 90% {
  5907. transform: skewX(0deg);
  5908. }
  5909. 100% {
  5910. transform: skewX(0deg);
  5911. }
  5912. }
  5913. .wiggle {
  5914. -webkit-animation-name: wiggle;
  5915. -moz-animation-name: wiggle;
  5916. -o-animation-name: wiggle;
  5917. animation-name: wiggle;
  5918. -webkit-animation-timing-function: ease-in;
  5919. -moz-animation-timing-function: ease-in;
  5920. -o-animation-timing-function: ease-in;
  5921. animation-timing-function: ease-in;
  5922. }
  5923. .animated.wiggle {
  5924. -webkit-animation-duration: 0.75s;
  5925. -moz-animation-duration: 0.75s;
  5926. -o-animation-duration: 0.75s;
  5927. animation-duration: 0.75s;
  5928. }
  5929. .browsehappy {
  5930. margin: 0.2em 0;
  5931. background: orange;
  5932. color: white;
  5933. padding: 0.2em 0;
  5934. }
  5935. #navigation {
  5936. margin-top: 30px;
  5937. }
  5938. #navigation ul {
  5939. list-style: none;
  5940. max-width: 400px;
  5941. marghomein: 0 auto;
  5942. }
  5943. #navigation li {
  5944. display: inline-block;
  5945. padding: 0 15px;
  5946. }
  5947. #navigation h1 {
  5948. text-align: center;
  5949. font-family: "Droid Sans Mono", monospace;
  5950. margin-bottom: 15px;
  5951. color: #36535a;
  5952. font-size: 35px;
  5953. }
  5954. @media (min-width: 768px) {
  5955. #navigation ul {
  5956. float: right;
  5957. margin: 33px 0;
  5958. }
  5959. #navigation h1 {
  5960. float: left;
  5961. }
  5962. }
  5963. #navigation a {
  5964. text-decoration: none;
  5965. font-size: 15px;
  5966. color: #3b3b3b;
  5967. }
  5968. h2 {
  5969. text-align: center;
  5970. font-size: 35px;
  5971. }
  5972. @media (min-width: 768px) {
  5973. h2 {
  5974. font-size: 50px;
  5975. }
  5976. }
  5977. .btn-cta {
  5978. -webkit-transition: all 0.3s;
  5979. transition: all 0.3s;
  5980. padding: 10px 50px;
  5981. border: 2px solid #e96e57;
  5982. font-size: 20px;
  5983. color: #e96e57;
  5984. border-radius: 10px;
  5985. display: inline-block;
  5986. text-decoration: none;
  5987. }
  5988. .btn-cta:hover {
  5989. text-decoration: none;
  5990. border-color: #36535a;
  5991. color: #36535a;
  5992. }
  5993. .wrapper {
  5994. margin: 0 auto;
  5995. max-width: 1100px;
  5996. margin-right: auto;
  5997. margin-left: auto;
  5998. padding-left: 35px;
  5999. padding-right: 35px;
  6000. }
  6001. .wrapper:before,
  6002. .wrapper:after {
  6003. content: " ";
  6004. display: table;
  6005. }
  6006. .wrapper:after {
  6007. clear: both;
  6008. }
  6009. .wrapper:before,
  6010. .wrapper:after {
  6011. content: " ";
  6012. display: table;
  6013. }
  6014. .wrapper:after {
  6015. clear: both;
  6016. }
  6017. @media (min-width: 768px) {
  6018. .wrapper {
  6019. width: 790px;
  6020. }
  6021. }
  6022. @media (min-width: 992px) {
  6023. .wrapper {
  6024. width: 1010px;
  6025. }
  6026. }
  6027. @media (min-width: 1200px) {
  6028. .wrapper {
  6029. width: 1210px;
  6030. }
  6031. }
  6032. img {
  6033. max-width: 100%;
  6034. margin: 0 auto;
  6035. }
  6036. a {
  6037. text-decoration: underline;
  6038. color: #36535a;
  6039. }
  6040. a:hover {
  6041. text-decoration: none;
  6042. color: inherit;
  6043. }
  6044. ::selection {
  6045. background: #e96e57;
  6046. }
  6047. ::-moz-selection {
  6048. background: #e96e57;
  6049. }
  6050. #home {
  6051. text-align: center;
  6052. }
  6053. #home h2 {
  6054. font-size: 30px;
  6055. }
  6056. @media (min-width: 768px) {
  6057. #home {
  6058. padding: 50px;
  6059. }
  6060. #home h2 {
  6061. font-size: 45px;
  6062. margin-top: -20px;
  6063. margin-bottom: 45px;
  6064. }
  6065. }
  6066. #home .btn-home {
  6067. margin: 50px 0 25px 0;
  6068. }
  6069. #web,
  6070. .terminal {
  6071. word-wrap: break-word;
  6072. font-size: 12px;
  6073. padding: 25px 0 0 10px;
  6074. font-family: "Droid Sans Mono", monospace;
  6075. text-align: left;
  6076. color: #fff;
  6077. -webkit-transition: all 0.3s ease;
  6078. transition: all 0.3s ease;
  6079. }
  6080. #web .code-title,
  6081. .terminal .code-title {
  6082. color: #e96e57;
  6083. }
  6084. @media (min-width: 768px) {
  6085. #web,
  6086. .terminal {
  6087. padding: 25px 0 0 20px;
  6088. font-size: 15px;
  6089. }
  6090. }
  6091. #web code,
  6092. .terminal code {
  6093. font-family: "Droid Sans Mono", monospace;
  6094. }
  6095. #web {
  6096. margin-top: -2px;
  6097. padding-top: 0;
  6098. padding-bottom: 50px;
  6099. width: 100%;
  6100. display: block;
  6101. background: #36535a;
  6102. -webkit-transition: all 0.3s ease;
  6103. transition: all 0.3s ease;
  6104. border-bottom-right-radius: 5px;
  6105. border-bottom-left-radius: 5px;
  6106. }
  6107. #web .btn-cta {
  6108. padding: 5px 10px;
  6109. font-size: 14px;
  6110. border-color: #fff;
  6111. }
  6112. #web .queue {
  6113. margin: 0;
  6114. list-style: none;
  6115. padding: 0;
  6116. }
  6117. #web a {
  6118. color: #fff;
  6119. }
  6120. .dragged {
  6121. background: #40626a !important;
  6122. }
  6123. .terminal {
  6124. border-top-right-radius: 0;
  6125. border-top-left-radius: 0;
  6126. border-bottom-right-radius: 5px;
  6127. border-bottom-left-radius: 5px;
  6128. background: #36535a;
  6129. backbground-repeat: no-repeat;
  6130. background-size: cover;
  6131. }
  6132. .terminal-top {
  6133. border-top-right-radius: 5px;
  6134. border-top-left-radius: 5px;
  6135. background: url(../images/terminal-top.svg);
  6136. background-repeat: no-repeat;
  6137. background-size: cover;
  6138. height: 30px;
  6139. }
  6140. .upload-progress {
  6141. max-width: 80%;
  6142. }
  6143. .upload-progress .bar {
  6144. word-wrap: normal;
  6145. overflow: hidden;
  6146. }
  6147. .upload-progress span {
  6148. float: right;
  6149. }
  6150. .all-files {
  6151. display: none;
  6152. }
  6153. .all-files .show {
  6154. display: block;
  6155. }
  6156. #features {
  6157. background: #f6f8f8;
  6158. text-align: center;
  6159. padding: 100px 0;
  6160. }
  6161. #features h3 {
  6162. margin-top: -20px;
  6163. font-size: 25px;
  6164. line-height: 1.2;
  6165. }
  6166. #features p {
  6167. font-size: 18px;
  6168. }
  6169. #features i {
  6170. color: #85b5bb;
  6171. font-size: 100px;
  6172. }
  6173. #samples {
  6174. padding: 50px 0;
  6175. text-align: center;
  6176. }
  6177. #samples h4 {
  6178. margin-top: 30px;
  6179. }
  6180. #samples .btn-cta {
  6181. margin: 30px 0;
  6182. cursor: pointer;
  6183. }
  6184. #samples h4 {
  6185. text-align: left;
  6186. }
  6187. #samples .terminal {
  6188. padding: 20px 15px;
  6189. font-size: 13px;
  6190. min-height: 230px;
  6191. }
  6192. #share {
  6193. text-align: center;
  6194. background: #85b5bb;
  6195. color: #fff;
  6196. padding: 75px 0;
  6197. }
  6198. #share i {
  6199. font-size: 50px;
  6200. }
  6201. #share ul {
  6202. margin-top: 30px;
  6203. list-style: none;
  6204. padding: 0;
  6205. }
  6206. #share li {
  6207. margin: 0 20px;
  6208. display: inline-block;
  6209. }
  6210. #share a {
  6211. color: #fff;
  6212. text-decoration: none;
  6213. }
  6214. footer {
  6215. text-align: center;
  6216. background: #36535a;
  6217. padding: 30px 0;
  6218. color: #fff;
  6219. }
  6220. footer p {
  6221. margin: 0;
  6222. }
  6223. footer i {
  6224. color: #e96e57;
  6225. }
  6226. footer a {
  6227. color: #f6f8f8;
  6228. }
  6229. footer img {
  6230. max-height: 40px;
  6231. margin-bottom: 30px;
  6232. }
  6233. #contact {
  6234. text-align: center;
  6235. padding: 100px 0;
  6236. padding: 150px 0;
  6237. }
  6238. #contact i {
  6239. font-size: 160px;
  6240. color: #85b5bb;
  6241. }
  6242. @media (min-width: 768px) {
  6243. #contact i {
  6244. font-size: 160px;
  6245. }
  6246. }
  6247. #contact h2 {
  6248. margin-top: -50px;
  6249. margin-bottom: 40px;
  6250. }
  6251. #reviews {
  6252. background: #f6f8f8;
  6253. padding: 130px 0;
  6254. }
  6255. #reviews .twitter-profile {
  6256. float: left;
  6257. display: block;
  6258. height: 90px;
  6259. border-radius: 10px;
  6260. margin: 3px 15px auto 20px;
  6261. }
  6262. blockquote.twitter-tweet {
  6263. display: inline-block;
  6264. font-size: 15px;
  6265. line-height: 20px;
  6266. margin: 10px 5px;
  6267. padding: 0 16px 16px 16px;
  6268. text-align: right;
  6269. border: 0;
  6270. }
  6271. blockquote.twitter-tweet img {
  6272. margin: 0 auto;
  6273. }
  6274. @media (max-width: 480px) {
  6275. blockquote.twitter-tweet .twitter-profile {
  6276. display: none!important;
  6277. }
  6278. }
  6279. blockquote.twitter-tweet p {
  6280. font-size: 17px;
  6281. font-weight: normal;
  6282. line-height: 20px;
  6283. text-align: left;
  6284. }
  6285. blockquote.twitter-tweet a {
  6286. color: inherit;
  6287. font-weight: normal;
  6288. text-decoration: none;
  6289. outline: 0 none;
  6290. }
  6291. blockquote.twitter-tweet a:hover,
  6292. blockquote.twitter-tweet a:focus {
  6293. text-decoration: underline;
  6294. }
  6295. blockquote.tweet-xl p {
  6296. font-size: 22px;
  6297. line-height: 25px;
  6298. }
  6299. blockquote.tweet-xl a {
  6300. font-size: 22px;
  6301. }
  6302. @font-face {
  6303. font-family: "transfersh";
  6304. src: url("../fonts/transfersh.eot");
  6305. 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");
  6306. font-weight: normal;
  6307. font-style: normal;
  6308. }
  6309. [data-icon]:before {
  6310. font-family: "transfersh" !important;
  6311. content: attr(data-icon);
  6312. font-style: normal !important;
  6313. font-weight: normal !important;
  6314. font-variant: normal !important;
  6315. text-transform: none !important;
  6316. speak: none;
  6317. line-height: 1;
  6318. -webkit-font-smoothing: antialiased;
  6319. -moz-osx-font-smoothing: grayscale;
  6320. }
  6321. [class^="icon-"]:before,
  6322. [class*=" icon-"]:before {
  6323. font-family: "transfersh" !important;
  6324. font-style: normal !important;
  6325. font-weight: normal !important;
  6326. font-variant: normal !important;
  6327. text-transform: none !important;
  6328. speak: none;
  6329. line-height: 1;
  6330. -webkit-font-smoothing: antialiased;
  6331. -moz-osx-font-smoothing: grayscale;
  6332. }
  6333. .icon-terminal:before {
  6334. content: "a";
  6335. }
  6336. .icon-share:before {
  6337. content: "b";
  6338. }
  6339. .icon-clock:before {
  6340. content: "g";
  6341. }
  6342. .icon-tag:before {
  6343. content: "c";
  6344. }
  6345. .icon-upload-cloud:before {
  6346. content: "m";
  6347. }
  6348. .icon-mail:before {
  6349. content: "j";
  6350. }
  6351. .icon-gauge:before {
  6352. content: "k";
  6353. }
  6354. .icon-lock:before {
  6355. content: "h";
  6356. }
  6357. .icon-database:before {
  6358. content: "i";
  6359. }
  6360. .icon-heart:before {
  6361. content: "e";
  6362. }
  6363. .icon-link:before {
  6364. content: "d";
  6365. }
  6366. .icon-facebook:before {
  6367. content: "l";
  6368. }
  6369. .icon-twitter:before {
  6370. content: "n";
  6371. }
  6372. .icon-linkedin:before {
  6373. content: "o";
  6374. }
  6375. .icon-gplus:before {
  6376. content: "p";
  6377. }
  6378. .preview-wrapper {
  6379. padding-bottom: 30px;
  6380. }
  6381. #download footer {
  6382. position: absolute;
  6383. bottom: 0;
  6384. width: 100%;
  6385. }
  6386. .preview-image {
  6387. padding: 0;
  6388. padding: 20px;
  6389. }
  6390. .preview-image img {
  6391. margin: 0 auto;
  6392. display: block;
  6393. max-width: 800px;
  6394. max-width: 100%;
  6395. }
  6396. .overlay {
  6397. position: fixed;
  6398. z-index: 100;
  6399. top: 0;
  6400. left: 0;
  6401. right: 0;
  6402. bottom: 0;
  6403. background-color: rgba(0, 0, 0, 0.1);
  6404. visibility: hidden;
  6405. opacity: 0;
  6406. transition: opacity 0.2s ease;
  6407. }
  6408. .active .overlay {
  6409. visibility: visible;
  6410. opacity: 1;
  6411. }
  6412. .copy-link-wrapper {
  6413. z-index: 200;
  6414. padding: 2em;
  6415. position: fixed;
  6416. top: 50%;
  6417. left: 50%;
  6418. width: 50%;
  6419. max-width: 500px;
  6420. min-width: 300px;
  6421. background-color: #85b5bb;
  6422. border-radius: 2px;
  6423. transform: translateX(-50%) translateY(-50%);
  6424. transition: opacity 0.2s ease;
  6425. clip: rect(1px 1px 1px 1px);
  6426. opacity: 0;
  6427. top: -9999999px;
  6428. left: -9999999px;
  6429. }
  6430. .active .copy-link-wrapper {
  6431. clip: auto;
  6432. opacity: 1;
  6433. top: 50%;
  6434. left: 50%;
  6435. }
  6436. .copy-link-wrapper p {
  6437. font-size: 20px;
  6438. color: #fff;
  6439. }
  6440. .copy-link-wrapper input {
  6441. background-color: #f6f8f8;
  6442. color: #3b3b3b;
  6443. border: 0;
  6444. font-size: 1em;
  6445. padding: 1em;
  6446. margin: 0;
  6447. width: 100%;
  6448. border-radius: 2px;
  6449. white-space: nowrap;
  6450. overflow: hidden;
  6451. text-overflow: ellipsis;
  6452. }
  6453. .copy-link-wrapper .error {
  6454. text-align: center;
  6455. color: #E7483B;
  6456. display: block;
  6457. padding: 0.5em;
  6458. }
  6459. #md-preview {
  6460. padding-bottom: 30px;
  6461. }
  6462. /*# sourceMappingURL=/styles/main.css.map */