Guest User

Untitled

a guest
Oct 7th, 2016
944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 342.04 KB | None | 0 0
  1. /*!
  2. * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
  3. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  4. */
  5. /* FONT PATH
  6. * -------------------------- */
  7. @font-face {
  8. font-family: 'FontAwesome';
  9. src: url('../../themes/homer/vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  10. src: url('../../themes/homer/vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../themes/homer/vendor/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../themes/homer/vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../themes/homer/vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../themes/homer/vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. .fa {
  15. display: inline-block;
  16. font: normal normal normal 14px/1 FontAwesome;
  17. font-size: inherit;
  18. text-rendering: auto;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. transform: translate(0, 0);
  22. }
  23. /* makes the font 33% larger relative to the icon container */
  24. .fa-lg {
  25. font-size: 1.33333333em;
  26. line-height: 0.75em;
  27. vertical-align: -15%;
  28. }
  29. .fa-2x {
  30. font-size: 2em;
  31. }
  32. .fa-3x {
  33. font-size: 3em;
  34. }
  35. .fa-4x {
  36. font-size: 4em;
  37. }
  38. .fa-5x {
  39. font-size: 5em;
  40. }
  41. .fa-fw {
  42. width: 1.28571429em;
  43. text-align: center;
  44. }
  45. .fa-ul {
  46. padding-left: 0;
  47. margin-left: 2.14285714em;
  48. list-style-type: none;
  49. }
  50. .fa-ul > li {
  51. position: relative;
  52. }
  53. .fa-li {
  54. position: absolute;
  55. left: -2.14285714em;
  56. width: 2.14285714em;
  57. top: 0.14285714em;
  58. text-align: center;
  59. }
  60. .fa-li.fa-lg {
  61. left: -1.85714286em;
  62. }
  63. .fa-border {
  64. padding: .2em .25em .15em;
  65. border: solid 0.08em #eeeeee;
  66. border-radius: .1em;
  67. }
  68. .pull-right {
  69. float: right;
  70. }
  71. .pull-left {
  72. float: left;
  73. }
  74. .fa.pull-left {
  75. margin-right: .3em;
  76. }
  77. .fa.pull-right {
  78. margin-left: .3em;
  79. }
  80. .fa-spin {
  81. -webkit-animation: fa-spin 2s infinite linear;
  82. animation: fa-spin 2s infinite linear;
  83. }
  84. .fa-pulse {
  85. -webkit-animation: fa-spin 1s infinite steps(8);
  86. animation: fa-spin 1s infinite steps(8);
  87. }
  88. @-webkit-keyframes fa-spin {
  89. 0% {
  90. -webkit-transform: rotate(0deg);
  91. transform: rotate(0deg);
  92. }
  93. 100% {
  94. -webkit-transform: rotate(359deg);
  95. transform: rotate(359deg);
  96. }
  97. }
  98. @keyframes fa-spin {
  99. 0% {
  100. -webkit-transform: rotate(0deg);
  101. transform: rotate(0deg);
  102. }
  103. 100% {
  104. -webkit-transform: rotate(359deg);
  105. transform: rotate(359deg);
  106. }
  107. }
  108. .fa-rotate-90 {
  109. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  110. -webkit-transform: rotate(90deg);
  111. -ms-transform: rotate(90deg);
  112. transform: rotate(90deg);
  113. }
  114. .fa-rotate-180 {
  115. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  116. -webkit-transform: rotate(180deg);
  117. -ms-transform: rotate(180deg);
  118. transform: rotate(180deg);
  119. }
  120. .fa-rotate-270 {
  121. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  122. -webkit-transform: rotate(270deg);
  123. -ms-transform: rotate(270deg);
  124. transform: rotate(270deg);
  125. }
  126. .fa-flip-horizontal {
  127. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  128. -webkit-transform: scale(-1, 1);
  129. -ms-transform: scale(-1, 1);
  130. transform: scale(-1, 1);
  131. }
  132. .fa-flip-vertical {
  133. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  134. -webkit-transform: scale(1, -1);
  135. -ms-transform: scale(1, -1);
  136. transform: scale(1, -1);
  137. }
  138. :root .fa-rotate-90,
  139. :root .fa-rotate-180,
  140. :root .fa-rotate-270,
  141. :root .fa-flip-horizontal,
  142. :root .fa-flip-vertical {
  143. filter: none;
  144. }
  145. .fa-stack {
  146. position: relative;
  147. display: inline-block;
  148. width: 2em;
  149. height: 2em;
  150. line-height: 2em;
  151. vertical-align: middle;
  152. }
  153. .fa-stack-1x,
  154. .fa-stack-2x {
  155. position: absolute;
  156. left: 0;
  157. width: 100%;
  158. text-align: center;
  159. }
  160. .fa-stack-1x {
  161. line-height: inherit;
  162. }
  163. .fa-stack-2x {
  164. font-size: 2em;
  165. }
  166. .fa-inverse {
  167. color: #ffffff;
  168. }
  169. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  170. readers do not read off random characters that represent icons */
  171. .fa-glass:before {
  172. content: "\f000";
  173. }
  174. .fa-music:before {
  175. content: "\f001";
  176. }
  177. .fa-search:before {
  178. content: "\f002";
  179. }
  180. .fa-envelope-o:before {
  181. content: "\f003";
  182. }
  183. .fa-heart:before {
  184. content: "\f004";
  185. }
  186. .fa-star:before {
  187. content: "\f005";
  188. }
  189. .fa-star-o:before {
  190. content: "\f006";
  191. }
  192. .fa-user:before {
  193. content: "\f007";
  194. }
  195. .fa-film:before {
  196. content: "\f008";
  197. }
  198. .fa-th-large:before {
  199. content: "\f009";
  200. }
  201. .fa-th:before {
  202. content: "\f00a";
  203. }
  204. .fa-th-list:before {
  205. content: "\f00b";
  206. }
  207. .fa-check:before {
  208. content: "\f00c";
  209. }
  210. .fa-remove:before,
  211. .fa-close:before,
  212. .fa-times:before {
  213. content: "\f00d";
  214. }
  215. .fa-search-plus:before {
  216. content: "\f00e";
  217. }
  218. .fa-search-minus:before {
  219. content: "\f010";
  220. }
  221. .fa-power-off:before {
  222. content: "\f011";
  223. }
  224. .fa-signal:before {
  225. content: "\f012";
  226. }
  227. .fa-gear:before,
  228. .fa-cog:before {
  229. content: "\f013";
  230. }
  231. .fa-trash-o:before {
  232. content: "\f014";
  233. }
  234. .fa-home:before {
  235. content: "\f015";
  236. }
  237. .fa-file-o:before {
  238. content: "\f016";
  239. }
  240. .fa-clock-o:before {
  241. content: "\f017";
  242. }
  243. .fa-road:before {
  244. content: "\f018";
  245. }
  246. .fa-download:before {
  247. content: "\f019";
  248. }
  249. .fa-arrow-circle-o-down:before {
  250. content: "\f01a";
  251. }
  252. .fa-arrow-circle-o-up:before {
  253. content: "\f01b";
  254. }
  255. .fa-inbox:before {
  256. content: "\f01c";
  257. }
  258. .fa-play-circle-o:before {
  259. content: "\f01d";
  260. }
  261. .fa-rotate-right:before,
  262. .fa-repeat:before {
  263. content: "\f01e";
  264. }
  265. .fa-refresh:before {
  266. content: "\f021";
  267. }
  268. .fa-list-alt:before {
  269. content: "\f022";
  270. }
  271. .fa-lock:before {
  272. content: "\f023";
  273. }
  274. .fa-flag:before {
  275. content: "\f024";
  276. }
  277. .fa-headphones:before {
  278. content: "\f025";
  279. }
  280. .fa-volume-off:before {
  281. content: "\f026";
  282. }
  283. .fa-volume-down:before {
  284. content: "\f027";
  285. }
  286. .fa-volume-up:before {
  287. content: "\f028";
  288. }
  289. .fa-qrcode:before {
  290. content: "\f029";
  291. }
  292. .fa-barcode:before {
  293. content: "\f02a";
  294. }
  295. .fa-tag:before {
  296. content: "\f02b";
  297. }
  298. .fa-tags:before {
  299. content: "\f02c";
  300. }
  301. .fa-book:before {
  302. content: "\f02d";
  303. }
  304. .fa-bookmark:before {
  305. content: "\f02e";
  306. }
  307. .fa-print:before {
  308. content: "\f02f";
  309. }
  310. .fa-camera:before {
  311. content: "\f030";
  312. }
  313. .fa-font:before {
  314. content: "\f031";
  315. }
  316. .fa-bold:before {
  317. content: "\f032";
  318. }
  319. .fa-italic:before {
  320. content: "\f033";
  321. }
  322. .fa-text-height:before {
  323. content: "\f034";
  324. }
  325. .fa-text-width:before {
  326. content: "\f035";
  327. }
  328. .fa-align-left:before {
  329. content: "\f036";
  330. }
  331. .fa-align-center:before {
  332. content: "\f037";
  333. }
  334. .fa-align-right:before {
  335. content: "\f038";
  336. }
  337. .fa-align-justify:before {
  338. content: "\f039";
  339. }
  340. .fa-list:before {
  341. content: "\f03a";
  342. }
  343. .fa-dedent:before,
  344. .fa-outdent:before {
  345. content: "\f03b";
  346. }
  347. .fa-indent:before {
  348. content: "\f03c";
  349. }
  350. .fa-video-camera:before {
  351. content: "\f03d";
  352. }
  353. .fa-photo:before,
  354. .fa-image:before,
  355. .fa-picture-o:before {
  356. content: "\f03e";
  357. }
  358. .fa-pencil:before {
  359. content: "\f040";
  360. }
  361. .fa-map-marker:before {
  362. content: "\f041";
  363. }
  364. .fa-adjust:before {
  365. content: "\f042";
  366. }
  367. .fa-tint:before {
  368. content: "\f043";
  369. }
  370. .fa-edit:before,
  371. .fa-pencil-square-o:before {
  372. content: "\f044";
  373. }
  374. .fa-share-square-o:before {
  375. content: "\f045";
  376. }
  377. .fa-check-square-o:before {
  378. content: "\f046";
  379. }
  380. .fa-arrows:before {
  381. content: "\f047";
  382. }
  383. .fa-step-backward:before {
  384. content: "\f048";
  385. }
  386. .fa-fast-backward:before {
  387. content: "\f049";
  388. }
  389. .fa-backward:before {
  390. content: "\f04a";
  391. }
  392. .fa-play:before {
  393. content: "\f04b";
  394. }
  395. .fa-pause:before {
  396. content: "\f04c";
  397. }
  398. .fa-stop:before {
  399. content: "\f04d";
  400. }
  401. .fa-forward:before {
  402. content: "\f04e";
  403. }
  404. .fa-fast-forward:before {
  405. content: "\f050";
  406. }
  407. .fa-step-forward:before {
  408. content: "\f051";
  409. }
  410. .fa-eject:before {
  411. content: "\f052";
  412. }
  413. .fa-chevron-left:before {
  414. content: "\f053";
  415. }
  416. .fa-chevron-right:before {
  417. content: "\f054";
  418. }
  419. .fa-plus-circle:before {
  420. content: "\f055";
  421. }
  422. .fa-minus-circle:before {
  423. content: "\f056";
  424. }
  425. .fa-times-circle:before {
  426. content: "\f057";
  427. }
  428. .fa-check-circle:before {
  429. content: "\f058";
  430. }
  431. .fa-question-circle:before {
  432. content: "\f059";
  433. }
  434. .fa-info-circle:before {
  435. content: "\f05a";
  436. }
  437. .fa-crosshairs:before {
  438. content: "\f05b";
  439. }
  440. .fa-times-circle-o:before {
  441. content: "\f05c";
  442. }
  443. .fa-check-circle-o:before {
  444. content: "\f05d";
  445. }
  446. .fa-ban:before {
  447. content: "\f05e";
  448. }
  449. .fa-arrow-left:before {
  450. content: "\f060";
  451. }
  452. .fa-arrow-right:before {
  453. content: "\f061";
  454. }
  455. .fa-arrow-up:before {
  456. content: "\f062";
  457. }
  458. .fa-arrow-down:before {
  459. content: "\f063";
  460. }
  461. .fa-mail-forward:before,
  462. .fa-share:before {
  463. content: "\f064";
  464. }
  465. .fa-expand:before {
  466. content: "\f065";
  467. }
  468. .fa-compress:before {
  469. content: "\f066";
  470. }
  471. .fa-plus:before {
  472. content: "\f067";
  473. }
  474. .fa-minus:before {
  475. content: "\f068";
  476. }
  477. .fa-asterisk:before {
  478. content: "\f069";
  479. }
  480. .fa-exclamation-circle:before {
  481. content: "\f06a";
  482. }
  483. .fa-gift:before {
  484. content: "\f06b";
  485. }
  486. .fa-leaf:before {
  487. content: "\f06c";
  488. }
  489. .fa-fire:before {
  490. content: "\f06d";
  491. }
  492. .fa-eye:before {
  493. content: "\f06e";
  494. }
  495. .fa-eye-slash:before {
  496. content: "\f070";
  497. }
  498. .fa-warning:before,
  499. .fa-exclamation-triangle:before {
  500. content: "\f071";
  501. }
  502. .fa-plane:before {
  503. content: "\f072";
  504. }
  505. .fa-calendar:before {
  506. content: "\f073";
  507. }
  508. .fa-random:before {
  509. content: "\f074";
  510. }
  511. .fa-comment:before {
  512. content: "\f075";
  513. }
  514. .fa-magnet:before {
  515. content: "\f076";
  516. }
  517. .fa-chevron-up:before {
  518. content: "\f077";
  519. }
  520. .fa-chevron-down:before {
  521. content: "\f078";
  522. }
  523. .fa-retweet:before {
  524. content: "\f079";
  525. }
  526. .fa-shopping-cart:before {
  527. content: "\f07a";
  528. }
  529. .fa-folder:before {
  530. content: "\f07b";
  531. }
  532. .fa-folder-open:before {
  533. content: "\f07c";
  534. }
  535. .fa-arrows-v:before {
  536. content: "\f07d";
  537. }
  538. .fa-arrows-h:before {
  539. content: "\f07e";
  540. }
  541. .fa-bar-chart-o:before,
  542. .fa-bar-chart:before {
  543. content: "\f080";
  544. }
  545. .fa-twitter-square:before {
  546. content: "\f081";
  547. }
  548. .fa-facebook-square:before {
  549. content: "\f082";
  550. }
  551. .fa-camera-retro:before {
  552. content: "\f083";
  553. }
  554. .fa-key:before {
  555. content: "\f084";
  556. }
  557. .fa-gears:before,
  558. .fa-cogs:before {
  559. content: "\f085";
  560. }
  561. .fa-comments:before {
  562. content: "\f086";
  563. }
  564. .fa-thumbs-o-up:before {
  565. content: "\f087";
  566. }
  567. .fa-thumbs-o-down:before {
  568. content: "\f088";
  569. }
  570. .fa-star-half:before {
  571. content: "\f089";
  572. }
  573. .fa-heart-o:before {
  574. content: "\f08a";
  575. }
  576. .fa-sign-out:before {
  577. content: "\f08b";
  578. }
  579. .fa-linkedin-square:before {
  580. content: "\f08c";
  581. }
  582. .fa-thumb-tack:before {
  583. content: "\f08d";
  584. }
  585. .fa-external-link:before {
  586. content: "\f08e";
  587. }
  588. .fa-sign-in:before {
  589. content: "\f090";
  590. }
  591. .fa-trophy:before {
  592. content: "\f091";
  593. }
  594. .fa-github-square:before {
  595. content: "\f092";
  596. }
  597. .fa-upload:before {
  598. content: "\f093";
  599. }
  600. .fa-lemon-o:before {
  601. content: "\f094";
  602. }
  603. .fa-phone:before {
  604. content: "\f095";
  605. }
  606. .fa-square-o:before {
  607. content: "\f096";
  608. }
  609. .fa-bookmark-o:before {
  610. content: "\f097";
  611. }
  612. .fa-phone-square:before {
  613. content: "\f098";
  614. }
  615. .fa-twitter:before {
  616. content: "\f099";
  617. }
  618. .fa-facebook-f:before,
  619. .fa-facebook:before {
  620. content: "\f09a";
  621. }
  622. .fa-github:before {
  623. content: "\f09b";
  624. }
  625. .fa-unlock:before {
  626. content: "\f09c";
  627. }
  628. .fa-credit-card:before {
  629. content: "\f09d";
  630. }
  631. .fa-rss:before {
  632. content: "\f09e";
  633. }
  634. .fa-hdd-o:before {
  635. content: "\f0a0";
  636. }
  637. .fa-bullhorn:before {
  638. content: "\f0a1";
  639. }
  640. .fa-bell:before {
  641. content: "\f0f3";
  642. }
  643. .fa-certificate:before {
  644. content: "\f0a3";
  645. }
  646. .fa-hand-o-right:before {
  647. content: "\f0a4";
  648. }
  649. .fa-hand-o-left:before {
  650. content: "\f0a5";
  651. }
  652. .fa-hand-o-up:before {
  653. content: "\f0a6";
  654. }
  655. .fa-hand-o-down:before {
  656. content: "\f0a7";
  657. }
  658. .fa-arrow-circle-left:before {
  659. content: "\f0a8";
  660. }
  661. .fa-arrow-circle-right:before {
  662. content: "\f0a9";
  663. }
  664. .fa-arrow-circle-up:before {
  665. content: "\f0aa";
  666. }
  667. .fa-arrow-circle-down:before {
  668. content: "\f0ab";
  669. }
  670. .fa-globe:before {
  671. content: "\f0ac";
  672. }
  673. .fa-wrench:before {
  674. content: "\f0ad";
  675. }
  676. .fa-tasks:before {
  677. content: "\f0ae";
  678. }
  679. .fa-filter:before {
  680. content: "\f0b0";
  681. }
  682. .fa-briefcase:before {
  683. content: "\f0b1";
  684. }
  685. .fa-arrows-alt:before {
  686. content: "\f0b2";
  687. }
  688. .fa-group:before,
  689. .fa-users:before {
  690. content: "\f0c0";
  691. }
  692. .fa-chain:before,
  693. .fa-link:before {
  694. content: "\f0c1";
  695. }
  696. .fa-cloud:before {
  697. content: "\f0c2";
  698. }
  699. .fa-flask:before {
  700. content: "\f0c3";
  701. }
  702. .fa-cut:before,
  703. .fa-scissors:before {
  704. content: "\f0c4";
  705. }
  706. .fa-copy:before,
  707. .fa-files-o:before {
  708. content: "\f0c5";
  709. }
  710. .fa-paperclip:before {
  711. content: "\f0c6";
  712. }
  713. .fa-save:before,
  714. .fa-floppy-o:before {
  715. content: "\f0c7";
  716. }
  717. .fa-square:before {
  718. content: "\f0c8";
  719. }
  720. .fa-navicon:before,
  721. .fa-reorder:before,
  722. .fa-bars:before {
  723. content: "\f0c9";
  724. }
  725. .fa-list-ul:before {
  726. content: "\f0ca";
  727. }
  728. .fa-list-ol:before {
  729. content: "\f0cb";
  730. }
  731. .fa-strikethrough:before {
  732. content: "\f0cc";
  733. }
  734. .fa-underline:before {
  735. content: "\f0cd";
  736. }
  737. .fa-table:before {
  738. content: "\f0ce";
  739. }
  740. .fa-magic:before {
  741. content: "\f0d0";
  742. }
  743. .fa-truck:before {
  744. content: "\f0d1";
  745. }
  746. .fa-pinterest:before {
  747. content: "\f0d2";
  748. }
  749. .fa-pinterest-square:before {
  750. content: "\f0d3";
  751. }
  752. .fa-google-plus-square:before {
  753. content: "\f0d4";
  754. }
  755. .fa-google-plus:before {
  756. content: "\f0d5";
  757. }
  758. .fa-money:before {
  759. content: "\f0d6";
  760. }
  761. .fa-caret-down:before {
  762. content: "\f0d7";
  763. }
  764. .fa-caret-up:before {
  765. content: "\f0d8";
  766. }
  767. .fa-caret-left:before {
  768. content: "\f0d9";
  769. }
  770. .fa-caret-right:before {
  771. content: "\f0da";
  772. }
  773. .fa-columns:before {
  774. content: "\f0db";
  775. }
  776. .fa-unsorted:before,
  777. .fa-sort:before {
  778. content: "\f0dc";
  779. }
  780. .fa-sort-down:before,
  781. .fa-sort-desc:before {
  782. content: "\f0dd";
  783. }
  784. .fa-sort-up:before,
  785. .fa-sort-asc:before {
  786. content: "\f0de";
  787. }
  788. .fa-envelope:before {
  789. content: "\f0e0";
  790. }
  791. .fa-linkedin:before {
  792. content: "\f0e1";
  793. }
  794. .fa-rotate-left:before,
  795. .fa-undo:before {
  796. content: "\f0e2";
  797. }
  798. .fa-legal:before,
  799. .fa-gavel:before {
  800. content: "\f0e3";
  801. }
  802. .fa-dashboard:before,
  803. .fa-tachometer:before {
  804. content: "\f0e4";
  805. }
  806. .fa-comment-o:before {
  807. content: "\f0e5";
  808. }
  809. .fa-comments-o:before {
  810. content: "\f0e6";
  811. }
  812. .fa-flash:before,
  813. .fa-bolt:before {
  814. content: "\f0e7";
  815. }
  816. .fa-sitemap:before {
  817. content: "\f0e8";
  818. }
  819. .fa-umbrella:before {
  820. content: "\f0e9";
  821. }
  822. .fa-paste:before,
  823. .fa-clipboard:before {
  824. content: "\f0ea";
  825. }
  826. .fa-lightbulb-o:before {
  827. content: "\f0eb";
  828. }
  829. .fa-exchange:before {
  830. content: "\f0ec";
  831. }
  832. .fa-cloud-download:before {
  833. content: "\f0ed";
  834. }
  835. .fa-cloud-upload:before {
  836. content: "\f0ee";
  837. }
  838. .fa-user-md:before {
  839. content: "\f0f0";
  840. }
  841. .fa-stethoscope:before {
  842. content: "\f0f1";
  843. }
  844. .fa-suitcase:before {
  845. content: "\f0f2";
  846. }
  847. .fa-bell-o:before {
  848. content: "\f0a2";
  849. }
  850. .fa-coffee:before {
  851. content: "\f0f4";
  852. }
  853. .fa-cutlery:before {
  854. content: "\f0f5";
  855. }
  856. .fa-file-text-o:before {
  857. content: "\f0f6";
  858. }
  859. .fa-building-o:before {
  860. content: "\f0f7";
  861. }
  862. .fa-hospital-o:before {
  863. content: "\f0f8";
  864. }
  865. .fa-ambulance:before {
  866. content: "\f0f9";
  867. }
  868. .fa-medkit:before {
  869. content: "\f0fa";
  870. }
  871. .fa-fighter-jet:before {
  872. content: "\f0fb";
  873. }
  874. .fa-beer:before {
  875. content: "\f0fc";
  876. }
  877. .fa-h-square:before {
  878. content: "\f0fd";
  879. }
  880. .fa-plus-square:before {
  881. content: "\f0fe";
  882. }
  883. .fa-angle-double-left:before {
  884. content: "\f100";
  885. }
  886. .fa-angle-double-right:before {
  887. content: "\f101";
  888. }
  889. .fa-angle-double-up:before {
  890. content: "\f102";
  891. }
  892. .fa-angle-double-down:before {
  893. content: "\f103";
  894. }
  895. .fa-angle-left:before {
  896. content: "\f104";
  897. }
  898. .fa-angle-right:before {
  899. content: "\f105";
  900. }
  901. .fa-angle-up:before {
  902. content: "\f106";
  903. }
  904. .fa-angle-down:before {
  905. content: "\f107";
  906. }
  907. .fa-desktop:before {
  908. content: "\f108";
  909. }
  910. .fa-laptop:before {
  911. content: "\f109";
  912. }
  913. .fa-tablet:before {
  914. content: "\f10a";
  915. }
  916. .fa-mobile-phone:before,
  917. .fa-mobile:before {
  918. content: "\f10b";
  919. }
  920. .fa-circle-o:before {
  921. content: "\f10c";
  922. }
  923. .fa-quote-left:before {
  924. content: "\f10d";
  925. }
  926. .fa-quote-right:before {
  927. content: "\f10e";
  928. }
  929. .fa-spinner:before {
  930. content: "\f110";
  931. }
  932. .fa-circle:before {
  933. content: "\f111";
  934. }
  935. .fa-mail-reply:before,
  936. .fa-reply:before {
  937. content: "\f112";
  938. }
  939. .fa-github-alt:before {
  940. content: "\f113";
  941. }
  942. .fa-folder-o:before {
  943. content: "\f114";
  944. }
  945. .fa-folder-open-o:before {
  946. content: "\f115";
  947. }
  948. .fa-smile-o:before {
  949. content: "\f118";
  950. }
  951. .fa-frown-o:before {
  952. content: "\f119";
  953. }
  954. .fa-meh-o:before {
  955. content: "\f11a";
  956. }
  957. .fa-gamepad:before {
  958. content: "\f11b";
  959. }
  960. .fa-keyboard-o:before {
  961. content: "\f11c";
  962. }
  963. .fa-flag-o:before {
  964. content: "\f11d";
  965. }
  966. .fa-flag-checkered:before {
  967. content: "\f11e";
  968. }
  969. .fa-terminal:before {
  970. content: "\f120";
  971. }
  972. .fa-code:before {
  973. content: "\f121";
  974. }
  975. .fa-mail-reply-all:before,
  976. .fa-reply-all:before {
  977. content: "\f122";
  978. }
  979. .fa-star-half-empty:before,
  980. .fa-star-half-full:before,
  981. .fa-star-half-o:before {
  982. content: "\f123";
  983. }
  984. .fa-location-arrow:before {
  985. content: "\f124";
  986. }
  987. .fa-crop:before {
  988. content: "\f125";
  989. }
  990. .fa-code-fork:before {
  991. content: "\f126";
  992. }
  993. .fa-unlink:before,
  994. .fa-chain-broken:before {
  995. content: "\f127";
  996. }
  997. .fa-question:before {
  998. content: "\f128";
  999. }
  1000. .fa-info:before {
  1001. content: "\f129";
  1002. }
  1003. .fa-exclamation:before {
  1004. content: "\f12a";
  1005. }
  1006. .fa-superscript:before {
  1007. content: "\f12b";
  1008. }
  1009. .fa-subscript:before {
  1010. content: "\f12c";
  1011. }
  1012. .fa-eraser:before {
  1013. content: "\f12d";
  1014. }
  1015. .fa-puzzle-piece:before {
  1016. content: "\f12e";
  1017. }
  1018. .fa-microphone:before {
  1019. content: "\f130";
  1020. }
  1021. .fa-microphone-slash:before {
  1022. content: "\f131";
  1023. }
  1024. .fa-shield:before {
  1025. content: "\f132";
  1026. }
  1027. .fa-calendar-o:before {
  1028. content: "\f133";
  1029. }
  1030. .fa-fire-extinguisher:before {
  1031. content: "\f134";
  1032. }
  1033. .fa-rocket:before {
  1034. content: "\f135";
  1035. }
  1036. .fa-maxcdn:before {
  1037. content: "\f136";
  1038. }
  1039. .fa-chevron-circle-left:before {
  1040. content: "\f137";
  1041. }
  1042. .fa-chevron-circle-right:before {
  1043. content: "\f138";
  1044. }
  1045. .fa-chevron-circle-up:before {
  1046. content: "\f139";
  1047. }
  1048. .fa-chevron-circle-down:before {
  1049. content: "\f13a";
  1050. }
  1051. .fa-html5:before {
  1052. content: "\f13b";
  1053. }
  1054. .fa-css3:before {
  1055. content: "\f13c";
  1056. }
  1057. .fa-anchor:before {
  1058. content: "\f13d";
  1059. }
  1060. .fa-unlock-alt:before {
  1061. content: "\f13e";
  1062. }
  1063. .fa-bullseye:before {
  1064. content: "\f140";
  1065. }
  1066. .fa-ellipsis-h:before {
  1067. content: "\f141";
  1068. }
  1069. .fa-ellipsis-v:before {
  1070. content: "\f142";
  1071. }
  1072. .fa-rss-square:before {
  1073. content: "\f143";
  1074. }
  1075. .fa-play-circle:before {
  1076. content: "\f144";
  1077. }
  1078. .fa-ticket:before {
  1079. content: "\f145";
  1080. }
  1081. .fa-minus-square:before {
  1082. content: "\f146";
  1083. }
  1084. .fa-minus-square-o:before {
  1085. content: "\f147";
  1086. }
  1087. .fa-level-up:before {
  1088. content: "\f148";
  1089. }
  1090. .fa-level-down:before {
  1091. content: "\f149";
  1092. }
  1093. .fa-check-square:before {
  1094. content: "\f14a";
  1095. }
  1096. .fa-pencil-square:before {
  1097. content: "\f14b";
  1098. }
  1099. .fa-external-link-square:before {
  1100. content: "\f14c";
  1101. }
  1102. .fa-share-square:before {
  1103. content: "\f14d";
  1104. }
  1105. .fa-compass:before {
  1106. content: "\f14e";
  1107. }
  1108. .fa-toggle-down:before,
  1109. .fa-caret-square-o-down:before {
  1110. content: "\f150";
  1111. }
  1112. .fa-toggle-up:before,
  1113. .fa-caret-square-o-up:before {
  1114. content: "\f151";
  1115. }
  1116. .fa-toggle-right:before,
  1117. .fa-caret-square-o-right:before {
  1118. content: "\f152";
  1119. }
  1120. .fa-euro:before,
  1121. .fa-eur:before {
  1122. content: "\f153";
  1123. }
  1124. .fa-gbp:before {
  1125. content: "\f154";
  1126. }
  1127. .fa-dollar:before,
  1128. .fa-usd:before {
  1129. content: "\f155";
  1130. }
  1131. .fa-rupee:before,
  1132. .fa-inr:before {
  1133. content: "\f156";
  1134. }
  1135. .fa-cny:before,
  1136. .fa-rmb:before,
  1137. .fa-yen:before,
  1138. .fa-jpy:before {
  1139. content: "\f157";
  1140. }
  1141. .fa-ruble:before,
  1142. .fa-rouble:before,
  1143. .fa-rub:before {
  1144. content: "\f158";
  1145. }
  1146. .fa-won:before,
  1147. .fa-krw:before {
  1148. content: "\f159";
  1149. }
  1150. .fa-bitcoin:before,
  1151. .fa-btc:before {
  1152. content: "\f15a";
  1153. }
  1154. .fa-file:before {
  1155. content: "\f15b";
  1156. }
  1157. .fa-file-text:before {
  1158. content: "\f15c";
  1159. }
  1160. .fa-sort-alpha-asc:before {
  1161. content: "\f15d";
  1162. }
  1163. .fa-sort-alpha-desc:before {
  1164. content: "\f15e";
  1165. }
  1166. .fa-sort-amount-asc:before {
  1167. content: "\f160";
  1168. }
  1169. .fa-sort-amount-desc:before {
  1170. content: "\f161";
  1171. }
  1172. .fa-sort-numeric-asc:before {
  1173. content: "\f162";
  1174. }
  1175. .fa-sort-numeric-desc:before {
  1176. content: "\f163";
  1177. }
  1178. .fa-thumbs-up:before {
  1179. content: "\f164";
  1180. }
  1181. .fa-thumbs-down:before {
  1182. content: "\f165";
  1183. }
  1184. .fa-youtube-square:before {
  1185. content: "\f166";
  1186. }
  1187. .fa-youtube:before {
  1188. content: "\f167";
  1189. }
  1190. .fa-xing:before {
  1191. content: "\f168";
  1192. }
  1193. .fa-xing-square:before {
  1194. content: "\f169";
  1195. }
  1196. .fa-youtube-play:before {
  1197. content: "\f16a";
  1198. }
  1199. .fa-dropbox:before {
  1200. content: "\f16b";
  1201. }
  1202. .fa-stack-overflow:before {
  1203. content: "\f16c";
  1204. }
  1205. .fa-instagram:before {
  1206. content: "\f16d";
  1207. }
  1208. .fa-flickr:before {
  1209. content: "\f16e";
  1210. }
  1211. .fa-adn:before {
  1212. content: "\f170";
  1213. }
  1214. .fa-bitbucket:before {
  1215. content: "\f171";
  1216. }
  1217. .fa-bitbucket-square:before {
  1218. content: "\f172";
  1219. }
  1220. .fa-tumblr:before {
  1221. content: "\f173";
  1222. }
  1223. .fa-tumblr-square:before {
  1224. content: "\f174";
  1225. }
  1226. .fa-long-arrow-down:before {
  1227. content: "\f175";
  1228. }
  1229. .fa-long-arrow-up:before {
  1230. content: "\f176";
  1231. }
  1232. .fa-long-arrow-left:before {
  1233. content: "\f177";
  1234. }
  1235. .fa-long-arrow-right:before {
  1236. content: "\f178";
  1237. }
  1238. .fa-apple:before {
  1239. content: "\f179";
  1240. }
  1241. .fa-windows:before {
  1242. content: "\f17a";
  1243. }
  1244. .fa-android:before {
  1245. content: "\f17b";
  1246. }
  1247. .fa-linux:before {
  1248. content: "\f17c";
  1249. }
  1250. .fa-dribbble:before {
  1251. content: "\f17d";
  1252. }
  1253. .fa-skype:before {
  1254. content: "\f17e";
  1255. }
  1256. .fa-foursquare:before {
  1257. content: "\f180";
  1258. }
  1259. .fa-trello:before {
  1260. content: "\f181";
  1261. }
  1262. .fa-female:before {
  1263. content: "\f182";
  1264. }
  1265. .fa-male:before {
  1266. content: "\f183";
  1267. }
  1268. .fa-gittip:before,
  1269. .fa-gratipay:before {
  1270. content: "\f184";
  1271. }
  1272. .fa-sun-o:before {
  1273. content: "\f185";
  1274. }
  1275. .fa-moon-o:before {
  1276. content: "\f186";
  1277. }
  1278. .fa-archive:before {
  1279. content: "\f187";
  1280. }
  1281. .fa-bug:before {
  1282. content: "\f188";
  1283. }
  1284. .fa-vk:before {
  1285. content: "\f189";
  1286. }
  1287. .fa-weibo:before {
  1288. content: "\f18a";
  1289. }
  1290. .fa-renren:before {
  1291. content: "\f18b";
  1292. }
  1293. .fa-pagelines:before {
  1294. content: "\f18c";
  1295. }
  1296. .fa-stack-exchange:before {
  1297. content: "\f18d";
  1298. }
  1299. .fa-arrow-circle-o-right:before {
  1300. content: "\f18e";
  1301. }
  1302. .fa-arrow-circle-o-left:before {
  1303. content: "\f190";
  1304. }
  1305. .fa-toggle-left:before,
  1306. .fa-caret-square-o-left:before {
  1307. content: "\f191";
  1308. }
  1309. .fa-dot-circle-o:before {
  1310. content: "\f192";
  1311. }
  1312. .fa-wheelchair:before {
  1313. content: "\f193";
  1314. }
  1315. .fa-vimeo-square:before {
  1316. content: "\f194";
  1317. }
  1318. .fa-turkish-lira:before,
  1319. .fa-try:before {
  1320. content: "\f195";
  1321. }
  1322. .fa-plus-square-o:before {
  1323. content: "\f196";
  1324. }
  1325. .fa-space-shuttle:before {
  1326. content: "\f197";
  1327. }
  1328. .fa-slack:before {
  1329. content: "\f198";
  1330. }
  1331. .fa-envelope-square:before {
  1332. content: "\f199";
  1333. }
  1334. .fa-wordpress:before {
  1335. content: "\f19a";
  1336. }
  1337. .fa-openid:before {
  1338. content: "\f19b";
  1339. }
  1340. .fa-institution:before,
  1341. .fa-bank:before,
  1342. .fa-university:before {
  1343. content: "\f19c";
  1344. }
  1345. .fa-mortar-board:before,
  1346. .fa-graduation-cap:before {
  1347. content: "\f19d";
  1348. }
  1349. .fa-yahoo:before {
  1350. content: "\f19e";
  1351. }
  1352. .fa-google:before {
  1353. content: "\f1a0";
  1354. }
  1355. .fa-reddit:before {
  1356. content: "\f1a1";
  1357. }
  1358. .fa-reddit-square:before {
  1359. content: "\f1a2";
  1360. }
  1361. .fa-stumbleupon-circle:before {
  1362. content: "\f1a3";
  1363. }
  1364. .fa-stumbleupon:before {
  1365. content: "\f1a4";
  1366. }
  1367. .fa-delicious:before {
  1368. content: "\f1a5";
  1369. }
  1370. .fa-digg:before {
  1371. content: "\f1a6";
  1372. }
  1373. .fa-pied-piper:before {
  1374. content: "\f1a7";
  1375. }
  1376. .fa-pied-piper-alt:before {
  1377. content: "\f1a8";
  1378. }
  1379. .fa-drupal:before {
  1380. content: "\f1a9";
  1381. }
  1382. .fa-joomla:before {
  1383. content: "\f1aa";
  1384. }
  1385. .fa-language:before {
  1386. content: "\f1ab";
  1387. }
  1388. .fa-fax:before {
  1389. content: "\f1ac";
  1390. }
  1391. .fa-building:before {
  1392. content: "\f1ad";
  1393. }
  1394. .fa-child:before {
  1395. content: "\f1ae";
  1396. }
  1397. .fa-paw:before {
  1398. content: "\f1b0";
  1399. }
  1400. .fa-spoon:before {
  1401. content: "\f1b1";
  1402. }
  1403. .fa-cube:before {
  1404. content: "\f1b2";
  1405. }
  1406. .fa-cubes:before {
  1407. content: "\f1b3";
  1408. }
  1409. .fa-behance:before {
  1410. content: "\f1b4";
  1411. }
  1412. .fa-behance-square:before {
  1413. content: "\f1b5";
  1414. }
  1415. .fa-steam:before {
  1416. content: "\f1b6";
  1417. }
  1418. .fa-steam-square:before {
  1419. content: "\f1b7";
  1420. }
  1421. .fa-recycle:before {
  1422. content: "\f1b8";
  1423. }
  1424. .fa-automobile:before,
  1425. .fa-car:before {
  1426. content: "\f1b9";
  1427. }
  1428. .fa-cab:before,
  1429. .fa-taxi:before {
  1430. content: "\f1ba";
  1431. }
  1432. .fa-tree:before {
  1433. content: "\f1bb";
  1434. }
  1435. .fa-spotify:before {
  1436. content: "\f1bc";
  1437. }
  1438. .fa-deviantart:before {
  1439. content: "\f1bd";
  1440. }
  1441. .fa-soundcloud:before {
  1442. content: "\f1be";
  1443. }
  1444. .fa-database:before {
  1445. content: "\f1c0";
  1446. }
  1447. .fa-file-pdf-o:before {
  1448. content: "\f1c1";
  1449. }
  1450. .fa-file-word-o:before {
  1451. content: "\f1c2";
  1452. }
  1453. .fa-file-excel-o:before {
  1454. content: "\f1c3";
  1455. }
  1456. .fa-file-powerpoint-o:before {
  1457. content: "\f1c4";
  1458. }
  1459. .fa-file-photo-o:before,
  1460. .fa-file-picture-o:before,
  1461. .fa-file-image-o:before {
  1462. content: "\f1c5";
  1463. }
  1464. .fa-file-zip-o:before,
  1465. .fa-file-archive-o:before {
  1466. content: "\f1c6";
  1467. }
  1468. .fa-file-sound-o:before,
  1469. .fa-file-audio-o:before {
  1470. content: "\f1c7";
  1471. }
  1472. .fa-file-movie-o:before,
  1473. .fa-file-video-o:before {
  1474. content: "\f1c8";
  1475. }
  1476. .fa-file-code-o:before {
  1477. content: "\f1c9";
  1478. }
  1479. .fa-vine:before {
  1480. content: "\f1ca";
  1481. }
  1482. .fa-codepen:before {
  1483. content: "\f1cb";
  1484. }
  1485. .fa-jsfiddle:before {
  1486. content: "\f1cc";
  1487. }
  1488. .fa-life-bouy:before,
  1489. .fa-life-buoy:before,
  1490. .fa-life-saver:before,
  1491. .fa-support:before,
  1492. .fa-life-ring:before {
  1493. content: "\f1cd";
  1494. }
  1495. .fa-circle-o-notch:before {
  1496. content: "\f1ce";
  1497. }
  1498. .fa-ra:before,
  1499. .fa-rebel:before {
  1500. content: "\f1d0";
  1501. }
  1502. .fa-ge:before,
  1503. .fa-empire:before {
  1504. content: "\f1d1";
  1505. }
  1506. .fa-git-square:before {
  1507. content: "\f1d2";
  1508. }
  1509. .fa-git:before {
  1510. content: "\f1d3";
  1511. }
  1512. .fa-hacker-news:before {
  1513. content: "\f1d4";
  1514. }
  1515. .fa-tencent-weibo:before {
  1516. content: "\f1d5";
  1517. }
  1518. .fa-qq:before {
  1519. content: "\f1d6";
  1520. }
  1521. .fa-wechat:before,
  1522. .fa-weixin:before {
  1523. content: "\f1d7";
  1524. }
  1525. .fa-send:before,
  1526. .fa-paper-plane:before {
  1527. content: "\f1d8";
  1528. }
  1529. .fa-send-o:before,
  1530. .fa-paper-plane-o:before {
  1531. content: "\f1d9";
  1532. }
  1533. .fa-history:before {
  1534. content: "\f1da";
  1535. }
  1536. .fa-genderless:before,
  1537. .fa-circle-thin:before {
  1538. content: "\f1db";
  1539. }
  1540. .fa-header:before {
  1541. content: "\f1dc";
  1542. }
  1543. .fa-paragraph:before {
  1544. content: "\f1dd";
  1545. }
  1546. .fa-sliders:before {
  1547. content: "\f1de";
  1548. }
  1549. .fa-share-alt:before {
  1550. content: "\f1e0";
  1551. }
  1552. .fa-share-alt-square:before {
  1553. content: "\f1e1";
  1554. }
  1555. .fa-bomb:before {
  1556. content: "\f1e2";
  1557. }
  1558. .fa-soccer-ball-o:before,
  1559. .fa-futbol-o:before {
  1560. content: "\f1e3";
  1561. }
  1562. .fa-tty:before {
  1563. content: "\f1e4";
  1564. }
  1565. .fa-binoculars:before {
  1566. content: "\f1e5";
  1567. }
  1568. .fa-plug:before {
  1569. content: "\f1e6";
  1570. }
  1571. .fa-slideshare:before {
  1572. content: "\f1e7";
  1573. }
  1574. .fa-twitch:before {
  1575. content: "\f1e8";
  1576. }
  1577. .fa-yelp:before {
  1578. content: "\f1e9";
  1579. }
  1580. .fa-newspaper-o:before {
  1581. content: "\f1ea";
  1582. }
  1583. .fa-wifi:before {
  1584. content: "\f1eb";
  1585. }
  1586. .fa-calculator:before {
  1587. content: "\f1ec";
  1588. }
  1589. .fa-paypal:before {
  1590. content: "\f1ed";
  1591. }
  1592. .fa-google-wallet:before {
  1593. content: "\f1ee";
  1594. }
  1595. .fa-cc-visa:before {
  1596. content: "\f1f0";
  1597. }
  1598. .fa-cc-mastercard:before {
  1599. content: "\f1f1";
  1600. }
  1601. .fa-cc-discover:before {
  1602. content: "\f1f2";
  1603. }
  1604. .fa-cc-amex:before {
  1605. content: "\f1f3";
  1606. }
  1607. .fa-cc-paypal:before {
  1608. content: "\f1f4";
  1609. }
  1610. .fa-cc-stripe:before {
  1611. content: "\f1f5";
  1612. }
  1613. .fa-bell-slash:before {
  1614. content: "\f1f6";
  1615. }
  1616. .fa-bell-slash-o:before {
  1617. content: "\f1f7";
  1618. }
  1619. .fa-trash:before {
  1620. content: "\f1f8";
  1621. }
  1622. .fa-copyright:before {
  1623. content: "\f1f9";
  1624. }
  1625. .fa-at:before {
  1626. content: "\f1fa";
  1627. }
  1628. .fa-eyedropper:before {
  1629. content: "\f1fb";
  1630. }
  1631. .fa-paint-brush:before {
  1632. content: "\f1fc";
  1633. }
  1634. .fa-birthday-cake:before {
  1635. content: "\f1fd";
  1636. }
  1637. .fa-area-chart:before {
  1638. content: "\f1fe";
  1639. }
  1640. .fa-pie-chart:before {
  1641. content: "\f200";
  1642. }
  1643. .fa-line-chart:before {
  1644. content: "\f201";
  1645. }
  1646. .fa-lastfm:before {
  1647. content: "\f202";
  1648. }
  1649. .fa-lastfm-square:before {
  1650. content: "\f203";
  1651. }
  1652. .fa-toggle-off:before {
  1653. content: "\f204";
  1654. }
  1655. .fa-toggle-on:before {
  1656. content: "\f205";
  1657. }
  1658. .fa-bicycle:before {
  1659. content: "\f206";
  1660. }
  1661. .fa-bus:before {
  1662. content: "\f207";
  1663. }
  1664. .fa-ioxhost:before {
  1665. content: "\f208";
  1666. }
  1667. .fa-angellist:before {
  1668. content: "\f209";
  1669. }
  1670. .fa-cc:before {
  1671. content: "\f20a";
  1672. }
  1673. .fa-shekel:before,
  1674. .fa-sheqel:before,
  1675. .fa-ils:before {
  1676. content: "\f20b";
  1677. }
  1678. .fa-meanpath:before {
  1679. content: "\f20c";
  1680. }
  1681. .fa-buysellads:before {
  1682. content: "\f20d";
  1683. }
  1684. .fa-connectdevelop:before {
  1685. content: "\f20e";
  1686. }
  1687. .fa-dashcube:before {
  1688. content: "\f210";
  1689. }
  1690. .fa-forumbee:before {
  1691. content: "\f211";
  1692. }
  1693. .fa-leanpub:before {
  1694. content: "\f212";
  1695. }
  1696. .fa-sellsy:before {
  1697. content: "\f213";
  1698. }
  1699. .fa-shirtsinbulk:before {
  1700. content: "\f214";
  1701. }
  1702. .fa-simplybuilt:before {
  1703. content: "\f215";
  1704. }
  1705. .fa-skyatlas:before {
  1706. content: "\f216";
  1707. }
  1708. .fa-cart-plus:before {
  1709. content: "\f217";
  1710. }
  1711. .fa-cart-arrow-down:before {
  1712. content: "\f218";
  1713. }
  1714. .fa-diamond:before {
  1715. content: "\f219";
  1716. }
  1717. .fa-ship:before {
  1718. content: "\f21a";
  1719. }
  1720. .fa-user-secret:before {
  1721. content: "\f21b";
  1722. }
  1723. .fa-motorcycle:before {
  1724. content: "\f21c";
  1725. }
  1726. .fa-street-view:before {
  1727. content: "\f21d";
  1728. }
  1729. .fa-heartbeat:before {
  1730. content: "\f21e";
  1731. }
  1732. .fa-venus:before {
  1733. content: "\f221";
  1734. }
  1735. .fa-mars:before {
  1736. content: "\f222";
  1737. }
  1738. .fa-mercury:before {
  1739. content: "\f223";
  1740. }
  1741. .fa-transgender:before {
  1742. content: "\f224";
  1743. }
  1744. .fa-transgender-alt:before {
  1745. content: "\f225";
  1746. }
  1747. .fa-venus-double:before {
  1748. content: "\f226";
  1749. }
  1750. .fa-mars-double:before {
  1751. content: "\f227";
  1752. }
  1753. .fa-venus-mars:before {
  1754. content: "\f228";
  1755. }
  1756. .fa-mars-stroke:before {
  1757. content: "\f229";
  1758. }
  1759. .fa-mars-stroke-v:before {
  1760. content: "\f22a";
  1761. }
  1762. .fa-mars-stroke-h:before {
  1763. content: "\f22b";
  1764. }
  1765. .fa-neuter:before {
  1766. content: "\f22c";
  1767. }
  1768. .fa-facebook-official:before {
  1769. content: "\f230";
  1770. }
  1771. .fa-pinterest-p:before {
  1772. content: "\f231";
  1773. }
  1774. .fa-whatsapp:before {
  1775. content: "\f232";
  1776. }
  1777. .fa-server:before {
  1778. content: "\f233";
  1779. }
  1780. .fa-user-plus:before {
  1781. content: "\f234";
  1782. }
  1783. .fa-user-times:before {
  1784. content: "\f235";
  1785. }
  1786. .fa-hotel:before,
  1787. .fa-bed:before {
  1788. content: "\f236";
  1789. }
  1790. .fa-viacoin:before {
  1791. content: "\f237";
  1792. }
  1793. .fa-train:before {
  1794. content: "\f238";
  1795. }
  1796. .fa-subway:before {
  1797. content: "\f239";
  1798. }
  1799. .fa-medium:before {
  1800. content: "\f23a";
  1801. }
  1802.  
  1803. /*
  1804. * metismenu - v1.1.2
  1805. * Easy menu jQuery plugin for Twitter Bootstrap 3
  1806. * https://github.com/onokumus/metisMenu
  1807. *
  1808. * Made by Osman Nuri Okumus
  1809. * Under MIT License
  1810. */
  1811. .arrow {
  1812. float: right;
  1813. line-height: 1.42857;
  1814. /* twitter bootstrap body element line-height */
  1815. }
  1816. .glyphicon.arrow:before {
  1817. content: "\e079";
  1818. }
  1819. .active > a > .glyphicon.arrow:before {
  1820. content: "\e114";
  1821. }
  1822. /*
  1823. * Require Font-Awesome
  1824. * http://fortawesome.github.io/Font-Awesome/
  1825. */
  1826.  
  1827. .fa.arrow:before {
  1828. content: "\f104";
  1829. }
  1830. .active > a > .fa.arrow:before {
  1831. content: "\f107";
  1832. }
  1833. .plus-times {
  1834. float: right;
  1835. }
  1836. .fa.plus-times:before {
  1837. content: "\f067";
  1838. }
  1839. .active > a > .fa.plus-times {
  1840. filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  1841. -webkit-transform: rotate(45deg);
  1842. -moz-transform: rotate(45deg);
  1843. -ms-transform: rotate(45deg);
  1844. -o-transform: rotate(45deg);
  1845. transform: rotate(45deg);
  1846. }
  1847. .plus-minus {
  1848. float: right;
  1849. }
  1850. .fa.plus-minus:before {
  1851. content: "\f067";
  1852. }
  1853. .active > a > .fa.plus-minus:before {
  1854. content: "\f068";
  1855. }
  1856.  
  1857. @charset "UTF-8";
  1858.  
  1859. /*!
  1860. Animate.css - http://daneden.me/animate
  1861. Licensed under the MIT license - http://opensource.org/licenses/MIT
  1862.  
  1863. Copyright (c) 2013 Daniel Eden
  1864. */
  1865.  
  1866. .animated {
  1867. -webkit-animation-duration: 1s;
  1868. animation-duration: 1s;
  1869. -webkit-animation-fill-mode: both;
  1870. animation-fill-mode: both;
  1871. }
  1872.  
  1873. .animated.infinite {
  1874. -webkit-animation-iteration-count: infinite;
  1875. animation-iteration-count: infinite;
  1876. }
  1877.  
  1878. .animated.hinge {
  1879. -webkit-animation-duration: 2s;
  1880. animation-duration: 2s;
  1881. }
  1882.  
  1883. @-webkit-keyframes bounce {
  1884. 0%, 20%, 53%, 80%, 100% {
  1885. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1886. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1887. -webkit-transform: translate3d(0,0,0);
  1888. transform: translate3d(0,0,0);
  1889. }
  1890.  
  1891. 40%, 43% {
  1892. -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1893. transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1894. -webkit-transform: translate3d(0, -30px, 0);
  1895. transform: translate3d(0, -30px, 0);
  1896. }
  1897.  
  1898. 70% {
  1899. -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1900. transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1901. -webkit-transform: translate3d(0, -15px, 0);
  1902. transform: translate3d(0, -15px, 0);
  1903. }
  1904.  
  1905. 90% {
  1906. -webkit-transform: translate3d(0,-4px,0);
  1907. transform: translate3d(0,-4px,0);
  1908. }
  1909. }
  1910.  
  1911. @keyframes bounce {
  1912. 0%, 20%, 53%, 80%, 100% {
  1913. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1914. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1915. -webkit-transform: translate3d(0,0,0);
  1916. -ms-transform: translate3d(0,0,0);
  1917. transform: translate3d(0,0,0);
  1918. }
  1919.  
  1920. 40%, 43% {
  1921. -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1922. transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1923. -webkit-transform: translate3d(0, -30px, 0);
  1924. -ms-transform: translate3d(0, -30px, 0);
  1925. transform: translate3d(0, -30px, 0);
  1926. }
  1927.  
  1928. 70% {
  1929. -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1930. transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  1931. -webkit-transform: translate3d(0, -15px, 0);
  1932. -ms-transform: translate3d(0, -15px, 0);
  1933. transform: translate3d(0, -15px, 0);
  1934. }
  1935.  
  1936. 90% {
  1937. -webkit-transform: translate3d(0,-4px,0);
  1938. -ms-transform: translate3d(0,-4px,0);
  1939. transform: translate3d(0,-4px,0);
  1940. }
  1941. }
  1942.  
  1943. .bounce {
  1944. -webkit-animation-name: bounce;
  1945. animation-name: bounce;
  1946. -webkit-transform-origin: center bottom;
  1947. -ms-transform-origin: center bottom;
  1948. transform-origin: center bottom;
  1949. }
  1950.  
  1951. @-webkit-keyframes flash {
  1952. 0%, 50%, 100% {
  1953. opacity: 1;
  1954. }
  1955.  
  1956. 25%, 75% {
  1957. opacity: 0;
  1958. }
  1959. }
  1960.  
  1961. @keyframes flash {
  1962. 0%, 50%, 100% {
  1963. opacity: 1;
  1964. }
  1965.  
  1966. 25%, 75% {
  1967. opacity: 0;
  1968. }
  1969. }
  1970.  
  1971. .flash {
  1972. -webkit-animation-name: flash;
  1973. animation-name: flash;
  1974. }
  1975.  
  1976. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  1977.  
  1978. @-webkit-keyframes pulse {
  1979. 0% {
  1980. -webkit-transform: scale3d(1, 1, 1);
  1981. transform: scale3d(1, 1, 1);
  1982. }
  1983.  
  1984. 50% {
  1985. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  1986. transform: scale3d(1.05, 1.05, 1.05);
  1987. }
  1988.  
  1989. 100% {
  1990. -webkit-transform: scale3d(1, 1, 1);
  1991. transform: scale3d(1, 1, 1);
  1992. }
  1993. }
  1994.  
  1995. @keyframes pulse {
  1996. 0% {
  1997. -webkit-transform: scale3d(1, 1, 1);
  1998. -ms-transform: scale3d(1, 1, 1);
  1999. transform: scale3d(1, 1, 1);
  2000. }
  2001.  
  2002. 50% {
  2003. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  2004. -ms-transform: scale3d(1.05, 1.05, 1.05);
  2005. transform: scale3d(1.05, 1.05, 1.05);
  2006. }
  2007.  
  2008. 100% {
  2009. -webkit-transform: scale3d(1, 1, 1);
  2010. -ms-transform: scale3d(1, 1, 1);
  2011. transform: scale3d(1, 1, 1);
  2012. }
  2013. }
  2014.  
  2015. .pulse {
  2016. -webkit-animation-name: pulse;
  2017. animation-name: pulse;
  2018. }
  2019.  
  2020. @-webkit-keyframes rubberBand {
  2021. 0% {
  2022. -webkit-transform: scale3d(1, 1, 1);
  2023. transform: scale3d(1, 1, 1);
  2024. }
  2025.  
  2026. 30% {
  2027. -webkit-transform: scale3d(1.25, 0.75, 1);
  2028. transform: scale3d(1.25, 0.75, 1);
  2029. }
  2030.  
  2031. 40% {
  2032. -webkit-transform: scale3d(0.75, 1.25, 1);
  2033. transform: scale3d(0.75, 1.25, 1);
  2034. }
  2035.  
  2036. 50% {
  2037. -webkit-transform: scale3d(1.15, 0.85, 1);
  2038. transform: scale3d(1.15, 0.85, 1);
  2039. }
  2040.  
  2041. 65% {
  2042. -webkit-transform: scale3d(.95, 1.05, 1);
  2043. transform: scale3d(.95, 1.05, 1);
  2044. }
  2045.  
  2046. 75% {
  2047. -webkit-transform: scale3d(1.05, .95, 1);
  2048. transform: scale3d(1.05, .95, 1);
  2049. }
  2050.  
  2051. 100% {
  2052. -webkit-transform: scale3d(1, 1, 1);
  2053. transform: scale3d(1, 1, 1);
  2054. }
  2055. }
  2056.  
  2057. @keyframes rubberBand {
  2058. 0% {
  2059. -webkit-transform: scale3d(1, 1, 1);
  2060. -ms-transform: scale3d(1, 1, 1);
  2061. transform: scale3d(1, 1, 1);
  2062. }
  2063.  
  2064. 30% {
  2065. -webkit-transform: scale3d(1.25, 0.75, 1);
  2066. -ms-transform: scale3d(1.25, 0.75, 1);
  2067. transform: scale3d(1.25, 0.75, 1);
  2068. }
  2069.  
  2070. 40% {
  2071. -webkit-transform: scale3d(0.75, 1.25, 1);
  2072. -ms-transform: scale3d(0.75, 1.25, 1);
  2073. transform: scale3d(0.75, 1.25, 1);
  2074. }
  2075.  
  2076. 50% {
  2077. -webkit-transform: scale3d(1.15, 0.85, 1);
  2078. -ms-transform: scale3d(1.15, 0.85, 1);
  2079. transform: scale3d(1.15, 0.85, 1);
  2080. }
  2081.  
  2082. 65% {
  2083. -webkit-transform: scale3d(.95, 1.05, 1);
  2084. -ms-transform: scale3d(.95, 1.05, 1);
  2085. transform: scale3d(.95, 1.05, 1);
  2086. }
  2087.  
  2088. 75% {
  2089. -webkit-transform: scale3d(1.05, .95, 1);
  2090. -ms-transform: scale3d(1.05, .95, 1);
  2091. transform: scale3d(1.05, .95, 1);
  2092. }
  2093.  
  2094. 100% {
  2095. -webkit-transform: scale3d(1, 1, 1);
  2096. -ms-transform: scale3d(1, 1, 1);
  2097. transform: scale3d(1, 1, 1);
  2098. }
  2099. }
  2100.  
  2101. .rubberBand {
  2102. -webkit-animation-name: rubberBand;
  2103. animation-name: rubberBand;
  2104. }
  2105.  
  2106. @-webkit-keyframes shake {
  2107. 0%, 100% {
  2108. -webkit-transform: translate3d(0, 0, 0);
  2109. transform: translate3d(0, 0, 0);
  2110. }
  2111.  
  2112. 10%, 30%, 50%, 70%, 90% {
  2113. -webkit-transform: translate3d(-10px, 0, 0);
  2114. transform: translate3d(-10px, 0, 0);
  2115. }
  2116.  
  2117. 20%, 40%, 60%, 80% {
  2118. -webkit-transform: translate3d(10px, 0, 0);
  2119. transform: translate3d(10px, 0, 0);
  2120. }
  2121. }
  2122.  
  2123. @keyframes shake {
  2124. 0%, 100% {
  2125. -webkit-transform: translate3d(0, 0, 0);
  2126. -ms-transform: translate3d(0, 0, 0);
  2127. transform: translate3d(0, 0, 0);
  2128. }
  2129.  
  2130. 10%, 30%, 50%, 70%, 90% {
  2131. -webkit-transform: translate3d(-10px, 0, 0);
  2132. -ms-transform: translate3d(-10px, 0, 0);
  2133. transform: translate3d(-10px, 0, 0);
  2134. }
  2135.  
  2136. 20%, 40%, 60%, 80% {
  2137. -webkit-transform: translate3d(10px, 0, 0);
  2138. -ms-transform: translate3d(10px, 0, 0);
  2139. transform: translate3d(10px, 0, 0);
  2140. }
  2141. }
  2142.  
  2143. .shake {
  2144. -webkit-animation-name: shake;
  2145. animation-name: shake;
  2146. }
  2147.  
  2148. @-webkit-keyframes swing {
  2149. 20% {
  2150. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  2151. transform: rotate3d(0, 0, 1, 15deg);
  2152. }
  2153.  
  2154. 40% {
  2155. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  2156. transform: rotate3d(0, 0, 1, -10deg);
  2157. }
  2158.  
  2159. 60% {
  2160. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  2161. transform: rotate3d(0, 0, 1, 5deg);
  2162. }
  2163.  
  2164. 80% {
  2165. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  2166. transform: rotate3d(0, 0, 1, -5deg);
  2167. }
  2168.  
  2169. 100% {
  2170. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  2171. transform: rotate3d(0, 0, 1, 0deg);
  2172. }
  2173. }
  2174.  
  2175. @keyframes swing {
  2176. 20% {
  2177. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  2178. -ms-transform: rotate3d(0, 0, 1, 15deg);
  2179. transform: rotate3d(0, 0, 1, 15deg);
  2180. }
  2181.  
  2182. 40% {
  2183. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  2184. -ms-transform: rotate3d(0, 0, 1, -10deg);
  2185. transform: rotate3d(0, 0, 1, -10deg);
  2186. }
  2187.  
  2188. 60% {
  2189. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  2190. -ms-transform: rotate3d(0, 0, 1, 5deg);
  2191. transform: rotate3d(0, 0, 1, 5deg);
  2192. }
  2193.  
  2194. 80% {
  2195. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  2196. -ms-transform: rotate3d(0, 0, 1, -5deg);
  2197. transform: rotate3d(0, 0, 1, -5deg);
  2198. }
  2199.  
  2200. 100% {
  2201. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  2202. -ms-transform: rotate3d(0, 0, 1, 0deg);
  2203. transform: rotate3d(0, 0, 1, 0deg);
  2204. }
  2205. }
  2206.  
  2207. .swing {
  2208. -webkit-transform-origin: top center;
  2209. -ms-transform-origin: top center;
  2210. transform-origin: top center;
  2211. -webkit-animation-name: swing;
  2212. animation-name: swing;
  2213. }
  2214.  
  2215. @-webkit-keyframes tada {
  2216. 0% {
  2217. -webkit-transform: scale3d(1, 1, 1);
  2218. transform: scale3d(1, 1, 1);
  2219. }
  2220.  
  2221. 10%, 20% {
  2222. -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  2223. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  2224. }
  2225.  
  2226. 30%, 50%, 70%, 90% {
  2227. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  2228. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  2229. }
  2230.  
  2231. 40%, 60%, 80% {
  2232. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  2233. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  2234. }
  2235.  
  2236. 100% {
  2237. -webkit-transform: scale3d(1, 1, 1);
  2238. transform: scale3d(1, 1, 1);
  2239. }
  2240. }
  2241.  
  2242. @keyframes tada {
  2243. 0% {
  2244. -webkit-transform: scale3d(1, 1, 1);
  2245. -ms-transform: scale3d(1, 1, 1);
  2246. transform: scale3d(1, 1, 1);
  2247. }
  2248.  
  2249. 10%, 20% {
  2250. -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  2251. -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  2252. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  2253. }
  2254.  
  2255. 30%, 50%, 70%, 90% {
  2256. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  2257. -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  2258. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  2259. }
  2260.  
  2261. 40%, 60%, 80% {
  2262. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  2263. -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  2264. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  2265. }
  2266.  
  2267. 100% {
  2268. -webkit-transform: scale3d(1, 1, 1);
  2269. -ms-transform: scale3d(1, 1, 1);
  2270. transform: scale3d(1, 1, 1);
  2271. }
  2272. }
  2273.  
  2274. .tada {
  2275. -webkit-animation-name: tada;
  2276. animation-name: tada;
  2277. }
  2278.  
  2279. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  2280.  
  2281. @-webkit-keyframes wobble {
  2282. 0% {
  2283. -webkit-transform: none;
  2284. transform: none;
  2285. }
  2286.  
  2287. 15% {
  2288. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  2289. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  2290. }
  2291.  
  2292. 30% {
  2293. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  2294. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  2295. }
  2296.  
  2297. 45% {
  2298. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  2299. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  2300. }
  2301.  
  2302. 60% {
  2303. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  2304. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  2305. }
  2306.  
  2307. 75% {
  2308. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  2309. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  2310. }
  2311.  
  2312. 100% {
  2313. -webkit-transform: none;
  2314. transform: none;
  2315. }
  2316. }
  2317.  
  2318. @keyframes wobble {
  2319. 0% {
  2320. -webkit-transform: none;
  2321. -ms-transform: none;
  2322. transform: none;
  2323. }
  2324.  
  2325. 15% {
  2326. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  2327. -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  2328. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  2329. }
  2330.  
  2331. 30% {
  2332. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  2333. -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  2334. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  2335. }
  2336.  
  2337. 45% {
  2338. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  2339. -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  2340. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  2341. }
  2342.  
  2343. 60% {
  2344. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  2345. -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  2346. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  2347. }
  2348.  
  2349. 75% {
  2350. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  2351. -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  2352. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  2353. }
  2354.  
  2355. 100% {
  2356. -webkit-transform: none;
  2357. -ms-transform: none;
  2358. transform: none;
  2359. }
  2360. }
  2361.  
  2362. .wobble {
  2363. -webkit-animation-name: wobble;
  2364. animation-name: wobble;
  2365. }
  2366.  
  2367. @-webkit-keyframes bounceIn {
  2368. 0%, 20%, 40%, 60%, 80%, 100% {
  2369. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2370. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2371. }
  2372.  
  2373. 0% {
  2374. opacity: 0;
  2375. -webkit-transform: scale3d(.3, .3, .3);
  2376. transform: scale3d(.3, .3, .3);
  2377. }
  2378.  
  2379. 20% {
  2380. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  2381. transform: scale3d(1.1, 1.1, 1.1);
  2382. }
  2383.  
  2384. 40% {
  2385. -webkit-transform: scale3d(.9, .9, .9);
  2386. transform: scale3d(.9, .9, .9);
  2387. }
  2388.  
  2389. 60% {
  2390. opacity: 1;
  2391. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  2392. transform: scale3d(1.03, 1.03, 1.03);
  2393. }
  2394.  
  2395. 80% {
  2396. -webkit-transform: scale3d(.97, .97, .97);
  2397. transform: scale3d(.97, .97, .97);
  2398. }
  2399.  
  2400. 100% {
  2401. opacity: 1;
  2402. -webkit-transform: scale3d(1, 1, 1);
  2403. transform: scale3d(1, 1, 1);
  2404. }
  2405. }
  2406.  
  2407. @keyframes bounceIn {
  2408. 0%, 20%, 40%, 60%, 80%, 100% {
  2409. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2410. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2411. }
  2412.  
  2413. 0% {
  2414. opacity: 0;
  2415. -webkit-transform: scale3d(.3, .3, .3);
  2416. -ms-transform: scale3d(.3, .3, .3);
  2417. transform: scale3d(.3, .3, .3);
  2418. }
  2419.  
  2420. 20% {
  2421. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  2422. -ms-transform: scale3d(1.1, 1.1, 1.1);
  2423. transform: scale3d(1.1, 1.1, 1.1);
  2424. }
  2425.  
  2426. 40% {
  2427. -webkit-transform: scale3d(.9, .9, .9);
  2428. -ms-transform: scale3d(.9, .9, .9);
  2429. transform: scale3d(.9, .9, .9);
  2430. }
  2431.  
  2432. 60% {
  2433. opacity: 1;
  2434. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  2435. -ms-transform: scale3d(1.03, 1.03, 1.03);
  2436. transform: scale3d(1.03, 1.03, 1.03);
  2437. }
  2438.  
  2439. 80% {
  2440. -webkit-transform: scale3d(.97, .97, .97);
  2441. -ms-transform: scale3d(.97, .97, .97);
  2442. transform: scale3d(.97, .97, .97);
  2443. }
  2444.  
  2445. 100% {
  2446. opacity: 1;
  2447. -webkit-transform: scale3d(1, 1, 1);
  2448. -ms-transform: scale3d(1, 1, 1);
  2449. transform: scale3d(1, 1, 1);
  2450. }
  2451. }
  2452.  
  2453. .bounceIn {
  2454. -webkit-animation-name: bounceIn;
  2455. animation-name: bounceIn;
  2456. -webkit-animation-duration: .75s;
  2457. animation-duration: .75s;
  2458. }
  2459.  
  2460. @-webkit-keyframes bounceInDown {
  2461. 0%, 60%, 75%, 90%, 100% {
  2462. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2463. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2464. }
  2465.  
  2466. 0% {
  2467. opacity: 0;
  2468. -webkit-transform: translate3d(0, -3000px, 0);
  2469. transform: translate3d(0, -3000px, 0);
  2470. }
  2471.  
  2472. 60% {
  2473. opacity: 1;
  2474. -webkit-transform: translate3d(0, 25px, 0);
  2475. transform: translate3d(0, 25px, 0);
  2476. }
  2477.  
  2478. 75% {
  2479. -webkit-transform: translate3d(0, -10px, 0);
  2480. transform: translate3d(0, -10px, 0);
  2481. }
  2482.  
  2483. 90% {
  2484. -webkit-transform: translate3d(0, 5px, 0);
  2485. transform: translate3d(0, 5px, 0);
  2486. }
  2487.  
  2488. 100% {
  2489. -webkit-transform: none;
  2490. transform: none;
  2491. }
  2492. }
  2493.  
  2494. @keyframes bounceInDown {
  2495. 0%, 60%, 75%, 90%, 100% {
  2496. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2497. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2498. }
  2499.  
  2500. 0% {
  2501. opacity: 0;
  2502. -webkit-transform: translate3d(0, -3000px, 0);
  2503. -ms-transform: translate3d(0, -3000px, 0);
  2504. transform: translate3d(0, -3000px, 0);
  2505. }
  2506.  
  2507. 60% {
  2508. opacity: 1;
  2509. -webkit-transform: translate3d(0, 25px, 0);
  2510. -ms-transform: translate3d(0, 25px, 0);
  2511. transform: translate3d(0, 25px, 0);
  2512. }
  2513.  
  2514. 75% {
  2515. -webkit-transform: translate3d(0, -10px, 0);
  2516. -ms-transform: translate3d(0, -10px, 0);
  2517. transform: translate3d(0, -10px, 0);
  2518. }
  2519.  
  2520. 90% {
  2521. -webkit-transform: translate3d(0, 5px, 0);
  2522. -ms-transform: translate3d(0, 5px, 0);
  2523. transform: translate3d(0, 5px, 0);
  2524. }
  2525.  
  2526. 100% {
  2527. -webkit-transform: none;
  2528. -ms-transform: none;
  2529. transform: none;
  2530. }
  2531. }
  2532.  
  2533. .bounceInDown {
  2534. -webkit-animation-name: bounceInDown;
  2535. animation-name: bounceInDown;
  2536. }
  2537.  
  2538. @-webkit-keyframes bounceInLeft {
  2539. 0%, 60%, 75%, 90%, 100% {
  2540. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2541. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2542. }
  2543.  
  2544. 0% {
  2545. opacity: 0;
  2546. -webkit-transform: translate3d(-3000px, 0, 0);
  2547. transform: translate3d(-3000px, 0, 0);
  2548. }
  2549.  
  2550. 60% {
  2551. opacity: 1;
  2552. -webkit-transform: translate3d(25px, 0, 0);
  2553. transform: translate3d(25px, 0, 0);
  2554. }
  2555.  
  2556. 75% {
  2557. -webkit-transform: translate3d(-10px, 0, 0);
  2558. transform: translate3d(-10px, 0, 0);
  2559. }
  2560.  
  2561. 90% {
  2562. -webkit-transform: translate3d(5px, 0, 0);
  2563. transform: translate3d(5px, 0, 0);
  2564. }
  2565.  
  2566. 100% {
  2567. -webkit-transform: none;
  2568. transform: none;
  2569. }
  2570. }
  2571.  
  2572. @keyframes bounceInLeft {
  2573. 0%, 60%, 75%, 90%, 100% {
  2574. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2575. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2576. }
  2577.  
  2578. 0% {
  2579. opacity: 0;
  2580. -webkit-transform: translate3d(-3000px, 0, 0);
  2581. -ms-transform: translate3d(-3000px, 0, 0);
  2582. transform: translate3d(-3000px, 0, 0);
  2583. }
  2584.  
  2585. 60% {
  2586. opacity: 1;
  2587. -webkit-transform: translate3d(25px, 0, 0);
  2588. -ms-transform: translate3d(25px, 0, 0);
  2589. transform: translate3d(25px, 0, 0);
  2590. }
  2591.  
  2592. 75% {
  2593. -webkit-transform: translate3d(-10px, 0, 0);
  2594. -ms-transform: translate3d(-10px, 0, 0);
  2595. transform: translate3d(-10px, 0, 0);
  2596. }
  2597.  
  2598. 90% {
  2599. -webkit-transform: translate3d(5px, 0, 0);
  2600. -ms-transform: translate3d(5px, 0, 0);
  2601. transform: translate3d(5px, 0, 0);
  2602. }
  2603.  
  2604. 100% {
  2605. -webkit-transform: none;
  2606. -ms-transform: none;
  2607. transform: none;
  2608. }
  2609. }
  2610.  
  2611. .bounceInLeft {
  2612. -webkit-animation-name: bounceInLeft;
  2613. animation-name: bounceInLeft;
  2614. }
  2615.  
  2616. @-webkit-keyframes bounceInRight {
  2617. 0%, 60%, 75%, 90%, 100% {
  2618. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2619. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2620. }
  2621.  
  2622. 0% {
  2623. opacity: 0;
  2624. -webkit-transform: translate3d(3000px, 0, 0);
  2625. transform: translate3d(3000px, 0, 0);
  2626. }
  2627.  
  2628. 60% {
  2629. opacity: 1;
  2630. -webkit-transform: translate3d(-25px, 0, 0);
  2631. transform: translate3d(-25px, 0, 0);
  2632. }
  2633.  
  2634. 75% {
  2635. -webkit-transform: translate3d(10px, 0, 0);
  2636. transform: translate3d(10px, 0, 0);
  2637. }
  2638.  
  2639. 90% {
  2640. -webkit-transform: translate3d(-5px, 0, 0);
  2641. transform: translate3d(-5px, 0, 0);
  2642. }
  2643.  
  2644. 100% {
  2645. -webkit-transform: none;
  2646. transform: none;
  2647. }
  2648. }
  2649.  
  2650. @keyframes bounceInRight {
  2651. 0%, 60%, 75%, 90%, 100% {
  2652. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2653. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2654. }
  2655.  
  2656. 0% {
  2657. opacity: 0;
  2658. -webkit-transform: translate3d(3000px, 0, 0);
  2659. -ms-transform: translate3d(3000px, 0, 0);
  2660. transform: translate3d(3000px, 0, 0);
  2661. }
  2662.  
  2663. 60% {
  2664. opacity: 1;
  2665. -webkit-transform: translate3d(-25px, 0, 0);
  2666. -ms-transform: translate3d(-25px, 0, 0);
  2667. transform: translate3d(-25px, 0, 0);
  2668. }
  2669.  
  2670. 75% {
  2671. -webkit-transform: translate3d(10px, 0, 0);
  2672. -ms-transform: translate3d(10px, 0, 0);
  2673. transform: translate3d(10px, 0, 0);
  2674. }
  2675.  
  2676. 90% {
  2677. -webkit-transform: translate3d(-5px, 0, 0);
  2678. -ms-transform: translate3d(-5px, 0, 0);
  2679. transform: translate3d(-5px, 0, 0);
  2680. }
  2681.  
  2682. 100% {
  2683. -webkit-transform: none;
  2684. -ms-transform: none;
  2685. transform: none;
  2686. }
  2687. }
  2688.  
  2689. .bounceInRight {
  2690. -webkit-animation-name: bounceInRight;
  2691. animation-name: bounceInRight;
  2692. }
  2693.  
  2694. @-webkit-keyframes bounceInUp {
  2695. 0%, 60%, 75%, 90%, 100% {
  2696. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2697. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2698. }
  2699.  
  2700. 0% {
  2701. opacity: 0;
  2702. -webkit-transform: translate3d(0, 3000px, 0);
  2703. transform: translate3d(0, 3000px, 0);
  2704. }
  2705.  
  2706. 60% {
  2707. opacity: 1;
  2708. -webkit-transform: translate3d(0, -20px, 0);
  2709. transform: translate3d(0, -20px, 0);
  2710. }
  2711.  
  2712. 75% {
  2713. -webkit-transform: translate3d(0, 10px, 0);
  2714. transform: translate3d(0, 10px, 0);
  2715. }
  2716.  
  2717. 90% {
  2718. -webkit-transform: translate3d(0, -5px, 0);
  2719. transform: translate3d(0, -5px, 0);
  2720. }
  2721.  
  2722. 100% {
  2723. -webkit-transform: translate3d(0, 0, 0);
  2724. transform: translate3d(0, 0, 0);
  2725. }
  2726. }
  2727.  
  2728. @keyframes bounceInUp {
  2729. 0%, 60%, 75%, 90%, 100% {
  2730. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2731. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  2732. }
  2733.  
  2734. 0% {
  2735. opacity: 0;
  2736. -webkit-transform: translate3d(0, 3000px, 0);
  2737. -ms-transform: translate3d(0, 3000px, 0);
  2738. transform: translate3d(0, 3000px, 0);
  2739. }
  2740.  
  2741. 60% {
  2742. opacity: 1;
  2743. -webkit-transform: translate3d(0, -20px, 0);
  2744. -ms-transform: translate3d(0, -20px, 0);
  2745. transform: translate3d(0, -20px, 0);
  2746. }
  2747.  
  2748. 75% {
  2749. -webkit-transform: translate3d(0, 10px, 0);
  2750. -ms-transform: translate3d(0, 10px, 0);
  2751. transform: translate3d(0, 10px, 0);
  2752. }
  2753.  
  2754. 90% {
  2755. -webkit-transform: translate3d(0, -5px, 0);
  2756. -ms-transform: translate3d(0, -5px, 0);
  2757. transform: translate3d(0, -5px, 0);
  2758. }
  2759.  
  2760. 100% {
  2761. -webkit-transform: translate3d(0, 0, 0);
  2762. -ms-transform: translate3d(0, 0, 0);
  2763. transform: translate3d(0, 0, 0);
  2764. }
  2765. }
  2766.  
  2767. .bounceInUp {
  2768. -webkit-animation-name: bounceInUp;
  2769. animation-name: bounceInUp;
  2770. }
  2771.  
  2772. @-webkit-keyframes bounceOut {
  2773. 20% {
  2774. -webkit-transform: scale3d(.9, .9, .9);
  2775. transform: scale3d(.9, .9, .9);
  2776. }
  2777.  
  2778. 50%, 55% {
  2779. opacity: 1;
  2780. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  2781. transform: scale3d(1.1, 1.1, 1.1);
  2782. }
  2783.  
  2784. 100% {
  2785. opacity: 0;
  2786. -webkit-transform: scale3d(.3, .3, .3);
  2787. transform: scale3d(.3, .3, .3);
  2788. }
  2789. }
  2790.  
  2791. @keyframes bounceOut {
  2792. 20% {
  2793. -webkit-transform: scale3d(.9, .9, .9);
  2794. -ms-transform: scale3d(.9, .9, .9);
  2795. transform: scale3d(.9, .9, .9);
  2796. }
  2797.  
  2798. 50%, 55% {
  2799. opacity: 1;
  2800. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  2801. -ms-transform: scale3d(1.1, 1.1, 1.1);
  2802. transform: scale3d(1.1, 1.1, 1.1);
  2803. }
  2804.  
  2805. 100% {
  2806. opacity: 0;
  2807. -webkit-transform: scale3d(.3, .3, .3);
  2808. -ms-transform: scale3d(.3, .3, .3);
  2809. transform: scale3d(.3, .3, .3);
  2810. }
  2811. }
  2812.  
  2813. .bounceOut {
  2814. -webkit-animation-name: bounceOut;
  2815. animation-name: bounceOut;
  2816. -webkit-animation-duration: .75s;
  2817. animation-duration: .75s;
  2818. }
  2819.  
  2820. @-webkit-keyframes bounceOutDown {
  2821. 20% {
  2822. -webkit-transform: translate3d(0, 10px, 0);
  2823. transform: translate3d(0, 10px, 0);
  2824. }
  2825.  
  2826. 40%, 45% {
  2827. opacity: 1;
  2828. -webkit-transform: translate3d(0, -20px, 0);
  2829. transform: translate3d(0, -20px, 0);
  2830. }
  2831.  
  2832. 100% {
  2833. opacity: 0;
  2834. -webkit-transform: translate3d(0, 2000px, 0);
  2835. transform: translate3d(0, 2000px, 0);
  2836. }
  2837. }
  2838.  
  2839. @keyframes bounceOutDown {
  2840. 20% {
  2841. -webkit-transform: translate3d(0, 10px, 0);
  2842. -ms-transform: translate3d(0, 10px, 0);
  2843. transform: translate3d(0, 10px, 0);
  2844. }
  2845.  
  2846. 40%, 45% {
  2847. opacity: 1;
  2848. -webkit-transform: translate3d(0, -20px, 0);
  2849. -ms-transform: translate3d(0, -20px, 0);
  2850. transform: translate3d(0, -20px, 0);
  2851. }
  2852.  
  2853. 100% {
  2854. opacity: 0;
  2855. -webkit-transform: translate3d(0, 2000px, 0);
  2856. -ms-transform: translate3d(0, 2000px, 0);
  2857. transform: translate3d(0, 2000px, 0);
  2858. }
  2859. }
  2860.  
  2861. .bounceOutDown {
  2862. -webkit-animation-name: bounceOutDown;
  2863. animation-name: bounceOutDown;
  2864. }
  2865.  
  2866. @-webkit-keyframes bounceOutLeft {
  2867. 20% {
  2868. opacity: 1;
  2869. -webkit-transform: translate3d(20px, 0, 0);
  2870. transform: translate3d(20px, 0, 0);
  2871. }
  2872.  
  2873. 100% {
  2874. opacity: 0;
  2875. -webkit-transform: translate3d(-2000px, 0, 0);
  2876. transform: translate3d(-2000px, 0, 0);
  2877. }
  2878. }
  2879.  
  2880. @keyframes bounceOutLeft {
  2881. 20% {
  2882. opacity: 1;
  2883. -webkit-transform: translate3d(20px, 0, 0);
  2884. -ms-transform: translate3d(20px, 0, 0);
  2885. transform: translate3d(20px, 0, 0);
  2886. }
  2887.  
  2888. 100% {
  2889. opacity: 0;
  2890. -webkit-transform: translate3d(-2000px, 0, 0);
  2891. -ms-transform: translate3d(-2000px, 0, 0);
  2892. transform: translate3d(-2000px, 0, 0);
  2893. }
  2894. }
  2895.  
  2896. .bounceOutLeft {
  2897. -webkit-animation-name: bounceOutLeft;
  2898. animation-name: bounceOutLeft;
  2899. }
  2900.  
  2901. @-webkit-keyframes bounceOutRight {
  2902. 20% {
  2903. opacity: 1;
  2904. -webkit-transform: translate3d(-20px, 0, 0);
  2905. transform: translate3d(-20px, 0, 0);
  2906. }
  2907.  
  2908. 100% {
  2909. opacity: 0;
  2910. -webkit-transform: translate3d(2000px, 0, 0);
  2911. transform: translate3d(2000px, 0, 0);
  2912. }
  2913. }
  2914.  
  2915. @keyframes bounceOutRight {
  2916. 20% {
  2917. opacity: 1;
  2918. -webkit-transform: translate3d(-20px, 0, 0);
  2919. -ms-transform: translate3d(-20px, 0, 0);
  2920. transform: translate3d(-20px, 0, 0);
  2921. }
  2922.  
  2923. 100% {
  2924. opacity: 0;
  2925. -webkit-transform: translate3d(2000px, 0, 0);
  2926. -ms-transform: translate3d(2000px, 0, 0);
  2927. transform: translate3d(2000px, 0, 0);
  2928. }
  2929. }
  2930.  
  2931. .bounceOutRight {
  2932. -webkit-animation-name: bounceOutRight;
  2933. animation-name: bounceOutRight;
  2934. }
  2935.  
  2936. @-webkit-keyframes bounceOutUp {
  2937. 20% {
  2938. -webkit-transform: translate3d(0, -10px, 0);
  2939. transform: translate3d(0, -10px, 0);
  2940. }
  2941.  
  2942. 40%, 45% {
  2943. opacity: 1;
  2944. -webkit-transform: translate3d(0, 20px, 0);
  2945. transform: translate3d(0, 20px, 0);
  2946. }
  2947.  
  2948. 100% {
  2949. opacity: 0;
  2950. -webkit-transform: translate3d(0, -2000px, 0);
  2951. transform: translate3d(0, -2000px, 0);
  2952. }
  2953. }
  2954.  
  2955. @keyframes bounceOutUp {
  2956. 20% {
  2957. -webkit-transform: translate3d(0, -10px, 0);
  2958. -ms-transform: translate3d(0, -10px, 0);
  2959. transform: translate3d(0, -10px, 0);
  2960. }
  2961.  
  2962. 40%, 45% {
  2963. opacity: 1;
  2964. -webkit-transform: translate3d(0, 20px, 0);
  2965. -ms-transform: translate3d(0, 20px, 0);
  2966. transform: translate3d(0, 20px, 0);
  2967. }
  2968.  
  2969. 100% {
  2970. opacity: 0;
  2971. -webkit-transform: translate3d(0, -2000px, 0);
  2972. -ms-transform: translate3d(0, -2000px, 0);
  2973. transform: translate3d(0, -2000px, 0);
  2974. }
  2975. }
  2976.  
  2977. .bounceOutUp {
  2978. -webkit-animation-name: bounceOutUp;
  2979. animation-name: bounceOutUp;
  2980. }
  2981.  
  2982. @-webkit-keyframes fadeIn {
  2983. 0% {
  2984. opacity: 0;
  2985. }
  2986.  
  2987. 100% {
  2988. opacity: 1;
  2989. }
  2990. }
  2991.  
  2992. @keyframes fadeIn {
  2993. 0% {
  2994. opacity: 0;
  2995. }
  2996.  
  2997. 100% {
  2998. opacity: 1;
  2999. }
  3000. }
  3001.  
  3002. .fadeIn {
  3003. -webkit-animation-name: fadeIn;
  3004. animation-name: fadeIn;
  3005. }
  3006.  
  3007. @-webkit-keyframes fadeInDown {
  3008. 0% {
  3009. opacity: 0;
  3010. -webkit-transform: translate3d(0, -100%, 0);
  3011. transform: translate3d(0, -100%, 0);
  3012. }
  3013.  
  3014. 100% {
  3015. opacity: 1;
  3016. -webkit-transform: none;
  3017. transform: none;
  3018. }
  3019. }
  3020.  
  3021. @keyframes fadeInDown {
  3022. 0% {
  3023. opacity: 0;
  3024. -webkit-transform: translate3d(0, -100%, 0);
  3025. -ms-transform: translate3d(0, -100%, 0);
  3026. transform: translate3d(0, -100%, 0);
  3027. }
  3028.  
  3029. 100% {
  3030. opacity: 1;
  3031. -webkit-transform: none;
  3032. -ms-transform: none;
  3033. transform: none;
  3034. }
  3035. }
  3036.  
  3037. .fadeInDown {
  3038. -webkit-animation-name: fadeInDown;
  3039. animation-name: fadeInDown;
  3040. }
  3041.  
  3042. @-webkit-keyframes fadeInDownBig {
  3043. 0% {
  3044. opacity: 0;
  3045. -webkit-transform: translate3d(0, -2000px, 0);
  3046. transform: translate3d(0, -2000px, 0);
  3047. }
  3048.  
  3049. 100% {
  3050. opacity: 1;
  3051. -webkit-transform: none;
  3052. transform: none;
  3053. }
  3054. }
  3055.  
  3056. @keyframes fadeInDownBig {
  3057. 0% {
  3058. opacity: 0;
  3059. -webkit-transform: translate3d(0, -2000px, 0);
  3060. -ms-transform: translate3d(0, -2000px, 0);
  3061. transform: translate3d(0, -2000px, 0);
  3062. }
  3063.  
  3064. 100% {
  3065. opacity: 1;
  3066. -webkit-transform: none;
  3067. -ms-transform: none;
  3068. transform: none;
  3069. }
  3070. }
  3071.  
  3072. .fadeInDownBig {
  3073. -webkit-animation-name: fadeInDownBig;
  3074. animation-name: fadeInDownBig;
  3075. }
  3076.  
  3077. @-webkit-keyframes fadeInLeft {
  3078. 0% {
  3079. opacity: 0;
  3080. -webkit-transform: translate3d(-100%, 0, 0);
  3081. transform: translate3d(-100%, 0, 0);
  3082. }
  3083.  
  3084. 100% {
  3085. opacity: 1;
  3086. -webkit-transform: none;
  3087. transform: none;
  3088. }
  3089. }
  3090.  
  3091. @keyframes fadeInLeft {
  3092. 0% {
  3093. opacity: 0;
  3094. -webkit-transform: translate3d(-100%, 0, 0);
  3095. -ms-transform: translate3d(-100%, 0, 0);
  3096. transform: translate3d(-100%, 0, 0);
  3097. }
  3098.  
  3099. 100% {
  3100. opacity: 1;
  3101. -webkit-transform: none;
  3102. -ms-transform: none;
  3103. transform: none;
  3104. }
  3105. }
  3106.  
  3107. .fadeInLeft {
  3108. -webkit-animation-name: fadeInLeft;
  3109. animation-name: fadeInLeft;
  3110. }
  3111.  
  3112. @-webkit-keyframes fadeInLeftBig {
  3113. 0% {
  3114. opacity: 0;
  3115. -webkit-transform: translate3d(-2000px, 0, 0);
  3116. transform: translate3d(-2000px, 0, 0);
  3117. }
  3118.  
  3119. 100% {
  3120. opacity: 1;
  3121. -webkit-transform: none;
  3122. transform: none;
  3123. }
  3124. }
  3125.  
  3126. @keyframes fadeInLeftBig {
  3127. 0% {
  3128. opacity: 0;
  3129. -webkit-transform: translate3d(-2000px, 0, 0);
  3130. -ms-transform: translate3d(-2000px, 0, 0);
  3131. transform: translate3d(-2000px, 0, 0);
  3132. }
  3133.  
  3134. 100% {
  3135. opacity: 1;
  3136. -webkit-transform: none;
  3137. -ms-transform: none;
  3138. transform: none;
  3139. }
  3140. }
  3141.  
  3142. .fadeInLeftBig {
  3143. -webkit-animation-name: fadeInLeftBig;
  3144. animation-name: fadeInLeftBig;
  3145. }
  3146.  
  3147. @-webkit-keyframes fadeInRight {
  3148. 0% {
  3149. opacity: 0;
  3150. -webkit-transform: translate3d(100%, 0, 0);
  3151. transform: translate3d(100%, 0, 0);
  3152. }
  3153.  
  3154. 100% {
  3155. opacity: 1;
  3156. -webkit-transform: none;
  3157. transform: none;
  3158. }
  3159. }
  3160.  
  3161. @keyframes fadeInRight {
  3162. 0% {
  3163. opacity: 0;
  3164. -webkit-transform: translate3d(100%, 0, 0);
  3165. -ms-transform: translate3d(100%, 0, 0);
  3166. transform: translate3d(100%, 0, 0);
  3167. }
  3168.  
  3169. 100% {
  3170. opacity: 1;
  3171. -webkit-transform: none;
  3172. -ms-transform: none;
  3173. transform: none;
  3174. }
  3175. }
  3176.  
  3177. .fadeInRight {
  3178. -webkit-animation-name: fadeInRight;
  3179. animation-name: fadeInRight;
  3180. }
  3181.  
  3182. @-webkit-keyframes fadeInRightBig {
  3183. 0% {
  3184. opacity: 0;
  3185. -webkit-transform: translate3d(2000px, 0, 0);
  3186. transform: translate3d(2000px, 0, 0);
  3187. }
  3188.  
  3189. 100% {
  3190. opacity: 1;
  3191. -webkit-transform: none;
  3192. transform: none;
  3193. }
  3194. }
  3195.  
  3196. @keyframes fadeInRightBig {
  3197. 0% {
  3198. opacity: 0;
  3199. -webkit-transform: translate3d(2000px, 0, 0);
  3200. -ms-transform: translate3d(2000px, 0, 0);
  3201. transform: translate3d(2000px, 0, 0);
  3202. }
  3203.  
  3204. 100% {
  3205. opacity: 1;
  3206. -webkit-transform: none;
  3207. -ms-transform: none;
  3208. transform: none;
  3209. }
  3210. }
  3211.  
  3212. .fadeInRightBig {
  3213. -webkit-animation-name: fadeInRightBig;
  3214. animation-name: fadeInRightBig;
  3215. }
  3216.  
  3217. @-webkit-keyframes fadeInUp {
  3218. 0% {
  3219. opacity: 0;
  3220. -webkit-transform: translate3d(0, 100%, 0);
  3221. transform: translate3d(0, 100%, 0);
  3222. }
  3223.  
  3224. 100% {
  3225. opacity: 1;
  3226. -webkit-transform: none;
  3227. transform: none;
  3228. }
  3229. }
  3230.  
  3231. @keyframes fadeInUp {
  3232. 0% {
  3233. opacity: 0;
  3234. -webkit-transform: translate3d(0, 100%, 0);
  3235. -ms-transform: translate3d(0, 100%, 0);
  3236. transform: translate3d(0, 100%, 0);
  3237. }
  3238.  
  3239. 100% {
  3240. opacity: 1;
  3241. -webkit-transform: none;
  3242. -ms-transform: none;
  3243. transform: none;
  3244. }
  3245. }
  3246.  
  3247. .fadeInUp {
  3248. -webkit-animation-name: fadeInUp;
  3249. animation-name: fadeInUp;
  3250. }
  3251.  
  3252. @-webkit-keyframes fadeInUpBig {
  3253. 0% {
  3254. opacity: 0;
  3255. -webkit-transform: translate3d(0, 2000px, 0);
  3256. transform: translate3d(0, 2000px, 0);
  3257. }
  3258.  
  3259. 100% {
  3260. opacity: 1;
  3261. -webkit-transform: none;
  3262. transform: none;
  3263. }
  3264. }
  3265.  
  3266. @keyframes fadeInUpBig {
  3267. 0% {
  3268. opacity: 0;
  3269. -webkit-transform: translate3d(0, 2000px, 0);
  3270. -ms-transform: translate3d(0, 2000px, 0);
  3271. transform: translate3d(0, 2000px, 0);
  3272. }
  3273.  
  3274. 100% {
  3275. opacity: 1;
  3276. -webkit-transform: none;
  3277. -ms-transform: none;
  3278. transform: none;
  3279. }
  3280. }
  3281.  
  3282. .fadeInUpBig {
  3283. -webkit-animation-name: fadeInUpBig;
  3284. animation-name: fadeInUpBig;
  3285. }
  3286.  
  3287. @-webkit-keyframes fadeOut {
  3288. 0% {
  3289. opacity: 1;
  3290. }
  3291.  
  3292. 100% {
  3293. opacity: 0;
  3294. }
  3295. }
  3296.  
  3297. @keyframes fadeOut {
  3298. 0% {
  3299. opacity: 1;
  3300. }
  3301.  
  3302. 100% {
  3303. opacity: 0;
  3304. }
  3305. }
  3306.  
  3307. .fadeOut {
  3308. -webkit-animation-name: fadeOut;
  3309. animation-name: fadeOut;
  3310. }
  3311.  
  3312. @-webkit-keyframes fadeOutDown {
  3313. 0% {
  3314. opacity: 1;
  3315. }
  3316.  
  3317. 100% {
  3318. opacity: 0;
  3319. -webkit-transform: translate3d(0, 100%, 0);
  3320. transform: translate3d(0, 100%, 0);
  3321. }
  3322. }
  3323.  
  3324. @keyframes fadeOutDown {
  3325. 0% {
  3326. opacity: 1;
  3327. }
  3328.  
  3329. 100% {
  3330. opacity: 0;
  3331. -webkit-transform: translate3d(0, 100%, 0);
  3332. -ms-transform: translate3d(0, 100%, 0);
  3333. transform: translate3d(0, 100%, 0);
  3334. }
  3335. }
  3336.  
  3337. .fadeOutDown {
  3338. -webkit-animation-name: fadeOutDown;
  3339. animation-name: fadeOutDown;
  3340. }
  3341.  
  3342. @-webkit-keyframes fadeOutDownBig {
  3343. 0% {
  3344. opacity: 1;
  3345. }
  3346.  
  3347. 100% {
  3348. opacity: 0;
  3349. -webkit-transform: translate3d(0, 2000px, 0);
  3350. transform: translate3d(0, 2000px, 0);
  3351. }
  3352. }
  3353.  
  3354. @keyframes fadeOutDownBig {
  3355. 0% {
  3356. opacity: 1;
  3357. }
  3358.  
  3359. 100% {
  3360. opacity: 0;
  3361. -webkit-transform: translate3d(0, 2000px, 0);
  3362. -ms-transform: translate3d(0, 2000px, 0);
  3363. transform: translate3d(0, 2000px, 0);
  3364. }
  3365. }
  3366.  
  3367. .fadeOutDownBig {
  3368. -webkit-animation-name: fadeOutDownBig;
  3369. animation-name: fadeOutDownBig;
  3370. }
  3371.  
  3372. @-webkit-keyframes fadeOutLeft {
  3373. 0% {
  3374. opacity: 1;
  3375. }
  3376.  
  3377. 100% {
  3378. opacity: 0;
  3379. -webkit-transform: translate3d(-100%, 0, 0);
  3380. transform: translate3d(-100%, 0, 0);
  3381. }
  3382. }
  3383.  
  3384. @keyframes fadeOutLeft {
  3385. 0% {
  3386. opacity: 1;
  3387. }
  3388.  
  3389. 100% {
  3390. opacity: 0;
  3391. -webkit-transform: translate3d(-100%, 0, 0);
  3392. -ms-transform: translate3d(-100%, 0, 0);
  3393. transform: translate3d(-100%, 0, 0);
  3394. }
  3395. }
  3396.  
  3397. .fadeOutLeft {
  3398. -webkit-animation-name: fadeOutLeft;
  3399. animation-name: fadeOutLeft;
  3400. }
  3401.  
  3402. @-webkit-keyframes fadeOutLeftBig {
  3403. 0% {
  3404. opacity: 1;
  3405. }
  3406.  
  3407. 100% {
  3408. opacity: 0;
  3409. -webkit-transform: translate3d(-2000px, 0, 0);
  3410. transform: translate3d(-2000px, 0, 0);
  3411. }
  3412. }
  3413.  
  3414. @keyframes fadeOutLeftBig {
  3415. 0% {
  3416. opacity: 1;
  3417. }
  3418.  
  3419. 100% {
  3420. opacity: 0;
  3421. -webkit-transform: translate3d(-2000px, 0, 0);
  3422. -ms-transform: translate3d(-2000px, 0, 0);
  3423. transform: translate3d(-2000px, 0, 0);
  3424. }
  3425. }
  3426.  
  3427. .fadeOutLeftBig {
  3428. -webkit-animation-name: fadeOutLeftBig;
  3429. animation-name: fadeOutLeftBig;
  3430. }
  3431.  
  3432. @-webkit-keyframes fadeOutRight {
  3433. 0% {
  3434. opacity: 1;
  3435. }
  3436.  
  3437. 100% {
  3438. opacity: 0;
  3439. -webkit-transform: translate3d(100%, 0, 0);
  3440. transform: translate3d(100%, 0, 0);
  3441. }
  3442. }
  3443.  
  3444. @keyframes fadeOutRight {
  3445. 0% {
  3446. opacity: 1;
  3447. }
  3448.  
  3449. 100% {
  3450. opacity: 0;
  3451. -webkit-transform: translate3d(100%, 0, 0);
  3452. -ms-transform: translate3d(100%, 0, 0);
  3453. transform: translate3d(100%, 0, 0);
  3454. }
  3455. }
  3456.  
  3457. .fadeOutRight {
  3458. -webkit-animation-name: fadeOutRight;
  3459. animation-name: fadeOutRight;
  3460. }
  3461.  
  3462. @-webkit-keyframes fadeOutRightBig {
  3463. 0% {
  3464. opacity: 1;
  3465. }
  3466.  
  3467. 100% {
  3468. opacity: 0;
  3469. -webkit-transform: translate3d(2000px, 0, 0);
  3470. transform: translate3d(2000px, 0, 0);
  3471. }
  3472. }
  3473.  
  3474. @keyframes fadeOutRightBig {
  3475. 0% {
  3476. opacity: 1;
  3477. }
  3478.  
  3479. 100% {
  3480. opacity: 0;
  3481. -webkit-transform: translate3d(2000px, 0, 0);
  3482. -ms-transform: translate3d(2000px, 0, 0);
  3483. transform: translate3d(2000px, 0, 0);
  3484. }
  3485. }
  3486.  
  3487. .fadeOutRightBig {
  3488. -webkit-animation-name: fadeOutRightBig;
  3489. animation-name: fadeOutRightBig;
  3490. }
  3491.  
  3492. @-webkit-keyframes fadeOutUp {
  3493. 0% {
  3494. opacity: 1;
  3495. }
  3496.  
  3497. 100% {
  3498. opacity: 0;
  3499. -webkit-transform: translate3d(0, -100%, 0);
  3500. transform: translate3d(0, -100%, 0);
  3501. }
  3502. }
  3503.  
  3504. @keyframes fadeOutUp {
  3505. 0% {
  3506. opacity: 1;
  3507. }
  3508.  
  3509. 100% {
  3510. opacity: 0;
  3511. -webkit-transform: translate3d(0, -100%, 0);
  3512. -ms-transform: translate3d(0, -100%, 0);
  3513. transform: translate3d(0, -100%, 0);
  3514. }
  3515. }
  3516.  
  3517. .fadeOutUp {
  3518. -webkit-animation-name: fadeOutUp;
  3519. animation-name: fadeOutUp;
  3520. }
  3521.  
  3522. @-webkit-keyframes fadeOutUpBig {
  3523. 0% {
  3524. opacity: 1;
  3525. }
  3526.  
  3527. 100% {
  3528. opacity: 0;
  3529. -webkit-transform: translate3d(0, -2000px, 0);
  3530. transform: translate3d(0, -2000px, 0);
  3531. }
  3532. }
  3533.  
  3534. @keyframes fadeOutUpBig {
  3535. 0% {
  3536. opacity: 1;
  3537. }
  3538.  
  3539. 100% {
  3540. opacity: 0;
  3541. -webkit-transform: translate3d(0, -2000px, 0);
  3542. -ms-transform: translate3d(0, -2000px, 0);
  3543. transform: translate3d(0, -2000px, 0);
  3544. }
  3545. }
  3546.  
  3547. .fadeOutUpBig {
  3548. -webkit-animation-name: fadeOutUpBig;
  3549. animation-name: fadeOutUpBig;
  3550. }
  3551.  
  3552. @-webkit-keyframes flip {
  3553. 0% {
  3554. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  3555. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  3556. -webkit-animation-timing-function: ease-out;
  3557. animation-timing-function: ease-out;
  3558. }
  3559.  
  3560. 40% {
  3561. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  3562. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  3563. -webkit-animation-timing-function: ease-out;
  3564. animation-timing-function: ease-out;
  3565. }
  3566.  
  3567. 50% {
  3568. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  3569. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  3570. -webkit-animation-timing-function: ease-in;
  3571. animation-timing-function: ease-in;
  3572. }
  3573.  
  3574. 80% {
  3575. -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  3576. transform: perspective(400px) scale3d(.95, .95, .95);
  3577. -webkit-animation-timing-function: ease-in;
  3578. animation-timing-function: ease-in;
  3579. }
  3580.  
  3581. 100% {
  3582. -webkit-transform: perspective(400px);
  3583. transform: perspective(400px);
  3584. -webkit-animation-timing-function: ease-in;
  3585. animation-timing-function: ease-in;
  3586. }
  3587. }
  3588.  
  3589. @keyframes flip {
  3590. 0% {
  3591. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  3592. -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  3593. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  3594. -webkit-animation-timing-function: ease-out;
  3595. animation-timing-function: ease-out;
  3596. }
  3597.  
  3598. 40% {
  3599. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  3600. -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  3601. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  3602. -webkit-animation-timing-function: ease-out;
  3603. animation-timing-function: ease-out;
  3604. }
  3605.  
  3606. 50% {
  3607. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  3608. -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  3609. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  3610. -webkit-animation-timing-function: ease-in;
  3611. animation-timing-function: ease-in;
  3612. }
  3613.  
  3614. 80% {
  3615. -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  3616. -ms-transform: perspective(400px) scale3d(.95, .95, .95);
  3617. transform: perspective(400px) scale3d(.95, .95, .95);
  3618. -webkit-animation-timing-function: ease-in;
  3619. animation-timing-function: ease-in;
  3620. }
  3621.  
  3622. 100% {
  3623. -webkit-transform: perspective(400px);
  3624. -ms-transform: perspective(400px);
  3625. transform: perspective(400px);
  3626. -webkit-animation-timing-function: ease-in;
  3627. animation-timing-function: ease-in;
  3628. }
  3629. }
  3630.  
  3631. .animated.flip {
  3632. -webkit-backface-visibility: visible;
  3633. -ms-backface-visibility: visible;
  3634. backface-visibility: visible;
  3635. -webkit-animation-name: flip;
  3636. animation-name: flip;
  3637. }
  3638.  
  3639. @-webkit-keyframes flipInX {
  3640. 0% {
  3641. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3642. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3643. -webkit-transition-timing-function: ease-in;
  3644. transition-timing-function: ease-in;
  3645. opacity: 0;
  3646. }
  3647.  
  3648. 40% {
  3649. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3650. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3651. -webkit-transition-timing-function: ease-in;
  3652. transition-timing-function: ease-in;
  3653. }
  3654.  
  3655. 60% {
  3656. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  3657. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  3658. opacity: 1;
  3659. }
  3660.  
  3661. 80% {
  3662. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  3663. transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  3664. }
  3665.  
  3666. 100% {
  3667. -webkit-transform: perspective(400px);
  3668. transform: perspective(400px);
  3669. }
  3670. }
  3671.  
  3672. @keyframes flipInX {
  3673. 0% {
  3674. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3675. -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3676. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3677. -webkit-transition-timing-function: ease-in;
  3678. transition-timing-function: ease-in;
  3679. opacity: 0;
  3680. }
  3681.  
  3682. 40% {
  3683. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3684. -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3685. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3686. -webkit-transition-timing-function: ease-in;
  3687. transition-timing-function: ease-in;
  3688. }
  3689.  
  3690. 60% {
  3691. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  3692. -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  3693. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  3694. opacity: 1;
  3695. }
  3696.  
  3697. 80% {
  3698. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  3699. -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  3700. transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  3701. }
  3702.  
  3703. 100% {
  3704. -webkit-transform: perspective(400px);
  3705. -ms-transform: perspective(400px);
  3706. transform: perspective(400px);
  3707. }
  3708. }
  3709.  
  3710. .flipInX {
  3711. -webkit-backface-visibility: visible !important;
  3712. -ms-backface-visibility: visible !important;
  3713. backface-visibility: visible !important;
  3714. -webkit-animation-name: flipInX;
  3715. animation-name: flipInX;
  3716. }
  3717.  
  3718. @-webkit-keyframes flipInY {
  3719. 0% {
  3720. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3721. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3722. -webkit-transition-timing-function: ease-in;
  3723. transition-timing-function: ease-in;
  3724. opacity: 0;
  3725. }
  3726.  
  3727. 40% {
  3728. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  3729. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  3730. -webkit-transition-timing-function: ease-in;
  3731. transition-timing-function: ease-in;
  3732. }
  3733.  
  3734. 60% {
  3735. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  3736. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  3737. opacity: 1;
  3738. }
  3739.  
  3740. 80% {
  3741. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  3742. transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  3743. }
  3744.  
  3745. 100% {
  3746. -webkit-transform: perspective(400px);
  3747. transform: perspective(400px);
  3748. }
  3749. }
  3750.  
  3751. @keyframes flipInY {
  3752. 0% {
  3753. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3754. -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3755. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3756. -webkit-transition-timing-function: ease-in;
  3757. transition-timing-function: ease-in;
  3758. opacity: 0;
  3759. }
  3760.  
  3761. 40% {
  3762. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  3763. -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  3764. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  3765. -webkit-transition-timing-function: ease-in;
  3766. transition-timing-function: ease-in;
  3767. }
  3768.  
  3769. 60% {
  3770. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  3771. -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  3772. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  3773. opacity: 1;
  3774. }
  3775.  
  3776. 80% {
  3777. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  3778. -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  3779. transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  3780. }
  3781.  
  3782. 100% {
  3783. -webkit-transform: perspective(400px);
  3784. -ms-transform: perspective(400px);
  3785. transform: perspective(400px);
  3786. }
  3787. }
  3788.  
  3789. .flipInY {
  3790. -webkit-backface-visibility: visible !important;
  3791. -ms-backface-visibility: visible !important;
  3792. backface-visibility: visible !important;
  3793. -webkit-animation-name: flipInY;
  3794. animation-name: flipInY;
  3795. }
  3796.  
  3797. @-webkit-keyframes flipOutX {
  3798. 0% {
  3799. -webkit-transform: perspective(400px);
  3800. transform: perspective(400px);
  3801. }
  3802.  
  3803. 30% {
  3804. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3805. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3806. opacity: 1;
  3807. }
  3808.  
  3809. 100% {
  3810. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3811. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3812. opacity: 0;
  3813. }
  3814. }
  3815.  
  3816. @keyframes flipOutX {
  3817. 0% {
  3818. -webkit-transform: perspective(400px);
  3819. -ms-transform: perspective(400px);
  3820. transform: perspective(400px);
  3821. }
  3822.  
  3823. 30% {
  3824. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3825. -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3826. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  3827. opacity: 1;
  3828. }
  3829.  
  3830. 100% {
  3831. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3832. -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3833. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  3834. opacity: 0;
  3835. }
  3836. }
  3837.  
  3838. .flipOutX {
  3839. -webkit-animation-name: flipOutX;
  3840. animation-name: flipOutX;
  3841. -webkit-animation-duration: .75s;
  3842. animation-duration: .75s;
  3843. -webkit-backface-visibility: visible !important;
  3844. -ms-backface-visibility: visible !important;
  3845. backface-visibility: visible !important;
  3846. }
  3847.  
  3848. @-webkit-keyframes flipOutY {
  3849. 0% {
  3850. -webkit-transform: perspective(400px);
  3851. transform: perspective(400px);
  3852. }
  3853.  
  3854. 30% {
  3855. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  3856. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  3857. opacity: 1;
  3858. }
  3859.  
  3860. 100% {
  3861. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3862. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3863. opacity: 0;
  3864. }
  3865. }
  3866.  
  3867. @keyframes flipOutY {
  3868. 0% {
  3869. -webkit-transform: perspective(400px);
  3870. -ms-transform: perspective(400px);
  3871. transform: perspective(400px);
  3872. }
  3873.  
  3874. 30% {
  3875. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  3876. -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  3877. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  3878. opacity: 1;
  3879. }
  3880.  
  3881. 100% {
  3882. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3883. -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3884. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  3885. opacity: 0;
  3886. }
  3887. }
  3888.  
  3889. .flipOutY {
  3890. -webkit-backface-visibility: visible !important;
  3891. -ms-backface-visibility: visible !important;
  3892. backface-visibility: visible !important;
  3893. -webkit-animation-name: flipOutY;
  3894. animation-name: flipOutY;
  3895. -webkit-animation-duration: .75s;
  3896. animation-duration: .75s;
  3897. }
  3898.  
  3899. @-webkit-keyframes lightSpeedIn {
  3900. 0% {
  3901. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  3902. transform: translate3d(100%, 0, 0) skewX(-30deg);
  3903. opacity: 0;
  3904. }
  3905.  
  3906. 60% {
  3907. -webkit-transform: skewX(20deg);
  3908. transform: skewX(20deg);
  3909. opacity: 1;
  3910. }
  3911.  
  3912. 80% {
  3913. -webkit-transform: skewX(-5deg);
  3914. transform: skewX(-5deg);
  3915. opacity: 1;
  3916. }
  3917.  
  3918. 100% {
  3919. -webkit-transform: none;
  3920. transform: none;
  3921. opacity: 1;
  3922. }
  3923. }
  3924.  
  3925. @keyframes lightSpeedIn {
  3926. 0% {
  3927. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  3928. -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
  3929. transform: translate3d(100%, 0, 0) skewX(-30deg);
  3930. opacity: 0;
  3931. }
  3932.  
  3933. 60% {
  3934. -webkit-transform: skewX(20deg);
  3935. -ms-transform: skewX(20deg);
  3936. transform: skewX(20deg);
  3937. opacity: 1;
  3938. }
  3939.  
  3940. 80% {
  3941. -webkit-transform: skewX(-5deg);
  3942. -ms-transform: skewX(-5deg);
  3943. transform: skewX(-5deg);
  3944. opacity: 1;
  3945. }
  3946.  
  3947. 100% {
  3948. -webkit-transform: none;
  3949. -ms-transform: none;
  3950. transform: none;
  3951. opacity: 1;
  3952. }
  3953. }
  3954.  
  3955. .lightSpeedIn {
  3956. -webkit-animation-name: lightSpeedIn;
  3957. animation-name: lightSpeedIn;
  3958. -webkit-animation-timing-function: ease-out;
  3959. animation-timing-function: ease-out;
  3960. }
  3961.  
  3962. @-webkit-keyframes lightSpeedOut {
  3963. 0% {
  3964. opacity: 1;
  3965. }
  3966.  
  3967. 100% {
  3968. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  3969. transform: translate3d(100%, 0, 0) skewX(30deg);
  3970. opacity: 0;
  3971. }
  3972. }
  3973.  
  3974. @keyframes lightSpeedOut {
  3975. 0% {
  3976. opacity: 1;
  3977. }
  3978.  
  3979. 100% {
  3980. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  3981. -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
  3982. transform: translate3d(100%, 0, 0) skewX(30deg);
  3983. opacity: 0;
  3984. }
  3985. }
  3986.  
  3987. .lightSpeedOut {
  3988. -webkit-animation-name: lightSpeedOut;
  3989. animation-name: lightSpeedOut;
  3990. -webkit-animation-timing-function: ease-in;
  3991. animation-timing-function: ease-in;
  3992. }
  3993.  
  3994. @-webkit-keyframes rotateIn {
  3995. 0% {
  3996. -webkit-transform-origin: center;
  3997. transform-origin: center;
  3998. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  3999. transform: rotate3d(0, 0, 1, -200deg);
  4000. opacity: 0;
  4001. }
  4002.  
  4003. 100% {
  4004. -webkit-transform-origin: center;
  4005. transform-origin: center;
  4006. -webkit-transform: none;
  4007. transform: none;
  4008. opacity: 1;
  4009. }
  4010. }
  4011.  
  4012. @keyframes rotateIn {
  4013. 0% {
  4014. -webkit-transform-origin: center;
  4015. -ms-transform-origin: center;
  4016. transform-origin: center;
  4017. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  4018. -ms-transform: rotate3d(0, 0, 1, -200deg);
  4019. transform: rotate3d(0, 0, 1, -200deg);
  4020. opacity: 0;
  4021. }
  4022.  
  4023. 100% {
  4024. -webkit-transform-origin: center;
  4025. -ms-transform-origin: center;
  4026. transform-origin: center;
  4027. -webkit-transform: none;
  4028. -ms-transform: none;
  4029. transform: none;
  4030. opacity: 1;
  4031. }
  4032. }
  4033.  
  4034. .rotateIn {
  4035. -webkit-animation-name: rotateIn;
  4036. animation-name: rotateIn;
  4037. }
  4038.  
  4039. @-webkit-keyframes rotateInDownLeft {
  4040. 0% {
  4041. -webkit-transform-origin: left bottom;
  4042. transform-origin: left bottom;
  4043. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  4044. transform: rotate3d(0, 0, 1, -45deg);
  4045. opacity: 0;
  4046. }
  4047.  
  4048. 100% {
  4049. -webkit-transform-origin: left bottom;
  4050. transform-origin: left bottom;
  4051. -webkit-transform: none;
  4052. transform: none;
  4053. opacity: 1;
  4054. }
  4055. }
  4056.  
  4057. @keyframes rotateInDownLeft {
  4058. 0% {
  4059. -webkit-transform-origin: left bottom;
  4060. -ms-transform-origin: left bottom;
  4061. transform-origin: left bottom;
  4062. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  4063. -ms-transform: rotate3d(0, 0, 1, -45deg);
  4064. transform: rotate3d(0, 0, 1, -45deg);
  4065. opacity: 0;
  4066. }
  4067.  
  4068. 100% {
  4069. -webkit-transform-origin: left bottom;
  4070. -ms-transform-origin: left bottom;
  4071. transform-origin: left bottom;
  4072. -webkit-transform: none;
  4073. -ms-transform: none;
  4074. transform: none;
  4075. opacity: 1;
  4076. }
  4077. }
  4078.  
  4079. .rotateInDownLeft {
  4080. -webkit-animation-name: rotateInDownLeft;
  4081. animation-name: rotateInDownLeft;
  4082. }
  4083.  
  4084. @-webkit-keyframes rotateInDownRight {
  4085. 0% {
  4086. -webkit-transform-origin: right bottom;
  4087. transform-origin: right bottom;
  4088. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  4089. transform: rotate3d(0, 0, 1, 45deg);
  4090. opacity: 0;
  4091. }
  4092.  
  4093. 100% {
  4094. -webkit-transform-origin: right bottom;
  4095. transform-origin: right bottom;
  4096. -webkit-transform: none;
  4097. transform: none;
  4098. opacity: 1;
  4099. }
  4100. }
  4101.  
  4102. @keyframes rotateInDownRight {
  4103. 0% {
  4104. -webkit-transform-origin: right bottom;
  4105. -ms-transform-origin: right bottom;
  4106. transform-origin: right bottom;
  4107. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  4108. -ms-transform: rotate3d(0, 0, 1, 45deg);
  4109. transform: rotate3d(0, 0, 1, 45deg);
  4110. opacity: 0;
  4111. }
  4112.  
  4113. 100% {
  4114. -webkit-transform-origin: right bottom;
  4115. -ms-transform-origin: right bottom;
  4116. transform-origin: right bottom;
  4117. -webkit-transform: none;
  4118. -ms-transform: none;
  4119. transform: none;
  4120. opacity: 1;
  4121. }
  4122. }
  4123.  
  4124. .rotateInDownRight {
  4125. -webkit-animation-name: rotateInDownRight;
  4126. animation-name: rotateInDownRight;
  4127. }
  4128.  
  4129. @-webkit-keyframes rotateInUpLeft {
  4130. 0% {
  4131. -webkit-transform-origin: left bottom;
  4132. transform-origin: left bottom;
  4133. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  4134. transform: rotate3d(0, 0, 1, 45deg);
  4135. opacity: 0;
  4136. }
  4137.  
  4138. 100% {
  4139. -webkit-transform-origin: left bottom;
  4140. transform-origin: left bottom;
  4141. -webkit-transform: none;
  4142. transform: none;
  4143. opacity: 1;
  4144. }
  4145. }
  4146.  
  4147. @keyframes rotateInUpLeft {
  4148. 0% {
  4149. -webkit-transform-origin: left bottom;
  4150. -ms-transform-origin: left bottom;
  4151. transform-origin: left bottom;
  4152. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  4153. -ms-transform: rotate3d(0, 0, 1, 45deg);
  4154. transform: rotate3d(0, 0, 1, 45deg);
  4155. opacity: 0;
  4156. }
  4157.  
  4158. 100% {
  4159. -webkit-transform-origin: left bottom;
  4160. -ms-transform-origin: left bottom;
  4161. transform-origin: left bottom;
  4162. -webkit-transform: none;
  4163. -ms-transform: none;
  4164. transform: none;
  4165. opacity: 1;
  4166. }
  4167. }
  4168.  
  4169. .rotateInUpLeft {
  4170. -webkit-animation-name: rotateInUpLeft;
  4171. animation-name: rotateInUpLeft;
  4172. }
  4173.  
  4174. @-webkit-keyframes rotateInUpRight {
  4175. 0% {
  4176. -webkit-transform-origin: right bottom;
  4177. transform-origin: right bottom;
  4178. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  4179. transform: rotate3d(0, 0, 1, -90deg);
  4180. opacity: 0;
  4181. }
  4182.  
  4183. 100% {
  4184. -webkit-transform-origin: right bottom;
  4185. transform-origin: right bottom;
  4186. -webkit-transform: none;
  4187. transform: none;
  4188. opacity: 1;
  4189. }
  4190. }
  4191.  
  4192. @keyframes rotateInUpRight {
  4193. 0% {
  4194. -webkit-transform-origin: right bottom;
  4195. -ms-transform-origin: right bottom;
  4196. transform-origin: right bottom;
  4197. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  4198. -ms-transform: rotate3d(0, 0, 1, -90deg);
  4199. transform: rotate3d(0, 0, 1, -90deg);
  4200. opacity: 0;
  4201. }
  4202.  
  4203. 100% {
  4204. -webkit-transform-origin: right bottom;
  4205. -ms-transform-origin: right bottom;
  4206. transform-origin: right bottom;
  4207. -webkit-transform: none;
  4208. -ms-transform: none;
  4209. transform: none;
  4210. opacity: 1;
  4211. }
  4212. }
  4213.  
  4214. .rotateInUpRight {
  4215. -webkit-animation-name: rotateInUpRight;
  4216. animation-name: rotateInUpRight;
  4217. }
  4218.  
  4219. @-webkit-keyframes rotateOut {
  4220. 0% {
  4221. -webkit-transform-origin: center;
  4222. transform-origin: center;
  4223. opacity: 1;
  4224. }
  4225.  
  4226. 100% {
  4227. -webkit-transform-origin: center;
  4228. transform-origin: center;
  4229. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  4230. transform: rotate3d(0, 0, 1, 200deg);
  4231. opacity: 0;
  4232. }
  4233. }
  4234.  
  4235. @keyframes rotateOut {
  4236. 0% {
  4237. -webkit-transform-origin: center;
  4238. -ms-transform-origin: center;
  4239. transform-origin: center;
  4240. opacity: 1;
  4241. }
  4242.  
  4243. 100% {
  4244. -webkit-transform-origin: center;
  4245. -ms-transform-origin: center;
  4246. transform-origin: center;
  4247. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  4248. -ms-transform: rotate3d(0, 0, 1, 200deg);
  4249. transform: rotate3d(0, 0, 1, 200deg);
  4250. opacity: 0;
  4251. }
  4252. }
  4253.  
  4254. .rotateOut {
  4255. -webkit-animation-name: rotateOut;
  4256. animation-name: rotateOut;
  4257. }
  4258.  
  4259. @-webkit-keyframes rotateOutDownLeft {
  4260. 0% {
  4261. -webkit-transform-origin: left bottom;
  4262. transform-origin: left bottom;
  4263. opacity: 1;
  4264. }
  4265.  
  4266. 100% {
  4267. -webkit-transform-origin: left bottom;
  4268. transform-origin: left bottom;
  4269. -webkit-transform: rotate(0, 0, 1, 45deg);
  4270. transform: rotate(0, 0, 1, 45deg);
  4271. opacity: 0;
  4272. }
  4273. }
  4274.  
  4275. @keyframes rotateOutDownLeft {
  4276. 0% {
  4277. -webkit-transform-origin: left bottom;
  4278. -ms-transform-origin: left bottom;
  4279. transform-origin: left bottom;
  4280. opacity: 1;
  4281. }
  4282.  
  4283. 100% {
  4284. -webkit-transform-origin: left bottom;
  4285. -ms-transform-origin: left bottom;
  4286. transform-origin: left bottom;
  4287. -webkit-transform: rotate(0, 0, 1, 45deg);
  4288. -ms-transform: rotate(0, 0, 1, 45deg);
  4289. transform: rotate(0, 0, 1, 45deg);
  4290. opacity: 0;
  4291. }
  4292. }
  4293.  
  4294. .rotateOutDownLeft {
  4295. -webkit-animation-name: rotateOutDownLeft;
  4296. animation-name: rotateOutDownLeft;
  4297. }
  4298.  
  4299. @-webkit-keyframes rotateOutDownRight {
  4300. 0% {
  4301. -webkit-transform-origin: right bottom;
  4302. transform-origin: right bottom;
  4303. opacity: 1;
  4304. }
  4305.  
  4306. 100% {
  4307. -webkit-transform-origin: right bottom;
  4308. transform-origin: right bottom;
  4309. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  4310. transform: rotate3d(0, 0, 1, -45deg);
  4311. opacity: 0;
  4312. }
  4313. }
  4314.  
  4315. @keyframes rotateOutDownRight {
  4316. 0% {
  4317. -webkit-transform-origin: right bottom;
  4318. -ms-transform-origin: right bottom;
  4319. transform-origin: right bottom;
  4320. opacity: 1;
  4321. }
  4322.  
  4323. 100% {
  4324. -webkit-transform-origin: right bottom;
  4325. -ms-transform-origin: right bottom;
  4326. transform-origin: right bottom;
  4327. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  4328. -ms-transform: rotate3d(0, 0, 1, -45deg);
  4329. transform: rotate3d(0, 0, 1, -45deg);
  4330. opacity: 0;
  4331. }
  4332. }
  4333.  
  4334. .rotateOutDownRight {
  4335. -webkit-animation-name: rotateOutDownRight;
  4336. animation-name: rotateOutDownRight;
  4337. }
  4338.  
  4339. @-webkit-keyframes rotateOutUpLeft {
  4340. 0% {
  4341. -webkit-transform-origin: left bottom;
  4342. transform-origin: left bottom;
  4343. opacity: 1;
  4344. }
  4345.  
  4346. 100% {
  4347. -webkit-transform-origin: left bottom;
  4348. transform-origin: left bottom;
  4349. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  4350. transform: rotate3d(0, 0, 1, -45deg);
  4351. opacity: 0;
  4352. }
  4353. }
  4354.  
  4355. @keyframes rotateOutUpLeft {
  4356. 0% {
  4357. -webkit-transform-origin: left bottom;
  4358. -ms-transform-origin: left bottom;
  4359. transform-origin: left bottom;
  4360. opacity: 1;
  4361. }
  4362.  
  4363. 100% {
  4364. -webkit-transform-origin: left bottom;
  4365. -ms-transform-origin: left bottom;
  4366. transform-origin: left bottom;
  4367. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  4368. -ms-transform: rotate3d(0, 0, 1, -45deg);
  4369. transform: rotate3d(0, 0, 1, -45deg);
  4370. opacity: 0;
  4371. }
  4372. }
  4373.  
  4374. .rotateOutUpLeft {
  4375. -webkit-animation-name: rotateOutUpLeft;
  4376. animation-name: rotateOutUpLeft;
  4377. }
  4378.  
  4379. @-webkit-keyframes rotateOutUpRight {
  4380. 0% {
  4381. -webkit-transform-origin: right bottom;
  4382. transform-origin: right bottom;
  4383. opacity: 1;
  4384. }
  4385.  
  4386. 100% {
  4387. -webkit-transform-origin: right bottom;
  4388. transform-origin: right bottom;
  4389. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  4390. transform: rotate3d(0, 0, 1, 90deg);
  4391. opacity: 0;
  4392. }
  4393. }
  4394.  
  4395. @keyframes rotateOutUpRight {
  4396. 0% {
  4397. -webkit-transform-origin: right bottom;
  4398. -ms-transform-origin: right bottom;
  4399. transform-origin: right bottom;
  4400. opacity: 1;
  4401. }
  4402.  
  4403. 100% {
  4404. -webkit-transform-origin: right bottom;
  4405. -ms-transform-origin: right bottom;
  4406. transform-origin: right bottom;
  4407. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  4408. -ms-transform: rotate3d(0, 0, 1, 90deg);
  4409. transform: rotate3d(0, 0, 1, 90deg);
  4410. opacity: 0;
  4411. }
  4412. }
  4413.  
  4414. .rotateOutUpRight {
  4415. -webkit-animation-name: rotateOutUpRight;
  4416. animation-name: rotateOutUpRight;
  4417. }
  4418.  
  4419. @-webkit-keyframes hinge {
  4420. 0% {
  4421. -webkit-transform-origin: top left;
  4422. transform-origin: top left;
  4423. -webkit-animation-timing-function: ease-in-out;
  4424. animation-timing-function: ease-in-out;
  4425. }
  4426.  
  4427. 20%, 60% {
  4428. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  4429. transform: rotate3d(0, 0, 1, 80deg);
  4430. -webkit-transform-origin: top left;
  4431. transform-origin: top left;
  4432. -webkit-animation-timing-function: ease-in-out;
  4433. animation-timing-function: ease-in-out;
  4434. }
  4435.  
  4436. 40%, 80% {
  4437. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  4438. transform: rotate3d(0, 0, 1, 60deg);
  4439. -webkit-transform-origin: top left;
  4440. transform-origin: top left;
  4441. -webkit-animation-timing-function: ease-in-out;
  4442. animation-timing-function: ease-in-out;
  4443. opacity: 1;
  4444. }
  4445.  
  4446. 100% {
  4447. -webkit-transform: translate3d(0, 700px, 0);
  4448. transform: translate3d(0, 700px, 0);
  4449. opacity: 0;
  4450. }
  4451. }
  4452.  
  4453. @keyframes hinge {
  4454. 0% {
  4455. -webkit-transform-origin: top left;
  4456. -ms-transform-origin: top left;
  4457. transform-origin: top left;
  4458. -webkit-animation-timing-function: ease-in-out;
  4459. animation-timing-function: ease-in-out;
  4460. }
  4461.  
  4462. 20%, 60% {
  4463. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  4464. -ms-transform: rotate3d(0, 0, 1, 80deg);
  4465. transform: rotate3d(0, 0, 1, 80deg);
  4466. -webkit-transform-origin: top left;
  4467. -ms-transform-origin: top left;
  4468. transform-origin: top left;
  4469. -webkit-animation-timing-function: ease-in-out;
  4470. animation-timing-function: ease-in-out;
  4471. }
  4472.  
  4473. 40%, 80% {
  4474. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  4475. -ms-transform: rotate3d(0, 0, 1, 60deg);
  4476. transform: rotate3d(0, 0, 1, 60deg);
  4477. -webkit-transform-origin: top left;
  4478. -ms-transform-origin: top left;
  4479. transform-origin: top left;
  4480. -webkit-animation-timing-function: ease-in-out;
  4481. animation-timing-function: ease-in-out;
  4482. opacity: 1;
  4483. }
  4484.  
  4485. 100% {
  4486. -webkit-transform: translate3d(0, 700px, 0);
  4487. -ms-transform: translate3d(0, 700px, 0);
  4488. transform: translate3d(0, 700px, 0);
  4489. opacity: 0;
  4490. }
  4491. }
  4492.  
  4493. .hinge {
  4494. -webkit-animation-name: hinge;
  4495. animation-name: hinge;
  4496. }
  4497.  
  4498. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  4499.  
  4500. @-webkit-keyframes rollIn {
  4501. 0% {
  4502. opacity: 0;
  4503. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  4504. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  4505. }
  4506.  
  4507. 100% {
  4508. opacity: 1;
  4509. -webkit-transform: none;
  4510. transform: none;
  4511. }
  4512. }
  4513.  
  4514. @keyframes rollIn {
  4515. 0% {
  4516. opacity: 0;
  4517. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  4518. -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  4519. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  4520. }
  4521.  
  4522. 100% {
  4523. opacity: 1;
  4524. -webkit-transform: none;
  4525. -ms-transform: none;
  4526. transform: none;
  4527. }
  4528. }
  4529.  
  4530. .rollIn {
  4531. -webkit-animation-name: rollIn;
  4532. animation-name: rollIn;
  4533. }
  4534.  
  4535. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  4536.  
  4537. @-webkit-keyframes rollOut {
  4538. 0% {
  4539. opacity: 1;
  4540. }
  4541.  
  4542. 100% {
  4543. opacity: 0;
  4544. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  4545. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  4546. }
  4547. }
  4548.  
  4549. @keyframes rollOut {
  4550. 0% {
  4551. opacity: 1;
  4552. }
  4553.  
  4554. 100% {
  4555. opacity: 0;
  4556. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  4557. -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  4558. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  4559. }
  4560. }
  4561.  
  4562. .rollOut {
  4563. -webkit-animation-name: rollOut;
  4564. animation-name: rollOut;
  4565. }
  4566.  
  4567. @-webkit-keyframes zoomIn {
  4568. 0% {
  4569. opacity: 0;
  4570. -webkit-transform: scale3d(.3, .3, .3);
  4571. transform: scale3d(.3, .3, .3);
  4572. }
  4573.  
  4574. 50% {
  4575. opacity: 1;
  4576. }
  4577. }
  4578.  
  4579. @keyframes zoomIn {
  4580. 0% {
  4581. opacity: 0;
  4582. -webkit-transform: scale3d(.3, .3, .3);
  4583. -ms-transform: scale3d(.3, .3, .3);
  4584. transform: scale3d(.3, .3, .3);
  4585. }
  4586.  
  4587. 50% {
  4588. opacity: 1;
  4589. }
  4590. }
  4591.  
  4592. .zoomIn {
  4593. -webkit-animation-name: zoomIn;
  4594. animation-name: zoomIn;
  4595. }
  4596.  
  4597. @-webkit-keyframes zoomInDown {
  4598. 0% {
  4599. opacity: 0;
  4600. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  4601. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  4602. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4603. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4604. }
  4605.  
  4606. 60% {
  4607. opacity: 1;
  4608. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4609. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4610. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4611. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4612. }
  4613. }
  4614.  
  4615. @keyframes zoomInDown {
  4616. 0% {
  4617. opacity: 0;
  4618. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  4619. -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  4620. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  4621. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4622. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4623. }
  4624.  
  4625. 60% {
  4626. opacity: 1;
  4627. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4628. -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4629. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4630. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4631. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4632. }
  4633. }
  4634.  
  4635. .zoomInDown {
  4636. -webkit-animation-name: zoomInDown;
  4637. animation-name: zoomInDown;
  4638. }
  4639.  
  4640. @-webkit-keyframes zoomInLeft {
  4641. 0% {
  4642. opacity: 0;
  4643. -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  4644. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  4645. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4646. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4647. }
  4648.  
  4649. 60% {
  4650. opacity: 1;
  4651. -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  4652. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  4653. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4654. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4655. }
  4656. }
  4657.  
  4658. @keyframes zoomInLeft {
  4659. 0% {
  4660. opacity: 0;
  4661. -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  4662. -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  4663. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  4664. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4665. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4666. }
  4667.  
  4668. 60% {
  4669. opacity: 1;
  4670. -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  4671. -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  4672. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  4673. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4674. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4675. }
  4676. }
  4677.  
  4678. .zoomInLeft {
  4679. -webkit-animation-name: zoomInLeft;
  4680. animation-name: zoomInLeft;
  4681. }
  4682.  
  4683. @-webkit-keyframes zoomInRight {
  4684. 0% {
  4685. opacity: 0;
  4686. -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  4687. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  4688. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4689. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4690. }
  4691.  
  4692. 60% {
  4693. opacity: 1;
  4694. -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  4695. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  4696. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4697. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4698. }
  4699. }
  4700.  
  4701. @keyframes zoomInRight {
  4702. 0% {
  4703. opacity: 0;
  4704. -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  4705. -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  4706. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  4707. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4708. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4709. }
  4710.  
  4711. 60% {
  4712. opacity: 1;
  4713. -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  4714. -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  4715. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  4716. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4717. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4718. }
  4719. }
  4720.  
  4721. .zoomInRight {
  4722. -webkit-animation-name: zoomInRight;
  4723. animation-name: zoomInRight;
  4724. }
  4725.  
  4726. @-webkit-keyframes zoomInUp {
  4727. 0% {
  4728. opacity: 0;
  4729. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  4730. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  4731. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4732. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4733. }
  4734.  
  4735. 60% {
  4736. opacity: 1;
  4737. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4738. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4739. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4740. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4741. }
  4742. }
  4743.  
  4744. @keyframes zoomInUp {
  4745. 0% {
  4746. opacity: 0;
  4747. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  4748. -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  4749. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  4750. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4751. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4752. }
  4753.  
  4754. 60% {
  4755. opacity: 1;
  4756. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4757. -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4758. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4759. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4760. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4761. }
  4762. }
  4763.  
  4764. .zoomInUp {
  4765. -webkit-animation-name: zoomInUp;
  4766. animation-name: zoomInUp;
  4767. }
  4768.  
  4769. @-webkit-keyframes zoomOut {
  4770. 0% {
  4771. opacity: 1;
  4772. }
  4773.  
  4774. 50% {
  4775. opacity: 0;
  4776. -webkit-transform: scale3d(.3, .3, .3);
  4777. transform: scale3d(.3, .3, .3);
  4778. }
  4779.  
  4780. 100% {
  4781. opacity: 0;
  4782. }
  4783. }
  4784.  
  4785. @keyframes zoomOut {
  4786. 0% {
  4787. opacity: 1;
  4788. }
  4789.  
  4790. 50% {
  4791. opacity: 0;
  4792. -webkit-transform: scale3d(.3, .3, .3);
  4793. -ms-transform: scale3d(.3, .3, .3);
  4794. transform: scale3d(.3, .3, .3);
  4795. }
  4796.  
  4797. 100% {
  4798. opacity: 0;
  4799. }
  4800. }
  4801.  
  4802. .zoomOut {
  4803. -webkit-animation-name: zoomOut;
  4804. animation-name: zoomOut;
  4805. }
  4806.  
  4807. @-webkit-keyframes zoomOutDown {
  4808. 40% {
  4809. opacity: 1;
  4810. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4811. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4812. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4813. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4814. }
  4815.  
  4816. 100% {
  4817. opacity: 0;
  4818. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  4819. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  4820. -webkit-transform-origin: center bottom;
  4821. transform-origin: center bottom;
  4822. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4823. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4824. }
  4825. }
  4826.  
  4827. @keyframes zoomOutDown {
  4828. 40% {
  4829. opacity: 1;
  4830. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4831. -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4832. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  4833. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4834. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4835. }
  4836.  
  4837. 100% {
  4838. opacity: 0;
  4839. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  4840. -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  4841. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  4842. -webkit-transform-origin: center bottom;
  4843. -ms-transform-origin: center bottom;
  4844. transform-origin: center bottom;
  4845. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4846. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4847. }
  4848. }
  4849.  
  4850. .zoomOutDown {
  4851. -webkit-animation-name: zoomOutDown;
  4852. animation-name: zoomOutDown;
  4853. }
  4854.  
  4855. @-webkit-keyframes zoomOutLeft {
  4856. 40% {
  4857. opacity: 1;
  4858. -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  4859. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  4860. }
  4861.  
  4862. 100% {
  4863. opacity: 0;
  4864. -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
  4865. transform: scale(.1) translate3d(-2000px, 0, 0);
  4866. -webkit-transform-origin: left center;
  4867. transform-origin: left center;
  4868. }
  4869. }
  4870.  
  4871. @keyframes zoomOutLeft {
  4872. 40% {
  4873. opacity: 1;
  4874. -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  4875. -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  4876. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  4877. }
  4878.  
  4879. 100% {
  4880. opacity: 0;
  4881. -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
  4882. -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
  4883. transform: scale(.1) translate3d(-2000px, 0, 0);
  4884. -webkit-transform-origin: left center;
  4885. -ms-transform-origin: left center;
  4886. transform-origin: left center;
  4887. }
  4888. }
  4889.  
  4890. .zoomOutLeft {
  4891. -webkit-animation-name: zoomOutLeft;
  4892. animation-name: zoomOutLeft;
  4893. }
  4894.  
  4895. @-webkit-keyframes zoomOutRight {
  4896. 40% {
  4897. opacity: 1;
  4898. -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  4899. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  4900. }
  4901.  
  4902. 100% {
  4903. opacity: 0;
  4904. -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
  4905. transform: scale(.1) translate3d(2000px, 0, 0);
  4906. -webkit-transform-origin: right center;
  4907. transform-origin: right center;
  4908. }
  4909. }
  4910.  
  4911. @keyframes zoomOutRight {
  4912. 40% {
  4913. opacity: 1;
  4914. -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  4915. -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  4916. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  4917. }
  4918.  
  4919. 100% {
  4920. opacity: 0;
  4921. -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
  4922. -ms-transform: scale(.1) translate3d(2000px, 0, 0);
  4923. transform: scale(.1) translate3d(2000px, 0, 0);
  4924. -webkit-transform-origin: right center;
  4925. -ms-transform-origin: right center;
  4926. transform-origin: right center;
  4927. }
  4928. }
  4929.  
  4930. .zoomOutRight {
  4931. -webkit-animation-name: zoomOutRight;
  4932. animation-name: zoomOutRight;
  4933. }
  4934.  
  4935. @-webkit-keyframes zoomOutUp {
  4936. 40% {
  4937. opacity: 1;
  4938. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4939. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4940. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4941. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4942. }
  4943.  
  4944. 100% {
  4945. opacity: 0;
  4946. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  4947. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  4948. -webkit-transform-origin: center bottom;
  4949. transform-origin: center bottom;
  4950. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4951. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4952. }
  4953. }
  4954.  
  4955. @keyframes zoomOutUp {
  4956. 40% {
  4957. opacity: 1;
  4958. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4959. -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4960. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  4961. -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4962. animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  4963. }
  4964.  
  4965. 100% {
  4966. opacity: 0;
  4967. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  4968. -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  4969. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  4970. -webkit-transform-origin: center bottom;
  4971. -ms-transform-origin: center bottom;
  4972. transform-origin: center bottom;
  4973. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4974. animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  4975. }
  4976. }
  4977.  
  4978. .zoomOutUp {
  4979. -webkit-animation-name: zoomOutUp;
  4980. animation-name: zoomOutUp;
  4981. }
  4982. /*!
  4983. * Bootstrap v3.3.2 (http://getbootstrap.com)
  4984. * Copyright 2011-2015 Twitter, Inc.
  4985. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  4986. */
  4987.  
  4988. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  4989. html {
  4990. font-family: sans-serif;
  4991. -webkit-text-size-adjust: 100%;
  4992. -ms-text-size-adjust: 100%;
  4993. }
  4994. body {
  4995. margin: 0;
  4996. }
  4997. article,
  4998. aside,
  4999. details,
  5000. figcaption,
  5001. figure,
  5002. footer,
  5003. header,
  5004. hgroup,
  5005. main,
  5006. menu,
  5007. nav,
  5008. section,
  5009. summary {
  5010. display: block;
  5011. }
  5012. audio,
  5013. canvas,
  5014. progress,
  5015. video {
  5016. display: inline-block;
  5017. vertical-align: baseline;
  5018. }
  5019. audio:not([controls]) {
  5020. display: none;
  5021. height: 0;
  5022. }
  5023. [hidden],
  5024. template {
  5025. display: none;
  5026. }
  5027. a {
  5028. background-color: transparent;
  5029. }
  5030. a:active,
  5031. a:hover {
  5032. outline: 0;
  5033. }
  5034. abbr[title] {
  5035. border-bottom: 1px dotted;
  5036. }
  5037. b,
  5038. strong {
  5039. font-weight: bold;
  5040. }
  5041. dfn {
  5042. font-style: italic;
  5043. }
  5044. h1 {
  5045. margin: .67em 0;
  5046. font-size: 2em;
  5047. }
  5048. mark {
  5049. color: #000;
  5050. background: #ff0;
  5051. }
  5052. small {
  5053. font-size: 80%;
  5054. }
  5055. sub,
  5056. sup {
  5057. position: relative;
  5058. font-size: 75%;
  5059. line-height: 0;
  5060. vertical-align: baseline;
  5061. }
  5062. sup {
  5063. top: -.5em;
  5064. }
  5065. sub {
  5066. bottom: -.25em;
  5067. }
  5068. img {
  5069. border: 0;
  5070. }
  5071. svg:not(:root) {
  5072. overflow: hidden;
  5073. }
  5074. figure {
  5075. margin: 1em 40px;
  5076. }
  5077. hr {
  5078. height: 0;
  5079. -webkit-box-sizing: content-box;
  5080. -moz-box-sizing: content-box;
  5081. box-sizing: content-box;
  5082. }
  5083. pre {
  5084. overflow: auto;
  5085. }
  5086. code,
  5087. kbd,
  5088. pre,
  5089. samp {
  5090. font-family: monospace, monospace;
  5091. font-size: 1em;
  5092. }
  5093. button,
  5094. input,
  5095. optgroup,
  5096. select,
  5097. textarea {
  5098. margin: 0;
  5099. font: inherit;
  5100. color: inherit;
  5101. }
  5102. button {
  5103. overflow: visible;
  5104. }
  5105. button,
  5106. select {
  5107. text-transform: none;
  5108. }
  5109. button,
  5110. html input[type="button"],
  5111. input[type="reset"],
  5112. input[type="submit"] {
  5113. -webkit-appearance: button;
  5114. cursor: pointer;
  5115. }
  5116. button[disabled],
  5117. html input[disabled] {
  5118. cursor: default;
  5119. }
  5120. button::-moz-focus-inner,
  5121. input::-moz-focus-inner {
  5122. padding: 0;
  5123. border: 0;
  5124. }
  5125. input {
  5126. line-height: normal;
  5127. }
  5128. input[type="checkbox"],
  5129. input[type="radio"] {
  5130. -webkit-box-sizing: border-box;
  5131. -moz-box-sizing: border-box;
  5132. box-sizing: border-box;
  5133. padding: 0;
  5134. }
  5135. input[type="number"]::-webkit-inner-spin-button,
  5136. input[type="number"]::-webkit-outer-spin-button {
  5137. height: auto;
  5138. }
  5139. input[type="search"] {
  5140. -webkit-box-sizing: content-box;
  5141. -moz-box-sizing: content-box;
  5142. box-sizing: content-box;
  5143. -webkit-appearance: textfield;
  5144. }
  5145. input[type="search"]::-webkit-search-cancel-button,
  5146. input[type="search"]::-webkit-search-decoration {
  5147. -webkit-appearance: none;
  5148. }
  5149. fieldset {
  5150. padding: .35em .625em .75em;
  5151. margin: 0 2px;
  5152. border: 1px solid #c0c0c0;
  5153. }
  5154. legend {
  5155. padding: 0;
  5156. border: 0;
  5157. }
  5158. textarea {
  5159. overflow: auto;
  5160. }
  5161. optgroup {
  5162. font-weight: bold;
  5163. }
  5164. table {
  5165. border-spacing: 0;
  5166. border-collapse: collapse;
  5167. }
  5168. td,
  5169. th {
  5170. padding: 0;
  5171. }
  5172. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  5173. @media print {
  5174. *,
  5175. *:before,
  5176. *:after {
  5177. color: #000 !important;
  5178. text-shadow: none !important;
  5179. background: transparent !important;
  5180. -webkit-box-shadow: none !important;
  5181. box-shadow: none !important;
  5182. }
  5183. a,
  5184. a:visited {
  5185. text-decoration: underline;
  5186. }
  5187. a[href]:after {
  5188. content: " (" attr(href) ")";
  5189. }
  5190. abbr[title]:after {
  5191. content: " (" attr(title) ")";
  5192. }
  5193. a[href^="#"]:after,
  5194. a[href^="javascript:"]:after {
  5195. content: "";
  5196. }
  5197. pre,
  5198. blockquote {
  5199. border: 1px solid #999;
  5200.  
  5201. page-break-inside: avoid;
  5202. }
  5203. thead {
  5204. display: table-header-group;
  5205. }
  5206. tr,
  5207. img {
  5208. page-break-inside: avoid;
  5209. }
  5210. img {
  5211. max-width: 100% !important;
  5212. }
  5213. p,
  5214. h2,
  5215. h3 {
  5216. orphans: 3;
  5217. widows: 3;
  5218. }
  5219. h2,
  5220. h3 {
  5221. page-break-after: avoid;
  5222. }
  5223. select {
  5224. background: #fff !important;
  5225. }
  5226. .navbar {
  5227. display: none;
  5228. }
  5229. .btn > .caret,
  5230. .dropup > .btn > .caret {
  5231. border-top-color: #000 !important;
  5232. }
  5233. .label {
  5234. border: 1px solid #000;
  5235. }
  5236. .table {
  5237. border-collapse: collapse !important;
  5238. }
  5239. .table td,
  5240. .table th {
  5241. background-color: #fff !important;
  5242. }
  5243. .table-bordered th,
  5244. .table-bordered td {
  5245. border: 1px solid #ddd !important;
  5246. }
  5247. }
  5248. @font-face {
  5249. font-family: 'Glyphicons Halflings';
  5250.  
  5251. src: url('../../themes/homer/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  5252. src: url('../../themes/homer/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../themes/homer/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../themes/homer/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../themes/homer/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../themes/homer/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  5253. }
  5254. .glyphicon {
  5255. position: relative;
  5256. top: 1px;
  5257. display: inline-block;
  5258. font-family: 'Glyphicons Halflings';
  5259. font-style: normal;
  5260. font-weight: normal;
  5261. line-height: 1;
  5262.  
  5263. -webkit-font-smoothing: antialiased;
  5264. -moz-osx-font-smoothing: grayscale;
  5265. }
  5266. .glyphicon-asterisk:before {
  5267. content: "\2a";
  5268. }
  5269. .glyphicon-plus:before {
  5270. content: "\2b";
  5271. }
  5272. .glyphicon-euro:before,
  5273. .glyphicon-eur:before {
  5274. content: "\20ac";
  5275. }
  5276. .glyphicon-minus:before {
  5277. content: "\2212";
  5278. }
  5279. .glyphicon-cloud:before {
  5280. content: "\2601";
  5281. }
  5282. .glyphicon-envelope:before {
  5283. content: "\2709";
  5284. }
  5285. .glyphicon-pencil:before {
  5286. content: "\270f";
  5287. }
  5288. .glyphicon-glass:before {
  5289. content: "\e001";
  5290. }
  5291. .glyphicon-music:before {
  5292. content: "\e002";
  5293. }
  5294. .glyphicon-search:before {
  5295. content: "\e003";
  5296. }
  5297. .glyphicon-heart:before {
  5298. content: "\e005";
  5299. }
  5300. .glyphicon-star:before {
  5301. content: "\e006";
  5302. }
  5303. .glyphicon-star-empty:before {
  5304. content: "\e007";
  5305. }
  5306. .glyphicon-user:before {
  5307. content: "\e008";
  5308. }
  5309. .glyphicon-film:before {
  5310. content: "\e009";
  5311. }
  5312. .glyphicon-th-large:before {
  5313. content: "\e010";
  5314. }
  5315. .glyphicon-th:before {
  5316. content: "\e011";
  5317. }
  5318. .glyphicon-th-list:before {
  5319. content: "\e012";
  5320. }
  5321. .glyphicon-ok:before {
  5322. content: "\e013";
  5323. }
  5324. .glyphicon-remove:before {
  5325. content: "\e014";
  5326. }
  5327. .glyphicon-zoom-in:before {
  5328. content: "\e015";
  5329. }
  5330. .glyphicon-zoom-out:before {
  5331. content: "\e016";
  5332. }
  5333. .glyphicon-off:before {
  5334. content: "\e017";
  5335. }
  5336. .glyphicon-signal:before {
  5337. content: "\e018";
  5338. }
  5339. .glyphicon-cog:before {
  5340. content: "\e019";
  5341. }
  5342. .glyphicon-trash:before {
  5343. content: "\e020";
  5344. }
  5345. .glyphicon-home:before {
  5346. content: "\e021";
  5347. }
  5348. .glyphicon-file:before {
  5349. content: "\e022";
  5350. }
  5351. .glyphicon-time:before {
  5352. content: "\e023";
  5353. }
  5354. .glyphicon-road:before {
  5355. content: "\e024";
  5356. }
  5357. .glyphicon-download-alt:before {
  5358. content: "\e025";
  5359. }
  5360. .glyphicon-download:before {
  5361. content: "\e026";
  5362. }
  5363. .glyphicon-upload:before {
  5364. content: "\e027";
  5365. }
  5366. .glyphicon-inbox:before {
  5367. content: "\e028";
  5368. }
  5369. .glyphicon-play-circle:before {
  5370. content: "\e029";
  5371. }
  5372. .glyphicon-repeat:before {
  5373. content: "\e030";
  5374. }
  5375. .glyphicon-refresh:before {
  5376. content: "\e031";
  5377. }
  5378. .glyphicon-list-alt:before {
  5379. content: "\e032";
  5380. }
  5381. .glyphicon-lock:before {
  5382. content: "\e033";
  5383. }
  5384. .glyphicon-flag:before {
  5385. content: "\e034";
  5386. }
  5387. .glyphicon-headphones:before {
  5388. content: "\e035";
  5389. }
  5390. .glyphicon-volume-off:before {
  5391. content: "\e036";
  5392. }
  5393. .glyphicon-volume-down:before {
  5394. content: "\e037";
  5395. }
  5396. .glyphicon-volume-up:before {
  5397. content: "\e038";
  5398. }
  5399. .glyphicon-qrcode:before {
  5400. content: "\e039";
  5401. }
  5402. .glyphicon-barcode:before {
  5403. content: "\e040";
  5404. }
  5405. .glyphicon-tag:before {
  5406. content: "\e041";
  5407. }
  5408. .glyphicon-tags:before {
  5409. content: "\e042";
  5410. }
  5411. .glyphicon-book:before {
  5412. content: "\e043";
  5413. }
  5414. .glyphicon-bookmark:before {
  5415. content: "\e044";
  5416. }
  5417. .glyphicon-print:before {
  5418. content: "\e045";
  5419. }
  5420. .glyphicon-camera:before {
  5421. content: "\e046";
  5422. }
  5423. .glyphicon-font:before {
  5424. content: "\e047";
  5425. }
  5426. .glyphicon-bold:before {
  5427. content: "\e048";
  5428. }
  5429. .glyphicon-italic:before {
  5430. content: "\e049";
  5431. }
  5432. .glyphicon-text-height:before {
  5433. content: "\e050";
  5434. }
  5435. .glyphicon-text-width:before {
  5436. content: "\e051";
  5437. }
  5438. .glyphicon-align-left:before {
  5439. content: "\e052";
  5440. }
  5441. .glyphicon-align-center:before {
  5442. content: "\e053";
  5443. }
  5444. .glyphicon-align-right:before {
  5445. content: "\e054";
  5446. }
  5447. .glyphicon-align-justify:before {
  5448. content: "\e055";
  5449. }
  5450. .glyphicon-list:before {
  5451. content: "\e056";
  5452. }
  5453. .glyphicon-indent-left:before {
  5454. content: "\e057";
  5455. }
  5456. .glyphicon-indent-right:before {
  5457. content: "\e058";
  5458. }
  5459. .glyphicon-facetime-video:before {
  5460. content: "\e059";
  5461. }
  5462. .glyphicon-picture:before {
  5463. content: "\e060";
  5464. }
  5465. .glyphicon-map-marker:before {
  5466. content: "\e062";
  5467. }
  5468. .glyphicon-adjust:before {
  5469. content: "\e063";
  5470. }
  5471. .glyphicon-tint:before {
  5472. content: "\e064";
  5473. }
  5474. .glyphicon-edit:before {
  5475. content: "\e065";
  5476. }
  5477. .glyphicon-share:before {
  5478. content: "\e066";
  5479. }
  5480. .glyphicon-check:before {
  5481. content: "\e067";
  5482. }
  5483. .glyphicon-move:before {
  5484. content: "\e068";
  5485. }
  5486. .glyphicon-step-backward:before {
  5487. content: "\e069";
  5488. }
  5489. .glyphicon-fast-backward:before {
  5490. content: "\e070";
  5491. }
  5492. .glyphicon-backward:before {
  5493. content: "\e071";
  5494. }
  5495. .glyphicon-play:before {
  5496. content: "\e072";
  5497. }
  5498. .glyphicon-pause:before {
  5499. content: "\e073";
  5500. }
  5501. .glyphicon-stop:before {
  5502. content: "\e074";
  5503. }
  5504. .glyphicon-forward:before {
  5505. content: "\e075";
  5506. }
  5507. .glyphicon-fast-forward:before {
  5508. content: "\e076";
  5509. }
  5510. .glyphicon-step-forward:before {
  5511. content: "\e077";
  5512. }
  5513. .glyphicon-eject:before {
  5514. content: "\e078";
  5515. }
  5516. .glyphicon-chevron-left:before {
  5517. content: "\e079";
  5518. }
  5519. .glyphicon-chevron-right:before {
  5520. content: "\e080";
  5521. }
  5522. .glyphicon-plus-sign:before {
  5523. content: "\e081";
  5524. }
  5525. .glyphicon-minus-sign:before {
  5526. content: "\e082";
  5527. }
  5528. .glyphicon-remove-sign:before {
  5529. content: "\e083";
  5530. }
  5531. .glyphicon-ok-sign:before {
  5532. content: "\e084";
  5533. }
  5534. .glyphicon-question-sign:before {
  5535. content: "\e085";
  5536. }
  5537. .glyphicon-info-sign:before {
  5538. content: "\e086";
  5539. }
  5540. .glyphicon-screenshot:before {
  5541. content: "\e087";
  5542. }
  5543. .glyphicon-remove-circle:before {
  5544. content: "\e088";
  5545. }
  5546. .glyphicon-ok-circle:before {
  5547. content: "\e089";
  5548. }
  5549. .glyphicon-ban-circle:before {
  5550. content: "\e090";
  5551. }
  5552. .glyphicon-arrow-left:before {
  5553. content: "\e091";
  5554. }
  5555. .glyphicon-arrow-right:before {
  5556. content: "\e092";
  5557. }
  5558. .glyphicon-arrow-up:before {
  5559. content: "\e093";
  5560. }
  5561. .glyphicon-arrow-down:before {
  5562. content: "\e094";
  5563. }
  5564. .glyphicon-share-alt:before {
  5565. content: "\e095";
  5566. }
  5567. .glyphicon-resize-full:before {
  5568. content: "\e096";
  5569. }
  5570. .glyphicon-resize-small:before {
  5571. content: "\e097";
  5572. }
  5573. .glyphicon-exclamation-sign:before {
  5574. content: "\e101";
  5575. }
  5576. .glyphicon-gift:before {
  5577. content: "\e102";
  5578. }
  5579. .glyphicon-leaf:before {
  5580. content: "\e103";
  5581. }
  5582. .glyphicon-fire:before {
  5583. content: "\e104";
  5584. }
  5585. .glyphicon-eye-open:before {
  5586. content: "\e105";
  5587. }
  5588. .glyphicon-eye-close:before {
  5589. content: "\e106";
  5590. }
  5591. .glyphicon-warning-sign:before {
  5592. content: "\e107";
  5593. }
  5594. .glyphicon-plane:before {
  5595. content: "\e108";
  5596. }
  5597. .glyphicon-calendar:before {
  5598. content: "\e109";
  5599. }
  5600. .glyphicon-random:before {
  5601. content: "\e110";
  5602. }
  5603. .glyphicon-comment:before {
  5604. content: "\e111";
  5605. }
  5606. .glyphicon-magnet:before {
  5607. content: "\e112";
  5608. }
  5609. .glyphicon-chevron-up:before {
  5610. content: "\e113";
  5611. }
  5612. .glyphicon-chevron-down:before {
  5613. content: "\e114";
  5614. }
  5615. .glyphicon-retweet:before {
  5616. content: "\e115";
  5617. }
  5618. .glyphicon-shopping-cart:before {
  5619. content: "\e116";
  5620. }
  5621. .glyphicon-folder-close:before {
  5622. content: "\e117";
  5623. }
  5624. .glyphicon-folder-open:before {
  5625. content: "\e118";
  5626. }
  5627. .glyphicon-resize-vertical:before {
  5628. content: "\e119";
  5629. }
  5630. .glyphicon-resize-horizontal:before {
  5631. content: "\e120";
  5632. }
  5633. .glyphicon-hdd:before {
  5634. content: "\e121";
  5635. }
  5636. .glyphicon-bullhorn:before {
  5637. content: "\e122";
  5638. }
  5639. .glyphicon-bell:before {
  5640. content: "\e123";
  5641. }
  5642. .glyphicon-certificate:before {
  5643. content: "\e124";
  5644. }
  5645. .glyphicon-thumbs-up:before {
  5646. content: "\e125";
  5647. }
  5648. .glyphicon-thumbs-down:before {
  5649. content: "\e126";
  5650. }
  5651. .glyphicon-hand-right:before {
  5652. content: "\e127";
  5653. }
  5654. .glyphicon-hand-left:before {
  5655. content: "\e128";
  5656. }
  5657. .glyphicon-hand-up:before {
  5658. content: "\e129";
  5659. }
  5660. .glyphicon-hand-down:before {
  5661. content: "\e130";
  5662. }
  5663. .glyphicon-circle-arrow-right:before {
  5664. content: "\e131";
  5665. }
  5666. .glyphicon-circle-arrow-left:before {
  5667. content: "\e132";
  5668. }
  5669. .glyphicon-circle-arrow-up:before {
  5670. content: "\e133";
  5671. }
  5672. .glyphicon-circle-arrow-down:before {
  5673. content: "\e134";
  5674. }
  5675. .glyphicon-globe:before {
  5676. content: "\e135";
  5677. }
  5678. .glyphicon-wrench:before {
  5679. content: "\e136";
  5680. }
  5681. .glyphicon-tasks:before {
  5682. content: "\e137";
  5683. }
  5684. .glyphicon-filter:before {
  5685. content: "\e138";
  5686. }
  5687. .glyphicon-briefcase:before {
  5688. content: "\e139";
  5689. }
  5690. .glyphicon-fullscreen:before {
  5691. content: "\e140";
  5692. }
  5693. .glyphicon-dashboard:before {
  5694. content: "\e141";
  5695. }
  5696. .glyphicon-paperclip:before {
  5697. content: "\e142";
  5698. }
  5699. .glyphicon-heart-empty:before {
  5700. content: "\e143";
  5701. }
  5702. .glyphicon-link:before {
  5703. content: "\e144";
  5704. }
  5705. .glyphicon-phone:before {
  5706. content: "\e145";
  5707. }
  5708. .glyphicon-pushpin:before {
  5709. content: "\e146";
  5710. }
  5711. .glyphicon-usd:before {
  5712. content: "\e148";
  5713. }
  5714. .glyphicon-gbp:before {
  5715. content: "\e149";
  5716. }
  5717. .glyphicon-sort:before {
  5718. content: "\e150";
  5719. }
  5720. .glyphicon-sort-by-alphabet:before {
  5721. content: "\e151";
  5722. }
  5723. .glyphicon-sort-by-alphabet-alt:before {
  5724. content: "\e152";
  5725. }
  5726. .glyphicon-sort-by-order:before {
  5727. content: "\e153";
  5728. }
  5729. .glyphicon-sort-by-order-alt:before {
  5730. content: "\e154";
  5731. }
  5732. .glyphicon-sort-by-attributes:before {
  5733. content: "\e155";
  5734. }
  5735. .glyphicon-sort-by-attributes-alt:before {
  5736. content: "\e156";
  5737. }
  5738. .glyphicon-unchecked:before {
  5739. content: "\e157";
  5740. }
  5741. .glyphicon-expand:before {
  5742. content: "\e158";
  5743. }
  5744. .glyphicon-collapse-down:before {
  5745. content: "\e159";
  5746. }
  5747. .glyphicon-collapse-up:before {
  5748. content: "\e160";
  5749. }
  5750. .glyphicon-log-in:before {
  5751. content: "\e161";
  5752. }
  5753. .glyphicon-flash:before {
  5754. content: "\e162";
  5755. }
  5756. .glyphicon-log-out:before {
  5757. content: "\e163";
  5758. }
  5759. .glyphicon-new-window:before {
  5760. content: "\e164";
  5761. }
  5762. .glyphicon-record:before {
  5763. content: "\e165";
  5764. }
  5765. .glyphicon-save:before {
  5766. content: "\e166";
  5767. }
  5768. .glyphicon-open:before {
  5769. content: "\e167";
  5770. }
  5771. .glyphicon-saved:before {
  5772. content: "\e168";
  5773. }
  5774. .glyphicon-import:before {
  5775. content: "\e169";
  5776. }
  5777. .glyphicon-export:before {
  5778. content: "\e170";
  5779. }
  5780. .glyphicon-send:before {
  5781. content: "\e171";
  5782. }
  5783. .glyphicon-floppy-disk:before {
  5784. content: "\e172";
  5785. }
  5786. .glyphicon-floppy-saved:before {
  5787. content: "\e173";
  5788. }
  5789. .glyphicon-floppy-remove:before {
  5790. content: "\e174";
  5791. }
  5792. .glyphicon-floppy-save:before {
  5793. content: "\e175";
  5794. }
  5795. .glyphicon-floppy-open:before {
  5796. content: "\e176";
  5797. }
  5798. .glyphicon-credit-card:before {
  5799. content: "\e177";
  5800. }
  5801. .glyphicon-transfer:before {
  5802. content: "\e178";
  5803. }
  5804. .glyphicon-cutlery:before {
  5805. content: "\e179";
  5806. }
  5807. .glyphicon-header:before {
  5808. content: "\e180";
  5809. }
  5810. .glyphicon-compressed:before {
  5811. content: "\e181";
  5812. }
  5813. .glyphicon-earphone:before {
  5814. content: "\e182";
  5815. }
  5816. .glyphicon-phone-alt:before {
  5817. content: "\e183";
  5818. }
  5819. .glyphicon-tower:before {
  5820. content: "\e184";
  5821. }
  5822. .glyphicon-stats:before {
  5823. content: "\e185";
  5824. }
  5825. .glyphicon-sd-video:before {
  5826. content: "\e186";
  5827. }
  5828. .glyphicon-hd-video:before {
  5829. content: "\e187";
  5830. }
  5831. .glyphicon-subtitles:before {
  5832. content: "\e188";
  5833. }
  5834. .glyphicon-sound-stereo:before {
  5835. content: "\e189";
  5836. }
  5837. .glyphicon-sound-dolby:before {
  5838. content: "\e190";
  5839. }
  5840. .glyphicon-sound-5-1:before {
  5841. content: "\e191";
  5842. }
  5843. .glyphicon-sound-6-1:before {
  5844. content: "\e192";
  5845. }
  5846. .glyphicon-sound-7-1:before {
  5847. content: "\e193";
  5848. }
  5849. .glyphicon-copyright-mark:before {
  5850. content: "\e194";
  5851. }
  5852. .glyphicon-registration-mark:before {
  5853. content: "\e195";
  5854. }
  5855. .glyphicon-cloud-download:before {
  5856. content: "\e197";
  5857. }
  5858. .glyphicon-cloud-upload:before {
  5859. content: "\e198";
  5860. }
  5861. .glyphicon-tree-conifer:before {
  5862. content: "\e199";
  5863. }
  5864. .glyphicon-tree-deciduous:before {
  5865. content: "\e200";
  5866. }
  5867. .glyphicon-cd:before {
  5868. content: "\e201";
  5869. }
  5870. .glyphicon-save-file:before {
  5871. content: "\e202";
  5872. }
  5873. .glyphicon-open-file:before {
  5874. content: "\e203";
  5875. }
  5876. .glyphicon-level-up:before {
  5877. content: "\e204";
  5878. }
  5879. .glyphicon-copy:before {
  5880. content: "\e205";
  5881. }
  5882. .glyphicon-paste:before {
  5883. content: "\e206";
  5884. }
  5885. .glyphicon-alert:before {
  5886. content: "\e209";
  5887. }
  5888. .glyphicon-equalizer:before {
  5889. content: "\e210";
  5890. }
  5891. .glyphicon-king:before {
  5892. content: "\e211";
  5893. }
  5894. .glyphicon-queen:before {
  5895. content: "\e212";
  5896. }
  5897. .glyphicon-pawn:before {
  5898. content: "\e213";
  5899. }
  5900. .glyphicon-bishop:before {
  5901. content: "\e214";
  5902. }
  5903. .glyphicon-knight:before {
  5904. content: "\e215";
  5905. }
  5906. .glyphicon-baby-formula:before {
  5907. content: "\e216";
  5908. }
  5909. .glyphicon-tent:before {
  5910. content: "\26fa";
  5911. }
  5912. .glyphicon-blackboard:before {
  5913. content: "\e218";
  5914. }
  5915. .glyphicon-bed:before {
  5916. content: "\e219";
  5917. }
  5918. .glyphicon-apple:before {
  5919. content: "\f8ff";
  5920. }
  5921. .glyphicon-erase:before {
  5922. content: "\e221";
  5923. }
  5924. .glyphicon-hourglass:before {
  5925. content: "\231b";
  5926. }
  5927. .glyphicon-lamp:before {
  5928. content: "\e223";
  5929. }
  5930. .glyphicon-duplicate:before {
  5931. content: "\e224";
  5932. }
  5933. .glyphicon-piggy-bank:before {
  5934. content: "\e225";
  5935. }
  5936. .glyphicon-scissors:before {
  5937. content: "\e226";
  5938. }
  5939. .glyphicon-bitcoin:before {
  5940. content: "\e227";
  5941. }
  5942. .glyphicon-yen:before {
  5943. content: "\00a5";
  5944. }
  5945. .glyphicon-ruble:before {
  5946. content: "\20bd";
  5947. }
  5948. .glyphicon-scale:before {
  5949. content: "\e230";
  5950. }
  5951. .glyphicon-ice-lolly:before {
  5952. content: "\e231";
  5953. }
  5954. .glyphicon-ice-lolly-tasted:before {
  5955. content: "\e232";
  5956. }
  5957. .glyphicon-education:before {
  5958. content: "\e233";
  5959. }
  5960. .glyphicon-option-horizontal:before {
  5961. content: "\e234";
  5962. }
  5963. .glyphicon-option-vertical:before {
  5964. content: "\e235";
  5965. }
  5966. .glyphicon-menu-hamburger:before {
  5967. content: "\e236";
  5968. }
  5969. .glyphicon-modal-window:before {
  5970. content: "\e237";
  5971. }
  5972. .glyphicon-oil:before {
  5973. content: "\e238";
  5974. }
  5975. .glyphicon-grain:before {
  5976. content: "\e239";
  5977. }
  5978. .glyphicon-sunglasses:before {
  5979. content: "\e240";
  5980. }
  5981. .glyphicon-text-size:before {
  5982. content: "\e241";
  5983. }
  5984. .glyphicon-text-color:before {
  5985. content: "\e242";
  5986. }
  5987. .glyphicon-text-background:before {
  5988. content: "\e243";
  5989. }
  5990. .glyphicon-object-align-top:before {
  5991. content: "\e244";
  5992. }
  5993. .glyphicon-object-align-bottom:before {
  5994. content: "\e245";
  5995. }
  5996. .glyphicon-object-align-horizontal:before {
  5997. content: "\e246";
  5998. }
  5999. .glyphicon-object-align-left:before {
  6000. content: "\e247";
  6001. }
  6002. .glyphicon-object-align-vertical:before {
  6003. content: "\e248";
  6004. }
  6005. .glyphicon-object-align-right:before {
  6006. content: "\e249";
  6007. }
  6008. .glyphicon-triangle-right:before {
  6009. content: "\e250";
  6010. }
  6011. .glyphicon-triangle-left:before {
  6012. content: "\e251";
  6013. }
  6014. .glyphicon-triangle-bottom:before {
  6015. content: "\e252";
  6016. }
  6017. .glyphicon-triangle-top:before {
  6018. content: "\e253";
  6019. }
  6020. .glyphicon-console:before {
  6021. content: "\e254";
  6022. }
  6023. .glyphicon-superscript:before {
  6024. content: "\e255";
  6025. }
  6026. .glyphicon-subscript:before {
  6027. content: "\e256";
  6028. }
  6029. .glyphicon-menu-left:before {
  6030. content: "\e257";
  6031. }
  6032. .glyphicon-menu-right:before {
  6033. content: "\e258";
  6034. }
  6035. .glyphicon-menu-down:before {
  6036. content: "\e259";
  6037. }
  6038. .glyphicon-menu-up:before {
  6039. content: "\e260";
  6040. }
  6041. * {
  6042. -webkit-box-sizing: border-box;
  6043. -moz-box-sizing: border-box;
  6044. box-sizing: border-box;
  6045. }
  6046. *:before,
  6047. *:after {
  6048. -webkit-box-sizing: border-box;
  6049. -moz-box-sizing: border-box;
  6050. box-sizing: border-box;
  6051. }
  6052. html {
  6053. font-size: 10px;
  6054.  
  6055. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  6056. }
  6057. body {
  6058. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6059. font-size: 14px;
  6060. line-height: 1.42857143;
  6061. color: #333;
  6062. background-color: #fff;
  6063. }
  6064. input,
  6065. button,
  6066. select,
  6067. textarea {
  6068. font-family: inherit;
  6069. font-size: inherit;
  6070. line-height: inherit;
  6071. }
  6072. a {
  6073. color: #337ab7;
  6074. text-decoration: none;
  6075. }
  6076. a:hover,
  6077. a:focus {
  6078. color: #23527c;
  6079. text-decoration: underline;
  6080. }
  6081. a:focus {
  6082. outline: thin dotted;
  6083. outline: 5px auto -webkit-focus-ring-color;
  6084. outline-offset: -2px;
  6085. }
  6086. figure {
  6087. margin: 0;
  6088. }
  6089. img {
  6090. vertical-align: middle;
  6091. }
  6092. .img-responsive,
  6093. .thumbnail > img,
  6094. .thumbnail a > img,
  6095. .carousel-inner > .item > img,
  6096. .carousel-inner > .item > a > img {
  6097. display: block;
  6098. max-width: 100%;
  6099. height: auto;
  6100. }
  6101. .img-rounded {
  6102. border-radius: 6px;
  6103. }
  6104. .img-thumbnail {
  6105. display: inline-block;
  6106. max-width: 100%;
  6107. height: auto;
  6108. padding: 4px;
  6109. line-height: 1.42857143;
  6110. background-color: #fff;
  6111. border: 1px solid #ddd;
  6112. border-radius: 4px;
  6113. -webkit-transition: all .2s ease-in-out;
  6114. -o-transition: all .2s ease-in-out;
  6115. transition: all .2s ease-in-out;
  6116. }
  6117. .img-circle {
  6118. border-radius: 50%;
  6119. }
  6120. hr {
  6121. margin-top: 20px;
  6122. margin-bottom: 20px;
  6123. border: 0;
  6124. border-top: 1px solid #eee;
  6125. }
  6126. .sr-only {
  6127. position: absolute;
  6128. width: 1px;
  6129. height: 1px;
  6130. padding: 0;
  6131. margin: -1px;
  6132. overflow: hidden;
  6133. clip: rect(0, 0, 0, 0);
  6134. border: 0;
  6135. }
  6136. .sr-only-focusable:active,
  6137. .sr-only-focusable:focus {
  6138. position: static;
  6139. width: auto;
  6140. height: auto;
  6141. margin: 0;
  6142. overflow: visible;
  6143. clip: auto;
  6144. }
  6145. h1,
  6146. h2,
  6147. h3,
  6148. h4,
  6149. h5,
  6150. h6,
  6151. .h1,
  6152. .h2,
  6153. .h3,
  6154. .h4,
  6155. .h5,
  6156. .h6 {
  6157. font-family: inherit;
  6158. font-weight: 500;
  6159. line-height: 1.1;
  6160. color: inherit;
  6161. }
  6162. h1 small,
  6163. h2 small,
  6164. h3 small,
  6165. h4 small,
  6166. h5 small,
  6167. h6 small,
  6168. .h1 small,
  6169. .h2 small,
  6170. .h3 small,
  6171. .h4 small,
  6172. .h5 small,
  6173. .h6 small,
  6174. h1 .small,
  6175. h2 .small,
  6176. h3 .small,
  6177. h4 .small,
  6178. h5 .small,
  6179. h6 .small,
  6180. .h1 .small,
  6181. .h2 .small,
  6182. .h3 .small,
  6183. .h4 .small,
  6184. .h5 .small,
  6185. .h6 .small {
  6186. font-weight: normal;
  6187. line-height: 1;
  6188. color: #777;
  6189. }
  6190. h1,
  6191. .h1,
  6192. h2,
  6193. .h2,
  6194. h3,
  6195. .h3 {
  6196. margin-top: 20px;
  6197. margin-bottom: 10px;
  6198. }
  6199. h1 small,
  6200. .h1 small,
  6201. h2 small,
  6202. .h2 small,
  6203. h3 small,
  6204. .h3 small,
  6205. h1 .small,
  6206. .h1 .small,
  6207. h2 .small,
  6208. .h2 .small,
  6209. h3 .small,
  6210. .h3 .small {
  6211. font-size: 65%;
  6212. }
  6213. h4,
  6214. .h4,
  6215. h5,
  6216. .h5,
  6217. h6,
  6218. .h6 {
  6219. margin-top: 10px;
  6220. margin-bottom: 10px;
  6221. }
  6222. h4 small,
  6223. .h4 small,
  6224. h5 small,
  6225. .h5 small,
  6226. h6 small,
  6227. .h6 small,
  6228. h4 .small,
  6229. .h4 .small,
  6230. h5 .small,
  6231. .h5 .small,
  6232. h6 .small,
  6233. .h6 .small {
  6234. font-size: 75%;
  6235. }
  6236. h1,
  6237. .h1 {
  6238. font-size: 36px;
  6239. }
  6240. h2,
  6241. .h2 {
  6242. font-size: 30px;
  6243. }
  6244. h3,
  6245. .h3 {
  6246. font-size: 24px;
  6247. }
  6248. h4,
  6249. .h4 {
  6250. font-size: 18px;
  6251. }
  6252. h5,
  6253. .h5 {
  6254. font-size: 14px;
  6255. }
  6256. h6,
  6257. .h6 {
  6258. font-size: 12px;
  6259. }
  6260. p {
  6261. margin: 0 0 10px;
  6262. }
  6263. .lead {
  6264. margin-bottom: 20px;
  6265. font-size: 16px;
  6266. font-weight: 300;
  6267. line-height: 1.4;
  6268. }
  6269. @media (min-width: 768px) {
  6270. .lead {
  6271. font-size: 21px;
  6272. }
  6273. }
  6274. small,
  6275. .small {
  6276. font-size: 85%;
  6277. }
  6278. mark,
  6279. .mark {
  6280. padding: .2em;
  6281. background-color: #fcf8e3;
  6282. }
  6283. .text-left {
  6284. text-align: left;
  6285. }
  6286. .text-right {
  6287. text-align: right;
  6288. }
  6289. .text-center {
  6290. text-align: center;
  6291. }
  6292. .text-justify {
  6293. text-align: justify;
  6294. }
  6295. .text-nowrap {
  6296. white-space: nowrap;
  6297. }
  6298. .text-lowercase {
  6299. text-transform: lowercase;
  6300. }
  6301. .text-uppercase {
  6302. text-transform: uppercase;
  6303. }
  6304. .text-capitalize {
  6305. text-transform: capitalize;
  6306. }
  6307. .text-muted {
  6308. color: #777;
  6309. }
  6310. .text-primary {
  6311. color: #337ab7;
  6312. }
  6313. a.text-primary:hover {
  6314. color: #286090;
  6315. }
  6316. .text-success {
  6317. color: #3c763d;
  6318. }
  6319. a.text-success:hover {
  6320. color: #2b542c;
  6321. }
  6322. .text-info {
  6323. color: #31708f;
  6324. }
  6325. a.text-info:hover {
  6326. color: #245269;
  6327. }
  6328. .text-warning {
  6329. color: #8a6d3b;
  6330. }
  6331. a.text-warning:hover {
  6332. color: #66512c;
  6333. }
  6334. .text-danger {
  6335. color: #a94442;
  6336. }
  6337. a.text-danger:hover {
  6338. color: #843534;
  6339. }
  6340. .bg-primary {
  6341. color: #fff;
  6342. background-color: #337ab7;
  6343. }
  6344. a.bg-primary:hover {
  6345. background-color: #286090;
  6346. }
  6347. .bg-success {
  6348. background-color: #dff0d8;
  6349. }
  6350. a.bg-success:hover {
  6351. background-color: #c1e2b3;
  6352. }
  6353. .bg-info {
  6354. background-color: #d9edf7;
  6355. }
  6356. a.bg-info:hover {
  6357. background-color: #afd9ee;
  6358. }
  6359. .bg-warning {
  6360. background-color: #fcf8e3;
  6361. }
  6362. a.bg-warning:hover {
  6363. background-color: #f7ecb5;
  6364. }
  6365. .bg-danger {
  6366. background-color: #f2dede;
  6367. }
  6368. a.bg-danger:hover {
  6369. background-color: #e4b9b9;
  6370. }
  6371. .page-header {
  6372. padding-bottom: 9px;
  6373. margin: 40px 0 20px;
  6374. border-bottom: 1px solid #eee;
  6375. }
  6376. ul,
  6377. ol {
  6378. margin-top: 0;
  6379. margin-bottom: 10px;
  6380. }
  6381. ul ul,
  6382. ol ul,
  6383. ul ol,
  6384. ol ol {
  6385. margin-bottom: 0;
  6386. }
  6387. .list-unstyled {
  6388. padding-left: 0;
  6389. list-style: none;
  6390. }
  6391. .list-inline {
  6392. padding-left: 0;
  6393. margin-left: -5px;
  6394. list-style: none;
  6395. }
  6396. .list-inline > li {
  6397. display: inline-block;
  6398. padding-right: 5px;
  6399. padding-left: 5px;
  6400. }
  6401. dl {
  6402. margin-top: 0;
  6403. margin-bottom: 20px;
  6404. }
  6405. dt,
  6406. dd {
  6407. line-height: 1.42857143;
  6408. }
  6409. dt {
  6410. font-weight: bold;
  6411. }
  6412. dd {
  6413. margin-left: 0;
  6414. }
  6415. @media (min-width: 768px) {
  6416. .dl-horizontal dt {
  6417. float: left;
  6418. width: 160px;
  6419. overflow: hidden;
  6420. clear: left;
  6421. text-align: right;
  6422. text-overflow: ellipsis;
  6423. white-space: nowrap;
  6424. }
  6425. .dl-horizontal dd {
  6426. margin-left: 180px;
  6427. }
  6428. }
  6429. abbr[title],
  6430. abbr[data-original-title] {
  6431. cursor: help;
  6432. border-bottom: 1px dotted #777;
  6433. }
  6434. .initialism {
  6435. font-size: 90%;
  6436. text-transform: uppercase;
  6437. }
  6438. blockquote {
  6439. padding: 10px 20px;
  6440. margin: 0 0 20px;
  6441. font-size: 17.5px;
  6442. border-left: 5px solid #eee;
  6443. }
  6444. blockquote p:last-child,
  6445. blockquote ul:last-child,
  6446. blockquote ol:last-child {
  6447. margin-bottom: 0;
  6448. }
  6449. blockquote footer,
  6450. blockquote small,
  6451. blockquote .small {
  6452. display: block;
  6453. font-size: 80%;
  6454. line-height: 1.42857143;
  6455. color: #777;
  6456. }
  6457. blockquote footer:before,
  6458. blockquote small:before,
  6459. blockquote .small:before {
  6460. content: '\2014 \00A0';
  6461. }
  6462. .blockquote-reverse,
  6463. blockquote.pull-right {
  6464. padding-right: 15px;
  6465. padding-left: 0;
  6466. text-align: right;
  6467. border-right: 5px solid #eee;
  6468. border-left: 0;
  6469. }
  6470. .blockquote-reverse footer:before,
  6471. blockquote.pull-right footer:before,
  6472. .blockquote-reverse small:before,
  6473. blockquote.pull-right small:before,
  6474. .blockquote-reverse .small:before,
  6475. blockquote.pull-right .small:before {
  6476. content: '';
  6477. }
  6478. .blockquote-reverse footer:after,
  6479. blockquote.pull-right footer:after,
  6480. .blockquote-reverse small:after,
  6481. blockquote.pull-right small:after,
  6482. .blockquote-reverse .small:after,
  6483. blockquote.pull-right .small:after {
  6484. content: '\00A0 \2014';
  6485. }
  6486. address {
  6487. margin-bottom: 20px;
  6488. font-style: normal;
  6489. line-height: 1.42857143;
  6490. }
  6491. code,
  6492. kbd,
  6493. pre,
  6494. samp {
  6495. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  6496. }
  6497. code {
  6498. padding: 2px 4px;
  6499. font-size: 90%;
  6500. color: #c7254e;
  6501. background-color: #f9f2f4;
  6502. border-radius: 4px;
  6503. }
  6504. kbd {
  6505. padding: 2px 4px;
  6506. font-size: 90%;
  6507. color: #fff;
  6508. background-color: #333;
  6509. border-radius: 3px;
  6510. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  6511. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  6512. }
  6513. kbd kbd {
  6514. padding: 0;
  6515. font-size: 100%;
  6516. font-weight: bold;
  6517. -webkit-box-shadow: none;
  6518. box-shadow: none;
  6519. }
  6520. pre {
  6521. display: block;
  6522. padding: 9.5px;
  6523. margin: 0 0 10px;
  6524. font-size: 13px;
  6525. line-height: 1.42857143;
  6526. color: #333;
  6527. word-break: break-all;
  6528. word-wrap: break-word;
  6529. background-color: #f5f5f5;
  6530. border: 1px solid #ccc;
  6531. border-radius: 4px;
  6532. }
  6533. pre code {
  6534. padding: 0;
  6535. font-size: inherit;
  6536. color: inherit;
  6537. white-space: pre-wrap;
  6538. background-color: transparent;
  6539. border-radius: 0;
  6540. }
  6541. .pre-scrollable {
  6542. max-height: 340px;
  6543. overflow-y: scroll;
  6544. }
  6545. .container {
  6546. padding-right: 15px;
  6547. padding-left: 15px;
  6548. margin-right: auto;
  6549. margin-left: auto;
  6550. }
  6551. @media (min-width: 768px) {
  6552. .container {
  6553. width: 750px;
  6554. }
  6555. }
  6556. @media (min-width: 992px) {
  6557. .container {
  6558. width: 970px;
  6559. }
  6560. }
  6561. @media (min-width: 1200px) {
  6562. .container {
  6563. width: 1170px;
  6564. }
  6565. }
  6566. .container-fluid {
  6567. padding-right: 15px;
  6568. padding-left: 15px;
  6569. margin-right: auto;
  6570. margin-left: auto;
  6571. }
  6572. .row {
  6573. margin-right: -15px;
  6574. margin-left: -15px;
  6575. }
  6576. .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 {
  6577. position: relative;
  6578. min-height: 1px;
  6579. padding-right: 15px;
  6580. padding-left: 15px;
  6581. }
  6582. .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 {
  6583. float: left;
  6584. }
  6585. .col-xs-12 {
  6586. width: 100%;
  6587. }
  6588. .col-xs-11 {
  6589. width: 91.66666667%;
  6590. }
  6591. .col-xs-10 {
  6592. width: 83.33333333%;
  6593. }
  6594. .col-xs-9 {
  6595. width: 75%;
  6596. }
  6597. .col-xs-8 {
  6598. width: 66.66666667%;
  6599. }
  6600. .col-xs-7 {
  6601. width: 58.33333333%;
  6602. }
  6603. .col-xs-6 {
  6604. width: 50%;
  6605. }
  6606. .col-xs-5 {
  6607. width: 41.66666667%;
  6608. }
  6609. .col-xs-4 {
  6610. width: 33.33333333%;
  6611. }
  6612. .col-xs-3 {
  6613. width: 25%;
  6614. }
  6615. .col-xs-2 {
  6616. width: 16.66666667%;
  6617. }
  6618. .col-xs-1 {
  6619. width: 8.33333333%;
  6620. }
  6621. .col-xs-pull-12 {
  6622. right: 100%;
  6623. }
  6624. .col-xs-pull-11 {
  6625. right: 91.66666667%;
  6626. }
  6627. .col-xs-pull-10 {
  6628. right: 83.33333333%;
  6629. }
  6630. .col-xs-pull-9 {
  6631. right: 75%;
  6632. }
  6633. .col-xs-pull-8 {
  6634. right: 66.66666667%;
  6635. }
  6636. .col-xs-pull-7 {
  6637. right: 58.33333333%;
  6638. }
  6639. .col-xs-pull-6 {
  6640. right: 50%;
  6641. }
  6642. .col-xs-pull-5 {
  6643. right: 41.66666667%;
  6644. }
  6645. .col-xs-pull-4 {
  6646. right: 33.33333333%;
  6647. }
  6648. .col-xs-pull-3 {
  6649. right: 25%;
  6650. }
  6651. .col-xs-pull-2 {
  6652. right: 16.66666667%;
  6653. }
  6654. .col-xs-pull-1 {
  6655. right: 8.33333333%;
  6656. }
  6657. .col-xs-pull-0 {
  6658. right: auto;
  6659. }
  6660. .col-xs-push-12 {
  6661. left: 100%;
  6662. }
  6663. .col-xs-push-11 {
  6664. left: 91.66666667%;
  6665. }
  6666. .col-xs-push-10 {
  6667. left: 83.33333333%;
  6668. }
  6669. .col-xs-push-9 {
  6670. left: 75%;
  6671. }
  6672. .col-xs-push-8 {
  6673. left: 66.66666667%;
  6674. }
  6675. .col-xs-push-7 {
  6676. left: 58.33333333%;
  6677. }
  6678. .col-xs-push-6 {
  6679. left: 50%;
  6680. }
  6681. .col-xs-push-5 {
  6682. left: 41.66666667%;
  6683. }
  6684. .col-xs-push-4 {
  6685. left: 33.33333333%;
  6686. }
  6687. .col-xs-push-3 {
  6688. left: 25%;
  6689. }
  6690. .col-xs-push-2 {
  6691. left: 16.66666667%;
  6692. }
  6693. .col-xs-push-1 {
  6694. left: 8.33333333%;
  6695. }
  6696. .col-xs-push-0 {
  6697. left: auto;
  6698. }
  6699. .col-xs-offset-12 {
  6700. margin-left: 100%;
  6701. }
  6702. .col-xs-offset-11 {
  6703. margin-left: 91.66666667%;
  6704. }
  6705. .col-xs-offset-10 {
  6706. margin-left: 83.33333333%;
  6707. }
  6708. .col-xs-offset-9 {
  6709. margin-left: 75%;
  6710. }
  6711. .col-xs-offset-8 {
  6712. margin-left: 66.66666667%;
  6713. }
  6714. .col-xs-offset-7 {
  6715. margin-left: 58.33333333%;
  6716. }
  6717. .col-xs-offset-6 {
  6718. margin-left: 50%;
  6719. }
  6720. .col-xs-offset-5 {
  6721. margin-left: 41.66666667%;
  6722. }
  6723. .col-xs-offset-4 {
  6724. margin-left: 33.33333333%;
  6725. }
  6726. .col-xs-offset-3 {
  6727. margin-left: 25%;
  6728. }
  6729. .col-xs-offset-2 {
  6730. margin-left: 16.66666667%;
  6731. }
  6732. .col-xs-offset-1 {
  6733. margin-left: 8.33333333%;
  6734. }
  6735. .col-xs-offset-0 {
  6736. margin-left: 0;
  6737. }
  6738. @media (min-width: 768px) {
  6739. .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 {
  6740. float: left;
  6741. }
  6742. .col-sm-12 {
  6743. width: 100%;
  6744. }
  6745. .col-sm-11 {
  6746. width: 91.66666667%;
  6747. }
  6748. .col-sm-10 {
  6749. width: 83.33333333%;
  6750. }
  6751. .col-sm-9 {
  6752. width: 75%;
  6753. }
  6754. .col-sm-8 {
  6755. width: 66.66666667%;
  6756. }
  6757. .col-sm-7 {
  6758. width: 58.33333333%;
  6759. }
  6760. .col-sm-6 {
  6761. width: 50%;
  6762. }
  6763. .col-sm-5 {
  6764. width: 41.66666667%;
  6765. }
  6766. .col-sm-4 {
  6767. width: 33.33333333%;
  6768. }
  6769. .col-sm-3 {
  6770. width: 25%;
  6771. }
  6772. .col-sm-2 {
  6773. width: 16.66666667%;
  6774. }
  6775. .col-sm-1 {
  6776. width: 8.33333333%;
  6777. }
  6778. .col-sm-pull-12 {
  6779. right: 100%;
  6780. }
  6781. .col-sm-pull-11 {
  6782. right: 91.66666667%;
  6783. }
  6784. .col-sm-pull-10 {
  6785. right: 83.33333333%;
  6786. }
  6787. .col-sm-pull-9 {
  6788. right: 75%;
  6789. }
  6790. .col-sm-pull-8 {
  6791. right: 66.66666667%;
  6792. }
  6793. .col-sm-pull-7 {
  6794. right: 58.33333333%;
  6795. }
  6796. .col-sm-pull-6 {
  6797. right: 50%;
  6798. }
  6799. .col-sm-pull-5 {
  6800. right: 41.66666667%;
  6801. }
  6802. .col-sm-pull-4 {
  6803. right: 33.33333333%;
  6804. }
  6805. .col-sm-pull-3 {
  6806. right: 25%;
  6807. }
  6808. .col-sm-pull-2 {
  6809. right: 16.66666667%;
  6810. }
  6811. .col-sm-pull-1 {
  6812. right: 8.33333333%;
  6813. }
  6814. .col-sm-pull-0 {
  6815. right: auto;
  6816. }
  6817. .col-sm-push-12 {
  6818. left: 100%;
  6819. }
  6820. .col-sm-push-11 {
  6821. left: 91.66666667%;
  6822. }
  6823. .col-sm-push-10 {
  6824. left: 83.33333333%;
  6825. }
  6826. .col-sm-push-9 {
  6827. left: 75%;
  6828. }
  6829. .col-sm-push-8 {
  6830. left: 66.66666667%;
  6831. }
  6832. .col-sm-push-7 {
  6833. left: 58.33333333%;
  6834. }
  6835. .col-sm-push-6 {
  6836. left: 50%;
  6837. }
  6838. .col-sm-push-5 {
  6839. left: 41.66666667%;
  6840. }
  6841. .col-sm-push-4 {
  6842. left: 33.33333333%;
  6843. }
  6844. .col-sm-push-3 {
  6845. left: 25%;
  6846. }
  6847. .col-sm-push-2 {
  6848. left: 16.66666667%;
  6849. }
  6850. .col-sm-push-1 {
  6851. left: 8.33333333%;
  6852. }
  6853. .col-sm-push-0 {
  6854. left: auto;
  6855. }
  6856. .col-sm-offset-12 {
  6857. margin-left: 100%;
  6858. }
  6859. .col-sm-offset-11 {
  6860. margin-left: 91.66666667%;
  6861. }
  6862. .col-sm-offset-10 {
  6863. margin-left: 83.33333333%;
  6864. }
  6865. .col-sm-offset-9 {
  6866. margin-left: 75%;
  6867. }
  6868. .col-sm-offset-8 {
  6869. margin-left: 66.66666667%;
  6870. }
  6871. .col-sm-offset-7 {
  6872. margin-left: 58.33333333%;
  6873. }
  6874. .col-sm-offset-6 {
  6875. margin-left: 50%;
  6876. }
  6877. .col-sm-offset-5 {
  6878. margin-left: 41.66666667%;
  6879. }
  6880. .col-sm-offset-4 {
  6881. margin-left: 33.33333333%;
  6882. }
  6883. .col-sm-offset-3 {
  6884. margin-left: 25%;
  6885. }
  6886. .col-sm-offset-2 {
  6887. margin-left: 16.66666667%;
  6888. }
  6889. .col-sm-offset-1 {
  6890. margin-left: 8.33333333%;
  6891. }
  6892. .col-sm-offset-0 {
  6893. margin-left: 0;
  6894. }
  6895. }
  6896. @media (min-width: 992px) {
  6897. .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 {
  6898. float: left;
  6899. }
  6900. .col-md-12 {
  6901. width: 100%;
  6902. }
  6903. .col-md-11 {
  6904. width: 91.66666667%;
  6905. }
  6906. .col-md-10 {
  6907. width: 83.33333333%;
  6908. }
  6909. .col-md-9 {
  6910. width: 75%;
  6911. }
  6912. .col-md-8 {
  6913. width: 66.66666667%;
  6914. }
  6915. .col-md-7 {
  6916. width: 58.33333333%;
  6917. }
  6918. .col-md-6 {
  6919. width: 50%;
  6920. }
  6921. .col-md-5 {
  6922. width: 41.66666667%;
  6923. }
  6924. .col-md-4 {
  6925. width: 33.33333333%;
  6926. }
  6927. .col-md-3 {
  6928. width: 25%;
  6929. }
  6930. .col-md-2 {
  6931. width: 16.66666667%;
  6932. }
  6933. .col-md-1 {
  6934. width: 8.33333333%;
  6935. }
  6936. .col-md-pull-12 {
  6937. right: 100%;
  6938. }
  6939. .col-md-pull-11 {
  6940. right: 91.66666667%;
  6941. }
  6942. .col-md-pull-10 {
  6943. right: 83.33333333%;
  6944. }
  6945. .col-md-pull-9 {
  6946. right: 75%;
  6947. }
  6948. .col-md-pull-8 {
  6949. right: 66.66666667%;
  6950. }
  6951. .col-md-pull-7 {
  6952. right: 58.33333333%;
  6953. }
  6954. .col-md-pull-6 {
  6955. right: 50%;
  6956. }
  6957. .col-md-pull-5 {
  6958. right: 41.66666667%;
  6959. }
  6960. .col-md-pull-4 {
  6961. right: 33.33333333%;
  6962. }
  6963. .col-md-pull-3 {
  6964. right: 25%;
  6965. }
  6966. .col-md-pull-2 {
  6967. right: 16.66666667%;
  6968. }
  6969. .col-md-pull-1 {
  6970. right: 8.33333333%;
  6971. }
  6972. .col-md-pull-0 {
  6973. right: auto;
  6974. }
  6975. .col-md-push-12 {
  6976. left: 100%;
  6977. }
  6978. .col-md-push-11 {
  6979. left: 91.66666667%;
  6980. }
  6981. .col-md-push-10 {
  6982. left: 83.33333333%;
  6983. }
  6984. .col-md-push-9 {
  6985. left: 75%;
  6986. }
  6987. .col-md-push-8 {
  6988. left: 66.66666667%;
  6989. }
  6990. .col-md-push-7 {
  6991. left: 58.33333333%;
  6992. }
  6993. .col-md-push-6 {
  6994. left: 50%;
  6995. }
  6996. .col-md-push-5 {
  6997. left: 41.66666667%;
  6998. }
  6999. .col-md-push-4 {
  7000. left: 33.33333333%;
  7001. }
  7002. .col-md-push-3 {
  7003. left: 25%;
  7004. }
  7005. .col-md-push-2 {
  7006. left: 16.66666667%;
  7007. }
  7008. .col-md-push-1 {
  7009. left: 8.33333333%;
  7010. }
  7011. .col-md-push-0 {
  7012. left: auto;
  7013. }
  7014. .col-md-offset-12 {
  7015. margin-left: 100%;
  7016. }
  7017. .col-md-offset-11 {
  7018. margin-left: 91.66666667%;
  7019. }
  7020. .col-md-offset-10 {
  7021. margin-left: 83.33333333%;
  7022. }
  7023. .col-md-offset-9 {
  7024. margin-left: 75%;
  7025. }
  7026. .col-md-offset-8 {
  7027. margin-left: 66.66666667%;
  7028. }
  7029. .col-md-offset-7 {
  7030. margin-left: 58.33333333%;
  7031. }
  7032. .col-md-offset-6 {
  7033. margin-left: 50%;
  7034. }
  7035. .col-md-offset-5 {
  7036. margin-left: 41.66666667%;
  7037. }
  7038. .col-md-offset-4 {
  7039. margin-left: 33.33333333%;
  7040. }
  7041. .col-md-offset-3 {
  7042. margin-left: 25%;
  7043. }
  7044. .col-md-offset-2 {
  7045. margin-left: 16.66666667%;
  7046. }
  7047. .col-md-offset-1 {
  7048. margin-left: 8.33333333%;
  7049. }
  7050. .col-md-offset-0 {
  7051. margin-left: 0;
  7052. }
  7053. }
  7054. @media (min-width: 1200px) {
  7055. .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 {
  7056. float: left;
  7057. }
  7058. .col-lg-12 {
  7059. width: 100%;
  7060. }
  7061. .col-lg-11 {
  7062. width: 91.66666667%;
  7063. }
  7064. .col-lg-10 {
  7065. width: 83.33333333%;
  7066. }
  7067. .col-lg-9 {
  7068. width: 75%;
  7069. }
  7070. .col-lg-8 {
  7071. width: 66.66666667%;
  7072. }
  7073. .col-lg-7 {
  7074. width: 58.33333333%;
  7075. }
  7076. .col-lg-6 {
  7077. width: 50%;
  7078. }
  7079. .col-lg-5 {
  7080. width: 41.66666667%;
  7081. }
  7082. .col-lg-4 {
  7083. width: 33.33333333%;
  7084. }
  7085. .col-lg-3 {
  7086. width: 25%;
  7087. }
  7088. .col-lg-2 {
  7089. width: 16.66666667%;
  7090. }
  7091. .col-lg-1 {
  7092. width: 8.33333333%;
  7093. }
  7094. .col-lg-pull-12 {
  7095. right: 100%;
  7096. }
  7097. .col-lg-pull-11 {
  7098. right: 91.66666667%;
  7099. }
  7100. .col-lg-pull-10 {
  7101. right: 83.33333333%;
  7102. }
  7103. .col-lg-pull-9 {
  7104. right: 75%;
  7105. }
  7106. .col-lg-pull-8 {
  7107. right: 66.66666667%;
  7108. }
  7109. .col-lg-pull-7 {
  7110. right: 58.33333333%;
  7111. }
  7112. .col-lg-pull-6 {
  7113. right: 50%;
  7114. }
  7115. .col-lg-pull-5 {
  7116. right: 41.66666667%;
  7117. }
  7118. .col-lg-pull-4 {
  7119. right: 33.33333333%;
  7120. }
  7121. .col-lg-pull-3 {
  7122. right: 25%;
  7123. }
  7124. .col-lg-pull-2 {
  7125. right: 16.66666667%;
  7126. }
  7127. .col-lg-pull-1 {
  7128. right: 8.33333333%;
  7129. }
  7130. .col-lg-pull-0 {
  7131. right: auto;
  7132. }
  7133. .col-lg-push-12 {
  7134. left: 100%;
  7135. }
  7136. .col-lg-push-11 {
  7137. left: 91.66666667%;
  7138. }
  7139. .col-lg-push-10 {
  7140. left: 83.33333333%;
  7141. }
  7142. .col-lg-push-9 {
  7143. left: 75%;
  7144. }
  7145. .col-lg-push-8 {
  7146. left: 66.66666667%;
  7147. }
  7148. .col-lg-push-7 {
  7149. left: 58.33333333%;
  7150. }
  7151. .col-lg-push-6 {
  7152. left: 50%;
  7153. }
  7154. .col-lg-push-5 {
  7155. left: 41.66666667%;
  7156. }
  7157. .col-lg-push-4 {
  7158. left: 33.33333333%;
  7159. }
  7160. .col-lg-push-3 {
  7161. left: 25%;
  7162. }
  7163. .col-lg-push-2 {
  7164. left: 16.66666667%;
  7165. }
  7166. .col-lg-push-1 {
  7167. left: 8.33333333%;
  7168. }
  7169. .col-lg-push-0 {
  7170. left: auto;
  7171. }
  7172. .col-lg-offset-12 {
  7173. margin-left: 100%;
  7174. }
  7175. .col-lg-offset-11 {
  7176. margin-left: 91.66666667%;
  7177. }
  7178. .col-lg-offset-10 {
  7179. margin-left: 83.33333333%;
  7180. }
  7181. .col-lg-offset-9 {
  7182. margin-left: 75%;
  7183. }
  7184. .col-lg-offset-8 {
  7185. margin-left: 66.66666667%;
  7186. }
  7187. .col-lg-offset-7 {
  7188. margin-left: 58.33333333%;
  7189. }
  7190. .col-lg-offset-6 {
  7191. margin-left: 50%;
  7192. }
  7193. .col-lg-offset-5 {
  7194. margin-left: 41.66666667%;
  7195. }
  7196. .col-lg-offset-4 {
  7197. margin-left: 33.33333333%;
  7198. }
  7199. .col-lg-offset-3 {
  7200. margin-left: 25%;
  7201. }
  7202. .col-lg-offset-2 {
  7203. margin-left: 16.66666667%;
  7204. }
  7205. .col-lg-offset-1 {
  7206. margin-left: 8.33333333%;
  7207. }
  7208. .col-lg-offset-0 {
  7209. margin-left: 0;
  7210. }
  7211. }
  7212. table {
  7213. background-color: transparent;
  7214. }
  7215. caption {
  7216. padding-top: 8px;
  7217. padding-bottom: 8px;
  7218. color: #777;
  7219. text-align: left;
  7220. }
  7221. th {
  7222. text-align: left;
  7223. }
  7224. .table {
  7225. width: 100%;
  7226. max-width: 100%;
  7227. margin-bottom: 20px;
  7228. }
  7229. .table > thead > tr > th,
  7230. .table > tbody > tr > th,
  7231. .table > tfoot > tr > th,
  7232. .table > thead > tr > td,
  7233. .table > tbody > tr > td,
  7234. .table > tfoot > tr > td {
  7235. padding: 8px;
  7236. line-height: 1.42857143;
  7237. vertical-align: top;
  7238. border-top: 1px solid #ddd;
  7239. }
  7240. .table > thead > tr > th {
  7241. vertical-align: bottom;
  7242. border-bottom: 2px solid #ddd;
  7243. }
  7244. .table > caption + thead > tr:first-child > th,
  7245. .table > colgroup + thead > tr:first-child > th,
  7246. .table > thead:first-child > tr:first-child > th,
  7247. .table > caption + thead > tr:first-child > td,
  7248. .table > colgroup + thead > tr:first-child > td,
  7249. .table > thead:first-child > tr:first-child > td {
  7250. border-top: 0;
  7251. }
  7252. .table > tbody + tbody {
  7253. border-top: 2px solid #ddd;
  7254. }
  7255. .table .table {
  7256. background-color: #fff;
  7257. }
  7258. .table-condensed > thead > tr > th,
  7259. .table-condensed > tbody > tr > th,
  7260. .table-condensed > tfoot > tr > th,
  7261. .table-condensed > thead > tr > td,
  7262. .table-condensed > tbody > tr > td,
  7263. .table-condensed > tfoot > tr > td {
  7264. padding: 5px;
  7265. }
  7266. .table-bordered {
  7267. border: 1px solid #ddd;
  7268. }
  7269. .table-bordered > thead > tr > th,
  7270. .table-bordered > tbody > tr > th,
  7271. .table-bordered > tfoot > tr > th,
  7272. .table-bordered > thead > tr > td,
  7273. .table-bordered > tbody > tr > td,
  7274. .table-bordered > tfoot > tr > td {
  7275. border: 1px solid #ddd;
  7276. }
  7277. .table-bordered > thead > tr > th,
  7278. .table-bordered > thead > tr > td {
  7279. border-bottom-width: 2px;
  7280. }
  7281. .table-striped > tbody > tr:nth-of-type(odd) {
  7282. background-color: #f9f9f9;
  7283. }
  7284. .table-hover > tbody > tr:hover {
  7285. background-color: #f5f5f5;
  7286. }
  7287. table col[class*="col-"] {
  7288. position: static;
  7289. display: table-column;
  7290. float: none;
  7291. }
  7292. table td[class*="col-"],
  7293. table th[class*="col-"] {
  7294. position: static;
  7295. display: table-cell;
  7296. float: none;
  7297. }
  7298. .table > thead > tr > td.active,
  7299. .table > tbody > tr > td.active,
  7300. .table > tfoot > tr > td.active,
  7301. .table > thead > tr > th.active,
  7302. .table > tbody > tr > th.active,
  7303. .table > tfoot > tr > th.active,
  7304. .table > thead > tr.active > td,
  7305. .table > tbody > tr.active > td,
  7306. .table > tfoot > tr.active > td,
  7307. .table > thead > tr.active > th,
  7308. .table > tbody > tr.active > th,
  7309. .table > tfoot > tr.active > th {
  7310. background-color: #f5f5f5;
  7311. }
  7312. .table-hover > tbody > tr > td.active:hover,
  7313. .table-hover > tbody > tr > th.active:hover,
  7314. .table-hover > tbody > tr.active:hover > td,
  7315. .table-hover > tbody > tr:hover > .active,
  7316. .table-hover > tbody > tr.active:hover > th {
  7317. background-color: #e8e8e8;
  7318. }
  7319. .table > thead > tr > td.success,
  7320. .table > tbody > tr > td.success,
  7321. .table > tfoot > tr > td.success,
  7322. .table > thead > tr > th.success,
  7323. .table > tbody > tr > th.success,
  7324. .table > tfoot > tr > th.success,
  7325. .table > thead > tr.success > td,
  7326. .table > tbody > tr.success > td,
  7327. .table > tfoot > tr.success > td,
  7328. .table > thead > tr.success > th,
  7329. .table > tbody > tr.success > th,
  7330. .table > tfoot > tr.success > th {
  7331. background-color: #dff0d8;
  7332. }
  7333. .table-hover > tbody > tr > td.success:hover,
  7334. .table-hover > tbody > tr > th.success:hover,
  7335. .table-hover > tbody > tr.success:hover > td,
  7336. .table-hover > tbody > tr:hover > .success,
  7337. .table-hover > tbody > tr.success:hover > th {
  7338. background-color: #d0e9c6;
  7339. }
  7340. .table > thead > tr > td.info,
  7341. .table > tbody > tr > td.info,
  7342. .table > tfoot > tr > td.info,
  7343. .table > thead > tr > th.info,
  7344. .table > tbody > tr > th.info,
  7345. .table > tfoot > tr > th.info,
  7346. .table > thead > tr.info > td,
  7347. .table > tbody > tr.info > td,
  7348. .table > tfoot > tr.info > td,
  7349. .table > thead > tr.info > th,
  7350. .table > tbody > tr.info > th,
  7351. .table > tfoot > tr.info > th {
  7352. background-color: #d9edf7;
  7353. }
  7354. .table-hover > tbody > tr > td.info:hover,
  7355. .table-hover > tbody > tr > th.info:hover,
  7356. .table-hover > tbody > tr.info:hover > td,
  7357. .table-hover > tbody > tr:hover > .info,
  7358. .table-hover > tbody > tr.info:hover > th {
  7359. background-color: #c4e3f3;
  7360. }
  7361. .table > thead > tr > td.warning,
  7362. .table > tbody > tr > td.warning,
  7363. .table > tfoot > tr > td.warning,
  7364. .table > thead > tr > th.warning,
  7365. .table > tbody > tr > th.warning,
  7366. .table > tfoot > tr > th.warning,
  7367. .table > thead > tr.warning > td,
  7368. .table > tbody > tr.warning > td,
  7369. .table > tfoot > tr.warning > td,
  7370. .table > thead > tr.warning > th,
  7371. .table > tbody > tr.warning > th,
  7372. .table > tfoot > tr.warning > th {
  7373. background-color: #fcf8e3;
  7374. }
  7375. .table-hover > tbody > tr > td.warning:hover,
  7376. .table-hover > tbody > tr > th.warning:hover,
  7377. .table-hover > tbody > tr.warning:hover > td,
  7378. .table-hover > tbody > tr:hover > .warning,
  7379. .table-hover > tbody > tr.warning:hover > th {
  7380. background-color: #faf2cc;
  7381. }
  7382. .table > thead > tr > td.danger,
  7383. .table > tbody > tr > td.danger,
  7384. .table > tfoot > tr > td.danger,
  7385. .table > thead > tr > th.danger,
  7386. .table > tbody > tr > th.danger,
  7387. .table > tfoot > tr > th.danger,
  7388. .table > thead > tr.danger > td,
  7389. .table > tbody > tr.danger > td,
  7390. .table > tfoot > tr.danger > td,
  7391. .table > thead > tr.danger > th,
  7392. .table > tbody > tr.danger > th,
  7393. .table > tfoot > tr.danger > th {
  7394. background-color: #f2dede;
  7395. }
  7396. .table-hover > tbody > tr > td.danger:hover,
  7397. .table-hover > tbody > tr > th.danger:hover,
  7398. .table-hover > tbody > tr.danger:hover > td,
  7399. .table-hover > tbody > tr:hover > .danger,
  7400. .table-hover > tbody > tr.danger:hover > th {
  7401. background-color: #ebcccc;
  7402. }
  7403. .table-responsive {
  7404. min-height: .01%;
  7405. overflow-x: auto;
  7406. }
  7407. @media screen and (max-width: 767px) {
  7408. .table-responsive {
  7409. width: 100%;
  7410. margin-bottom: 15px;
  7411. overflow-y: hidden;
  7412. -ms-overflow-style: -ms-autohiding-scrollbar;
  7413. border: 1px solid #ddd;
  7414. }
  7415. .table-responsive > .table {
  7416. margin-bottom: 0;
  7417. }
  7418. .table-responsive > .table > thead > tr > th,
  7419. .table-responsive > .table > tbody > tr > th,
  7420. .table-responsive > .table > tfoot > tr > th,
  7421. .table-responsive > .table > thead > tr > td,
  7422. .table-responsive > .table > tbody > tr > td,
  7423. .table-responsive > .table > tfoot > tr > td {
  7424. white-space: nowrap;
  7425. }
  7426. .table-responsive > .table-bordered {
  7427. border: 0;
  7428. }
  7429. .table-responsive > .table-bordered > thead > tr > th:first-child,
  7430. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  7431. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  7432. .table-responsive > .table-bordered > thead > tr > td:first-child,
  7433. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  7434. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  7435. border-left: 0;
  7436. }
  7437. .table-responsive > .table-bordered > thead > tr > th:last-child,
  7438. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  7439. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  7440. .table-responsive > .table-bordered > thead > tr > td:last-child,
  7441. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  7442. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  7443. border-right: 0;
  7444. }
  7445. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  7446. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  7447. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  7448. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  7449. border-bottom: 0;
  7450. }
  7451. }
  7452. fieldset {
  7453. min-width: 0;
  7454. padding: 0;
  7455. margin: 0;
  7456. border: 0;
  7457. }
  7458. legend {
  7459. display: block;
  7460. width: 100%;
  7461. padding: 0;
  7462. margin-bottom: 20px;
  7463. font-size: 21px;
  7464. line-height: inherit;
  7465. color: #333;
  7466. border: 0;
  7467. border-bottom: 1px solid #e5e5e5;
  7468. }
  7469. label {
  7470. display: inline-block;
  7471. max-width: 100%;
  7472. margin-bottom: 5px;
  7473. font-weight: bold;
  7474. }
  7475. input[type="search"] {
  7476. -webkit-box-sizing: border-box;
  7477. -moz-box-sizing: border-box;
  7478. box-sizing: border-box;
  7479. }
  7480. input[type="radio"],
  7481. input[type="checkbox"] {
  7482. margin: 4px 0 0;
  7483. margin-top: 1px \9;
  7484. line-height: normal;
  7485. }
  7486. input[type="file"] {
  7487. display: block;
  7488. }
  7489. input[type="range"] {
  7490. display: block;
  7491. width: 100%;
  7492. }
  7493. select[multiple],
  7494. select[size] {
  7495. height: auto;
  7496. }
  7497. input[type="file"]:focus,
  7498. input[type="radio"]:focus,
  7499. input[type="checkbox"]:focus {
  7500. outline: thin dotted;
  7501. outline: 5px auto -webkit-focus-ring-color;
  7502. outline-offset: -2px;
  7503. }
  7504. output {
  7505. display: block;
  7506. padding-top: 7px;
  7507. font-size: 14px;
  7508. line-height: 1.42857143;
  7509. color: #555;
  7510. }
  7511. .form-control {
  7512. display: block;
  7513. width: 100%;
  7514. height: 34px;
  7515. padding: 6px 12px;
  7516. font-size: 14px;
  7517. line-height: 1.42857143;
  7518. color: #555;
  7519. background-color: #fff;
  7520. background-image: none;
  7521. border: 1px solid #ccc;
  7522. border-radius: 4px;
  7523. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7524. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7525. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  7526. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  7527. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  7528. }
  7529. .form-control:focus {
  7530. border-color: #66afe9;
  7531. outline: 0;
  7532. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  7533. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  7534. }
  7535. .form-control::-moz-placeholder {
  7536. color: #999;
  7537. opacity: 1;
  7538. }
  7539. .form-control:-ms-input-placeholder {
  7540. color: #999;
  7541. }
  7542. .form-control::-webkit-input-placeholder {
  7543. color: #999;
  7544. }
  7545. .form-control[disabled],
  7546. .form-control[readonly],
  7547. fieldset[disabled] .form-control {
  7548. cursor: not-allowed;
  7549. background-color: #eee;
  7550. opacity: 1;
  7551. }
  7552. textarea.form-control {
  7553. height: auto;
  7554. }
  7555. input[type="search"] {
  7556. -webkit-appearance: none;
  7557. }
  7558. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  7559. input[type="date"],
  7560. input[type="time"],
  7561. input[type="datetime-local"],
  7562. input[type="month"] {
  7563. line-height: 34px;
  7564. }
  7565. input[type="date"].input-sm,
  7566. input[type="time"].input-sm,
  7567. input[type="datetime-local"].input-sm,
  7568. input[type="month"].input-sm,
  7569. .input-group-sm input[type="date"],
  7570. .input-group-sm input[type="time"],
  7571. .input-group-sm input[type="datetime-local"],
  7572. .input-group-sm input[type="month"] {
  7573. line-height: 30px;
  7574. }
  7575. input[type="date"].input-lg,
  7576. input[type="time"].input-lg,
  7577. input[type="datetime-local"].input-lg,
  7578. input[type="month"].input-lg,
  7579. .input-group-lg input[type="date"],
  7580. .input-group-lg input[type="time"],
  7581. .input-group-lg input[type="datetime-local"],
  7582. .input-group-lg input[type="month"] {
  7583. line-height: 46px;
  7584. }
  7585. }
  7586. .form-group {
  7587. margin-bottom: 15px;
  7588. }
  7589. .radio,
  7590. .checkbox {
  7591. position: relative;
  7592. display: block;
  7593. margin-top: 10px;
  7594. margin-bottom: 10px;
  7595. }
  7596. .radio label,
  7597. .checkbox label {
  7598. min-height: 20px;
  7599. padding-left: 20px;
  7600. margin-bottom: 0;
  7601. font-weight: normal;
  7602. cursor: pointer;
  7603. }
  7604. .radio input[type="radio"],
  7605. .radio-inline input[type="radio"],
  7606. .checkbox input[type="checkbox"],
  7607. .checkbox-inline input[type="checkbox"] {
  7608. position: absolute;
  7609. margin-top: 4px \9;
  7610. margin-left: -20px;
  7611. }
  7612. .radio + .radio,
  7613. .checkbox + .checkbox {
  7614. margin-top: -5px;
  7615. }
  7616. .radio-inline,
  7617. .checkbox-inline {
  7618. display: inline-block;
  7619. padding-left: 20px;
  7620. margin-bottom: 0;
  7621. font-weight: normal;
  7622. vertical-align: middle;
  7623. cursor: pointer;
  7624. }
  7625. .radio-inline + .radio-inline,
  7626. .checkbox-inline + .checkbox-inline {
  7627. margin-top: 0;
  7628. margin-left: 10px;
  7629. }
  7630. input[type="radio"][disabled],
  7631. input[type="checkbox"][disabled],
  7632. input[type="radio"].disabled,
  7633. input[type="checkbox"].disabled,
  7634. fieldset[disabled] input[type="radio"],
  7635. fieldset[disabled] input[type="checkbox"] {
  7636. cursor: not-allowed;
  7637. }
  7638. .radio-inline.disabled,
  7639. .checkbox-inline.disabled,
  7640. fieldset[disabled] .radio-inline,
  7641. fieldset[disabled] .checkbox-inline {
  7642. cursor: not-allowed;
  7643. }
  7644. .radio.disabled label,
  7645. .checkbox.disabled label,
  7646. fieldset[disabled] .radio label,
  7647. fieldset[disabled] .checkbox label {
  7648. cursor: not-allowed;
  7649. }
  7650. .form-control-static {
  7651. padding-top: 7px;
  7652. padding-bottom: 7px;
  7653. margin-bottom: 0;
  7654. }
  7655. .form-control-static.input-lg,
  7656. .form-control-static.input-sm {
  7657. padding-right: 0;
  7658. padding-left: 0;
  7659. }
  7660. .input-sm {
  7661. height: 30px;
  7662. padding: 5px 10px;
  7663. font-size: 12px;
  7664. line-height: 1.5;
  7665. border-radius: 3px;
  7666. }
  7667. select.input-sm {
  7668. height: 30px;
  7669. line-height: 30px;
  7670. }
  7671. textarea.input-sm,
  7672. select[multiple].input-sm {
  7673. height: auto;
  7674. }
  7675. .form-group-sm .form-control {
  7676. height: 30px;
  7677. padding: 5px 10px;
  7678. font-size: 12px;
  7679. line-height: 1.5;
  7680. border-radius: 3px;
  7681. }
  7682. select.form-group-sm .form-control {
  7683. height: 30px;
  7684. line-height: 30px;
  7685. }
  7686. textarea.form-group-sm .form-control,
  7687. select[multiple].form-group-sm .form-control {
  7688. height: auto;
  7689. }
  7690. .form-group-sm .form-control-static {
  7691. height: 30px;
  7692. padding: 5px 10px;
  7693. font-size: 12px;
  7694. line-height: 1.5;
  7695. }
  7696. .input-lg {
  7697. height: 46px;
  7698. padding: 10px 16px;
  7699. font-size: 18px;
  7700. line-height: 1.3333333;
  7701. border-radius: 6px;
  7702. }
  7703. select.input-lg {
  7704. height: 46px;
  7705. line-height: 46px;
  7706. }
  7707. textarea.input-lg,
  7708. select[multiple].input-lg {
  7709. height: auto;
  7710. }
  7711. .form-group-lg .form-control {
  7712. height: 46px;
  7713. padding: 10px 16px;
  7714. font-size: 18px;
  7715. line-height: 1.3333333;
  7716. border-radius: 6px;
  7717. }
  7718. select.form-group-lg .form-control {
  7719. height: 46px;
  7720. line-height: 46px;
  7721. }
  7722. textarea.form-group-lg .form-control,
  7723. select[multiple].form-group-lg .form-control {
  7724. height: auto;
  7725. }
  7726. .form-group-lg .form-control-static {
  7727. height: 46px;
  7728. padding: 10px 16px;
  7729. font-size: 18px;
  7730. line-height: 1.3333333;
  7731. }
  7732. .has-feedback {
  7733. position: relative;
  7734. }
  7735. .has-feedback .form-control {
  7736. padding-right: 42.5px;
  7737. }
  7738. .form-control-feedback {
  7739. position: absolute;
  7740. top: 0;
  7741. right: 0;
  7742. z-index: 2;
  7743. display: block;
  7744. width: 34px;
  7745. height: 34px;
  7746. line-height: 34px;
  7747. text-align: center;
  7748. pointer-events: none;
  7749. }
  7750. .input-lg + .form-control-feedback {
  7751. width: 46px;
  7752. height: 46px;
  7753. line-height: 46px;
  7754. }
  7755. .input-sm + .form-control-feedback {
  7756. width: 30px;
  7757. height: 30px;
  7758. line-height: 30px;
  7759. }
  7760. .has-success .help-block,
  7761. .has-success .control-label,
  7762. .has-success .radio,
  7763. .has-success .checkbox,
  7764. .has-success .radio-inline,
  7765. .has-success .checkbox-inline,
  7766. .has-success.radio label,
  7767. .has-success.checkbox label,
  7768. .has-success.radio-inline label,
  7769. .has-success.checkbox-inline label {
  7770. color: #3c763d;
  7771. }
  7772. .has-success .form-control {
  7773. border-color: #3c763d;
  7774. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7775. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7776. }
  7777. .has-success .form-control:focus {
  7778. border-color: #2b542c;
  7779. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  7780. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  7781. }
  7782. .has-success .input-group-addon {
  7783. color: #3c763d;
  7784. background-color: #dff0d8;
  7785. border-color: #3c763d;
  7786. }
  7787. .has-success .form-control-feedback {
  7788. color: #3c763d;
  7789. }
  7790. .has-warning .help-block,
  7791. .has-warning .control-label,
  7792. .has-warning .radio,
  7793. .has-warning .checkbox,
  7794. .has-warning .radio-inline,
  7795. .has-warning .checkbox-inline,
  7796. .has-warning.radio label,
  7797. .has-warning.checkbox label,
  7798. .has-warning.radio-inline label,
  7799. .has-warning.checkbox-inline label {
  7800. color: #8a6d3b;
  7801. }
  7802. .has-warning .form-control {
  7803. border-color: #8a6d3b;
  7804. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7805. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7806. }
  7807. .has-warning .form-control:focus {
  7808. border-color: #66512c;
  7809. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  7810. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  7811. }
  7812. .has-warning .input-group-addon {
  7813. color: #8a6d3b;
  7814. background-color: #fcf8e3;
  7815. border-color: #8a6d3b;
  7816. }
  7817. .has-warning .form-control-feedback {
  7818. color: #8a6d3b;
  7819. }
  7820. .has-error .help-block,
  7821. .has-error .control-label,
  7822. .has-error .radio,
  7823. .has-error .checkbox,
  7824. .has-error .radio-inline,
  7825. .has-error .checkbox-inline,
  7826. .has-error.radio label,
  7827. .has-error.checkbox label,
  7828. .has-error.radio-inline label,
  7829. .has-error.checkbox-inline label {
  7830. color: #a94442;
  7831. }
  7832. .has-error .form-control {
  7833. border-color: #a94442;
  7834. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7835. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  7836. }
  7837. .has-error .form-control:focus {
  7838. border-color: #843534;
  7839. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  7840. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  7841. }
  7842. .has-error .input-group-addon {
  7843. color: #a94442;
  7844. background-color: #f2dede;
  7845. border-color: #a94442;
  7846. }
  7847. .has-error .form-control-feedback {
  7848. color: #a94442;
  7849. }
  7850. .has-feedback label ~ .form-control-feedback {
  7851. top: 25px;
  7852. }
  7853. .has-feedback label.sr-only ~ .form-control-feedback {
  7854. top: 0;
  7855. }
  7856. .help-block {
  7857. display: block;
  7858. margin-top: 5px;
  7859. margin-bottom: 10px;
  7860. color: #737373;
  7861. }
  7862. @media (min-width: 768px) {
  7863. .form-inline .form-group {
  7864. display: inline-block;
  7865. margin-bottom: 0;
  7866. vertical-align: middle;
  7867. }
  7868. .form-inline .form-control {
  7869. display: inline-block;
  7870. width: auto;
  7871. vertical-align: middle;
  7872. }
  7873. .form-inline .form-control-static {
  7874. display: inline-block;
  7875. }
  7876. .form-inline .input-group {
  7877. display: inline-table;
  7878. vertical-align: middle;
  7879. }
  7880. .form-inline .input-group .input-group-addon,
  7881. .form-inline .input-group .input-group-btn,
  7882. .form-inline .input-group .form-control {
  7883. width: auto;
  7884. }
  7885. .form-inline .input-group > .form-control {
  7886. width: 100%;
  7887. }
  7888. .form-inline .control-label {
  7889. margin-bottom: 0;
  7890. vertical-align: middle;
  7891. }
  7892. .form-inline .radio,
  7893. .form-inline .checkbox {
  7894. display: inline-block;
  7895. margin-top: 0;
  7896. margin-bottom: 0;
  7897. vertical-align: middle;
  7898. }
  7899. .form-inline .radio label,
  7900. .form-inline .checkbox label {
  7901. padding-left: 0;
  7902. }
  7903. .form-inline .radio input[type="radio"],
  7904. .form-inline .checkbox input[type="checkbox"] {
  7905. position: relative;
  7906. margin-left: 0;
  7907. }
  7908. .form-inline .has-feedback .form-control-feedback {
  7909. top: 0;
  7910. }
  7911. }
  7912. .form-horizontal .radio,
  7913. .form-horizontal .checkbox,
  7914. .form-horizontal .radio-inline,
  7915. .form-horizontal .checkbox-inline {
  7916. padding-top: 7px;
  7917. margin-top: 0;
  7918. margin-bottom: 0;
  7919. }
  7920. .form-horizontal .radio,
  7921. .form-horizontal .checkbox {
  7922. min-height: 27px;
  7923. }
  7924. .form-horizontal .form-group {
  7925. margin-right: -15px;
  7926. margin-left: -15px;
  7927. }
  7928. @media (min-width: 768px) {
  7929. .form-horizontal .control-label {
  7930. padding-top: 7px;
  7931. margin-bottom: 0;
  7932. text-align: right;
  7933. }
  7934. }
  7935. .form-horizontal .has-feedback .form-control-feedback {
  7936. right: 15px;
  7937. }
  7938. @media (min-width: 768px) {
  7939. .form-horizontal .form-group-lg .control-label {
  7940. padding-top: 14.333333px;
  7941. }
  7942. }
  7943. @media (min-width: 768px) {
  7944. .form-horizontal .form-group-sm .control-label {
  7945. padding-top: 6px;
  7946. }
  7947. }
  7948. .btn {
  7949. display: inline-block;
  7950. padding: 6px 12px;
  7951. margin-bottom: 0;
  7952. font-size: 14px;
  7953. font-weight: normal;
  7954. line-height: 1.42857143;
  7955. text-align: center;
  7956. white-space: nowrap;
  7957. vertical-align: middle;
  7958. -ms-touch-action: manipulation;
  7959. touch-action: manipulation;
  7960. cursor: pointer;
  7961. -webkit-user-select: none;
  7962. -moz-user-select: none;
  7963. -ms-user-select: none;
  7964. user-select: none;
  7965. background-image: none;
  7966. border: 1px solid transparent;
  7967. border-radius: 4px;
  7968. }
  7969. .btn:focus,
  7970. .btn:active:focus,
  7971. .btn.active:focus,
  7972. .btn.focus,
  7973. .btn:active.focus,
  7974. .btn.active.focus {
  7975. outline: thin dotted;
  7976. outline: 5px auto -webkit-focus-ring-color;
  7977. outline-offset: -2px;
  7978. }
  7979. .btn:hover,
  7980. .btn:focus,
  7981. .btn.focus {
  7982. color: #333;
  7983. text-decoration: none;
  7984. }
  7985. .btn:active,
  7986. .btn.active {
  7987. background-image: none;
  7988. outline: 0;
  7989. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  7990. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  7991. }
  7992. .btn.disabled,
  7993. .btn[disabled],
  7994. fieldset[disabled] .btn {
  7995. pointer-events: none;
  7996. cursor: not-allowed;
  7997. filter: alpha(opacity=65);
  7998. -webkit-box-shadow: none;
  7999. box-shadow: none;
  8000. opacity: .65;
  8001. }
  8002. .btn-default {
  8003. color: #333;
  8004. background-color: #fff;
  8005. border-color: #ccc;
  8006. }
  8007. .btn-default:hover,
  8008. .btn-default:focus,
  8009. .btn-default.focus,
  8010. .btn-default:active,
  8011. .btn-default.active,
  8012. .open > .dropdown-toggle.btn-default {
  8013. color: #333;
  8014. background-color: #e6e6e6;
  8015. border-color: #adadad;
  8016. }
  8017. .btn-default:active,
  8018. .btn-default.active,
  8019. .open > .dropdown-toggle.btn-default {
  8020. background-image: none;
  8021. }
  8022. .btn-default.disabled,
  8023. .btn-default[disabled],
  8024. fieldset[disabled] .btn-default,
  8025. .btn-default.disabled:hover,
  8026. .btn-default[disabled]:hover,
  8027. fieldset[disabled] .btn-default:hover,
  8028. .btn-default.disabled:focus,
  8029. .btn-default[disabled]:focus,
  8030. fieldset[disabled] .btn-default:focus,
  8031. .btn-default.disabled.focus,
  8032. .btn-default[disabled].focus,
  8033. fieldset[disabled] .btn-default.focus,
  8034. .btn-default.disabled:active,
  8035. .btn-default[disabled]:active,
  8036. fieldset[disabled] .btn-default:active,
  8037. .btn-default.disabled.active,
  8038. .btn-default[disabled].active,
  8039. fieldset[disabled] .btn-default.active {
  8040. background-color: #fff;
  8041. border-color: #ccc;
  8042. }
  8043. .btn-default .badge {
  8044. color: #fff;
  8045. background-color: #333;
  8046. }
  8047. .btn-primary {
  8048. color: #fff;
  8049. background-color: #337ab7;
  8050. border-color: #2e6da4;
  8051. }
  8052. .btn-primary:hover,
  8053. .btn-primary:focus,
  8054. .btn-primary.focus,
  8055. .btn-primary:active,
  8056. .btn-primary.active,
  8057. .open > .dropdown-toggle.btn-primary {
  8058. color: #fff;
  8059. background-color: #286090;
  8060. border-color: #204d74;
  8061. }
  8062. .btn-primary:active,
  8063. .btn-primary.active,
  8064. .open > .dropdown-toggle.btn-primary {
  8065. background-image: none;
  8066. }
  8067. .btn-primary.disabled,
  8068. .btn-primary[disabled],
  8069. fieldset[disabled] .btn-primary,
  8070. .btn-primary.disabled:hover,
  8071. .btn-primary[disabled]:hover,
  8072. fieldset[disabled] .btn-primary:hover,
  8073. .btn-primary.disabled:focus,
  8074. .btn-primary[disabled]:focus,
  8075. fieldset[disabled] .btn-primary:focus,
  8076. .btn-primary.disabled.focus,
  8077. .btn-primary[disabled].focus,
  8078. fieldset[disabled] .btn-primary.focus,
  8079. .btn-primary.disabled:active,
  8080. .btn-primary[disabled]:active,
  8081. fieldset[disabled] .btn-primary:active,
  8082. .btn-primary.disabled.active,
  8083. .btn-primary[disabled].active,
  8084. fieldset[disabled] .btn-primary.active {
  8085. background-color: #337ab7;
  8086. border-color: #2e6da4;
  8087. }
  8088. .btn-primary .badge {
  8089. color: #337ab7;
  8090. background-color: #fff;
  8091. }
  8092. .btn-success {
  8093. color: #fff;
  8094. background-color: #5cb85c;
  8095. border-color: #4cae4c;
  8096. }
  8097. .btn-success:hover,
  8098. .btn-success:focus,
  8099. .btn-success.focus,
  8100. .btn-success:active,
  8101. .btn-success.active,
  8102. .open > .dropdown-toggle.btn-success {
  8103. color: #fff;
  8104. background-color: #449d44;
  8105. border-color: #398439;
  8106. }
  8107. .btn-success:active,
  8108. .btn-success.active,
  8109. .open > .dropdown-toggle.btn-success {
  8110. background-image: none;
  8111. }
  8112. .btn-success.disabled,
  8113. .btn-success[disabled],
  8114. fieldset[disabled] .btn-success,
  8115. .btn-success.disabled:hover,
  8116. .btn-success[disabled]:hover,
  8117. fieldset[disabled] .btn-success:hover,
  8118. .btn-success.disabled:focus,
  8119. .btn-success[disabled]:focus,
  8120. fieldset[disabled] .btn-success:focus,
  8121. .btn-success.disabled.focus,
  8122. .btn-success[disabled].focus,
  8123. fieldset[disabled] .btn-success.focus,
  8124. .btn-success.disabled:active,
  8125. .btn-success[disabled]:active,
  8126. fieldset[disabled] .btn-success:active,
  8127. .btn-success.disabled.active,
  8128. .btn-success[disabled].active,
  8129. fieldset[disabled] .btn-success.active {
  8130. background-color: #5cb85c;
  8131. border-color: #4cae4c;
  8132. }
  8133. .btn-success .badge {
  8134. color: #5cb85c;
  8135. background-color: #fff;
  8136. }
  8137. .btn-info {
  8138. color: #fff;
  8139. background-color: #5bc0de;
  8140. border-color: #46b8da;
  8141. }
  8142. .btn-info:hover,
  8143. .btn-info:focus,
  8144. .btn-info.focus,
  8145. .btn-info:active,
  8146. .btn-info.active,
  8147. .open > .dropdown-toggle.btn-info {
  8148. color: #fff;
  8149. background-color: #31b0d5;
  8150. border-color: #269abc;
  8151. }
  8152. .btn-info:active,
  8153. .btn-info.active,
  8154. .open > .dropdown-toggle.btn-info {
  8155. background-image: none;
  8156. }
  8157. .btn-info.disabled,
  8158. .btn-info[disabled],
  8159. fieldset[disabled] .btn-info,
  8160. .btn-info.disabled:hover,
  8161. .btn-info[disabled]:hover,
  8162. fieldset[disabled] .btn-info:hover,
  8163. .btn-info.disabled:focus,
  8164. .btn-info[disabled]:focus,
  8165. fieldset[disabled] .btn-info:focus,
  8166. .btn-info.disabled.focus,
  8167. .btn-info[disabled].focus,
  8168. fieldset[disabled] .btn-info.focus,
  8169. .btn-info.disabled:active,
  8170. .btn-info[disabled]:active,
  8171. fieldset[disabled] .btn-info:active,
  8172. .btn-info.disabled.active,
  8173. .btn-info[disabled].active,
  8174. fieldset[disabled] .btn-info.active {
  8175. background-color: #5bc0de;
  8176. border-color: #46b8da;
  8177. }
  8178. .btn-info .badge {
  8179. color: #5bc0de;
  8180. background-color: #fff;
  8181. }
  8182. .btn-warning {
  8183. color: #fff;
  8184. background-color: #f0ad4e;
  8185. border-color: #eea236;
  8186. }
  8187. .btn-warning:hover,
  8188. .btn-warning:focus,
  8189. .btn-warning.focus,
  8190. .btn-warning:active,
  8191. .btn-warning.active,
  8192. .open > .dropdown-toggle.btn-warning {
  8193. color: #fff;
  8194. background-color: #ec971f;
  8195. border-color: #d58512;
  8196. }
  8197. .btn-warning:active,
  8198. .btn-warning.active,
  8199. .open > .dropdown-toggle.btn-warning {
  8200. background-image: none;
  8201. }
  8202. .btn-warning.disabled,
  8203. .btn-warning[disabled],
  8204. fieldset[disabled] .btn-warning,
  8205. .btn-warning.disabled:hover,
  8206. .btn-warning[disabled]:hover,
  8207. fieldset[disabled] .btn-warning:hover,
  8208. .btn-warning.disabled:focus,
  8209. .btn-warning[disabled]:focus,
  8210. fieldset[disabled] .btn-warning:focus,
  8211. .btn-warning.disabled.focus,
  8212. .btn-warning[disabled].focus,
  8213. fieldset[disabled] .btn-warning.focus,
  8214. .btn-warning.disabled:active,
  8215. .btn-warning[disabled]:active,
  8216. fieldset[disabled] .btn-warning:active,
  8217. .btn-warning.disabled.active,
  8218. .btn-warning[disabled].active,
  8219. fieldset[disabled] .btn-warning.active {
  8220. background-color: #f0ad4e;
  8221. border-color: #eea236;
  8222. }
  8223. .btn-warning .badge {
  8224. color: #f0ad4e;
  8225. background-color: #fff;
  8226. }
  8227. .btn-danger {
  8228. color: #fff;
  8229. background-color: #d9534f;
  8230. border-color: #d43f3a;
  8231. }
  8232. .btn-danger:hover,
  8233. .btn-danger:focus,
  8234. .btn-danger.focus,
  8235. .btn-danger:active,
  8236. .btn-danger.active,
  8237. .open > .dropdown-toggle.btn-danger {
  8238. color: #fff;
  8239. background-color: #c9302c;
  8240. border-color: #ac2925;
  8241. }
  8242. .btn-danger:active,
  8243. .btn-danger.active,
  8244. .open > .dropdown-toggle.btn-danger {
  8245. background-image: none;
  8246. }
  8247. .btn-danger.disabled,
  8248. .btn-danger[disabled],
  8249. fieldset[disabled] .btn-danger,
  8250. .btn-danger.disabled:hover,
  8251. .btn-danger[disabled]:hover,
  8252. fieldset[disabled] .btn-danger:hover,
  8253. .btn-danger.disabled:focus,
  8254. .btn-danger[disabled]:focus,
  8255. fieldset[disabled] .btn-danger:focus,
  8256. .btn-danger.disabled.focus,
  8257. .btn-danger[disabled].focus,
  8258. fieldset[disabled] .btn-danger.focus,
  8259. .btn-danger.disabled:active,
  8260. .btn-danger[disabled]:active,
  8261. fieldset[disabled] .btn-danger:active,
  8262. .btn-danger.disabled.active,
  8263. .btn-danger[disabled].active,
  8264. fieldset[disabled] .btn-danger.active {
  8265. background-color: #d9534f;
  8266. border-color: #d43f3a;
  8267. }
  8268. .btn-danger .badge {
  8269. color: #d9534f;
  8270. background-color: #fff;
  8271. }
  8272. .btn-link {
  8273. font-weight: normal;
  8274. color: #337ab7;
  8275. border-radius: 0;
  8276. }
  8277. .btn-link,
  8278. .btn-link:active,
  8279. .btn-link.active,
  8280. .btn-link[disabled],
  8281. fieldset[disabled] .btn-link {
  8282. background-color: transparent;
  8283. -webkit-box-shadow: none;
  8284. box-shadow: none;
  8285. }
  8286. .btn-link,
  8287. .btn-link:hover,
  8288. .btn-link:focus,
  8289. .btn-link:active {
  8290. border-color: transparent;
  8291. }
  8292. .btn-link:hover,
  8293. .btn-link:focus {
  8294. color: #23527c;
  8295. text-decoration: underline;
  8296. background-color: transparent;
  8297. }
  8298. .btn-link[disabled]:hover,
  8299. fieldset[disabled] .btn-link:hover,
  8300. .btn-link[disabled]:focus,
  8301. fieldset[disabled] .btn-link:focus {
  8302. color: #777;
  8303. text-decoration: none;
  8304. }
  8305. .btn-lg,
  8306. .btn-group-lg > .btn {
  8307. padding: 10px 16px;
  8308. font-size: 18px;
  8309. line-height: 1.3333333;
  8310. border-radius: 6px;
  8311. }
  8312. .btn-sm,
  8313. .btn-group-sm > .btn {
  8314. padding: 5px 10px;
  8315. font-size: 12px;
  8316. line-height: 1.5;
  8317. border-radius: 3px;
  8318. }
  8319. .btn-xs,
  8320. .btn-group-xs > .btn {
  8321. padding: 1px 5px;
  8322. font-size: 12px;
  8323. line-height: 1.5;
  8324. border-radius: 3px;
  8325. }
  8326. .btn-block {
  8327. display: block;
  8328. width: 100%;
  8329. }
  8330. .btn-block + .btn-block {
  8331. margin-top: 5px;
  8332. }
  8333. input[type="submit"].btn-block,
  8334. input[type="reset"].btn-block,
  8335. input[type="button"].btn-block {
  8336. width: 100%;
  8337. }
  8338. .fade {
  8339. opacity: 0;
  8340. -webkit-transition: opacity .15s linear;
  8341. -o-transition: opacity .15s linear;
  8342. transition: opacity .15s linear;
  8343. }
  8344. .fade.in {
  8345. opacity: 1;
  8346. }
  8347. .collapse {
  8348. display: none;
  8349. visibility: hidden;
  8350. }
  8351. .collapse.in {
  8352. display: block;
  8353. visibility: visible;
  8354. }
  8355. tr.collapse.in {
  8356. display: table-row;
  8357. }
  8358. tbody.collapse.in {
  8359. display: table-row-group;
  8360. }
  8361. .collapsing {
  8362. position: relative;
  8363. height: 0;
  8364. overflow: hidden;
  8365. -webkit-transition-timing-function: ease;
  8366. -o-transition-timing-function: ease;
  8367. transition-timing-function: ease;
  8368. -webkit-transition-duration: .35s;
  8369. -o-transition-duration: .35s;
  8370. transition-duration: .35s;
  8371. -webkit-transition-property: height, visibility;
  8372. -o-transition-property: height, visibility;
  8373. transition-property: height, visibility;
  8374. }
  8375. .caret {
  8376. display: inline-block;
  8377. width: 0;
  8378. height: 0;
  8379. margin-left: 2px;
  8380. vertical-align: middle;
  8381. border-top: 4px solid;
  8382. border-right: 4px solid transparent;
  8383. border-left: 4px solid transparent;
  8384. }
  8385. .dropup,
  8386. .dropdown {
  8387. position: relative;
  8388. }
  8389. .dropdown-toggle:focus {
  8390. outline: 0;
  8391. }
  8392. .dropdown-menu {
  8393. position: absolute;
  8394. top: 100%;
  8395. left: 0;
  8396. z-index: 1000;
  8397. display: none;
  8398. float: left;
  8399. min-width: 160px;
  8400. padding: 5px 0;
  8401. margin: 2px 0 0;
  8402. font-size: 14px;
  8403. text-align: left;
  8404. list-style: none;
  8405. background-color: #fff;
  8406. -webkit-background-clip: padding-box;
  8407. background-clip: padding-box;
  8408. border: 1px solid #ccc;
  8409. border: 1px solid rgba(0, 0, 0, .15);
  8410. border-radius: 4px;
  8411. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  8412. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  8413. }
  8414. .dropdown-menu.pull-right {
  8415. right: 0;
  8416. left: auto;
  8417. }
  8418. .dropdown-menu .divider {
  8419. height: 1px;
  8420. margin: 9px 0;
  8421. overflow: hidden;
  8422. background-color: #e5e5e5;
  8423. }
  8424. .dropdown-menu > li > a {
  8425. display: block;
  8426. padding: 3px 20px;
  8427. clear: both;
  8428. font-weight: normal;
  8429. line-height: 1.42857143;
  8430. color: #333;
  8431. white-space: nowrap;
  8432. }
  8433. .dropdown-menu > li > a:hover,
  8434. .dropdown-menu > li > a:focus {
  8435. color: #262626;
  8436. text-decoration: none;
  8437. background-color: #f5f5f5;
  8438. }
  8439. .dropdown-menu > .active > a,
  8440. .dropdown-menu > .active > a:hover,
  8441. .dropdown-menu > .active > a:focus {
  8442. color: #fff;
  8443. text-decoration: none;
  8444. background-color: #337ab7;
  8445. outline: 0;
  8446. }
  8447. .dropdown-menu > .disabled > a,
  8448. .dropdown-menu > .disabled > a:hover,
  8449. .dropdown-menu > .disabled > a:focus {
  8450. color: #777;
  8451. }
  8452. .dropdown-menu > .disabled > a:hover,
  8453. .dropdown-menu > .disabled > a:focus {
  8454. text-decoration: none;
  8455. cursor: not-allowed;
  8456. background-color: transparent;
  8457. background-image: none;
  8458. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  8459. }
  8460. .open > .dropdown-menu {
  8461. display: block;
  8462. }
  8463. .open > a {
  8464. outline: 0;
  8465. }
  8466. .dropdown-menu-right {
  8467. right: 0;
  8468. left: auto;
  8469. }
  8470. .dropdown-menu-left {
  8471. right: auto;
  8472. left: 0;
  8473. }
  8474. .dropdown-header {
  8475. display: block;
  8476. padding: 3px 20px;
  8477. font-size: 12px;
  8478. line-height: 1.42857143;
  8479. color: #777;
  8480. white-space: nowrap;
  8481. }
  8482. .dropdown-backdrop {
  8483. position: fixed;
  8484. top: 0;
  8485. right: 0;
  8486. bottom: 0;
  8487. left: 0;
  8488. z-index: 990;
  8489. }
  8490. .pull-right > .dropdown-menu {
  8491. right: 0;
  8492. left: auto;
  8493. }
  8494. .dropup .caret,
  8495. .navbar-fixed-bottom .dropdown .caret {
  8496. content: "";
  8497. border-top: 0;
  8498. border-bottom: 4px solid;
  8499. }
  8500. .dropup .dropdown-menu,
  8501. .navbar-fixed-bottom .dropdown .dropdown-menu {
  8502. top: auto;
  8503. bottom: 100%;
  8504. margin-bottom: 2px;
  8505. }
  8506. @media (min-width: 768px) {
  8507. .navbar-right .dropdown-menu {
  8508. right: 0;
  8509. left: auto;
  8510. }
  8511. .navbar-right .dropdown-menu-left {
  8512. right: auto;
  8513. left: 0;
  8514. }
  8515. }
  8516. .btn-group,
  8517. .btn-group-vertical {
  8518. position: relative;
  8519. display: inline-block;
  8520. vertical-align: middle;
  8521. }
  8522. .btn-group > .btn,
  8523. .btn-group-vertical > .btn {
  8524. position: relative;
  8525. float: left;
  8526. }
  8527. .btn-group > .btn:hover,
  8528. .btn-group-vertical > .btn:hover,
  8529. .btn-group > .btn:focus,
  8530. .btn-group-vertical > .btn:focus,
  8531. .btn-group > .btn:active,
  8532. .btn-group-vertical > .btn:active,
  8533. .btn-group > .btn.active,
  8534. .btn-group-vertical > .btn.active {
  8535. z-index: 2;
  8536. }
  8537. .btn-group .btn + .btn,
  8538. .btn-group .btn + .btn-group,
  8539. .btn-group .btn-group + .btn,
  8540. .btn-group .btn-group + .btn-group {
  8541. margin-left: -1px;
  8542. }
  8543. .btn-toolbar {
  8544. margin-left: -5px;
  8545. }
  8546. .btn-toolbar .btn-group,
  8547. .btn-toolbar .input-group {
  8548. float: left;
  8549. }
  8550. .btn-toolbar > .btn,
  8551. .btn-toolbar > .btn-group,
  8552. .btn-toolbar > .input-group {
  8553. margin-left: 5px;
  8554. }
  8555. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  8556. border-radius: 0;
  8557. }
  8558. .btn-group > .btn:first-child {
  8559. margin-left: 0;
  8560. }
  8561. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  8562. border-top-right-radius: 0;
  8563. border-bottom-right-radius: 0;
  8564. }
  8565. .btn-group > .btn:last-child:not(:first-child),
  8566. .btn-group > .dropdown-toggle:not(:first-child) {
  8567. border-top-left-radius: 0;
  8568. border-bottom-left-radius: 0;
  8569. }
  8570. .btn-group > .btn-group {
  8571. float: left;
  8572. }
  8573. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  8574. border-radius: 0;
  8575. }
  8576. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  8577. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  8578. border-top-right-radius: 0;
  8579. border-bottom-right-radius: 0;
  8580. }
  8581. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  8582. border-top-left-radius: 0;
  8583. border-bottom-left-radius: 0;
  8584. }
  8585. .btn-group .dropdown-toggle:active,
  8586. .btn-group.open .dropdown-toggle {
  8587. outline: 0;
  8588. }
  8589. .btn-group > .btn + .dropdown-toggle {
  8590. padding-right: 8px;
  8591. padding-left: 8px;
  8592. }
  8593. .btn-group > .btn-lg + .dropdown-toggle {
  8594. padding-right: 12px;
  8595. padding-left: 12px;
  8596. }
  8597. .btn-group.open .dropdown-toggle {
  8598. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  8599. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  8600. }
  8601. .btn-group.open .dropdown-toggle.btn-link {
  8602. -webkit-box-shadow: none;
  8603. box-shadow: none;
  8604. }
  8605. .btn .caret {
  8606. margin-left: 0;
  8607. }
  8608. .btn-lg .caret {
  8609. border-width: 5px 5px 0;
  8610. border-bottom-width: 0;
  8611. }
  8612. .dropup .btn-lg .caret {
  8613. border-width: 0 5px 5px;
  8614. }
  8615. .btn-group-vertical > .btn,
  8616. .btn-group-vertical > .btn-group,
  8617. .btn-group-vertical > .btn-group > .btn {
  8618. display: block;
  8619. float: none;
  8620. width: 100%;
  8621. max-width: 100%;
  8622. }
  8623. .btn-group-vertical > .btn-group > .btn {
  8624. float: none;
  8625. }
  8626. .btn-group-vertical > .btn + .btn,
  8627. .btn-group-vertical > .btn + .btn-group,
  8628. .btn-group-vertical > .btn-group + .btn,
  8629. .btn-group-vertical > .btn-group + .btn-group {
  8630. margin-top: -1px;
  8631. margin-left: 0;
  8632. }
  8633. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  8634. border-radius: 0;
  8635. }
  8636. .btn-group-vertical > .btn:first-child:not(:last-child) {
  8637. border-top-right-radius: 4px;
  8638. border-bottom-right-radius: 0;
  8639. border-bottom-left-radius: 0;
  8640. }
  8641. .btn-group-vertical > .btn:last-child:not(:first-child) {
  8642. border-top-left-radius: 0;
  8643. border-top-right-radius: 0;
  8644. border-bottom-left-radius: 4px;
  8645. }
  8646. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  8647. border-radius: 0;
  8648. }
  8649. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  8650. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  8651. border-bottom-right-radius: 0;
  8652. border-bottom-left-radius: 0;
  8653. }
  8654. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  8655. border-top-left-radius: 0;
  8656. border-top-right-radius: 0;
  8657. }
  8658. .btn-group-justified {
  8659. display: table;
  8660. width: 100%;
  8661. table-layout: fixed;
  8662. border-collapse: separate;
  8663. }
  8664. .btn-group-justified > .btn,
  8665. .btn-group-justified > .btn-group {
  8666. display: table-cell;
  8667. float: none;
  8668. width: 1%;
  8669. }
  8670. .btn-group-justified > .btn-group .btn {
  8671. width: 100%;
  8672. }
  8673. .btn-group-justified > .btn-group .dropdown-menu {
  8674. left: auto;
  8675. }
  8676. [data-toggle="buttons"] > .btn input[type="radio"],
  8677. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  8678. [data-toggle="buttons"] > .btn input[type="checkbox"],
  8679. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  8680. position: absolute;
  8681. clip: rect(0, 0, 0, 0);
  8682. pointer-events: none;
  8683. }
  8684. .input-group {
  8685. position: relative;
  8686. display: table;
  8687. border-collapse: separate;
  8688. }
  8689. .input-group[class*="col-"] {
  8690. float: none;
  8691. padding-right: 0;
  8692. padding-left: 0;
  8693. }
  8694. .input-group .form-control {
  8695. position: relative;
  8696. z-index: 2;
  8697. float: left;
  8698. width: 100%;
  8699. margin-bottom: 0;
  8700. }
  8701. .input-group-lg > .form-control,
  8702. .input-group-lg > .input-group-addon,
  8703. .input-group-lg > .input-group-btn > .btn {
  8704. height: 46px;
  8705. padding: 10px 16px;
  8706. font-size: 18px;
  8707. line-height: 1.3333333;
  8708. border-radius: 6px;
  8709. }
  8710. select.input-group-lg > .form-control,
  8711. select.input-group-lg > .input-group-addon,
  8712. select.input-group-lg > .input-group-btn > .btn {
  8713. height: 46px;
  8714. line-height: 46px;
  8715. }
  8716. textarea.input-group-lg > .form-control,
  8717. textarea.input-group-lg > .input-group-addon,
  8718. textarea.input-group-lg > .input-group-btn > .btn,
  8719. select[multiple].input-group-lg > .form-control,
  8720. select[multiple].input-group-lg > .input-group-addon,
  8721. select[multiple].input-group-lg > .input-group-btn > .btn {
  8722. height: auto;
  8723. }
  8724. .input-group-sm > .form-control,
  8725. .input-group-sm > .input-group-addon,
  8726. .input-group-sm > .input-group-btn > .btn {
  8727. height: 30px;
  8728. padding: 5px 10px;
  8729. font-size: 12px;
  8730. line-height: 1.5;
  8731. border-radius: 3px;
  8732. }
  8733. select.input-group-sm > .form-control,
  8734. select.input-group-sm > .input-group-addon,
  8735. select.input-group-sm > .input-group-btn > .btn {
  8736. height: 30px;
  8737. line-height: 30px;
  8738. }
  8739. textarea.input-group-sm > .form-control,
  8740. textarea.input-group-sm > .input-group-addon,
  8741. textarea.input-group-sm > .input-group-btn > .btn,
  8742. select[multiple].input-group-sm > .form-control,
  8743. select[multiple].input-group-sm > .input-group-addon,
  8744. select[multiple].input-group-sm > .input-group-btn > .btn {
  8745. height: auto;
  8746. }
  8747. .input-group-addon,
  8748. .input-group-btn,
  8749. .input-group .form-control {
  8750. display: table-cell;
  8751. }
  8752. .input-group-addon:not(:first-child):not(:last-child),
  8753. .input-group-btn:not(:first-child):not(:last-child),
  8754. .input-group .form-control:not(:first-child):not(:last-child) {
  8755. border-radius: 0;
  8756. }
  8757. .input-group-addon,
  8758. .input-group-btn {
  8759. width: 1%;
  8760. white-space: nowrap;
  8761. vertical-align: middle;
  8762. }
  8763. .input-group-addon {
  8764. padding: 6px 12px;
  8765. font-size: 14px;
  8766. font-weight: normal;
  8767. line-height: 1;
  8768. color: #555;
  8769. text-align: center;
  8770. background-color: #eee;
  8771. border: 1px solid #ccc;
  8772. border-radius: 4px;
  8773. }
  8774. .input-group-addon.input-sm {
  8775. padding: 5px 10px;
  8776. font-size: 12px;
  8777. border-radius: 3px;
  8778. }
  8779. .input-group-addon.input-lg {
  8780. padding: 10px 16px;
  8781. font-size: 18px;
  8782. border-radius: 6px;
  8783. }
  8784. .input-group-addon input[type="radio"],
  8785. .input-group-addon input[type="checkbox"] {
  8786. margin-top: 0;
  8787. }
  8788. .input-group .form-control:first-child,
  8789. .input-group-addon:first-child,
  8790. .input-group-btn:first-child > .btn,
  8791. .input-group-btn:first-child > .btn-group > .btn,
  8792. .input-group-btn:first-child > .dropdown-toggle,
  8793. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  8794. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  8795. border-top-right-radius: 0;
  8796. border-bottom-right-radius: 0;
  8797. }
  8798. .input-group-addon:first-child {
  8799. border-right: 0;
  8800. }
  8801. .input-group .form-control:last-child,
  8802. .input-group-addon:last-child,
  8803. .input-group-btn:last-child > .btn,
  8804. .input-group-btn:last-child > .btn-group > .btn,
  8805. .input-group-btn:last-child > .dropdown-toggle,
  8806. .input-group-btn:first-child > .btn:not(:first-child),
  8807. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  8808. border-top-left-radius: 0;
  8809. border-bottom-left-radius: 0;
  8810. }
  8811. .input-group-addon:last-child {
  8812. border-left: 0;
  8813. }
  8814. .input-group-btn {
  8815. position: relative;
  8816. font-size: 0;
  8817. white-space: nowrap;
  8818. }
  8819. .input-group-btn > .btn {
  8820. position: relative;
  8821. }
  8822. .input-group-btn > .btn + .btn {
  8823. margin-left: -1px;
  8824. }
  8825. .input-group-btn > .btn:hover,
  8826. .input-group-btn > .btn:focus,
  8827. .input-group-btn > .btn:active {
  8828. z-index: 2;
  8829. }
  8830. .input-group-btn:first-child > .btn,
  8831. .input-group-btn:first-child > .btn-group {
  8832. margin-right: -1px;
  8833. }
  8834. .input-group-btn:last-child > .btn,
  8835. .input-group-btn:last-child > .btn-group {
  8836. margin-left: -1px;
  8837. }
  8838. .nav {
  8839. padding-left: 0;
  8840. margin-bottom: 0;
  8841. list-style: none;
  8842. }
  8843. .nav > li {
  8844. position: relative;
  8845. display: block;
  8846. }
  8847. .nav > li > a {
  8848. position: relative;
  8849. display: block;
  8850. padding: 10px 15px;
  8851. }
  8852. .nav > li > a:hover,
  8853. .nav > li > a:focus {
  8854. text-decoration: none;
  8855. background-color: #eee;
  8856. }
  8857. .nav > li.disabled > a {
  8858. color: #777;
  8859. }
  8860. .nav > li.disabled > a:hover,
  8861. .nav > li.disabled > a:focus {
  8862. color: #777;
  8863. text-decoration: none;
  8864. cursor: not-allowed;
  8865. background-color: transparent;
  8866. }
  8867. .nav .open > a,
  8868. .nav .open > a:hover,
  8869. .nav .open > a:focus {
  8870. background-color: #eee;
  8871. border-color: #337ab7;
  8872. }
  8873. .nav .nav-divider {
  8874. height: 1px;
  8875. margin: 9px 0;
  8876. overflow: hidden;
  8877. background-color: #e5e5e5;
  8878. }
  8879. .nav > li > a > img {
  8880. max-width: none;
  8881. }
  8882. .nav-tabs {
  8883. border-bottom: 1px solid #ddd;
  8884. }
  8885. .nav-tabs > li {
  8886. float: left;
  8887. margin-bottom: -1px;
  8888. }
  8889. .nav-tabs > li > a {
  8890. margin-right: 2px;
  8891. line-height: 1.42857143;
  8892. border: 1px solid transparent;
  8893. border-radius: 4px 4px 0 0;
  8894. }
  8895. .nav-tabs > li > a:hover {
  8896. border-color: #eee #eee #ddd;
  8897. }
  8898. .nav-tabs > li.active > a,
  8899. .nav-tabs > li.active > a:hover,
  8900. .nav-tabs > li.active > a:focus {
  8901. color: #555;
  8902. cursor: default;
  8903. background-color: #fff;
  8904. border: 1px solid #ddd;
  8905. border-bottom-color: transparent;
  8906. }
  8907. .nav-tabs.nav-justified {
  8908. width: 100%;
  8909. border-bottom: 0;
  8910. }
  8911. .nav-tabs.nav-justified > li {
  8912. float: none;
  8913. }
  8914. .nav-tabs.nav-justified > li > a {
  8915. margin-bottom: 5px;
  8916. text-align: center;
  8917. }
  8918. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  8919. top: auto;
  8920. left: auto;
  8921. }
  8922. @media (min-width: 768px) {
  8923. .nav-tabs.nav-justified > li {
  8924. display: table-cell;
  8925. width: 1%;
  8926. }
  8927. .nav-tabs.nav-justified > li > a {
  8928. margin-bottom: 0;
  8929. }
  8930. }
  8931. .nav-tabs.nav-justified > li > a {
  8932. margin-right: 0;
  8933. border-radius: 4px;
  8934. }
  8935. .nav-tabs.nav-justified > .active > a,
  8936. .nav-tabs.nav-justified > .active > a:hover,
  8937. .nav-tabs.nav-justified > .active > a:focus {
  8938. border: 1px solid #ddd;
  8939. }
  8940. @media (min-width: 768px) {
  8941. .nav-tabs.nav-justified > li > a {
  8942. border-bottom: 1px solid #ddd;
  8943. border-radius: 4px 4px 0 0;
  8944. }
  8945. .nav-tabs.nav-justified > .active > a,
  8946. .nav-tabs.nav-justified > .active > a:hover,
  8947. .nav-tabs.nav-justified > .active > a:focus {
  8948. border-bottom-color: #fff;
  8949. }
  8950. }
  8951. .nav-pills > li {
  8952. float: left;
  8953. }
  8954. .nav-pills > li > a {
  8955. border-radius: 4px;
  8956. }
  8957. .nav-pills > li + li {
  8958. margin-left: 2px;
  8959. }
  8960. .nav-pills > li.active > a,
  8961. .nav-pills > li.active > a:hover,
  8962. .nav-pills > li.active > a:focus {
  8963. color: #fff;
  8964. background-color: #337ab7;
  8965. }
  8966. .nav-stacked > li {
  8967. float: none;
  8968. }
  8969. .nav-stacked > li + li {
  8970. margin-top: 2px;
  8971. margin-left: 0;
  8972. }
  8973. .nav-justified {
  8974. width: 100%;
  8975. }
  8976. .nav-justified > li {
  8977. float: none;
  8978. }
  8979. .nav-justified > li > a {
  8980. margin-bottom: 5px;
  8981. text-align: center;
  8982. }
  8983. .nav-justified > .dropdown .dropdown-menu {
  8984. top: auto;
  8985. left: auto;
  8986. }
  8987. @media (min-width: 768px) {
  8988. .nav-justified > li {
  8989. display: table-cell;
  8990. width: 1%;
  8991. }
  8992. .nav-justified > li > a {
  8993. margin-bottom: 0;
  8994. }
  8995. }
  8996. .nav-tabs-justified {
  8997. border-bottom: 0;
  8998. }
  8999. .nav-tabs-justified > li > a {
  9000. margin-right: 0;
  9001. border-radius: 4px;
  9002. }
  9003. .nav-tabs-justified > .active > a,
  9004. .nav-tabs-justified > .active > a:hover,
  9005. .nav-tabs-justified > .active > a:focus {
  9006. border: 1px solid #ddd;
  9007. }
  9008. @media (min-width: 768px) {
  9009. .nav-tabs-justified > li > a {
  9010. border-bottom: 1px solid #ddd;
  9011. border-radius: 4px 4px 0 0;
  9012. }
  9013. .nav-tabs-justified > .active > a,
  9014. .nav-tabs-justified > .active > a:hover,
  9015. .nav-tabs-justified > .active > a:focus {
  9016. border-bottom-color: #fff;
  9017. }
  9018. }
  9019. .tab-content > .tab-pane {
  9020. display: none;
  9021. visibility: hidden;
  9022. }
  9023. .tab-content > .active {
  9024. display: block;
  9025. visibility: visible;
  9026. }
  9027. .nav-tabs .dropdown-menu {
  9028. margin-top: -1px;
  9029. border-top-left-radius: 0;
  9030. border-top-right-radius: 0;
  9031. }
  9032. .navbar {
  9033. position: relative;
  9034. min-height: 50px;
  9035. margin-bottom: 20px;
  9036. border: 1px solid transparent;
  9037. }
  9038. @media (min-width: 768px) {
  9039. .navbar {
  9040. border-radius: 4px;
  9041. }
  9042. }
  9043. @media (min-width: 768px) {
  9044. .navbar-header {
  9045. float: left;
  9046. }
  9047. }
  9048. .navbar-collapse {
  9049. padding-right: 15px;
  9050. padding-left: 15px;
  9051. overflow-x: visible;
  9052. -webkit-overflow-scrolling: touch;
  9053. border-top: 1px solid transparent;
  9054. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  9055. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  9056. }
  9057. .navbar-collapse.in {
  9058. overflow-y: auto;
  9059. }
  9060. @media (min-width: 768px) {
  9061. .navbar-collapse {
  9062. width: auto;
  9063. border-top: 0;
  9064. -webkit-box-shadow: none;
  9065. box-shadow: none;
  9066. }
  9067. .navbar-collapse.collapse {
  9068. display: block !important;
  9069. height: auto !important;
  9070. padding-bottom: 0;
  9071. overflow: visible !important;
  9072. visibility: visible !important;
  9073. }
  9074. .navbar-collapse.in {
  9075. overflow-y: visible;
  9076. }
  9077. .navbar-fixed-top .navbar-collapse,
  9078. .navbar-static-top .navbar-collapse,
  9079. .navbar-fixed-bottom .navbar-collapse {
  9080. padding-right: 0;
  9081. padding-left: 0;
  9082. }
  9083. }
  9084. .navbar-fixed-top .navbar-collapse,
  9085. .navbar-fixed-bottom .navbar-collapse {
  9086. max-height: 340px;
  9087. }
  9088. @media (max-device-width: 480px) and (orientation: landscape) {
  9089. .navbar-fixed-top .navbar-collapse,
  9090. .navbar-fixed-bottom .navbar-collapse {
  9091. max-height: 200px;
  9092. }
  9093. }
  9094. .container > .navbar-header,
  9095. .container-fluid > .navbar-header,
  9096. .container > .navbar-collapse,
  9097. .container-fluid > .navbar-collapse {
  9098. margin-right: -15px;
  9099. margin-left: -15px;
  9100. }
  9101. @media (min-width: 768px) {
  9102. .container > .navbar-header,
  9103. .container-fluid > .navbar-header,
  9104. .container > .navbar-collapse,
  9105. .container-fluid > .navbar-collapse {
  9106. margin-right: 0;
  9107. margin-left: 0;
  9108. }
  9109. }
  9110. .navbar-static-top {
  9111. z-index: 1000;
  9112. border-width: 0 0 1px;
  9113. }
  9114. @media (min-width: 768px) {
  9115. .navbar-static-top {
  9116. border-radius: 0;
  9117. }
  9118. }
  9119. .navbar-fixed-top,
  9120. .navbar-fixed-bottom {
  9121. position: fixed;
  9122. right: 0;
  9123. left: 0;
  9124. z-index: 1030;
  9125. }
  9126. @media (min-width: 768px) {
  9127. .navbar-fixed-top,
  9128. .navbar-fixed-bottom {
  9129. border-radius: 0;
  9130. }
  9131. }
  9132. .navbar-fixed-top {
  9133. top: 0;
  9134. border-width: 0 0 1px;
  9135. }
  9136. .navbar-fixed-bottom {
  9137. bottom: 0;
  9138. margin-bottom: 0;
  9139. border-width: 1px 0 0;
  9140. }
  9141. .navbar-brand {
  9142. float: left;
  9143. height: 50px;
  9144. padding: 15px 15px;
  9145. font-size: 18px;
  9146. line-height: 20px;
  9147. }
  9148. .navbar-brand:hover,
  9149. .navbar-brand:focus {
  9150. text-decoration: none;
  9151. }
  9152. .navbar-brand > img {
  9153. display: block;
  9154. }
  9155. @media (min-width: 768px) {
  9156. .navbar > .container .navbar-brand,
  9157. .navbar > .container-fluid .navbar-brand {
  9158. margin-left: -15px;
  9159. }
  9160. }
  9161. .navbar-toggle {
  9162. position: relative;
  9163. float: right;
  9164. padding: 9px 10px;
  9165. margin-top: 8px;
  9166. margin-right: 15px;
  9167. margin-bottom: 8px;
  9168. background-color: transparent;
  9169. background-image: none;
  9170. border: 1px solid transparent;
  9171. border-radius: 4px;
  9172. }
  9173. .navbar-toggle:focus {
  9174. outline: 0;
  9175. }
  9176. .navbar-toggle .icon-bar {
  9177. display: block;
  9178. width: 22px;
  9179. height: 2px;
  9180. border-radius: 1px;
  9181. }
  9182. .navbar-toggle .icon-bar + .icon-bar {
  9183. margin-top: 4px;
  9184. }
  9185. @media (min-width: 768px) {
  9186. .navbar-toggle {
  9187. display: none;
  9188. }
  9189. }
  9190. .navbar-nav {
  9191. margin: 7.5px -15px;
  9192. }
  9193. .navbar-nav > li > a {
  9194. padding-top: 10px;
  9195. padding-bottom: 10px;
  9196. line-height: 20px;
  9197. }
  9198. @media (max-width: 767px) {
  9199. .navbar-nav .open .dropdown-menu {
  9200. position: static;
  9201. float: none;
  9202. width: auto;
  9203. margin-top: 0;
  9204. background-color: transparent;
  9205. border: 0;
  9206. -webkit-box-shadow: none;
  9207. box-shadow: none;
  9208. }
  9209. .navbar-nav .open .dropdown-menu > li > a,
  9210. .navbar-nav .open .dropdown-menu .dropdown-header {
  9211. padding: 5px 15px 5px 25px;
  9212. }
  9213. .navbar-nav .open .dropdown-menu > li > a {
  9214. line-height: 20px;
  9215. }
  9216. .navbar-nav .open .dropdown-menu > li > a:hover,
  9217. .navbar-nav .open .dropdown-menu > li > a:focus {
  9218. background-image: none;
  9219. }
  9220. }
  9221. @media (min-width: 768px) {
  9222. .navbar-nav {
  9223. float: left;
  9224. margin: 0;
  9225. }
  9226. .navbar-nav > li {
  9227. float: left;
  9228. }
  9229. .navbar-nav > li > a {
  9230. padding-top: 15px;
  9231. padding-bottom: 15px;
  9232. }
  9233. }
  9234. .navbar-form {
  9235. padding: 10px 15px;
  9236. margin-top: 8px;
  9237. margin-right: -15px;
  9238. margin-bottom: 8px;
  9239. margin-left: -15px;
  9240. border-top: 1px solid transparent;
  9241. border-bottom: 1px solid transparent;
  9242. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  9243. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  9244. }
  9245. @media (min-width: 768px) {
  9246. .navbar-form .form-group {
  9247. display: inline-block;
  9248. margin-bottom: 0;
  9249. vertical-align: middle;
  9250. }
  9251. .navbar-form .form-control {
  9252. display: inline-block;
  9253. width: auto;
  9254. vertical-align: middle;
  9255. }
  9256. .navbar-form .form-control-static {
  9257. display: inline-block;
  9258. }
  9259. .navbar-form .input-group {
  9260. display: inline-table;
  9261. vertical-align: middle;
  9262. }
  9263. .navbar-form .input-group .input-group-addon,
  9264. .navbar-form .input-group .input-group-btn,
  9265. .navbar-form .input-group .form-control {
  9266. width: auto;
  9267. }
  9268. .navbar-form .input-group > .form-control {
  9269. width: 100%;
  9270. }
  9271. .navbar-form .control-label {
  9272. margin-bottom: 0;
  9273. vertical-align: middle;
  9274. }
  9275. .navbar-form .radio,
  9276. .navbar-form .checkbox {
  9277. display: inline-block;
  9278. margin-top: 0;
  9279. margin-bottom: 0;
  9280. vertical-align: middle;
  9281. }
  9282. .navbar-form .radio label,
  9283. .navbar-form .checkbox label {
  9284. padding-left: 0;
  9285. }
  9286. .navbar-form .radio input[type="radio"],
  9287. .navbar-form .checkbox input[type="checkbox"] {
  9288. position: relative;
  9289. margin-left: 0;
  9290. }
  9291. .navbar-form .has-feedback .form-control-feedback {
  9292. top: 0;
  9293. }
  9294. }
  9295. @media (max-width: 767px) {
  9296. .navbar-form .form-group {
  9297. margin-bottom: 5px;
  9298. }
  9299. .navbar-form .form-group:last-child {
  9300. margin-bottom: 0;
  9301. }
  9302. }
  9303. @media (min-width: 768px) {
  9304. .navbar-form {
  9305. width: auto;
  9306. padding-top: 0;
  9307. padding-bottom: 0;
  9308. margin-right: 0;
  9309. margin-left: 0;
  9310. border: 0;
  9311. -webkit-box-shadow: none;
  9312. box-shadow: none;
  9313. }
  9314. }
  9315. .navbar-nav > li > .dropdown-menu {
  9316. margin-top: 0;
  9317. border-top-left-radius: 0;
  9318. border-top-right-radius: 0;
  9319. }
  9320. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  9321. margin-bottom: 0;
  9322. border-top-left-radius: 4px;
  9323. border-top-right-radius: 4px;
  9324. border-bottom-right-radius: 0;
  9325. border-bottom-left-radius: 0;
  9326. }
  9327. .navbar-btn {
  9328. margin-top: 8px;
  9329. margin-bottom: 8px;
  9330. }
  9331. .navbar-btn.btn-sm {
  9332. margin-top: 10px;
  9333. margin-bottom: 10px;
  9334. }
  9335. .navbar-btn.btn-xs {
  9336. margin-top: 14px;
  9337. margin-bottom: 14px;
  9338. }
  9339. .navbar-text {
  9340. margin-top: 15px;
  9341. margin-bottom: 15px;
  9342. }
  9343. @media (min-width: 768px) {
  9344. .navbar-text {
  9345. float: left;
  9346. margin-right: 15px;
  9347. margin-left: 15px;
  9348. }
  9349. }
  9350. @media (min-width: 768px) {
  9351. .navbar-left {
  9352. float: left !important;
  9353. }
  9354. .navbar-right {
  9355. float: right !important;
  9356. margin-right: -15px;
  9357. }
  9358. .navbar-right ~ .navbar-right {
  9359. margin-right: 0;
  9360. }
  9361. }
  9362. .navbar-default {
  9363. background-color: #f8f8f8;
  9364. border-color: #e7e7e7;
  9365. }
  9366. .navbar-default .navbar-brand {
  9367. color: #777;
  9368. }
  9369. .navbar-default .navbar-brand:hover,
  9370. .navbar-default .navbar-brand:focus {
  9371. color: #5e5e5e;
  9372. background-color: transparent;
  9373. }
  9374. .navbar-default .navbar-text {
  9375. color: #777;
  9376. }
  9377. .navbar-default .navbar-nav > li > a {
  9378. color: #777;
  9379. }
  9380. .navbar-default .navbar-nav > li > a:hover,
  9381. .navbar-default .navbar-nav > li > a:focus {
  9382. color: #333;
  9383. background-color: transparent;
  9384. }
  9385. .navbar-default .navbar-nav > .active > a,
  9386. .navbar-default .navbar-nav > .active > a:hover,
  9387. .navbar-default .navbar-nav > .active > a:focus {
  9388. color: #555;
  9389. background-color: #e7e7e7;
  9390. }
  9391. .navbar-default .navbar-nav > .disabled > a,
  9392. .navbar-default .navbar-nav > .disabled > a:hover,
  9393. .navbar-default .navbar-nav > .disabled > a:focus {
  9394. color: #ccc;
  9395. background-color: transparent;
  9396. }
  9397. .navbar-default .navbar-toggle {
  9398. border-color: #ddd;
  9399. }
  9400. .navbar-default .navbar-toggle:hover,
  9401. .navbar-default .navbar-toggle:focus {
  9402. background-color: #ddd;
  9403. }
  9404. .navbar-default .navbar-toggle .icon-bar {
  9405. background-color: #888;
  9406. }
  9407. .navbar-default .navbar-collapse,
  9408. .navbar-default .navbar-form {
  9409. border-color: #e7e7e7;
  9410. }
  9411. .navbar-default .navbar-nav > .open > a,
  9412. .navbar-default .navbar-nav > .open > a:hover,
  9413. .navbar-default .navbar-nav > .open > a:focus {
  9414. color: #555;
  9415. background-color: #e7e7e7;
  9416. }
  9417. @media (max-width: 767px) {
  9418. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  9419. color: #777;
  9420. }
  9421. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  9422. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  9423. color: #333;
  9424. background-color: transparent;
  9425. }
  9426. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  9427. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  9428. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  9429. color: #555;
  9430. background-color: #e7e7e7;
  9431. }
  9432. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  9433. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  9434. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  9435. color: #ccc;
  9436. background-color: transparent;
  9437. }
  9438. }
  9439. .navbar-default .navbar-link {
  9440. color: #777;
  9441. }
  9442. .navbar-default .navbar-link:hover {
  9443. color: #333;
  9444. }
  9445. .navbar-default .btn-link {
  9446. color: #777;
  9447. }
  9448. .navbar-default .btn-link:hover,
  9449. .navbar-default .btn-link:focus {
  9450. color: #333;
  9451. }
  9452. .navbar-default .btn-link[disabled]:hover,
  9453. fieldset[disabled] .navbar-default .btn-link:hover,
  9454. .navbar-default .btn-link[disabled]:focus,
  9455. fieldset[disabled] .navbar-default .btn-link:focus {
  9456. color: #ccc;
  9457. }
  9458. .navbar-inverse {
  9459. background-color: #222;
  9460. border-color: #080808;
  9461. }
  9462. .navbar-inverse .navbar-brand {
  9463. color: #9d9d9d;
  9464. }
  9465. .navbar-inverse .navbar-brand:hover,
  9466. .navbar-inverse .navbar-brand:focus {
  9467. color: #fff;
  9468. background-color: transparent;
  9469. }
  9470. .navbar-inverse .navbar-text {
  9471. color: #9d9d9d;
  9472. }
  9473. .navbar-inverse .navbar-nav > li > a {
  9474. color: #9d9d9d;
  9475. }
  9476. .navbar-inverse .navbar-nav > li > a:hover,
  9477. .navbar-inverse .navbar-nav > li > a:focus {
  9478. color: #fff;
  9479. background-color: transparent;
  9480. }
  9481. .navbar-inverse .navbar-nav > .active > a,
  9482. .navbar-inverse .navbar-nav > .active > a:hover,
  9483. .navbar-inverse .navbar-nav > .active > a:focus {
  9484. color: #fff;
  9485. background-color: #080808;
  9486. }
  9487. .navbar-inverse .navbar-nav > .disabled > a,
  9488. .navbar-inverse .navbar-nav > .disabled > a:hover,
  9489. .navbar-inverse .navbar-nav > .disabled > a:focus {
  9490. color: #444;
  9491. background-color: transparent;
  9492. }
  9493. .navbar-inverse .navbar-toggle {
  9494. border-color: #333;
  9495. }
  9496. .navbar-inverse .navbar-toggle:hover,
  9497. .navbar-inverse .navbar-toggle:focus {
  9498. background-color: #333;
  9499. }
  9500. .navbar-inverse .navbar-toggle .icon-bar {
  9501. background-color: #fff;
  9502. }
  9503. .navbar-inverse .navbar-collapse,
  9504. .navbar-inverse .navbar-form {
  9505. border-color: #101010;
  9506. }
  9507. .navbar-inverse .navbar-nav > .open > a,
  9508. .navbar-inverse .navbar-nav > .open > a:hover,
  9509. .navbar-inverse .navbar-nav > .open > a:focus {
  9510. color: #fff;
  9511. background-color: #080808;
  9512. }
  9513. @media (max-width: 767px) {
  9514. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  9515. border-color: #080808;
  9516. }
  9517. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  9518. background-color: #080808;
  9519. }
  9520. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  9521. color: #9d9d9d;
  9522. }
  9523. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  9524. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  9525. color: #fff;
  9526. background-color: transparent;
  9527. }
  9528. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  9529. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  9530. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  9531. color: #fff;
  9532. background-color: #080808;
  9533. }
  9534. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  9535. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  9536. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  9537. color: #444;
  9538. background-color: transparent;
  9539. }
  9540. }
  9541. .navbar-inverse .navbar-link {
  9542. color: #9d9d9d;
  9543. }
  9544. .navbar-inverse .navbar-link:hover {
  9545. color: #fff;
  9546. }
  9547. .navbar-inverse .btn-link {
  9548. color: #9d9d9d;
  9549. }
  9550. .navbar-inverse .btn-link:hover,
  9551. .navbar-inverse .btn-link:focus {
  9552. color: #fff;
  9553. }
  9554. .navbar-inverse .btn-link[disabled]:hover,
  9555. fieldset[disabled] .navbar-inverse .btn-link:hover,
  9556. .navbar-inverse .btn-link[disabled]:focus,
  9557. fieldset[disabled] .navbar-inverse .btn-link:focus {
  9558. color: #444;
  9559. }
  9560. .breadcrumb {
  9561. padding: 8px 15px;
  9562. margin-bottom: 20px;
  9563. list-style: none;
  9564. background-color: #f5f5f5;
  9565. border-radius: 4px;
  9566. }
  9567. .breadcrumb > li {
  9568. display: inline-block;
  9569. }
  9570. .breadcrumb > li + li:before {
  9571. padding: 0 5px;
  9572. color: #ccc;
  9573. content: "/\00a0";
  9574. }
  9575. .breadcrumb > .active {
  9576. color: #777;
  9577. }
  9578. .pagination {
  9579. display: inline-block;
  9580. padding-left: 0;
  9581. margin: 20px 0;
  9582. border-radius: 4px;
  9583. }
  9584. .pagination > li {
  9585. display: inline;
  9586. }
  9587. .pagination > li > a,
  9588. .pagination > li > span {
  9589. position: relative;
  9590. float: left;
  9591. padding: 6px 12px;
  9592. margin-left: -1px;
  9593. line-height: 1.42857143;
  9594. color: #337ab7;
  9595. text-decoration: none;
  9596. background-color: #fff;
  9597. border: 1px solid #ddd;
  9598. }
  9599. .pagination > li:first-child > a,
  9600. .pagination > li:first-child > span {
  9601. margin-left: 0;
  9602. border-top-left-radius: 4px;
  9603. border-bottom-left-radius: 4px;
  9604. }
  9605. .pagination > li:last-child > a,
  9606. .pagination > li:last-child > span {
  9607. border-top-right-radius: 4px;
  9608. border-bottom-right-radius: 4px;
  9609. }
  9610. .pagination > li > a:hover,
  9611. .pagination > li > span:hover,
  9612. .pagination > li > a:focus,
  9613. .pagination > li > span:focus {
  9614. color: #23527c;
  9615. background-color: #eee;
  9616. border-color: #ddd;
  9617. }
  9618. .pagination > .active > a,
  9619. .pagination > .active > span,
  9620. .pagination > .active > a:hover,
  9621. .pagination > .active > span:hover,
  9622. .pagination > .active > a:focus,
  9623. .pagination > .active > span:focus {
  9624. z-index: 2;
  9625. color: #fff;
  9626. cursor: default;
  9627. background-color: #337ab7;
  9628. border-color: #337ab7;
  9629. }
  9630. .pagination > .disabled > span,
  9631. .pagination > .disabled > span:hover,
  9632. .pagination > .disabled > span:focus,
  9633. .pagination > .disabled > a,
  9634. .pagination > .disabled > a:hover,
  9635. .pagination > .disabled > a:focus {
  9636. color: #777;
  9637. cursor: not-allowed;
  9638. background-color: #fff;
  9639. border-color: #ddd;
  9640. }
  9641. .pagination-lg > li > a,
  9642. .pagination-lg > li > span {
  9643. padding: 10px 16px;
  9644. font-size: 18px;
  9645. }
  9646. .pagination-lg > li:first-child > a,
  9647. .pagination-lg > li:first-child > span {
  9648. border-top-left-radius: 6px;
  9649. border-bottom-left-radius: 6px;
  9650. }
  9651. .pagination-lg > li:last-child > a,
  9652. .pagination-lg > li:last-child > span {
  9653. border-top-right-radius: 6px;
  9654. border-bottom-right-radius: 6px;
  9655. }
  9656. .pagination-sm > li > a,
  9657. .pagination-sm > li > span {
  9658. padding: 5px 10px;
  9659. font-size: 12px;
  9660. }
  9661. .pagination-sm > li:first-child > a,
  9662. .pagination-sm > li:first-child > span {
  9663. border-top-left-radius: 3px;
  9664. border-bottom-left-radius: 3px;
  9665. }
  9666. .pagination-sm > li:last-child > a,
  9667. .pagination-sm > li:last-child > span {
  9668. border-top-right-radius: 3px;
  9669. border-bottom-right-radius: 3px;
  9670. }
  9671. .pager {
  9672. padding-left: 0;
  9673. margin: 20px 0;
  9674. text-align: center;
  9675. list-style: none;
  9676. }
  9677. .pager li {
  9678. display: inline;
  9679. }
  9680. .pager li > a,
  9681. .pager li > span {
  9682. display: inline-block;
  9683. padding: 5px 14px;
  9684. background-color: #fff;
  9685. border: 1px solid #ddd;
  9686. border-radius: 15px;
  9687. }
  9688. .pager li > a:hover,
  9689. .pager li > a:focus {
  9690. text-decoration: none;
  9691. background-color: #eee;
  9692. }
  9693. .pager .next > a,
  9694. .pager .next > span {
  9695. float: right;
  9696. }
  9697. .pager .previous > a,
  9698. .pager .previous > span {
  9699. float: left;
  9700. }
  9701. .pager .disabled > a,
  9702. .pager .disabled > a:hover,
  9703. .pager .disabled > a:focus,
  9704. .pager .disabled > span {
  9705. color: #777;
  9706. cursor: not-allowed;
  9707. background-color: #fff;
  9708. }
  9709. .label {
  9710. display: inline;
  9711. padding: .2em .6em .3em;
  9712. font-size: 75%;
  9713. font-weight: bold;
  9714. line-height: 1;
  9715. color: #fff;
  9716. text-align: center;
  9717. white-space: nowrap;
  9718. vertical-align: baseline;
  9719. border-radius: .25em;
  9720. }
  9721. a.label:hover,
  9722. a.label:focus {
  9723. color: #fff;
  9724. text-decoration: none;
  9725. cursor: pointer;
  9726. }
  9727. .label:empty {
  9728. display: none;
  9729. }
  9730. .btn .label {
  9731. position: relative;
  9732. top: -1px;
  9733. }
  9734. .label-default {
  9735. background-color: #777;
  9736. }
  9737. .label-default[href]:hover,
  9738. .label-default[href]:focus {
  9739. background-color: #5e5e5e;
  9740. }
  9741. .label-primary {
  9742. background-color: #337ab7;
  9743. }
  9744. .label-primary[href]:hover,
  9745. .label-primary[href]:focus {
  9746. background-color: #286090;
  9747. }
  9748. .label-success {
  9749. background-color: #5cb85c;
  9750. }
  9751. .label-success[href]:hover,
  9752. .label-success[href]:focus {
  9753. background-color: #449d44;
  9754. }
  9755. .label-info {
  9756. background-color: #5bc0de;
  9757. }
  9758. .label-info[href]:hover,
  9759. .label-info[href]:focus {
  9760. background-color: #31b0d5;
  9761. }
  9762. .label-warning {
  9763. background-color: #f0ad4e;
  9764. }
  9765. .label-warning[href]:hover,
  9766. .label-warning[href]:focus {
  9767. background-color: #ec971f;
  9768. }
  9769. .label-danger {
  9770. background-color: #d9534f;
  9771. }
  9772. .label-danger[href]:hover,
  9773. .label-danger[href]:focus {
  9774. background-color: #c9302c;
  9775. }
  9776. .badge {
  9777. display: inline-block;
  9778. min-width: 10px;
  9779. padding: 3px 7px;
  9780. font-size: 12px;
  9781. font-weight: bold;
  9782. line-height: 1;
  9783. color: #fff;
  9784. text-align: center;
  9785. white-space: nowrap;
  9786. vertical-align: baseline;
  9787. background-color: #777;
  9788. border-radius: 10px;
  9789. }
  9790. .badge:empty {
  9791. display: none;
  9792. }
  9793. .btn .badge {
  9794. position: relative;
  9795. top: -1px;
  9796. }
  9797. .btn-xs .badge {
  9798. top: 0;
  9799. padding: 1px 5px;
  9800. }
  9801. a.badge:hover,
  9802. a.badge:focus {
  9803. color: #fff;
  9804. text-decoration: none;
  9805. cursor: pointer;
  9806. }
  9807. .list-group-item.active > .badge,
  9808. .nav-pills > .active > a > .badge {
  9809. color: #337ab7;
  9810. background-color: #fff;
  9811. }
  9812. .list-group-item > .badge {
  9813. float: right;
  9814. }
  9815. .list-group-item > .badge + .badge {
  9816. margin-right: 5px;
  9817. }
  9818. .nav-pills > li > a > .badge {
  9819. margin-left: 3px;
  9820. }
  9821. .jumbotron {
  9822. padding: 30px 15px;
  9823. margin-bottom: 30px;
  9824. color: inherit;
  9825. background-color: #eee;
  9826. }
  9827. .jumbotron h1,
  9828. .jumbotron .h1 {
  9829. color: inherit;
  9830. }
  9831. .jumbotron p {
  9832. margin-bottom: 15px;
  9833. font-size: 21px;
  9834. font-weight: 200;
  9835. }
  9836. .jumbotron > hr {
  9837. border-top-color: #d5d5d5;
  9838. }
  9839. .container .jumbotron,
  9840. .container-fluid .jumbotron {
  9841. border-radius: 6px;
  9842. }
  9843. .jumbotron .container {
  9844. max-width: 100%;
  9845. }
  9846. @media screen and (min-width: 768px) {
  9847. .jumbotron {
  9848. padding: 48px 0;
  9849. }
  9850. .container .jumbotron,
  9851. .container-fluid .jumbotron {
  9852. padding-right: 60px;
  9853. padding-left: 60px;
  9854. }
  9855. .jumbotron h1,
  9856. .jumbotron .h1 {
  9857. font-size: 63px;
  9858. }
  9859. }
  9860. .thumbnail {
  9861. display: block;
  9862. padding: 4px;
  9863. margin-bottom: 20px;
  9864. line-height: 1.42857143;
  9865. background-color: #fff;
  9866. border: 1px solid #ddd;
  9867. border-radius: 4px;
  9868. -webkit-transition: border .2s ease-in-out;
  9869. -o-transition: border .2s ease-in-out;
  9870. transition: border .2s ease-in-out;
  9871. }
  9872. .thumbnail > img,
  9873. .thumbnail a > img {
  9874. margin-right: auto;
  9875. margin-left: auto;
  9876. }
  9877. a.thumbnail:hover,
  9878. a.thumbnail:focus,
  9879. a.thumbnail.active {
  9880. border-color: #337ab7;
  9881. }
  9882. .thumbnail .caption {
  9883. padding: 9px;
  9884. color: #333;
  9885. }
  9886. .alert {
  9887. padding: 15px;
  9888. margin-bottom: 20px;
  9889. border: 1px solid transparent;
  9890. border-radius: 4px;
  9891. }
  9892. .alert h4 {
  9893. margin-top: 0;
  9894. color: inherit;
  9895. }
  9896. .alert .alert-link {
  9897. font-weight: bold;
  9898. }
  9899. .alert > p,
  9900. .alert > ul {
  9901. margin-bottom: 0;
  9902. }
  9903. .alert > p + p {
  9904. margin-top: 5px;
  9905. }
  9906. .alert-dismissable,
  9907. .alert-dismissible {
  9908. padding-right: 35px;
  9909. }
  9910. .alert-dismissable .close,
  9911. .alert-dismissible .close {
  9912. position: relative;
  9913. top: -2px;
  9914. right: -21px;
  9915. color: inherit;
  9916. }
  9917. .alert-success {
  9918. color: #3c763d;
  9919. background-color: #dff0d8;
  9920. border-color: #d6e9c6;
  9921. }
  9922. .alert-success hr {
  9923. border-top-color: #c9e2b3;
  9924. }
  9925. .alert-success .alert-link {
  9926. color: #2b542c;
  9927. }
  9928. .alert-info {
  9929. color: #31708f;
  9930. background-color: #d9edf7;
  9931. border-color: #bce8f1;
  9932. }
  9933. .alert-info hr {
  9934. border-top-color: #a6e1ec;
  9935. }
  9936. .alert-info .alert-link {
  9937. color: #245269;
  9938. }
  9939. .alert-warning {
  9940. color: #8a6d3b;
  9941. background-color: #fcf8e3;
  9942. border-color: #faebcc;
  9943. }
  9944. .alert-warning hr {
  9945. border-top-color: #f7e1b5;
  9946. }
  9947. .alert-warning .alert-link {
  9948. color: #66512c;
  9949. }
  9950. .alert-danger {
  9951. color: #a94442;
  9952. background-color: #f2dede;
  9953. border-color: #ebccd1;
  9954. }
  9955. .alert-danger hr {
  9956. border-top-color: #e4b9c0;
  9957. }
  9958. .alert-danger .alert-link {
  9959. color: #843534;
  9960. }
  9961. @-webkit-keyframes progress-bar-stripes {
  9962. from {
  9963. background-position: 40px 0;
  9964. }
  9965. to {
  9966. background-position: 0 0;
  9967. }
  9968. }
  9969. @-o-keyframes progress-bar-stripes {
  9970. from {
  9971. background-position: 40px 0;
  9972. }
  9973. to {
  9974. background-position: 0 0;
  9975. }
  9976. }
  9977. @keyframes progress-bar-stripes {
  9978. from {
  9979. background-position: 40px 0;
  9980. }
  9981. to {
  9982. background-position: 0 0;
  9983. }
  9984. }
  9985. .progress {
  9986. height: 20px;
  9987. margin-bottom: 20px;
  9988. overflow: hidden;
  9989. background-color: #f5f5f5;
  9990. border-radius: 4px;
  9991. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  9992. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  9993. }
  9994. .progress-bar {
  9995. float: left;
  9996. width: 0;
  9997. height: 100%;
  9998. font-size: 12px;
  9999. line-height: 20px;
  10000. color: #fff;
  10001. text-align: center;
  10002. background-color: #337ab7;
  10003. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  10004. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  10005. -webkit-transition: width .6s ease;
  10006. -o-transition: width .6s ease;
  10007. transition: width .6s ease;
  10008. }
  10009. .progress-striped .progress-bar,
  10010. .progress-bar-striped {
  10011. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10012. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10013. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10014. -webkit-background-size: 40px 40px;
  10015. background-size: 40px 40px;
  10016. }
  10017. .progress.active .progress-bar,
  10018. .progress-bar.active {
  10019. -webkit-animation: progress-bar-stripes 2s linear infinite;
  10020. -o-animation: progress-bar-stripes 2s linear infinite;
  10021. animation: progress-bar-stripes 2s linear infinite;
  10022. }
  10023. .progress-bar-success {
  10024. background-color: #5cb85c;
  10025. }
  10026. .progress-striped .progress-bar-success {
  10027. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10028. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10029. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10030. }
  10031. .progress-bar-info {
  10032. background-color: #5bc0de;
  10033. }
  10034. .progress-striped .progress-bar-info {
  10035. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10036. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10037. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10038. }
  10039. .progress-bar-warning {
  10040. background-color: #f0ad4e;
  10041. }
  10042. .progress-striped .progress-bar-warning {
  10043. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10044. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10045. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10046. }
  10047. .progress-bar-danger {
  10048. background-color: #d9534f;
  10049. }
  10050. .progress-striped .progress-bar-danger {
  10051. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10052. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10053. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  10054. }
  10055. .media {
  10056. margin-top: 15px;
  10057. }
  10058. .media:first-child {
  10059. margin-top: 0;
  10060. }
  10061. .media,
  10062. .media-body {
  10063. overflow: hidden;
  10064. zoom: 1;
  10065. }
  10066. .media-body {
  10067. width: 10000px;
  10068. }
  10069. .media-object {
  10070. display: block;
  10071. }
  10072. .media-right,
  10073. .media > .pull-right {
  10074. padding-left: 10px;
  10075. }
  10076. .media-left,
  10077. .media > .pull-left {
  10078. padding-right: 10px;
  10079. }
  10080. .media-left,
  10081. .media-right,
  10082. .media-body {
  10083. display: table-cell;
  10084. vertical-align: top;
  10085. }
  10086. .media-middle {
  10087. vertical-align: middle;
  10088. }
  10089. .media-bottom {
  10090. vertical-align: bottom;
  10091. }
  10092. .media-heading {
  10093. margin-top: 0;
  10094. margin-bottom: 5px;
  10095. }
  10096. .media-list {
  10097. padding-left: 0;
  10098. list-style: none;
  10099. }
  10100. .list-group {
  10101. padding-left: 0;
  10102. margin-bottom: 20px;
  10103. }
  10104. .list-group-item {
  10105. position: relative;
  10106. display: block;
  10107. padding: 10px 15px;
  10108. margin-bottom: -1px;
  10109. background-color: #fff;
  10110. border: 1px solid #ddd;
  10111. }
  10112. .list-group-item:first-child {
  10113. border-top-left-radius: 4px;
  10114. border-top-right-radius: 4px;
  10115. }
  10116. .list-group-item:last-child {
  10117. margin-bottom: 0;
  10118. border-bottom-right-radius: 4px;
  10119. border-bottom-left-radius: 4px;
  10120. }
  10121. a.list-group-item {
  10122. color: #555;
  10123. }
  10124. a.list-group-item .list-group-item-heading {
  10125. color: #333;
  10126. }
  10127. a.list-group-item:hover,
  10128. a.list-group-item:focus {
  10129. color: #555;
  10130. text-decoration: none;
  10131. background-color: #f5f5f5;
  10132. }
  10133. .list-group-item.disabled,
  10134. .list-group-item.disabled:hover,
  10135. .list-group-item.disabled:focus {
  10136. color: #777;
  10137. cursor: not-allowed;
  10138. background-color: #eee;
  10139. }
  10140. .list-group-item.disabled .list-group-item-heading,
  10141. .list-group-item.disabled:hover .list-group-item-heading,
  10142. .list-group-item.disabled:focus .list-group-item-heading {
  10143. color: inherit;
  10144. }
  10145. .list-group-item.disabled .list-group-item-text,
  10146. .list-group-item.disabled:hover .list-group-item-text,
  10147. .list-group-item.disabled:focus .list-group-item-text {
  10148. color: #777;
  10149. }
  10150. .list-group-item.active,
  10151. .list-group-item.active:hover,
  10152. .list-group-item.active:focus {
  10153. z-index: 2;
  10154. color: #fff;
  10155. background-color: #337ab7;
  10156. border-color: #337ab7;
  10157. }
  10158. .list-group-item.active .list-group-item-heading,
  10159. .list-group-item.active:hover .list-group-item-heading,
  10160. .list-group-item.active:focus .list-group-item-heading,
  10161. .list-group-item.active .list-group-item-heading > small,
  10162. .list-group-item.active:hover .list-group-item-heading > small,
  10163. .list-group-item.active:focus .list-group-item-heading > small,
  10164. .list-group-item.active .list-group-item-heading > .small,
  10165. .list-group-item.active:hover .list-group-item-heading > .small,
  10166. .list-group-item.active:focus .list-group-item-heading > .small {
  10167. color: inherit;
  10168. }
  10169. .list-group-item.active .list-group-item-text,
  10170. .list-group-item.active:hover .list-group-item-text,
  10171. .list-group-item.active:focus .list-group-item-text {
  10172. color: #c7ddef;
  10173. }
  10174. .list-group-item-success {
  10175. color: #3c763d;
  10176. background-color: #dff0d8;
  10177. }
  10178. a.list-group-item-success {
  10179. color: #3c763d;
  10180. }
  10181. a.list-group-item-success .list-group-item-heading {
  10182. color: inherit;
  10183. }
  10184. a.list-group-item-success:hover,
  10185. a.list-group-item-success:focus {
  10186. color: #3c763d;
  10187. background-color: #d0e9c6;
  10188. }
  10189. a.list-group-item-success.active,
  10190. a.list-group-item-success.active:hover,
  10191. a.list-group-item-success.active:focus {
  10192. color: #fff;
  10193. background-color: #3c763d;
  10194. border-color: #3c763d;
  10195. }
  10196. .list-group-item-info {
  10197. color: #31708f;
  10198. background-color: #d9edf7;
  10199. }
  10200. a.list-group-item-info {
  10201. color: #31708f;
  10202. }
  10203. a.list-group-item-info .list-group-item-heading {
  10204. color: inherit;
  10205. }
  10206. a.list-group-item-info:hover,
  10207. a.list-group-item-info:focus {
  10208. color: #31708f;
  10209. background-color: #c4e3f3;
  10210. }
  10211. a.list-group-item-info.active,
  10212. a.list-group-item-info.active:hover,
  10213. a.list-group-item-info.active:focus {
  10214. color: #fff;
  10215. background-color: #31708f;
  10216. border-color: #31708f;
  10217. }
  10218. .list-group-item-warning {
  10219. color: #8a6d3b;
  10220. background-color: #fcf8e3;
  10221. }
  10222. a.list-group-item-warning {
  10223. color: #8a6d3b;
  10224. }
  10225. a.list-group-item-warning .list-group-item-heading {
  10226. color: inherit;
  10227. }
  10228. a.list-group-item-warning:hover,
  10229. a.list-group-item-warning:focus {
  10230. color: #8a6d3b;
  10231. background-color: #faf2cc;
  10232. }
  10233. a.list-group-item-warning.active,
  10234. a.list-group-item-warning.active:hover,
  10235. a.list-group-item-warning.active:focus {
  10236. color: #fff;
  10237. background-color: #8a6d3b;
  10238. border-color: #8a6d3b;
  10239. }
  10240. .list-group-item-danger {
  10241. color: #a94442;
  10242. background-color: #f2dede;
  10243. }
  10244. a.list-group-item-danger {
  10245. color: #a94442;
  10246. }
  10247. a.list-group-item-danger .list-group-item-heading {
  10248. color: inherit;
  10249. }
  10250. a.list-group-item-danger:hover,
  10251. a.list-group-item-danger:focus {
  10252. color: #a94442;
  10253. background-color: #ebcccc;
  10254. }
  10255. a.list-group-item-danger.active,
  10256. a.list-group-item-danger.active:hover,
  10257. a.list-group-item-danger.active:focus {
  10258. color: #fff;
  10259. background-color: #a94442;
  10260. border-color: #a94442;
  10261. }
  10262. .list-group-item-heading {
  10263. margin-top: 0;
  10264. margin-bottom: 5px;
  10265. }
  10266. .list-group-item-text {
  10267. margin-bottom: 0;
  10268. line-height: 1.3;
  10269. }
  10270. .panel {
  10271. margin-bottom: 20px;
  10272. background-color: #fff;
  10273. border: 1px solid transparent;
  10274. border-radius: 4px;
  10275. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  10276. box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  10277. }
  10278. .panel-body {
  10279. padding: 15px;
  10280. }
  10281. .panel-heading {
  10282. padding: 10px 15px;
  10283. border-bottom: 1px solid transparent;
  10284. border-top-left-radius: 3px;
  10285. border-top-right-radius: 3px;
  10286. }
  10287. .panel-heading > .dropdown .dropdown-toggle {
  10288. color: inherit;
  10289. }
  10290. .panel-title {
  10291. margin-top: 0;
  10292. margin-bottom: 0;
  10293. font-size: 16px;
  10294. color: inherit;
  10295. }
  10296. .panel-title > a,
  10297. .panel-title > small,
  10298. .panel-title > .small,
  10299. .panel-title > small > a,
  10300. .panel-title > .small > a {
  10301. color: inherit;
  10302. }
  10303. .panel-footer {
  10304. padding: 10px 15px;
  10305. background-color: #f5f5f5;
  10306. border-top: 1px solid #ddd;
  10307. border-bottom-right-radius: 3px;
  10308. border-bottom-left-radius: 3px;
  10309. }
  10310. .panel > .list-group,
  10311. .panel > .panel-collapse > .list-group {
  10312. margin-bottom: 0;
  10313. }
  10314. .panel > .list-group .list-group-item,
  10315. .panel > .panel-collapse > .list-group .list-group-item {
  10316. border-width: 1px 0;
  10317. border-radius: 0;
  10318. }
  10319. .panel > .list-group:first-child .list-group-item:first-child,
  10320. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  10321. border-top: 0;
  10322. border-top-left-radius: 3px;
  10323. border-top-right-radius: 3px;
  10324. }
  10325. .panel > .list-group:last-child .list-group-item:last-child,
  10326. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  10327. border-bottom: 0;
  10328. border-bottom-right-radius: 3px;
  10329. border-bottom-left-radius: 3px;
  10330. }
  10331. .panel-heading + .list-group .list-group-item:first-child {
  10332. border-top-width: 0;
  10333. }
  10334. .list-group + .panel-footer {
  10335. border-top-width: 0;
  10336. }
  10337. .panel > .table,
  10338. .panel > .table-responsive > .table,
  10339. .panel > .panel-collapse > .table {
  10340. margin-bottom: 0;
  10341. }
  10342. .panel > .table caption,
  10343. .panel > .table-responsive > .table caption,
  10344. .panel > .panel-collapse > .table caption {
  10345. padding-right: 15px;
  10346. padding-left: 15px;
  10347. }
  10348. .panel > .table:first-child,
  10349. .panel > .table-responsive:first-child > .table:first-child {
  10350. border-top-left-radius: 3px;
  10351. border-top-right-radius: 3px;
  10352. }
  10353. .panel > .table:first-child > thead:first-child > tr:first-child,
  10354. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  10355. .panel > .table:first-child > tbody:first-child > tr:first-child,
  10356. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  10357. border-top-left-radius: 3px;
  10358. border-top-right-radius: 3px;
  10359. }
  10360. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  10361. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  10362. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  10363. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  10364. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  10365. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  10366. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  10367. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  10368. border-top-left-radius: 3px;
  10369. }
  10370. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  10371. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  10372. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  10373. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  10374. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  10375. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  10376. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  10377. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  10378. border-top-right-radius: 3px;
  10379. }
  10380. .panel > .table:last-child,
  10381. .panel > .table-responsive:last-child > .table:last-child {
  10382. border-bottom-right-radius: 3px;
  10383. border-bottom-left-radius: 3px;
  10384. }
  10385. .panel > .table:last-child > tbody:last-child > tr:last-child,
  10386. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  10387. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  10388. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  10389. border-bottom-right-radius: 3px;
  10390. border-bottom-left-radius: 3px;
  10391. }
  10392. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  10393. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  10394. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  10395. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  10396. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  10397. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  10398. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  10399. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  10400. border-bottom-left-radius: 3px;
  10401. }
  10402. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  10403. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  10404. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  10405. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  10406. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  10407. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  10408. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  10409. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  10410. border-bottom-right-radius: 3px;
  10411. }
  10412. .panel > .panel-body + .table,
  10413. .panel > .panel-body + .table-responsive,
  10414. .panel > .table + .panel-body,
  10415. .panel > .table-responsive + .panel-body {
  10416. border-top: 1px solid #ddd;
  10417. }
  10418. .panel > .table > tbody:first-child > tr:first-child th,
  10419. .panel > .table > tbody:first-child > tr:first-child td {
  10420. border-top: 0;
  10421. }
  10422. .panel > .table-bordered,
  10423. .panel > .table-responsive > .table-bordered {
  10424. border: 0;
  10425. }
  10426. .panel > .table-bordered > thead > tr > th:first-child,
  10427. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  10428. .panel > .table-bordered > tbody > tr > th:first-child,
  10429. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  10430. .panel > .table-bordered > tfoot > tr > th:first-child,
  10431. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  10432. .panel > .table-bordered > thead > tr > td:first-child,
  10433. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  10434. .panel > .table-bordered > tbody > tr > td:first-child,
  10435. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  10436. .panel > .table-bordered > tfoot > tr > td:first-child,
  10437. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  10438. border-left: 0;
  10439. }
  10440. .panel > .table-bordered > thead > tr > th:last-child,
  10441. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  10442. .panel > .table-bordered > tbody > tr > th:last-child,
  10443. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  10444. .panel > .table-bordered > tfoot > tr > th:last-child,
  10445. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  10446. .panel > .table-bordered > thead > tr > td:last-child,
  10447. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  10448. .panel > .table-bordered > tbody > tr > td:last-child,
  10449. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  10450. .panel > .table-bordered > tfoot > tr > td:last-child,
  10451. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  10452. border-right: 0;
  10453. }
  10454. .panel > .table-bordered > thead > tr:first-child > td,
  10455. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  10456. .panel > .table-bordered > tbody > tr:first-child > td,
  10457. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  10458. .panel > .table-bordered > thead > tr:first-child > th,
  10459. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  10460. .panel > .table-bordered > tbody > tr:first-child > th,
  10461. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  10462. border-bottom: 0;
  10463. }
  10464. .panel > .table-bordered > tbody > tr:last-child > td,
  10465. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  10466. .panel > .table-bordered > tfoot > tr:last-child > td,
  10467. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  10468. .panel > .table-bordered > tbody > tr:last-child > th,
  10469. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  10470. .panel > .table-bordered > tfoot > tr:last-child > th,
  10471. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  10472. border-bottom: 0;
  10473. }
  10474. .panel > .table-responsive {
  10475. margin-bottom: 0;
  10476. border: 0;
  10477. }
  10478. .panel-group {
  10479. margin-bottom: 20px;
  10480. }
  10481. .panel-group .panel {
  10482. margin-bottom: 0;
  10483. border-radius: 4px;
  10484. }
  10485. .panel-group .panel + .panel {
  10486. margin-top: 5px;
  10487. }
  10488. .panel-group .panel-heading {
  10489. border-bottom: 0;
  10490. }
  10491. .panel-group .panel-heading + .panel-collapse > .panel-body,
  10492. .panel-group .panel-heading + .panel-collapse > .list-group {
  10493. border-top: 1px solid #ddd;
  10494. }
  10495. .panel-group .panel-footer {
  10496. border-top: 0;
  10497. }
  10498. .panel-group .panel-footer + .panel-collapse .panel-body {
  10499. border-bottom: 1px solid #ddd;
  10500. }
  10501. .panel-default {
  10502. border-color: #ddd;
  10503. }
  10504. .panel-default > .panel-heading {
  10505. color: #333;
  10506. background-color: #f5f5f5;
  10507. border-color: #ddd;
  10508. }
  10509. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  10510. border-top-color: #ddd;
  10511. }
  10512. .panel-default > .panel-heading .badge {
  10513. color: #f5f5f5;
  10514. background-color: #333;
  10515. }
  10516. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  10517. border-bottom-color: #ddd;
  10518. }
  10519. .panel-primary {
  10520. border-color: #337ab7;
  10521. }
  10522. .panel-primary > .panel-heading {
  10523. color: #fff;
  10524. background-color: #337ab7;
  10525. border-color: #337ab7;
  10526. }
  10527. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  10528. border-top-color: #337ab7;
  10529. }
  10530. .panel-primary > .panel-heading .badge {
  10531. color: #337ab7;
  10532. background-color: #fff;
  10533. }
  10534. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  10535. border-bottom-color: #337ab7;
  10536. }
  10537. .panel-success {
  10538. border-color: #d6e9c6;
  10539. }
  10540. .panel-success > .panel-heading {
  10541. color: #3c763d;
  10542. background-color: #dff0d8;
  10543. border-color: #d6e9c6;
  10544. }
  10545. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  10546. border-top-color: #d6e9c6;
  10547. }
  10548. .panel-success > .panel-heading .badge {
  10549. color: #dff0d8;
  10550. background-color: #3c763d;
  10551. }
  10552. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  10553. border-bottom-color: #d6e9c6;
  10554. }
  10555. .panel-info {
  10556. border-color: #bce8f1;
  10557. }
  10558. .panel-info > .panel-heading {
  10559. color: #31708f;
  10560. background-color: #d9edf7;
  10561. border-color: #bce8f1;
  10562. }
  10563. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  10564. border-top-color: #bce8f1;
  10565. }
  10566. .panel-info > .panel-heading .badge {
  10567. color: #d9edf7;
  10568. background-color: #31708f;
  10569. }
  10570. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  10571. border-bottom-color: #bce8f1;
  10572. }
  10573. .panel-warning {
  10574. border-color: #faebcc;
  10575. }
  10576. .panel-warning > .panel-heading {
  10577. color: #8a6d3b;
  10578. background-color: #fcf8e3;
  10579. border-color: #faebcc;
  10580. }
  10581. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  10582. border-top-color: #faebcc;
  10583. }
  10584. .panel-warning > .panel-heading .badge {
  10585. color: #fcf8e3;
  10586. background-color: #8a6d3b;
  10587. }
  10588. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  10589. border-bottom-color: #faebcc;
  10590. }
  10591. .panel-danger {
  10592. border-color: #ebccd1;
  10593. }
  10594. .panel-danger > .panel-heading {
  10595. color: #a94442;
  10596. background-color: #f2dede;
  10597. border-color: #ebccd1;
  10598. }
  10599. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  10600. border-top-color: #ebccd1;
  10601. }
  10602. .panel-danger > .panel-heading .badge {
  10603. color: #f2dede;
  10604. background-color: #a94442;
  10605. }
  10606. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  10607. border-bottom-color: #ebccd1;
  10608. }
  10609. .embed-responsive {
  10610. position: relative;
  10611. display: block;
  10612. height: 0;
  10613. padding: 0;
  10614. overflow: hidden;
  10615. }
  10616. .embed-responsive .embed-responsive-item,
  10617. .embed-responsive iframe,
  10618. .embed-responsive embed,
  10619. .embed-responsive object,
  10620. .embed-responsive video {
  10621. position: absolute;
  10622. top: 0;
  10623. bottom: 0;
  10624. left: 0;
  10625. width: 100%;
  10626. height: 100%;
  10627. border: 0;
  10628. }
  10629. .embed-responsive.embed-responsive-16by9 {
  10630. padding-bottom: 56.25%;
  10631. }
  10632. .embed-responsive.embed-responsive-4by3 {
  10633. padding-bottom: 75%;
  10634. }
  10635. .well {
  10636. min-height: 20px;
  10637. padding: 19px;
  10638. margin-bottom: 20px;
  10639. background-color: #f5f5f5;
  10640. border: 1px solid #e3e3e3;
  10641. border-radius: 4px;
  10642. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  10643. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  10644. }
  10645. .well blockquote {
  10646. border-color: #ddd;
  10647. border-color: rgba(0, 0, 0, .15);
  10648. }
  10649. .well-lg {
  10650. padding: 24px;
  10651. border-radius: 6px;
  10652. }
  10653. .well-sm {
  10654. padding: 9px;
  10655. border-radius: 3px;
  10656. }
  10657. .close {
  10658. float: right;
  10659. font-size: 21px;
  10660. font-weight: bold;
  10661. line-height: 1;
  10662. color: #000;
  10663. text-shadow: 0 1px 0 #fff;
  10664. filter: alpha(opacity=20);
  10665. opacity: .2;
  10666. }
  10667. .close:hover,
  10668. .close:focus {
  10669. color: #000;
  10670. text-decoration: none;
  10671. cursor: pointer;
  10672. filter: alpha(opacity=50);
  10673. opacity: .5;
  10674. }
  10675. button.close {
  10676. -webkit-appearance: none;
  10677. padding: 0;
  10678. cursor: pointer;
  10679. background: transparent;
  10680. border: 0;
  10681. }
  10682. .modal-open {
  10683. overflow: hidden;
  10684. }
  10685. .modal {
  10686. position: fixed;
  10687. top: 0;
  10688. right: 0;
  10689. bottom: 0;
  10690. left: 0;
  10691. z-index: 1040;
  10692. display: none;
  10693. overflow: hidden;
  10694. -webkit-overflow-scrolling: touch;
  10695. outline: 0;
  10696. }
  10697. .modal.fade .modal-dialog {
  10698. -webkit-transition: -webkit-transform .3s ease-out;
  10699. -o-transition: -o-transform .3s ease-out;
  10700. transition: transform .3s ease-out;
  10701. -webkit-transform: translate(0, -25%);
  10702. -ms-transform: translate(0, -25%);
  10703. -o-transform: translate(0, -25%);
  10704. transform: translate(0, -25%);
  10705. }
  10706. .modal.in .modal-dialog {
  10707. -webkit-transform: translate(0, 0);
  10708. -ms-transform: translate(0, 0);
  10709. -o-transform: translate(0, 0);
  10710. transform: translate(0, 0);
  10711. }
  10712. .modal-open .modal {
  10713. overflow-x: hidden;
  10714. overflow-y: auto;
  10715. }
  10716. .modal-dialog {
  10717. position: relative;
  10718. width: auto;
  10719. margin: 10px;
  10720. }
  10721. .modal-content {
  10722. position: relative;
  10723. background-color: #fff;
  10724. -webkit-background-clip: padding-box;
  10725. background-clip: padding-box;
  10726. border: 1px solid #999;
  10727. border: 1px solid rgba(0, 0, 0, .2);
  10728. border-radius: 6px;
  10729. outline: 0;
  10730. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  10731. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  10732. }
  10733. .modal-backdrop {
  10734. position: absolute;
  10735. top: 0;
  10736. right: 0;
  10737. left: 0;
  10738. background-color: #000;
  10739. }
  10740. .modal-backdrop.fade {
  10741. filter: alpha(opacity=0);
  10742. opacity: 0;
  10743. }
  10744. .modal-backdrop.in {
  10745. filter: alpha(opacity=50);
  10746. opacity: .5;
  10747. }
  10748. .modal-header {
  10749. min-height: 16.42857143px;
  10750. padding: 15px;
  10751. border-bottom: 1px solid #e5e5e5;
  10752. }
  10753. .modal-header .close {
  10754. margin-top: -2px;
  10755. }
  10756. .modal-title {
  10757. margin: 0;
  10758. line-height: 1.42857143;
  10759. }
  10760. .modal-body {
  10761. position: relative;
  10762. padding: 15px;
  10763. }
  10764. .modal-footer {
  10765. padding: 15px;
  10766. text-align: right;
  10767. border-top: 1px solid #e5e5e5;
  10768. }
  10769. .modal-footer .btn + .btn {
  10770. margin-bottom: 0;
  10771. margin-left: 5px;
  10772. }
  10773. .modal-footer .btn-group .btn + .btn {
  10774. margin-left: -1px;
  10775. }
  10776. .modal-footer .btn-block + .btn-block {
  10777. margin-left: 0;
  10778. }
  10779. .modal-scrollbar-measure {
  10780. position: absolute;
  10781. top: -9999px;
  10782. width: 50px;
  10783. height: 50px;
  10784. overflow: scroll;
  10785. }
  10786. @media (min-width: 768px) {
  10787. .modal-dialog {
  10788. width: 600px;
  10789. margin: 30px auto;
  10790. }
  10791. .modal-content {
  10792. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  10793. box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  10794. }
  10795. .modal-sm {
  10796. width: 300px;
  10797. }
  10798. }
  10799. @media (min-width: 992px) {
  10800. .modal-lg {
  10801. width: 900px;
  10802. }
  10803. }
  10804. .tooltip {
  10805. position: absolute;
  10806. z-index: 1070;
  10807. display: block;
  10808. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10809. font-size: 12px;
  10810. font-weight: normal;
  10811. line-height: 1.4;
  10812. visibility: visible;
  10813. filter: alpha(opacity=0);
  10814. opacity: 0;
  10815. }
  10816. .tooltip.in {
  10817. filter: alpha(opacity=90);
  10818. opacity: .9;
  10819. }
  10820. .tooltip.top {
  10821. padding: 5px 0;
  10822. margin-top: -3px;
  10823. }
  10824. .tooltip.right {
  10825. padding: 0 5px;
  10826. margin-left: 3px;
  10827. }
  10828. .tooltip.bottom {
  10829. padding: 5px 0;
  10830. margin-top: 3px;
  10831. }
  10832. .tooltip.left {
  10833. padding: 0 5px;
  10834. margin-left: -3px;
  10835. }
  10836. .tooltip-inner {
  10837. max-width: 200px;
  10838. padding: 3px 8px;
  10839. color: #fff;
  10840. text-align: center;
  10841. text-decoration: none;
  10842. background-color: #000;
  10843. border-radius: 4px;
  10844. }
  10845. .tooltip-arrow {
  10846. position: absolute;
  10847. width: 0;
  10848. height: 0;
  10849. border-color: transparent;
  10850. border-style: solid;
  10851. }
  10852. .tooltip.top .tooltip-arrow {
  10853. bottom: 0;
  10854. left: 50%;
  10855. margin-left: -5px;
  10856. border-width: 5px 5px 0;
  10857. border-top-color: #000;
  10858. }
  10859. .tooltip.top-left .tooltip-arrow {
  10860. right: 5px;
  10861. bottom: 0;
  10862. margin-bottom: -5px;
  10863. border-width: 5px 5px 0;
  10864. border-top-color: #000;
  10865. }
  10866. .tooltip.top-right .tooltip-arrow {
  10867. bottom: 0;
  10868. left: 5px;
  10869. margin-bottom: -5px;
  10870. border-width: 5px 5px 0;
  10871. border-top-color: #000;
  10872. }
  10873. .tooltip.right .tooltip-arrow {
  10874. top: 50%;
  10875. left: 0;
  10876. margin-top: -5px;
  10877. border-width: 5px 5px 5px 0;
  10878. border-right-color: #000;
  10879. }
  10880. .tooltip.left .tooltip-arrow {
  10881. top: 50%;
  10882. right: 0;
  10883. margin-top: -5px;
  10884. border-width: 5px 0 5px 5px;
  10885. border-left-color: #000;
  10886. }
  10887. .tooltip.bottom .tooltip-arrow {
  10888. top: 0;
  10889. left: 50%;
  10890. margin-left: -5px;
  10891. border-width: 0 5px 5px;
  10892. border-bottom-color: #000;
  10893. }
  10894. .tooltip.bottom-left .tooltip-arrow {
  10895. top: 0;
  10896. right: 5px;
  10897. margin-top: -5px;
  10898. border-width: 0 5px 5px;
  10899. border-bottom-color: #000;
  10900. }
  10901. .tooltip.bottom-right .tooltip-arrow {
  10902. top: 0;
  10903. left: 5px;
  10904. margin-top: -5px;
  10905. border-width: 0 5px 5px;
  10906. border-bottom-color: #000;
  10907. }
  10908. .popover {
  10909. position: absolute;
  10910. top: 0;
  10911. left: 0;
  10912. z-index: 1060;
  10913. display: none;
  10914. max-width: 276px;
  10915. padding: 1px;
  10916. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10917. font-size: 14px;
  10918. font-weight: normal;
  10919. line-height: 1.42857143;
  10920. text-align: left;
  10921. white-space: normal;
  10922. background-color: #fff;
  10923. -webkit-background-clip: padding-box;
  10924. background-clip: padding-box;
  10925. border: 1px solid #ccc;
  10926. border: 1px solid rgba(0, 0, 0, .2);
  10927. border-radius: 6px;
  10928. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  10929. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  10930. }
  10931. .popover.top {
  10932. margin-top: -10px;
  10933. }
  10934. .popover.right {
  10935. margin-left: 10px;
  10936. }
  10937. .popover.bottom {
  10938. margin-top: 10px;
  10939. }
  10940. .popover.left {
  10941. margin-left: -10px;
  10942. }
  10943. .popover-title {
  10944. padding: 8px 14px;
  10945. margin: 0;
  10946. font-size: 14px;
  10947. background-color: #f7f7f7;
  10948. border-bottom: 1px solid #ebebeb;
  10949. border-radius: 5px 5px 0 0;
  10950. }
  10951. .popover-content {
  10952. padding: 9px 14px;
  10953. }
  10954. .popover > .arrow,
  10955. .popover > .arrow:after {
  10956. position: absolute;
  10957. display: block;
  10958. width: 0;
  10959. height: 0;
  10960. border-color: transparent;
  10961. border-style: solid;
  10962. }
  10963. .popover > .arrow {
  10964. border-width: 11px;
  10965. }
  10966. .popover > .arrow:after {
  10967. content: "";
  10968. border-width: 10px;
  10969. }
  10970. .popover.top > .arrow {
  10971. bottom: -11px;
  10972. left: 50%;
  10973. margin-left: -11px;
  10974. border-top-color: #999;
  10975. border-top-color: rgba(0, 0, 0, .25);
  10976. border-bottom-width: 0;
  10977. }
  10978. .popover.top > .arrow:after {
  10979. bottom: 1px;
  10980. margin-left: -10px;
  10981. content: " ";
  10982. border-top-color: #fff;
  10983. border-bottom-width: 0;
  10984. }
  10985. .popover.right > .arrow {
  10986. top: 50%;
  10987. left: -11px;
  10988. margin-top: -11px;
  10989. border-right-color: #999;
  10990. border-right-color: rgba(0, 0, 0, .25);
  10991. border-left-width: 0;
  10992. }
  10993. .popover.right > .arrow:after {
  10994. bottom: -10px;
  10995. left: 1px;
  10996. content: " ";
  10997. border-right-color: #fff;
  10998. border-left-width: 0;
  10999. }
  11000. .popover.bottom > .arrow {
  11001. top: -11px;
  11002. left: 50%;
  11003. margin-left: -11px;
  11004. border-top-width: 0;
  11005. border-bottom-color: #999;
  11006. border-bottom-color: rgba(0, 0, 0, .25);
  11007. }
  11008. .popover.bottom > .arrow:after {
  11009. top: 1px;
  11010. margin-left: -10px;
  11011. content: " ";
  11012. border-top-width: 0;
  11013. border-bottom-color: #fff;
  11014. }
  11015. .popover.left > .arrow {
  11016. top: 50%;
  11017. right: -11px;
  11018. margin-top: -11px;
  11019. border-right-width: 0;
  11020. border-left-color: #999;
  11021. border-left-color: rgba(0, 0, 0, .25);
  11022. }
  11023. .popover.left > .arrow:after {
  11024. right: 1px;
  11025. bottom: -10px;
  11026. content: " ";
  11027. border-right-width: 0;
  11028. border-left-color: #fff;
  11029. }
  11030. .carousel {
  11031. position: relative;
  11032. }
  11033. .carousel-inner {
  11034. position: relative;
  11035. width: 100%;
  11036. overflow: hidden;
  11037. }
  11038. .carousel-inner > .item {
  11039. position: relative;
  11040. display: none;
  11041. -webkit-transition: .6s ease-in-out left;
  11042. -o-transition: .6s ease-in-out left;
  11043. transition: .6s ease-in-out left;
  11044. }
  11045. .carousel-inner > .item > img,
  11046. .carousel-inner > .item > a > img {
  11047. line-height: 1;
  11048. }
  11049. @media all and (transform-3d), (-webkit-transform-3d) {
  11050. .carousel-inner > .item {
  11051. -webkit-transition: -webkit-transform .6s ease-in-out;
  11052. -o-transition: -o-transform .6s ease-in-out;
  11053. transition: transform .6s ease-in-out;
  11054.  
  11055. -webkit-backface-visibility: hidden;
  11056. backface-visibility: hidden;
  11057. -webkit-perspective: 1000;
  11058. perspective: 1000;
  11059. }
  11060. .carousel-inner > .item.next,
  11061. .carousel-inner > .item.active.right {
  11062. left: 0;
  11063. -webkit-transform: translate3d(100%, 0, 0);
  11064. transform: translate3d(100%, 0, 0);
  11065. }
  11066. .carousel-inner > .item.prev,
  11067. .carousel-inner > .item.active.left {
  11068. left: 0;
  11069. -webkit-transform: translate3d(-100%, 0, 0);
  11070. transform: translate3d(-100%, 0, 0);
  11071. }
  11072. .carousel-inner > .item.next.left,
  11073. .carousel-inner > .item.prev.right,
  11074. .carousel-inner > .item.active {
  11075. left: 0;
  11076. -webkit-transform: translate3d(0, 0, 0);
  11077. transform: translate3d(0, 0, 0);
  11078. }
  11079. }
  11080. .carousel-inner > .active,
  11081. .carousel-inner > .next,
  11082. .carousel-inner > .prev {
  11083. display: block;
  11084. }
  11085. .carousel-inner > .active {
  11086. left: 0;
  11087. }
  11088. .carousel-inner > .next,
  11089. .carousel-inner > .prev {
  11090. position: absolute;
  11091. top: 0;
  11092. width: 100%;
  11093. }
  11094. .carousel-inner > .next {
  11095. left: 100%;
  11096. }
  11097. .carousel-inner > .prev {
  11098. left: -100%;
  11099. }
  11100. .carousel-inner > .next.left,
  11101. .carousel-inner > .prev.right {
  11102. left: 0;
  11103. }
  11104. .carousel-inner > .active.left {
  11105. left: -100%;
  11106. }
  11107. .carousel-inner > .active.right {
  11108. left: 100%;
  11109. }
  11110. .carousel-control {
  11111. position: absolute;
  11112. top: 0;
  11113. bottom: 0;
  11114. left: 0;
  11115. width: 15%;
  11116. font-size: 20px;
  11117. color: #fff;
  11118. text-align: center;
  11119. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  11120. filter: alpha(opacity=50);
  11121. opacity: .5;
  11122. }
  11123. .carousel-control.left {
  11124. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  11125. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  11126. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  11127. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  11128. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  11129. background-repeat: repeat-x;
  11130. }
  11131. .carousel-control.right {
  11132. right: 0;
  11133. left: auto;
  11134. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  11135. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  11136. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  11137. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  11138. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  11139. background-repeat: repeat-x;
  11140. }
  11141. .carousel-control:hover,
  11142. .carousel-control:focus {
  11143. color: #fff;
  11144. text-decoration: none;
  11145. filter: alpha(opacity=90);
  11146. outline: 0;
  11147. opacity: .9;
  11148. }
  11149. .carousel-control .icon-prev,
  11150. .carousel-control .icon-next,
  11151. .carousel-control .glyphicon-chevron-left,
  11152. .carousel-control .glyphicon-chevron-right {
  11153. position: absolute;
  11154. top: 50%;
  11155. z-index: 5;
  11156. display: inline-block;
  11157. }
  11158. .carousel-control .icon-prev,
  11159. .carousel-control .glyphicon-chevron-left {
  11160. left: 50%;
  11161. margin-left: -10px;
  11162. }
  11163. .carousel-control .icon-next,
  11164. .carousel-control .glyphicon-chevron-right {
  11165. right: 50%;
  11166. margin-right: -10px;
  11167. }
  11168. .carousel-control .icon-prev,
  11169. .carousel-control .icon-next {
  11170. width: 20px;
  11171. height: 20px;
  11172. margin-top: -10px;
  11173. font-family: serif;
  11174. line-height: 1;
  11175. }
  11176. .carousel-control .icon-prev:before {
  11177. content: '\2039';
  11178. }
  11179. .carousel-control .icon-next:before {
  11180. content: '\203a';
  11181. }
  11182. .carousel-indicators {
  11183. position: absolute;
  11184. bottom: 10px;
  11185. left: 50%;
  11186. z-index: 15;
  11187. width: 60%;
  11188. padding-left: 0;
  11189. margin-left: -30%;
  11190. text-align: center;
  11191. list-style: none;
  11192. }
  11193. .carousel-indicators li {
  11194. display: inline-block;
  11195. width: 10px;
  11196. height: 10px;
  11197. margin: 1px;
  11198. text-indent: -999px;
  11199. cursor: pointer;
  11200. background-color: #000 \9;
  11201. background-color: rgba(0, 0, 0, 0);
  11202. border: 1px solid #fff;
  11203. border-radius: 10px;
  11204. }
  11205. .carousel-indicators .active {
  11206. width: 12px;
  11207. height: 12px;
  11208. margin: 0;
  11209. background-color: #fff;
  11210. }
  11211. .carousel-caption {
  11212. position: absolute;
  11213. right: 15%;
  11214. bottom: 20px;
  11215. left: 15%;
  11216. z-index: 10;
  11217. padding-top: 20px;
  11218. padding-bottom: 20px;
  11219. color: #fff;
  11220. text-align: center;
  11221. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  11222. }
  11223. .carousel-caption .btn {
  11224. text-shadow: none;
  11225. }
  11226. @media screen and (min-width: 768px) {
  11227. .carousel-control .glyphicon-chevron-left,
  11228. .carousel-control .glyphicon-chevron-right,
  11229. .carousel-control .icon-prev,
  11230. .carousel-control .icon-next {
  11231. width: 30px;
  11232. height: 30px;
  11233. margin-top: -15px;
  11234. font-size: 30px;
  11235. }
  11236. .carousel-control .glyphicon-chevron-left,
  11237. .carousel-control .icon-prev {
  11238. margin-left: -15px;
  11239. }
  11240. .carousel-control .glyphicon-chevron-right,
  11241. .carousel-control .icon-next {
  11242. margin-right: -15px;
  11243. }
  11244. .carousel-caption {
  11245. right: 20%;
  11246. left: 20%;
  11247. padding-bottom: 30px;
  11248. }
  11249. .carousel-indicators {
  11250. bottom: 20px;
  11251. }
  11252. }
  11253. .clearfix:before,
  11254. .clearfix:after,
  11255. .dl-horizontal dd:before,
  11256. .dl-horizontal dd:after,
  11257. .container:before,
  11258. .container:after,
  11259. .container-fluid:before,
  11260. .container-fluid:after,
  11261. .row:before,
  11262. .row:after,
  11263. .form-horizontal .form-group:before,
  11264. .form-horizontal .form-group:after,
  11265. .btn-toolbar:before,
  11266. .btn-toolbar:after,
  11267. .btn-group-vertical > .btn-group:before,
  11268. .btn-group-vertical > .btn-group:after,
  11269. .nav:before,
  11270. .nav:after,
  11271. .navbar:before,
  11272. .navbar:after,
  11273. .navbar-header:before,
  11274. .navbar-header:after,
  11275. .navbar-collapse:before,
  11276. .navbar-collapse:after,
  11277. .pager:before,
  11278. .pager:after,
  11279. .panel-body:before,
  11280. .panel-body:after,
  11281. .modal-footer:before,
  11282. .modal-footer:after {
  11283. display: table;
  11284. content: " ";
  11285. }
  11286. .clearfix:after,
  11287. .dl-horizontal dd:after,
  11288. .container:after,
  11289. .container-fluid:after,
  11290. .row:after,
  11291. .form-horizontal .form-group:after,
  11292. .btn-toolbar:after,
  11293. .btn-group-vertical > .btn-group:after,
  11294. .nav:after,
  11295. .navbar:after,
  11296. .navbar-header:after,
  11297. .navbar-collapse:after,
  11298. .pager:after,
  11299. .panel-body:after,
  11300. .modal-footer:after {
  11301. clear: both;
  11302. }
  11303. .center-block {
  11304. display: block;
  11305. margin-right: auto;
  11306. margin-left: auto;
  11307. }
  11308. .pull-right {
  11309. float: right !important;
  11310. }
  11311. .pull-left {
  11312. float: left !important;
  11313. }
  11314. .hide {
  11315. display: none !important;
  11316. }
  11317. .show {
  11318. display: block !important;
  11319. }
  11320. .invisible {
  11321. visibility: hidden;
  11322. }
  11323. .text-hide {
  11324. font: 0/0 a;
  11325. color: transparent;
  11326. text-shadow: none;
  11327. background-color: transparent;
  11328. border: 0;
  11329. }
  11330. .hidden {
  11331. display: none !important;
  11332. visibility: hidden !important;
  11333. }
  11334. .affix {
  11335. position: fixed;
  11336. }
  11337. @-ms-viewport {
  11338. width: device-width;
  11339. }
  11340. .visible-xs,
  11341. .visible-sm,
  11342. .visible-md,
  11343. .visible-lg {
  11344. display: none !important;
  11345. }
  11346. .visible-xs-block,
  11347. .visible-xs-inline,
  11348. .visible-xs-inline-block,
  11349. .visible-sm-block,
  11350. .visible-sm-inline,
  11351. .visible-sm-inline-block,
  11352. .visible-md-block,
  11353. .visible-md-inline,
  11354. .visible-md-inline-block,
  11355. .visible-lg-block,
  11356. .visible-lg-inline,
  11357. .visible-lg-inline-block {
  11358. display: none !important;
  11359. }
  11360. @media (max-width: 767px) {
  11361. .visible-xs {
  11362. display: block !important;
  11363. }
  11364. table.visible-xs {
  11365. display: table;
  11366. }
  11367. tr.visible-xs {
  11368. display: table-row !important;
  11369. }
  11370. th.visible-xs,
  11371. td.visible-xs {
  11372. display: table-cell !important;
  11373. }
  11374. }
  11375. @media (max-width: 767px) {
  11376. .visible-xs-block {
  11377. display: block !important;
  11378. }
  11379. }
  11380. @media (max-width: 767px) {
  11381. .visible-xs-inline {
  11382. display: inline !important;
  11383. }
  11384. }
  11385. @media (max-width: 767px) {
  11386. .visible-xs-inline-block {
  11387. display: inline-block !important;
  11388. }
  11389. }
  11390. @media (min-width: 768px) and (max-width: 991px) {
  11391. .visible-sm {
  11392. display: block !important;
  11393. }
  11394. table.visible-sm {
  11395. display: table;
  11396. }
  11397. tr.visible-sm {
  11398. display: table-row !important;
  11399. }
  11400. th.visible-sm,
  11401. td.visible-sm {
  11402. display: table-cell !important;
  11403. }
  11404. }
  11405. @media (min-width: 768px) and (max-width: 991px) {
  11406. .visible-sm-block {
  11407. display: block !important;
  11408. }
  11409. }
  11410. @media (min-width: 768px) and (max-width: 991px) {
  11411. .visible-sm-inline {
  11412. display: inline !important;
  11413. }
  11414. }
  11415. @media (min-width: 768px) and (max-width: 991px) {
  11416. .visible-sm-inline-block {
  11417. display: inline-block !important;
  11418. }
  11419. }
  11420. @media (min-width: 992px) and (max-width: 1199px) {
  11421. .visible-md {
  11422. display: block !important;
  11423. }
  11424. table.visible-md {
  11425. display: table;
  11426. }
  11427. tr.visible-md {
  11428. display: table-row !important;
  11429. }
  11430. th.visible-md,
  11431. td.visible-md {
  11432. display: table-cell !important;
  11433. }
  11434. }
  11435. @media (min-width: 992px) and (max-width: 1199px) {
  11436. .visible-md-block {
  11437. display: block !important;
  11438. }
  11439. }
  11440. @media (min-width: 992px) and (max-width: 1199px) {
  11441. .visible-md-inline {
  11442. display: inline !important;
  11443. }
  11444. }
  11445. @media (min-width: 992px) and (max-width: 1199px) {
  11446. .visible-md-inline-block {
  11447. display: inline-block !important;
  11448. }
  11449. }
  11450. @media (min-width: 1200px) {
  11451. .visible-lg {
  11452. display: block !important;
  11453. }
  11454. table.visible-lg {
  11455. display: table;
  11456. }
  11457. tr.visible-lg {
  11458. display: table-row !important;
  11459. }
  11460. th.visible-lg,
  11461. td.visible-lg {
  11462. display: table-cell !important;
  11463. }
  11464. }
  11465. @media (min-width: 1200px) {
  11466. .visible-lg-block {
  11467. display: block !important;
  11468. }
  11469. }
  11470. @media (min-width: 1200px) {
  11471. .visible-lg-inline {
  11472. display: inline !important;
  11473. }
  11474. }
  11475. @media (min-width: 1200px) {
  11476. .visible-lg-inline-block {
  11477. display: inline-block !important;
  11478. }
  11479. }
  11480. @media (max-width: 767px) {
  11481. .hidden-xs {
  11482. display: none !important;
  11483. }
  11484. }
  11485. @media (min-width: 768px) and (max-width: 991px) {
  11486. .hidden-sm {
  11487. display: none !important;
  11488. }
  11489. }
  11490. @media (min-width: 992px) and (max-width: 1199px) {
  11491. .hidden-md {
  11492. display: none !important;
  11493. }
  11494. }
  11495. @media (min-width: 1200px) {
  11496. .hidden-lg {
  11497. display: none !important;
  11498. }
  11499. }
  11500. .visible-print {
  11501. display: none !important;
  11502. }
  11503. @media print {
  11504. .visible-print {
  11505. display: block !important;
  11506. }
  11507. table.visible-print {
  11508. display: table;
  11509. }
  11510. tr.visible-print {
  11511. display: table-row !important;
  11512. }
  11513. th.visible-print,
  11514. td.visible-print {
  11515. display: table-cell !important;
  11516. }
  11517. }
  11518. .visible-print-block {
  11519. display: none !important;
  11520. }
  11521. @media print {
  11522. .visible-print-block {
  11523. display: block !important;
  11524. }
  11525. }
  11526. .visible-print-inline {
  11527. display: none !important;
  11528. }
  11529. @media print {
  11530. .visible-print-inline {
  11531. display: inline !important;
  11532. }
  11533. }
  11534. .visible-print-inline-block {
  11535. display: none !important;
  11536. }
  11537. @media print {
  11538. .visible-print-inline-block {
  11539. display: inline-block !important;
  11540. }
  11541. }
  11542. @media print {
  11543. .hidden-print {
  11544. display: none !important;
  11545. }
  11546. }
  11547. /*# sourceMappingURL=bootstrap.css.map */
  11548.  
  11549. @font-face {
  11550. font-family: 'Pe-icon-7-stroke';
  11551. src:url('../../themes/homer/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?-2irksn');
  11552. src:url('../../themes/homer/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefix-2irksn') format('embedded-opentype'),
  11553. url('../../themes/homer/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?-2irksn') format('woff'),
  11554. url('../../themes/homer/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?-2irksn') format('truetype'),
  11555. url('../../themes/homer/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke') format('svg');
  11556. font-weight: normal;
  11557. font-style: normal;
  11558. }
  11559.  
  11560. [class^="pe-7s-"], [class*=" pe-7s-"] {
  11561. display: inline-block;
  11562. font-family: 'Pe-icon-7-stroke';
  11563. speak: none;
  11564. font-style: normal;
  11565. font-weight: normal;
  11566. font-variant: normal;
  11567. text-transform: none;
  11568. line-height: 1;
  11569.  
  11570. /* Better Font Rendering =========== */
  11571. -webkit-font-smoothing: antialiased;
  11572. -moz-osx-font-smoothing: grayscale;
  11573. }
  11574.  
  11575. .pe-7s-cloud-upload:before {
  11576. content: "\e68a";
  11577. }
  11578. .pe-7s-cash:before {
  11579. content: "\e68c";
  11580. }
  11581. .pe-7s-close:before {
  11582. content: "\e680";
  11583. }
  11584. .pe-7s-bluetooth:before {
  11585. content: "\e68d";
  11586. }
  11587. .pe-7s-cloud-download:before {
  11588. content: "\e68b";
  11589. }
  11590. .pe-7s-way:before {
  11591. content: "\e68e";
  11592. }
  11593. .pe-7s-close-circle:before {
  11594. content: "\e681";
  11595. }
  11596. .pe-7s-id:before {
  11597. content: "\e68f";
  11598. }
  11599. .pe-7s-angle-up:before {
  11600. content: "\e682";
  11601. }
  11602. .pe-7s-wristwatch:before {
  11603. content: "\e690";
  11604. }
  11605. .pe-7s-angle-up-circle:before {
  11606. content: "\e683";
  11607. }
  11608. .pe-7s-world:before {
  11609. content: "\e691";
  11610. }
  11611. .pe-7s-angle-right:before {
  11612. content: "\e684";
  11613. }
  11614. .pe-7s-volume:before {
  11615. content: "\e692";
  11616. }
  11617. .pe-7s-angle-right-circle:before {
  11618. content: "\e685";
  11619. }
  11620. .pe-7s-users:before {
  11621. content: "\e693";
  11622. }
  11623. .pe-7s-angle-left:before {
  11624. content: "\e686";
  11625. }
  11626. .pe-7s-user-female:before {
  11627. content: "\e694";
  11628. }
  11629. .pe-7s-angle-left-circle:before {
  11630. content: "\e687";
  11631. }
  11632. .pe-7s-up-arrow:before {
  11633. content: "\e695";
  11634. }
  11635. .pe-7s-angle-down:before {
  11636. content: "\e688";
  11637. }
  11638. .pe-7s-switch:before {
  11639. content: "\e696";
  11640. }
  11641. .pe-7s-angle-down-circle:before {
  11642. content: "\e689";
  11643. }
  11644. .pe-7s-scissors:before {
  11645. content: "\e697";
  11646. }
  11647. .pe-7s-wallet:before {
  11648. content: "\e600";
  11649. }
  11650. .pe-7s-safe:before {
  11651. content: "\e698";
  11652. }
  11653. .pe-7s-volume2:before {
  11654. content: "\e601";
  11655. }
  11656. .pe-7s-volume1:before {
  11657. content: "\e602";
  11658. }
  11659. .pe-7s-voicemail:before {
  11660. content: "\e603";
  11661. }
  11662. .pe-7s-video:before {
  11663. content: "\e604";
  11664. }
  11665. .pe-7s-user:before {
  11666. content: "\e605";
  11667. }
  11668. .pe-7s-upload:before {
  11669. content: "\e606";
  11670. }
  11671. .pe-7s-unlock:before {
  11672. content: "\e607";
  11673. }
  11674. .pe-7s-umbrella:before {
  11675. content: "\e608";
  11676. }
  11677. .pe-7s-trash:before {
  11678. content: "\e609";
  11679. }
  11680. .pe-7s-tools:before {
  11681. content: "\e60a";
  11682. }
  11683. .pe-7s-timer:before {
  11684. content: "\e60b";
  11685. }
  11686. .pe-7s-ticket:before {
  11687. content: "\e60c";
  11688. }
  11689. .pe-7s-target:before {
  11690. content: "\e60d";
  11691. }
  11692. .pe-7s-sun:before {
  11693. content: "\e60e";
  11694. }
  11695. .pe-7s-study:before {
  11696. content: "\e60f";
  11697. }
  11698. .pe-7s-stopwatch:before {
  11699. content: "\e610";
  11700. }
  11701. .pe-7s-star:before {
  11702. content: "\e611";
  11703. }
  11704. .pe-7s-speaker:before {
  11705. content: "\e612";
  11706. }
  11707. .pe-7s-signal:before {
  11708. content: "\e613";
  11709. }
  11710. .pe-7s-shuffle:before {
  11711. content: "\e614";
  11712. }
  11713. .pe-7s-shopbag:before {
  11714. content: "\e615";
  11715. }
  11716. .pe-7s-share:before {
  11717. content: "\e616";
  11718. }
  11719. .pe-7s-server:before {
  11720. content: "\e617";
  11721. }
  11722. .pe-7s-search:before {
  11723. content: "\e618";
  11724. }
  11725. .pe-7s-film:before {
  11726. content: "\e6a5";
  11727. }
  11728. .pe-7s-science:before {
  11729. content: "\e619";
  11730. }
  11731. .pe-7s-disk:before {
  11732. content: "\e6a6";
  11733. }
  11734. .pe-7s-ribbon:before {
  11735. content: "\e61a";
  11736. }
  11737. .pe-7s-repeat:before {
  11738. content: "\e61b";
  11739. }
  11740. .pe-7s-refresh:before {
  11741. content: "\e61c";
  11742. }
  11743. .pe-7s-add-user:before {
  11744. content: "\e6a9";
  11745. }
  11746. .pe-7s-refresh-cloud:before {
  11747. content: "\e61d";
  11748. }
  11749. .pe-7s-paperclip:before {
  11750. content: "\e69c";
  11751. }
  11752. .pe-7s-radio:before {
  11753. content: "\e61e";
  11754. }
  11755. .pe-7s-note2:before {
  11756. content: "\e69d";
  11757. }
  11758. .pe-7s-print:before {
  11759. content: "\e61f";
  11760. }
  11761. .pe-7s-network:before {
  11762. content: "\e69e";
  11763. }
  11764. .pe-7s-prev:before {
  11765. content: "\e620";
  11766. }
  11767. .pe-7s-mute:before {
  11768. content: "\e69f";
  11769. }
  11770. .pe-7s-power:before {
  11771. content: "\e621";
  11772. }
  11773. .pe-7s-medal:before {
  11774. content: "\e6a0";
  11775. }
  11776. .pe-7s-portfolio:before {
  11777. content: "\e622";
  11778. }
  11779. .pe-7s-like2:before {
  11780. content: "\e6a1";
  11781. }
  11782. .pe-7s-plus:before {
  11783. content: "\e623";
  11784. }
  11785. .pe-7s-left-arrow:before {
  11786. content: "\e6a2";
  11787. }
  11788. .pe-7s-play:before {
  11789. content: "\e624";
  11790. }
  11791. .pe-7s-key:before {
  11792. content: "\e6a3";
  11793. }
  11794. .pe-7s-plane:before {
  11795. content: "\e625";
  11796. }
  11797. .pe-7s-joy:before {
  11798. content: "\e6a4";
  11799. }
  11800. .pe-7s-photo-gallery:before {
  11801. content: "\e626";
  11802. }
  11803. .pe-7s-pin:before {
  11804. content: "\e69b";
  11805. }
  11806. .pe-7s-phone:before {
  11807. content: "\e627";
  11808. }
  11809. .pe-7s-plug:before {
  11810. content: "\e69a";
  11811. }
  11812. .pe-7s-pen:before {
  11813. content: "\e628";
  11814. }
  11815. .pe-7s-right-arrow:before {
  11816. content: "\e699";
  11817. }
  11818. .pe-7s-paper-plane:before {
  11819. content: "\e629";
  11820. }
  11821. .pe-7s-delete-user:before {
  11822. content: "\e6a7";
  11823. }
  11824. .pe-7s-paint:before {
  11825. content: "\e62a";
  11826. }
  11827. .pe-7s-bottom-arrow:before {
  11828. content: "\e6a8";
  11829. }
  11830. .pe-7s-notebook:before {
  11831. content: "\e62b";
  11832. }
  11833. .pe-7s-note:before {
  11834. content: "\e62c";
  11835. }
  11836. .pe-7s-next:before {
  11837. content: "\e62d";
  11838. }
  11839. .pe-7s-news-paper:before {
  11840. content: "\e62e";
  11841. }
  11842. .pe-7s-musiclist:before {
  11843. content: "\e62f";
  11844. }
  11845. .pe-7s-music:before {
  11846. content: "\e630";
  11847. }
  11848. .pe-7s-mouse:before {
  11849. content: "\e631";
  11850. }
  11851. .pe-7s-more:before {
  11852. content: "\e632";
  11853. }
  11854. .pe-7s-moon:before {
  11855. content: "\e633";
  11856. }
  11857. .pe-7s-monitor:before {
  11858. content: "\e634";
  11859. }
  11860. .pe-7s-micro:before {
  11861. content: "\e635";
  11862. }
  11863. .pe-7s-menu:before {
  11864. content: "\e636";
  11865. }
  11866. .pe-7s-map:before {
  11867. content: "\e637";
  11868. }
  11869. .pe-7s-map-marker:before {
  11870. content: "\e638";
  11871. }
  11872. .pe-7s-mail:before {
  11873. content: "\e639";
  11874. }
  11875. .pe-7s-mail-open:before {
  11876. content: "\e63a";
  11877. }
  11878. .pe-7s-mail-open-file:before {
  11879. content: "\e63b";
  11880. }
  11881. .pe-7s-magnet:before {
  11882. content: "\e63c";
  11883. }
  11884. .pe-7s-loop:before {
  11885. content: "\e63d";
  11886. }
  11887. .pe-7s-look:before {
  11888. content: "\e63e";
  11889. }
  11890. .pe-7s-lock:before {
  11891. content: "\e63f";
  11892. }
  11893. .pe-7s-lintern:before {
  11894. content: "\e640";
  11895. }
  11896. .pe-7s-link:before {
  11897. content: "\e641";
  11898. }
  11899. .pe-7s-like:before {
  11900. content: "\e642";
  11901. }
  11902. .pe-7s-light:before {
  11903. content: "\e643";
  11904. }
  11905. .pe-7s-less:before {
  11906. content: "\e644";
  11907. }
  11908. .pe-7s-keypad:before {
  11909. content: "\e645";
  11910. }
  11911. .pe-7s-junk:before {
  11912. content: "\e646";
  11913. }
  11914. .pe-7s-info:before {
  11915. content: "\e647";
  11916. }
  11917. .pe-7s-home:before {
  11918. content: "\e648";
  11919. }
  11920. .pe-7s-help2:before {
  11921. content: "\e649";
  11922. }
  11923. .pe-7s-help1:before {
  11924. content: "\e64a";
  11925. }
  11926. .pe-7s-graph3:before {
  11927. content: "\e64b";
  11928. }
  11929. .pe-7s-graph2:before {
  11930. content: "\e64c";
  11931. }
  11932. .pe-7s-graph1:before {
  11933. content: "\e64d";
  11934. }
  11935. .pe-7s-graph:before {
  11936. content: "\e64e";
  11937. }
  11938. .pe-7s-global:before {
  11939. content: "\e64f";
  11940. }
  11941. .pe-7s-gleam:before {
  11942. content: "\e650";
  11943. }
  11944. .pe-7s-glasses:before {
  11945. content: "\e651";
  11946. }
  11947. .pe-7s-gift:before {
  11948. content: "\e652";
  11949. }
  11950. .pe-7s-folder:before {
  11951. content: "\e653";
  11952. }
  11953. .pe-7s-flag:before {
  11954. content: "\e654";
  11955. }
  11956. .pe-7s-filter:before {
  11957. content: "\e655";
  11958. }
  11959. .pe-7s-file:before {
  11960. content: "\e656";
  11961. }
  11962. .pe-7s-expand1:before {
  11963. content: "\e657";
  11964. }
  11965. .pe-7s-exapnd2:before {
  11966. content: "\e658";
  11967. }
  11968. .pe-7s-edit:before {
  11969. content: "\e659";
  11970. }
  11971. .pe-7s-drop:before {
  11972. content: "\e65a";
  11973. }
  11974. .pe-7s-drawer:before {
  11975. content: "\e65b";
  11976. }
  11977. .pe-7s-download:before {
  11978. content: "\e65c";
  11979. }
  11980. .pe-7s-display2:before {
  11981. content: "\e65d";
  11982. }
  11983. .pe-7s-display1:before {
  11984. content: "\e65e";
  11985. }
  11986. .pe-7s-diskette:before {
  11987. content: "\e65f";
  11988. }
  11989. .pe-7s-date:before {
  11990. content: "\e660";
  11991. }
  11992. .pe-7s-cup:before {
  11993. content: "\e661";
  11994. }
  11995. .pe-7s-culture:before {
  11996. content: "\e662";
  11997. }
  11998. .pe-7s-crop:before {
  11999. content: "\e663";
  12000. }
  12001. .pe-7s-credit:before {
  12002. content: "\e664";
  12003. }
  12004. .pe-7s-copy-file:before {
  12005. content: "\e665";
  12006. }
  12007. .pe-7s-config:before {
  12008. content: "\e666";
  12009. }
  12010. .pe-7s-compass:before {
  12011. content: "\e667";
  12012. }
  12013. .pe-7s-comment:before {
  12014. content: "\e668";
  12015. }
  12016. .pe-7s-coffee:before {
  12017. content: "\e669";
  12018. }
  12019. .pe-7s-cloud:before {
  12020. content: "\e66a";
  12021. }
  12022. .pe-7s-clock:before {
  12023. content: "\e66b";
  12024. }
  12025. .pe-7s-check:before {
  12026. content: "\e66c";
  12027. }
  12028. .pe-7s-chat:before {
  12029. content: "\e66d";
  12030. }
  12031. .pe-7s-cart:before {
  12032. content: "\e66e";
  12033. }
  12034. .pe-7s-camera:before {
  12035. content: "\e66f";
  12036. }
  12037. .pe-7s-call:before {
  12038. content: "\e670";
  12039. }
  12040. .pe-7s-calculator:before {
  12041. content: "\e671";
  12042. }
  12043. .pe-7s-browser:before {
  12044. content: "\e672";
  12045. }
  12046. .pe-7s-box2:before {
  12047. content: "\e673";
  12048. }
  12049. .pe-7s-box1:before {
  12050. content: "\e674";
  12051. }
  12052. .pe-7s-bookmarks:before {
  12053. content: "\e675";
  12054. }
  12055. .pe-7s-bicycle:before {
  12056. content: "\e676";
  12057. }
  12058. .pe-7s-bell:before {
  12059. content: "\e677";
  12060. }
  12061. .pe-7s-battery:before {
  12062. content: "\e678";
  12063. }
  12064. .pe-7s-ball:before {
  12065. content: "\e679";
  12066. }
  12067. .pe-7s-back:before {
  12068. content: "\e67a";
  12069. }
  12070. .pe-7s-attention:before {
  12071. content: "\e67b";
  12072. }
  12073. .pe-7s-anchor:before {
  12074. content: "\e67c";
  12075. }
  12076. .pe-7s-albums:before {
  12077. content: "\e67d";
  12078. }
  12079. .pe-7s-alarm:before {
  12080. content: "\e67e";
  12081. }
  12082. .pe-7s-airplay:before {
  12083. content: "\e67f";
  12084. }
  12085.  
  12086.  
  12087. /* HELPER CLASS
  12088. * -------------------------- */
  12089.  
  12090. /* FA based classes */
  12091.  
  12092. /*! Modified from font-awesome helper CSS classes - PIXEDEN
  12093. * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
  12094. * License - http://fontawesome.io/license (CSS: MIT License)
  12095. */
  12096.  
  12097. /* makes the font 33% larger relative to the icon container */
  12098. .pe-lg {
  12099. font-size: 1.3333333333333333em;
  12100. line-height: 0.75em;
  12101. vertical-align: -15%;
  12102. }
  12103. .pe-2x {
  12104. font-size: 2em;
  12105. }
  12106. .pe-3x {
  12107. font-size: 3em;
  12108. }
  12109. .pe-4x {
  12110. font-size: 4em;
  12111. }
  12112. .pe-5x {
  12113. font-size: 5em;
  12114. }
  12115. .pe-fw {
  12116. width: 1.2857142857142858em;
  12117. text-align: center;
  12118. }
  12119. .pe-ul {
  12120. padding-left: 0;
  12121. margin-left: 2.142857142857143em;
  12122. list-style-type: none;
  12123. }
  12124. .pe-ul > li {
  12125. position: relative;
  12126. }
  12127. .pe-li {
  12128. position: absolute;
  12129. left: -2.142857142857143em;
  12130. width: 2.142857142857143em;
  12131. top: 0.14285714285714285em;
  12132. text-align: center;
  12133. }
  12134. .pe-li.pe-lg {
  12135. left: -1.8571428571428572em;
  12136. }
  12137. .pe-border {
  12138. padding: .2em .25em .15em;
  12139. border: solid 0.08em #eeeeee;
  12140. border-radius: .1em;
  12141. }
  12142. .pull-right {
  12143. float: right;
  12144. }
  12145. .pull-left {
  12146. float: left;
  12147. }
  12148. .pe.pull-left {
  12149. margin-right: .3em;
  12150. }
  12151. .pe.pull-right {
  12152. margin-left: .3em;
  12153. }
  12154. .pe-spin {
  12155. -webkit-animation: spin 2s infinite linear;
  12156. -moz-animation: spin 2s infinite linear;
  12157. -o-animation: spin 2s infinite linear;
  12158. animation: spin 2s infinite linear;
  12159. }
  12160. @-moz-keyframes spin {
  12161. 0% {
  12162. -moz-transform: rotate(0deg);
  12163. }
  12164. 100% {
  12165. -moz-transform: rotate(359deg);
  12166. }
  12167. }
  12168. @-webkit-keyframes spin {
  12169. 0% {
  12170. -webkit-transform: rotate(0deg);
  12171. }
  12172. 100% {
  12173. -webkit-transform: rotate(359deg);
  12174. }
  12175. }
  12176. @-o-keyframes spin {
  12177. 0% {
  12178. -o-transform: rotate(0deg);
  12179. }
  12180. 100% {
  12181. -o-transform: rotate(359deg);
  12182. }
  12183. }
  12184. @-ms-keyframes spin {
  12185. 0% {
  12186. -ms-transform: rotate(0deg);
  12187. }
  12188. 100% {
  12189. -ms-transform: rotate(359deg);
  12190. }
  12191. }
  12192. @keyframes spin {
  12193. 0% {
  12194. transform: rotate(0deg);
  12195. }
  12196. 100% {
  12197. transform: rotate(359deg);
  12198. }
  12199. }
  12200. .pe-rotate-90 {
  12201. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  12202. -webkit-transform: rotate(90deg);
  12203. -moz-transform: rotate(90deg);
  12204. -ms-transform: rotate(90deg);
  12205. -o-transform: rotate(90deg);
  12206. transform: rotate(90deg);
  12207. }
  12208. .pe-rotate-180 {
  12209. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  12210. -webkit-transform: rotate(180deg);
  12211. -moz-transform: rotate(180deg);
  12212. -ms-transform: rotate(180deg);
  12213. -o-transform: rotate(180deg);
  12214. transform: rotate(180deg);
  12215. }
  12216. .pe-rotate-270 {
  12217. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  12218. -webkit-transform: rotate(270deg);
  12219. -moz-transform: rotate(270deg);
  12220. -ms-transform: rotate(270deg);
  12221. -o-transform: rotate(270deg);
  12222. transform: rotate(270deg);
  12223. }
  12224. .pe-flip-horizontal {
  12225. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  12226. -webkit-transform: scale(-1, 1);
  12227. -moz-transform: scale(-1, 1);
  12228. -ms-transform: scale(-1, 1);
  12229. -o-transform: scale(-1, 1);
  12230. transform: scale(-1, 1);
  12231. }
  12232. .pe-flip-vertical {
  12233. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  12234. -webkit-transform: scale(1, -1);
  12235. -moz-transform: scale(1, -1);
  12236. -ms-transform: scale(1, -1);
  12237. -o-transform: scale(1, -1);
  12238. transform: scale(1, -1);
  12239. }
  12240. .pe-stack {
  12241. position: relative;
  12242. display: inline-block;
  12243. width: 2em;
  12244. height: 2em;
  12245. line-height: 2em;
  12246. vertical-align: middle;
  12247. }
  12248. .pe-stack-1x,
  12249. .pe-stack-2x {
  12250. position: absolute;
  12251. left: 0;
  12252. width: 100%;
  12253. text-align: center;
  12254. }
  12255. .pe-stack-1x {
  12256. line-height: inherit;
  12257. }
  12258. .pe-stack-2x {
  12259. font-size: 2em;
  12260. }
  12261. .pe-inverse {
  12262. color: #ffffff;
  12263. }
  12264.  
  12265. /* Custom classes / mods - PIXEDEN */
  12266. .pe-va {
  12267. vertical-align: middle;
  12268. }
  12269.  
  12270. .pe-border {
  12271. border: solid 0.08em #eaeaea;
  12272. }
  12273.  
  12274. [class^="pe-7s-"], [class*=" pe-7s-"] {
  12275. display: inline-block;
  12276. }
  12277. /*
  12278. * Copyright 2007 The Closure Library Authors. All Rights Reserved.
  12279. *
  12280. * Use of this source code is governed by the Apache License, Version 2.0.
  12281. * See the COPYING file for details.
  12282. */
  12283.  
  12284. /* Author: pupius@google.com (Daniel Pupius) */
  12285.  
  12286. /*
  12287. Styles to make the colorpicker look like the old gmail color picker
  12288. NOTE: without CSS scoping this will override styles defined in palette.css
  12289. */
  12290. .goog-palette {
  12291. outline: none;
  12292. cursor: default;
  12293. }
  12294.  
  12295. .goog-palette-table {
  12296. border: 1px solid #666;
  12297. border-collapse: collapse;
  12298. }
  12299.  
  12300. .goog-palette-cell {
  12301. height: 13px;
  12302. width: 15px;
  12303. margin: 0;
  12304. border: 0;
  12305. text-align: center;
  12306. vertical-align: middle;
  12307. border-right: 1px solid #666;
  12308. font-size: 1px;
  12309. }
  12310.  
  12311. .goog-palette-colorswatch {
  12312. position: relative;
  12313. height: 13px;
  12314. width: 15px;
  12315. border: 1px solid #666;
  12316. }
  12317.  
  12318. .goog-palette-cell-hover .goog-palette-colorswatch {
  12319. border: 1px solid #FFF;
  12320. }
  12321.  
  12322. .goog-palette-cell-selected .goog-palette-colorswatch {
  12323. border: 1px solid #000;
  12324. color: #fff;
  12325. }
  12326.  
  12327. /*
  12328. * Copyright 2008 The Closure Library Authors. All Rights Reserved.
  12329. *
  12330. * Use of this source code is governed by the Apache License, Version 2.0.
  12331. * See the COPYING file for details.
  12332. */
  12333.  
  12334. /*
  12335. * All Rights Reserved.
  12336. *
  12337. * Styles for the HSV color palette.
  12338. *
  12339. * @author smcbride@google.com (Sean McBride)
  12340. * @author arv@google.com (Erik Arvidsson)
  12341. * @author manucornet@google.com (Manu Cornet)
  12342. */
  12343.  
  12344. .goog-hsv-palette,
  12345. .goog-hsv-palette-sm {
  12346. position: relative;
  12347. border: 1px solid #999;
  12348. border-color: #ccc #999 #999 #ccc;
  12349. width: 400px;
  12350. height: 276px;
  12351. }
  12352.  
  12353. .goog-hsv-palette-sm {
  12354. width: 182px;
  12355. height: 185px;
  12356. }
  12357.  
  12358. .goog-hsv-palette label span,
  12359. .goog-hsv-palette-sm label span {
  12360. display: none;
  12361. }
  12362.  
  12363. .goog-hsv-palette-hs-backdrop,
  12364. .goog-hsv-palette-sm-hs-backdrop,
  12365. .goog-hsv-palette-hs-image,
  12366. .goog-hsv-palette-sm-hs-image {
  12367. position: absolute;
  12368. top: 10px;
  12369. left: 10px;
  12370. width: 256px;
  12371. height: 256px;
  12372. border: 1px solid #999;
  12373. }
  12374.  
  12375. .goog-hsv-palette-sm-hs-backdrop,
  12376. .goog-hsv-palette-sm-hs-image {
  12377. top: 45px;
  12378. width: 128px;
  12379. height: 128px;
  12380. }
  12381.  
  12382. .goog-hsv-palette-hs-backdrop,
  12383. .goog-hsv-palette-sm-hs-backdrop {
  12384. background-color: #000;
  12385. }
  12386.  
  12387. .goog-hsv-palette-hs-image,
  12388. .goog-hsv-palette-v-image,
  12389. .goog-hsv-palette-hs-handle,
  12390. .goog-hsv-palette-v-handle {
  12391. background-image: url(//ssl.gstatic.com/closure/hsv-sprite.png);
  12392. }
  12393.  
  12394. .goog-hsv-palette-noalpha .goog-hsv-palette-hs-image,
  12395. .goog-hsv-palette-noalpha .goog-hsv-palette-v-image,
  12396. .goog-hsv-palette-noalpha .goog-hsv-palette-hs-handle,
  12397. .goog-hsv-palette-noalpha .goog-hsv-palette-v-handle {
  12398. background-image: url(//ssl.gstatic.com/closure/hsv-sprite.gif);
  12399. }
  12400.  
  12401. .goog-hsv-palette-sm-hs-image,
  12402. .goog-hsv-palette-sm-v-image,
  12403. .goog-hsv-palette-sm-hs-handle,
  12404. .goog-hsv-palette-sm-v-handle {
  12405. background-image: url(//ssl.gstatic.com/closure/hsv-sprite-sm.png);
  12406. }
  12407.  
  12408. .goog-hsv-palette-noalpha .goog-hsv-palette-sm-hs-image,
  12409. .goog-hsv-palette-noalpha .goog-hsv-palette-sm-v-image,
  12410. .goog-hsv-palette-noalpha .goog-hsv-palette-sm-hs-handle,
  12411. .goog-hsv-palette-noalpha .goog-hsv-palette-sm-v-handle {
  12412. background-image: url(//ssl.gstatic.com/closure/hsv-sprite-sm.gif);
  12413. }
  12414.  
  12415. .goog-hsv-palette-hs-image,
  12416. .goog-hsv-palette-sm-hs-image {
  12417. background-position: 0 0;
  12418. }
  12419.  
  12420. .goog-hsv-palette-hs-handle,
  12421. .goog-hsv-palette-sm-hs-handle {
  12422. position: absolute;
  12423. left: 5px;
  12424. top: 5px;
  12425. width: 11px;
  12426. height: 11px;
  12427. overflow: hidden;
  12428. background-position: 0 -256px;
  12429. }
  12430.  
  12431. .goog-hsv-palette-sm-hs-handle {
  12432. top: 40px;
  12433. background-position: 0 -128px;
  12434. }
  12435.  
  12436. .goog-hsv-palette-v-image,
  12437. .goog-hsv-palette-sm-v-image {
  12438. position: absolute;
  12439. top: 10px;
  12440. left: 286px;
  12441. width: 19px;
  12442. height: 256px;
  12443. border: 1px solid #999;
  12444. background-color: #fff;
  12445. background-position: -256px 0;
  12446. }
  12447.  
  12448. .goog-hsv-palette-sm-v-image {
  12449. top: 45px;
  12450. left: 155px;
  12451. width: 9px;
  12452. height: 128px;
  12453. background-position: -128px 0;
  12454. }
  12455.  
  12456. .goog-hsv-palette-v-handle,
  12457. .goog-hsv-palette-sm-v-handle {
  12458. position: absolute;
  12459. top: 5px;
  12460. left: 279px;
  12461. width: 35px;
  12462. height: 11px;
  12463. background-position: -11px -256px;
  12464. overflow: hidden;
  12465. }
  12466.  
  12467. .goog-hsv-palette-sm-v-handle {
  12468. top: 40px;
  12469. left: 148px;
  12470. width: 25px;
  12471. background-position: -11px -128px;
  12472. }
  12473.  
  12474. .goog-hsv-palette-swatch,
  12475. .goog-hsv-palette-sm-swatch {
  12476. position: absolute;
  12477. top: 10px;
  12478. right: 10px;
  12479. width: 65px;
  12480. height: 65px;
  12481. border: 1px solid #999;
  12482. background-color: #fff;
  12483. }
  12484.  
  12485. .goog-hsv-palette-sm-swatch {
  12486. top: 10px;
  12487. right: auto;
  12488. left: 10px;
  12489. width: 30px;
  12490. height: 22px;
  12491. }
  12492.  
  12493. .goog-hsv-palette-input,
  12494. .goog-hsv-palette-sm-input {
  12495. position: absolute;
  12496. top: 85px;
  12497. right: 10px;
  12498. width: 65px;
  12499. }
  12500.  
  12501. .goog-hsv-palette-sm-input {
  12502. top: 10px;
  12503. right: auto;
  12504. left: 50px;
  12505. }
  12506.  
  12507. .goog-popupcolorpicker {position:absolute;}
  12508. .goog-hsva-palette-sm, .goog-hsv-palette-sm {position:absolute;z-index:100;background:#fff;}
  12509. .goog-zippy-header {cursor:pointer;padding-left:25px;}
  12510. .goog-zippy-header:hover {background-color:#ddd;}
  12511. .goog-zippy-collapsed {background: url("../../bundles/app/creator/img/menu-collapsed.png") 10px center no-repeat;}
  12512. .goog-zippy-expanded {background: whiteSmoke url("../../bundles/app/creator/img/menu-expanded.png") 10px center no-repeat;}
  12513. .goog-zippy-content {background:whiteSmoke;}
  12514.  
  12515. .panel-body {height:400px;width:100%;float:left;}
  12516. .progress-bar-success { background-color: #5cb85c; }
  12517.  
  12518. #creator {margin-top:5px;}
  12519. #left {width:350px;float:left;padding:10px;margin-bottom:0;}
  12520. #right {margin-left:360px;}
  12521. #ntp-select {padding:9px;}
  12522.  
  12523. .nav-tabs > li > a:hover {color: #555}
  12524.  
  12525. .cr-color-picker-popup {position:absolute;margin-top:-63px;}
  12526. .cr-color-picker {padding:5px;background:#5bb75b;width:310px;}
  12527. .cr-color-picker .btn {margin:2px;}
  12528. .cr-item {padding-top:5px;padding-bottom:5px;margin-bottom:15px;}
  12529. .cr-item .btn-xs {}
  12530. label.cr-item-label {line-height:20px;color:#333;font-size:14px;font-weight:normal;margin-bottom:0px;}
  12531.  
  12532.  
  12533. .attr {padding:5px;background-color: rgba(0,0,0,0.5);}
  12534. .attr select {width:90px;padding:0;margin:0;height:18px;line-height:18px;color:#666;border:none;cursor:pointer;}
  12535.  
  12536. .cr-color {}
  12537. .cr-color-input{width:22px;height:22px;cursor:pointer;-webkit-border-radius:3px;-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;background:url('../../bundles/app/creator/img/trigger.png') left top;}
  12538.  
  12539. .cr-image {margin-left:12px;overflow:hidden;}
  12540. .cr-image-item-name {padding:0px 5px 1px;}
  12541. .cr-image-item-name button{margin-left:10px;margin-bottom: 1px; margin-top: 1px;}
  12542. .cr-image-item-link {overflow:hidden;}
  12543. .cr-image-item-link input[type="file"]{position:absolute;top:0;right:0;margin:0;border:solid transparent;border-width: 0 0 100px 200px; opacity:0;cursor:pointer;height:18px;line-height:18px;}
  12544.  
  12545. .cr-color-image {margin-left:150px;}
  12546. .cr-color-image .or, .cr-color-image .cr-color, .cr-color-image .cr-image {float:left;margin-right:5px;margin-left:0;}
  12547.  
  12548. .modal-dialog {position:absolute; margin-top:0;}
  12549. #chrome-creator .modal-header {padding:5px 30px;}
  12550.  
  12551. .progress-wrapper{padding-top:15px;width:20%;}
  12552.  
  12553. .share-item {padding-top:16px;}
  12554.  
  12555.  
  12556. .p-xxs {
  12557. padding: 5px !important
  12558. }
  12559.  
  12560. .p-xs {
  12561. padding: 10px !important
  12562. }
  12563.  
  12564. .p-sm {
  12565. padding: 15px !important
  12566. }
  12567.  
  12568. .p-m {
  12569. padding: 20px !important
  12570. }
  12571.  
  12572. .p-md {
  12573. padding: 25px !important
  12574. }
  12575.  
  12576. .p-lg {
  12577. padding: 30px !important
  12578. }
  12579.  
  12580. .p-xl {
  12581. padding: 40px !important
  12582. }
  12583.  
  12584. .m-xxs {
  12585. margin: 2px 4px
  12586. }
  12587.  
  12588. .m-xs {
  12589. margin: 5px
  12590. }
  12591.  
  12592. .m-sm {
  12593. margin: 10px
  12594. }
  12595.  
  12596. .m {
  12597. margin: 15px
  12598. }
  12599.  
  12600. .m-md {
  12601. margin: 20px
  12602. }
  12603.  
  12604. .m-lg {
  12605. margin: 30px
  12606. }
  12607.  
  12608. .m-xl {
  12609. margin: 50px
  12610. }
  12611.  
  12612. .m-n {
  12613. margin: 0 !important
  12614. }
  12615.  
  12616. .m-l-none {
  12617. margin-left: 0
  12618. }
  12619.  
  12620. .m-l-xs {
  12621. margin-left: 5px
  12622. }
  12623.  
  12624. .m-l-sm {
  12625. margin-left: 10px
  12626. }
  12627.  
  12628. .m-l {
  12629. margin-left: 15px
  12630. }
  12631.  
  12632. .m-l-md {
  12633. margin-left: 20px
  12634. }
  12635.  
  12636. .m-l-lg {
  12637. margin-left: 30px
  12638. }
  12639.  
  12640. .m-l-xl {
  12641. margin-left: 40px
  12642. }
  12643.  
  12644. .m-l-n-xxs {
  12645. margin-left: -1px
  12646. }
  12647.  
  12648. .m-l-n-xs {
  12649. margin-left: -5px
  12650. }
  12651.  
  12652. .m-l-n-sm {
  12653. margin-left: -10px
  12654. }
  12655.  
  12656. .m-l-n {
  12657. margin-left: -15px
  12658. }
  12659.  
  12660. .m-l-n-md {
  12661. margin-left: -20px
  12662. }
  12663.  
  12664. .m-l-n-lg {
  12665. margin-left: -30px
  12666. }
  12667.  
  12668. .m-l-n-xl {
  12669. margin-left: -40px
  12670. }
  12671.  
  12672. .m-t-none {
  12673. margin-top: 0
  12674. }
  12675.  
  12676. .m-t-xxs {
  12677. margin-top: 1px
  12678. }
  12679.  
  12680. .m-t-xs {
  12681. margin-top: 5px
  12682. }
  12683.  
  12684. .m-t-sm {
  12685. margin-top: 10px
  12686. }
  12687.  
  12688. .m-t {
  12689. margin-top: 15px
  12690. }
  12691.  
  12692. .m-t-md {
  12693. margin-top: 20px
  12694. }
  12695.  
  12696. .m-t-lg {
  12697. margin-top: 30px
  12698. }
  12699.  
  12700. .m-t-xl {
  12701. margin-top: 40px
  12702. }
  12703.  
  12704. .m-t-xxl {
  12705. margin-top: 50px
  12706. }
  12707.  
  12708. .m-t-xxxl {
  12709. margin-top: 60px
  12710. }
  12711.  
  12712. .m-t-n-xxs {
  12713. margin-top: -1px
  12714. }
  12715.  
  12716. .m-t-n-xs {
  12717. margin-top: -5px
  12718. }
  12719.  
  12720. .m-t-n-sm {
  12721. margin-top: -10px
  12722. }
  12723.  
  12724. .m-t-n {
  12725. margin-top: -15px
  12726. }
  12727.  
  12728. .m-t-n-md {
  12729. margin-top: -20px
  12730. }
  12731.  
  12732. .m-t-n-lg {
  12733. margin-top: -30px
  12734. }
  12735.  
  12736. .m-t-n-xl {
  12737. margin-top: -40px
  12738. }
  12739.  
  12740. .m-r-none {
  12741. margin-right: 0
  12742. }
  12743.  
  12744. .m-r-xxs {
  12745. margin-right: 1px
  12746. }
  12747.  
  12748. .m-r-xs {
  12749. margin-right: 5px
  12750. }
  12751.  
  12752. .m-r-sm {
  12753. margin-right: 10px
  12754. }
  12755.  
  12756. .m-r {
  12757. margin-right: 15px
  12758. }
  12759.  
  12760. .m-r-md {
  12761. margin-right: 20px
  12762. }
  12763.  
  12764. .m-r-lg {
  12765. margin-right: 30px
  12766. }
  12767.  
  12768. .m-r-xl {
  12769. margin-right: 40px
  12770. }
  12771.  
  12772. .m-r-n-xxs {
  12773. margin-right: -1px
  12774. }
  12775.  
  12776. .m-r-n-xs {
  12777. margin-right: -5px
  12778. }
  12779.  
  12780. .m-r-n-sm {
  12781. margin-right: -10px
  12782. }
  12783.  
  12784. .m-r-n {
  12785. margin-right: -15px
  12786. }
  12787.  
  12788. .m-r-n-md {
  12789. margin-right: -20px
  12790. }
  12791.  
  12792. .m-r-n-lg {
  12793. margin-right: -30px
  12794. }
  12795.  
  12796. .m-r-n-xl {
  12797. margin-right: -40px
  12798. }
  12799.  
  12800. .m-b-none {
  12801. margin-bottom: 0
  12802. }
  12803.  
  12804. .m-b-xxs {
  12805. margin-bottom: 1px
  12806. }
  12807.  
  12808. .m-b-xs {
  12809. margin-bottom: 5px
  12810. }
  12811.  
  12812. .m-b-sm {
  12813. margin-bottom: 10px
  12814. }
  12815.  
  12816. .m-b {
  12817. margin-bottom: 15px
  12818. }
  12819.  
  12820. .m-b-md {
  12821. margin-bottom: 20px
  12822. }
  12823.  
  12824. .m-b-lg {
  12825. margin-bottom: 30px
  12826. }
  12827.  
  12828. .m-b-xl {
  12829. margin-bottom: 40px
  12830. }
  12831.  
  12832. .m-b-n-xxs {
  12833. margin-bottom: -1px
  12834. }
  12835.  
  12836. .m-b-n-xs {
  12837. margin-bottom: -5px
  12838. }
  12839.  
  12840. .m-b-n-sm {
  12841. margin-bottom: -10px
  12842. }
  12843.  
  12844. .m-b-n {
  12845. margin-bottom: -15px
  12846. }
  12847.  
  12848. .m-b-n-md {
  12849. margin-bottom: -20px
  12850. }
  12851.  
  12852. .m-b-n-lg {
  12853. margin-bottom: -30px
  12854. }
  12855.  
  12856. .m-b-n-xl {
  12857. margin-bottom: -40px
  12858. }
  12859.  
  12860. .space-15 {
  12861. margin: 15px 0
  12862. }
  12863.  
  12864. .space-20 {
  12865. margin: 20px 0
  12866. }
  12867.  
  12868. .space-25 {
  12869. margin: 25px 0
  12870. }
  12871.  
  12872. .space-30 {
  12873. margin: 30px 0
  12874. }
  12875.  
  12876. .sweet-alert button {
  12877. background-color: #34495e;
  12878. color: white;
  12879. border: none;
  12880. box-shadow: none;
  12881. font-size: 17px;
  12882. font-weight: 500;
  12883. border-radius: 5px;
  12884. padding: 10px 32px;
  12885. margin: 26px 5px 0 5px;
  12886. cursor: pointer
  12887. }
  12888.  
  12889. .sweet-alert button:focus {
  12890. outline: none;
  12891. box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
  12892. }
  12893.  
  12894. .sweet-alert button:hover {
  12895. background-color: #a1d9f2
  12896. }
  12897.  
  12898. .sweet-alert button:active {
  12899. background-color: #81ccee
  12900. }
  12901.  
  12902. .sweet-alert button.cancel {
  12903. background-color: #D0D0D0
  12904. }
  12905.  
  12906. .sweet-alert button.cancel:hover {
  12907. background-color: #c8c8c8
  12908. }
  12909.  
  12910. .sweet-alert button.cancel:active {
  12911. background-color: #b6b6b6
  12912. }
  12913.  
  12914. .sweet-alert p {
  12915. font-size: 14px;
  12916. font-weight: 400
  12917. }
  12918.  
  12919. .sweet-alert h2 {
  12920. font-size: 26px
  12921. }
  12922.  
  12923. .sweet-alert {
  12924. padding: 25px;
  12925. box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  12926. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  12927. -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2)
  12928. }
  12929.  
  12930. .table > thead > tr > th {
  12931. border-bottom: 1px solid #ddd
  12932. }
  12933.  
  12934. .cg-notify-message.homer-notify {
  12935. background: #fff;
  12936. padding: 0;
  12937. box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  12938. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  12939. -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  12940. border: none;
  12941. margin-top: 30px;
  12942. color: inherit
  12943. }
  12944.  
  12945. .homer-notify.alert-warning {
  12946. border-left: 6px solid #ffb606
  12947. }
  12948.  
  12949. .homer-notify.alert-success {
  12950. border-left: 6px solid #62cb31
  12951. }
  12952.  
  12953. .homer-notify.alert-danger {
  12954. border-left: 6px solid #c0392b
  12955. }
  12956.  
  12957. .homer-notify.alert-info {
  12958. border-left: 6px solid #3498db
  12959. }
  12960.  
  12961. .h-modal-icon {
  12962. font-size: 66px
  12963. }
  12964.  
  12965. .inmodal .color-line {
  12966. border-radius: 4px 4px 0 0
  12967. }
  12968.  
  12969. .modal-content {
  12970. border-radius: 5px;
  12971. border: none;
  12972. box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2)
  12973. }
  12974.  
  12975. .modal-backdrop.in {
  12976. opacity: 0.4
  12977. }
  12978.  
  12979. .modal-backdrop {
  12980. position: fixed;
  12981. bottom: 0
  12982. }
  12983.  
  12984. .modal-dialog {
  12985. margin-top: 80px
  12986. }
  12987.  
  12988. .modal-title {
  12989. font-size: 30px;
  12990. font-weight: 300
  12991. }
  12992.  
  12993. .modal-header {
  12994. padding: 40px 30px;
  12995. background: #f7f9fa
  12996. }
  12997.  
  12998. .modal-body {
  12999. padding: 20px 30px
  13000. }
  13001.  
  13002. .modal-header small {
  13003. color: #9d9fa2
  13004. }
  13005.  
  13006. .modal-footer {
  13007. background: #f7f9fa
  13008. }
  13009.  
  13010. .hmodal-info .color-line {
  13011. background: #3498db
  13012. }
  13013.  
  13014. .hmodal-warning .color-line {
  13015. background: #ffb606
  13016. }
  13017.  
  13018. .hmodal-success .color-line {
  13019. background: #62cb31
  13020. }
  13021.  
  13022. .hmodal-danger .color-line {
  13023. background: #c0392b
  13024. }
  13025.  
  13026. .hmodal-info h4.modal-title {
  13027. color: #3498db
  13028. }
  13029.  
  13030. .hmodal-warning h4.modal-title {
  13031. color: #ffb606
  13032. }
  13033.  
  13034. .hmodal-success h4.modal-title {
  13035. color: #62cb31
  13036. }
  13037.  
  13038. .hmodal-danger h4.modal-title {
  13039. color: #c0392b
  13040. }
  13041.  
  13042. .progress {
  13043. border-radius: 2px;
  13044. margin-bottom: 10px
  13045. }
  13046.  
  13047. .progress-bar {
  13048. background-color: #edf0f5;
  13049. text-align: right;
  13050. padding-right: 10px;
  13051. color: #6a6c6f
  13052. }
  13053.  
  13054. .progress-small, .progress-small .progress-bar {
  13055. height: 10px
  13056. }
  13057.  
  13058. .progress-bar-success {
  13059. border-right: 4px solid #58b62c
  13060. }
  13061.  
  13062. .progress-bar-info {
  13063. border-right: 4px solid #258cd1
  13064. }
  13065.  
  13066. .progress-bar-warning {
  13067. border-right: 4px solid #eba600
  13068. }
  13069.  
  13070. .progress-bar-danger {
  13071. border-right: 4px solid #e43725
  13072. }
  13073.  
  13074. .full .progress-bar-success {
  13075. background-color: #62cb31;
  13076. border-right: 4px solid #58b62c
  13077. }
  13078.  
  13079. .full .progress-bar-info {
  13080. background-color: #3498db;
  13081. border-right: 4px solid #258cd1
  13082. }
  13083.  
  13084. .full .progress-bar-warning {
  13085. background-color: #ffb606;
  13086. border-right: 4px solid #eba600
  13087. }
  13088.  
  13089. .full .progress-bar-danger {
  13090. background-color: #e74c3c;
  13091. border-right: 4px solid #e43725
  13092. }
  13093.  
  13094. .full .progress-bar {
  13095. color: #ffffff
  13096. }
  13097.  
  13098. body.blank {
  13099. background-color: #edf0f5
  13100. }
  13101.  
  13102. .login-container {
  13103. width: 420px;
  13104. margin: auto;
  13105. padding-top: 6%
  13106. }
  13107.  
  13108. .register-container {
  13109. width: 720px;
  13110. margin: auto;
  13111. padding-top: 6%
  13112. }
  13113.  
  13114. .lock-container {
  13115. width: 420px;
  13116. margin: auto;
  13117. padding-top: 6%
  13118. }
  13119.  
  13120. .error-container {
  13121. width: 620px;
  13122. margin: auto;
  13123. padding-top: 6%
  13124. }
  13125.  
  13126. .big-icon {
  13127. font-size: 120px
  13128. }
  13129.  
  13130. .error-container h1 {
  13131. font-size: 44px
  13132. }
  13133.  
  13134. .vertical-container {
  13135. width: 98%;
  13136. margin: 0 auto
  13137. }
  13138.  
  13139. .vertical-container::after {
  13140. content: '';
  13141. display: table;
  13142. clear: both
  13143. }
  13144.  
  13145. .v-timeline {
  13146. position: relative;
  13147. padding: 0;
  13148. margin-top: 2em;
  13149. margin-bottom: 2em
  13150. }
  13151.  
  13152. .v-timeline::before {
  13153. content: '';
  13154. position: absolute;
  13155. top: 0;
  13156. left: 18px;
  13157. height: 100%;
  13158. width: 4px;
  13159. background: #e3e8f0
  13160. }
  13161.  
  13162. .vertical-timeline-content .btn {
  13163. float: right
  13164. }
  13165.  
  13166. .vertical-timeline-block {
  13167. position: relative;
  13168. margin: 2em 0
  13169. }
  13170.  
  13171. .vertical-timeline-block:after {
  13172. content: "";
  13173. display: table;
  13174. clear: both
  13175. }
  13176.  
  13177. .vertical-timeline-block:first-child {
  13178. margin-top: 0
  13179. }
  13180.  
  13181. .vertical-timeline-block:last-child {
  13182. margin-bottom: 0
  13183. }
  13184.  
  13185. .vertical-timeline-icon {
  13186. position: absolute;
  13187. top: 0;
  13188. left: 0;
  13189. width: 40px;
  13190. height: 40px;
  13191. border-radius: 50%;
  13192. font-size: 16px;
  13193. border: 1px solid #e4e5e7;
  13194. text-align: center;
  13195. background: #fff
  13196. }
  13197.  
  13198. .vertical-timeline-icon i {
  13199. display: block;
  13200. width: 24px;
  13201. height: 24px;
  13202. position: relative;
  13203. left: 50%;
  13204. top: 50%;
  13205. margin-left: -12px;
  13206. margin-top: -9px
  13207. }
  13208.  
  13209. .vertical-timeline-content {
  13210. position: relative;
  13211. margin-left: 60px;
  13212. background: white;
  13213. border-radius: 0.25em;
  13214. border: 1px solid #e4e5e7
  13215. }
  13216.  
  13217. .vertical-timeline-content:after {
  13218. content: "";
  13219. display: table;
  13220. clear: both
  13221. }
  13222.  
  13223. .vertical-timeline-content h2 {
  13224. font-weight: 400;
  13225. margin-top: 4px
  13226. }
  13227.  
  13228. .vertical-timeline-content p {
  13229. margin: 1em 0 0 0;
  13230. line-height: 1.6
  13231. }
  13232.  
  13233. .vertical-timeline-content .vertical-date {
  13234. font-weight: 500;
  13235. text-align: right;
  13236. font-size: 13px
  13237. }
  13238.  
  13239. .vertical-date small {
  13240. color: #62cb31;
  13241. font-weight: 400
  13242. }
  13243.  
  13244. .vertical-timeline-content:after, .vertical-timeline-content:before {
  13245. right: 100%;
  13246. top: 20px;
  13247. border: solid transparent;
  13248. content: " ";
  13249. height: 0;
  13250. width: 0;
  13251. position: absolute;
  13252. pointer-events: none
  13253. }
  13254.  
  13255. .vertical-timeline-content:after {
  13256. border-color: transparent;
  13257. border-right-color: #fff;
  13258. border-width: 10px;
  13259. margin-top: -10px
  13260. }
  13261.  
  13262. .vertical-timeline-content:before {
  13263. border-color: transparent;
  13264. border-right-color: #e4e5e7;
  13265. border-width: 11px;
  13266. margin-top: -11px
  13267. }
  13268.  
  13269. @media only screen and (min-width: 768px) {
  13270. .vertical-timeline-content h2 {
  13271. font-size: 18px
  13272. }
  13273.  
  13274. .vertical-timeline-content p {
  13275. font-size: 13px
  13276. }
  13277. }
  13278.  
  13279. .contact-panel h3 {
  13280. margin-bottom: 2px
  13281. }
  13282.  
  13283. .contact-panel h3 a {
  13284. color: inherit
  13285. }
  13286.  
  13287. .contact-panel p {
  13288. font-size: 11px;
  13289. line-height: 16px;
  13290. margin-bottom: 0
  13291. }
  13292.  
  13293. .contact-panel img {
  13294. width: 76px;
  13295. height: 76px
  13296. }
  13297.  
  13298. .contact-footer {
  13299. padding: 0 15px
  13300. }
  13301.  
  13302. .contact-stat span {
  13303. font-size: 10px;
  13304. font-weight: 500;
  13305. display: block;
  13306. color: #9d9fa2;
  13307. text-transform: uppercase
  13308. }
  13309.  
  13310. .contact-stat {
  13311. padding: 8px 0px;
  13312. text-align: center
  13313. }
  13314.  
  13315. .contact-panel:hover .panel-body {
  13316. -webkit-animation-duration: 0.5s;
  13317. animation-duration: 0.5s;
  13318. -webkit-animation-fill-mode: both;
  13319. animation-fill-mode: both;
  13320. animation-name: pulse;
  13321. -webkit-animation-name: pulse;
  13322. z-index: 1
  13323. }
  13324.  
  13325. .fc-state-default {
  13326. background-color: #ffffff;
  13327. background-image: none;
  13328. background-repeat: repeat-x;
  13329. box-shadow: none;
  13330. color: inherit;
  13331. text-shadow: none
  13332. }
  13333.  
  13334. .fc-state-default {
  13335. border: 1px solid
  13336. }
  13337.  
  13338. .fc-button {
  13339. color: inherit;
  13340. border: 1px solid #e4e5e7;
  13341. cursor: pointer;
  13342. display: inline-block;
  13343. height: 1.9em;
  13344. line-height: 1.9em;
  13345. overflow: hidden;
  13346. padding: 0 0.6em;
  13347. position: relative;
  13348. white-space: nowrap
  13349. }
  13350.  
  13351. .fc-state-active {
  13352. background-color: #34495e;
  13353. border-color: #34495e;
  13354. color: #ffffff
  13355. }
  13356.  
  13357. .fc-header-title h2 {
  13358. font-size: 16px;
  13359. font-weight: 600;
  13360. color: inherit
  13361. }
  13362.  
  13363. .fc-content .fc-widget-header, .fc-content .fc-widget-content {
  13364. border-color: #e4e5e7;
  13365. font-weight: normal
  13366. }
  13367.  
  13368. .fc-border-separate tbody {
  13369. background-color: #F8F8F8
  13370. }
  13371.  
  13372. .fc-state-highlight {
  13373. background: none repeat scroll 0 0 #edf0f5
  13374. }
  13375.  
  13376. .external-event {
  13377. padding: 5px 10px;
  13378. border-radius: 2px;
  13379. cursor: pointer;
  13380. margin-bottom: 5px
  13381. }
  13382.  
  13383. .fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  13384. border-radius: 2px
  13385. }
  13386.  
  13387. .fc-event, .fc-agenda .fc-event-time, .fc-event a {
  13388. padding: 4px 6px;
  13389. background-color: #34495e;
  13390. border-color: #34495e
  13391. }
  13392.  
  13393. .fc-event-time, .fc-event-title {
  13394. color: #717171;
  13395. padding: 0 1px
  13396. }
  13397.  
  13398. .ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
  13399. color: #fff
  13400. }
  13401.  
  13402. .fc-view-container .fc-widget-header {
  13403. background: #f4f5f9
  13404. }
  13405.  
  13406. .fc-view-container .fc-widget-content {
  13407. background: #fff
  13408. }
  13409.  
  13410. .fc-widget-header .fc-day-header {
  13411. padding: 12px 0
  13412. }
  13413.  
  13414. .fc-ltr .fc-basic-view .fc-day-number {
  13415. text-align: center
  13416. }
  13417.  
  13418. .fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
  13419. padding: 6px
  13420. }
  13421.  
  13422. .fc-day-grid-event {
  13423. margin: 2px 6px 0
  13424. }
  13425.  
  13426. .note-editor {
  13427. border: 1px solid #e4e5e7
  13428. }
  13429.  
  13430. .note-editor .note-toolbar {
  13431. border-bottom: 1px solid #e4e5e7
  13432. }
  13433.  
  13434. .note-editor .btn-default {
  13435. border-color: #e4e5e7
  13436. }
  13437.  
  13438. .ngH eaderCell {
  13439. border-right: none;
  13440. border-bottom: 1px solid #e4e5e7
  13441. }
  13442.  
  13443. .ngCell {
  13444. border-right: none
  13445. }
  13446.  
  13447. .ngTopPanel {
  13448. background: #fff
  13449. }
  13450.  
  13451. .ngRow.even {
  13452. background: #f9f9f9
  13453. }
  13454.  
  13455. .ngRow.selected {
  13456. background: #e0e5ee
  13457. }
  13458.  
  13459. .ngRow {
  13460. border-bottom: 1px solid #e4e5e7
  13461. }
  13462.  
  13463. .ngCell {
  13464. background-color: transparent
  13465. }
  13466.  
  13467. .ngHeaderCell {
  13468. border-right: none
  13469. }
  13470.  
  13471. .gridStyle {
  13472. border: 1px solid #e4e5e7;
  13473. height: 400px
  13474. }
  13475.  
  13476. .show-grid [class^="col-"] {
  13477. background-color: #edf0f5 !important;
  13478. border: 1px solid #ddd;
  13479. padding-bottom: 10px;
  13480. padding-top: 10px
  13481. }
  13482.  
  13483. .show-grid {
  13484. margin: 15px 0
  13485. }
  13486.  
  13487. .dropdown-menu.hdropdown {
  13488. padding: 0;
  13489. z-index: 1060
  13490. }
  13491.  
  13492. .dropdown-menu.hdropdown .title {
  13493. padding: 12px 12px;
  13494. text-align: center;
  13495. border-bottom: 1px solid #e4e5e7
  13496. }
  13497.  
  13498. .dropdown-menu.hdropdown li {
  13499. padding: 6px 12px;
  13500. text-align: left;
  13501. background: #f7f8fa;
  13502. border-bottom: 1px solid #e4e5e7
  13503. }
  13504.  
  13505. .dropdown-menu.hdropdown.notification li {
  13506. padding: 12px 12px
  13507. }
  13508.  
  13509. .dropdown-menu.hdropdown.notification li .label {
  13510. margin-right: 10px
  13511. }
  13512.  
  13513. .dropdown-menu.hdropdown li > a:hover {
  13514. background: inherit
  13515. }
  13516.  
  13517. .dropdown-menu.hdropdown li:hover {
  13518. background: #edf0f5
  13519. }
  13520.  
  13521. .dropdown-menu.hdropdown li.summary {
  13522. padding: 6px 12px;
  13523. text-align: center;
  13524. background: #fff
  13525. }
  13526.  
  13527. .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
  13528. color: inherit;
  13529. background: #f4f5f9;
  13530. border-bottom: 1px solid #e4e5e7
  13531. }
  13532.  
  13533. .chat-avatar {
  13534. white: 36px;
  13535. height: 36px;
  13536. float: left;
  13537. margin-right: 10px
  13538. }
  13539.  
  13540. .chat-user-name {
  13541. padding: 10px
  13542. }
  13543.  
  13544. .chat-user {
  13545. padding: 8px 10px;
  13546. border-bottom: 1px solid #e7eaec
  13547. }
  13548.  
  13549. .chat-user a {
  13550. color: inherit
  13551. }
  13552.  
  13553. .chat-view {
  13554. z-index: 1070
  13555. }
  13556.  
  13557. .chat-users, .chat-statistic {
  13558. margin-left: -30px
  13559. }
  13560.  
  13561. @media (max-width: 992px) {
  13562. .chat-users, .chat-statistic {
  13563. margin-left: 0px
  13564. }
  13565. }
  13566.  
  13567. .chat-view .ibox-content {
  13568. padding: 0
  13569. }
  13570.  
  13571. .chat-message {
  13572. padding: 10px 20px
  13573. }
  13574.  
  13575. .message-avatar {
  13576. height: 36px;
  13577. width: 36px;
  13578. border-radius: 50%;
  13579. margin-top: 1px
  13580. }
  13581.  
  13582. .chat-discussion .chat-message .message-avatar {
  13583. float: left;
  13584. margin-right: 10px
  13585. }
  13586.  
  13587. .chat-discussion .message {
  13588. background-color: #f7f8fa;
  13589. text-align: left;
  13590. display: block;
  13591. padding: 10px 20px;
  13592. position: relative;
  13593. border-radius: 4px
  13594. }
  13595.  
  13596. .chat-discussion .chat-message .message-date {
  13597. float: right
  13598. }
  13599.  
  13600. .chat-discussion .chat-message .message {
  13601. text-align: left;
  13602. margin-left: 55px
  13603. }
  13604.  
  13605. .message-date {
  13606. font-size: 10px;
  13607. color: #888888
  13608. }
  13609.  
  13610. .message-content {
  13611. display: block
  13612. }
  13613.  
  13614. .chat-users {
  13615. overflow-y: auto;
  13616. height: 400px
  13617. }
  13618.  
  13619. .header-line.extreme-color {
  13620. width: 20%
  13621. }
  13622.  
  13623. .header-line {
  13624. height: 6px;
  13625. width: 10%;
  13626. float: left;
  13627. margin: 0;
  13628. position: relative
  13629. }
  13630.  
  13631. .header-line div {
  13632. position: absolute;
  13633. top: 70px;
  13634. left: 15px;
  13635. font-weight: 600;
  13636. color: #fff
  13637. }
  13638.  
  13639. .header-line div span {
  13640. font-weight: 400;
  13641. display: block;
  13642. font-size: 12px;
  13643. color: rgba(255, 255, 255, 0.6)
  13644. }
  13645.  
  13646. .color-demo .header-line {
  13647. height: 118px
  13648. }
  13649.  
  13650. .color-demo .header-line:after {
  13651. display: block;
  13652. position: absolute;
  13653. top: 0;
  13654. background: rgba(0, 0, 0, 0.2);
  13655. content: '';
  13656. height: 10px;
  13657. width: 100%
  13658. }
  13659.  
  13660. .btn {
  13661. border-radius: 3px
  13662. }
  13663.  
  13664. .float-e-margins .btn {
  13665. margin-bottom: 5px
  13666. }
  13667.  
  13668. .btn-primary.btn-outline {
  13669. color: #34495e
  13670. }
  13671.  
  13672. .btn-primary2.btn-outline {
  13673. color: #9b59b6
  13674. }
  13675.  
  13676. .btn-success.btn-outline {
  13677. color: #62cb31
  13678. }
  13679.  
  13680. .btn-info.btn-outline {
  13681. color: #3498db
  13682. }
  13683.  
  13684. .btn-warning.btn-outline {
  13685. color: #ffb606
  13686. }
  13687.  
  13688. .btn-warning2.btn-outline {
  13689. color: #e67e22
  13690. }
  13691.  
  13692. .btn-danger.btn-outline {
  13693. color: #e74c3c
  13694. }
  13695.  
  13696. .btn-danger2.btn-outline {
  13697. color: #c0392b
  13698. }
  13699.  
  13700. .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  13701. color: #fff
  13702. }
  13703.  
  13704. .btn-primary {
  13705. background-color: #34495e;
  13706. border-color: #34495e;
  13707. color: #FFFFFF
  13708. }
  13709.  
  13710. .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  13711. background-color: #3f5872;
  13712. border-color: #3f5872;
  13713. color: #FFFFFF
  13714. }
  13715.  
  13716. .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  13717. background-image: none
  13718. }
  13719.  
  13720. .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  13721. background-color: #293a4a;
  13722. border-color: #293a4a
  13723. }
  13724.  
  13725. .btn-primary2 {
  13726. background-color: #9b59b6;
  13727. border-color: #9b59b6;
  13728. color: #FFFFFF
  13729. }
  13730.  
  13731. .btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
  13732. background-color: #a86ebf;
  13733. border-color: #a86ebf;
  13734. color: #FFFFFF
  13735. }
  13736.  
  13737. .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
  13738. background-image: none
  13739. }
  13740.  
  13741. .btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
  13742. background-color: #8c49a7;
  13743. border-color: #8c49a7
  13744. }
  13745.  
  13746. .btn-success {
  13747. background-color: #62cb31;
  13748. border-color: #62cb31;
  13749. color: #FFFFFF
  13750. }
  13751.  
  13752. .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  13753. background-color: #74d348;
  13754. border-color: #74d348;
  13755. color: #FFFFFF
  13756. }
  13757.  
  13758. .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  13759. background-image: none
  13760. }
  13761.  
  13762. .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  13763. background-color: #56b22b;
  13764. border-color: #56b22b
  13765. }
  13766.  
  13767. .btn-info {
  13768. background-color: #3498db;
  13769. border-color: #3498db;
  13770. color: #FFFFFF
  13771. }
  13772.  
  13773. .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  13774. background-color: #4ea5e0;
  13775. border-color: #4ea5e0;
  13776. color: #FFFFFF
  13777. }
  13778.  
  13779. .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  13780. background-image: none
  13781. }
  13782.  
  13783. .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  13784. background-color: #2489cc;
  13785. border-color: #2489cc
  13786. }
  13787.  
  13788. .btn-default {
  13789. background-color: #fff;
  13790. border-color: #e4e5e7;
  13791. color: #6a6c6f
  13792. }
  13793.  
  13794. .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  13795. background-color: #fff;
  13796. border-color: #d9dbdd;
  13797. color: #606265
  13798. }
  13799.  
  13800. .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  13801. background-image: none
  13802. }
  13803.  
  13804. .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  13805. background-color: #e4ebee;
  13806. border-color: #e4ebee
  13807. }
  13808.  
  13809. .btn-warning {
  13810. background-color: #ffb606;
  13811. border-color: #ffb606;
  13812. color: #FFFFFF
  13813. }
  13814.  
  13815. .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  13816. background-color: #ffbf25;
  13817. border-color: #ffbf25;
  13818. color: #FFFFFF
  13819. }
  13820.  
  13821. .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  13822. background-image: none
  13823. }
  13824.  
  13825. .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  13826. background-color: #e6a300;
  13827. border-color: #e6a300
  13828. }
  13829.  
  13830. .btn-warning2 {
  13831. background-color: #e67e22;
  13832. border-color: #e67e22;
  13833. color: #FFFFFF
  13834. }
  13835.  
  13836. .btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
  13837. background-color: #e98e3d;
  13838. border-color: #e98e3d;
  13839. color: #FFFFFF
  13840. }
  13841.  
  13842. .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
  13843. background-image: none
  13844. }
  13845.  
  13846. .btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
  13847. background-color: #d26f18;
  13848. border-color: #d26f18
  13849. }
  13850.  
  13851. .btn-danger {
  13852. background-color: #e74c3c;
  13853. border-color: #e74c3c;
  13854. color: #FFFFFF
  13855. }
  13856.  
  13857. .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  13858. background-color: #ea6557;
  13859. border-color: #ea6557;
  13860. color: #FFFFFF
  13861. }
  13862.  
  13863. .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  13864. background-image: none
  13865. }
  13866.  
  13867. .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  13868. background-color: #e43321;
  13869. border-color: #e43321
  13870. }
  13871.  
  13872. .btn-danger2 {
  13873. background-color: #c0392b;
  13874. border-color: #c0392b;
  13875. color: #FFFFFF
  13876. }
  13877.  
  13878. .btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
  13879. background-color: #d24637;
  13880. border-color: #d24637;
  13881. color: #FFFFFF
  13882. }
  13883.  
  13884. .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
  13885. background-image: none
  13886. }
  13887.  
  13888. .btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
  13889. background-color: #a73225;
  13890. border-color: #a73225
  13891. }
  13892.  
  13893. .btn-link {
  13894. color: inherit
  13895. }
  13896.  
  13897. .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  13898. color: #6a6c6f
  13899. }
  13900.  
  13901. .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  13902. background-image: none
  13903. }
  13904.  
  13905. .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  13906. color: #9d9fa2
  13907. }
  13908.  
  13909. .btn-outline {
  13910. color: inherit;
  13911. background-color: transparent;
  13912. transition: all .5s
  13913. }
  13914.  
  13915. .btn-xs {
  13916. border-radius: 3px;
  13917. font-size: 11px;
  13918. line-height: 1.5;
  13919. padding: 1px 7px
  13920. }
  13921.  
  13922. .btn-circle {
  13923. width: 30px;
  13924. height: 30px;
  13925. padding: 6px 0;
  13926. border-radius: 15px;
  13927. text-align: center;
  13928. font-size: 12px;
  13929. line-height: 1.428571429
  13930. }
  13931.  
  13932. .btn-circle.btn-xs {
  13933. width: 20px;
  13934. height: 20px;
  13935. padding: 4px 8px;
  13936. border-radius: 25px;
  13937. font-size: 10px;
  13938. line-height: 1
  13939. }
  13940.  
  13941. .btn-circle.btn-lg {
  13942. width: 50px;
  13943. height: 50px;
  13944. padding: 10px 16px;
  13945. border-radius: 25px;
  13946. font-size: 18px;
  13947. line-height: 1.33
  13948. }
  13949.  
  13950. .btn-circle.btn-xl {
  13951. width: 70px;
  13952. height: 70px;
  13953. padding: 10px 16px;
  13954. border-radius: 35px;
  13955. font-size: 24px;
  13956. line-height: 1.33
  13957. }
  13958.  
  13959. .font-light {
  13960. font-weight: 300
  13961. }
  13962.  
  13963. .font-normal {
  13964. font-weight: 400
  13965. }
  13966.  
  13967. .font-bold {
  13968. font-weight: 600
  13969. }
  13970.  
  13971. .font-extra-bold {
  13972. font-weight: 700
  13973. }
  13974.  
  13975. .font-uppercase {
  13976. text-transform: uppercase
  13977. }
  13978.  
  13979. .font-trans {
  13980. opacity: 0.5 !important
  13981. }
  13982.  
  13983. .text-big {
  13984. font-size: 60px
  13985. }
  13986.  
  13987. h1, .h1, h2, .h2, h3, .h3 {
  13988. margin-top: 10px;
  13989. margin-bottom: 10px;
  13990. font-weight: 200
  13991. }
  13992.  
  13993. .icheckbox_square-green, .iradio_square-green {
  13994. display: inline-block;
  13995. *display: inline;
  13996. vertical-align: middle;
  13997. margin: 0;
  13998. padding: 0;
  13999. width: 22px;
  14000. height: 22px;
  14001. background: url(../../themes/homer/styles/img/green.png) no-repeat;
  14002. border: none;
  14003. cursor: pointer
  14004. }
  14005.  
  14006. .icheckbox_square-green {
  14007. background-position: 0 0
  14008. }
  14009.  
  14010. .icheckbox_square-green.hover {
  14011. background-position: -24px 0
  14012. }
  14013.  
  14014. .icheckbox_square-green.checked {
  14015. background-position: -48px 0
  14016. }
  14017.  
  14018. .icheckbox_square-green.disabled {
  14019. background-position: -72px 0;
  14020. cursor: default
  14021. }
  14022.  
  14023. .icheckbox_square-green.checked.disabled {
  14024. background-position: -96px 0
  14025. }
  14026.  
  14027. .iradio_square-green {
  14028. background-position: -120px 0
  14029. }
  14030.  
  14031. .iradio_square-green.hover {
  14032. background-position: -144px 0
  14033. }
  14034.  
  14035. .iradio_square-green.checked {
  14036. background-position: -168px 0
  14037. }
  14038.  
  14039. .iradio_square-green.disabled {
  14040. background-position: -192px 0;
  14041. cursor: default
  14042. }
  14043.  
  14044. .iradio_square-green.checked.disabled {
  14045. background-position: -216px 0
  14046. }
  14047.  
  14048. @media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
  14049. .icheckbox_square-green, .iradio_square-green {
  14050. background-image: url(../../themes/homer/styles/img/green@2x.png);
  14051. -webkit-background-size: 240px 24px;
  14052. background-size: 240px 24px
  14053. }
  14054. }
  14055.  
  14056. html {
  14057. margin: 0;
  14058. padding: 0;
  14059. height: 100%;
  14060. overflow-x: hidden !important
  14061. }
  14062.  
  14063. body {
  14064. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  14065. background-color: #fff;
  14066. font-size: 13px;
  14067. color: #6a6c6f;
  14068. margin: 0;
  14069. padding: 0;
  14070. height: 100%
  14071. }
  14072.  
  14073. #header {
  14074. background-color: #fff;
  14075. display: block;
  14076. height: 62px;
  14077. margin: 0;
  14078. padding: 0;
  14079. position: relative;
  14080. border-bottom: 1px solid #e4e5e7
  14081. }
  14082.  
  14083. #menu {
  14084. width: 180px;
  14085. bottom: 0;
  14086. float: left;
  14087. left: 0;
  14088. position: absolute;
  14089. top: 62px;
  14090. transition: all 0.4s ease 0s
  14091. }
  14092.  
  14093. #wrapper {
  14094. margin: 0 0 0 180px;
  14095. padding: 0;
  14096. background: #edf0f5;
  14097. border-left: 1px solid #e4e5e7;
  14098. transition: all 0.4s ease 0s;
  14099. position: relative;
  14100. min-height: 100%
  14101. }
  14102.  
  14103. .content {
  14104. padding: 25px 40px 40px 40px;
  14105. min-width: 320px
  14106. }
  14107.  
  14108. @media (max-width: 768px) {
  14109. .content {
  14110. padding: 15px 15px 15px 15px;
  14111. min-width: 320px
  14112. }
  14113. }
  14114.  
  14115. .content-boxed {
  14116. max-width: 1100px;
  14117. margin: auto;
  14118. padding-top: 60px
  14119. }
  14120.  
  14121. #page-header {
  14122. padding: 20px 40px
  14123. }
  14124.  
  14125. .color-line {
  14126. background: #f7f9fa;
  14127. height: 6px;
  14128. background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  14129. background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  14130. background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  14131. background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  14132. background-size: 100% 6px;
  14133. background-position: 50% 100%;
  14134. background-repeat: no-repeat
  14135. }
  14136.  
  14137. .fixed-navbar #header {
  14138. width: 100%;
  14139. position: fixed;
  14140. z-index: 1000
  14141. }
  14142.  
  14143. .fixed-navbar #wrapper {
  14144. top: 62px
  14145. }
  14146.  
  14147. .fixed-sidebar #menu {
  14148. position: fixed;
  14149. overflow-x: hidden;
  14150. overflow-y: scroll;
  14151. width: 197px;
  14152. margin-right: -17px
  14153. }
  14154.  
  14155. .list .list-item-container {
  14156. float: left
  14157. }
  14158.  
  14159. .list-item-container div:first-child {
  14160. border-top: none
  14161. }
  14162.  
  14163. .list .list-item .list-item-content p {
  14164. margin-bottom: 3px;
  14165. margin-top: 0
  14166. }
  14167.  
  14168. .list .list-item-date {
  14169. color: #AAAAAA;
  14170. font-size: 10px;
  14171. text-align: center
  14172. }
  14173.  
  14174. .list .list-item {
  14175. float: left;
  14176. overflow-x: hidden;
  14177. position: relative;
  14178. width: 100%;
  14179. padding-top: 10px;
  14180. margin-top: 10px;
  14181. border-top: 1px solid #e4e5e7
  14182. }
  14183.  
  14184. .list .list-item-container-small {
  14185. min-width: 80px;
  14186. text-align: center
  14187. }
  14188.  
  14189. .list .list-item .list-item-content .list-item-right {
  14190. height: 100%;
  14191. padding: 0 10px;
  14192. position: absolute;
  14193. right: 0;
  14194. top: 0
  14195. }
  14196.  
  14197. .list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
  14198. font-size: 12px;
  14199. font-weight: 600;
  14200. line-height: 20px;
  14201. margin: 0
  14202. }
  14203.  
  14204. .hpanel > .panel-heading {
  14205. color: inherit;
  14206. font-weight: 600;
  14207. padding: 10px 4px;
  14208. transition: all .3s;
  14209. border: 1px solid transparent
  14210. }
  14211.  
  14212. .hpanel .hbuilt.panel-heading {
  14213. border-bottom: none
  14214. }
  14215.  
  14216. .hpanel > .panel-footer {
  14217. color: inherit;
  14218. border: 1px solid #e4e5e7;
  14219. border-top: none;
  14220. font-size: 90%;
  14221. background: #f7f9fa
  14222. }
  14223.  
  14224. .hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
  14225. background: #fff;
  14226. border-color: #e4e5e7;
  14227. border: 1px solid #e4e5e7;
  14228. padding: 10px 10px;
  14229. border-radius: 2px
  14230. }
  14231.  
  14232. .hpanel .panel-body {
  14233. background: #fff;
  14234. border: 1px solid #e4e5e7;
  14235. border-radius: 2px;
  14236. padding: 20px;
  14237. position: relative
  14238. }
  14239.  
  14240. .panel-collapse .panel-body {
  14241. border: none
  14242. }
  14243.  
  14244. .hpanel {
  14245. background-color: none;
  14246. border: none;
  14247. box-shadow: none;
  14248. margin-bottom: 25px
  14249. }
  14250.  
  14251. .panel-tools {
  14252. display: inline-block;
  14253. float: right;
  14254. margin-top: 0;
  14255. padding: 0;
  14256. position: relative
  14257. }
  14258.  
  14259. .hpanel .alert {
  14260. margin-bottom: 0;
  14261. border-radius: 0;
  14262. border: 1px solid #e4e5e7;
  14263. border-bottom: none
  14264. }
  14265.  
  14266. .panel-tools a {
  14267. margin-left: 5px;
  14268. color: #9d9fa2;
  14269. cursor: pointer
  14270. }
  14271.  
  14272. .hpanel.hgreen .panel-body {
  14273. border-top: 2px solid #62cb31
  14274. }
  14275.  
  14276. .hpanel.hblue .panel-body {
  14277. border-top: 2px solid #3498db
  14278. }
  14279.  
  14280. .hpanel.hyellow .panel-body {
  14281. border-top: 2px solid #ffb606
  14282. }
  14283.  
  14284. .hpanel.hviolet .panel-body {
  14285. border-top: 2px solid #9b59b6
  14286. }
  14287.  
  14288. .hpanel.horange .panel-body {
  14289. border-top: 2px solid #e67e22
  14290. }
  14291.  
  14292. .hpanel.hred .panel-body {
  14293. border-top: 2px solid #e74c3c
  14294. }
  14295.  
  14296. .hpanel.hreddeep .panel-body {
  14297. border-top: 2px solid #c0392b
  14298. }
  14299.  
  14300. .hpanel.hnavyblue .panel-body {
  14301. border-top: 2px solid #34495e
  14302. }
  14303.  
  14304. .hpanel.hbggreen .panel-body {
  14305. background: #62cb31;
  14306. color: #fff;
  14307. border: none
  14308. }
  14309.  
  14310. .hpanel.hbgblue .panel-body {
  14311. background: #3498db;
  14312. color: #fff;
  14313. border: none
  14314. }
  14315.  
  14316. .hpanel.hbgyellow .panel-body {
  14317. background: #ffb606;
  14318. color: #fff;
  14319. border: none
  14320. }
  14321.  
  14322. .hpanel.hbgviolet .panel-body {
  14323. background: #9b59b6;
  14324. color: #fff;
  14325. border: none
  14326. }
  14327.  
  14328. .hpanel.hbgorange .panel-body {
  14329. background: #e67e22;
  14330. color: #fff;
  14331. border: none
  14332. }
  14333.  
  14334. .hpanel.hbgred .panel-body {
  14335. background: #e74c3c;
  14336. color: #fff;
  14337. border: none
  14338. }
  14339.  
  14340. .hpanel.hbgreddeep .panel-body {
  14341. background: #c0392b;
  14342. color: #fff;
  14343. border: none
  14344. }
  14345.  
  14346. .hpanel.hbgnavyblue .panel-body {
  14347. background: #34495e;
  14348. color: #fff;
  14349. border: none
  14350. }
  14351.  
  14352. .panel-group .panel-heading {
  14353. background-color: #f7f9fa
  14354. }
  14355.  
  14356. .small-header .hpanel {
  14357. margin-bottom: 0
  14358. }
  14359.  
  14360. .small-header {
  14361. padding: 0 !important
  14362. }
  14363.  
  14364. .small-header .panel-body {
  14365. padding: 15px 25px;
  14366. border-right: none;
  14367. border-left: none;
  14368. border-top: none;
  14369. border-radius: 0
  14370. }
  14371.  
  14372. .panel-body h5, .panel-body h4 {
  14373. font-weight: 600
  14374. }
  14375.  
  14376. .small-header .panel-body h2 {
  14377. font-size: 14px;
  14378. font-weight: 600;
  14379. text-transform: uppercase;
  14380. margin: 0 0 0 0
  14381. }
  14382.  
  14383. .small-header .panel-body small {
  14384. color: #838589
  14385. }
  14386.  
  14387. .hbreadcrumb {
  14388. padding: 2px 0px;
  14389. margin-top: 6px;
  14390. margin-bottom: 0px;
  14391. list-style: none;
  14392. background-color: #fff;
  14393. border-radius: #fff;
  14394. font-size: 11px
  14395. }
  14396.  
  14397. .hbreadcrumb > li {
  14398. display: inline-block
  14399. }
  14400.  
  14401. .hbreadcrumb > li + li:before {
  14402. padding: 0 5px;
  14403. color: #34495e
  14404. }
  14405.  
  14406. .hbreadcrumb > .active {
  14407. color: #9d9fa2
  14408. }
  14409.  
  14410. .wrapper {
  14411. padding: 10px 20px
  14412. }
  14413.  
  14414. .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  14415. border: 1px solid #e4e5e7;
  14416. border-bottom-color: transparent
  14417. }
  14418.  
  14419. .nav-tabs {
  14420. border-bottom: 1px solid #e4e5e7
  14421. }
  14422.  
  14423. .tab-pane .panel-body {
  14424. border-top: none
  14425. }
  14426.  
  14427. .tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
  14428. border-top: 1px solid #e4e5e7
  14429. }
  14430.  
  14431. .nav-tabs > li a:hover {
  14432. background: transparent;
  14433. border-color: transparent
  14434. }
  14435.  
  14436. .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  14437. border-bottom: 0
  14438. }
  14439.  
  14440. .tabs-left .panel-body {
  14441. position: static
  14442. }
  14443.  
  14444. .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  14445. width: 20%
  14446. }
  14447.  
  14448. .tabs-left .panel-body {
  14449. width: 80%;
  14450. margin-left: 20%
  14451. }
  14452.  
  14453. .tabs-right .panel-body {
  14454. width: 80%;
  14455. margin-right: 20%
  14456. }
  14457.  
  14458. .tab-content > .tab-pane, .pill-content > .pill-pane {
  14459. display: none
  14460. }
  14461.  
  14462. .tab-content > .active, .pill-content > .active {
  14463. display: block
  14464. }
  14465.  
  14466. .tabs-below > .nav-tabs {
  14467. border-top: 1px solid #e4e5e7
  14468. }
  14469.  
  14470. .tabs-below > .nav-tabs > li {
  14471. margin-top: -1px;
  14472. margin-bottom: 0
  14473. }
  14474.  
  14475. .tabs-below > .nav-tabs > li > a {
  14476. -webkit-border-radius: 0 0 4px 4px;
  14477. -moz-border-radius: 0 0 4px 4px;
  14478. border-radius: 0 0 4px 4px
  14479. }
  14480.  
  14481. .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  14482. border-top-color: #e4e5e7;
  14483. border-bottom-color: transparent
  14484. }
  14485.  
  14486. .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  14487. float: none
  14488. }
  14489.  
  14490. .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  14491. min-width: 74px;
  14492. margin-right: 0;
  14493. margin-bottom: 3px
  14494. }
  14495.  
  14496. .tabs-left > .nav-tabs {
  14497. float: left;
  14498. margin-right: 19px
  14499. }
  14500.  
  14501. .tabs-left > .nav-tabs > li > a {
  14502. margin-right: -1px;
  14503. -webkit-border-radius: 4px 0 0 4px;
  14504. -moz-border-radius: 4px 0 0 4px;
  14505. border-radius: 4px 0 0 4px
  14506. }
  14507.  
  14508. .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  14509. border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
  14510. *border-right-color: #ffffff
  14511. }
  14512.  
  14513. .tabs-right > .nav-tabs {
  14514. float: right;
  14515. margin-left: 19px
  14516. }
  14517.  
  14518. .tabs-right > .nav-tabs > li > a {
  14519. margin-left: -1px;
  14520. -webkit-border-radius: 0 4px 4px 0;
  14521. -moz-border-radius: 0 4px 4px 0;
  14522. border-radius: 0 4px 4px 0
  14523. }
  14524.  
  14525. .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  14526. border-color: #eeeeee #eeeeee #eeeeee #dddddd
  14527. }
  14528.  
  14529. .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  14530. border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
  14531. *border-left-color: #ffffff;
  14532. z-index: 1
  14533. }
  14534.  
  14535. .table > thead > tr > th {
  14536. border-bottom: none
  14537. }
  14538.  
  14539. .tooltip-inner {
  14540. background-color: #34495e
  14541. }
  14542.  
  14543. .tooltip.top .tooltip-arrow {
  14544. border-top-color: #34495e
  14545. }
  14546.  
  14547. .tooltip.right .tooltip-arrow {
  14548. border-right-color: #34495e
  14549. }
  14550.  
  14551. .tooltip.bottom .tooltip-arrow {
  14552. border-bottom-color: #34495e
  14553. }
  14554.  
  14555. .tooltip.left .tooltip-arrow {
  14556. border-left-color: #34495e
  14557. }
  14558.  
  14559. .opacity-0 {
  14560. opacity: 0
  14561. }
  14562.  
  14563. .opacity-1 {
  14564. opacity: 1
  14565. }
  14566.  
  14567. .google-map {
  14568. height: 300px
  14569. }
  14570.  
  14571. .hr-line-dashed {
  14572. background-color: transparent;
  14573. border-top: 1px dotted #edf0f5;
  14574. color: transparent;
  14575. height: 1px;
  14576. margin: 20px 0
  14577. }
  14578.  
  14579. .animated-panel {
  14580. -webkit-animation-duration: .5s;
  14581. animation-duration: .5s;
  14582. -webkit-animation-fill-mode: both;
  14583. animation-fill-mode: both
  14584. }
  14585.  
  14586. .h-bg-navy-blue {
  14587. background: #34495e
  14588. }
  14589.  
  14590. .h-bg-violet {
  14591. background: #9b59b6
  14592. }
  14593.  
  14594. .h-bg-blue {
  14595. background: #3498db
  14596. }
  14597.  
  14598. .h-bg-green {
  14599. background: #62cb31
  14600. }
  14601.  
  14602. .h-bg-yellow {
  14603. background: #ffb606
  14604. }
  14605.  
  14606. .h-bg-orange {
  14607. background: #e67e22
  14608. }
  14609.  
  14610. .h-bg-red {
  14611. background: #e74c3c
  14612. }
  14613.  
  14614. .h-bg-red-deep {
  14615. background: #c0392b
  14616. }
  14617.  
  14618. .text-primary {
  14619. color: #34495e
  14620. }
  14621.  
  14622. .text-primary-2 {
  14623. color: #9b59b6
  14624. }
  14625.  
  14626. .text-info {
  14627. color: #3498db
  14628. }
  14629.  
  14630. .text-success {
  14631. color: #62cb31
  14632. }
  14633.  
  14634. .text-warning {
  14635. color: #ffb606
  14636. }
  14637.  
  14638. .text-danger {
  14639. color: #e74c3c
  14640. }
  14641.  
  14642. .text-white {
  14643. color: #fff
  14644. }
  14645.  
  14646. .border-bottom {
  14647. border-bottom: 1px solid #e4e5e7
  14648. }
  14649.  
  14650. .border-right {
  14651. border-right: 1px solid #e4e5e7
  14652. }
  14653.  
  14654. .border-left {
  14655. border-left: 1px solid #e4e5e7
  14656. }
  14657.  
  14658. .jqstooltip {
  14659. -webkit-box-sizing: content-box;
  14660. -moz-box-sizing: content-box;
  14661. box-sizing: content-box
  14662. }
  14663.  
  14664. .bg-white {
  14665. background-color: #fff
  14666. }
  14667.  
  14668. .bg-light-soft {
  14669. background-color: #edf0f5
  14670. }
  14671.  
  14672. .bg-light {
  14673. background-color: #f7f9fa
  14674. }
  14675.  
  14676. #logo {
  14677. float: left;
  14678. width: 180px;
  14679. background-color: #34495e;
  14680. padding: 18px 10px 18px 18px;
  14681. height: 56px;
  14682. text-align: center
  14683. }
  14684.  
  14685. #logo span {
  14686. font-weight: 600;
  14687. color: #fff;
  14688. font-size: 14px
  14689. }
  14690.  
  14691. #logo.light-version {
  14692. background-color: #f7f9fa;
  14693. border-bottom: 1px solid #e4e5e7;
  14694. text-align: left
  14695. }
  14696.  
  14697. #logo.light-version span {
  14698. font-weight: 600;
  14699. color: #34495e;
  14700. font-size: 14px
  14701. }
  14702.  
  14703. .profile-picture {
  14704. padding: 20px 20px;
  14705. text-align: center
  14706. }
  14707.  
  14708. .stats-box div {
  14709. display: inline-block;
  14710. vertical-align: middle
  14711. }
  14712.  
  14713. .stats-label {
  14714. line-height: 1.2
  14715. }
  14716.  
  14717. .stats-label small {
  14718. font-size: 80%;
  14719. line-height: 0.6
  14720. }
  14721.  
  14722. .stats-box-value {
  14723. background: #fff
  14724. }
  14725.  
  14726. .stats-box-detail {
  14727. background: #34495e;
  14728. color: #fff;
  14729. position: relative
  14730. }
  14731.  
  14732. .label-menu-corner .label {
  14733. font-size: 10px;
  14734. line-height: 12px;
  14735. padding: 2px 5px;
  14736. position: absolute;
  14737. right: 18px;
  14738. top: 12px
  14739. }
  14740.  
  14741. #side-menu {
  14742. background: #f7f9fa
  14743. }
  14744.  
  14745. #side-menu li a {
  14746. color: #6a6c6f;
  14747. text-transform: uppercase;
  14748. font-weight: 700;
  14749. padding: 15px 20px
  14750. }
  14751.  
  14752. #side-menu li {
  14753. border-bottom: 1px solid #e4e5e7
  14754. }
  14755.  
  14756. #side-menu li:first-child {
  14757. border-top: 1px solid #e4e5e7
  14758. }
  14759.  
  14760. #side-menu li.active a, #side-menu li:hover a {
  14761. color: #34495e
  14762. }
  14763.  
  14764. #side-menu li .nav-second-level li a {
  14765. padding: 10px 10px 10px 30px;
  14766. color: #6a6c6f;
  14767. text-transform: none;
  14768. font-weight: 600
  14769. }
  14770.  
  14771. #side-menu li .nav-second-level li.active a {
  14772. color: #34495e
  14773. }
  14774.  
  14775. #side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
  14776. background: #fff
  14777. }
  14778.  
  14779. #side-menu li.active {
  14780. background: #fff
  14781. }
  14782.  
  14783. .arrow {
  14784. float: right
  14785. }
  14786.  
  14787. .fa.arrow:before {
  14788. content: "\f104"
  14789. }
  14790.  
  14791. .active > a > .fa.arrow:before {
  14792. content: "\f107"
  14793. }
  14794.  
  14795. #top-navigation {
  14796. height: 56px;
  14797. position: relative;
  14798. float: left
  14799. }
  14800.  
  14801. .navbar-static-top {
  14802. margin: 0 0 0 180px
  14803. }
  14804.  
  14805. .navbar.navbar-static-top a, .nav.navbar-nav li a {
  14806. color: #9d9fa2
  14807. }
  14808.  
  14809. .header-link {
  14810. padding: 18px 26px 17px 26px;
  14811. font-size: 14px;
  14812. float: left;
  14813. border-right: 1px solid #e4e5e7;
  14814. border-left: 1px solid #e4e5e7;
  14815. margin-right: 15px;
  14816. background: #f7f9fa;
  14817. cursor: pointer
  14818. }
  14819.  
  14820. .header-link:hover {
  14821. background: #f1f4f6
  14822. }
  14823.  
  14824. .navbar-nav > li, .navbar-nav > li > a {
  14825. height: 56px
  14826. }
  14827.  
  14828. .navbar-nav > li > a {
  14829. padding: 15px 25px;
  14830. font-size: 25px
  14831. }
  14832.  
  14833. .navbar-nav > li:last-child > a {
  14834. padding-right: 35px
  14835. }
  14836.  
  14837. .navbar.navbar-static-top .hide-menu {
  14838. color: #9d9fa2
  14839. }
  14840.  
  14841. .panel-title {
  14842. font-size: 12px;
  14843. font-weight: 600;
  14844. text-transform: uppercase
  14845. }
  14846.  
  14847. .box {
  14848. padding: 40px
  14849. }
  14850.  
  14851. .box-rb-border {
  14852. border-right: 1px solid #e4e5e7;
  14853. border-bottom: 1px solid #e4e5e7
  14854. }
  14855.  
  14856. .box-b-border {
  14857. border-bottom: 1px solid #e4e5e7
  14858. }
  14859.  
  14860. .box-r-border {
  14861. border-right: 1px solid #e4e5e7
  14862. }
  14863.  
  14864. .h-100 {
  14865. min-height: 100px
  14866. }
  14867.  
  14868. .h-150 {
  14869. min-height: 150px
  14870. }
  14871.  
  14872. .h-200 {
  14873. min-height: 200px
  14874. }
  14875.  
  14876. .h-300 {
  14877. min-height: 300px
  14878. }
  14879.  
  14880. .h-400 {
  14881. min-height: 400px
  14882. }
  14883.  
  14884. .h-500 {
  14885. min-height: 500px
  14886. }
  14887.  
  14888. .h-600 {
  14889. min-height: 600px
  14890. }
  14891.  
  14892. body.hide-sidebar #menu {
  14893. margin-left: -180px
  14894. }
  14895.  
  14896. body.hide-sidebar #wrapper {
  14897. margin-left: 0
  14898. }
  14899.  
  14900. body.page-small #menu {
  14901. margin-left: -180px
  14902. }
  14903.  
  14904. body.page-small #wrapper {
  14905. margin-left: 0
  14906. }
  14907.  
  14908. body.page-small.show-sidebar #menu {
  14909. margin-left: 0
  14910. }
  14911.  
  14912. body.page-small.show-sidebar #wrapper {
  14913. margin-left: 180px
  14914. }
  14915.  
  14916. a {
  14917. cursor: pointer;
  14918. color: #34495e
  14919. }
  14920.  
  14921. a:hover, a:focus {
  14922. color: #34495e;
  14923. text-decoration: none
  14924. }
  14925.  
  14926. .no-padding {
  14927. padding: 0 !important
  14928. }
  14929.  
  14930. .no-borders {
  14931. border: none !important
  14932. }
  14933.  
  14934. .no-margins {
  14935. margin: 0 !important
  14936. }
  14937.  
  14938. .no-background {
  14939. background: transparent !important
  14940. }
  14941.  
  14942. .navbar-form-custom {
  14943. float: left;
  14944. height: 52px;
  14945. padding: 0;
  14946. width: 200px
  14947. }
  14948.  
  14949. .navbar-form-custom .form-control {
  14950. background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  14951. border: medium none;
  14952. font-size: 13px;
  14953. height: 52px;
  14954. margin: 0;
  14955. z-index: 1060;
  14956. padding: 0
  14957. }
  14958.  
  14959. .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  14960. box-shadow: none
  14961. }
  14962.  
  14963. .vertical-mid {
  14964. display: table
  14965. }
  14966.  
  14967. .vertical-mid * {
  14968. display: table-cell;
  14969. vertical-align: middle
  14970. }
  14971.  
  14972. .label-success {
  14973. background-color: #62cb31
  14974. }
  14975.  
  14976. a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  14977. background-color: #34495e;
  14978. border-color: #34495e;
  14979. color: #FFFFFF !important
  14980. }
  14981.  
  14982. .list-group-item-heading {
  14983. margin-top: 10px
  14984. }
  14985.  
  14986. .list-group-item-text {
  14987. margin: 0 0 10px;
  14988. color: inherit;
  14989. line-height: inherit
  14990. }
  14991.  
  14992. .list-group-item {
  14993. background-color: inherit;
  14994. border: 1px solid #e4e5e7;
  14995. display: block;
  14996. margin-bottom: -1px;
  14997. padding: 10px 15px;
  14998. position: relative
  14999. }
  15000.  
  15001. .no-padding .list-group-item {
  15002. border-left: none;
  15003. border-right: none;
  15004. border-bottom: none
  15005. }
  15006.  
  15007. .no-padding .list-group-item:first-child {
  15008. border-left: none;
  15009. border-right: none;
  15010. border-bottom: none;
  15011. border-top: none
  15012. }
  15013.  
  15014. .no-padding .list-group {
  15015. margin-bottom: 0
  15016. }
  15017.  
  15018. .well {
  15019. background: #f7f9fa;
  15020. box-shadow: none
  15021. }
  15022.  
  15023. .stats h4, h5, h6 {
  15024. margin: 5px 0
  15025. }
  15026.  
  15027. .stats-title h4 {
  15028. text-transform: uppercase;
  15029. font-size: 12px;
  15030. font-weight: 600
  15031. }
  15032.  
  15033. .w-xs {
  15034. min-width: 100px
  15035. }
  15036.  
  15037. .w-sm {
  15038. min-width: 120px
  15039. }
  15040.  
  15041. .w-m {
  15042. min-width: 140px
  15043. }
  15044.  
  15045. .w-lg {
  15046. min-width: 160px
  15047. }
  15048.  
  15049. .w-xl {
  15050. min-width: 180px
  15051. }
  15052.  
  15053. .w-xxl {
  15054. min-width: 200px
  15055. }
  15056.  
  15057. .flot-chart {
  15058. display: block;
  15059. height: 300px;
  15060. position: relative
  15061. }
  15062.  
  15063. .flot-chart-content {
  15064. width: 100%;
  15065. height: 100%
  15066. }
  15067.  
  15068. .stats .flot-chart {
  15069. height: 60px
  15070. }
  15071.  
  15072. .feed-activity-list .feed-element {
  15073. border-bottom: 1px solid #E7EAEC
  15074. }
  15075.  
  15076. .feed-element:first-child {
  15077. margin-top: 0
  15078. }
  15079.  
  15080. .feed-element {
  15081. padding-bottom: 15px
  15082. }
  15083.  
  15084. .feed-element, .feed-element .media {
  15085. margin-top: 15px
  15086. }
  15087.  
  15088. .feed-element, .media-body {
  15089. overflow: hidden
  15090. }
  15091.  
  15092. .feed-element > .pull-left {
  15093. margin-right: 10px
  15094. }
  15095.  
  15096. .feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  15097. width: 38px;
  15098. height: 38px
  15099. }
  15100.  
  15101. .feed-element .well {
  15102. border: 1px solid #E7EAEC;
  15103. box-shadow: none;
  15104. margin-top: 10px;
  15105. margin-bottom: 5px;
  15106. padding: 10px 20px;
  15107. font-size: 11px;
  15108. line-height: 16px
  15109. }
  15110.  
  15111. .feed-element .actions {
  15112. margin-top: 10px
  15113. }
  15114.  
  15115. .feed-element .photos {
  15116. margin: 10px 0
  15117. }
  15118.  
  15119. .feed-photo {
  15120. max-height: 180px;
  15121. border-radius: 4px;
  15122. overflow: hidden;
  15123. margin-right: 10px;
  15124. margin-bottom: 10px
  15125. }
  15126.  
  15127. .feed-element img {
  15128. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  15129. filter: gray;
  15130. -webkit-filter: grayscale(100%)
  15131. }
  15132.  
  15133. .small-logo {
  15134. display: none;
  15135. text-align: center;
  15136. padding-top: 18px;
  15137. font-size: 14px;
  15138. font-weight: 800
  15139. }
  15140.  
  15141. .img-small {
  15142. width: 62px;
  15143. height: 62px
  15144. }
  15145.  
  15146. @media (max-width: 768px) {
  15147. .navbar-form-custom, .navbar-right, #logo {
  15148. display: none
  15149. }
  15150.  
  15151. .navbar-static-top {
  15152. margin: 0
  15153. }
  15154.  
  15155. .small-logo {
  15156. display: block;
  15157. float: left
  15158. }
  15159.  
  15160. .header-line div {
  15161. display: none
  15162. }
  15163.  
  15164. .color-demo .header-line {
  15165. height: 48px
  15166. }
  15167.  
  15168. #hbreadcrumb {
  15169. float: none !important;
  15170. margin-bottom: 10px;
  15171. margin-top: 0
  15172. }
  15173. }
  15174.  
  15175. @media (max-width: 320px) {
  15176. #wrapper {
  15177. overflow: hidden
  15178. }
  15179. }
  15180.  
  15181. .canvass {
  15182. -moz-transition: width 0.01s, height 0.01s;
  15183. -webkit-transition: width 0.01s, height 0.01s;
  15184. -o-transition: width 0.01s, height 0.01s;
  15185. transition: width 0.01s, height 0.01s
  15186. }
  15187.  
  15188. .project-list table tr td {
  15189. border-top: none;
  15190. border-bottom: 1px solid #e7eaec;
  15191. padding: 10px 10px;
  15192. vertical-align: middle
  15193. }
  15194.  
  15195. .icons-box {
  15196. padding: 20px
  15197. }
  15198.  
  15199. .icons-box h3 {
  15200. margin-top: 10px;
  15201. margin-bottom: 10px
  15202. }
  15203.  
  15204. .icons-box .infont {
  15205. text-align: center;
  15206. margin-bottom: 25px
  15207. }
  15208.  
  15209. .icons-box .infont i {
  15210. font-size: 35px;
  15211. display: block;
  15212. color: #676a6c
  15213. }
  15214.  
  15215. .icons-box .infont span {
  15216. color: #a6a8a9
  15217. }
  15218.  
  15219. .icons-box .infont span {
  15220. margin: 1px;
  15221. display: block
  15222. }
  15223.  
  15224. .fullpanel {
  15225. width: 100%;
  15226. height: 100%;
  15227. top: 0;
  15228. left: 0;
  15229. z-index: 1070;
  15230. overflow-x: scroll;
  15231. transition: all 2s
  15232. }
  15233.  
  15234. .transition {
  15235. transition: all 0.5s
  15236. }
  15237.  
  15238. .normalheader .hpanel {
  15239. margin-bottom: 0
  15240. }
  15241.  
  15242. .normalheader {
  15243. min-width: 320px;
  15244. padding: 40px 40px 0px 40px
  15245. }
  15246.  
  15247. @media (max-width: 768px) {
  15248. .normalheader {
  15249. padding: 15px 15px 0px 15px
  15250. }
  15251. }
  15252.  
  15253. .normalheader h2 {
  15254. margin-top: 0px
  15255. }
  15256.  
  15257. .input-xs {
  15258. height: 20px;
  15259. padding: 2px 10px;
  15260. font-size: 10px;
  15261. line-height: 1.5;
  15262. border-radius: 3px;
  15263. font-weight: 500
  15264. }
  15265.  
  15266. .clip-header i {
  15267. display: inline-block;
  15268. -webkit-transform: rotate(45deg);
  15269. transform: rotate(45deg)
  15270. }
  15271.  
  15272. .clip-header {
  15273. position: absolute;
  15274. top: 0;
  15275. right: 0;
  15276. font-size: 8px;
  15277. background: #f7f9fa;
  15278. padding: 4px 5px;
  15279. border-left: 1px solid #e4e5e7;
  15280. border-bottom: 1px solid #e4e5e7
  15281. }
  15282.  
  15283. .dropdown-menu {
  15284. font-size: 13px;
  15285. border-radius: 3px
  15286. }
  15287.  
  15288. .dropdown-example {
  15289. display: inline-block;
  15290. margin: 0px 10px 10px 10px
  15291. }
  15292.  
  15293. .dropdown-example .dropdown-menu {
  15294. position: static;
  15295. display: block
  15296. }
  15297.  
  15298. .pagination-example .pagination {
  15299. margin: 0 0 10px 0
  15300. }
  15301.  
  15302. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  15303. background-color: #3498db;
  15304. border-color: #258cd1;
  15305. color: #fff;
  15306. cursor: default;
  15307. z-index: 2
  15308. }
  15309.  
  15310. .hbreadcrumb a.active {
  15311. color: #9d9fa2
  15312. }
  15313.  
  15314. .form-control {
  15315. border-color: #e4e5e7 !important
  15316. }
  15317.  
  15318. .input-group-addon {
  15319. background: #f7f8fa;
  15320. border-color: #e4e5e7 !important
  15321. }
  15322.  
  15323. .splash {
  15324. position: absolute;
  15325. z-index: 2000;
  15326. background: white;
  15327. color: gray;
  15328. top: 0;
  15329. bottom: 0;
  15330. left: 0;
  15331. right: 0
  15332. }
  15333.  
  15334. .splash-title {
  15335. text-align: center;
  15336. max-width: 500px;
  15337. margin: 15% auto;
  15338. padding: 20px
  15339. }
  15340.  
  15341. .splash-title h1 {
  15342. font-size: 26px
  15343. }
  15344.  
  15345. .checkbox-primary input[type="checkbox"]:checked + label::before {
  15346. background-color: #34495e;
  15347. border-color: #34495e
  15348. }
  15349.  
  15350. .checkbox-primary input[type="checkbox"]:checked + label::after {
  15351. color: #fff
  15352. }
  15353.  
  15354. .checkbox-danger input[type="checkbox"]:checked + label::before {
  15355. background-color: #e74c3c;
  15356. border-color: #e74c3c
  15357. }
  15358.  
  15359. .checkbox-danger input[type="checkbox"]:checked + label::after {
  15360. color: #fff
  15361. }
  15362.  
  15363. .checkbox-info input[type="checkbox"]:checked + label::before {
  15364. background-color: #3498db;
  15365. border-color: #3498db
  15366. }
  15367.  
  15368. .checkbox-info input[type="checkbox"]:checked + label::after {
  15369. color: #fff
  15370. }
  15371.  
  15372. .checkbox-warning input[type="checkbox"]:checked + label::before {
  15373. background-color: #ffb606;
  15374. border-color: #ffb606
  15375. }
  15376.  
  15377. .checkbox-warning input[type="checkbox"]:checked + label::after {
  15378. color: #fff
  15379. }
  15380.  
  15381. .checkbox-success input[type="checkbox"]:checked + label::before {
  15382. background-color: #62cb31;
  15383. border-color: #62cb31
  15384. }
  15385.  
  15386. .checkbox-success input[type="checkbox"]:checked + label::after {
  15387. color: #fff
  15388. }
  15389.  
  15390. .radio-primary input[type="radio"] + label::after {
  15391. background-color: #34495e
  15392. }
  15393.  
  15394. .radio-primary input[type="radio"]:checked + label::before {
  15395. border-color: #34495e
  15396. }
  15397.  
  15398. .radio-primary input[type="radio"]:checked + label::after {
  15399. background-color: #34495e
  15400. }
  15401.  
  15402. .radio-danger input[type="radio"] + label::after {
  15403. background-color: #e74c3c
  15404. }
  15405.  
  15406. .radio-danger input[type="radio"]:checked + label::before {
  15407. border-color: #e74c3c
  15408. }
  15409.  
  15410. .radio-danger input[type="radio"]:checked + label::after {
  15411. background-color: #e74c3c
  15412. }
  15413.  
  15414. .radio-info input[type="radio"] + label::after {
  15415. background-color: #3498db
  15416. }
  15417.  
  15418. .radio-info input[type="radio"]:checked + label::before {
  15419. border-color: #3498db
  15420. }
  15421.  
  15422. .radio-info input[type="radio"]:checked + label::after {
  15423. background-color: #3498db
  15424. }
  15425.  
  15426. .radio-warning input[type="radio"] + label::after {
  15427. background-color: #ffb606
  15428. }
  15429.  
  15430. .radio-warning input[type="radio"]:checked + label::before {
  15431. border-color: #ffb606
  15432. }
  15433.  
  15434. .radio-warning input[type="radio"]:checked + label::after {
  15435. background-color: #ffb606
  15436. }
  15437.  
  15438. .radio-success input[type="radio"] + label::after {
  15439. background-color: #62cb31
  15440. }
  15441.  
  15442. .radio-success input[type="radio"]:checked + label::before {
  15443. border-color: #62cb31
  15444. }
  15445.  
  15446. .radio-success input[type="radio"]:checked + label::after {
  15447. background-color: #62cb31
  15448. }
  15449.  
  15450. .checkbox input:hover, .radio input:hover {
  15451. cursor: pointer
  15452. }
  15453.  
  15454. .ui-sortable .panel-body {
  15455. cursor: move
  15456. }
  15457.  
  15458. .ui-sortable-placeholder {
  15459. border: 1px dashed #cecece !important;
  15460. visibility: visible !important;
  15461. background: #f7f9fa
  15462. }
  15463.  
  15464. .ibox.ui-sortable-placeholder {
  15465. margin: 0px 0px 23px !important
  15466. }
  15467.  
  15468. .badge.badge-success {
  15469. background-color: #62cb31
  15470. }
  15471.  
  15472. .badge.badge-info {
  15473. background-color: #3498db
  15474. }
  15475.  
  15476. .badge.badge-danger {
  15477. background-color: #e74c3c
  15478. }
  15479.  
  15480. .badge.badge-warning {
  15481. background-color: #ffb606
  15482. }
  15483.  
  15484. .badge.badge-primary {
  15485. background-color: #34495e
  15486. }
  15487.  
  15488. .projects .project-label {
  15489. font-weight: 600
  15490. }
  15491.  
  15492. .projects .hpanel .panel-body {
  15493. border-bottom: none
  15494. }
  15495.  
  15496. .projects .hpanel:last-child .panel-body {
  15497. border-bottom: 1px solid #e4e5e7
  15498. }
  15499.  
  15500. .projects .hpanel:last-child .panel-body {
  15501. border-bottom: 1px solid #e4e5e7
  15502. }
  15503.  
  15504. .projects .hpanel h4 a {
  15505. color: #6a6c6f
  15506. }
  15507.  
  15508. .projects .project-people img {
  15509. width: 28px;
  15510. height: 28px;
  15511. margin-left: 2px;
  15512. margin-bottom: 4px
  15513. }
  15514.  
  15515. .projects .project-info {
  15516. text-align: right
  15517. }
  15518.  
  15519. @media (max-width: 768px) {
  15520. .projects .project-info {
  15521. text-align: left
  15522. }
  15523. }
  15524.  
  15525. .social-board .social-profile img {
  15526. height: 42px;
  15527. width: 42px;
  15528. border-radius: 50%
  15529. }
  15530.  
  15531. .social-board .social-profile h5 {
  15532. margin-top: 5px;
  15533. margin-bottom: 0px
  15534. }
  15535.  
  15536. .social-board .social-form {
  15537. margin: 10px 0
  15538. }
  15539.  
  15540. .social-board .social-form input {
  15541. font-size: 12px;
  15542. padding: 2px 12px;
  15543. height: 28px
  15544. }
  15545.  
  15546. .social-talk .social-profile img {
  15547. height: 32px;
  15548. width: 32px;
  15549. border-radius: 50%
  15550. }
  15551.  
  15552. .social-talk .text-muted {
  15553. color: #aaacae
  15554. }
  15555.  
  15556. .social-talk {
  15557. margin-bottom: 10px
  15558. }
  15559.  
  15560. .social-talk .social-content {
  15561. margin-top: 2px
  15562. }
  15563.  
  15564. .angular-ui-tree-handle {
  15565. background: none repeat scroll 0 0 #f7f9fa;
  15566. border: 1px dashed #e4e5e7;
  15567. color: inherit;
  15568. padding: 10px;
  15569. font-weight: normal
  15570. }
  15571.  
  15572. .angular-ui-tree-handle:hover {
  15573. font-weight: bold;
  15574. cursor: pointer
  15575. }
  15576.  
  15577. .angular-ui-tree-placeholder {
  15578. background: #f0f9ff;
  15579. border: 1px dashed #e4e5e7;
  15580. -webkit-box-sizing: border-box;
  15581. -moz-box-sizing: border-box;
  15582. box-sizing: border-box
  15583. }
  15584.  
  15585. .group-title {
  15586. background-color: #687074 !important;
  15587. color: #FFF !important
  15588. }
  15589.  
  15590. .tree-node {
  15591. background: none repeat scroll 0 0 #f7f9fa;
  15592. border: 1px dashed #e4e5e7;
  15593. color: inherit;
  15594. padding: 10px;
  15595. border-radius: 3px
  15596. }
  15597.  
  15598. .tree-node .btn {
  15599. min-width: 22px;
  15600. margin-right: 4px
  15601. }
  15602.  
  15603. .tree-node-content {
  15604. margin: 5px 5px 5px 0
  15605. }
  15606.  
  15607. .tree-handle {
  15608. background: none repeat scroll 0 0 #f7f9fa;
  15609. border: 1px dashed #e4e5e7;
  15610. color: inherit;
  15611. padding: 10px
  15612. }
  15613.  
  15614. .angular-ui-tree-placeholder {
  15615. background: #f0f9ff;
  15616. border: 1px dashed #e4e5e7;
  15617. -webkit-box-sizing: border-box;
  15618. -moz-box-sizing: border-box;
  15619. box-sizing: border-box
  15620. }
  15621.  
  15622. .tour-backdrop {
  15623. opacity: 0.5
  15624. }
  15625.  
  15626. .blog-box p {
  15627. font-size: 12px
  15628. }
  15629.  
  15630. .blog-box h4 {
  15631. font-weight: bold;
  15632. margin-top: 0
  15633. }
  15634.  
  15635. .blog-box .panel-heading {
  15636. background: #fff;
  15637. border-top: 1px solid #e4e5e7;
  15638. border-left: 1px solid #e4e5e7;
  15639. border-right: 1px solid #e4e5e7;
  15640. border-radius: 2px;
  15641. padding: 10px 20px;
  15642. position: relative;
  15643. font-weight: 500
  15644. }
  15645.  
  15646. .blog-box .panel-footer {
  15647. color: #909295
  15648. }
  15649.  
  15650. .blog-box .panel-heading .media-body {
  15651. line-height: 16px
  15652. }
  15653.  
  15654. .blog-box .panel-heading .media img {
  15655. width: 32px;
  15656. height: 32px;
  15657. border-radius: 50%
  15658. }
  15659.  
  15660. .blog-box .panel-heading .media-body h5 {
  15661. margin-top: 0
  15662. }
  15663.  
  15664. .blog-box .panel-image {
  15665. border-left: 1px solid #e4e5e7;
  15666. border-right: 1px solid #e4e5e7;
  15667. position: relative
  15668. }
  15669.  
  15670. .blog-box .panel-image .title {
  15671. position: absolute;
  15672. bottom: 10px;
  15673. padding: 0 20px;
  15674. color: #fff
  15675. }
  15676.  
  15677. .blog-box .panel-image .title h4 {
  15678. margin-bottom: 0px
  15679. }
  15680.  
  15681. .blog-box .panel-image .title a {
  15682. color: #fff !important
  15683. }
  15684.  
  15685. .blog-article-box .panel-heading {
  15686. background: #fff;
  15687. border-top: 1px solid #e4e5e7;
  15688. border-left: 1px solid #e4e5e7;
  15689. border-right: 1px solid #e4e5e7;
  15690. border-radius: 2px;
  15691. padding: 80px 10px;
  15692. position: relative;
  15693. font-weight: 500;
  15694. text-align: center
  15695. }
  15696.  
  15697. .blog-article-box .panel-heading h4 {
  15698. font-size: 32px;
  15699. font-weight: 700;
  15700. color: #515355
  15701. }
  15702.  
  15703. .blog-article-box .panel-body {
  15704. padding: 50px 70px
  15705. }
  15706.  
  15707. .blog-article-box .panel-body p {
  15708. font-family: "Times New Roman", Georgia, Serif;
  15709. font-size: 20px;
  15710. line-height: 32px;
  15711. color: #515355
  15712. }
  15713.  
  15714. @media (max-width: 768px) {
  15715. .blog-article-box .panel-body {
  15716. padding: 10px 20px
  15717. }
  15718.  
  15719. .blog-article-box .panel-body p {
  15720. font-family: "Times New Roman", Georgia, Serif;
  15721. font-size: 16px;
  15722. line-height: 28px
  15723. }
  15724.  
  15725. .blog-article-box .panel-heading {
  15726. padding: 20px 20px
  15727. }
  15728. }
  15729.  
  15730. .forum-box .panel-body {
  15731. border-bottom: none
  15732. }
  15733.  
  15734. .forum-box .panel-body:last-child {
  15735. border-bottom: 1px solid #e4e5e7
  15736. }
  15737.  
  15738. .forum-box .forum-heading h4 {
  15739. margin-bottom: 3px;
  15740. font-weight: 600;
  15741. margin-top: 5px;
  15742. display: inline
  15743. }
  15744.  
  15745. .forum-box .forum-heading .label {
  15746. margin-right: 5px
  15747. }
  15748.  
  15749. .forum-box .forum-heading .desc {
  15750. color: #909295;
  15751. font-size: 12px
  15752. }
  15753.  
  15754. .forum-box .panel-heading {
  15755. border: 1px solid #e4e5e7;
  15756. border-bottom: none;
  15757. font-size: 90%;
  15758. background: #f7f9fa;
  15759. padding: 10px 20px
  15760. }
  15761.  
  15762. .forum-box .forum-info {
  15763. text-align: right;
  15764. line-height: 20px
  15765. }
  15766.  
  15767. .forum-box .forum-info .number {
  15768. display: block;
  15769. font-weight: 600;
  15770. font-size: 22px;
  15771. margin-top: 5px
  15772. }
  15773.  
  15774. .forum-box .forum-info span {
  15775. font-size: 12px
  15776. }
  15777.  
  15778. .forum-box .panel-body .media-image {
  15779. text-align: center;
  15780. margin-right: 10px;
  15781. min-width: 100px
  15782. }
  15783.  
  15784. .forum-box .panel-body .media img {
  15785. margin-top: 10px;
  15786. width: 42px;
  15787. height: 42px;
  15788. border-radius: 50%;
  15789. margin-bottom: 10px
  15790. }
  15791.  
  15792. .forum-box .author-info {
  15793. font-size: 12px
  15794. }
  15795.  
  15796. .forum-box .forum-comments {
  15797. border: 1px solid #e4e5e7;
  15798. border-left: none;
  15799. border-right: none;
  15800. background: #f7f9fa;
  15801. margin-top: 20px;
  15802. padding: 10px 15px
  15803. }
  15804.  
  15805. .forum-box .forum-comments .media img {
  15806. width: 32px;
  15807. height: 32px;
  15808. border-radius: 50%;
  15809. margin-top: 0;
  15810. margin-bottom: 10px
  15811. }
  15812.  
  15813. .forum-box .forum-comments form {
  15814. margin-top: 10px
  15815. }
  15816.  
  15817. @media (max-width: 768px) {
  15818. .forum-box .forum-info {
  15819. text-align: left
  15820. }
  15821. }
  15822.  
  15823. ul.mailbox-list {
  15824. list-style: none;
  15825. padding: 0
  15826. }
  15827.  
  15828. ul.mailbox-list li a {
  15829. padding: 10px 15px;
  15830. display: block
  15831. }
  15832.  
  15833. ul.mailbox-list li a i {
  15834. margin-right: 6px;
  15835. display: inline-block
  15836. }
  15837.  
  15838. ul.mailbox-list li.active a {
  15839. background: #f7f9fa;
  15840. border: 1px solid #e4e5e7;
  15841. font-weight: 600;
  15842. border-radius: 1px
  15843. }
  15844.  
  15845. ul.mailbox-list li:hover a {
  15846. font-weight: 600
  15847. }
  15848.  
  15849. .table-mailbox .radio, .table-mailbox .checkbox {
  15850. margin: 0
  15851. }
  15852.  
  15853. .table-mailbox .radio label, .table-mailbox .checkbox label {
  15854. cursor: default
  15855. }
  15856.  
  15857. .table-mailbox tr.unread td a {
  15858. font-weight: 600
  15859. }
  15860.  
  15861. .table-mailbox tr td span.label {
  15862. margin-left: 10px
  15863. }
  15864.  
  15865. .table-mailbox tr:first-child td {
  15866. border-top: none
  15867. }
  15868.  
  15869. .table-mailbox tr td:first-child {
  15870. width: 33px;
  15871. padding-right: 0
  15872. }
  15873.  
  15874. .mailbox-pagination {
  15875. text-align: right
  15876. }
  15877.  
  15878. @media (max-width: 768px) {
  15879. .mailbox-pagination {
  15880. text-align: left
  15881. }
  15882. }
  15883.  
  15884. .landing-page .navbar-form-custom, .landing-page .navbar-right, .landing-page #logo {
  15885. display: block
  15886. }
  15887.  
  15888. .landing-page .navbar-default {
  15889. background: #fff
  15890. }
  15891.  
  15892. .landing-page .navbar .navbar-brand {
  15893. font-size: 12px;
  15894. height: auto;
  15895. margin-top: 8px;
  15896. padding: 9px 15px;
  15897. font-weight: 700;
  15898. border-radius: 5px;
  15899. color: #fff;
  15900. display: block;
  15901. background-color: #62cb31;
  15902. margin-left: 0
  15903. }
  15904.  
  15905. .landing-page .navbar-default .navbar-toggle:hover, .landing-page .navbar-default .navbar-toggle:focus {
  15906. background: #62cb31
  15907. }
  15908.  
  15909. .landing-page .navbar-default .navbar-toggle:hover .icon-bar, .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
  15910. background-color: #fff !important
  15911. }
  15912.  
  15913. .landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover, .landing-page .navbar-default .navbar-nav > .active > a:focus {
  15914. background-color: transparent;
  15915. color: #62cb31;
  15916. border: none
  15917. }
  15918.  
  15919. .landing-page .navbar-default li a:hover {
  15920. border-bottom: none
  15921. }
  15922.  
  15923. .landing-page .brand-desc {
  15924. color: #455463;
  15925. margin: 17px 10px 0 90px;
  15926. width: 180px
  15927. }
  15928.  
  15929. .landing-page .navbar-nav > li > a {
  15930. font-size: 14px;
  15931. font-weight: 600;
  15932. padding: 15px 15px;
  15933. color: #455463
  15934. }
  15935.  
  15936. .landing-page .navbar-nav > li, .landing-page .navbar-nav > li > a {
  15937. height: 55px
  15938. }
  15939.  
  15940. .landing-page header {
  15941. background: url('../../themes/homer/images/landing/header.jpg') 50% 0 no-repeat;
  15942. height: 480px;
  15943. padding-top: 50px;
  15944. margin-bottom: 30px
  15945. }
  15946.  
  15947. .landing-page section {
  15948. padding: 50px 0 50px 0;
  15949. border-bottom: 1px solid #e4e5e7
  15950. }
  15951.  
  15952. .landing-page section h2 {
  15953. margin-top: 0
  15954. }
  15955.  
  15956. .landing-page section p {
  15957. margin-top: 0px
  15958. }
  15959.  
  15960. .landing-page header .container {
  15961. position: relative
  15962. }
  15963.  
  15964. .landing-page .heading {
  15965. margin-top: 60px;
  15966. color: #edf0f5
  15967. }
  15968.  
  15969. .landing-page .heading h1 {
  15970. font-weight: 600;
  15971. font-size: 34px;
  15972. margin-bottom: 5px;
  15973. letter-spacing: -0.5px
  15974. }
  15975.  
  15976. .landing-page h4 {
  15977. font-weight: 600
  15978. }
  15979.  
  15980. .landing-page p {
  15981. color: #a7afb8
  15982. }
  15983.  
  15984. .landing-page .heading span {
  15985. font-size: 13px;
  15986. font-weight: 600
  15987. }
  15988.  
  15989. .landing-page .heading p.small {
  15990. margin-top: 10px;
  15991. color: #a7afb8;
  15992. max-width: 260px
  15993. }
  15994.  
  15995. .landing-page .heading-image {
  15996. position: absolute;
  15997. right: 60px;
  15998. top: 120px;
  15999. text-align: right
  16000. }
  16001.  
  16002. .landing-page .heading-image p {
  16003. color: #a7afb8;
  16004. margin-bottom: 5px
  16005. }
  16006.  
  16007. .landing-page .heading-image img {
  16008. -webkit-box-shadow: 0 0 8px 0 #333;
  16009. -moz-box-shadow: 0 0 8px 0 #333;
  16010. box-shadow: 0 0 8px 0 #333;
  16011. margin-left: 12px;
  16012. margin-top: 12px;
  16013. width: 180px;
  16014. border-radius: 1px
  16015. }
  16016.  
  16017. .landing-page .navy-link {
  16018. background: #455463;
  16019. color: #fff
  16020. }
  16021.  
  16022. .landing-page .icon-big {
  16023. font-size: 70px
  16024. }
  16025.  
  16026. .landing-page .team-member img {
  16027. height: 72px
  16028. }
  16029.  
  16030. .landing-page .social-icon a {
  16031. background: #62cb31;
  16032. color: #fff;
  16033. text-align: center;
  16034. padding: 4px 8px;
  16035. height: 28px;
  16036. width: 28px;
  16037. display: block;
  16038. border-radius: 4px
  16039. }
  16040.  
  16041. .landing-page .list-inline > li {
  16042. padding: 0
  16043. }
  16044.  
  16045. .landing-page .social-icon a:hover {
  16046. background: #5abb2d
  16047. }
  16048.  
  16049. .landing-page .pricing-plan {
  16050. margin: 20px 10px 0 10px;
  16051. border-radius: 4px;
  16052. padding-bottom: 20px;
  16053. background: #fff;
  16054. border: 1px solid #e4e5e7
  16055. }
  16056.  
  16057. .landing-page .pricing-plan li {
  16058. padding: 10px 16px;
  16059. text-align: center;
  16060. color: #aeaeae
  16061. }
  16062.  
  16063. .landing-page .pricing-plan .pricing-price span {
  16064. font-weight: 700;
  16065. font-size: 30px;
  16066. color: #62cb31
  16067. }
  16068.  
  16069. .landing-page .pricing-title .label {
  16070. font-size: 12px
  16071. }
  16072.  
  16073. .landing-page li.pricing-desc {
  16074. font-size: 13px;
  16075. border-top: none;
  16076. padding: 20px 16px 0px 16px
  16077. }
  16078.  
  16079. .landing-page li.pricing-title {
  16080. color: #455463;
  16081. padding: 25px 10px 0px 10px;
  16082. border-radius: 4px 4px 0 0;
  16083. font-size: 22px;
  16084. font-weight: 600
  16085. }
  16086.  
  16087. .landing-page .client {
  16088. color: #a7afb8;
  16089. background: #f7f9fa;
  16090. padding: 30px 10px;
  16091. margin: 0px 0 20px 0;
  16092. text-transform: uppercase;
  16093. font-weight: 600
  16094. }
  16095.  
  16096. @media (max-width: 1200px) {
  16097. .landing-page .heading-image {
  16098. display: none
  16099. }
  16100.  
  16101. .landing-page .heading {
  16102. text-align: center
  16103. }
  16104.  
  16105. .landing-page .heading p.small {
  16106. margin: 10px auto
  16107. }
  16108.  
  16109. .landing-page .brand-desc {
  16110. display: none
  16111. }
  16112.  
  16113. .landing-page .navbar .navbar-brand {
  16114. margin-left: 10px
  16115. }
  16116. }
  16117.  
  16118.  
  16119. /* =Register or Sign in Page
  16120. -------------------------------------------------------------- */
  16121. .signin {
  16122. text-align: center;
  16123. background-color: #ffffff;
  16124. border: solid 1px #e7e7e7;
  16125. margin-bottom: 24px;
  16126. -webkit-box-sizing: border-box;
  16127. -moz-box-sizing: border-box;
  16128. box-sizing: border-box;
  16129. -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  16130. -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  16131. box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  16132. border-radius: 3px;
  16133. }
  16134. .signin form input {
  16135. margin-bottom: 10px;
  16136. }
  16137. .signin form .forgot {
  16138. padding: 0 0 20px 0;
  16139. font-weight: 300;
  16140. }
  16141. .signin form .forgot .checkbox {
  16142. font-weight: 300;
  16143. }
  16144. .signin form .forgot .checkbox input[type="checkbox"] {
  16145. float: none;
  16146. }
  16147. .social_sign h3 {
  16148. font-weight: 300;
  16149. font-size: 20px;
  16150. margin-bottom: 30px;
  16151. line-height: 22px;
  16152. }
  16153. .social_sign a {
  16154. background-color: #428bca;
  16155. color: #ffffff;
  16156. text-align: center;
  16157. display: inline-block;
  16158. margin: 0 8px;
  16159. border-radius: 50%;
  16160. font-size: 30px;
  16161. width: 66px;
  16162. height: 66px;
  16163. line-height: 30px;
  16164. padding: 18px;
  16165. -webkit-transition: all 100ms linear;
  16166. transition: all 100ms linear;
  16167. }
  16168. .social_sign a.fb {
  16169. background-color: #3B5998;
  16170. }
  16171. .social_sign a.tw {
  16172. background-color: #00ACEE;
  16173. }
  16174. .social_sign a.gp {
  16175. background-color: #E44B39;
  16176. }
  16177. .social_sign a:link,
  16178. .social_sign a:visited {
  16179. color: #ffffff;
  16180. }
  16181. .social_sign a:hover,
  16182. .social_sign a:active {
  16183. -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  16184. -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  16185. -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  16186. -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  16187. transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  16188. }
  16189. .or {
  16190. overflow: hidden;
  16191. text-align: center;
  16192. padding: 30px 0 0 0;
  16193. }
  16194. .or .or_l,
  16195. .or .or_r {
  16196. width: 40%;
  16197. border-bottom: solid 1px #cccccc;
  16198. display: inline-block;
  16199. position: relative;
  16200. left: 0px;
  16201. top: -4px;
  16202. }
  16203. .or span {
  16204. width: 8%;
  16205. display: inline-block;
  16206. }
  16207. p.sign_title {
  16208. font-weight: 300;
  16209. padding: 30px 0 20px 0;
  16210. }
  16211. .signup {
  16212. text-align: center;
  16213. background-color: #ffffff;
  16214. border: solid 1px #e7e7e7;
  16215. margin-bottom: 24px;
  16216. -webkit-box-sizing: border-box;
  16217. -moz-box-sizing: border-box;
  16218. box-sizing: border-box;
  16219. -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  16220. -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  16221. box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  16222. border-radius: 3px;
  16223. }
  16224. .signup form input {
  16225. margin-bottom: 10px;
  16226. }
  16227. .signup form .checkbox {
  16228. font-weight: 300;
  16229. }
  16230. .signup form .checkbox input[type="checkbox"] {
  16231. float: none;
  16232. }
  16233. .signup form .btn {
  16234. margin-top: 47px;
  16235. }
  16236.  
  16237.  
  16238. .navbar-nav li a {
  16239. font-size:16px;
  16240. padding: 18px 25px;
  16241. }
  16242.  
  16243. #logo {
  16244. padding-top:13px;
  16245. }
  16246.  
  16247. #logo.light-version h2 {
  16248. font-weight: 600;
  16249. color: #34495e;
  16250. font-size: 24px;
  16251. margin:0;
  16252. }
  16253.  
  16254. .chrometheme .hpanel .panel-body {
  16255. padding:0px;
  16256. }
  16257.  
  16258.  
  16259. .chrometheme .hpanel .panel-body .caption {
  16260. position:absolute;
  16261. bottom:0;
  16262. right:0;
  16263. background:rgba(0, 0, 0, 0.4);
  16264. width:100%;
  16265. padding:2%;
  16266. display: none;
  16267. text-align:center;
  16268. color:#fff !important;
  16269. z-index:2;
  16270. }
  16271.  
  16272. .chrometheme .hpanel .panel-body .caption a {
  16273. color:#fff;
  16274. }
  16275.  
  16276. .chrometheme .hpanel .panel-body .caption a h3{
  16277. margin-top:0;
  16278. margin-bottom:0;
  16279. padding-top:10px;
  16280. padding-bottom:10px;
  16281. }
  16282.  
  16283. .chromecontent {
  16284. background: #fff;
  16285. }
  16286.  
  16287. .chromecontent .hpanel .panel-body {
  16288. border: none;
  16289. border-radius: 0;
  16290. }
  16291.  
  16292.  
  16293. .chromecontent .social-profile img {
  16294. height: 42px;
  16295. width: 42px;
  16296. border-radius: 50%;
  16297. }
  16298.  
  16299. .chromecontent .hpanel {
  16300. }
  16301.  
  16302. .chromecontent .btn-apply .popover {
  16303. display:block;
  16304. left:120px;
  16305. }
  16306.  
  16307. .chromecontent .btn-like .popover {
  16308. display:block;
  16309. left:68px;
  16310. }
  16311.  
  16312. .chromecontent .popover-content {
  16313. padding: 5px 10px;
  16314. }
  16315.  
  16316. .chromecontent .content-top .hpanel{
  16317. margin-bottom:0;
  16318. }
  16319.  
  16320. .chromecontent .popover.right > .arrow {
  16321. top: 50%;
  16322. left: -11px;
  16323. margin-top: -5px;
  16324. border-right-color: #999;
  16325. border-right-color: rgba(0, 0, 0, .25);
  16326. border-left-width: 0;
  16327. border-width: 5px;
  16328. }
  16329.  
  16330. .blog-article-box .panel-body {
  16331. padding:20px;
  16332. }
  16333.  
  16334. #footer {
  16335. padding:10px 40px;
  16336. }
  16337.  
  16338. /* avatar */
  16339. .avatar-view {
  16340. display: block;
  16341. margin: 15% auto 5%;
  16342. height: 220px;
  16343. width: 220px;
  16344. border: 3px solid #fff;
  16345. border-radius: 5px;
  16346. box-shadow: 0 0 5px rgba(0,0,0,.15);
  16347. cursor: pointer;
  16348. overflow: hidden;
  16349. }
  16350.  
  16351. .avatar-view img {
  16352. width: 100%;
  16353. }
  16354.  
  16355. .avatar-body {
  16356. padding-right: 15px;
  16357. padding-left: 15px;
  16358. }
  16359.  
  16360. .avatar-upload {
  16361. overflow: hidden;
  16362. }
  16363.  
  16364. .avatar-upload label {
  16365. display: block;
  16366. float: left;
  16367. clear: left;
  16368. width: 100px;
  16369. }
  16370.  
  16371. .avatar-upload input {
  16372. display: block;
  16373. margin-left: 110px;
  16374. }
  16375.  
  16376. .avatar-alert {
  16377. margin-top: 10px;
  16378. margin-bottom: 10px;
  16379. }
  16380.  
  16381. .avatar-wrapper {
  16382. height: 364px;
  16383. width: 100%;
  16384. margin-top: 15px;
  16385. box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  16386. background-color: #fcfcfc;
  16387. overflow: hidden;
  16388. }
  16389.  
  16390. .avatar-wrapper img {
  16391. display: block;
  16392. height: auto;
  16393. max-width: 100%;
  16394. }
  16395.  
  16396. .avatar-preview {
  16397. float: left;
  16398. margin-top: 15px;
  16399. margin-right: 15px;
  16400. border: 1px solid #eee;
  16401. border-radius: 4px;
  16402. background-color: #fff;
  16403. overflow: hidden;
  16404. }
  16405.  
  16406. .avatar-preview:hover {
  16407. border-color: #ccf;
  16408. box-shadow: 0 0 5px rgba(0,0,0,.15);
  16409. }
  16410.  
  16411. .avatar-preview img {
  16412. width: 100%;
  16413. }
  16414.  
  16415. .preview-md {
  16416. height: 80px;
  16417. width: 80px;
  16418. }
  16419.  
  16420. .preview-sm {
  16421. height: 42px;
  16422. width: 42px;
  16423. }
  16424.  
  16425.  
  16426. .loading {
  16427. display: none;
  16428. position: absolute;
  16429. top: 0;
  16430. right: 0;
  16431. bottom: 0;
  16432. left: 0;
  16433. background: #fff url("../../themes/homer/styles/./img/loading.gif") no-repeat center center;
  16434. opacity: .75;
  16435. filter: alpha(opacity=75);
  16436. z-index: 20140628;
  16437. }
Add Comment
Please, Sign In to add comment