Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1289 rindas
18KB

  1. /*
  2. # @name: custom.css
  3. # @version: 0.1
  4. # @creation_date: 2021-10-25
  5. # @license: The MIT License <https://opensource.org/licenses/MIT>
  6. # @author: Simon Bowie <ad7588@coventry.ac.uk>
  7. # @purpose: Custom CSS to override Bootstrap 5 defaults
  8. # @acknowledgements:
  9. # Bootstrap 5.1.3: https://getbootstrap.com/
  10. */
  11. :root{
  12. --primary-color:#FFFFFF;
  13. --highlight-colour:#EB7F1D;
  14. --hover-link-colour:#EB7F1D;
  15. --light-highlight-colour:#F8D9AA;
  16. --bs-primary-rgb: 13,110,253;
  17. --bs-secondary-rgb: 108,117,125;
  18. --bs-success-rgb: 25,135,84;
  19. --bs-tool-rgb: 13,202,240;
  20. --bs-practice-rgb: 255,193,7;
  21. --bs-danger-rgb: 220,53,69;
  22. --bs-light-rgb: 248,249,250;
  23. --bs-dark-rgb: 33,37,41;
  24. --bs-white-rgb: 255,255,255;
  25. --bs-black-rgb: 0,0,0;
  26. }
  27. @import "https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap";
  28. body {
  29. line-height: 1.2;
  30. font-family: Lato, sans-serif;
  31. -webkit-font-smoothing: antialiased;
  32. font-size: 15px;
  33. color: #000000
  34. }
  35. p {
  36. font-weight: 400;
  37. color: #000000;
  38. font-size: 15px;
  39. line-height: 1.8;
  40. font-family: Lato, sans-serif
  41. }
  42. h1,
  43. h2,
  44. h3,
  45. h4,
  46. h5,
  47. h6 {
  48. color: #000;
  49. font-family: Lato, sans-serif;
  50. line-height: 1.2
  51. }
  52. h1,
  53. .h1 {
  54. font-size: 80px
  55. }
  56. @media(max-width:991px) {
  57. h1,
  58. .h1 {
  59. font-size: 65px
  60. }
  61. }
  62. h2,
  63. .h2 {
  64. font-size: 45px
  65. }
  66. @media(max-width:991px) {
  67. h2,
  68. .h2 {
  69. font-size: 35px
  70. }
  71. }
  72. h3,
  73. .h3 {
  74. font-size: 22px
  75. }
  76. h4,
  77. .h4 {
  78. font-size: 18px
  79. }
  80. h5,
  81. .h5 {
  82. font-size: 14px
  83. }
  84. h6,
  85. .h6 {
  86. font-size: 14px
  87. }
  88. .btn {
  89. font-size: 22px;
  90. font-family: Lato, sans-serif;
  91. text-transform: capitalize;
  92. padding: 16px 44px;
  93. border-radius: 5px;
  94. font-weight: 600;
  95. border: 0;
  96. position: relative;
  97. z-index: 1;
  98. transition: .2s ease
  99. }
  100. .btn:focus {
  101. outline: 0;
  102. box-shadow: none !important
  103. }
  104. .btn:active {
  105. box-shadow: none
  106. }
  107. .btn-sm {
  108. font-size: 15px;
  109. padding: 10px 30px
  110. }
  111. .btn-xs {
  112. padding: 5px 10px;
  113. font-size: 15px
  114. }
  115. .btn-transparent {
  116. background: transparent;
  117. color: var(--primary-color);
  118. font-weight: 700
  119. }
  120. .btn-transparent:active,
  121. .btn-transparent:hover {
  122. color: var(--primary-color)
  123. }
  124. body {
  125. background-color: #fff;
  126. overflow-x: hidden
  127. }
  128. ::selection {
  129. background: var(--highlight-colour);
  130. color: #fff
  131. }
  132. .preloader {
  133. position: fixed;
  134. top: 0;
  135. left: 0;
  136. right: 0;
  137. bottom: 0;
  138. background-color: #fff;
  139. z-index: 999999;
  140. display: flex;
  141. align-items: center;
  142. justify-content: center
  143. }
  144. ol,
  145. ul {
  146. /*list-style-type: circle;*/
  147. margin: 1rem;
  148. }
  149. img {
  150. vertical-align: middle;
  151. border: 0
  152. }
  153. a,
  154. a:hover,
  155. a:focus {
  156. text-decoration: none
  157. }
  158. a,
  159. button,
  160. select {
  161. cursor: pointer;
  162. transition: .2s ease
  163. }
  164. a:focus,
  165. button:focus,
  166. select:focus {
  167. outline: 0
  168. }
  169. a.text-dark:hover {
  170. color: var(--hover-link-colour) !important
  171. }
  172. a:hover {
  173. color: var(--hover-link-colour)
  174. }
  175. .slick-slide {
  176. outline: 0
  177. }
  178. .section {
  179. padding-top: 80px;
  180. padding-bottom: 80px
  181. }
  182. .section-title {
  183. margin-bottom: 80px;
  184. font-family: Lato, sans-serif;
  185. /*font-weight: 700;*/
  186. background: linear-gradient(90deg, var(--highlight-colour), var(--light-highlight-colour)) no-repeat left 123%/98% 45%;
  187. }
  188. .bg-cover {
  189. background-size: cover;
  190. background-position: 50%;
  191. background-repeat: no-repeat
  192. }
  193. .overlay {
  194. position: relative
  195. }
  196. .overlay::before {
  197. position: absolute;
  198. content: '';
  199. height: 100%;
  200. width: 100%;
  201. top: 0;
  202. left: 0;
  203. background: #000;
  204. opacity: .5
  205. }
  206. .outline-0 {
  207. outline: 0 !important
  208. }
  209. .d-unset {
  210. display: unset !important
  211. }
  212. .bg-primary {
  213. background: var(--primary-color) !important
  214. }
  215. .bg-gray {
  216. background: #eaeaea !important
  217. }
  218. .text-primary {
  219. color: var(--primary-color) !important
  220. }
  221. .text-color {
  222. color: #000000
  223. }
  224. .text-dark {
  225. color: #000 !important
  226. }
  227. .text-light {
  228. color: #999 !important
  229. }
  230. .mb-10 {
  231. margin-bottom: 10px !important
  232. }
  233. .mb-20 {
  234. margin-bottom: 20px !important
  235. }
  236. .mb-30 {
  237. margin-bottom: 30px !important
  238. }
  239. .mb-40 {
  240. margin-bottom: 40px !important
  241. }
  242. .mb-50 {
  243. margin-bottom: 50px !important
  244. }
  245. .mb-60 {
  246. margin-bottom: 60px !important
  247. }
  248. .mb-70 {
  249. margin-bottom: 70px !important
  250. }
  251. .mb-80 {
  252. margin-bottom: 80px !important
  253. }
  254. .mb-90 {
  255. margin-bottom: 90px !important
  256. }
  257. .mb-100 {
  258. margin-bottom: 100px !important
  259. }
  260. .zindex-1 {
  261. z-index: 1
  262. }
  263. .rounded-lg {
  264. border-radius: 15px
  265. }
  266. .overflow-hidden {
  267. overflow: hidden
  268. }
  269. .font-primary {
  270. font-family: Lato, sans-serif !important
  271. }
  272. .font-secondary {
  273. font-family: Lato, serif !important
  274. }
  275. .font-secondary {
  276. font-family: Lato, sans-serif;
  277. /*font-weight: 700 !important;*/
  278. }
  279. .font-tertiary {
  280. font-family: Lato, sans-serif;
  281. font-style: italic;
  282. font-weight: 200;
  283. font-size: 14px;
  284. }
  285. .shadow {
  286. box-shadow: 0 18px 39.1px 6.9px rgba(224, 241, 255, .34) !important
  287. }
  288. .bg-dark {
  289. background-color: #222 !important
  290. }
  291. .icon {
  292. font-size: 45px
  293. }
  294. .icon-bg {
  295. height: 100px;
  296. width: 100px;
  297. line-height: 100px;
  298. text-align: center
  299. }
  300. .icon-light {
  301. color: var(--highlight-colour);
  302. }
  303. .slick-dots {
  304. text-align: center;
  305. padding-left: 0
  306. }
  307. .slick-dots li {
  308. display: inline-block;
  309. margin: 2px
  310. }
  311. .slick-dots li.slick-active button {
  312. background: rgba(0, 0, 0, .5);
  313. width: 25px
  314. }
  315. .slick-dots li button {
  316. height: 6px;
  317. width: 12px;
  318. background: rgba(0, 0, 0, .5);
  319. color: transparent;
  320. border-radius: 10px;
  321. overflow: hidden;
  322. transition: .2s ease;
  323. border: 0
  324. }
  325. .form-control {
  326. border: 0;
  327. border-radius: 0;
  328. border-bottom: 1px solid #c7c7c7;
  329. height: 60px
  330. }
  331. .form-control:focus {
  332. border-color: var(--primary-color);
  333. outline: 0;
  334. box-shadow: none !important
  335. }
  336. textarea.form-control {
  337. height: 120px
  338. }
  339. .card {
  340. border: 0;
  341. height: 100%
  342. }
  343. .card-header {
  344. border: 0
  345. }
  346. .card-footer {
  347. border: 0
  348. }
  349. .navigation {
  350. padding: 15px 130px;
  351. transition: .3s ease
  352. }
  353. .navigation.nav-bg {
  354. background-color: var(--primary-color);
  355. padding: 5px 5px
  356. }
  357. @media(max-width:991px) {
  358. .navigation.nav-bg {
  359. padding: 15px 20px
  360. }
  361. }
  362. @media(max-width:991px) {
  363. .navigation {
  364. padding: 20px;
  365. background: var(--primary-color)
  366. }
  367. }
  368. .navbar .nav-item .nav-link {
  369. font-family: Lato, sans-serif;
  370. font-weight: 700;
  371. text-transform: uppercase;
  372. padding: 15px
  373. }
  374. .navbar .nav-item.active .nav-link{
  375. color: #52f8f4;
  376. }
  377. .navbar-dark .navbar-nav .nav-link {
  378. color: #fff;
  379. }
  380. .hero-area {
  381. padding: 250px 0 200px;
  382. position: relative
  383. }
  384. @media(max-width:767px) {
  385. .hero-area {
  386. padding: 200px 0 150px;
  387. overflow: hidden
  388. }
  389. }
  390. .hero-area h1 {
  391. position: relative;
  392. z-index: 2
  393. }
  394. .layer {
  395. position: absolute;
  396. z-index: 1
  397. }
  398. #l1 {
  399. bottom: 0;
  400. left: 0
  401. }
  402. #l2 {
  403. top: 190px;
  404. left: -250px
  405. }
  406. #l3 {
  407. top: 200px;
  408. left: 40%
  409. }
  410. #l4 {
  411. top: 200px;
  412. right: 40%
  413. }
  414. #l5 {
  415. top: 100px;
  416. right: -150px
  417. }
  418. #l6 {
  419. bottom: -20px;
  420. left: 10%
  421. }
  422. #l7 {
  423. bottom: 100px;
  424. left: 20%
  425. }
  426. #l8 {
  427. bottom: 160px;
  428. right: 45%
  429. }
  430. #l9 {
  431. bottom: 100px;
  432. right: -10px
  433. }
  434. .layer-bg {
  435. position: absolute;
  436. bottom: 0;
  437. left: 0;
  438. z-index:-1;
  439. }
  440. .progress-wrapper {
  441. height: 130px;
  442. overflow: hidden
  443. }
  444. .wave {
  445. position: absolute;
  446. width: 100%;
  447. height: 100%
  448. }
  449. .wave::before,
  450. .wave::after {
  451. content: "";
  452. position: absolute;
  453. width: 800px;
  454. height: 800px;
  455. bottom: 0;
  456. left: 50%;
  457. background-color: rgba(255, 255, 255, .4);
  458. border-radius: 45%;
  459. transform: translateX(-50%) rotate(0);
  460. animation: rotate 6s linear infinite;
  461. z-index: 10
  462. }
  463. .wave::after {
  464. border-radius: 47%;
  465. background-color: rgba(255, 255, 255, .9);
  466. transform: translateX(-50%) rotate(0);
  467. animation: rotate 10s linear -5s infinite;
  468. z-index: 20
  469. }
  470. @keyframes rotate {
  471. 50% {
  472. transform: translateX(-50%) rotate(180deg)
  473. }
  474. 100% {
  475. transform: translateX(-50%) rotate(360deg)
  476. }
  477. }
  478. .edu-bg-image {
  479. position: absolute;
  480. left: 0;
  481. top: -300px;
  482. z-index: -1
  483. }
  484. .hover-bg-primary {
  485. transition: .3s ease
  486. }
  487. .hover-bg-primary:hover {
  488. background: var(--primary-color)
  489. }
  490. .hover-bg-primary:hover * {
  491. color: #fff
  492. }
  493. .active-bg-primary {
  494. transition: .3s ease;
  495. background: var(--light-highlight-colour)
  496. }
  497. .active-bg-primary * {
  498. color: #000000
  499. }
  500. .hover-shadow {
  501. transition: .2s ease
  502. }
  503. .hover-shadow:hover {
  504. box-shadow: 0 18px 40px 8px rgba(224, 241, 255, .54) !important
  505. }
  506. .hover-wrapper {
  507. overflow: hidden;
  508. padding: 25px;
  509. }
  510. .hover-wrapper img {
  511. transition: .3s ease;
  512. transform: scale(1.1)
  513. }
  514. .hover-wrapper:hover img {
  515. transform: scale(1)
  516. }
  517. .hover-wrapper:hover .hover-overlay {
  518. opacity: 1;
  519. visibility: visible
  520. }
  521. .hover-overlay {
  522. position: absolute;
  523. height: 100%;
  524. width: 100%;
  525. border-radius: inherit;
  526. top: 0;
  527. left: 0;
  528. background: rgba(0, 0, 0, .3);
  529. opacity: 0;
  530. visibility: hidden;
  531. transition: .3s ease
  532. }
  533. .hover-content {
  534. position: absolute;
  535. top: 50%;
  536. transform: translateY(-50%);
  537. left: 0;
  538. right: 0;
  539. text-align: center
  540. }
  541. .testimonial-content strong {
  542. color: #2bfdff;
  543. font-weight: 400
  544. }
  545. .testimonial-bg-shapes .container {
  546. position: relative;
  547. z-index: 1
  548. }
  549. .testimonial-bg-shapes .bg-map {
  550. position: absolute;
  551. left: 50%;
  552. top: 50%;
  553. transform: translate(-50%, -50%)
  554. }
  555. .testimonial-bg-shapes .bg-shape-1 {
  556. position: absolute;
  557. left: 100px;
  558. top: -50px
  559. }
  560. .testimonial-bg-shapes .bg-shape-2 {
  561. position: absolute;
  562. right: 150px;
  563. top: 50px
  564. }
  565. .testimonial-bg-shapes .bg-shape-3 {
  566. position: absolute;
  567. right: 50px;
  568. top: 200px
  569. }
  570. .testimonial-bg-shapes .bg-shape-4 {
  571. position: absolute;
  572. left: 100px;
  573. bottom: 200px
  574. }
  575. .testimonial-bg-shapes .bg-shape-5 {
  576. position: absolute;
  577. right: 200px;
  578. bottom: -50px
  579. }
  580. /*.footer-section {
  581. padding-top: 200px
  582. }*/
  583. .footer-section a {
  584. color: #fff;
  585. }
  586. .footer-bottom a {
  587. color: #999;
  588. text-decoration: underline;
  589. }
  590. .footer-section a:hover {
  591. color: #fff;
  592. text-decoration: underline;
  593. }
  594. .section-on-footer {
  595. margin-bottom: -250px
  596. }
  597. .shadow-down {
  598. position: relative
  599. }
  600. .shadow-down::before {
  601. position: absolute;
  602. content: "";
  603. box-shadow: 0 0 80.75px 14.25px rgba(224, 241, 255, .34);
  604. height: 100%;
  605. width: 100%;
  606. left: 0;
  607. top: 0;
  608. z-index: -1
  609. }
  610. .card-lg {
  611. flex-direction: row-reverse;
  612. align-items: center
  613. }
  614. @media(max-width:991px) {
  615. .card-lg {
  616. flex-direction: column
  617. }
  618. }
  619. blockquote {
  620. display: inline-block;
  621. padding: 10px 20px;
  622. background: #eaeaea;
  623. border-left: 2px solid var(--primary-color);
  624. font-style: italic;
  625. font-size: 22px
  626. }
  627. .content * {
  628. margin-bottom: 20px
  629. }
  630. .content strong {
  631. font-family: Lato,serif;
  632. color: #000;
  633. line-height: 1.5;
  634. }
  635. .content img {
  636. max-width: 100%;
  637. height: auto;
  638. margin: 0 auto 15px;
  639. display: block;
  640. text-align: center;
  641. }
  642. .page-title-alt {
  643. padding: 350px 0 70px
  644. }
  645. .border-thick {
  646. border: 10px solid
  647. }
  648. .drag-lg-top {
  649. margin-top: -230px
  650. }
  651. @media(max-width:991px) {
  652. .drag-lg-top {
  653. margin-top: 0
  654. }
  655. }
  656. .page-title-alt .container {
  657. position: relative;
  658. z-index: 1
  659. }
  660. .page-title-alt .bg-shape-1 {
  661. position: absolute;
  662. left: 0;
  663. top: 0;
  664. height: 100%
  665. }
  666. .page-title-alt .bg-shape-2 {
  667. position: absolute;
  668. left: 70px;
  669. top: 100px
  670. }
  671. .page-title-alt .bg-shape-3 {
  672. position: absolute;
  673. left: 30%;
  674. top: 50px;
  675. transform: rotate(180deg)
  676. }
  677. .page-title-alt .bg-shape-4 {
  678. position: absolute;
  679. left: 100px;
  680. bottom: 100px
  681. }
  682. .page-title-alt .bg-shape-5 {
  683. position: absolute;
  684. left: 40%;
  685. bottom: -25px
  686. }
  687. .page-title-alt .bg-shape-6 {
  688. position: absolute;
  689. bottom: 100px;
  690. right: -100px
  691. }
  692. .page-title {
  693. padding: 250px 0 150px
  694. }
  695. .page-title .container {
  696. position: relative;
  697. z-index: 1
  698. }
  699. .page-title .bg-shape-1 {
  700. position: absolute;
  701. left: 0;
  702. bottom: 0;
  703. width: 100%
  704. }
  705. .page-title .bg-shape-2 {
  706. position: absolute;
  707. left: -20px;
  708. top: -10px
  709. }
  710. .page-title .bg-shape-3 {
  711. position: absolute;
  712. left: 10%;
  713. top: 100px
  714. }
  715. .page-title .bg-shape-4 {
  716. position: absolute;
  717. left: 50%;
  718. top: -20px
  719. }
  720. .page-title .bg-shape-5 {
  721. position: absolute;
  722. left: 90px;
  723. bottom: -50px;
  724. transform: rotate(180deg)
  725. }
  726. .page-title .bg-shape-6 {
  727. position: absolute;
  728. right: 20%;
  729. bottom: -20px
  730. }
  731. .page-title .bg-shape-7 {
  732. position: absolute;
  733. right: -220px;
  734. bottom: -100px
  735. }
  736. .filter-controls li {
  737. cursor: pointer
  738. }
  739. .filter-controls li.active {
  740. font-weight: 700
  741. }
  742. .social-icons a{
  743. height: 100px;
  744. width: 100px;
  745. line-height: 102px;
  746. border-radius: 50%;
  747. display: block;
  748. box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
  749. color: #fff;
  750. background-color: var(--primary-color);
  751. font-size: 20px;
  752. text-align: center;
  753. }
  754. .project-meta{
  755. display: flex;
  756. align-items: center;
  757. }
  758. .project-meta i{
  759. height: 100px;
  760. min-width: 100px;
  761. line-height: 100px;
  762. background-color: #fff;
  763. color: var(--primary-color);
  764. border-radius: 50%;
  765. text-align: center;
  766. display: block;
  767. box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
  768. font-size: 30px;
  769. }
  770. .project-meta h4{
  771. font-weight: bold;
  772. font-size: 24px;
  773. }
  774. .project-meta p{
  775. margin-bottom: 0;
  776. }
  777. summary {
  778. color: #000;
  779. font-family: Lato, sans-serif;
  780. line-height: 1.2;
  781. font-size: 22px;
  782. font-weight: 500;
  783. }
  784. details {
  785. font-weight: 400;
  786. color: #000000;
  787. font-size: 15px;
  788. line-height: 1.8;
  789. font-family: Lato,sans-serif;
  790. margin-bottom: 20px;
  791. }
  792. .dropdown-item.active, .dropdown-item:active {
  793. background-color: var(--highlight-colour);
  794. }
  795. a {
  796. color: #0062F5;
  797. }
  798. blockquote a {
  799. color: #005CE6;
  800. }
  801. .font-secondary {
  802. font-family: Lato,sans-serif;
  803. font-weight: 400!important;
  804. }
  805. .title {
  806. font-size: 22px
  807. }
  808. .footer-title {
  809. font-size: 18px
  810. }
  811. .light-paragraph {
  812. font-family: Lato,sans-serif;
  813. font-weight: 200!important;
  814. }
  815. @media (max-width: 544px) {
  816. h1 {font-size:1.5rem;} /*1rem = 16px*/
  817. }
  818. h2 {
  819. background: linear-gradient(90deg, var(--highlight-colour), var(--light-highlight-colour)) no-repeat left 123%/98% 45%;
  820. }
  821. table{
  822. width:100%;
  823. margin-bottom:1rem;
  824. color:#212529
  825. }
  826. table td,.table th{
  827. padding:.75rem;
  828. vertical-align:top;
  829. border-top:1px solid #dee2e6
  830. }
  831. table thead th{
  832. text-align:center;
  833. vertical-align:bottom;
  834. border-bottom:2px solid #dee2e6
  835. }
  836. table tbody+tbody{
  837. border-top:2px solid #dee2e6
  838. }
  839. main > .container {
  840. padding: 60px 15px 0;
  841. }
  842. .carousel-control-next,
  843. .carousel-control-prev,
  844. .carousel-indicators {
  845. filter: invert(100%);
  846. }
  847. .bg-tool {
  848. --bs-bg-opacity: 1;
  849. background-color: rgba(var(--bs-tool-rgb),var(--bs-bg-opacity))!important;
  850. }
  851. .bg-practice {
  852. --bs-bg-opacity: 1;
  853. background-color: rgba(var(--bs-practice-rgb),var(--bs-bg-opacity))!important;
  854. }
  855. .drop {
  856. position: relative;
  857. -webkit-user-select: none;
  858. -moz-user-select: none;
  859. -ms-user-select: none;
  860. user-select: none;
  861. }
  862. .drop.open {
  863. z-index: 100;
  864. }
  865. .drop.open .drop-screen {
  866. z-index: 100;
  867. display: block;
  868. }
  869. .drop.open .drop-options {
  870. z-index: 200;
  871. max-height: 200px;
  872. }
  873. .drop.open .drop-display {
  874. z-index: 200;
  875. border-color: #465;
  876. }
  877. .drop select {
  878. display: none;
  879. }
  880. .drop .drop-screen {
  881. position: fixed;
  882. width: 100%;
  883. height: 100%;
  884. background: #000;
  885. top: 0px;
  886. left: 0px;
  887. opacity: 0;
  888. display: none;
  889. z-index: 1;
  890. }
  891. .link {
  892. text-align: center;
  893. margin: 20px 0px;
  894. color:#8CACD7;
  895. }
  896. .drop .drop-display {
  897. position: relative;
  898. padding: 0px 20px 5px 5px;
  899. border: 4px solid #444;
  900. width: 100%;
  901. background: #FFF;
  902. z-index: 1;
  903. margin: 0px;
  904. font-size: 16px;
  905. min-height: 58px;
  906. }
  907. .drop .drop-display:hover:after {
  908. opacity: 0.75;
  909. }
  910. .drop .drop-display:after {
  911. font-family: 'Material Icons';
  912. content: "\e5c6";
  913. position: absolute;
  914. right: 10px;
  915. top: 12px;
  916. font-size: 24px;
  917. color: #444;
  918. }
  919. .drop .drop-display .item {
  920. position: relative;
  921. display: inline-block;
  922. border: 2px solid #333;
  923. margin: 5px 5px -4px 0px;
  924. padding: 0px 25px 0px 10px;
  925. overflow: hidden;
  926. height: 40px;
  927. line-height: 36px;
  928. }
  929. .drop .drop-display .item .btnclose {
  930. color: #444;
  931. position: absolute;
  932. font-size: 16px;
  933. right: 5px;
  934. top: 10px;
  935. cursor: pointer;
  936. }
  937. .drop .drop-display .item .btnclose:hover {
  938. opacity: 0.75;
  939. }
  940. .drop .drop-display .item.remove {
  941. -webkit-animation: removeSelected 0.2s, hide 1s infinite;
  942. animation: removeSelected 0.2s, hide 1s infinite;
  943. -webkit-animation-delay: 0s, 0.2s;
  944. animation-delay: 0s, 0.2s;
  945. }
  946. .drop .drop-display .item.add {
  947. -webkit-animation: addSelected 0.2s;
  948. animation: addSelected 0.2s;
  949. }
  950. .drop .drop-display .item.hide {
  951. display: none;
  952. }
  953. .drop .drop-options {
  954. background: #444;
  955. box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  956. position: absolute;
  957. width: 100%;
  958. max-height: 0px;
  959. overflow-y: auto;
  960. transition: all 0.25s linear;
  961. z-index: 1;
  962. }
  963. .drop .drop-options a {
  964. display: block;
  965. height: 40px;
  966. line-height: 40px;
  967. padding: 0px 20px;
  968. color: white;
  969. position: relative;
  970. max-height: 40px;
  971. transition: all 1s;
  972. overflow: hidden;
  973. }
  974. .drop .drop-options a:hover {
  975. background: #465;
  976. cursor: pointer;
  977. }
  978. .drop .drop-options a.remove {
  979. -webkit-animation: removeOption 0.2s;
  980. animation: removeOption 0.2s;
  981. max-height: 0px;
  982. }
  983. .drop .drop-options a.add {
  984. -webkit-animation: addOption 0.2s;
  985. animation: addOption 0.2s;
  986. }
  987. .drop .drop-options a.hide {
  988. display: none;
  989. }
  990. @-webkit-keyframes pop {
  991. from {
  992. -webkit-transform: scale(0);
  993. transform: scale(0);
  994. }
  995. to {
  996. -webkit-transform: scale(1);
  997. transform: scale(1);
  998. }
  999. }
  1000. @keyframes pop {
  1001. from {
  1002. -webkit-transform: scale(0);
  1003. transform: scale(0);
  1004. }
  1005. to {
  1006. -webkit-transform: scale(1);
  1007. transform: scale(1);
  1008. }
  1009. }
  1010. @-webkit-keyframes removeOption {
  1011. from {
  1012. max-height: 40px;
  1013. }
  1014. to {
  1015. max-height: 0px;
  1016. }
  1017. }
  1018. @keyframes removeOption {
  1019. from {
  1020. max-height: 40px;
  1021. }
  1022. to {
  1023. max-height: 0px;
  1024. }
  1025. }
  1026. @-webkit-keyframes addOption {
  1027. from {
  1028. max-height: 0px;
  1029. }
  1030. to {
  1031. max-height: 40px;
  1032. }
  1033. }
  1034. @keyframes addOption {
  1035. from {
  1036. max-height: 0px;
  1037. }
  1038. to {
  1039. max-height: 40px;
  1040. }
  1041. }
  1042. @-webkit-keyframes removeSelected {
  1043. from {
  1044. -webkit-transform: scale(1);
  1045. transform: scale(1);
  1046. }
  1047. to {
  1048. -webkit-transform: scale(0);
  1049. transform: scale(0);
  1050. }
  1051. }
  1052. @keyframes removeSelected {
  1053. from {
  1054. -webkit-transform: scale(1);
  1055. transform: scale(1);
  1056. }
  1057. to {
  1058. -webkit-transform: scale(0);
  1059. transform: scale(0);
  1060. }
  1061. }
  1062. @-webkit-keyframes addSelected {
  1063. from {
  1064. -webkit-transform: scale(0);
  1065. transform: scale(0);
  1066. }
  1067. to {
  1068. -webkit-transform: scale(1);
  1069. transform: scale(1);
  1070. }
  1071. }
  1072. @keyframes addSelected {
  1073. from {
  1074. -webkit-transform: scale(0);
  1075. transform: scale(0);
  1076. }
  1077. to {
  1078. -webkit-transform: scale(1);
  1079. transform: scale(1);
  1080. }
  1081. }
  1082. @-webkit-keyframes hide {
  1083. from, to {
  1084. max-height: 0px;
  1085. max-width: 0px;
  1086. padding: 0px;
  1087. margin: 0px;
  1088. border-width: 0px;
  1089. }
  1090. }
  1091. @keyframes hide {
  1092. from, to {
  1093. max-height: 0px;
  1094. max-width: 0px;
  1095. padding: 0px;
  1096. margin: 0px;
  1097. border-width: 0px;
  1098. }
  1099. }