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

40304 lines
809KB

  1. /*
  2. * # Semantic UI - 2.4.0
  3. * https://github.com/Semantic-Org/Semantic-UI
  4. * http://www.semantic-ui.com/
  5. *
  6. * Copyright 2014 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. @import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');
  12. /*!
  13. * # Semantic UI 2.4.0 - Reset
  14. * http://github.com/semantic-org/semantic-ui/
  15. *
  16. *
  17. * Released under the MIT license
  18. * http://opensource.org/licenses/MIT
  19. *
  20. */
  21. /*******************************
  22. Reset
  23. *******************************/
  24. /* Border-Box */
  25. *,
  26. *:before,
  27. *:after {
  28. -webkit-box-sizing: inherit;
  29. box-sizing: inherit;
  30. }
  31. html {
  32. -webkit-box-sizing: border-box;
  33. box-sizing: border-box;
  34. }
  35. /* iPad Input Shadows */
  36. input[type="text"],
  37. input[type="email"],
  38. input[type="search"],
  39. input[type="password"] {
  40. -webkit-appearance: none;
  41. -moz-appearance: none;
  42. /* mobile firefox too! */
  43. }
  44. /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  45. /* Document
  46. ========================================================================== */
  47. /**
  48. * 1. Correct the line height in all browsers.
  49. * 2. Prevent adjustments of font size after orientation changes in
  50. * IE on Windows Phone and in iOS.
  51. */
  52. html {
  53. line-height: 1.15;
  54. /* 1 */
  55. -ms-text-size-adjust: 100%;
  56. /* 2 */
  57. -webkit-text-size-adjust: 100%;
  58. /* 2 */
  59. }
  60. /* Sections
  61. ========================================================================== */
  62. /**
  63. * Remove the margin in all browsers (opinionated).
  64. */
  65. body {
  66. margin: 0;
  67. }
  68. /**
  69. * Add the correct display in IE 9-.
  70. */
  71. article,
  72. aside,
  73. footer,
  74. header,
  75. nav,
  76. section {
  77. display: block;
  78. }
  79. /**
  80. * Correct the font size and margin on `h1` elements within `section` and
  81. * `article` contexts in Chrome, Firefox, and Safari.
  82. */
  83. h1 {
  84. font-size: 2em;
  85. margin: 0.67em 0;
  86. }
  87. /* Grouping content
  88. ========================================================================== */
  89. /**
  90. * Add the correct display in IE 9-.
  91. * 1. Add the correct display in IE.
  92. */
  93. figcaption,
  94. figure,
  95. main {
  96. /* 1 */
  97. display: block;
  98. }
  99. /**
  100. * Add the correct margin in IE 8.
  101. */
  102. figure {
  103. margin: 1em 40px;
  104. }
  105. /**
  106. * 1. Add the correct box sizing in Firefox.
  107. * 2. Show the overflow in Edge and IE.
  108. */
  109. hr {
  110. -webkit-box-sizing: content-box;
  111. box-sizing: content-box;
  112. /* 1 */
  113. height: 0;
  114. /* 1 */
  115. overflow: visible;
  116. /* 2 */
  117. }
  118. /**
  119. * 1. Correct the inheritance and scaling of font size in all browsers.
  120. * 2. Correct the odd `em` font sizing in all browsers.
  121. */
  122. pre {
  123. font-family: monospace, monospace;
  124. /* 1 */
  125. font-size: 1em;
  126. /* 2 */
  127. }
  128. /* Text-level semantics
  129. ========================================================================== */
  130. /**
  131. * 1. Remove the gray background on active links in IE 10.
  132. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  133. */
  134. a {
  135. background-color: transparent;
  136. /* 1 */
  137. -webkit-text-decoration-skip: objects;
  138. /* 2 */
  139. }
  140. /**
  141. * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
  142. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  143. */
  144. abbr[title] {
  145. border-bottom: none;
  146. /* 1 */
  147. text-decoration: underline;
  148. /* 2 */
  149. -webkit-text-decoration: underline dotted;
  150. text-decoration: underline dotted;
  151. /* 2 */
  152. }
  153. /**
  154. * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  155. */
  156. b,
  157. strong {
  158. font-weight: inherit;
  159. }
  160. /**
  161. * Add the correct font weight in Chrome, Edge, and Safari.
  162. */
  163. b,
  164. strong {
  165. font-weight: bolder;
  166. }
  167. /**
  168. * 1. Correct the inheritance and scaling of font size in all browsers.
  169. * 2. Correct the odd `em` font sizing in all browsers.
  170. */
  171. code,
  172. kbd,
  173. samp {
  174. font-family: monospace, monospace;
  175. /* 1 */
  176. font-size: 1em;
  177. /* 2 */
  178. }
  179. /**
  180. * Add the correct font style in Android 4.3-.
  181. */
  182. dfn {
  183. font-style: italic;
  184. }
  185. /**
  186. * Add the correct background and color in IE 9-.
  187. */
  188. mark {
  189. background-color: #ff0;
  190. color: #000;
  191. }
  192. /**
  193. * Add the correct font size in all browsers.
  194. */
  195. small {
  196. font-size: 80%;
  197. }
  198. /**
  199. * Prevent `sub` and `sup` elements from affecting the line height in
  200. * all browsers.
  201. */
  202. sub,
  203. sup {
  204. font-size: 75%;
  205. line-height: 0;
  206. position: relative;
  207. vertical-align: baseline;
  208. }
  209. sub {
  210. bottom: -0.25em;
  211. }
  212. sup {
  213. top: -0.5em;
  214. }
  215. /* Embedded content
  216. ========================================================================== */
  217. /**
  218. * Add the correct display in IE 9-.
  219. */
  220. audio,
  221. video {
  222. display: inline-block;
  223. }
  224. /**
  225. * Add the correct display in iOS 4-7.
  226. */
  227. audio:not([controls]) {
  228. display: none;
  229. height: 0;
  230. }
  231. /**
  232. * Remove the border on images inside links in IE 10-.
  233. */
  234. img {
  235. border-style: none;
  236. }
  237. /**
  238. * Hide the overflow in IE.
  239. */
  240. svg:not(:root) {
  241. overflow: hidden;
  242. }
  243. /* Forms
  244. ========================================================================== */
  245. /**
  246. * 1. Change the font styles in all browsers (opinionated).
  247. * 2. Remove the margin in Firefox and Safari.
  248. */
  249. button,
  250. input,
  251. optgroup,
  252. select,
  253. textarea {
  254. font-family: sans-serif;
  255. /* 1 */
  256. font-size: 100%;
  257. /* 1 */
  258. line-height: 1.15;
  259. /* 1 */
  260. margin: 0;
  261. /* 2 */
  262. }
  263. /**
  264. * Show the overflow in IE.
  265. * 1. Show the overflow in Edge.
  266. */
  267. button,
  268. input {
  269. /* 1 */
  270. overflow: visible;
  271. }
  272. /**
  273. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  274. * 1. Remove the inheritance of text transform in Firefox.
  275. */
  276. button,
  277. select {
  278. /* 1 */
  279. text-transform: none;
  280. }
  281. /**
  282. * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  283. * controls in Android 4.
  284. * 2. Correct the inability to style clickable types in iOS and Safari.
  285. */
  286. button,
  287. html [type="button"],
  288. [type="reset"],
  289. [type="submit"] {
  290. -webkit-appearance: button;
  291. /* 2 */
  292. }
  293. /**
  294. * Remove the inner border and padding in Firefox.
  295. */
  296. button::-moz-focus-inner,
  297. [type="button"]::-moz-focus-inner,
  298. [type="reset"]::-moz-focus-inner,
  299. [type="submit"]::-moz-focus-inner {
  300. border-style: none;
  301. padding: 0;
  302. }
  303. /**
  304. * Restore the focus styles unset by the previous rule.
  305. */
  306. button:-moz-focusring,
  307. [type="button"]:-moz-focusring,
  308. [type="reset"]:-moz-focusring,
  309. [type="submit"]:-moz-focusring {
  310. outline: 1px dotted ButtonText;
  311. }
  312. /**
  313. * Correct the padding in Firefox.
  314. */
  315. fieldset {
  316. padding: 0.35em 0.75em 0.625em;
  317. }
  318. /**
  319. * 1. Correct the text wrapping in Edge and IE.
  320. * 2. Correct the color inheritance from `fieldset` elements in IE.
  321. * 3. Remove the padding so developers are not caught out when they zero out
  322. * `fieldset` elements in all browsers.
  323. */
  324. legend {
  325. -webkit-box-sizing: border-box;
  326. box-sizing: border-box;
  327. /* 1 */
  328. color: inherit;
  329. /* 2 */
  330. display: table;
  331. /* 1 */
  332. max-width: 100%;
  333. /* 1 */
  334. padding: 0;
  335. /* 3 */
  336. white-space: normal;
  337. /* 1 */
  338. }
  339. /**
  340. * 1. Add the correct display in IE 9-.
  341. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  342. */
  343. progress {
  344. display: inline-block;
  345. /* 1 */
  346. vertical-align: baseline;
  347. /* 2 */
  348. }
  349. /**
  350. * Remove the default vertical scrollbar in IE.
  351. */
  352. textarea {
  353. overflow: auto;
  354. }
  355. /**
  356. * 1. Add the correct box sizing in IE 10-.
  357. * 2. Remove the padding in IE 10-.
  358. */
  359. [type="checkbox"],
  360. [type="radio"] {
  361. -webkit-box-sizing: border-box;
  362. box-sizing: border-box;
  363. /* 1 */
  364. padding: 0;
  365. /* 2 */
  366. }
  367. /**
  368. * Correct the cursor style of increment and decrement buttons in Chrome.
  369. */
  370. [type="number"]::-webkit-inner-spin-button,
  371. [type="number"]::-webkit-outer-spin-button {
  372. height: auto;
  373. }
  374. /**
  375. * 1. Correct the odd appearance in Chrome and Safari.
  376. * 2. Correct the outline style in Safari.
  377. */
  378. [type="search"] {
  379. -webkit-appearance: textfield;
  380. /* 1 */
  381. outline-offset: -2px;
  382. /* 2 */
  383. }
  384. /**
  385. * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  386. */
  387. [type="search"]::-webkit-search-cancel-button,
  388. [type="search"]::-webkit-search-decoration {
  389. -webkit-appearance: none;
  390. }
  391. /**
  392. * 1. Correct the inability to style clickable types in iOS and Safari.
  393. * 2. Change font properties to `inherit` in Safari.
  394. */
  395. ::-webkit-file-upload-button {
  396. -webkit-appearance: button;
  397. /* 1 */
  398. font: inherit;
  399. /* 2 */
  400. }
  401. /* Interactive
  402. ========================================================================== */
  403. /*
  404. * Add the correct display in IE 9-.
  405. * 1. Add the correct display in Edge, IE, and Firefox.
  406. */
  407. details,
  408. menu {
  409. display: block;
  410. }
  411. /*
  412. * Add the correct display in all browsers.
  413. */
  414. summary {
  415. display: list-item;
  416. }
  417. /* Scripting
  418. ========================================================================== */
  419. /**
  420. * Add the correct display in IE 9-.
  421. */
  422. canvas {
  423. display: inline-block;
  424. }
  425. /**
  426. * Add the correct display in IE.
  427. */
  428. template {
  429. display: none;
  430. }
  431. /* Hidden
  432. ========================================================================== */
  433. /**
  434. * Add the correct display in IE 10-.
  435. */
  436. [hidden] {
  437. display: none;
  438. }
  439. /*******************************
  440. Site Overrides
  441. *******************************/
  442. /*!
  443. * # Semantic UI 2.4.0 - Site
  444. * http://github.com/semantic-org/semantic-ui/
  445. *
  446. *
  447. * Released under the MIT license
  448. * http://opensource.org/licenses/MIT
  449. *
  450. */
  451. /*******************************
  452. Page
  453. *******************************/
  454. html,
  455. body {
  456. height: 100%;
  457. }
  458. html {
  459. font-size: 14px;
  460. }
  461. body {
  462. margin: 0px;
  463. padding: 0px;
  464. overflow-x: hidden;
  465. min-width: 320px;
  466. background: #FFFFFF;
  467. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  468. font-size: 14px;
  469. line-height: 1.4285em;
  470. color: rgba(0, 0, 0, 0.87);
  471. font-smoothing: antialiased;
  472. }
  473. /*******************************
  474. Headers
  475. *******************************/
  476. h1,
  477. h2,
  478. h3,
  479. h4,
  480. h5 {
  481. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  482. line-height: 1.28571429em;
  483. margin: calc(2rem - 0.14285714em ) 0em 1rem;
  484. font-weight: bold;
  485. padding: 0em;
  486. }
  487. h1 {
  488. min-height: 1rem;
  489. font-size: 2rem;
  490. }
  491. h2 {
  492. font-size: 1.71428571rem;
  493. }
  494. h3 {
  495. font-size: 1.28571429rem;
  496. }
  497. h4 {
  498. font-size: 1.07142857rem;
  499. }
  500. h5 {
  501. font-size: 1rem;
  502. }
  503. h1:first-child,
  504. h2:first-child,
  505. h3:first-child,
  506. h4:first-child,
  507. h5:first-child {
  508. margin-top: 0em;
  509. }
  510. h1:last-child,
  511. h2:last-child,
  512. h3:last-child,
  513. h4:last-child,
  514. h5:last-child {
  515. margin-bottom: 0em;
  516. }
  517. /*******************************
  518. Text
  519. *******************************/
  520. p {
  521. margin: 0em 0em 1em;
  522. line-height: 1.4285em;
  523. }
  524. p:first-child {
  525. margin-top: 0em;
  526. }
  527. p:last-child {
  528. margin-bottom: 0em;
  529. }
  530. /*-------------------
  531. Links
  532. --------------------*/
  533. a {
  534. color: #4183C4;
  535. text-decoration: none;
  536. }
  537. a:hover {
  538. color: #1e70bf;
  539. text-decoration: none;
  540. }
  541. /*******************************
  542. Scrollbars
  543. *******************************/
  544. /*******************************
  545. Highlighting
  546. *******************************/
  547. /* Site */
  548. ::-webkit-selection {
  549. background-color: #CCE2FF;
  550. color: rgba(0, 0, 0, 0.87);
  551. }
  552. ::-moz-selection {
  553. background-color: #CCE2FF;
  554. color: rgba(0, 0, 0, 0.87);
  555. }
  556. ::selection {
  557. background-color: #CCE2FF;
  558. color: rgba(0, 0, 0, 0.87);
  559. }
  560. /* Form */
  561. textarea::-webkit-selection,
  562. input::-webkit-selection {
  563. background-color: rgba(100, 100, 100, 0.4);
  564. color: rgba(0, 0, 0, 0.87);
  565. }
  566. textarea::-moz-selection,
  567. input::-moz-selection {
  568. background-color: rgba(100, 100, 100, 0.4);
  569. color: rgba(0, 0, 0, 0.87);
  570. }
  571. textarea::selection,
  572. input::selection {
  573. background-color: rgba(100, 100, 100, 0.4);
  574. color: rgba(0, 0, 0, 0.87);
  575. }
  576. /* Force Simple Scrollbars */
  577. body ::-webkit-scrollbar {
  578. -webkit-appearance: none;
  579. width: 10px;
  580. height: 10px;
  581. }
  582. body ::-webkit-scrollbar-track {
  583. background: rgba(0, 0, 0, 0.1);
  584. border-radius: 0px;
  585. }
  586. body ::-webkit-scrollbar-thumb {
  587. cursor: pointer;
  588. border-radius: 5px;
  589. background: rgba(0, 0, 0, 0.25);
  590. -webkit-transition: color 0.2s ease;
  591. transition: color 0.2s ease;
  592. }
  593. body ::-webkit-scrollbar-thumb:window-inactive {
  594. background: rgba(0, 0, 0, 0.15);
  595. }
  596. body ::-webkit-scrollbar-thumb:hover {
  597. background: rgba(128, 135, 139, 0.8);
  598. }
  599. /* Inverted UI */
  600. body .ui.inverted::-webkit-scrollbar-track {
  601. background: rgba(255, 255, 255, 0.1);
  602. }
  603. body .ui.inverted::-webkit-scrollbar-thumb {
  604. background: rgba(255, 255, 255, 0.25);
  605. }
  606. body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
  607. background: rgba(255, 255, 255, 0.15);
  608. }
  609. body .ui.inverted::-webkit-scrollbar-thumb:hover {
  610. background: rgba(255, 255, 255, 0.35);
  611. }
  612. /*******************************
  613. Global Overrides
  614. *******************************/
  615. /*******************************
  616. Site Overrides
  617. *******************************/
  618. /*!
  619. * # Semantic UI 2.4.0 - Button
  620. * http://github.com/semantic-org/semantic-ui/
  621. *
  622. *
  623. * Released under the MIT license
  624. * http://opensource.org/licenses/MIT
  625. *
  626. */
  627. /*******************************
  628. Button
  629. *******************************/
  630. .ui.button {
  631. cursor: pointer;
  632. display: inline-block;
  633. min-height: 1em;
  634. outline: none;
  635. border: none;
  636. vertical-align: baseline;
  637. background: #E0E1E2 none;
  638. color: rgba(0, 0, 0, 0.6);
  639. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  640. margin: 0em 0.25em 0em 0em;
  641. padding: 0.78571429em 1.5em 0.78571429em;
  642. text-transform: none;
  643. text-shadow: none;
  644. font-weight: bold;
  645. line-height: 1em;
  646. font-style: normal;
  647. text-align: center;
  648. text-decoration: none;
  649. border-radius: 0.28571429rem;
  650. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  651. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  652. -webkit-user-select: none;
  653. -moz-user-select: none;
  654. -ms-user-select: none;
  655. user-select: none;
  656. -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  657. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  658. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  659. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  660. will-change: '';
  661. -webkit-tap-highlight-color: transparent;
  662. }
  663. /*******************************
  664. States
  665. *******************************/
  666. /*--------------
  667. Hover
  668. ---------------*/
  669. .ui.button:hover {
  670. background-color: #CACBCD;
  671. background-image: none;
  672. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  673. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  674. color: rgba(0, 0, 0, 0.8);
  675. }
  676. .ui.button:hover .icon {
  677. opacity: 0.85;
  678. }
  679. /*--------------
  680. Focus
  681. ---------------*/
  682. .ui.button:focus {
  683. background-color: #CACBCD;
  684. color: rgba(0, 0, 0, 0.8);
  685. background-image: '' !important;
  686. -webkit-box-shadow: '' !important;
  687. box-shadow: '' !important;
  688. }
  689. .ui.button:focus .icon {
  690. opacity: 0.85;
  691. }
  692. /*--------------
  693. Down
  694. ---------------*/
  695. .ui.button:active,
  696. .ui.active.button:active {
  697. background-color: #BABBBC;
  698. background-image: '';
  699. color: rgba(0, 0, 0, 0.9);
  700. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
  701. box-shadow: 0px 0px 0px 1px transparent inset, none;
  702. }
  703. /*--------------
  704. Active
  705. ---------------*/
  706. .ui.active.button {
  707. background-color: #C0C1C2;
  708. background-image: none;
  709. -webkit-box-shadow: 0px 0px 0px 1px transparent inset;
  710. box-shadow: 0px 0px 0px 1px transparent inset;
  711. color: rgba(0, 0, 0, 0.95);
  712. }
  713. .ui.active.button:hover {
  714. background-color: #C0C1C2;
  715. background-image: none;
  716. color: rgba(0, 0, 0, 0.95);
  717. }
  718. .ui.active.button:active {
  719. background-color: #C0C1C2;
  720. background-image: none;
  721. }
  722. /*--------------
  723. Loading
  724. ---------------*/
  725. /* Specificity hack */
  726. .ui.loading.loading.loading.loading.loading.loading.button {
  727. position: relative;
  728. cursor: default;
  729. text-shadow: none !important;
  730. color: transparent !important;
  731. opacity: 1;
  732. pointer-events: auto;
  733. -webkit-transition: all 0s linear, opacity 0.1s ease;
  734. transition: all 0s linear, opacity 0.1s ease;
  735. }
  736. .ui.loading.button:before {
  737. position: absolute;
  738. content: '';
  739. top: 50%;
  740. left: 50%;
  741. margin: -0.64285714em 0em 0em -0.64285714em;
  742. width: 1.28571429em;
  743. height: 1.28571429em;
  744. border-radius: 500rem;
  745. border: 0.2em solid rgba(0, 0, 0, 0.15);
  746. }
  747. .ui.loading.button:after {
  748. position: absolute;
  749. content: '';
  750. top: 50%;
  751. left: 50%;
  752. margin: -0.64285714em 0em 0em -0.64285714em;
  753. width: 1.28571429em;
  754. height: 1.28571429em;
  755. -webkit-animation: button-spin 0.6s linear;
  756. animation: button-spin 0.6s linear;
  757. -webkit-animation-iteration-count: infinite;
  758. animation-iteration-count: infinite;
  759. border-radius: 500rem;
  760. border-color: #FFFFFF transparent transparent;
  761. border-style: solid;
  762. border-width: 0.2em;
  763. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  764. box-shadow: 0px 0px 0px 1px transparent;
  765. }
  766. .ui.labeled.icon.loading.button .icon {
  767. background-color: transparent;
  768. -webkit-box-shadow: none;
  769. box-shadow: none;
  770. }
  771. @-webkit-keyframes button-spin {
  772. from {
  773. -webkit-transform: rotate(0deg);
  774. transform: rotate(0deg);
  775. }
  776. to {
  777. -webkit-transform: rotate(360deg);
  778. transform: rotate(360deg);
  779. }
  780. }
  781. @keyframes button-spin {
  782. from {
  783. -webkit-transform: rotate(0deg);
  784. transform: rotate(0deg);
  785. }
  786. to {
  787. -webkit-transform: rotate(360deg);
  788. transform: rotate(360deg);
  789. }
  790. }
  791. .ui.basic.loading.button:not(.inverted):before {
  792. border-color: rgba(0, 0, 0, 0.1);
  793. }
  794. .ui.basic.loading.button:not(.inverted):after {
  795. border-top-color: #767676;
  796. }
  797. /*-------------------
  798. Disabled
  799. --------------------*/
  800. .ui.buttons .disabled.button,
  801. .ui.disabled.button,
  802. .ui.button:disabled,
  803. .ui.disabled.button:hover,
  804. .ui.disabled.active.button {
  805. cursor: default;
  806. opacity: 0.45 !important;
  807. background-image: none !important;
  808. -webkit-box-shadow: none !important;
  809. box-shadow: none !important;
  810. pointer-events: none !important;
  811. }
  812. /* Basic Group With Disabled */
  813. .ui.basic.buttons .ui.disabled.button {
  814. border-color: rgba(34, 36, 38, 0.5);
  815. }
  816. /*******************************
  817. Types
  818. *******************************/
  819. /*-------------------
  820. Animated
  821. --------------------*/
  822. .ui.animated.button {
  823. position: relative;
  824. overflow: hidden;
  825. padding-right: 0em !important;
  826. vertical-align: middle;
  827. z-index: 1;
  828. }
  829. .ui.animated.button .content {
  830. will-change: transform, opacity;
  831. }
  832. .ui.animated.button .visible.content {
  833. position: relative;
  834. margin-right: 1.5em;
  835. }
  836. .ui.animated.button .hidden.content {
  837. position: absolute;
  838. width: 100%;
  839. }
  840. /* Horizontal */
  841. .ui.animated.button .visible.content,
  842. .ui.animated.button .hidden.content {
  843. -webkit-transition: right 0.3s ease 0s;
  844. transition: right 0.3s ease 0s;
  845. }
  846. .ui.animated.button .visible.content {
  847. left: auto;
  848. right: 0%;
  849. }
  850. .ui.animated.button .hidden.content {
  851. top: 50%;
  852. left: auto;
  853. right: -100%;
  854. margin-top: -0.5em;
  855. }
  856. .ui.animated.button:focus .visible.content,
  857. .ui.animated.button:hover .visible.content {
  858. left: auto;
  859. right: 200%;
  860. }
  861. .ui.animated.button:focus .hidden.content,
  862. .ui.animated.button:hover .hidden.content {
  863. left: auto;
  864. right: 0%;
  865. }
  866. /* Vertical */
  867. .ui.vertical.animated.button .visible.content,
  868. .ui.vertical.animated.button .hidden.content {
  869. -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  870. transition: top 0.3s ease, -webkit-transform 0.3s ease;
  871. transition: top 0.3s ease, transform 0.3s ease;
  872. transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  873. }
  874. .ui.vertical.animated.button .visible.content {
  875. -webkit-transform: translateY(0%);
  876. transform: translateY(0%);
  877. right: auto;
  878. }
  879. .ui.vertical.animated.button .hidden.content {
  880. top: -50%;
  881. left: 0%;
  882. right: auto;
  883. }
  884. .ui.vertical.animated.button:focus .visible.content,
  885. .ui.vertical.animated.button:hover .visible.content {
  886. -webkit-transform: translateY(200%);
  887. transform: translateY(200%);
  888. right: auto;
  889. }
  890. .ui.vertical.animated.button:focus .hidden.content,
  891. .ui.vertical.animated.button:hover .hidden.content {
  892. top: 50%;
  893. right: auto;
  894. }
  895. /* Fade */
  896. .ui.fade.animated.button .visible.content,
  897. .ui.fade.animated.button .hidden.content {
  898. -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  899. transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  900. transition: opacity 0.3s ease, transform 0.3s ease;
  901. transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  902. }
  903. .ui.fade.animated.button .visible.content {
  904. left: auto;
  905. right: auto;
  906. opacity: 1;
  907. -webkit-transform: scale(1);
  908. transform: scale(1);
  909. }
  910. .ui.fade.animated.button .hidden.content {
  911. opacity: 0;
  912. left: 0%;
  913. right: auto;
  914. -webkit-transform: scale(1.5);
  915. transform: scale(1.5);
  916. }
  917. .ui.fade.animated.button:focus .visible.content,
  918. .ui.fade.animated.button:hover .visible.content {
  919. left: auto;
  920. right: auto;
  921. opacity: 0;
  922. -webkit-transform: scale(0.75);
  923. transform: scale(0.75);
  924. }
  925. .ui.fade.animated.button:focus .hidden.content,
  926. .ui.fade.animated.button:hover .hidden.content {
  927. left: 0%;
  928. right: auto;
  929. opacity: 1;
  930. -webkit-transform: scale(1);
  931. transform: scale(1);
  932. }
  933. /*-------------------
  934. Inverted
  935. --------------------*/
  936. .ui.inverted.button {
  937. -webkit-box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  938. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  939. background: transparent none;
  940. color: #FFFFFF;
  941. text-shadow: none !important;
  942. }
  943. /* Group */
  944. .ui.inverted.buttons .button {
  945. margin: 0px 0px 0px -2px;
  946. }
  947. .ui.inverted.buttons .button:first-child {
  948. margin-left: 0em;
  949. }
  950. .ui.inverted.vertical.buttons .button {
  951. margin: 0px 0px -2px 0px;
  952. }
  953. .ui.inverted.vertical.buttons .button:first-child {
  954. margin-top: 0em;
  955. }
  956. /* States */
  957. /* Hover */
  958. .ui.inverted.button:hover {
  959. background: #FFFFFF;
  960. -webkit-box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  961. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  962. color: rgba(0, 0, 0, 0.8);
  963. }
  964. /* Active / Focus */
  965. .ui.inverted.button:focus,
  966. .ui.inverted.button.active {
  967. background: #FFFFFF;
  968. -webkit-box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  969. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  970. color: rgba(0, 0, 0, 0.8);
  971. }
  972. /* Active Focus */
  973. .ui.inverted.button.active:focus {
  974. background: #DCDDDE;
  975. -webkit-box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
  976. box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
  977. color: rgba(0, 0, 0, 0.8);
  978. }
  979. /*-------------------
  980. Labeled Button
  981. --------------------*/
  982. .ui.labeled.button:not(.icon) {
  983. display: -webkit-inline-box;
  984. display: -ms-inline-flexbox;
  985. display: inline-flex;
  986. -webkit-box-orient: horizontal;
  987. -webkit-box-direction: normal;
  988. -ms-flex-direction: row;
  989. flex-direction: row;
  990. background: none !important;
  991. padding: 0px !important;
  992. border: none !important;
  993. -webkit-box-shadow: none !important;
  994. box-shadow: none !important;
  995. }
  996. .ui.labeled.button > .button {
  997. margin: 0px;
  998. }
  999. .ui.labeled.button > .label {
  1000. display: -webkit-box;
  1001. display: -ms-flexbox;
  1002. display: flex;
  1003. -webkit-box-align: center;
  1004. -ms-flex-align: center;
  1005. align-items: center;
  1006. margin: 0px 0px 0px -1px !important;
  1007. padding: '';
  1008. font-size: 1em;
  1009. border-color: rgba(34, 36, 38, 0.15);
  1010. }
  1011. /* Tag */
  1012. .ui.labeled.button > .tag.label:before {
  1013. width: 1.85em;
  1014. height: 1.85em;
  1015. }
  1016. /* Right */
  1017. .ui.labeled.button:not([class*="left labeled"]) > .button {
  1018. border-top-right-radius: 0px;
  1019. border-bottom-right-radius: 0px;
  1020. }
  1021. .ui.labeled.button:not([class*="left labeled"]) > .label {
  1022. border-top-left-radius: 0px;
  1023. border-bottom-left-radius: 0px;
  1024. }
  1025. /* Left Side */
  1026. .ui[class*="left labeled"].button > .button {
  1027. border-top-left-radius: 0px;
  1028. border-bottom-left-radius: 0px;
  1029. }
  1030. .ui[class*="left labeled"].button > .label {
  1031. border-top-right-radius: 0px;
  1032. border-bottom-right-radius: 0px;
  1033. }
  1034. /*-------------------
  1035. Social
  1036. --------------------*/
  1037. /* Facebook */
  1038. .ui.facebook.button {
  1039. background-color: #3B5998;
  1040. color: #FFFFFF;
  1041. text-shadow: none;
  1042. background-image: none;
  1043. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1044. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1045. }
  1046. .ui.facebook.button:hover {
  1047. background-color: #304d8a;
  1048. color: #FFFFFF;
  1049. text-shadow: none;
  1050. }
  1051. .ui.facebook.button:active {
  1052. background-color: #2d4373;
  1053. color: #FFFFFF;
  1054. text-shadow: none;
  1055. }
  1056. /* Twitter */
  1057. .ui.twitter.button {
  1058. background-color: #55ACEE;
  1059. color: #FFFFFF;
  1060. text-shadow: none;
  1061. background-image: none;
  1062. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1063. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1064. }
  1065. .ui.twitter.button:hover {
  1066. background-color: #35a2f4;
  1067. color: #FFFFFF;
  1068. text-shadow: none;
  1069. }
  1070. .ui.twitter.button:active {
  1071. background-color: #2795e9;
  1072. color: #FFFFFF;
  1073. text-shadow: none;
  1074. }
  1075. /* Google Plus */
  1076. .ui.google.plus.button {
  1077. background-color: #DD4B39;
  1078. color: #FFFFFF;
  1079. text-shadow: none;
  1080. background-image: none;
  1081. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1082. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1083. }
  1084. .ui.google.plus.button:hover {
  1085. background-color: #e0321c;
  1086. color: #FFFFFF;
  1087. text-shadow: none;
  1088. }
  1089. .ui.google.plus.button:active {
  1090. background-color: #c23321;
  1091. color: #FFFFFF;
  1092. text-shadow: none;
  1093. }
  1094. /* Linked In */
  1095. .ui.linkedin.button {
  1096. background-color: #1F88BE;
  1097. color: #FFFFFF;
  1098. text-shadow: none;
  1099. }
  1100. .ui.linkedin.button:hover {
  1101. background-color: #147baf;
  1102. color: #FFFFFF;
  1103. text-shadow: none;
  1104. }
  1105. .ui.linkedin.button:active {
  1106. background-color: #186992;
  1107. color: #FFFFFF;
  1108. text-shadow: none;
  1109. }
  1110. /* YouTube */
  1111. .ui.youtube.button {
  1112. background-color: #FF0000;
  1113. color: #FFFFFF;
  1114. text-shadow: none;
  1115. background-image: none;
  1116. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1117. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1118. }
  1119. .ui.youtube.button:hover {
  1120. background-color: #e60000;
  1121. color: #FFFFFF;
  1122. text-shadow: none;
  1123. }
  1124. .ui.youtube.button:active {
  1125. background-color: #cc0000;
  1126. color: #FFFFFF;
  1127. text-shadow: none;
  1128. }
  1129. /* Instagram */
  1130. .ui.instagram.button {
  1131. background-color: #49769C;
  1132. color: #FFFFFF;
  1133. text-shadow: none;
  1134. background-image: none;
  1135. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1136. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1137. }
  1138. .ui.instagram.button:hover {
  1139. background-color: #3d698e;
  1140. color: #FFFFFF;
  1141. text-shadow: none;
  1142. }
  1143. .ui.instagram.button:active {
  1144. background-color: #395c79;
  1145. color: #FFFFFF;
  1146. text-shadow: none;
  1147. }
  1148. /* Pinterest */
  1149. .ui.pinterest.button {
  1150. background-color: #BD081C;
  1151. color: #FFFFFF;
  1152. text-shadow: none;
  1153. background-image: none;
  1154. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1155. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1156. }
  1157. .ui.pinterest.button:hover {
  1158. background-color: #ac0013;
  1159. color: #FFFFFF;
  1160. text-shadow: none;
  1161. }
  1162. .ui.pinterest.button:active {
  1163. background-color: #8c0615;
  1164. color: #FFFFFF;
  1165. text-shadow: none;
  1166. }
  1167. /* VK */
  1168. .ui.vk.button {
  1169. background-color: #4D7198;
  1170. color: #FFFFFF;
  1171. background-image: none;
  1172. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1173. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1174. }
  1175. .ui.vk.button:hover {
  1176. background-color: #41648a;
  1177. color: #FFFFFF;
  1178. }
  1179. .ui.vk.button:active {
  1180. background-color: #3c5876;
  1181. color: #FFFFFF;
  1182. }
  1183. /*--------------
  1184. Icon
  1185. ---------------*/
  1186. .ui.button > .icon:not(.button) {
  1187. height: 0.85714286em;
  1188. opacity: 0.8;
  1189. margin: 0em 0.42857143em 0em -0.21428571em;
  1190. -webkit-transition: opacity 0.1s ease;
  1191. transition: opacity 0.1s ease;
  1192. vertical-align: '';
  1193. color: '';
  1194. }
  1195. .ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
  1196. margin: 0em 0.42857143em 0em -0.21428571em;
  1197. }
  1198. .ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
  1199. margin: 0em -0.21428571em 0em 0.42857143em;
  1200. }
  1201. /*******************************
  1202. Variations
  1203. *******************************/
  1204. /*-------------------
  1205. Floated
  1206. --------------------*/
  1207. .ui[class*="left floated"].buttons,
  1208. .ui[class*="left floated"].button {
  1209. float: left;
  1210. margin-left: 0em;
  1211. margin-right: 0.25em;
  1212. }
  1213. .ui[class*="right floated"].buttons,
  1214. .ui[class*="right floated"].button {
  1215. float: right;
  1216. margin-right: 0em;
  1217. margin-left: 0.25em;
  1218. }
  1219. /*-------------------
  1220. Compact
  1221. --------------------*/
  1222. .ui.compact.buttons .button,
  1223. .ui.compact.button {
  1224. padding: 0.58928571em 1.125em 0.58928571em;
  1225. }
  1226. .ui.compact.icon.buttons .button,
  1227. .ui.compact.icon.button {
  1228. padding: 0.58928571em 0.58928571em 0.58928571em;
  1229. }
  1230. .ui.compact.labeled.icon.buttons .button,
  1231. .ui.compact.labeled.icon.button {
  1232. padding: 0.58928571em 3.69642857em 0.58928571em;
  1233. }
  1234. /*-------------------
  1235. Sizes
  1236. --------------------*/
  1237. .ui.mini.buttons .button,
  1238. .ui.mini.buttons .or,
  1239. .ui.mini.button {
  1240. font-size: 0.78571429rem;
  1241. }
  1242. .ui.tiny.buttons .button,
  1243. .ui.tiny.buttons .or,
  1244. .ui.tiny.button {
  1245. font-size: 0.85714286rem;
  1246. }
  1247. .ui.small.buttons .button,
  1248. .ui.small.buttons .or,
  1249. .ui.small.button {
  1250. font-size: 0.92857143rem;
  1251. }
  1252. .ui.buttons .button,
  1253. .ui.buttons .or,
  1254. .ui.button {
  1255. font-size: 1rem;
  1256. }
  1257. .ui.large.buttons .button,
  1258. .ui.large.buttons .or,
  1259. .ui.large.button {
  1260. font-size: 1.14285714rem;
  1261. }
  1262. .ui.big.buttons .button,
  1263. .ui.big.buttons .or,
  1264. .ui.big.button {
  1265. font-size: 1.28571429rem;
  1266. }
  1267. .ui.huge.buttons .button,
  1268. .ui.huge.buttons .or,
  1269. .ui.huge.button {
  1270. font-size: 1.42857143rem;
  1271. }
  1272. .ui.massive.buttons .button,
  1273. .ui.massive.buttons .or,
  1274. .ui.massive.button {
  1275. font-size: 1.71428571rem;
  1276. }
  1277. /*--------------
  1278. Icon Only
  1279. ---------------*/
  1280. .ui.icon.buttons .button,
  1281. .ui.icon.button {
  1282. padding: 0.78571429em 0.78571429em 0.78571429em;
  1283. }
  1284. .ui.icon.buttons .button > .icon,
  1285. .ui.icon.button > .icon {
  1286. opacity: 0.9;
  1287. margin: 0em !important;
  1288. vertical-align: top;
  1289. }
  1290. /*-------------------
  1291. Basic
  1292. --------------------*/
  1293. .ui.basic.buttons .button,
  1294. .ui.basic.button {
  1295. background: transparent none !important;
  1296. color: rgba(0, 0, 0, 0.6) !important;
  1297. font-weight: normal;
  1298. border-radius: 0.28571429rem;
  1299. text-transform: none;
  1300. text-shadow: none !important;
  1301. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  1302. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  1303. }
  1304. .ui.basic.buttons {
  1305. -webkit-box-shadow: none;
  1306. box-shadow: none;
  1307. border: 1px solid rgba(34, 36, 38, 0.15);
  1308. border-radius: 0.28571429rem;
  1309. }
  1310. .ui.basic.buttons .button {
  1311. border-radius: 0em;
  1312. }
  1313. .ui.basic.buttons .button:hover,
  1314. .ui.basic.button:hover {
  1315. background: #FFFFFF !important;
  1316. color: rgba(0, 0, 0, 0.8) !important;
  1317. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
  1318. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
  1319. }
  1320. .ui.basic.buttons .button:focus,
  1321. .ui.basic.button:focus {
  1322. background: #FFFFFF !important;
  1323. color: rgba(0, 0, 0, 0.8) !important;
  1324. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
  1325. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
  1326. }
  1327. .ui.basic.buttons .button:active,
  1328. .ui.basic.button:active {
  1329. background: #F8F8F8 !important;
  1330. color: rgba(0, 0, 0, 0.9) !important;
  1331. -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
  1332. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
  1333. }
  1334. .ui.basic.buttons .active.button,
  1335. .ui.basic.active.button {
  1336. background: rgba(0, 0, 0, 0.05) !important;
  1337. -webkit-box-shadow: '' !important;
  1338. box-shadow: '' !important;
  1339. color: rgba(0, 0, 0, 0.95) !important;
  1340. }
  1341. .ui.basic.buttons .active.button:hover,
  1342. .ui.basic.active.button:hover {
  1343. background-color: rgba(0, 0, 0, 0.05);
  1344. }
  1345. /* Vertical */
  1346. .ui.basic.buttons .button:hover {
  1347. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset inset;
  1348. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset inset;
  1349. }
  1350. .ui.basic.buttons .button:active {
  1351. -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset inset;
  1352. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset inset;
  1353. }
  1354. .ui.basic.buttons .active.button {
  1355. -webkit-box-shadow: '' !important;
  1356. box-shadow: '' !important;
  1357. }
  1358. /* Standard Basic Inverted */
  1359. .ui.basic.inverted.buttons .button,
  1360. .ui.basic.inverted.button {
  1361. background-color: transparent !important;
  1362. color: #F9FAFB !important;
  1363. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1364. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1365. }
  1366. .ui.basic.inverted.buttons .button:hover,
  1367. .ui.basic.inverted.button:hover {
  1368. color: #FFFFFF !important;
  1369. -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1370. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1371. }
  1372. .ui.basic.inverted.buttons .button:focus,
  1373. .ui.basic.inverted.button:focus {
  1374. color: #FFFFFF !important;
  1375. -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1376. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1377. }
  1378. .ui.basic.inverted.buttons .button:active,
  1379. .ui.basic.inverted.button:active {
  1380. background-color: rgba(255, 255, 255, 0.08) !important;
  1381. color: #FFFFFF !important;
  1382. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
  1383. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
  1384. }
  1385. .ui.basic.inverted.buttons .active.button,
  1386. .ui.basic.inverted.active.button {
  1387. background-color: rgba(255, 255, 255, 0.08);
  1388. color: #FFFFFF;
  1389. text-shadow: none;
  1390. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
  1391. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
  1392. }
  1393. .ui.basic.inverted.buttons .active.button:hover,
  1394. .ui.basic.inverted.active.button:hover {
  1395. background-color: rgba(255, 255, 255, 0.15);
  1396. -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1397. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1398. }
  1399. /* Basic Group */
  1400. .ui.basic.buttons .button {
  1401. border-left: 1px solid rgba(34, 36, 38, 0.15);
  1402. -webkit-box-shadow: none;
  1403. box-shadow: none;
  1404. }
  1405. .ui.basic.vertical.buttons .button {
  1406. border-left: none;
  1407. }
  1408. .ui.basic.vertical.buttons .button {
  1409. border-left-width: 0px;
  1410. border-top: 1px solid rgba(34, 36, 38, 0.15);
  1411. }
  1412. .ui.basic.vertical.buttons .button:first-child {
  1413. border-top-width: 0px;
  1414. }
  1415. /*--------------
  1416. Labeled Icon
  1417. ---------------*/
  1418. .ui.labeled.icon.buttons .button,
  1419. .ui.labeled.icon.button {
  1420. position: relative;
  1421. padding-left: 4.07142857em !important;
  1422. padding-right: 1.5em !important;
  1423. }
  1424. /* Left Labeled */
  1425. .ui.labeled.icon.buttons > .button > .icon,
  1426. .ui.labeled.icon.button > .icon {
  1427. position: absolute;
  1428. height: 100%;
  1429. line-height: 1;
  1430. border-radius: 0px;
  1431. border-top-left-radius: inherit;
  1432. border-bottom-left-radius: inherit;
  1433. text-align: center;
  1434. margin: 0em;
  1435. width: 2.57142857em;
  1436. background-color: rgba(0, 0, 0, 0.05);
  1437. color: '';
  1438. -webkit-box-shadow: -1px 0px 0px 0px transparent inset;
  1439. box-shadow: -1px 0px 0px 0px transparent inset;
  1440. }
  1441. /* Left Labeled */
  1442. .ui.labeled.icon.buttons > .button > .icon,
  1443. .ui.labeled.icon.button > .icon {
  1444. top: 0em;
  1445. left: 0em;
  1446. }
  1447. /* Right Labeled */
  1448. .ui[class*="right labeled"].icon.button {
  1449. padding-right: 4.07142857em !important;
  1450. padding-left: 1.5em !important;
  1451. }
  1452. .ui[class*="right labeled"].icon.button > .icon {
  1453. left: auto;
  1454. right: 0em;
  1455. border-radius: 0px;
  1456. border-top-right-radius: inherit;
  1457. border-bottom-right-radius: inherit;
  1458. -webkit-box-shadow: 1px 0px 0px 0px transparent inset;
  1459. box-shadow: 1px 0px 0px 0px transparent inset;
  1460. }
  1461. .ui.labeled.icon.buttons > .button > .icon:before,
  1462. .ui.labeled.icon.button > .icon:before,
  1463. .ui.labeled.icon.buttons > .button > .icon:after,
  1464. .ui.labeled.icon.button > .icon:after {
  1465. display: block;
  1466. position: absolute;
  1467. width: 100%;
  1468. top: 50%;
  1469. text-align: center;
  1470. -webkit-transform: translateY(-50%);
  1471. transform: translateY(-50%);
  1472. }
  1473. .ui.labeled.icon.buttons .button > .icon {
  1474. border-radius: 0em;
  1475. }
  1476. .ui.labeled.icon.buttons .button:first-child > .icon {
  1477. border-top-left-radius: 0.28571429rem;
  1478. border-bottom-left-radius: 0.28571429rem;
  1479. }
  1480. .ui.labeled.icon.buttons .button:last-child > .icon {
  1481. border-top-right-radius: 0.28571429rem;
  1482. border-bottom-right-radius: 0.28571429rem;
  1483. }
  1484. .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  1485. border-radius: 0em;
  1486. border-top-left-radius: 0.28571429rem;
  1487. }
  1488. .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  1489. border-radius: 0em;
  1490. border-bottom-left-radius: 0.28571429rem;
  1491. }
  1492. /* Fluid Labeled */
  1493. .ui.fluid[class*="left labeled"].icon.button,
  1494. .ui.fluid[class*="right labeled"].icon.button {
  1495. padding-left: 1.5em !important;
  1496. padding-right: 1.5em !important;
  1497. }
  1498. /*--------------
  1499. Toggle
  1500. ---------------*/
  1501. /* Toggle (Modifies active state to give affordances) */
  1502. .ui.toggle.buttons .active.button,
  1503. .ui.buttons .button.toggle.active,
  1504. .ui.button.toggle.active {
  1505. background-color: #21BA45 !important;
  1506. -webkit-box-shadow: none !important;
  1507. box-shadow: none !important;
  1508. text-shadow: none;
  1509. color: #FFFFFF !important;
  1510. }
  1511. .ui.button.toggle.active:hover {
  1512. background-color: #16ab39 !important;
  1513. text-shadow: none;
  1514. color: #FFFFFF !important;
  1515. }
  1516. /*--------------
  1517. Circular
  1518. ---------------*/
  1519. .ui.circular.button {
  1520. border-radius: 10em;
  1521. }
  1522. .ui.circular.button > .icon {
  1523. width: 1em;
  1524. vertical-align: baseline;
  1525. }
  1526. /*-------------------
  1527. Or Buttons
  1528. --------------------*/
  1529. .ui.buttons .or {
  1530. position: relative;
  1531. width: 0.3em;
  1532. height: 2.57142857em;
  1533. z-index: 3;
  1534. }
  1535. .ui.buttons .or:before {
  1536. position: absolute;
  1537. text-align: center;
  1538. border-radius: 500rem;
  1539. content: 'or';
  1540. top: 50%;
  1541. left: 50%;
  1542. background-color: #FFFFFF;
  1543. text-shadow: none;
  1544. margin-top: -0.89285714em;
  1545. margin-left: -0.89285714em;
  1546. width: 1.78571429em;
  1547. height: 1.78571429em;
  1548. line-height: 1.78571429em;
  1549. color: rgba(0, 0, 0, 0.4);
  1550. font-style: normal;
  1551. font-weight: bold;
  1552. -webkit-box-shadow: 0px 0px 0px 1px transparent inset;
  1553. box-shadow: 0px 0px 0px 1px transparent inset;
  1554. }
  1555. .ui.buttons .or[data-text]:before {
  1556. content: attr(data-text);
  1557. }
  1558. /* Fluid Or */
  1559. .ui.fluid.buttons .or {
  1560. width: 0em !important;
  1561. }
  1562. .ui.fluid.buttons .or:after {
  1563. display: none;
  1564. }
  1565. /*-------------------
  1566. Attached
  1567. --------------------*/
  1568. /* Singular */
  1569. .ui.attached.button {
  1570. position: relative;
  1571. display: block;
  1572. margin: 0em;
  1573. border-radius: 0em;
  1574. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
  1575. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
  1576. }
  1577. /* Top / Bottom */
  1578. .ui.attached.top.button {
  1579. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  1580. }
  1581. .ui.attached.bottom.button {
  1582. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  1583. }
  1584. /* Left / Right */
  1585. .ui.left.attached.button {
  1586. display: inline-block;
  1587. border-left: none;
  1588. text-align: right;
  1589. padding-right: 0.75em;
  1590. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  1591. }
  1592. .ui.right.attached.button {
  1593. display: inline-block;
  1594. text-align: left;
  1595. padding-left: 0.75em;
  1596. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  1597. }
  1598. /* Plural */
  1599. .ui.attached.buttons {
  1600. position: relative;
  1601. display: -webkit-box;
  1602. display: -ms-flexbox;
  1603. display: flex;
  1604. border-radius: 0em;
  1605. width: auto !important;
  1606. z-index: 2;
  1607. margin-left: -1px;
  1608. margin-right: -1px;
  1609. }
  1610. .ui.attached.buttons .button {
  1611. margin: 0em;
  1612. }
  1613. .ui.attached.buttons .button:first-child {
  1614. border-radius: 0em;
  1615. }
  1616. .ui.attached.buttons .button:last-child {
  1617. border-radius: 0em;
  1618. }
  1619. /* Top / Bottom */
  1620. .ui[class*="top attached"].buttons {
  1621. margin-bottom: -1px;
  1622. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  1623. }
  1624. .ui[class*="top attached"].buttons .button:first-child {
  1625. border-radius: 0.28571429rem 0em 0em 0em;
  1626. }
  1627. .ui[class*="top attached"].buttons .button:last-child {
  1628. border-radius: 0em 0.28571429rem 0em 0em;
  1629. }
  1630. .ui[class*="bottom attached"].buttons {
  1631. margin-top: -1px;
  1632. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  1633. }
  1634. .ui[class*="bottom attached"].buttons .button:first-child {
  1635. border-radius: 0em 0em 0em 0.28571429rem;
  1636. }
  1637. .ui[class*="bottom attached"].buttons .button:last-child {
  1638. border-radius: 0em 0em 0.28571429rem 0em;
  1639. }
  1640. /* Left / Right */
  1641. .ui[class*="left attached"].buttons {
  1642. display: -webkit-inline-box;
  1643. display: -ms-inline-flexbox;
  1644. display: inline-flex;
  1645. margin-right: 0em;
  1646. margin-left: -1px;
  1647. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  1648. }
  1649. .ui[class*="left attached"].buttons .button:first-child {
  1650. margin-left: -1px;
  1651. border-radius: 0em 0.28571429rem 0em 0em;
  1652. }
  1653. .ui[class*="left attached"].buttons .button:last-child {
  1654. margin-left: -1px;
  1655. border-radius: 0em 0em 0.28571429rem 0em;
  1656. }
  1657. .ui[class*="right attached"].buttons {
  1658. display: -webkit-inline-box;
  1659. display: -ms-inline-flexbox;
  1660. display: inline-flex;
  1661. margin-left: 0em;
  1662. margin-right: -1px;
  1663. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  1664. }
  1665. .ui[class*="right attached"].buttons .button:first-child {
  1666. margin-left: -1px;
  1667. border-radius: 0.28571429rem 0em 0em 0em;
  1668. }
  1669. .ui[class*="right attached"].buttons .button:last-child {
  1670. margin-left: -1px;
  1671. border-radius: 0em 0em 0em 0.28571429rem;
  1672. }
  1673. /*-------------------
  1674. Fluid
  1675. --------------------*/
  1676. .ui.fluid.buttons,
  1677. .ui.fluid.button {
  1678. width: 100%;
  1679. }
  1680. .ui.fluid.button {
  1681. display: block;
  1682. }
  1683. .ui.two.buttons {
  1684. width: 100%;
  1685. }
  1686. .ui.two.buttons > .button {
  1687. width: 50%;
  1688. }
  1689. .ui.three.buttons {
  1690. width: 100%;
  1691. }
  1692. .ui.three.buttons > .button {
  1693. width: 33.333%;
  1694. }
  1695. .ui.four.buttons {
  1696. width: 100%;
  1697. }
  1698. .ui.four.buttons > .button {
  1699. width: 25%;
  1700. }
  1701. .ui.five.buttons {
  1702. width: 100%;
  1703. }
  1704. .ui.five.buttons > .button {
  1705. width: 20%;
  1706. }
  1707. .ui.six.buttons {
  1708. width: 100%;
  1709. }
  1710. .ui.six.buttons > .button {
  1711. width: 16.666%;
  1712. }
  1713. .ui.seven.buttons {
  1714. width: 100%;
  1715. }
  1716. .ui.seven.buttons > .button {
  1717. width: 14.285%;
  1718. }
  1719. .ui.eight.buttons {
  1720. width: 100%;
  1721. }
  1722. .ui.eight.buttons > .button {
  1723. width: 12.500%;
  1724. }
  1725. .ui.nine.buttons {
  1726. width: 100%;
  1727. }
  1728. .ui.nine.buttons > .button {
  1729. width: 11.11%;
  1730. }
  1731. .ui.ten.buttons {
  1732. width: 100%;
  1733. }
  1734. .ui.ten.buttons > .button {
  1735. width: 10%;
  1736. }
  1737. .ui.eleven.buttons {
  1738. width: 100%;
  1739. }
  1740. .ui.eleven.buttons > .button {
  1741. width: 9.09%;
  1742. }
  1743. .ui.twelve.buttons {
  1744. width: 100%;
  1745. }
  1746. .ui.twelve.buttons > .button {
  1747. width: 8.3333%;
  1748. }
  1749. /* Fluid Vertical Buttons */
  1750. .ui.fluid.vertical.buttons,
  1751. .ui.fluid.vertical.buttons > .button {
  1752. display: -webkit-box;
  1753. display: -ms-flexbox;
  1754. display: flex;
  1755. width: auto;
  1756. }
  1757. .ui.two.vertical.buttons > .button {
  1758. height: 50%;
  1759. }
  1760. .ui.three.vertical.buttons > .button {
  1761. height: 33.333%;
  1762. }
  1763. .ui.four.vertical.buttons > .button {
  1764. height: 25%;
  1765. }
  1766. .ui.five.vertical.buttons > .button {
  1767. height: 20%;
  1768. }
  1769. .ui.six.vertical.buttons > .button {
  1770. height: 16.666%;
  1771. }
  1772. .ui.seven.vertical.buttons > .button {
  1773. height: 14.285%;
  1774. }
  1775. .ui.eight.vertical.buttons > .button {
  1776. height: 12.500%;
  1777. }
  1778. .ui.nine.vertical.buttons > .button {
  1779. height: 11.11%;
  1780. }
  1781. .ui.ten.vertical.buttons > .button {
  1782. height: 10%;
  1783. }
  1784. .ui.eleven.vertical.buttons > .button {
  1785. height: 9.09%;
  1786. }
  1787. .ui.twelve.vertical.buttons > .button {
  1788. height: 8.3333%;
  1789. }
  1790. /*-------------------
  1791. Colors
  1792. --------------------*/
  1793. /*--- Black ---*/
  1794. .ui.black.buttons .button,
  1795. .ui.black.button {
  1796. background-color: #1B1C1D;
  1797. color: #FFFFFF;
  1798. text-shadow: none;
  1799. background-image: none;
  1800. }
  1801. .ui.black.button {
  1802. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1803. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1804. }
  1805. .ui.black.buttons .button:hover,
  1806. .ui.black.button:hover {
  1807. background-color: #27292a;
  1808. color: #FFFFFF;
  1809. text-shadow: none;
  1810. }
  1811. .ui.black.buttons .button:focus,
  1812. .ui.black.button:focus {
  1813. background-color: #2f3032;
  1814. color: #FFFFFF;
  1815. text-shadow: none;
  1816. }
  1817. .ui.black.buttons .button:active,
  1818. .ui.black.button:active {
  1819. background-color: #343637;
  1820. color: #FFFFFF;
  1821. text-shadow: none;
  1822. }
  1823. .ui.black.buttons .active.button,
  1824. .ui.black.buttons .active.button:active,
  1825. .ui.black.active.button,
  1826. .ui.black.button .active.button:active {
  1827. background-color: #0f0f10;
  1828. color: #FFFFFF;
  1829. text-shadow: none;
  1830. }
  1831. /* Basic */
  1832. .ui.basic.black.buttons .button,
  1833. .ui.basic.black.button {
  1834. -webkit-box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  1835. box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  1836. color: #1B1C1D !important;
  1837. }
  1838. .ui.basic.black.buttons .button:hover,
  1839. .ui.basic.black.button:hover {
  1840. background: transparent !important;
  1841. -webkit-box-shadow: 0px 0px 0px 1px #27292a inset !important;
  1842. box-shadow: 0px 0px 0px 1px #27292a inset !important;
  1843. color: #27292a !important;
  1844. }
  1845. .ui.basic.black.buttons .button:focus,
  1846. .ui.basic.black.button:focus {
  1847. background: transparent !important;
  1848. -webkit-box-shadow: 0px 0px 0px 1px #2f3032 inset !important;
  1849. box-shadow: 0px 0px 0px 1px #2f3032 inset !important;
  1850. color: #27292a !important;
  1851. }
  1852. .ui.basic.black.buttons .active.button,
  1853. .ui.basic.black.active.button {
  1854. background: transparent !important;
  1855. -webkit-box-shadow: 0px 0px 0px 1px #0f0f10 inset !important;
  1856. box-shadow: 0px 0px 0px 1px #0f0f10 inset !important;
  1857. color: #343637 !important;
  1858. }
  1859. .ui.basic.black.buttons .button:active,
  1860. .ui.basic.black.button:active {
  1861. -webkit-box-shadow: 0px 0px 0px 1px #343637 inset !important;
  1862. box-shadow: 0px 0px 0px 1px #343637 inset !important;
  1863. color: #343637 !important;
  1864. }
  1865. .ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
  1866. margin-left: -1px;
  1867. }
  1868. /* Inverted */
  1869. .ui.inverted.black.buttons .button,
  1870. .ui.inverted.black.button {
  1871. background-color: transparent;
  1872. -webkit-box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  1873. box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  1874. color: #FFFFFF;
  1875. }
  1876. .ui.inverted.black.buttons .button:hover,
  1877. .ui.inverted.black.button:hover,
  1878. .ui.inverted.black.buttons .button:focus,
  1879. .ui.inverted.black.button:focus,
  1880. .ui.inverted.black.buttons .button.active,
  1881. .ui.inverted.black.button.active,
  1882. .ui.inverted.black.buttons .button:active,
  1883. .ui.inverted.black.button:active {
  1884. -webkit-box-shadow: none !important;
  1885. box-shadow: none !important;
  1886. color: #FFFFFF;
  1887. }
  1888. .ui.inverted.black.buttons .button:hover,
  1889. .ui.inverted.black.button:hover {
  1890. background-color: #000000;
  1891. }
  1892. .ui.inverted.black.buttons .button:focus,
  1893. .ui.inverted.black.button:focus {
  1894. background-color: #000000;
  1895. }
  1896. .ui.inverted.black.buttons .active.button,
  1897. .ui.inverted.black.active.button {
  1898. background-color: #000000;
  1899. }
  1900. .ui.inverted.black.buttons .button:active,
  1901. .ui.inverted.black.button:active {
  1902. background-color: #000000;
  1903. }
  1904. /* Inverted Basic */
  1905. .ui.inverted.black.basic.buttons .button,
  1906. .ui.inverted.black.buttons .basic.button,
  1907. .ui.inverted.black.basic.button {
  1908. background-color: transparent;
  1909. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1910. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1911. color: #FFFFFF !important;
  1912. }
  1913. .ui.inverted.black.basic.buttons .button:hover,
  1914. .ui.inverted.black.buttons .basic.button:hover,
  1915. .ui.inverted.black.basic.button:hover {
  1916. -webkit-box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1917. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1918. color: #FFFFFF !important;
  1919. }
  1920. .ui.inverted.black.basic.buttons .button:focus,
  1921. .ui.inverted.black.basic.buttons .button:focus,
  1922. .ui.inverted.black.basic.button:focus {
  1923. -webkit-box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1924. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1925. color: #545454 !important;
  1926. }
  1927. .ui.inverted.black.basic.buttons .active.button,
  1928. .ui.inverted.black.buttons .basic.active.button,
  1929. .ui.inverted.black.basic.active.button {
  1930. -webkit-box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1931. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1932. color: #FFFFFF !important;
  1933. }
  1934. .ui.inverted.black.basic.buttons .button:active,
  1935. .ui.inverted.black.buttons .basic.button:active,
  1936. .ui.inverted.black.basic.button:active {
  1937. -webkit-box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1938. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1939. color: #FFFFFF !important;
  1940. }
  1941. /*--- Grey ---*/
  1942. .ui.grey.buttons .button,
  1943. .ui.grey.button {
  1944. background-color: #767676;
  1945. color: #FFFFFF;
  1946. text-shadow: none;
  1947. background-image: none;
  1948. }
  1949. .ui.grey.button {
  1950. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1951. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1952. }
  1953. .ui.grey.buttons .button:hover,
  1954. .ui.grey.button:hover {
  1955. background-color: #838383;
  1956. color: #FFFFFF;
  1957. text-shadow: none;
  1958. }
  1959. .ui.grey.buttons .button:focus,
  1960. .ui.grey.button:focus {
  1961. background-color: #8a8a8a;
  1962. color: #FFFFFF;
  1963. text-shadow: none;
  1964. }
  1965. .ui.grey.buttons .button:active,
  1966. .ui.grey.button:active {
  1967. background-color: #909090;
  1968. color: #FFFFFF;
  1969. text-shadow: none;
  1970. }
  1971. .ui.grey.buttons .active.button,
  1972. .ui.grey.buttons .active.button:active,
  1973. .ui.grey.active.button,
  1974. .ui.grey.button .active.button:active {
  1975. background-color: #696969;
  1976. color: #FFFFFF;
  1977. text-shadow: none;
  1978. }
  1979. /* Basic */
  1980. .ui.basic.grey.buttons .button,
  1981. .ui.basic.grey.button {
  1982. -webkit-box-shadow: 0px 0px 0px 1px #767676 inset !important;
  1983. box-shadow: 0px 0px 0px 1px #767676 inset !important;
  1984. color: #767676 !important;
  1985. }
  1986. .ui.basic.grey.buttons .button:hover,
  1987. .ui.basic.grey.button:hover {
  1988. background: transparent !important;
  1989. -webkit-box-shadow: 0px 0px 0px 1px #838383 inset !important;
  1990. box-shadow: 0px 0px 0px 1px #838383 inset !important;
  1991. color: #838383 !important;
  1992. }
  1993. .ui.basic.grey.buttons .button:focus,
  1994. .ui.basic.grey.button:focus {
  1995. background: transparent !important;
  1996. -webkit-box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
  1997. box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
  1998. color: #838383 !important;
  1999. }
  2000. .ui.basic.grey.buttons .active.button,
  2001. .ui.basic.grey.active.button {
  2002. background: transparent !important;
  2003. -webkit-box-shadow: 0px 0px 0px 1px #696969 inset !important;
  2004. box-shadow: 0px 0px 0px 1px #696969 inset !important;
  2005. color: #909090 !important;
  2006. }
  2007. .ui.basic.grey.buttons .button:active,
  2008. .ui.basic.grey.button:active {
  2009. -webkit-box-shadow: 0px 0px 0px 1px #909090 inset !important;
  2010. box-shadow: 0px 0px 0px 1px #909090 inset !important;
  2011. color: #909090 !important;
  2012. }
  2013. .ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
  2014. margin-left: -1px;
  2015. }
  2016. /* Inverted */
  2017. .ui.inverted.grey.buttons .button,
  2018. .ui.inverted.grey.button {
  2019. background-color: transparent;
  2020. -webkit-box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  2021. box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  2022. color: #FFFFFF;
  2023. }
  2024. .ui.inverted.grey.buttons .button:hover,
  2025. .ui.inverted.grey.button:hover,
  2026. .ui.inverted.grey.buttons .button:focus,
  2027. .ui.inverted.grey.button:focus,
  2028. .ui.inverted.grey.buttons .button.active,
  2029. .ui.inverted.grey.button.active,
  2030. .ui.inverted.grey.buttons .button:active,
  2031. .ui.inverted.grey.button:active {
  2032. -webkit-box-shadow: none !important;
  2033. box-shadow: none !important;
  2034. color: rgba(0, 0, 0, 0.6);
  2035. }
  2036. .ui.inverted.grey.buttons .button:hover,
  2037. .ui.inverted.grey.button:hover {
  2038. background-color: #cfd0d2;
  2039. }
  2040. .ui.inverted.grey.buttons .button:focus,
  2041. .ui.inverted.grey.button:focus {
  2042. background-color: #c7c9cb;
  2043. }
  2044. .ui.inverted.grey.buttons .active.button,
  2045. .ui.inverted.grey.active.button {
  2046. background-color: #cfd0d2;
  2047. }
  2048. .ui.inverted.grey.buttons .button:active,
  2049. .ui.inverted.grey.button:active {
  2050. background-color: #c2c4c5;
  2051. }
  2052. /* Inverted Basic */
  2053. .ui.inverted.grey.basic.buttons .button,
  2054. .ui.inverted.grey.buttons .basic.button,
  2055. .ui.inverted.grey.basic.button {
  2056. background-color: transparent;
  2057. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2058. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2059. color: #FFFFFF !important;
  2060. }
  2061. .ui.inverted.grey.basic.buttons .button:hover,
  2062. .ui.inverted.grey.buttons .basic.button:hover,
  2063. .ui.inverted.grey.basic.button:hover {
  2064. -webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  2065. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  2066. color: #FFFFFF !important;
  2067. }
  2068. .ui.inverted.grey.basic.buttons .button:focus,
  2069. .ui.inverted.grey.basic.buttons .button:focus,
  2070. .ui.inverted.grey.basic.button:focus {
  2071. -webkit-box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
  2072. box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
  2073. color: #DCDDDE !important;
  2074. }
  2075. .ui.inverted.grey.basic.buttons .active.button,
  2076. .ui.inverted.grey.buttons .basic.active.button,
  2077. .ui.inverted.grey.basic.active.button {
  2078. -webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  2079. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  2080. color: #FFFFFF !important;
  2081. }
  2082. .ui.inverted.grey.basic.buttons .button:active,
  2083. .ui.inverted.grey.buttons .basic.button:active,
  2084. .ui.inverted.grey.basic.button:active {
  2085. -webkit-box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
  2086. box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
  2087. color: #FFFFFF !important;
  2088. }
  2089. /*--- Brown ---*/
  2090. .ui.brown.buttons .button,
  2091. .ui.brown.button {
  2092. background-color: #A5673F;
  2093. color: #FFFFFF;
  2094. text-shadow: none;
  2095. background-image: none;
  2096. }
  2097. .ui.brown.button {
  2098. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2099. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2100. }
  2101. .ui.brown.buttons .button:hover,
  2102. .ui.brown.button:hover {
  2103. background-color: #975b33;
  2104. color: #FFFFFF;
  2105. text-shadow: none;
  2106. }
  2107. .ui.brown.buttons .button:focus,
  2108. .ui.brown.button:focus {
  2109. background-color: #90532b;
  2110. color: #FFFFFF;
  2111. text-shadow: none;
  2112. }
  2113. .ui.brown.buttons .button:active,
  2114. .ui.brown.button:active {
  2115. background-color: #805031;
  2116. color: #FFFFFF;
  2117. text-shadow: none;
  2118. }
  2119. .ui.brown.buttons .active.button,
  2120. .ui.brown.buttons .active.button:active,
  2121. .ui.brown.active.button,
  2122. .ui.brown.button .active.button:active {
  2123. background-color: #995a31;
  2124. color: #FFFFFF;
  2125. text-shadow: none;
  2126. }
  2127. /* Basic */
  2128. .ui.basic.brown.buttons .button,
  2129. .ui.basic.brown.button {
  2130. -webkit-box-shadow: 0px 0px 0px 1px #A5673F inset !important;
  2131. box-shadow: 0px 0px 0px 1px #A5673F inset !important;
  2132. color: #A5673F !important;
  2133. }
  2134. .ui.basic.brown.buttons .button:hover,
  2135. .ui.basic.brown.button:hover {
  2136. background: transparent !important;
  2137. -webkit-box-shadow: 0px 0px 0px 1px #975b33 inset !important;
  2138. box-shadow: 0px 0px 0px 1px #975b33 inset !important;
  2139. color: #975b33 !important;
  2140. }
  2141. .ui.basic.brown.buttons .button:focus,
  2142. .ui.basic.brown.button:focus {
  2143. background: transparent !important;
  2144. -webkit-box-shadow: 0px 0px 0px 1px #90532b inset !important;
  2145. box-shadow: 0px 0px 0px 1px #90532b inset !important;
  2146. color: #975b33 !important;
  2147. }
  2148. .ui.basic.brown.buttons .active.button,
  2149. .ui.basic.brown.active.button {
  2150. background: transparent !important;
  2151. -webkit-box-shadow: 0px 0px 0px 1px #995a31 inset !important;
  2152. box-shadow: 0px 0px 0px 1px #995a31 inset !important;
  2153. color: #805031 !important;
  2154. }
  2155. .ui.basic.brown.buttons .button:active,
  2156. .ui.basic.brown.button:active {
  2157. -webkit-box-shadow: 0px 0px 0px 1px #805031 inset !important;
  2158. box-shadow: 0px 0px 0px 1px #805031 inset !important;
  2159. color: #805031 !important;
  2160. }
  2161. .ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
  2162. margin-left: -1px;
  2163. }
  2164. /* Inverted */
  2165. .ui.inverted.brown.buttons .button,
  2166. .ui.inverted.brown.button {
  2167. background-color: transparent;
  2168. -webkit-box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
  2169. box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
  2170. color: #D67C1C;
  2171. }
  2172. .ui.inverted.brown.buttons .button:hover,
  2173. .ui.inverted.brown.button:hover,
  2174. .ui.inverted.brown.buttons .button:focus,
  2175. .ui.inverted.brown.button:focus,
  2176. .ui.inverted.brown.buttons .button.active,
  2177. .ui.inverted.brown.button.active,
  2178. .ui.inverted.brown.buttons .button:active,
  2179. .ui.inverted.brown.button:active {
  2180. -webkit-box-shadow: none !important;
  2181. box-shadow: none !important;
  2182. color: #FFFFFF;
  2183. }
  2184. .ui.inverted.brown.buttons .button:hover,
  2185. .ui.inverted.brown.button:hover {
  2186. background-color: #c86f11;
  2187. }
  2188. .ui.inverted.brown.buttons .button:focus,
  2189. .ui.inverted.brown.button:focus {
  2190. background-color: #c16808;
  2191. }
  2192. .ui.inverted.brown.buttons .active.button,
  2193. .ui.inverted.brown.active.button {
  2194. background-color: #cc6f0d;
  2195. }
  2196. .ui.inverted.brown.buttons .button:active,
  2197. .ui.inverted.brown.button:active {
  2198. background-color: #a96216;
  2199. }
  2200. /* Inverted Basic */
  2201. .ui.inverted.brown.basic.buttons .button,
  2202. .ui.inverted.brown.buttons .basic.button,
  2203. .ui.inverted.brown.basic.button {
  2204. background-color: transparent;
  2205. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2206. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2207. color: #FFFFFF !important;
  2208. }
  2209. .ui.inverted.brown.basic.buttons .button:hover,
  2210. .ui.inverted.brown.buttons .basic.button:hover,
  2211. .ui.inverted.brown.basic.button:hover {
  2212. -webkit-box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
  2213. box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
  2214. color: #D67C1C !important;
  2215. }
  2216. .ui.inverted.brown.basic.buttons .button:focus,
  2217. .ui.inverted.brown.basic.buttons .button:focus,
  2218. .ui.inverted.brown.basic.button:focus {
  2219. -webkit-box-shadow: 0px 0px 0px 2px #c16808 inset !important;
  2220. box-shadow: 0px 0px 0px 2px #c16808 inset !important;
  2221. color: #D67C1C !important;
  2222. }
  2223. .ui.inverted.brown.basic.buttons .active.button,
  2224. .ui.inverted.brown.buttons .basic.active.button,
  2225. .ui.inverted.brown.basic.active.button {
  2226. -webkit-box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
  2227. box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
  2228. color: #D67C1C !important;
  2229. }
  2230. .ui.inverted.brown.basic.buttons .button:active,
  2231. .ui.inverted.brown.buttons .basic.button:active,
  2232. .ui.inverted.brown.basic.button:active {
  2233. -webkit-box-shadow: 0px 0px 0px 2px #a96216 inset !important;
  2234. box-shadow: 0px 0px 0px 2px #a96216 inset !important;
  2235. color: #D67C1C !important;
  2236. }
  2237. /*--- Blue ---*/
  2238. .ui.blue.buttons .button,
  2239. .ui.blue.button {
  2240. background-color: #2185D0;
  2241. color: #FFFFFF;
  2242. text-shadow: none;
  2243. background-image: none;
  2244. }
  2245. .ui.blue.button {
  2246. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2247. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2248. }
  2249. .ui.blue.buttons .button:hover,
  2250. .ui.blue.button:hover {
  2251. background-color: #1678c2;
  2252. color: #FFFFFF;
  2253. text-shadow: none;
  2254. }
  2255. .ui.blue.buttons .button:focus,
  2256. .ui.blue.button:focus {
  2257. background-color: #0d71bb;
  2258. color: #FFFFFF;
  2259. text-shadow: none;
  2260. }
  2261. .ui.blue.buttons .button:active,
  2262. .ui.blue.button:active {
  2263. background-color: #1a69a4;
  2264. color: #FFFFFF;
  2265. text-shadow: none;
  2266. }
  2267. .ui.blue.buttons .active.button,
  2268. .ui.blue.buttons .active.button:active,
  2269. .ui.blue.active.button,
  2270. .ui.blue.button .active.button:active {
  2271. background-color: #1279c6;
  2272. color: #FFFFFF;
  2273. text-shadow: none;
  2274. }
  2275. /* Basic */
  2276. .ui.basic.blue.buttons .button,
  2277. .ui.basic.blue.button {
  2278. -webkit-box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  2279. box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  2280. color: #2185D0 !important;
  2281. }
  2282. .ui.basic.blue.buttons .button:hover,
  2283. .ui.basic.blue.button:hover {
  2284. background: transparent !important;
  2285. -webkit-box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  2286. box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  2287. color: #1678c2 !important;
  2288. }
  2289. .ui.basic.blue.buttons .button:focus,
  2290. .ui.basic.blue.button:focus {
  2291. background: transparent !important;
  2292. -webkit-box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  2293. box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  2294. color: #1678c2 !important;
  2295. }
  2296. .ui.basic.blue.buttons .active.button,
  2297. .ui.basic.blue.active.button {
  2298. background: transparent !important;
  2299. -webkit-box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  2300. box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  2301. color: #1a69a4 !important;
  2302. }
  2303. .ui.basic.blue.buttons .button:active,
  2304. .ui.basic.blue.button:active {
  2305. -webkit-box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  2306. box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  2307. color: #1a69a4 !important;
  2308. }
  2309. .ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
  2310. margin-left: -1px;
  2311. }
  2312. /* Inverted */
  2313. .ui.inverted.blue.buttons .button,
  2314. .ui.inverted.blue.button {
  2315. background-color: transparent;
  2316. -webkit-box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  2317. box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  2318. color: #54C8FF;
  2319. }
  2320. .ui.inverted.blue.buttons .button:hover,
  2321. .ui.inverted.blue.button:hover,
  2322. .ui.inverted.blue.buttons .button:focus,
  2323. .ui.inverted.blue.button:focus,
  2324. .ui.inverted.blue.buttons .button.active,
  2325. .ui.inverted.blue.button.active,
  2326. .ui.inverted.blue.buttons .button:active,
  2327. .ui.inverted.blue.button:active {
  2328. -webkit-box-shadow: none !important;
  2329. box-shadow: none !important;
  2330. color: #FFFFFF;
  2331. }
  2332. .ui.inverted.blue.buttons .button:hover,
  2333. .ui.inverted.blue.button:hover {
  2334. background-color: #3ac0ff;
  2335. }
  2336. .ui.inverted.blue.buttons .button:focus,
  2337. .ui.inverted.blue.button:focus {
  2338. background-color: #2bbbff;
  2339. }
  2340. .ui.inverted.blue.buttons .active.button,
  2341. .ui.inverted.blue.active.button {
  2342. background-color: #3ac0ff;
  2343. }
  2344. .ui.inverted.blue.buttons .button:active,
  2345. .ui.inverted.blue.button:active {
  2346. background-color: #21b8ff;
  2347. }
  2348. /* Inverted Basic */
  2349. .ui.inverted.blue.basic.buttons .button,
  2350. .ui.inverted.blue.buttons .basic.button,
  2351. .ui.inverted.blue.basic.button {
  2352. background-color: transparent;
  2353. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2354. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2355. color: #FFFFFF !important;
  2356. }
  2357. .ui.inverted.blue.basic.buttons .button:hover,
  2358. .ui.inverted.blue.buttons .basic.button:hover,
  2359. .ui.inverted.blue.basic.button:hover {
  2360. -webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  2361. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  2362. color: #54C8FF !important;
  2363. }
  2364. .ui.inverted.blue.basic.buttons .button:focus,
  2365. .ui.inverted.blue.basic.buttons .button:focus,
  2366. .ui.inverted.blue.basic.button:focus {
  2367. -webkit-box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  2368. box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  2369. color: #54C8FF !important;
  2370. }
  2371. .ui.inverted.blue.basic.buttons .active.button,
  2372. .ui.inverted.blue.buttons .basic.active.button,
  2373. .ui.inverted.blue.basic.active.button {
  2374. -webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  2375. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  2376. color: #54C8FF !important;
  2377. }
  2378. .ui.inverted.blue.basic.buttons .button:active,
  2379. .ui.inverted.blue.buttons .basic.button:active,
  2380. .ui.inverted.blue.basic.button:active {
  2381. -webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  2382. box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  2383. color: #54C8FF !important;
  2384. }
  2385. /*--- Green ---*/
  2386. .ui.green.buttons .button,
  2387. .ui.green.button {
  2388. background-color: #21BA45;
  2389. color: #FFFFFF;
  2390. text-shadow: none;
  2391. background-image: none;
  2392. }
  2393. .ui.green.button {
  2394. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2395. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2396. }
  2397. .ui.green.buttons .button:hover,
  2398. .ui.green.button:hover {
  2399. background-color: #16ab39;
  2400. color: #FFFFFF;
  2401. text-shadow: none;
  2402. }
  2403. .ui.green.buttons .button:focus,
  2404. .ui.green.button:focus {
  2405. background-color: #0ea432;
  2406. color: #FFFFFF;
  2407. text-shadow: none;
  2408. }
  2409. .ui.green.buttons .button:active,
  2410. .ui.green.button:active {
  2411. background-color: #198f35;
  2412. color: #FFFFFF;
  2413. text-shadow: none;
  2414. }
  2415. .ui.green.buttons .active.button,
  2416. .ui.green.buttons .active.button:active,
  2417. .ui.green.active.button,
  2418. .ui.green.button .active.button:active {
  2419. background-color: #13ae38;
  2420. color: #FFFFFF;
  2421. text-shadow: none;
  2422. }
  2423. /* Basic */
  2424. .ui.basic.green.buttons .button,
  2425. .ui.basic.green.button {
  2426. -webkit-box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  2427. box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  2428. color: #21BA45 !important;
  2429. }
  2430. .ui.basic.green.buttons .button:hover,
  2431. .ui.basic.green.button:hover {
  2432. background: transparent !important;
  2433. -webkit-box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  2434. box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  2435. color: #16ab39 !important;
  2436. }
  2437. .ui.basic.green.buttons .button:focus,
  2438. .ui.basic.green.button:focus {
  2439. background: transparent !important;
  2440. -webkit-box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  2441. box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  2442. color: #16ab39 !important;
  2443. }
  2444. .ui.basic.green.buttons .active.button,
  2445. .ui.basic.green.active.button {
  2446. background: transparent !important;
  2447. -webkit-box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  2448. box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  2449. color: #198f35 !important;
  2450. }
  2451. .ui.basic.green.buttons .button:active,
  2452. .ui.basic.green.button:active {
  2453. -webkit-box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  2454. box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  2455. color: #198f35 !important;
  2456. }
  2457. .ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
  2458. margin-left: -1px;
  2459. }
  2460. /* Inverted */
  2461. .ui.inverted.green.buttons .button,
  2462. .ui.inverted.green.button {
  2463. background-color: transparent;
  2464. -webkit-box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
  2465. box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
  2466. color: #2ECC40;
  2467. }
  2468. .ui.inverted.green.buttons .button:hover,
  2469. .ui.inverted.green.button:hover,
  2470. .ui.inverted.green.buttons .button:focus,
  2471. .ui.inverted.green.button:focus,
  2472. .ui.inverted.green.buttons .button.active,
  2473. .ui.inverted.green.button.active,
  2474. .ui.inverted.green.buttons .button:active,
  2475. .ui.inverted.green.button:active {
  2476. -webkit-box-shadow: none !important;
  2477. box-shadow: none !important;
  2478. color: #FFFFFF;
  2479. }
  2480. .ui.inverted.green.buttons .button:hover,
  2481. .ui.inverted.green.button:hover {
  2482. background-color: #22be34;
  2483. }
  2484. .ui.inverted.green.buttons .button:focus,
  2485. .ui.inverted.green.button:focus {
  2486. background-color: #19b82b;
  2487. }
  2488. .ui.inverted.green.buttons .active.button,
  2489. .ui.inverted.green.active.button {
  2490. background-color: #1fc231;
  2491. }
  2492. .ui.inverted.green.buttons .button:active,
  2493. .ui.inverted.green.button:active {
  2494. background-color: #25a233;
  2495. }
  2496. /* Inverted Basic */
  2497. .ui.inverted.green.basic.buttons .button,
  2498. .ui.inverted.green.buttons .basic.button,
  2499. .ui.inverted.green.basic.button {
  2500. background-color: transparent;
  2501. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2502. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2503. color: #FFFFFF !important;
  2504. }
  2505. .ui.inverted.green.basic.buttons .button:hover,
  2506. .ui.inverted.green.buttons .basic.button:hover,
  2507. .ui.inverted.green.basic.button:hover {
  2508. -webkit-box-shadow: 0px 0px 0px 2px #22be34 inset !important;
  2509. box-shadow: 0px 0px 0px 2px #22be34 inset !important;
  2510. color: #2ECC40 !important;
  2511. }
  2512. .ui.inverted.green.basic.buttons .button:focus,
  2513. .ui.inverted.green.basic.buttons .button:focus,
  2514. .ui.inverted.green.basic.button:focus {
  2515. -webkit-box-shadow: 0px 0px 0px 2px #19b82b inset !important;
  2516. box-shadow: 0px 0px 0px 2px #19b82b inset !important;
  2517. color: #2ECC40 !important;
  2518. }
  2519. .ui.inverted.green.basic.buttons .active.button,
  2520. .ui.inverted.green.buttons .basic.active.button,
  2521. .ui.inverted.green.basic.active.button {
  2522. -webkit-box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
  2523. box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
  2524. color: #2ECC40 !important;
  2525. }
  2526. .ui.inverted.green.basic.buttons .button:active,
  2527. .ui.inverted.green.buttons .basic.button:active,
  2528. .ui.inverted.green.basic.button:active {
  2529. -webkit-box-shadow: 0px 0px 0px 2px #25a233 inset !important;
  2530. box-shadow: 0px 0px 0px 2px #25a233 inset !important;
  2531. color: #2ECC40 !important;
  2532. }
  2533. /*--- Orange ---*/
  2534. .ui.orange.buttons .button,
  2535. .ui.orange.button {
  2536. background-color: #F2711C;
  2537. color: #FFFFFF;
  2538. text-shadow: none;
  2539. background-image: none;
  2540. }
  2541. .ui.orange.button {
  2542. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2543. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2544. }
  2545. .ui.orange.buttons .button:hover,
  2546. .ui.orange.button:hover {
  2547. background-color: #f26202;
  2548. color: #FFFFFF;
  2549. text-shadow: none;
  2550. }
  2551. .ui.orange.buttons .button:focus,
  2552. .ui.orange.button:focus {
  2553. background-color: #e55b00;
  2554. color: #FFFFFF;
  2555. text-shadow: none;
  2556. }
  2557. .ui.orange.buttons .button:active,
  2558. .ui.orange.button:active {
  2559. background-color: #cf590c;
  2560. color: #FFFFFF;
  2561. text-shadow: none;
  2562. }
  2563. .ui.orange.buttons .active.button,
  2564. .ui.orange.buttons .active.button:active,
  2565. .ui.orange.active.button,
  2566. .ui.orange.button .active.button:active {
  2567. background-color: #f56100;
  2568. color: #FFFFFF;
  2569. text-shadow: none;
  2570. }
  2571. /* Basic */
  2572. .ui.basic.orange.buttons .button,
  2573. .ui.basic.orange.button {
  2574. -webkit-box-shadow: 0px 0px 0px 1px #F2711C inset !important;
  2575. box-shadow: 0px 0px 0px 1px #F2711C inset !important;
  2576. color: #F2711C !important;
  2577. }
  2578. .ui.basic.orange.buttons .button:hover,
  2579. .ui.basic.orange.button:hover {
  2580. background: transparent !important;
  2581. -webkit-box-shadow: 0px 0px 0px 1px #f26202 inset !important;
  2582. box-shadow: 0px 0px 0px 1px #f26202 inset !important;
  2583. color: #f26202 !important;
  2584. }
  2585. .ui.basic.orange.buttons .button:focus,
  2586. .ui.basic.orange.button:focus {
  2587. background: transparent !important;
  2588. -webkit-box-shadow: 0px 0px 0px 1px #e55b00 inset !important;
  2589. box-shadow: 0px 0px 0px 1px #e55b00 inset !important;
  2590. color: #f26202 !important;
  2591. }
  2592. .ui.basic.orange.buttons .active.button,
  2593. .ui.basic.orange.active.button {
  2594. background: transparent !important;
  2595. -webkit-box-shadow: 0px 0px 0px 1px #f56100 inset !important;
  2596. box-shadow: 0px 0px 0px 1px #f56100 inset !important;
  2597. color: #cf590c !important;
  2598. }
  2599. .ui.basic.orange.buttons .button:active,
  2600. .ui.basic.orange.button:active {
  2601. -webkit-box-shadow: 0px 0px 0px 1px #cf590c inset !important;
  2602. box-shadow: 0px 0px 0px 1px #cf590c inset !important;
  2603. color: #cf590c !important;
  2604. }
  2605. .ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
  2606. margin-left: -1px;
  2607. }
  2608. /* Inverted */
  2609. .ui.inverted.orange.buttons .button,
  2610. .ui.inverted.orange.button {
  2611. background-color: transparent;
  2612. -webkit-box-shadow: 0px 0px 0px 2px #FF851B inset !important;
  2613. box-shadow: 0px 0px 0px 2px #FF851B inset !important;
  2614. color: #FF851B;
  2615. }
  2616. .ui.inverted.orange.buttons .button:hover,
  2617. .ui.inverted.orange.button:hover,
  2618. .ui.inverted.orange.buttons .button:focus,
  2619. .ui.inverted.orange.button:focus,
  2620. .ui.inverted.orange.buttons .button.active,
  2621. .ui.inverted.orange.button.active,
  2622. .ui.inverted.orange.buttons .button:active,
  2623. .ui.inverted.orange.button:active {
  2624. -webkit-box-shadow: none !important;
  2625. box-shadow: none !important;
  2626. color: #FFFFFF;
  2627. }
  2628. .ui.inverted.orange.buttons .button:hover,
  2629. .ui.inverted.orange.button:hover {
  2630. background-color: #ff7701;
  2631. }
  2632. .ui.inverted.orange.buttons .button:focus,
  2633. .ui.inverted.orange.button:focus {
  2634. background-color: #f17000;
  2635. }
  2636. .ui.inverted.orange.buttons .active.button,
  2637. .ui.inverted.orange.active.button {
  2638. background-color: #ff7701;
  2639. }
  2640. .ui.inverted.orange.buttons .button:active,
  2641. .ui.inverted.orange.button:active {
  2642. background-color: #e76b00;
  2643. }
  2644. /* Inverted Basic */
  2645. .ui.inverted.orange.basic.buttons .button,
  2646. .ui.inverted.orange.buttons .basic.button,
  2647. .ui.inverted.orange.basic.button {
  2648. background-color: transparent;
  2649. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2650. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2651. color: #FFFFFF !important;
  2652. }
  2653. .ui.inverted.orange.basic.buttons .button:hover,
  2654. .ui.inverted.orange.buttons .basic.button:hover,
  2655. .ui.inverted.orange.basic.button:hover {
  2656. -webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2657. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2658. color: #FF851B !important;
  2659. }
  2660. .ui.inverted.orange.basic.buttons .button:focus,
  2661. .ui.inverted.orange.basic.buttons .button:focus,
  2662. .ui.inverted.orange.basic.button:focus {
  2663. -webkit-box-shadow: 0px 0px 0px 2px #f17000 inset !important;
  2664. box-shadow: 0px 0px 0px 2px #f17000 inset !important;
  2665. color: #FF851B !important;
  2666. }
  2667. .ui.inverted.orange.basic.buttons .active.button,
  2668. .ui.inverted.orange.buttons .basic.active.button,
  2669. .ui.inverted.orange.basic.active.button {
  2670. -webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2671. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2672. color: #FF851B !important;
  2673. }
  2674. .ui.inverted.orange.basic.buttons .button:active,
  2675. .ui.inverted.orange.buttons .basic.button:active,
  2676. .ui.inverted.orange.basic.button:active {
  2677. -webkit-box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
  2678. box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
  2679. color: #FF851B !important;
  2680. }
  2681. /*--- Pink ---*/
  2682. .ui.pink.buttons .button,
  2683. .ui.pink.button {
  2684. background-color: #E03997;
  2685. color: #FFFFFF;
  2686. text-shadow: none;
  2687. background-image: none;
  2688. }
  2689. .ui.pink.button {
  2690. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2691. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2692. }
  2693. .ui.pink.buttons .button:hover,
  2694. .ui.pink.button:hover {
  2695. background-color: #e61a8d;
  2696. color: #FFFFFF;
  2697. text-shadow: none;
  2698. }
  2699. .ui.pink.buttons .button:focus,
  2700. .ui.pink.button:focus {
  2701. background-color: #e10f85;
  2702. color: #FFFFFF;
  2703. text-shadow: none;
  2704. }
  2705. .ui.pink.buttons .button:active,
  2706. .ui.pink.button:active {
  2707. background-color: #c71f7e;
  2708. color: #FFFFFF;
  2709. text-shadow: none;
  2710. }
  2711. .ui.pink.buttons .active.button,
  2712. .ui.pink.buttons .active.button:active,
  2713. .ui.pink.active.button,
  2714. .ui.pink.button .active.button:active {
  2715. background-color: #ea158d;
  2716. color: #FFFFFF;
  2717. text-shadow: none;
  2718. }
  2719. /* Basic */
  2720. .ui.basic.pink.buttons .button,
  2721. .ui.basic.pink.button {
  2722. -webkit-box-shadow: 0px 0px 0px 1px #E03997 inset !important;
  2723. box-shadow: 0px 0px 0px 1px #E03997 inset !important;
  2724. color: #E03997 !important;
  2725. }
  2726. .ui.basic.pink.buttons .button:hover,
  2727. .ui.basic.pink.button:hover {
  2728. background: transparent !important;
  2729. -webkit-box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
  2730. box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
  2731. color: #e61a8d !important;
  2732. }
  2733. .ui.basic.pink.buttons .button:focus,
  2734. .ui.basic.pink.button:focus {
  2735. background: transparent !important;
  2736. -webkit-box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
  2737. box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
  2738. color: #e61a8d !important;
  2739. }
  2740. .ui.basic.pink.buttons .active.button,
  2741. .ui.basic.pink.active.button {
  2742. background: transparent !important;
  2743. -webkit-box-shadow: 0px 0px 0px 1px #ea158d inset !important;
  2744. box-shadow: 0px 0px 0px 1px #ea158d inset !important;
  2745. color: #c71f7e !important;
  2746. }
  2747. .ui.basic.pink.buttons .button:active,
  2748. .ui.basic.pink.button:active {
  2749. -webkit-box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
  2750. box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
  2751. color: #c71f7e !important;
  2752. }
  2753. .ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
  2754. margin-left: -1px;
  2755. }
  2756. /* Inverted */
  2757. .ui.inverted.pink.buttons .button,
  2758. .ui.inverted.pink.button {
  2759. background-color: transparent;
  2760. -webkit-box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
  2761. box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
  2762. color: #FF8EDF;
  2763. }
  2764. .ui.inverted.pink.buttons .button:hover,
  2765. .ui.inverted.pink.button:hover,
  2766. .ui.inverted.pink.buttons .button:focus,
  2767. .ui.inverted.pink.button:focus,
  2768. .ui.inverted.pink.buttons .button.active,
  2769. .ui.inverted.pink.button.active,
  2770. .ui.inverted.pink.buttons .button:active,
  2771. .ui.inverted.pink.button:active {
  2772. -webkit-box-shadow: none !important;
  2773. box-shadow: none !important;
  2774. color: #FFFFFF;
  2775. }
  2776. .ui.inverted.pink.buttons .button:hover,
  2777. .ui.inverted.pink.button:hover {
  2778. background-color: #ff74d8;
  2779. }
  2780. .ui.inverted.pink.buttons .button:focus,
  2781. .ui.inverted.pink.button:focus {
  2782. background-color: #ff65d3;
  2783. }
  2784. .ui.inverted.pink.buttons .active.button,
  2785. .ui.inverted.pink.active.button {
  2786. background-color: #ff74d8;
  2787. }
  2788. .ui.inverted.pink.buttons .button:active,
  2789. .ui.inverted.pink.button:active {
  2790. background-color: #ff5bd1;
  2791. }
  2792. /* Inverted Basic */
  2793. .ui.inverted.pink.basic.buttons .button,
  2794. .ui.inverted.pink.buttons .basic.button,
  2795. .ui.inverted.pink.basic.button {
  2796. background-color: transparent;
  2797. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2798. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2799. color: #FFFFFF !important;
  2800. }
  2801. .ui.inverted.pink.basic.buttons .button:hover,
  2802. .ui.inverted.pink.buttons .basic.button:hover,
  2803. .ui.inverted.pink.basic.button:hover {
  2804. -webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2805. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2806. color: #FF8EDF !important;
  2807. }
  2808. .ui.inverted.pink.basic.buttons .button:focus,
  2809. .ui.inverted.pink.basic.buttons .button:focus,
  2810. .ui.inverted.pink.basic.button:focus {
  2811. -webkit-box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
  2812. box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
  2813. color: #FF8EDF !important;
  2814. }
  2815. .ui.inverted.pink.basic.buttons .active.button,
  2816. .ui.inverted.pink.buttons .basic.active.button,
  2817. .ui.inverted.pink.basic.active.button {
  2818. -webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2819. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2820. color: #FF8EDF !important;
  2821. }
  2822. .ui.inverted.pink.basic.buttons .button:active,
  2823. .ui.inverted.pink.buttons .basic.button:active,
  2824. .ui.inverted.pink.basic.button:active {
  2825. -webkit-box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
  2826. box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
  2827. color: #FF8EDF !important;
  2828. }
  2829. /*--- Violet ---*/
  2830. .ui.violet.buttons .button,
  2831. .ui.violet.button {
  2832. background-color: #6435C9;
  2833. color: #FFFFFF;
  2834. text-shadow: none;
  2835. background-image: none;
  2836. }
  2837. .ui.violet.button {
  2838. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2839. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2840. }
  2841. .ui.violet.buttons .button:hover,
  2842. .ui.violet.button:hover {
  2843. background-color: #5829bb;
  2844. color: #FFFFFF;
  2845. text-shadow: none;
  2846. }
  2847. .ui.violet.buttons .button:focus,
  2848. .ui.violet.button:focus {
  2849. background-color: #4f20b5;
  2850. color: #FFFFFF;
  2851. text-shadow: none;
  2852. }
  2853. .ui.violet.buttons .button:active,
  2854. .ui.violet.button:active {
  2855. background-color: #502aa1;
  2856. color: #FFFFFF;
  2857. text-shadow: none;
  2858. }
  2859. .ui.violet.buttons .active.button,
  2860. .ui.violet.buttons .active.button:active,
  2861. .ui.violet.active.button,
  2862. .ui.violet.button .active.button:active {
  2863. background-color: #5626bf;
  2864. color: #FFFFFF;
  2865. text-shadow: none;
  2866. }
  2867. /* Basic */
  2868. .ui.basic.violet.buttons .button,
  2869. .ui.basic.violet.button {
  2870. -webkit-box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
  2871. box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
  2872. color: #6435C9 !important;
  2873. }
  2874. .ui.basic.violet.buttons .button:hover,
  2875. .ui.basic.violet.button:hover {
  2876. background: transparent !important;
  2877. -webkit-box-shadow: 0px 0px 0px 1px #5829bb inset !important;
  2878. box-shadow: 0px 0px 0px 1px #5829bb inset !important;
  2879. color: #5829bb !important;
  2880. }
  2881. .ui.basic.violet.buttons .button:focus,
  2882. .ui.basic.violet.button:focus {
  2883. background: transparent !important;
  2884. -webkit-box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
  2885. box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
  2886. color: #5829bb !important;
  2887. }
  2888. .ui.basic.violet.buttons .active.button,
  2889. .ui.basic.violet.active.button {
  2890. background: transparent !important;
  2891. -webkit-box-shadow: 0px 0px 0px 1px #5626bf inset !important;
  2892. box-shadow: 0px 0px 0px 1px #5626bf inset !important;
  2893. color: #502aa1 !important;
  2894. }
  2895. .ui.basic.violet.buttons .button:active,
  2896. .ui.basic.violet.button:active {
  2897. -webkit-box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
  2898. box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
  2899. color: #502aa1 !important;
  2900. }
  2901. .ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
  2902. margin-left: -1px;
  2903. }
  2904. /* Inverted */
  2905. .ui.inverted.violet.buttons .button,
  2906. .ui.inverted.violet.button {
  2907. background-color: transparent;
  2908. -webkit-box-shadow: 0px 0px 0px 2px #A291FB inset !important;
  2909. box-shadow: 0px 0px 0px 2px #A291FB inset !important;
  2910. color: #A291FB;
  2911. }
  2912. .ui.inverted.violet.buttons .button:hover,
  2913. .ui.inverted.violet.button:hover,
  2914. .ui.inverted.violet.buttons .button:focus,
  2915. .ui.inverted.violet.button:focus,
  2916. .ui.inverted.violet.buttons .button.active,
  2917. .ui.inverted.violet.button.active,
  2918. .ui.inverted.violet.buttons .button:active,
  2919. .ui.inverted.violet.button:active {
  2920. -webkit-box-shadow: none !important;
  2921. box-shadow: none !important;
  2922. color: #FFFFFF;
  2923. }
  2924. .ui.inverted.violet.buttons .button:hover,
  2925. .ui.inverted.violet.button:hover {
  2926. background-color: #8a73ff;
  2927. }
  2928. .ui.inverted.violet.buttons .button:focus,
  2929. .ui.inverted.violet.button:focus {
  2930. background-color: #7d64ff;
  2931. }
  2932. .ui.inverted.violet.buttons .active.button,
  2933. .ui.inverted.violet.active.button {
  2934. background-color: #8a73ff;
  2935. }
  2936. .ui.inverted.violet.buttons .button:active,
  2937. .ui.inverted.violet.button:active {
  2938. background-color: #7860f9;
  2939. }
  2940. /* Inverted Basic */
  2941. .ui.inverted.violet.basic.buttons .button,
  2942. .ui.inverted.violet.buttons .basic.button,
  2943. .ui.inverted.violet.basic.button {
  2944. background-color: transparent;
  2945. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2946. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2947. color: #FFFFFF !important;
  2948. }
  2949. .ui.inverted.violet.basic.buttons .button:hover,
  2950. .ui.inverted.violet.buttons .basic.button:hover,
  2951. .ui.inverted.violet.basic.button:hover {
  2952. -webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2953. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2954. color: #A291FB !important;
  2955. }
  2956. .ui.inverted.violet.basic.buttons .button:focus,
  2957. .ui.inverted.violet.basic.buttons .button:focus,
  2958. .ui.inverted.violet.basic.button:focus {
  2959. -webkit-box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
  2960. box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
  2961. color: #A291FB !important;
  2962. }
  2963. .ui.inverted.violet.basic.buttons .active.button,
  2964. .ui.inverted.violet.buttons .basic.active.button,
  2965. .ui.inverted.violet.basic.active.button {
  2966. -webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2967. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2968. color: #A291FB !important;
  2969. }
  2970. .ui.inverted.violet.basic.buttons .button:active,
  2971. .ui.inverted.violet.buttons .basic.button:active,
  2972. .ui.inverted.violet.basic.button:active {
  2973. -webkit-box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
  2974. box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
  2975. color: #A291FB !important;
  2976. }
  2977. /*--- Purple ---*/
  2978. .ui.purple.buttons .button,
  2979. .ui.purple.button {
  2980. background-color: #A333C8;
  2981. color: #FFFFFF;
  2982. text-shadow: none;
  2983. background-image: none;
  2984. }
  2985. .ui.purple.button {
  2986. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2987. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2988. }
  2989. .ui.purple.buttons .button:hover,
  2990. .ui.purple.button:hover {
  2991. background-color: #9627ba;
  2992. color: #FFFFFF;
  2993. text-shadow: none;
  2994. }
  2995. .ui.purple.buttons .button:focus,
  2996. .ui.purple.button:focus {
  2997. background-color: #8f1eb4;
  2998. color: #FFFFFF;
  2999. text-shadow: none;
  3000. }
  3001. .ui.purple.buttons .button:active,
  3002. .ui.purple.button:active {
  3003. background-color: #82299f;
  3004. color: #FFFFFF;
  3005. text-shadow: none;
  3006. }
  3007. .ui.purple.buttons .active.button,
  3008. .ui.purple.buttons .active.button:active,
  3009. .ui.purple.active.button,
  3010. .ui.purple.button .active.button:active {
  3011. background-color: #9724be;
  3012. color: #FFFFFF;
  3013. text-shadow: none;
  3014. }
  3015. /* Basic */
  3016. .ui.basic.purple.buttons .button,
  3017. .ui.basic.purple.button {
  3018. -webkit-box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
  3019. box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
  3020. color: #A333C8 !important;
  3021. }
  3022. .ui.basic.purple.buttons .button:hover,
  3023. .ui.basic.purple.button:hover {
  3024. background: transparent !important;
  3025. -webkit-box-shadow: 0px 0px 0px 1px #9627ba inset !important;
  3026. box-shadow: 0px 0px 0px 1px #9627ba inset !important;
  3027. color: #9627ba !important;
  3028. }
  3029. .ui.basic.purple.buttons .button:focus,
  3030. .ui.basic.purple.button:focus {
  3031. background: transparent !important;
  3032. -webkit-box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
  3033. box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
  3034. color: #9627ba !important;
  3035. }
  3036. .ui.basic.purple.buttons .active.button,
  3037. .ui.basic.purple.active.button {
  3038. background: transparent !important;
  3039. -webkit-box-shadow: 0px 0px 0px 1px #9724be inset !important;
  3040. box-shadow: 0px 0px 0px 1px #9724be inset !important;
  3041. color: #82299f !important;
  3042. }
  3043. .ui.basic.purple.buttons .button:active,
  3044. .ui.basic.purple.button:active {
  3045. -webkit-box-shadow: 0px 0px 0px 1px #82299f inset !important;
  3046. box-shadow: 0px 0px 0px 1px #82299f inset !important;
  3047. color: #82299f !important;
  3048. }
  3049. .ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
  3050. margin-left: -1px;
  3051. }
  3052. /* Inverted */
  3053. .ui.inverted.purple.buttons .button,
  3054. .ui.inverted.purple.button {
  3055. background-color: transparent;
  3056. -webkit-box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
  3057. box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
  3058. color: #DC73FF;
  3059. }
  3060. .ui.inverted.purple.buttons .button:hover,
  3061. .ui.inverted.purple.button:hover,
  3062. .ui.inverted.purple.buttons .button:focus,
  3063. .ui.inverted.purple.button:focus,
  3064. .ui.inverted.purple.buttons .button.active,
  3065. .ui.inverted.purple.button.active,
  3066. .ui.inverted.purple.buttons .button:active,
  3067. .ui.inverted.purple.button:active {
  3068. -webkit-box-shadow: none !important;
  3069. box-shadow: none !important;
  3070. color: #FFFFFF;
  3071. }
  3072. .ui.inverted.purple.buttons .button:hover,
  3073. .ui.inverted.purple.button:hover {
  3074. background-color: #d65aff;
  3075. }
  3076. .ui.inverted.purple.buttons .button:focus,
  3077. .ui.inverted.purple.button:focus {
  3078. background-color: #d24aff;
  3079. }
  3080. .ui.inverted.purple.buttons .active.button,
  3081. .ui.inverted.purple.active.button {
  3082. background-color: #d65aff;
  3083. }
  3084. .ui.inverted.purple.buttons .button:active,
  3085. .ui.inverted.purple.button:active {
  3086. background-color: #cf40ff;
  3087. }
  3088. /* Inverted Basic */
  3089. .ui.inverted.purple.basic.buttons .button,
  3090. .ui.inverted.purple.buttons .basic.button,
  3091. .ui.inverted.purple.basic.button {
  3092. background-color: transparent;
  3093. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3094. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3095. color: #FFFFFF !important;
  3096. }
  3097. .ui.inverted.purple.basic.buttons .button:hover,
  3098. .ui.inverted.purple.buttons .basic.button:hover,
  3099. .ui.inverted.purple.basic.button:hover {
  3100. -webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  3101. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  3102. color: #DC73FF !important;
  3103. }
  3104. .ui.inverted.purple.basic.buttons .button:focus,
  3105. .ui.inverted.purple.basic.buttons .button:focus,
  3106. .ui.inverted.purple.basic.button:focus {
  3107. -webkit-box-shadow: 0px 0px 0px 2px #d24aff inset !important;
  3108. box-shadow: 0px 0px 0px 2px #d24aff inset !important;
  3109. color: #DC73FF !important;
  3110. }
  3111. .ui.inverted.purple.basic.buttons .active.button,
  3112. .ui.inverted.purple.buttons .basic.active.button,
  3113. .ui.inverted.purple.basic.active.button {
  3114. -webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  3115. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  3116. color: #DC73FF !important;
  3117. }
  3118. .ui.inverted.purple.basic.buttons .button:active,
  3119. .ui.inverted.purple.buttons .basic.button:active,
  3120. .ui.inverted.purple.basic.button:active {
  3121. -webkit-box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
  3122. box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
  3123. color: #DC73FF !important;
  3124. }
  3125. /*--- Red ---*/
  3126. .ui.red.buttons .button,
  3127. .ui.red.button {
  3128. background-color: #DB2828;
  3129. color: #FFFFFF;
  3130. text-shadow: none;
  3131. background-image: none;
  3132. }
  3133. .ui.red.button {
  3134. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3135. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3136. }
  3137. .ui.red.buttons .button:hover,
  3138. .ui.red.button:hover {
  3139. background-color: #d01919;
  3140. color: #FFFFFF;
  3141. text-shadow: none;
  3142. }
  3143. .ui.red.buttons .button:focus,
  3144. .ui.red.button:focus {
  3145. background-color: #ca1010;
  3146. color: #FFFFFF;
  3147. text-shadow: none;
  3148. }
  3149. .ui.red.buttons .button:active,
  3150. .ui.red.button:active {
  3151. background-color: #b21e1e;
  3152. color: #FFFFFF;
  3153. text-shadow: none;
  3154. }
  3155. .ui.red.buttons .active.button,
  3156. .ui.red.buttons .active.button:active,
  3157. .ui.red.active.button,
  3158. .ui.red.button .active.button:active {
  3159. background-color: #d41515;
  3160. color: #FFFFFF;
  3161. text-shadow: none;
  3162. }
  3163. /* Basic */
  3164. .ui.basic.red.buttons .button,
  3165. .ui.basic.red.button {
  3166. -webkit-box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  3167. box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  3168. color: #DB2828 !important;
  3169. }
  3170. .ui.basic.red.buttons .button:hover,
  3171. .ui.basic.red.button:hover {
  3172. background: transparent !important;
  3173. -webkit-box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  3174. box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  3175. color: #d01919 !important;
  3176. }
  3177. .ui.basic.red.buttons .button:focus,
  3178. .ui.basic.red.button:focus {
  3179. background: transparent !important;
  3180. -webkit-box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  3181. box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  3182. color: #d01919 !important;
  3183. }
  3184. .ui.basic.red.buttons .active.button,
  3185. .ui.basic.red.active.button {
  3186. background: transparent !important;
  3187. -webkit-box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  3188. box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  3189. color: #b21e1e !important;
  3190. }
  3191. .ui.basic.red.buttons .button:active,
  3192. .ui.basic.red.button:active {
  3193. -webkit-box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  3194. box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  3195. color: #b21e1e !important;
  3196. }
  3197. .ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
  3198. margin-left: -1px;
  3199. }
  3200. /* Inverted */
  3201. .ui.inverted.red.buttons .button,
  3202. .ui.inverted.red.button {
  3203. background-color: transparent;
  3204. -webkit-box-shadow: 0px 0px 0px 2px #FF695E inset !important;
  3205. box-shadow: 0px 0px 0px 2px #FF695E inset !important;
  3206. color: #FF695E;
  3207. }
  3208. .ui.inverted.red.buttons .button:hover,
  3209. .ui.inverted.red.button:hover,
  3210. .ui.inverted.red.buttons .button:focus,
  3211. .ui.inverted.red.button:focus,
  3212. .ui.inverted.red.buttons .button.active,
  3213. .ui.inverted.red.button.active,
  3214. .ui.inverted.red.buttons .button:active,
  3215. .ui.inverted.red.button:active {
  3216. -webkit-box-shadow: none !important;
  3217. box-shadow: none !important;
  3218. color: #FFFFFF;
  3219. }
  3220. .ui.inverted.red.buttons .button:hover,
  3221. .ui.inverted.red.button:hover {
  3222. background-color: #ff5144;
  3223. }
  3224. .ui.inverted.red.buttons .button:focus,
  3225. .ui.inverted.red.button:focus {
  3226. background-color: #ff4335;
  3227. }
  3228. .ui.inverted.red.buttons .active.button,
  3229. .ui.inverted.red.active.button {
  3230. background-color: #ff5144;
  3231. }
  3232. .ui.inverted.red.buttons .button:active,
  3233. .ui.inverted.red.button:active {
  3234. background-color: #ff392b;
  3235. }
  3236. /* Inverted Basic */
  3237. .ui.inverted.red.basic.buttons .button,
  3238. .ui.inverted.red.buttons .basic.button,
  3239. .ui.inverted.red.basic.button {
  3240. background-color: transparent;
  3241. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3242. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3243. color: #FFFFFF !important;
  3244. }
  3245. .ui.inverted.red.basic.buttons .button:hover,
  3246. .ui.inverted.red.buttons .basic.button:hover,
  3247. .ui.inverted.red.basic.button:hover {
  3248. -webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  3249. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  3250. color: #FF695E !important;
  3251. }
  3252. .ui.inverted.red.basic.buttons .button:focus,
  3253. .ui.inverted.red.basic.buttons .button:focus,
  3254. .ui.inverted.red.basic.button:focus {
  3255. -webkit-box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
  3256. box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
  3257. color: #FF695E !important;
  3258. }
  3259. .ui.inverted.red.basic.buttons .active.button,
  3260. .ui.inverted.red.buttons .basic.active.button,
  3261. .ui.inverted.red.basic.active.button {
  3262. -webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  3263. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  3264. color: #FF695E !important;
  3265. }
  3266. .ui.inverted.red.basic.buttons .button:active,
  3267. .ui.inverted.red.buttons .basic.button:active,
  3268. .ui.inverted.red.basic.button:active {
  3269. -webkit-box-shadow: 0px 0px 0px 2px #ff392b inset !important;
  3270. box-shadow: 0px 0px 0px 2px #ff392b inset !important;
  3271. color: #FF695E !important;
  3272. }
  3273. /*--- Teal ---*/
  3274. .ui.teal.buttons .button,
  3275. .ui.teal.button {
  3276. background-color: #00B5AD;
  3277. color: #FFFFFF;
  3278. text-shadow: none;
  3279. background-image: none;
  3280. }
  3281. .ui.teal.button {
  3282. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3283. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3284. }
  3285. .ui.teal.buttons .button:hover,
  3286. .ui.teal.button:hover {
  3287. background-color: #009c95;
  3288. color: #FFFFFF;
  3289. text-shadow: none;
  3290. }
  3291. .ui.teal.buttons .button:focus,
  3292. .ui.teal.button:focus {
  3293. background-color: #008c86;
  3294. color: #FFFFFF;
  3295. text-shadow: none;
  3296. }
  3297. .ui.teal.buttons .button:active,
  3298. .ui.teal.button:active {
  3299. background-color: #00827c;
  3300. color: #FFFFFF;
  3301. text-shadow: none;
  3302. }
  3303. .ui.teal.buttons .active.button,
  3304. .ui.teal.buttons .active.button:active,
  3305. .ui.teal.active.button,
  3306. .ui.teal.button .active.button:active {
  3307. background-color: #009c95;
  3308. color: #FFFFFF;
  3309. text-shadow: none;
  3310. }
  3311. /* Basic */
  3312. .ui.basic.teal.buttons .button,
  3313. .ui.basic.teal.button {
  3314. -webkit-box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
  3315. box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
  3316. color: #00B5AD !important;
  3317. }
  3318. .ui.basic.teal.buttons .button:hover,
  3319. .ui.basic.teal.button:hover {
  3320. background: transparent !important;
  3321. -webkit-box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  3322. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  3323. color: #009c95 !important;
  3324. }
  3325. .ui.basic.teal.buttons .button:focus,
  3326. .ui.basic.teal.button:focus {
  3327. background: transparent !important;
  3328. -webkit-box-shadow: 0px 0px 0px 1px #008c86 inset !important;
  3329. box-shadow: 0px 0px 0px 1px #008c86 inset !important;
  3330. color: #009c95 !important;
  3331. }
  3332. .ui.basic.teal.buttons .active.button,
  3333. .ui.basic.teal.active.button {
  3334. background: transparent !important;
  3335. -webkit-box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  3336. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  3337. color: #00827c !important;
  3338. }
  3339. .ui.basic.teal.buttons .button:active,
  3340. .ui.basic.teal.button:active {
  3341. -webkit-box-shadow: 0px 0px 0px 1px #00827c inset !important;
  3342. box-shadow: 0px 0px 0px 1px #00827c inset !important;
  3343. color: #00827c !important;
  3344. }
  3345. .ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
  3346. margin-left: -1px;
  3347. }
  3348. /* Inverted */
  3349. .ui.inverted.teal.buttons .button,
  3350. .ui.inverted.teal.button {
  3351. background-color: transparent;
  3352. -webkit-box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
  3353. box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
  3354. color: #6DFFFF;
  3355. }
  3356. .ui.inverted.teal.buttons .button:hover,
  3357. .ui.inverted.teal.button:hover,
  3358. .ui.inverted.teal.buttons .button:focus,
  3359. .ui.inverted.teal.button:focus,
  3360. .ui.inverted.teal.buttons .button.active,
  3361. .ui.inverted.teal.button.active,
  3362. .ui.inverted.teal.buttons .button:active,
  3363. .ui.inverted.teal.button:active {
  3364. -webkit-box-shadow: none !important;
  3365. box-shadow: none !important;
  3366. color: rgba(0, 0, 0, 0.6);
  3367. }
  3368. .ui.inverted.teal.buttons .button:hover,
  3369. .ui.inverted.teal.button:hover {
  3370. background-color: #54ffff;
  3371. }
  3372. .ui.inverted.teal.buttons .button:focus,
  3373. .ui.inverted.teal.button:focus {
  3374. background-color: #44ffff;
  3375. }
  3376. .ui.inverted.teal.buttons .active.button,
  3377. .ui.inverted.teal.active.button {
  3378. background-color: #54ffff;
  3379. }
  3380. .ui.inverted.teal.buttons .button:active,
  3381. .ui.inverted.teal.button:active {
  3382. background-color: #3affff;
  3383. }
  3384. /* Inverted Basic */
  3385. .ui.inverted.teal.basic.buttons .button,
  3386. .ui.inverted.teal.buttons .basic.button,
  3387. .ui.inverted.teal.basic.button {
  3388. background-color: transparent;
  3389. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3390. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3391. color: #FFFFFF !important;
  3392. }
  3393. .ui.inverted.teal.basic.buttons .button:hover,
  3394. .ui.inverted.teal.buttons .basic.button:hover,
  3395. .ui.inverted.teal.basic.button:hover {
  3396. -webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  3397. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  3398. color: #6DFFFF !important;
  3399. }
  3400. .ui.inverted.teal.basic.buttons .button:focus,
  3401. .ui.inverted.teal.basic.buttons .button:focus,
  3402. .ui.inverted.teal.basic.button:focus {
  3403. -webkit-box-shadow: 0px 0px 0px 2px #44ffff inset !important;
  3404. box-shadow: 0px 0px 0px 2px #44ffff inset !important;
  3405. color: #6DFFFF !important;
  3406. }
  3407. .ui.inverted.teal.basic.buttons .active.button,
  3408. .ui.inverted.teal.buttons .basic.active.button,
  3409. .ui.inverted.teal.basic.active.button {
  3410. -webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  3411. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  3412. color: #6DFFFF !important;
  3413. }
  3414. .ui.inverted.teal.basic.buttons .button:active,
  3415. .ui.inverted.teal.buttons .basic.button:active,
  3416. .ui.inverted.teal.basic.button:active {
  3417. -webkit-box-shadow: 0px 0px 0px 2px #3affff inset !important;
  3418. box-shadow: 0px 0px 0px 2px #3affff inset !important;
  3419. color: #6DFFFF !important;
  3420. }
  3421. /*--- Olive ---*/
  3422. .ui.olive.buttons .button,
  3423. .ui.olive.button {
  3424. background-color: #B5CC18;
  3425. color: #FFFFFF;
  3426. text-shadow: none;
  3427. background-image: none;
  3428. }
  3429. .ui.olive.button {
  3430. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3431. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3432. }
  3433. .ui.olive.buttons .button:hover,
  3434. .ui.olive.button:hover {
  3435. background-color: #a7bd0d;
  3436. color: #FFFFFF;
  3437. text-shadow: none;
  3438. }
  3439. .ui.olive.buttons .button:focus,
  3440. .ui.olive.button:focus {
  3441. background-color: #a0b605;
  3442. color: #FFFFFF;
  3443. text-shadow: none;
  3444. }
  3445. .ui.olive.buttons .button:active,
  3446. .ui.olive.button:active {
  3447. background-color: #8d9e13;
  3448. color: #FFFFFF;
  3449. text-shadow: none;
  3450. }
  3451. .ui.olive.buttons .active.button,
  3452. .ui.olive.buttons .active.button:active,
  3453. .ui.olive.active.button,
  3454. .ui.olive.button .active.button:active {
  3455. background-color: #aac109;
  3456. color: #FFFFFF;
  3457. text-shadow: none;
  3458. }
  3459. /* Basic */
  3460. .ui.basic.olive.buttons .button,
  3461. .ui.basic.olive.button {
  3462. -webkit-box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
  3463. box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
  3464. color: #B5CC18 !important;
  3465. }
  3466. .ui.basic.olive.buttons .button:hover,
  3467. .ui.basic.olive.button:hover {
  3468. background: transparent !important;
  3469. -webkit-box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
  3470. box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
  3471. color: #a7bd0d !important;
  3472. }
  3473. .ui.basic.olive.buttons .button:focus,
  3474. .ui.basic.olive.button:focus {
  3475. background: transparent !important;
  3476. -webkit-box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
  3477. box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
  3478. color: #a7bd0d !important;
  3479. }
  3480. .ui.basic.olive.buttons .active.button,
  3481. .ui.basic.olive.active.button {
  3482. background: transparent !important;
  3483. -webkit-box-shadow: 0px 0px 0px 1px #aac109 inset !important;
  3484. box-shadow: 0px 0px 0px 1px #aac109 inset !important;
  3485. color: #8d9e13 !important;
  3486. }
  3487. .ui.basic.olive.buttons .button:active,
  3488. .ui.basic.olive.button:active {
  3489. -webkit-box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
  3490. box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
  3491. color: #8d9e13 !important;
  3492. }
  3493. .ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
  3494. margin-left: -1px;
  3495. }
  3496. /* Inverted */
  3497. .ui.inverted.olive.buttons .button,
  3498. .ui.inverted.olive.button {
  3499. background-color: transparent;
  3500. -webkit-box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
  3501. box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
  3502. color: #D9E778;
  3503. }
  3504. .ui.inverted.olive.buttons .button:hover,
  3505. .ui.inverted.olive.button:hover,
  3506. .ui.inverted.olive.buttons .button:focus,
  3507. .ui.inverted.olive.button:focus,
  3508. .ui.inverted.olive.buttons .button.active,
  3509. .ui.inverted.olive.button.active,
  3510. .ui.inverted.olive.buttons .button:active,
  3511. .ui.inverted.olive.button:active {
  3512. -webkit-box-shadow: none !important;
  3513. box-shadow: none !important;
  3514. color: rgba(0, 0, 0, 0.6);
  3515. }
  3516. .ui.inverted.olive.buttons .button:hover,
  3517. .ui.inverted.olive.button:hover {
  3518. background-color: #d8ea5c;
  3519. }
  3520. .ui.inverted.olive.buttons .button:focus,
  3521. .ui.inverted.olive.button:focus {
  3522. background-color: #daef47;
  3523. }
  3524. .ui.inverted.olive.buttons .active.button,
  3525. .ui.inverted.olive.active.button {
  3526. background-color: #daed59;
  3527. }
  3528. .ui.inverted.olive.buttons .button:active,
  3529. .ui.inverted.olive.button:active {
  3530. background-color: #cddf4d;
  3531. }
  3532. /* Inverted Basic */
  3533. .ui.inverted.olive.basic.buttons .button,
  3534. .ui.inverted.olive.buttons .basic.button,
  3535. .ui.inverted.olive.basic.button {
  3536. background-color: transparent;
  3537. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3538. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3539. color: #FFFFFF !important;
  3540. }
  3541. .ui.inverted.olive.basic.buttons .button:hover,
  3542. .ui.inverted.olive.buttons .basic.button:hover,
  3543. .ui.inverted.olive.basic.button:hover {
  3544. -webkit-box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
  3545. box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
  3546. color: #D9E778 !important;
  3547. }
  3548. .ui.inverted.olive.basic.buttons .button:focus,
  3549. .ui.inverted.olive.basic.buttons .button:focus,
  3550. .ui.inverted.olive.basic.button:focus {
  3551. -webkit-box-shadow: 0px 0px 0px 2px #daef47 inset !important;
  3552. box-shadow: 0px 0px 0px 2px #daef47 inset !important;
  3553. color: #D9E778 !important;
  3554. }
  3555. .ui.inverted.olive.basic.buttons .active.button,
  3556. .ui.inverted.olive.buttons .basic.active.button,
  3557. .ui.inverted.olive.basic.active.button {
  3558. -webkit-box-shadow: 0px 0px 0px 2px #daed59 inset !important;
  3559. box-shadow: 0px 0px 0px 2px #daed59 inset !important;
  3560. color: #D9E778 !important;
  3561. }
  3562. .ui.inverted.olive.basic.buttons .button:active,
  3563. .ui.inverted.olive.buttons .basic.button:active,
  3564. .ui.inverted.olive.basic.button:active {
  3565. -webkit-box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
  3566. box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
  3567. color: #D9E778 !important;
  3568. }
  3569. /*--- Yellow ---*/
  3570. .ui.yellow.buttons .button,
  3571. .ui.yellow.button {
  3572. background-color: #FBBD08;
  3573. color: #FFFFFF;
  3574. text-shadow: none;
  3575. background-image: none;
  3576. }
  3577. .ui.yellow.button {
  3578. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3579. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3580. }
  3581. .ui.yellow.buttons .button:hover,
  3582. .ui.yellow.button:hover {
  3583. background-color: #eaae00;
  3584. color: #FFFFFF;
  3585. text-shadow: none;
  3586. }
  3587. .ui.yellow.buttons .button:focus,
  3588. .ui.yellow.button:focus {
  3589. background-color: #daa300;
  3590. color: #FFFFFF;
  3591. text-shadow: none;
  3592. }
  3593. .ui.yellow.buttons .button:active,
  3594. .ui.yellow.button:active {
  3595. background-color: #cd9903;
  3596. color: #FFFFFF;
  3597. text-shadow: none;
  3598. }
  3599. .ui.yellow.buttons .active.button,
  3600. .ui.yellow.buttons .active.button:active,
  3601. .ui.yellow.active.button,
  3602. .ui.yellow.button .active.button:active {
  3603. background-color: #eaae00;
  3604. color: #FFFFFF;
  3605. text-shadow: none;
  3606. }
  3607. /* Basic */
  3608. .ui.basic.yellow.buttons .button,
  3609. .ui.basic.yellow.button {
  3610. -webkit-box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
  3611. box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
  3612. color: #FBBD08 !important;
  3613. }
  3614. .ui.basic.yellow.buttons .button:hover,
  3615. .ui.basic.yellow.button:hover {
  3616. background: transparent !important;
  3617. -webkit-box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3618. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3619. color: #eaae00 !important;
  3620. }
  3621. .ui.basic.yellow.buttons .button:focus,
  3622. .ui.basic.yellow.button:focus {
  3623. background: transparent !important;
  3624. -webkit-box-shadow: 0px 0px 0px 1px #daa300 inset !important;
  3625. box-shadow: 0px 0px 0px 1px #daa300 inset !important;
  3626. color: #eaae00 !important;
  3627. }
  3628. .ui.basic.yellow.buttons .active.button,
  3629. .ui.basic.yellow.active.button {
  3630. background: transparent !important;
  3631. -webkit-box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3632. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3633. color: #cd9903 !important;
  3634. }
  3635. .ui.basic.yellow.buttons .button:active,
  3636. .ui.basic.yellow.button:active {
  3637. -webkit-box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
  3638. box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
  3639. color: #cd9903 !important;
  3640. }
  3641. .ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
  3642. margin-left: -1px;
  3643. }
  3644. /* Inverted */
  3645. .ui.inverted.yellow.buttons .button,
  3646. .ui.inverted.yellow.button {
  3647. background-color: transparent;
  3648. -webkit-box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
  3649. box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
  3650. color: #FFE21F;
  3651. }
  3652. .ui.inverted.yellow.buttons .button:hover,
  3653. .ui.inverted.yellow.button:hover,
  3654. .ui.inverted.yellow.buttons .button:focus,
  3655. .ui.inverted.yellow.button:focus,
  3656. .ui.inverted.yellow.buttons .button.active,
  3657. .ui.inverted.yellow.button.active,
  3658. .ui.inverted.yellow.buttons .button:active,
  3659. .ui.inverted.yellow.button:active {
  3660. -webkit-box-shadow: none !important;
  3661. box-shadow: none !important;
  3662. color: rgba(0, 0, 0, 0.6);
  3663. }
  3664. .ui.inverted.yellow.buttons .button:hover,
  3665. .ui.inverted.yellow.button:hover {
  3666. background-color: #ffdf05;
  3667. }
  3668. .ui.inverted.yellow.buttons .button:focus,
  3669. .ui.inverted.yellow.button:focus {
  3670. background-color: #f5d500;
  3671. }
  3672. .ui.inverted.yellow.buttons .active.button,
  3673. .ui.inverted.yellow.active.button {
  3674. background-color: #ffdf05;
  3675. }
  3676. .ui.inverted.yellow.buttons .button:active,
  3677. .ui.inverted.yellow.button:active {
  3678. background-color: #ebcd00;
  3679. }
  3680. /* Inverted Basic */
  3681. .ui.inverted.yellow.basic.buttons .button,
  3682. .ui.inverted.yellow.buttons .basic.button,
  3683. .ui.inverted.yellow.basic.button {
  3684. background-color: transparent;
  3685. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3686. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3687. color: #FFFFFF !important;
  3688. }
  3689. .ui.inverted.yellow.basic.buttons .button:hover,
  3690. .ui.inverted.yellow.buttons .basic.button:hover,
  3691. .ui.inverted.yellow.basic.button:hover {
  3692. -webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3693. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3694. color: #FFE21F !important;
  3695. }
  3696. .ui.inverted.yellow.basic.buttons .button:focus,
  3697. .ui.inverted.yellow.basic.buttons .button:focus,
  3698. .ui.inverted.yellow.basic.button:focus {
  3699. -webkit-box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
  3700. box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
  3701. color: #FFE21F !important;
  3702. }
  3703. .ui.inverted.yellow.basic.buttons .active.button,
  3704. .ui.inverted.yellow.buttons .basic.active.button,
  3705. .ui.inverted.yellow.basic.active.button {
  3706. -webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3707. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3708. color: #FFE21F !important;
  3709. }
  3710. .ui.inverted.yellow.basic.buttons .button:active,
  3711. .ui.inverted.yellow.buttons .basic.button:active,
  3712. .ui.inverted.yellow.basic.button:active {
  3713. -webkit-box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
  3714. box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
  3715. color: #FFE21F !important;
  3716. }
  3717. /*-------------------
  3718. Primary
  3719. --------------------*/
  3720. /*--- Standard ---*/
  3721. .ui.primary.buttons .button,
  3722. .ui.primary.button {
  3723. background-color: #2185D0;
  3724. color: #FFFFFF;
  3725. text-shadow: none;
  3726. background-image: none;
  3727. }
  3728. .ui.primary.button {
  3729. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3730. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3731. }
  3732. .ui.primary.buttons .button:hover,
  3733. .ui.primary.button:hover {
  3734. background-color: #1678c2;
  3735. color: #FFFFFF;
  3736. text-shadow: none;
  3737. }
  3738. .ui.primary.buttons .button:focus,
  3739. .ui.primary.button:focus {
  3740. background-color: #0d71bb;
  3741. color: #FFFFFF;
  3742. text-shadow: none;
  3743. }
  3744. .ui.primary.buttons .button:active,
  3745. .ui.primary.button:active {
  3746. background-color: #1a69a4;
  3747. color: #FFFFFF;
  3748. text-shadow: none;
  3749. }
  3750. .ui.primary.buttons .active.button,
  3751. .ui.primary.buttons .active.button:active,
  3752. .ui.primary.active.button,
  3753. .ui.primary.button .active.button:active {
  3754. background-color: #1279c6;
  3755. color: #FFFFFF;
  3756. text-shadow: none;
  3757. }
  3758. /* Basic */
  3759. .ui.basic.primary.buttons .button,
  3760. .ui.basic.primary.button {
  3761. -webkit-box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  3762. box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  3763. color: #2185D0 !important;
  3764. }
  3765. .ui.basic.primary.buttons .button:hover,
  3766. .ui.basic.primary.button:hover {
  3767. background: transparent !important;
  3768. -webkit-box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  3769. box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  3770. color: #1678c2 !important;
  3771. }
  3772. .ui.basic.primary.buttons .button:focus,
  3773. .ui.basic.primary.button:focus {
  3774. background: transparent !important;
  3775. -webkit-box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  3776. box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  3777. color: #1678c2 !important;
  3778. }
  3779. .ui.basic.primary.buttons .active.button,
  3780. .ui.basic.primary.active.button {
  3781. background: transparent !important;
  3782. -webkit-box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  3783. box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  3784. color: #1a69a4 !important;
  3785. }
  3786. .ui.basic.primary.buttons .button:active,
  3787. .ui.basic.primary.button:active {
  3788. -webkit-box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  3789. box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  3790. color: #1a69a4 !important;
  3791. }
  3792. .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  3793. margin-left: -1px;
  3794. }
  3795. /* Inverted */
  3796. .ui.inverted.primary.buttons .button,
  3797. .ui.inverted.primary.button {
  3798. background-color: transparent;
  3799. -webkit-box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  3800. box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  3801. color: #54C8FF;
  3802. }
  3803. .ui.inverted.primary.buttons .button:hover,
  3804. .ui.inverted.primary.button:hover,
  3805. .ui.inverted.primary.buttons .button:focus,
  3806. .ui.inverted.primary.button:focus,
  3807. .ui.inverted.primary.buttons .button.active,
  3808. .ui.inverted.primary.button.active,
  3809. .ui.inverted.primary.buttons .button:active,
  3810. .ui.inverted.primary.button:active {
  3811. -webkit-box-shadow: none !important;
  3812. box-shadow: none !important;
  3813. color: #FFFFFF;
  3814. }
  3815. .ui.inverted.primary.buttons .button:hover,
  3816. .ui.inverted.primary.button:hover {
  3817. background-color: #3ac0ff;
  3818. }
  3819. .ui.inverted.primary.buttons .button:focus,
  3820. .ui.inverted.primary.button:focus {
  3821. background-color: #2bbbff;
  3822. }
  3823. .ui.inverted.primary.buttons .active.button,
  3824. .ui.inverted.primary.active.button {
  3825. background-color: #3ac0ff;
  3826. }
  3827. .ui.inverted.primary.buttons .button:active,
  3828. .ui.inverted.primary.button:active {
  3829. background-color: #21b8ff;
  3830. }
  3831. /* Inverted Basic */
  3832. .ui.inverted.primary.basic.buttons .button,
  3833. .ui.inverted.primary.buttons .basic.button,
  3834. .ui.inverted.primary.basic.button {
  3835. background-color: transparent;
  3836. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3837. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3838. color: #FFFFFF !important;
  3839. }
  3840. .ui.inverted.primary.basic.buttons .button:hover,
  3841. .ui.inverted.primary.buttons .basic.button:hover,
  3842. .ui.inverted.primary.basic.button:hover {
  3843. -webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  3844. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  3845. color: #54C8FF !important;
  3846. }
  3847. .ui.inverted.primary.basic.buttons .button:focus,
  3848. .ui.inverted.primary.basic.buttons .button:focus,
  3849. .ui.inverted.primary.basic.button:focus {
  3850. -webkit-box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  3851. box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  3852. color: #54C8FF !important;
  3853. }
  3854. .ui.inverted.primary.basic.buttons .active.button,
  3855. .ui.inverted.primary.buttons .basic.active.button,
  3856. .ui.inverted.primary.basic.active.button {
  3857. -webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  3858. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  3859. color: #54C8FF !important;
  3860. }
  3861. .ui.inverted.primary.basic.buttons .button:active,
  3862. .ui.inverted.primary.buttons .basic.button:active,
  3863. .ui.inverted.primary.basic.button:active {
  3864. -webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  3865. box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  3866. color: #54C8FF !important;
  3867. }
  3868. /*-------------------
  3869. Secondary
  3870. --------------------*/
  3871. /* Standard */
  3872. .ui.secondary.buttons .button,
  3873. .ui.secondary.button {
  3874. background-color: #1B1C1D;
  3875. color: #FFFFFF;
  3876. text-shadow: none;
  3877. background-image: none;
  3878. }
  3879. .ui.secondary.button {
  3880. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3881. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3882. }
  3883. .ui.secondary.buttons .button:hover,
  3884. .ui.secondary.button:hover {
  3885. background-color: #27292a;
  3886. color: #FFFFFF;
  3887. text-shadow: none;
  3888. }
  3889. .ui.secondary.buttons .button:focus,
  3890. .ui.secondary.button:focus {
  3891. background-color: #2e3032;
  3892. color: #FFFFFF;
  3893. text-shadow: none;
  3894. }
  3895. .ui.secondary.buttons .button:active,
  3896. .ui.secondary.button:active {
  3897. background-color: #343637;
  3898. color: #FFFFFF;
  3899. text-shadow: none;
  3900. }
  3901. .ui.secondary.buttons .active.button,
  3902. .ui.secondary.buttons .active.button:active,
  3903. .ui.secondary.active.button,
  3904. .ui.secondary.button .active.button:active {
  3905. background-color: #27292a;
  3906. color: #FFFFFF;
  3907. text-shadow: none;
  3908. }
  3909. /* Basic */
  3910. .ui.basic.secondary.buttons .button,
  3911. .ui.basic.secondary.button {
  3912. -webkit-box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  3913. box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  3914. color: #1B1C1D !important;
  3915. }
  3916. .ui.basic.secondary.buttons .button:hover,
  3917. .ui.basic.secondary.button:hover {
  3918. background: transparent !important;
  3919. -webkit-box-shadow: 0px 0px 0px 1px #27292a inset !important;
  3920. box-shadow: 0px 0px 0px 1px #27292a inset !important;
  3921. color: #27292a !important;
  3922. }
  3923. .ui.basic.secondary.buttons .button:focus,
  3924. .ui.basic.secondary.button:focus {
  3925. background: transparent !important;
  3926. -webkit-box-shadow: 0px 0px 0px 1px #2e3032 inset !important;
  3927. box-shadow: 0px 0px 0px 1px #2e3032 inset !important;
  3928. color: #27292a !important;
  3929. }
  3930. .ui.basic.secondary.buttons .active.button,
  3931. .ui.basic.secondary.active.button {
  3932. background: transparent !important;
  3933. -webkit-box-shadow: 0px 0px 0px 1px #27292a inset !important;
  3934. box-shadow: 0px 0px 0px 1px #27292a inset !important;
  3935. color: #343637 !important;
  3936. }
  3937. .ui.basic.secondary.buttons .button:active,
  3938. .ui.basic.secondary.button:active {
  3939. -webkit-box-shadow: 0px 0px 0px 1px #343637 inset !important;
  3940. box-shadow: 0px 0px 0px 1px #343637 inset !important;
  3941. color: #343637 !important;
  3942. }
  3943. .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  3944. margin-left: -1px;
  3945. }
  3946. /* Inverted */
  3947. .ui.inverted.secondary.buttons .button,
  3948. .ui.inverted.secondary.button {
  3949. background-color: transparent;
  3950. -webkit-box-shadow: 0px 0px 0px 2px #545454 inset !important;
  3951. box-shadow: 0px 0px 0px 2px #545454 inset !important;
  3952. color: #545454;
  3953. }
  3954. .ui.inverted.secondary.buttons .button:hover,
  3955. .ui.inverted.secondary.button:hover,
  3956. .ui.inverted.secondary.buttons .button:focus,
  3957. .ui.inverted.secondary.button:focus,
  3958. .ui.inverted.secondary.buttons .button.active,
  3959. .ui.inverted.secondary.button.active,
  3960. .ui.inverted.secondary.buttons .button:active,
  3961. .ui.inverted.secondary.button:active {
  3962. -webkit-box-shadow: none !important;
  3963. box-shadow: none !important;
  3964. color: #FFFFFF;
  3965. }
  3966. .ui.inverted.secondary.buttons .button:hover,
  3967. .ui.inverted.secondary.button:hover {
  3968. background-color: #616161;
  3969. }
  3970. .ui.inverted.secondary.buttons .button:focus,
  3971. .ui.inverted.secondary.button:focus {
  3972. background-color: #686868;
  3973. }
  3974. .ui.inverted.secondary.buttons .active.button,
  3975. .ui.inverted.secondary.active.button {
  3976. background-color: #616161;
  3977. }
  3978. .ui.inverted.secondary.buttons .button:active,
  3979. .ui.inverted.secondary.button:active {
  3980. background-color: #6e6e6e;
  3981. }
  3982. /* Inverted Basic */
  3983. .ui.inverted.secondary.basic.buttons .button,
  3984. .ui.inverted.secondary.buttons .basic.button,
  3985. .ui.inverted.secondary.basic.button {
  3986. background-color: transparent;
  3987. -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3988. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3989. color: #FFFFFF !important;
  3990. }
  3991. .ui.inverted.secondary.basic.buttons .button:hover,
  3992. .ui.inverted.secondary.buttons .basic.button:hover,
  3993. .ui.inverted.secondary.basic.button:hover {
  3994. -webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
  3995. box-shadow: 0px 0px 0px 2px #616161 inset !important;
  3996. color: #545454 !important;
  3997. }
  3998. .ui.inverted.secondary.basic.buttons .button:focus,
  3999. .ui.inverted.secondary.basic.buttons .button:focus,
  4000. .ui.inverted.secondary.basic.button:focus {
  4001. -webkit-box-shadow: 0px 0px 0px 2px #686868 inset !important;
  4002. box-shadow: 0px 0px 0px 2px #686868 inset !important;
  4003. color: #545454 !important;
  4004. }
  4005. .ui.inverted.secondary.basic.buttons .active.button,
  4006. .ui.inverted.secondary.buttons .basic.active.button,
  4007. .ui.inverted.secondary.basic.active.button {
  4008. -webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
  4009. box-shadow: 0px 0px 0px 2px #616161 inset !important;
  4010. color: #545454 !important;
  4011. }
  4012. .ui.inverted.secondary.basic.buttons .button:active,
  4013. .ui.inverted.secondary.buttons .basic.button:active,
  4014. .ui.inverted.secondary.basic.button:active {
  4015. -webkit-box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
  4016. box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
  4017. color: #545454 !important;
  4018. }
  4019. /*---------------
  4020. Positive
  4021. ----------------*/
  4022. /* Standard */
  4023. .ui.positive.buttons .button,
  4024. .ui.positive.button {
  4025. background-color: #21BA45;
  4026. color: #FFFFFF;
  4027. text-shadow: none;
  4028. background-image: none;
  4029. }
  4030. .ui.positive.button {
  4031. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  4032. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  4033. }
  4034. .ui.positive.buttons .button:hover,
  4035. .ui.positive.button:hover {
  4036. background-color: #16ab39;
  4037. color: #FFFFFF;
  4038. text-shadow: none;
  4039. }
  4040. .ui.positive.buttons .button:focus,
  4041. .ui.positive.button:focus {
  4042. background-color: #0ea432;
  4043. color: #FFFFFF;
  4044. text-shadow: none;
  4045. }
  4046. .ui.positive.buttons .button:active,
  4047. .ui.positive.button:active {
  4048. background-color: #198f35;
  4049. color: #FFFFFF;
  4050. text-shadow: none;
  4051. }
  4052. .ui.positive.buttons .active.button,
  4053. .ui.positive.buttons .active.button:active,
  4054. .ui.positive.active.button,
  4055. .ui.positive.button .active.button:active {
  4056. background-color: #13ae38;
  4057. color: #FFFFFF;
  4058. text-shadow: none;
  4059. }
  4060. /* Basic */
  4061. .ui.basic.positive.buttons .button,
  4062. .ui.basic.positive.button {
  4063. -webkit-box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  4064. box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  4065. color: #21BA45 !important;
  4066. }
  4067. .ui.basic.positive.buttons .button:hover,
  4068. .ui.basic.positive.button:hover {
  4069. background: transparent !important;
  4070. -webkit-box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  4071. box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  4072. color: #16ab39 !important;
  4073. }
  4074. .ui.basic.positive.buttons .button:focus,
  4075. .ui.basic.positive.button:focus {
  4076. background: transparent !important;
  4077. -webkit-box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  4078. box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  4079. color: #16ab39 !important;
  4080. }
  4081. .ui.basic.positive.buttons .active.button,
  4082. .ui.basic.positive.active.button {
  4083. background: transparent !important;
  4084. -webkit-box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  4085. box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  4086. color: #198f35 !important;
  4087. }
  4088. .ui.basic.positive.buttons .button:active,
  4089. .ui.basic.positive.button:active {
  4090. -webkit-box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  4091. box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  4092. color: #198f35 !important;
  4093. }
  4094. .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  4095. margin-left: -1px;
  4096. }
  4097. /*---------------
  4098. Negative
  4099. ----------------*/
  4100. /* Standard */
  4101. .ui.negative.buttons .button,
  4102. .ui.negative.button {
  4103. background-color: #DB2828;
  4104. color: #FFFFFF;
  4105. text-shadow: none;
  4106. background-image: none;
  4107. }
  4108. .ui.negative.button {
  4109. -webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  4110. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  4111. }
  4112. .ui.negative.buttons .button:hover,
  4113. .ui.negative.button:hover {
  4114. background-color: #d01919;
  4115. color: #FFFFFF;
  4116. text-shadow: none;
  4117. }
  4118. .ui.negative.buttons .button:focus,
  4119. .ui.negative.button:focus {
  4120. background-color: #ca1010;
  4121. color: #FFFFFF;
  4122. text-shadow: none;
  4123. }
  4124. .ui.negative.buttons .button:active,
  4125. .ui.negative.button:active {
  4126. background-color: #b21e1e;
  4127. color: #FFFFFF;
  4128. text-shadow: none;
  4129. }
  4130. .ui.negative.buttons .active.button,
  4131. .ui.negative.buttons .active.button:active,
  4132. .ui.negative.active.button,
  4133. .ui.negative.button .active.button:active {
  4134. background-color: #d41515;
  4135. color: #FFFFFF;
  4136. text-shadow: none;
  4137. }
  4138. /* Basic */
  4139. .ui.basic.negative.buttons .button,
  4140. .ui.basic.negative.button {
  4141. -webkit-box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  4142. box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  4143. color: #DB2828 !important;
  4144. }
  4145. .ui.basic.negative.buttons .button:hover,
  4146. .ui.basic.negative.button:hover {
  4147. background: transparent !important;
  4148. -webkit-box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  4149. box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  4150. color: #d01919 !important;
  4151. }
  4152. .ui.basic.negative.buttons .button:focus,
  4153. .ui.basic.negative.button:focus {
  4154. background: transparent !important;
  4155. -webkit-box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  4156. box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  4157. color: #d01919 !important;
  4158. }
  4159. .ui.basic.negative.buttons .active.button,
  4160. .ui.basic.negative.active.button {
  4161. background: transparent !important;
  4162. -webkit-box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  4163. box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  4164. color: #b21e1e !important;
  4165. }
  4166. .ui.basic.negative.buttons .button:active,
  4167. .ui.basic.negative.button:active {
  4168. -webkit-box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  4169. box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  4170. color: #b21e1e !important;
  4171. }
  4172. .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  4173. margin-left: -1px;
  4174. }
  4175. /*******************************
  4176. Groups
  4177. *******************************/
  4178. .ui.buttons {
  4179. display: -webkit-inline-box;
  4180. display: -ms-inline-flexbox;
  4181. display: inline-flex;
  4182. -webkit-box-orient: horizontal;
  4183. -webkit-box-direction: normal;
  4184. -ms-flex-direction: row;
  4185. flex-direction: row;
  4186. font-size: 0em;
  4187. vertical-align: baseline;
  4188. margin: 0em 0.25em 0em 0em;
  4189. }
  4190. .ui.buttons:not(.basic):not(.inverted) {
  4191. -webkit-box-shadow: none;
  4192. box-shadow: none;
  4193. }
  4194. /* Clearfix */
  4195. .ui.buttons:after {
  4196. content: ".";
  4197. display: block;
  4198. height: 0;
  4199. clear: both;
  4200. visibility: hidden;
  4201. }
  4202. /* Standard Group */
  4203. .ui.buttons .button {
  4204. -webkit-box-flex: 1;
  4205. -ms-flex: 1 0 auto;
  4206. flex: 1 0 auto;
  4207. margin: 0em;
  4208. border-radius: 0em;
  4209. margin: 0px 0px 0px 0px;
  4210. }
  4211. .ui.buttons > .ui.button:not(.basic):not(.inverted),
  4212. .ui.buttons:not(.basic):not(.inverted) > .button {
  4213. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  4214. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  4215. }
  4216. .ui.buttons .button:first-child {
  4217. border-left: none;
  4218. margin-left: 0em;
  4219. border-top-left-radius: 0.28571429rem;
  4220. border-bottom-left-radius: 0.28571429rem;
  4221. }
  4222. .ui.buttons .button:last-child {
  4223. border-top-right-radius: 0.28571429rem;
  4224. border-bottom-right-radius: 0.28571429rem;
  4225. }
  4226. /* Vertical Style */
  4227. .ui.vertical.buttons {
  4228. display: -webkit-inline-box;
  4229. display: -ms-inline-flexbox;
  4230. display: inline-flex;
  4231. -webkit-box-orient: vertical;
  4232. -webkit-box-direction: normal;
  4233. -ms-flex-direction: column;
  4234. flex-direction: column;
  4235. }
  4236. .ui.vertical.buttons .button {
  4237. display: block;
  4238. float: none;
  4239. width: 100%;
  4240. margin: 0px 0px 0px 0px;
  4241. -webkit-box-shadow: none;
  4242. box-shadow: none;
  4243. border-radius: 0em;
  4244. }
  4245. .ui.vertical.buttons .button:first-child {
  4246. border-top-left-radius: 0.28571429rem;
  4247. border-top-right-radius: 0.28571429rem;
  4248. }
  4249. .ui.vertical.buttons .button:last-child {
  4250. margin-bottom: 0px;
  4251. border-bottom-left-radius: 0.28571429rem;
  4252. border-bottom-right-radius: 0.28571429rem;
  4253. }
  4254. .ui.vertical.buttons .button:only-child {
  4255. border-radius: 0.28571429rem;
  4256. }
  4257. /*******************************
  4258. Theme Overrides
  4259. *******************************/
  4260. /*******************************
  4261. Site Overrides
  4262. *******************************/
  4263. /*!
  4264. * # Semantic UI 2.4.0 - Container
  4265. * http://github.com/semantic-org/semantic-ui/
  4266. *
  4267. *
  4268. * Released under the MIT license
  4269. * http://opensource.org/licenses/MIT
  4270. *
  4271. */
  4272. /*******************************
  4273. Container
  4274. *******************************/
  4275. /* All Sizes */
  4276. .ui.container {
  4277. display: block;
  4278. max-width: 100% !important;
  4279. }
  4280. /* Mobile */
  4281. @media only screen and (max-width: 767px) {
  4282. .ui.container {
  4283. width: auto !important;
  4284. margin-left: 1em !important;
  4285. margin-right: 1em !important;
  4286. }
  4287. .ui.grid.container {
  4288. width: auto !important;
  4289. }
  4290. .ui.relaxed.grid.container {
  4291. width: auto !important;
  4292. }
  4293. .ui.very.relaxed.grid.container {
  4294. width: auto !important;
  4295. }
  4296. }
  4297. /* Tablet */
  4298. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4299. .ui.container {
  4300. width: 723px;
  4301. margin-left: auto !important;
  4302. margin-right: auto !important;
  4303. }
  4304. .ui.grid.container {
  4305. width: calc( 723px + 2rem ) !important;
  4306. }
  4307. .ui.relaxed.grid.container {
  4308. width: calc( 723px + 3rem ) !important;
  4309. }
  4310. .ui.very.relaxed.grid.container {
  4311. width: calc( 723px + 5rem ) !important;
  4312. }
  4313. }
  4314. /* Small Monitor */
  4315. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  4316. .ui.container {
  4317. width: 933px;
  4318. margin-left: auto !important;
  4319. margin-right: auto !important;
  4320. }
  4321. .ui.grid.container {
  4322. width: calc( 933px + 2rem ) !important;
  4323. }
  4324. .ui.relaxed.grid.container {
  4325. width: calc( 933px + 3rem ) !important;
  4326. }
  4327. .ui.very.relaxed.grid.container {
  4328. width: calc( 933px + 5rem ) !important;
  4329. }
  4330. }
  4331. /* Large Monitor */
  4332. @media only screen and (min-width: 1200px) {
  4333. .ui.container {
  4334. width: 1127px;
  4335. margin-left: auto !important;
  4336. margin-right: auto !important;
  4337. }
  4338. .ui.grid.container {
  4339. width: calc( 1127px + 2rem ) !important;
  4340. }
  4341. .ui.relaxed.grid.container {
  4342. width: calc( 1127px + 3rem ) !important;
  4343. }
  4344. .ui.very.relaxed.grid.container {
  4345. width: calc( 1127px + 5rem ) !important;
  4346. }
  4347. }
  4348. /*******************************
  4349. Types
  4350. *******************************/
  4351. /* Text Container */
  4352. .ui.text.container {
  4353. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  4354. max-width: 700px !important;
  4355. line-height: 1.5;
  4356. }
  4357. .ui.text.container {
  4358. font-size: 1.14285714rem;
  4359. }
  4360. /* Fluid */
  4361. .ui.fluid.container {
  4362. width: 100%;
  4363. }
  4364. /*******************************
  4365. Variations
  4366. *******************************/
  4367. .ui[class*="left aligned"].container {
  4368. text-align: left;
  4369. }
  4370. .ui[class*="center aligned"].container {
  4371. text-align: center;
  4372. }
  4373. .ui[class*="right aligned"].container {
  4374. text-align: right;
  4375. }
  4376. .ui.justified.container {
  4377. text-align: justify;
  4378. -webkit-hyphens: auto;
  4379. -ms-hyphens: auto;
  4380. hyphens: auto;
  4381. }
  4382. /*******************************
  4383. Theme Overrides
  4384. *******************************/
  4385. /*******************************
  4386. Site Overrides
  4387. *******************************/
  4388. /*!
  4389. * # Semantic UI 2.4.0 - Divider
  4390. * http://github.com/semantic-org/semantic-ui/
  4391. *
  4392. *
  4393. * Released under the MIT license
  4394. * http://opensource.org/licenses/MIT
  4395. *
  4396. */
  4397. /*******************************
  4398. Divider
  4399. *******************************/
  4400. .ui.divider {
  4401. margin: 1rem 0rem;
  4402. line-height: 1;
  4403. height: 0em;
  4404. font-weight: bold;
  4405. text-transform: uppercase;
  4406. letter-spacing: 0.05em;
  4407. color: rgba(0, 0, 0, 0.85);
  4408. -webkit-user-select: none;
  4409. -moz-user-select: none;
  4410. -ms-user-select: none;
  4411. user-select: none;
  4412. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  4413. }
  4414. /*--------------
  4415. Basic
  4416. ---------------*/
  4417. .ui.divider:not(.vertical):not(.horizontal) {
  4418. border-top: 1px solid rgba(34, 36, 38, 0.15);
  4419. border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4420. }
  4421. /*--------------
  4422. Coupling
  4423. ---------------*/
  4424. /* Allow divider between each column row */
  4425. .ui.grid > .column + .divider,
  4426. .ui.grid > .row > .column + .divider {
  4427. left: auto;
  4428. }
  4429. /*--------------
  4430. Horizontal
  4431. ---------------*/
  4432. .ui.horizontal.divider {
  4433. display: table;
  4434. white-space: nowrap;
  4435. height: auto;
  4436. margin: '';
  4437. line-height: 1;
  4438. text-align: center;
  4439. }
  4440. .ui.horizontal.divider:before,
  4441. .ui.horizontal.divider:after {
  4442. content: '';
  4443. display: table-cell;
  4444. position: relative;
  4445. top: 50%;
  4446. width: 50%;
  4447. background-repeat: no-repeat;
  4448. }
  4449. .ui.horizontal.divider:before {
  4450. background-position: right 1em top 50%;
  4451. }
  4452. .ui.horizontal.divider:after {
  4453. background-position: left 1em top 50%;
  4454. }
  4455. /*--------------
  4456. Vertical
  4457. ---------------*/
  4458. .ui.vertical.divider {
  4459. position: absolute;
  4460. z-index: 2;
  4461. top: 50%;
  4462. left: 50%;
  4463. margin: 0rem;
  4464. padding: 0em;
  4465. width: auto;
  4466. height: 50%;
  4467. line-height: 0em;
  4468. text-align: center;
  4469. -webkit-transform: translateX(-50%);
  4470. transform: translateX(-50%);
  4471. }
  4472. .ui.vertical.divider:before,
  4473. .ui.vertical.divider:after {
  4474. position: absolute;
  4475. left: 50%;
  4476. content: '';
  4477. z-index: 3;
  4478. border-left: 1px solid rgba(34, 36, 38, 0.15);
  4479. border-right: 1px solid rgba(255, 255, 255, 0.1);
  4480. width: 0%;
  4481. height: calc(100% - 1rem );
  4482. }
  4483. .ui.vertical.divider:before {
  4484. top: -100%;
  4485. }
  4486. .ui.vertical.divider:after {
  4487. top: auto;
  4488. bottom: 0px;
  4489. }
  4490. /* Inside grid */
  4491. @media only screen and (max-width: 767px) {
  4492. .ui.stackable.grid .ui.vertical.divider,
  4493. .ui.grid .stackable.row .ui.vertical.divider {
  4494. display: table;
  4495. white-space: nowrap;
  4496. height: auto;
  4497. margin: '';
  4498. overflow: hidden;
  4499. line-height: 1;
  4500. text-align: center;
  4501. position: static;
  4502. top: 0;
  4503. left: 0;
  4504. -webkit-transform: none;
  4505. transform: none;
  4506. }
  4507. .ui.stackable.grid .ui.vertical.divider:before,
  4508. .ui.grid .stackable.row .ui.vertical.divider:before,
  4509. .ui.stackable.grid .ui.vertical.divider:after,
  4510. .ui.grid .stackable.row .ui.vertical.divider:after {
  4511. position: static;
  4512. left: 0;
  4513. border-left: none;
  4514. border-right: none;
  4515. content: '';
  4516. display: table-cell;
  4517. position: relative;
  4518. top: 50%;
  4519. width: 50%;
  4520. background-repeat: no-repeat;
  4521. }
  4522. .ui.stackable.grid .ui.vertical.divider:before,
  4523. .ui.grid .stackable.row .ui.vertical.divider:before {
  4524. background-position: right 1em top 50%;
  4525. }
  4526. .ui.stackable.grid .ui.vertical.divider:after,
  4527. .ui.grid .stackable.row .ui.vertical.divider:after {
  4528. background-position: left 1em top 50%;
  4529. }
  4530. }
  4531. /*--------------
  4532. Icon
  4533. ---------------*/
  4534. .ui.divider > .icon {
  4535. margin: 0rem;
  4536. font-size: 1rem;
  4537. height: 1em;
  4538. vertical-align: middle;
  4539. }
  4540. /*******************************
  4541. Variations
  4542. *******************************/
  4543. /*--------------
  4544. Hidden
  4545. ---------------*/
  4546. .ui.hidden.divider {
  4547. border-color: transparent !important;
  4548. }
  4549. .ui.hidden.divider:before,
  4550. .ui.hidden.divider:after {
  4551. display: none;
  4552. }
  4553. /*--------------
  4554. Inverted
  4555. ---------------*/
  4556. .ui.divider.inverted,
  4557. .ui.vertical.inverted.divider,
  4558. .ui.horizontal.inverted.divider {
  4559. color: #FFFFFF;
  4560. }
  4561. .ui.divider.inverted,
  4562. .ui.divider.inverted:after,
  4563. .ui.divider.inverted:before {
  4564. border-top-color: rgba(34, 36, 38, 0.15) !important;
  4565. border-left-color: rgba(34, 36, 38, 0.15) !important;
  4566. border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  4567. border-right-color: rgba(255, 255, 255, 0.15) !important;
  4568. }
  4569. /*--------------
  4570. Fitted
  4571. ---------------*/
  4572. .ui.fitted.divider {
  4573. margin: 0em;
  4574. }
  4575. /*--------------
  4576. Clearing
  4577. ---------------*/
  4578. .ui.clearing.divider {
  4579. clear: both;
  4580. }
  4581. /*--------------
  4582. Section
  4583. ---------------*/
  4584. .ui.section.divider {
  4585. margin-top: 2rem;
  4586. margin-bottom: 2rem;
  4587. }
  4588. /*--------------
  4589. Sizes
  4590. ---------------*/
  4591. .ui.divider {
  4592. font-size: 1rem;
  4593. }
  4594. /*******************************
  4595. Theme Overrides
  4596. *******************************/
  4597. .ui.horizontal.divider:before,
  4598. .ui.horizontal.divider:after {
  4599. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
  4600. }
  4601. @media only screen and (max-width: 767px) {
  4602. .ui.stackable.grid .ui.vertical.divider:before,
  4603. .ui.grid .stackable.row .ui.vertical.divider:before,
  4604. .ui.stackable.grid .ui.vertical.divider:after,
  4605. .ui.grid .stackable.row .ui.vertical.divider:after {
  4606. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
  4607. }
  4608. }
  4609. /*******************************
  4610. Site Overrides
  4611. *******************************/
  4612. /*!
  4613. * # Semantic UI 2.4.0 - Flag
  4614. * http://github.com/semantic-org/semantic-ui/
  4615. *
  4616. *
  4617. * Released under the MIT license
  4618. * http://opensource.org/licenses/MIT
  4619. *
  4620. */
  4621. /*******************************
  4622. Flag
  4623. *******************************/
  4624. i.flag:not(.icon) {
  4625. display: inline-block;
  4626. width: 16px;
  4627. height: 11px;
  4628. line-height: 11px;
  4629. vertical-align: baseline;
  4630. margin: 0em 0.5em 0em 0em;
  4631. text-decoration: inherit;
  4632. speak: none;
  4633. font-smoothing: antialiased;
  4634. -webkit-backface-visibility: hidden;
  4635. backface-visibility: hidden;
  4636. }
  4637. /* Sprite */
  4638. i.flag:not(.icon):before {
  4639. display: inline-block;
  4640. content: '';
  4641. background: url("./themes/default/assets/images/flags.png") no-repeat -108px -1976px;
  4642. width: 16px;
  4643. height: 11px;
  4644. }
  4645. /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
  4646. /*******************************
  4647. Theme Overrides
  4648. *******************************/
  4649. i.flag.ad:before,
  4650. i.flag.andorra:before {
  4651. background-position: 0px 0px;
  4652. }
  4653. i.flag.ae:before,
  4654. i.flag.united.arab.emirates:before,
  4655. i.flag.uae:before {
  4656. background-position: 0px -26px;
  4657. }
  4658. i.flag.af:before,
  4659. i.flag.afghanistan:before {
  4660. background-position: 0px -52px;
  4661. }
  4662. i.flag.ag:before,
  4663. i.flag.antigua:before {
  4664. background-position: 0px -78px;
  4665. }
  4666. i.flag.ai:before,
  4667. i.flag.anguilla:before {
  4668. background-position: 0px -104px;
  4669. }
  4670. i.flag.al:before,
  4671. i.flag.albania:before {
  4672. background-position: 0px -130px;
  4673. }
  4674. i.flag.am:before,
  4675. i.flag.armenia:before {
  4676. background-position: 0px -156px;
  4677. }
  4678. i.flag.an:before,
  4679. i.flag.netherlands.antilles:before {
  4680. background-position: 0px -182px;
  4681. }
  4682. i.flag.ao:before,
  4683. i.flag.angola:before {
  4684. background-position: 0px -208px;
  4685. }
  4686. i.flag.ar:before,
  4687. i.flag.argentina:before {
  4688. background-position: 0px -234px;
  4689. }
  4690. i.flag.as:before,
  4691. i.flag.american.samoa:before {
  4692. background-position: 0px -260px;
  4693. }
  4694. i.flag.at:before,
  4695. i.flag.austria:before {
  4696. background-position: 0px -286px;
  4697. }
  4698. i.flag.au:before,
  4699. i.flag.australia:before {
  4700. background-position: 0px -312px;
  4701. }
  4702. i.flag.aw:before,
  4703. i.flag.aruba:before {
  4704. background-position: 0px -338px;
  4705. }
  4706. i.flag.ax:before,
  4707. i.flag.aland.islands:before {
  4708. background-position: 0px -364px;
  4709. }
  4710. i.flag.az:before,
  4711. i.flag.azerbaijan:before {
  4712. background-position: 0px -390px;
  4713. }
  4714. i.flag.ba:before,
  4715. i.flag.bosnia:before {
  4716. background-position: 0px -416px;
  4717. }
  4718. i.flag.bb:before,
  4719. i.flag.barbados:before {
  4720. background-position: 0px -442px;
  4721. }
  4722. i.flag.bd:before,
  4723. i.flag.bangladesh:before {
  4724. background-position: 0px -468px;
  4725. }
  4726. i.flag.be:before,
  4727. i.flag.belgium:before {
  4728. background-position: 0px -494px;
  4729. }
  4730. i.flag.bf:before,
  4731. i.flag.burkina.faso:before {
  4732. background-position: 0px -520px;
  4733. }
  4734. i.flag.bg:before,
  4735. i.flag.bulgaria:before {
  4736. background-position: 0px -546px;
  4737. }
  4738. i.flag.bh:before,
  4739. i.flag.bahrain:before {
  4740. background-position: 0px -572px;
  4741. }
  4742. i.flag.bi:before,
  4743. i.flag.burundi:before {
  4744. background-position: 0px -598px;
  4745. }
  4746. i.flag.bj:before,
  4747. i.flag.benin:before {
  4748. background-position: 0px -624px;
  4749. }
  4750. i.flag.bm:before,
  4751. i.flag.bermuda:before {
  4752. background-position: 0px -650px;
  4753. }
  4754. i.flag.bn:before,
  4755. i.flag.brunei:before {
  4756. background-position: 0px -676px;
  4757. }
  4758. i.flag.bo:before,
  4759. i.flag.bolivia:before {
  4760. background-position: 0px -702px;
  4761. }
  4762. i.flag.br:before,
  4763. i.flag.brazil:before {
  4764. background-position: 0px -728px;
  4765. }
  4766. i.flag.bs:before,
  4767. i.flag.bahamas:before {
  4768. background-position: 0px -754px;
  4769. }
  4770. i.flag.bt:before,
  4771. i.flag.bhutan:before {
  4772. background-position: 0px -780px;
  4773. }
  4774. i.flag.bv:before,
  4775. i.flag.bouvet.island:before {
  4776. background-position: 0px -806px;
  4777. }
  4778. i.flag.bw:before,
  4779. i.flag.botswana:before {
  4780. background-position: 0px -832px;
  4781. }
  4782. i.flag.by:before,
  4783. i.flag.belarus:before {
  4784. background-position: 0px -858px;
  4785. }
  4786. i.flag.bz:before,
  4787. i.flag.belize:before {
  4788. background-position: 0px -884px;
  4789. }
  4790. i.flag.ca:before,
  4791. i.flag.canada:before {
  4792. background-position: 0px -910px;
  4793. }
  4794. i.flag.cc:before,
  4795. i.flag.cocos.islands:before {
  4796. background-position: 0px -962px;
  4797. }
  4798. i.flag.cd:before,
  4799. i.flag.congo:before {
  4800. background-position: 0px -988px;
  4801. }
  4802. i.flag.cf:before,
  4803. i.flag.central.african.republic:before {
  4804. background-position: 0px -1014px;
  4805. }
  4806. i.flag.cg:before,
  4807. i.flag.congo.brazzaville:before {
  4808. background-position: 0px -1040px;
  4809. }
  4810. i.flag.ch:before,
  4811. i.flag.switzerland:before {
  4812. background-position: 0px -1066px;
  4813. }
  4814. i.flag.ci:before,
  4815. i.flag.cote.divoire:before {
  4816. background-position: 0px -1092px;
  4817. }
  4818. i.flag.ck:before,
  4819. i.flag.cook.islands:before {
  4820. background-position: 0px -1118px;
  4821. }
  4822. i.flag.cl:before,
  4823. i.flag.chile:before {
  4824. background-position: 0px -1144px;
  4825. }
  4826. i.flag.cm:before,
  4827. i.flag.cameroon:before {
  4828. background-position: 0px -1170px;
  4829. }
  4830. i.flag.cn:before,
  4831. i.flag.china:before {
  4832. background-position: 0px -1196px;
  4833. }
  4834. i.flag.co:before,
  4835. i.flag.colombia:before {
  4836. background-position: 0px -1222px;
  4837. }
  4838. i.flag.cr:before,
  4839. i.flag.costa.rica:before {
  4840. background-position: 0px -1248px;
  4841. }
  4842. i.flag.cs:before,
  4843. i.flag.serbia:before {
  4844. background-position: 0px -1274px;
  4845. }
  4846. i.flag.cu:before,
  4847. i.flag.cuba:before {
  4848. background-position: 0px -1300px;
  4849. }
  4850. i.flag.cv:before,
  4851. i.flag.cape.verde:before {
  4852. background-position: 0px -1326px;
  4853. }
  4854. i.flag.cx:before,
  4855. i.flag.christmas.island:before {
  4856. background-position: 0px -1352px;
  4857. }
  4858. i.flag.cy:before,
  4859. i.flag.cyprus:before {
  4860. background-position: 0px -1378px;
  4861. }
  4862. i.flag.cz:before,
  4863. i.flag.czech.republic:before {
  4864. background-position: 0px -1404px;
  4865. }
  4866. i.flag.de:before,
  4867. i.flag.germany:before {
  4868. background-position: 0px -1430px;
  4869. }
  4870. i.flag.dj:before,
  4871. i.flag.djibouti:before {
  4872. background-position: 0px -1456px;
  4873. }
  4874. i.flag.dk:before,
  4875. i.flag.denmark:before {
  4876. background-position: 0px -1482px;
  4877. }
  4878. i.flag.dm:before,
  4879. i.flag.dominica:before {
  4880. background-position: 0px -1508px;
  4881. }
  4882. i.flag.do:before,
  4883. i.flag.dominican.republic:before {
  4884. background-position: 0px -1534px;
  4885. }
  4886. i.flag.dz:before,
  4887. i.flag.algeria:before {
  4888. background-position: 0px -1560px;
  4889. }
  4890. i.flag.ec:before,
  4891. i.flag.ecuador:before {
  4892. background-position: 0px -1586px;
  4893. }
  4894. i.flag.ee:before,
  4895. i.flag.estonia:before {
  4896. background-position: 0px -1612px;
  4897. }
  4898. i.flag.eg:before,
  4899. i.flag.egypt:before {
  4900. background-position: 0px -1638px;
  4901. }
  4902. i.flag.eh:before,
  4903. i.flag.western.sahara:before {
  4904. background-position: 0px -1664px;
  4905. }
  4906. i.flag.gb.eng:before,
  4907. i.flag.england:before {
  4908. background-position: 0px -1690px;
  4909. }
  4910. i.flag.er:before,
  4911. i.flag.eritrea:before {
  4912. background-position: 0px -1716px;
  4913. }
  4914. i.flag.es:before,
  4915. i.flag.spain:before {
  4916. background-position: 0px -1742px;
  4917. }
  4918. i.flag.et:before,
  4919. i.flag.ethiopia:before {
  4920. background-position: 0px -1768px;
  4921. }
  4922. i.flag.eu:before,
  4923. i.flag.european.union:before {
  4924. background-position: 0px -1794px;
  4925. }
  4926. i.flag.fi:before,
  4927. i.flag.finland:before {
  4928. background-position: 0px -1846px;
  4929. }
  4930. i.flag.fj:before,
  4931. i.flag.fiji:before {
  4932. background-position: 0px -1872px;
  4933. }
  4934. i.flag.fk:before,
  4935. i.flag.falkland.islands:before {
  4936. background-position: 0px -1898px;
  4937. }
  4938. i.flag.fm:before,
  4939. i.flag.micronesia:before {
  4940. background-position: 0px -1924px;
  4941. }
  4942. i.flag.fo:before,
  4943. i.flag.faroe.islands:before {
  4944. background-position: 0px -1950px;
  4945. }
  4946. i.flag.fr:before,
  4947. i.flag.france:before {
  4948. background-position: 0px -1976px;
  4949. }
  4950. i.flag.ga:before,
  4951. i.flag.gabon:before {
  4952. background-position: -36px 0px;
  4953. }
  4954. i.flag.gb:before,
  4955. i.flag.uk:before,
  4956. i.flag.united.kingdom:before {
  4957. background-position: -36px -26px;
  4958. }
  4959. i.flag.gd:before,
  4960. i.flag.grenada:before {
  4961. background-position: -36px -52px;
  4962. }
  4963. i.flag.ge:before,
  4964. i.flag.georgia:before {
  4965. background-position: -36px -78px;
  4966. }
  4967. i.flag.gf:before,
  4968. i.flag.french.guiana:before {
  4969. background-position: -36px -104px;
  4970. }
  4971. i.flag.gh:before,
  4972. i.flag.ghana:before {
  4973. background-position: -36px -130px;
  4974. }
  4975. i.flag.gi:before,
  4976. i.flag.gibraltar:before {
  4977. background-position: -36px -156px;
  4978. }
  4979. i.flag.gl:before,
  4980. i.flag.greenland:before {
  4981. background-position: -36px -182px;
  4982. }
  4983. i.flag.gm:before,
  4984. i.flag.gambia:before {
  4985. background-position: -36px -208px;
  4986. }
  4987. i.flag.gn:before,
  4988. i.flag.guinea:before {
  4989. background-position: -36px -234px;
  4990. }
  4991. i.flag.gp:before,
  4992. i.flag.guadeloupe:before {
  4993. background-position: -36px -260px;
  4994. }
  4995. i.flag.gq:before,
  4996. i.flag.equatorial.guinea:before {
  4997. background-position: -36px -286px;
  4998. }
  4999. i.flag.gr:before,
  5000. i.flag.greece:before {
  5001. background-position: -36px -312px;
  5002. }
  5003. i.flag.gs:before,
  5004. i.flag.sandwich.islands:before {
  5005. background-position: -36px -338px;
  5006. }
  5007. i.flag.gt:before,
  5008. i.flag.guatemala:before {
  5009. background-position: -36px -364px;
  5010. }
  5011. i.flag.gu:before,
  5012. i.flag.guam:before {
  5013. background-position: -36px -390px;
  5014. }
  5015. i.flag.gw:before,
  5016. i.flag.guinea-bissau:before {
  5017. background-position: -36px -416px;
  5018. }
  5019. i.flag.gy:before,
  5020. i.flag.guyana:before {
  5021. background-position: -36px -442px;
  5022. }
  5023. i.flag.hk:before,
  5024. i.flag.hong.kong:before {
  5025. background-position: -36px -468px;
  5026. }
  5027. i.flag.hm:before,
  5028. i.flag.heard.island:before {
  5029. background-position: -36px -494px;
  5030. }
  5031. i.flag.hn:before,
  5032. i.flag.honduras:before {
  5033. background-position: -36px -520px;
  5034. }
  5035. i.flag.hr:before,
  5036. i.flag.croatia:before {
  5037. background-position: -36px -546px;
  5038. }
  5039. i.flag.ht:before,
  5040. i.flag.haiti:before {
  5041. background-position: -36px -572px;
  5042. }
  5043. i.flag.hu:before,
  5044. i.flag.hungary:before {
  5045. background-position: -36px -598px;
  5046. }
  5047. i.flag.id:before,
  5048. i.flag.indonesia:before {
  5049. background-position: -36px -624px;
  5050. }
  5051. i.flag.ie:before,
  5052. i.flag.ireland:before {
  5053. background-position: -36px -650px;
  5054. }
  5055. i.flag.il:before,
  5056. i.flag.israel:before {
  5057. background-position: -36px -676px;
  5058. }
  5059. i.flag.in:before,
  5060. i.flag.india:before {
  5061. background-position: -36px -702px;
  5062. }
  5063. i.flag.io:before,
  5064. i.flag.indian.ocean.territory:before {
  5065. background-position: -36px -728px;
  5066. }
  5067. i.flag.iq:before,
  5068. i.flag.iraq:before {
  5069. background-position: -36px -754px;
  5070. }
  5071. i.flag.ir:before,
  5072. i.flag.iran:before {
  5073. background-position: -36px -780px;
  5074. }
  5075. i.flag.is:before,
  5076. i.flag.iceland:before {
  5077. background-position: -36px -806px;
  5078. }
  5079. i.flag.it:before,
  5080. i.flag.italy:before {
  5081. background-position: -36px -832px;
  5082. }
  5083. i.flag.jm:before,
  5084. i.flag.jamaica:before {
  5085. background-position: -36px -858px;
  5086. }
  5087. i.flag.jo:before,
  5088. i.flag.jordan:before {
  5089. background-position: -36px -884px;
  5090. }
  5091. i.flag.jp:before,
  5092. i.flag.japan:before {
  5093. background-position: -36px -910px;
  5094. }
  5095. i.flag.ke:before,
  5096. i.flag.kenya:before {
  5097. background-position: -36px -936px;
  5098. }
  5099. i.flag.kg:before,
  5100. i.flag.kyrgyzstan:before {
  5101. background-position: -36px -962px;
  5102. }
  5103. i.flag.kh:before,
  5104. i.flag.cambodia:before {
  5105. background-position: -36px -988px;
  5106. }
  5107. i.flag.ki:before,
  5108. i.flag.kiribati:before {
  5109. background-position: -36px -1014px;
  5110. }
  5111. i.flag.km:before,
  5112. i.flag.comoros:before {
  5113. background-position: -36px -1040px;
  5114. }
  5115. i.flag.kn:before,
  5116. i.flag.saint.kitts.and.nevis:before {
  5117. background-position: -36px -1066px;
  5118. }
  5119. i.flag.kp:before,
  5120. i.flag.north.korea:before {
  5121. background-position: -36px -1092px;
  5122. }
  5123. i.flag.kr:before,
  5124. i.flag.south.korea:before {
  5125. background-position: -36px -1118px;
  5126. }
  5127. i.flag.kw:before,
  5128. i.flag.kuwait:before {
  5129. background-position: -36px -1144px;
  5130. }
  5131. i.flag.ky:before,
  5132. i.flag.cayman.islands:before {
  5133. background-position: -36px -1170px;
  5134. }
  5135. i.flag.kz:before,
  5136. i.flag.kazakhstan:before {
  5137. background-position: -36px -1196px;
  5138. }
  5139. i.flag.la:before,
  5140. i.flag.laos:before {
  5141. background-position: -36px -1222px;
  5142. }
  5143. i.flag.lb:before,
  5144. i.flag.lebanon:before {
  5145. background-position: -36px -1248px;
  5146. }
  5147. i.flag.lc:before,
  5148. i.flag.saint.lucia:before {
  5149. background-position: -36px -1274px;
  5150. }
  5151. i.flag.li:before,
  5152. i.flag.liechtenstein:before {
  5153. background-position: -36px -1300px;
  5154. }
  5155. i.flag.lk:before,
  5156. i.flag.sri.lanka:before {
  5157. background-position: -36px -1326px;
  5158. }
  5159. i.flag.lr:before,
  5160. i.flag.liberia:before {
  5161. background-position: -36px -1352px;
  5162. }
  5163. i.flag.ls:before,
  5164. i.flag.lesotho:before {
  5165. background-position: -36px -1378px;
  5166. }
  5167. i.flag.lt:before,
  5168. i.flag.lithuania:before {
  5169. background-position: -36px -1404px;
  5170. }
  5171. i.flag.lu:before,
  5172. i.flag.luxembourg:before {
  5173. background-position: -36px -1430px;
  5174. }
  5175. i.flag.lv:before,
  5176. i.flag.latvia:before {
  5177. background-position: -36px -1456px;
  5178. }
  5179. i.flag.ly:before,
  5180. i.flag.libya:before {
  5181. background-position: -36px -1482px;
  5182. }
  5183. i.flag.ma:before,
  5184. i.flag.morocco:before {
  5185. background-position: -36px -1508px;
  5186. }
  5187. i.flag.mc:before,
  5188. i.flag.monaco:before {
  5189. background-position: -36px -1534px;
  5190. }
  5191. i.flag.md:before,
  5192. i.flag.moldova:before {
  5193. background-position: -36px -1560px;
  5194. }
  5195. i.flag.me:before,
  5196. i.flag.montenegro:before {
  5197. background-position: -36px -1586px;
  5198. }
  5199. i.flag.mg:before,
  5200. i.flag.madagascar:before {
  5201. background-position: -36px -1613px;
  5202. }
  5203. i.flag.mh:before,
  5204. i.flag.marshall.islands:before {
  5205. background-position: -36px -1639px;
  5206. }
  5207. i.flag.mk:before,
  5208. i.flag.macedonia:before {
  5209. background-position: -36px -1665px;
  5210. }
  5211. i.flag.ml:before,
  5212. i.flag.mali:before {
  5213. background-position: -36px -1691px;
  5214. }
  5215. i.flag.mm:before,
  5216. i.flag.myanmar:before,
  5217. i.flag.burma:before {
  5218. background-position: -73px -1821px;
  5219. }
  5220. i.flag.mn:before,
  5221. i.flag.mongolia:before {
  5222. background-position: -36px -1743px;
  5223. }
  5224. i.flag.mo:before,
  5225. i.flag.macau:before {
  5226. background-position: -36px -1769px;
  5227. }
  5228. i.flag.mp:before,
  5229. i.flag.northern.mariana.islands:before {
  5230. background-position: -36px -1795px;
  5231. }
  5232. i.flag.mq:before,
  5233. i.flag.martinique:before {
  5234. background-position: -36px -1821px;
  5235. }
  5236. i.flag.mr:before,
  5237. i.flag.mauritania:before {
  5238. background-position: -36px -1847px;
  5239. }
  5240. i.flag.ms:before,
  5241. i.flag.montserrat:before {
  5242. background-position: -36px -1873px;
  5243. }
  5244. i.flag.mt:before,
  5245. i.flag.malta:before {
  5246. background-position: -36px -1899px;
  5247. }
  5248. i.flag.mu:before,
  5249. i.flag.mauritius:before {
  5250. background-position: -36px -1925px;
  5251. }
  5252. i.flag.mv:before,
  5253. i.flag.maldives:before {
  5254. background-position: -36px -1951px;
  5255. }
  5256. i.flag.mw:before,
  5257. i.flag.malawi:before {
  5258. background-position: -36px -1977px;
  5259. }
  5260. i.flag.mx:before,
  5261. i.flag.mexico:before {
  5262. background-position: -72px 0px;
  5263. }
  5264. i.flag.my:before,
  5265. i.flag.malaysia:before {
  5266. background-position: -72px -26px;
  5267. }
  5268. i.flag.mz:before,
  5269. i.flag.mozambique:before {
  5270. background-position: -72px -52px;
  5271. }
  5272. i.flag.na:before,
  5273. i.flag.namibia:before {
  5274. background-position: -72px -78px;
  5275. }
  5276. i.flag.nc:before,
  5277. i.flag.new.caledonia:before {
  5278. background-position: -72px -104px;
  5279. }
  5280. i.flag.ne:before,
  5281. i.flag.niger:before {
  5282. background-position: -72px -130px;
  5283. }
  5284. i.flag.nf:before,
  5285. i.flag.norfolk.island:before {
  5286. background-position: -72px -156px;
  5287. }
  5288. i.flag.ng:before,
  5289. i.flag.nigeria:before {
  5290. background-position: -72px -182px;
  5291. }
  5292. i.flag.ni:before,
  5293. i.flag.nicaragua:before {
  5294. background-position: -72px -208px;
  5295. }
  5296. i.flag.nl:before,
  5297. i.flag.netherlands:before {
  5298. background-position: -72px -234px;
  5299. }
  5300. i.flag.no:before,
  5301. i.flag.norway:before {
  5302. background-position: -72px -260px;
  5303. }
  5304. i.flag.np:before,
  5305. i.flag.nepal:before {
  5306. background-position: -72px -286px;
  5307. }
  5308. i.flag.nr:before,
  5309. i.flag.nauru:before {
  5310. background-position: -72px -312px;
  5311. }
  5312. i.flag.nu:before,
  5313. i.flag.niue:before {
  5314. background-position: -72px -338px;
  5315. }
  5316. i.flag.nz:before,
  5317. i.flag.new.zealand:before {
  5318. background-position: -72px -364px;
  5319. }
  5320. i.flag.om:before,
  5321. i.flag.oman:before {
  5322. background-position: -72px -390px;
  5323. }
  5324. i.flag.pa:before,
  5325. i.flag.panama:before {
  5326. background-position: -72px -416px;
  5327. }
  5328. i.flag.pe:before,
  5329. i.flag.peru:before {
  5330. background-position: -72px -442px;
  5331. }
  5332. i.flag.pf:before,
  5333. i.flag.french.polynesia:before {
  5334. background-position: -72px -468px;
  5335. }
  5336. i.flag.pg:before,
  5337. i.flag.new.guinea:before {
  5338. background-position: -72px -494px;
  5339. }
  5340. i.flag.ph:before,
  5341. i.flag.philippines:before {
  5342. background-position: -72px -520px;
  5343. }
  5344. i.flag.pk:before,
  5345. i.flag.pakistan:before {
  5346. background-position: -72px -546px;
  5347. }
  5348. i.flag.pl:before,
  5349. i.flag.poland:before {
  5350. background-position: -72px -572px;
  5351. }
  5352. i.flag.pm:before,
  5353. i.flag.saint.pierre:before {
  5354. background-position: -72px -598px;
  5355. }
  5356. i.flag.pn:before,
  5357. i.flag.pitcairn.islands:before {
  5358. background-position: -72px -624px;
  5359. }
  5360. i.flag.pr:before,
  5361. i.flag.puerto.rico:before {
  5362. background-position: -72px -650px;
  5363. }
  5364. i.flag.ps:before,
  5365. i.flag.palestine:before {
  5366. background-position: -72px -676px;
  5367. }
  5368. i.flag.pt:before,
  5369. i.flag.portugal:before {
  5370. background-position: -72px -702px;
  5371. }
  5372. i.flag.pw:before,
  5373. i.flag.palau:before {
  5374. background-position: -72px -728px;
  5375. }
  5376. i.flag.py:before,
  5377. i.flag.paraguay:before {
  5378. background-position: -72px -754px;
  5379. }
  5380. i.flag.qa:before,
  5381. i.flag.qatar:before {
  5382. background-position: -72px -780px;
  5383. }
  5384. i.flag.re:before,
  5385. i.flag.reunion:before {
  5386. background-position: -72px -806px;
  5387. }
  5388. i.flag.ro:before,
  5389. i.flag.romania:before {
  5390. background-position: -72px -832px;
  5391. }
  5392. i.flag.rs:before,
  5393. i.flag.serbia:before {
  5394. background-position: -72px -858px;
  5395. }
  5396. i.flag.ru:before,
  5397. i.flag.russia:before {
  5398. background-position: -72px -884px;
  5399. }
  5400. i.flag.rw:before,
  5401. i.flag.rwanda:before {
  5402. background-position: -72px -910px;
  5403. }
  5404. i.flag.sa:before,
  5405. i.flag.saudi.arabia:before {
  5406. background-position: -72px -936px;
  5407. }
  5408. i.flag.sb:before,
  5409. i.flag.solomon.islands:before {
  5410. background-position: -72px -962px;
  5411. }
  5412. i.flag.sc:before,
  5413. i.flag.seychelles:before {
  5414. background-position: -72px -988px;
  5415. }
  5416. i.flag.gb.sct:before,
  5417. i.flag.scotland:before {
  5418. background-position: -72px -1014px;
  5419. }
  5420. i.flag.sd:before,
  5421. i.flag.sudan:before {
  5422. background-position: -72px -1040px;
  5423. }
  5424. i.flag.se:before,
  5425. i.flag.sweden:before {
  5426. background-position: -72px -1066px;
  5427. }
  5428. i.flag.sg:before,
  5429. i.flag.singapore:before {
  5430. background-position: -72px -1092px;
  5431. }
  5432. i.flag.sh:before,
  5433. i.flag.saint.helena:before {
  5434. background-position: -72px -1118px;
  5435. }
  5436. i.flag.si:before,
  5437. i.flag.slovenia:before {
  5438. background-position: -72px -1144px;
  5439. }
  5440. i.flag.sj:before,
  5441. i.flag.svalbard:before,
  5442. i.flag.jan.mayen:before {
  5443. background-position: -72px -1170px;
  5444. }
  5445. i.flag.sk:before,
  5446. i.flag.slovakia:before {
  5447. background-position: -72px -1196px;
  5448. }
  5449. i.flag.sl:before,
  5450. i.flag.sierra.leone:before {
  5451. background-position: -72px -1222px;
  5452. }
  5453. i.flag.sm:before,
  5454. i.flag.san.marino:before {
  5455. background-position: -72px -1248px;
  5456. }
  5457. i.flag.sn:before,
  5458. i.flag.senegal:before {
  5459. background-position: -72px -1274px;
  5460. }
  5461. i.flag.so:before,
  5462. i.flag.somalia:before {
  5463. background-position: -72px -1300px;
  5464. }
  5465. i.flag.sr:before,
  5466. i.flag.suriname:before {
  5467. background-position: -72px -1326px;
  5468. }
  5469. i.flag.st:before,
  5470. i.flag.sao.tome:before {
  5471. background-position: -72px -1352px;
  5472. }
  5473. i.flag.sv:before,
  5474. i.flag.el.salvador:before {
  5475. background-position: -72px -1378px;
  5476. }
  5477. i.flag.sy:before,
  5478. i.flag.syria:before {
  5479. background-position: -72px -1404px;
  5480. }
  5481. i.flag.sz:before,
  5482. i.flag.swaziland:before {
  5483. background-position: -72px -1430px;
  5484. }
  5485. i.flag.tc:before,
  5486. i.flag.caicos.islands:before {
  5487. background-position: -72px -1456px;
  5488. }
  5489. i.flag.td:before,
  5490. i.flag.chad:before {
  5491. background-position: -72px -1482px;
  5492. }
  5493. i.flag.tf:before,
  5494. i.flag.french.territories:before {
  5495. background-position: -72px -1508px;
  5496. }
  5497. i.flag.tg:before,
  5498. i.flag.togo:before {
  5499. background-position: -72px -1534px;
  5500. }
  5501. i.flag.th:before,
  5502. i.flag.thailand:before {
  5503. background-position: -72px -1560px;
  5504. }
  5505. i.flag.tj:before,
  5506. i.flag.tajikistan:before {
  5507. background-position: -72px -1586px;
  5508. }
  5509. i.flag.tk:before,
  5510. i.flag.tokelau:before {
  5511. background-position: -72px -1612px;
  5512. }
  5513. i.flag.tl:before,
  5514. i.flag.timorleste:before {
  5515. background-position: -72px -1638px;
  5516. }
  5517. i.flag.tm:before,
  5518. i.flag.turkmenistan:before {
  5519. background-position: -72px -1664px;
  5520. }
  5521. i.flag.tn:before,
  5522. i.flag.tunisia:before {
  5523. background-position: -72px -1690px;
  5524. }
  5525. i.flag.to:before,
  5526. i.flag.tonga:before {
  5527. background-position: -72px -1716px;
  5528. }
  5529. i.flag.tr:before,
  5530. i.flag.turkey:before {
  5531. background-position: -72px -1742px;
  5532. }
  5533. i.flag.tt:before,
  5534. i.flag.trinidad:before {
  5535. background-position: -72px -1768px;
  5536. }
  5537. i.flag.tv:before,
  5538. i.flag.tuvalu:before {
  5539. background-position: -72px -1794px;
  5540. }
  5541. i.flag.tw:before,
  5542. i.flag.taiwan:before {
  5543. background-position: -72px -1820px;
  5544. }
  5545. i.flag.tz:before,
  5546. i.flag.tanzania:before {
  5547. background-position: -72px -1846px;
  5548. }
  5549. i.flag.ua:before,
  5550. i.flag.ukraine:before {
  5551. background-position: -72px -1872px;
  5552. }
  5553. i.flag.ug:before,
  5554. i.flag.uganda:before {
  5555. background-position: -72px -1898px;
  5556. }
  5557. i.flag.um:before,
  5558. i.flag.us.minor.islands:before {
  5559. background-position: -72px -1924px;
  5560. }
  5561. i.flag.us:before,
  5562. i.flag.america:before,
  5563. i.flag.united.states:before {
  5564. background-position: -72px -1950px;
  5565. }
  5566. i.flag.uy:before,
  5567. i.flag.uruguay:before {
  5568. background-position: -72px -1976px;
  5569. }
  5570. i.flag.uz:before,
  5571. i.flag.uzbekistan:before {
  5572. background-position: -108px 0px;
  5573. }
  5574. i.flag.va:before,
  5575. i.flag.vatican.city:before {
  5576. background-position: -108px -26px;
  5577. }
  5578. i.flag.vc:before,
  5579. i.flag.saint.vincent:before {
  5580. background-position: -108px -52px;
  5581. }
  5582. i.flag.ve:before,
  5583. i.flag.venezuela:before {
  5584. background-position: -108px -78px;
  5585. }
  5586. i.flag.vg:before,
  5587. i.flag.british.virgin.islands:before {
  5588. background-position: -108px -104px;
  5589. }
  5590. i.flag.vi:before,
  5591. i.flag.us.virgin.islands:before {
  5592. background-position: -108px -130px;
  5593. }
  5594. i.flag.vn:before,
  5595. i.flag.vietnam:before {
  5596. background-position: -108px -156px;
  5597. }
  5598. i.flag.vu:before,
  5599. i.flag.vanuatu:before {
  5600. background-position: -108px -182px;
  5601. }
  5602. i.flag.gb.wls:before,
  5603. i.flag.wales:before {
  5604. background-position: -108px -208px;
  5605. }
  5606. i.flag.wf:before,
  5607. i.flag.wallis.and.futuna:before {
  5608. background-position: -108px -234px;
  5609. }
  5610. i.flag.ws:before,
  5611. i.flag.samoa:before {
  5612. background-position: -108px -260px;
  5613. }
  5614. i.flag.ye:before,
  5615. i.flag.yemen:before {
  5616. background-position: -108px -286px;
  5617. }
  5618. i.flag.yt:before,
  5619. i.flag.mayotte:before {
  5620. background-position: -108px -312px;
  5621. }
  5622. i.flag.za:before,
  5623. i.flag.south.africa:before {
  5624. background-position: -108px -338px;
  5625. }
  5626. i.flag.zm:before,
  5627. i.flag.zambia:before {
  5628. background-position: -108px -364px;
  5629. }
  5630. i.flag.zw:before,
  5631. i.flag.zimbabwe:before {
  5632. background-position: -108px -390px;
  5633. }
  5634. /*******************************
  5635. Site Overrides
  5636. *******************************/
  5637. /*!
  5638. * # Semantic UI 2.4.0 - Header
  5639. * http://github.com/semantic-org/semantic-ui/
  5640. *
  5641. *
  5642. * Released under the MIT license
  5643. * http://opensource.org/licenses/MIT
  5644. *
  5645. */
  5646. /*******************************
  5647. Header
  5648. *******************************/
  5649. /* Standard */
  5650. .ui.header {
  5651. border: none;
  5652. margin: calc(2rem - 0.14285714em ) 0em 1rem;
  5653. padding: 0em 0em;
  5654. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  5655. font-weight: bold;
  5656. line-height: 1.28571429em;
  5657. text-transform: none;
  5658. color: rgba(0, 0, 0, 0.87);
  5659. }
  5660. .ui.header:first-child {
  5661. margin-top: -0.14285714em;
  5662. }
  5663. .ui.header:last-child {
  5664. margin-bottom: 0em;
  5665. }
  5666. /*--------------
  5667. Sub Header
  5668. ---------------*/
  5669. .ui.header .sub.header {
  5670. display: block;
  5671. font-weight: normal;
  5672. padding: 0em;
  5673. margin: 0em;
  5674. font-size: 1rem;
  5675. line-height: 1.2em;
  5676. color: rgba(0, 0, 0, 0.6);
  5677. }
  5678. /*--------------
  5679. Icon
  5680. ---------------*/
  5681. .ui.header > .icon {
  5682. display: table-cell;
  5683. opacity: 1;
  5684. font-size: 1.5em;
  5685. padding-top: 0em;
  5686. vertical-align: middle;
  5687. }
  5688. /* With Text Node */
  5689. .ui.header .icon:only-child {
  5690. display: inline-block;
  5691. padding: 0em;
  5692. margin-right: 0.75rem;
  5693. }
  5694. /*-------------------
  5695. Image
  5696. --------------------*/
  5697. .ui.header > .image:not(.icon),
  5698. .ui.header > img {
  5699. display: inline-block;
  5700. margin-top: 0.14285714em;
  5701. width: 2.5em;
  5702. height: auto;
  5703. vertical-align: middle;
  5704. }
  5705. .ui.header > .image:not(.icon):only-child,
  5706. .ui.header > img:only-child {
  5707. margin-right: 0.75rem;
  5708. }
  5709. /*--------------
  5710. Content
  5711. ---------------*/
  5712. .ui.header .content {
  5713. display: inline-block;
  5714. vertical-align: top;
  5715. }
  5716. /* After Image */
  5717. .ui.header > img + .content,
  5718. .ui.header > .image + .content {
  5719. padding-left: 0.75rem;
  5720. vertical-align: middle;
  5721. }
  5722. /* After Icon */
  5723. .ui.header > .icon + .content {
  5724. padding-left: 0.75rem;
  5725. display: table-cell;
  5726. vertical-align: middle;
  5727. }
  5728. /*--------------
  5729. Loose Coupling
  5730. ---------------*/
  5731. .ui.header .ui.label {
  5732. font-size: '';
  5733. margin-left: 0.5rem;
  5734. vertical-align: middle;
  5735. }
  5736. /* Positioning */
  5737. .ui.header + p {
  5738. margin-top: 0em;
  5739. }
  5740. /*******************************
  5741. Types
  5742. *******************************/
  5743. /*--------------
  5744. Page
  5745. ---------------*/
  5746. h1.ui.header {
  5747. font-size: 2rem;
  5748. }
  5749. h2.ui.header {
  5750. font-size: 1.71428571rem;
  5751. }
  5752. h3.ui.header {
  5753. font-size: 1.28571429rem;
  5754. }
  5755. h4.ui.header {
  5756. font-size: 1.07142857rem;
  5757. }
  5758. h5.ui.header {
  5759. font-size: 1rem;
  5760. }
  5761. /* Sub Header */
  5762. h1.ui.header .sub.header {
  5763. font-size: 1.14285714rem;
  5764. }
  5765. h2.ui.header .sub.header {
  5766. font-size: 1.14285714rem;
  5767. }
  5768. h3.ui.header .sub.header {
  5769. font-size: 1rem;
  5770. }
  5771. h4.ui.header .sub.header {
  5772. font-size: 1rem;
  5773. }
  5774. h5.ui.header .sub.header {
  5775. font-size: 0.92857143rem;
  5776. }
  5777. /*--------------
  5778. Content Heading
  5779. ---------------*/
  5780. .ui.huge.header {
  5781. min-height: 1em;
  5782. font-size: 2em;
  5783. }
  5784. .ui.large.header {
  5785. font-size: 1.71428571em;
  5786. }
  5787. .ui.medium.header {
  5788. font-size: 1.28571429em;
  5789. }
  5790. .ui.small.header {
  5791. font-size: 1.07142857em;
  5792. }
  5793. .ui.tiny.header {
  5794. font-size: 1em;
  5795. }
  5796. /* Sub Header */
  5797. .ui.huge.header .sub.header {
  5798. font-size: 1.14285714rem;
  5799. }
  5800. .ui.large.header .sub.header {
  5801. font-size: 1.14285714rem;
  5802. }
  5803. .ui.header .sub.header {
  5804. font-size: 1rem;
  5805. }
  5806. .ui.small.header .sub.header {
  5807. font-size: 1rem;
  5808. }
  5809. .ui.tiny.header .sub.header {
  5810. font-size: 0.92857143rem;
  5811. }
  5812. /*--------------
  5813. Sub Heading
  5814. ---------------*/
  5815. .ui.sub.header {
  5816. padding: 0em;
  5817. margin-bottom: 0.14285714rem;
  5818. font-weight: bold;
  5819. font-size: 0.85714286em;
  5820. text-transform: uppercase;
  5821. color: '';
  5822. }
  5823. .ui.small.sub.header {
  5824. font-size: 0.78571429em;
  5825. }
  5826. .ui.sub.header {
  5827. font-size: 0.85714286em;
  5828. }
  5829. .ui.large.sub.header {
  5830. font-size: 0.92857143em;
  5831. }
  5832. .ui.huge.sub.header {
  5833. font-size: 1em;
  5834. }
  5835. /*-------------------
  5836. Icon
  5837. --------------------*/
  5838. .ui.icon.header {
  5839. display: inline-block;
  5840. text-align: center;
  5841. margin: 2rem 0em 1rem;
  5842. }
  5843. .ui.icon.header:after {
  5844. content: '';
  5845. display: block;
  5846. height: 0px;
  5847. clear: both;
  5848. visibility: hidden;
  5849. }
  5850. .ui.icon.header:first-child {
  5851. margin-top: 0em;
  5852. }
  5853. .ui.icon.header .icon {
  5854. float: none;
  5855. display: block;
  5856. width: auto;
  5857. height: auto;
  5858. line-height: 1;
  5859. padding: 0em;
  5860. font-size: 3em;
  5861. margin: 0em auto 0.5rem;
  5862. opacity: 1;
  5863. }
  5864. .ui.icon.header .content {
  5865. display: block;
  5866. padding: 0em;
  5867. }
  5868. .ui.icon.header .circular.icon {
  5869. font-size: 2em;
  5870. }
  5871. .ui.icon.header .square.icon {
  5872. font-size: 2em;
  5873. }
  5874. .ui.block.icon.header .icon {
  5875. margin-bottom: 0em;
  5876. }
  5877. .ui.icon.header.aligned {
  5878. margin-left: auto;
  5879. margin-right: auto;
  5880. display: block;
  5881. }
  5882. /*******************************
  5883. States
  5884. *******************************/
  5885. .ui.disabled.header {
  5886. opacity: 0.45;
  5887. }
  5888. /*******************************
  5889. Variations
  5890. *******************************/
  5891. /*-------------------
  5892. Inverted
  5893. --------------------*/
  5894. .ui.inverted.header {
  5895. color: #FFFFFF;
  5896. }
  5897. .ui.inverted.header .sub.header {
  5898. color: rgba(255, 255, 255, 0.8);
  5899. }
  5900. .ui.inverted.attached.header {
  5901. background: #545454 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  5902. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5903. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5904. -webkit-box-shadow: none;
  5905. box-shadow: none;
  5906. border-color: transparent;
  5907. }
  5908. .ui.inverted.block.header {
  5909. background: #545454 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  5910. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5911. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5912. -webkit-box-shadow: none;
  5913. box-shadow: none;
  5914. }
  5915. .ui.inverted.block.header {
  5916. border-bottom: none;
  5917. }
  5918. /*-------------------
  5919. Colors
  5920. --------------------*/
  5921. /*--- Red ---*/
  5922. .ui.red.header {
  5923. color: #DB2828 !important;
  5924. }
  5925. a.ui.red.header:hover {
  5926. color: #d01919 !important;
  5927. }
  5928. .ui.red.dividing.header {
  5929. border-bottom: 2px solid #DB2828;
  5930. }
  5931. /* Inverted */
  5932. .ui.inverted.red.header {
  5933. color: #FF695E !important;
  5934. }
  5935. a.ui.inverted.red.header:hover {
  5936. color: #ff5144 !important;
  5937. }
  5938. /*--- Orange ---*/
  5939. .ui.orange.header {
  5940. color: #F2711C !important;
  5941. }
  5942. a.ui.orange.header:hover {
  5943. color: #f26202 !important;
  5944. }
  5945. .ui.orange.dividing.header {
  5946. border-bottom: 2px solid #F2711C;
  5947. }
  5948. /* Inverted */
  5949. .ui.inverted.orange.header {
  5950. color: #FF851B !important;
  5951. }
  5952. a.ui.inverted.orange.header:hover {
  5953. color: #ff7701 !important;
  5954. }
  5955. /*--- Olive ---*/
  5956. .ui.olive.header {
  5957. color: #B5CC18 !important;
  5958. }
  5959. a.ui.olive.header:hover {
  5960. color: #a7bd0d !important;
  5961. }
  5962. .ui.olive.dividing.header {
  5963. border-bottom: 2px solid #B5CC18;
  5964. }
  5965. /* Inverted */
  5966. .ui.inverted.olive.header {
  5967. color: #D9E778 !important;
  5968. }
  5969. a.ui.inverted.olive.header:hover {
  5970. color: #d8ea5c !important;
  5971. }
  5972. /*--- Yellow ---*/
  5973. .ui.yellow.header {
  5974. color: #FBBD08 !important;
  5975. }
  5976. a.ui.yellow.header:hover {
  5977. color: #eaae00 !important;
  5978. }
  5979. .ui.yellow.dividing.header {
  5980. border-bottom: 2px solid #FBBD08;
  5981. }
  5982. /* Inverted */
  5983. .ui.inverted.yellow.header {
  5984. color: #FFE21F !important;
  5985. }
  5986. a.ui.inverted.yellow.header:hover {
  5987. color: #ffdf05 !important;
  5988. }
  5989. /*--- Green ---*/
  5990. .ui.green.header {
  5991. color: #21BA45 !important;
  5992. }
  5993. a.ui.green.header:hover {
  5994. color: #16ab39 !important;
  5995. }
  5996. .ui.green.dividing.header {
  5997. border-bottom: 2px solid #21BA45;
  5998. }
  5999. /* Inverted */
  6000. .ui.inverted.green.header {
  6001. color: #2ECC40 !important;
  6002. }
  6003. a.ui.inverted.green.header:hover {
  6004. color: #22be34 !important;
  6005. }
  6006. /*--- Teal ---*/
  6007. .ui.teal.header {
  6008. color: #00B5AD !important;
  6009. }
  6010. a.ui.teal.header:hover {
  6011. color: #009c95 !important;
  6012. }
  6013. .ui.teal.dividing.header {
  6014. border-bottom: 2px solid #00B5AD;
  6015. }
  6016. /* Inverted */
  6017. .ui.inverted.teal.header {
  6018. color: #6DFFFF !important;
  6019. }
  6020. a.ui.inverted.teal.header:hover {
  6021. color: #54ffff !important;
  6022. }
  6023. /*--- Blue ---*/
  6024. .ui.blue.header {
  6025. color: #2185D0 !important;
  6026. }
  6027. a.ui.blue.header:hover {
  6028. color: #1678c2 !important;
  6029. }
  6030. .ui.blue.dividing.header {
  6031. border-bottom: 2px solid #2185D0;
  6032. }
  6033. /* Inverted */
  6034. .ui.inverted.blue.header {
  6035. color: #54C8FF !important;
  6036. }
  6037. a.ui.inverted.blue.header:hover {
  6038. color: #3ac0ff !important;
  6039. }
  6040. /*--- Violet ---*/
  6041. .ui.violet.header {
  6042. color: #6435C9 !important;
  6043. }
  6044. a.ui.violet.header:hover {
  6045. color: #5829bb !important;
  6046. }
  6047. .ui.violet.dividing.header {
  6048. border-bottom: 2px solid #6435C9;
  6049. }
  6050. /* Inverted */
  6051. .ui.inverted.violet.header {
  6052. color: #A291FB !important;
  6053. }
  6054. a.ui.inverted.violet.header:hover {
  6055. color: #8a73ff !important;
  6056. }
  6057. /*--- Purple ---*/
  6058. .ui.purple.header {
  6059. color: #A333C8 !important;
  6060. }
  6061. a.ui.purple.header:hover {
  6062. color: #9627ba !important;
  6063. }
  6064. .ui.purple.dividing.header {
  6065. border-bottom: 2px solid #A333C8;
  6066. }
  6067. /* Inverted */
  6068. .ui.inverted.purple.header {
  6069. color: #DC73FF !important;
  6070. }
  6071. a.ui.inverted.purple.header:hover {
  6072. color: #d65aff !important;
  6073. }
  6074. /*--- Pink ---*/
  6075. .ui.pink.header {
  6076. color: #E03997 !important;
  6077. }
  6078. a.ui.pink.header:hover {
  6079. color: #e61a8d !important;
  6080. }
  6081. .ui.pink.dividing.header {
  6082. border-bottom: 2px solid #E03997;
  6083. }
  6084. /* Inverted */
  6085. .ui.inverted.pink.header {
  6086. color: #FF8EDF !important;
  6087. }
  6088. a.ui.inverted.pink.header:hover {
  6089. color: #ff74d8 !important;
  6090. }
  6091. /*--- Brown ---*/
  6092. .ui.brown.header {
  6093. color: #A5673F !important;
  6094. }
  6095. a.ui.brown.header:hover {
  6096. color: #975b33 !important;
  6097. }
  6098. .ui.brown.dividing.header {
  6099. border-bottom: 2px solid #A5673F;
  6100. }
  6101. /* Inverted */
  6102. .ui.inverted.brown.header {
  6103. color: #D67C1C !important;
  6104. }
  6105. a.ui.inverted.brown.header:hover {
  6106. color: #c86f11 !important;
  6107. }
  6108. /*--- Grey ---*/
  6109. .ui.grey.header {
  6110. color: #767676 !important;
  6111. }
  6112. a.ui.grey.header:hover {
  6113. color: #838383 !important;
  6114. }
  6115. .ui.grey.dividing.header {
  6116. border-bottom: 2px solid #767676;
  6117. }
  6118. /* Inverted */
  6119. .ui.inverted.grey.header {
  6120. color: #DCDDDE !important;
  6121. }
  6122. a.ui.inverted.grey.header:hover {
  6123. color: #cfd0d2 !important;
  6124. }
  6125. /*-------------------
  6126. Aligned
  6127. --------------------*/
  6128. .ui.left.aligned.header {
  6129. text-align: left;
  6130. }
  6131. .ui.right.aligned.header {
  6132. text-align: right;
  6133. }
  6134. .ui.centered.header,
  6135. .ui.center.aligned.header {
  6136. text-align: center;
  6137. }
  6138. .ui.justified.header {
  6139. text-align: justify;
  6140. }
  6141. .ui.justified.header:after {
  6142. display: inline-block;
  6143. content: '';
  6144. width: 100%;
  6145. }
  6146. /*-------------------
  6147. Floated
  6148. --------------------*/
  6149. .ui.floated.header,
  6150. .ui[class*="left floated"].header {
  6151. float: left;
  6152. margin-top: 0em;
  6153. margin-right: 0.5em;
  6154. }
  6155. .ui[class*="right floated"].header {
  6156. float: right;
  6157. margin-top: 0em;
  6158. margin-left: 0.5em;
  6159. }
  6160. /*-------------------
  6161. Fitted
  6162. --------------------*/
  6163. .ui.fitted.header {
  6164. padding: 0em;
  6165. }
  6166. /*-------------------
  6167. Dividing
  6168. --------------------*/
  6169. .ui.dividing.header {
  6170. padding-bottom: 0.21428571rem;
  6171. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  6172. }
  6173. .ui.dividing.header .sub.header {
  6174. padding-bottom: 0.21428571rem;
  6175. }
  6176. .ui.dividing.header .icon {
  6177. margin-bottom: 0em;
  6178. }
  6179. .ui.inverted.dividing.header {
  6180. border-bottom-color: rgba(255, 255, 255, 0.1);
  6181. }
  6182. /*-------------------
  6183. Block
  6184. --------------------*/
  6185. .ui.block.header {
  6186. background: #F3F4F5;
  6187. padding: 0.78571429rem 1rem;
  6188. -webkit-box-shadow: none;
  6189. box-shadow: none;
  6190. border: 1px solid #D4D4D5;
  6191. border-radius: 0.28571429rem;
  6192. }
  6193. .ui.tiny.block.header {
  6194. font-size: 0.85714286rem;
  6195. }
  6196. .ui.small.block.header {
  6197. font-size: 0.92857143rem;
  6198. }
  6199. .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  6200. font-size: 1rem;
  6201. }
  6202. .ui.large.block.header {
  6203. font-size: 1.14285714rem;
  6204. }
  6205. .ui.huge.block.header {
  6206. font-size: 1.42857143rem;
  6207. }
  6208. /*-------------------
  6209. Attached
  6210. --------------------*/
  6211. .ui.attached.header {
  6212. background: #FFFFFF;
  6213. padding: 0.78571429rem 1rem;
  6214. margin-left: -1px;
  6215. margin-right: -1px;
  6216. -webkit-box-shadow: none;
  6217. box-shadow: none;
  6218. border: 1px solid #D4D4D5;
  6219. }
  6220. .ui.attached.block.header {
  6221. background: #F3F4F5;
  6222. }
  6223. .ui.attached:not(.top):not(.bottom).header {
  6224. margin-top: 0em;
  6225. margin-bottom: 0em;
  6226. border-top: none;
  6227. border-radius: 0em;
  6228. }
  6229. .ui.top.attached.header {
  6230. margin-bottom: 0em;
  6231. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  6232. }
  6233. .ui.bottom.attached.header {
  6234. margin-top: 0em;
  6235. border-top: none;
  6236. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  6237. }
  6238. /* Attached Sizes */
  6239. .ui.tiny.attached.header {
  6240. font-size: 0.85714286em;
  6241. }
  6242. .ui.small.attached.header {
  6243. font-size: 0.92857143em;
  6244. }
  6245. .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  6246. font-size: 1em;
  6247. }
  6248. .ui.large.attached.header {
  6249. font-size: 1.14285714em;
  6250. }
  6251. .ui.huge.attached.header {
  6252. font-size: 1.42857143em;
  6253. }
  6254. /*-------------------
  6255. Sizing
  6256. --------------------*/
  6257. .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  6258. font-size: 1.28571429em;
  6259. }
  6260. /*******************************
  6261. Theme Overrides
  6262. *******************************/
  6263. /*******************************
  6264. Site Overrides
  6265. *******************************/
  6266. /*!
  6267. * # Semantic UI 2.4.0 - Icon
  6268. * http://github.com/semantic-org/semantic-ui/
  6269. *
  6270. *
  6271. * Released under the MIT license
  6272. * http://opensource.org/licenses/MIT
  6273. *
  6274. */
  6275. /*******************************
  6276. Icon
  6277. *******************************/
  6278. @font-face {
  6279. font-family: 'Icons';
  6280. src: url("./themes/default/assets/fonts/icons.eot");
  6281. src: url("./themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("./themes/default/assets/fonts/icons.woff2") format('woff2'), url("./themes/default/assets/fonts/icons.woff") format('woff'), url("./themes/default/assets/fonts/icons.ttf") format('truetype'), url("./themes/default/assets/fonts/icons.svg#icons") format('svg');
  6282. font-style: normal;
  6283. font-weight: normal;
  6284. font-variant: normal;
  6285. text-decoration: inherit;
  6286. text-transform: none;
  6287. }
  6288. i.icon {
  6289. display: inline-block;
  6290. opacity: 1;
  6291. margin: 0em 0.25rem 0em 0em;
  6292. width: 1.18em;
  6293. height: 1em;
  6294. font-family: 'Icons';
  6295. font-style: normal;
  6296. font-weight: normal;
  6297. text-decoration: inherit;
  6298. text-align: center;
  6299. speak: none;
  6300. font-smoothing: antialiased;
  6301. -moz-osx-font-smoothing: grayscale;
  6302. -webkit-font-smoothing: antialiased;
  6303. -webkit-backface-visibility: hidden;
  6304. backface-visibility: hidden;
  6305. }
  6306. i.icon:before {
  6307. background: none !important;
  6308. }
  6309. /*******************************
  6310. Types
  6311. *******************************/
  6312. /*--------------
  6313. Loading
  6314. ---------------*/
  6315. i.icon.loading {
  6316. height: 1em;
  6317. line-height: 1;
  6318. -webkit-animation: icon-loading 2s linear infinite;
  6319. animation: icon-loading 2s linear infinite;
  6320. }
  6321. @-webkit-keyframes icon-loading {
  6322. from {
  6323. -webkit-transform: rotate(0deg);
  6324. transform: rotate(0deg);
  6325. }
  6326. to {
  6327. -webkit-transform: rotate(360deg);
  6328. transform: rotate(360deg);
  6329. }
  6330. }
  6331. @keyframes icon-loading {
  6332. from {
  6333. -webkit-transform: rotate(0deg);
  6334. transform: rotate(0deg);
  6335. }
  6336. to {
  6337. -webkit-transform: rotate(360deg);
  6338. transform: rotate(360deg);
  6339. }
  6340. }
  6341. /*******************************
  6342. States
  6343. *******************************/
  6344. i.icon.hover {
  6345. opacity: 1 !important;
  6346. }
  6347. i.icon.active {
  6348. opacity: 1 !important;
  6349. }
  6350. i.emphasized.icon {
  6351. opacity: 1 !important;
  6352. }
  6353. i.disabled.icon {
  6354. opacity: 0.45 !important;
  6355. }
  6356. /*******************************
  6357. Variations
  6358. *******************************/
  6359. /*-------------------
  6360. Fitted
  6361. --------------------*/
  6362. i.fitted.icon {
  6363. width: auto;
  6364. margin: 0em !important;
  6365. }
  6366. /*-------------------
  6367. Link
  6368. --------------------*/
  6369. i.link.icon,
  6370. i.link.icons {
  6371. cursor: pointer;
  6372. opacity: 0.8;
  6373. -webkit-transition: opacity 0.1s ease;
  6374. transition: opacity 0.1s ease;
  6375. }
  6376. i.link.icon:hover,
  6377. i.link.icons:hover {
  6378. opacity: 1 !important;
  6379. }
  6380. /*-------------------
  6381. Circular
  6382. --------------------*/
  6383. i.circular.icon {
  6384. border-radius: 500em !important;
  6385. line-height: 1 !important;
  6386. padding: 0.5em 0em !important;
  6387. -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  6388. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  6389. width: 2em !important;
  6390. height: 2em !important;
  6391. }
  6392. i.circular.inverted.icon {
  6393. border: none;
  6394. -webkit-box-shadow: none;
  6395. box-shadow: none;
  6396. }
  6397. /*-------------------
  6398. Flipped
  6399. --------------------*/
  6400. i.flipped.icon,
  6401. i.horizontally.flipped.icon {
  6402. -webkit-transform: scale(-1, 1);
  6403. transform: scale(-1, 1);
  6404. }
  6405. i.vertically.flipped.icon {
  6406. -webkit-transform: scale(1, -1);
  6407. transform: scale(1, -1);
  6408. }
  6409. /*-------------------
  6410. Rotated
  6411. --------------------*/
  6412. i.rotated.icon,
  6413. i.right.rotated.icon,
  6414. i.clockwise.rotated.icon {
  6415. -webkit-transform: rotate(90deg);
  6416. transform: rotate(90deg);
  6417. }
  6418. i.left.rotated.icon,
  6419. i.counterclockwise.rotated.icon {
  6420. -webkit-transform: rotate(-90deg);
  6421. transform: rotate(-90deg);
  6422. }
  6423. /*-------------------
  6424. Bordered
  6425. --------------------*/
  6426. i.bordered.icon {
  6427. line-height: 1;
  6428. vertical-align: baseline;
  6429. width: 2em;
  6430. height: 2em;
  6431. padding: 0.5em 0em !important;
  6432. -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  6433. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  6434. }
  6435. i.bordered.inverted.icon {
  6436. border: none;
  6437. -webkit-box-shadow: none;
  6438. box-shadow: none;
  6439. }
  6440. /*-------------------
  6441. Inverted
  6442. --------------------*/
  6443. /* Inverted Shapes */
  6444. i.inverted.bordered.icon,
  6445. i.inverted.circular.icon {
  6446. background-color: #1B1C1D !important;
  6447. color: #FFFFFF !important;
  6448. }
  6449. i.inverted.icon {
  6450. color: #FFFFFF;
  6451. }
  6452. /*-------------------
  6453. Colors
  6454. --------------------*/
  6455. /* Red */
  6456. i.red.icon {
  6457. color: #DB2828 !important;
  6458. }
  6459. i.inverted.red.icon {
  6460. color: #FF695E !important;
  6461. }
  6462. i.inverted.bordered.red.icon,
  6463. i.inverted.circular.red.icon {
  6464. background-color: #DB2828 !important;
  6465. color: #FFFFFF !important;
  6466. }
  6467. /* Orange */
  6468. i.orange.icon {
  6469. color: #F2711C !important;
  6470. }
  6471. i.inverted.orange.icon {
  6472. color: #FF851B !important;
  6473. }
  6474. i.inverted.bordered.orange.icon,
  6475. i.inverted.circular.orange.icon {
  6476. background-color: #F2711C !important;
  6477. color: #FFFFFF !important;
  6478. }
  6479. /* Yellow */
  6480. i.yellow.icon {
  6481. color: #FBBD08 !important;
  6482. }
  6483. i.inverted.yellow.icon {
  6484. color: #FFE21F !important;
  6485. }
  6486. i.inverted.bordered.yellow.icon,
  6487. i.inverted.circular.yellow.icon {
  6488. background-color: #FBBD08 !important;
  6489. color: #FFFFFF !important;
  6490. }
  6491. /* Olive */
  6492. i.olive.icon {
  6493. color: #B5CC18 !important;
  6494. }
  6495. i.inverted.olive.icon {
  6496. color: #D9E778 !important;
  6497. }
  6498. i.inverted.bordered.olive.icon,
  6499. i.inverted.circular.olive.icon {
  6500. background-color: #B5CC18 !important;
  6501. color: #FFFFFF !important;
  6502. }
  6503. /* Green */
  6504. i.green.icon {
  6505. color: #21BA45 !important;
  6506. }
  6507. i.inverted.green.icon {
  6508. color: #2ECC40 !important;
  6509. }
  6510. i.inverted.bordered.green.icon,
  6511. i.inverted.circular.green.icon {
  6512. background-color: #21BA45 !important;
  6513. color: #FFFFFF !important;
  6514. }
  6515. /* Teal */
  6516. i.teal.icon {
  6517. color: #00B5AD !important;
  6518. }
  6519. i.inverted.teal.icon {
  6520. color: #6DFFFF !important;
  6521. }
  6522. i.inverted.bordered.teal.icon,
  6523. i.inverted.circular.teal.icon {
  6524. background-color: #00B5AD !important;
  6525. color: #FFFFFF !important;
  6526. }
  6527. /* Blue */
  6528. i.blue.icon {
  6529. color: #2185D0 !important;
  6530. }
  6531. i.inverted.blue.icon {
  6532. color: #54C8FF !important;
  6533. }
  6534. i.inverted.bordered.blue.icon,
  6535. i.inverted.circular.blue.icon {
  6536. background-color: #2185D0 !important;
  6537. color: #FFFFFF !important;
  6538. }
  6539. /* Violet */
  6540. i.violet.icon {
  6541. color: #6435C9 !important;
  6542. }
  6543. i.inverted.violet.icon {
  6544. color: #A291FB !important;
  6545. }
  6546. i.inverted.bordered.violet.icon,
  6547. i.inverted.circular.violet.icon {
  6548. background-color: #6435C9 !important;
  6549. color: #FFFFFF !important;
  6550. }
  6551. /* Purple */
  6552. i.purple.icon {
  6553. color: #A333C8 !important;
  6554. }
  6555. i.inverted.purple.icon {
  6556. color: #DC73FF !important;
  6557. }
  6558. i.inverted.bordered.purple.icon,
  6559. i.inverted.circular.purple.icon {
  6560. background-color: #A333C8 !important;
  6561. color: #FFFFFF !important;
  6562. }
  6563. /* Pink */
  6564. i.pink.icon {
  6565. color: #E03997 !important;
  6566. }
  6567. i.inverted.pink.icon {
  6568. color: #FF8EDF !important;
  6569. }
  6570. i.inverted.bordered.pink.icon,
  6571. i.inverted.circular.pink.icon {
  6572. background-color: #E03997 !important;
  6573. color: #FFFFFF !important;
  6574. }
  6575. /* Brown */
  6576. i.brown.icon {
  6577. color: #A5673F !important;
  6578. }
  6579. i.inverted.brown.icon {
  6580. color: #D67C1C !important;
  6581. }
  6582. i.inverted.bordered.brown.icon,
  6583. i.inverted.circular.brown.icon {
  6584. background-color: #A5673F !important;
  6585. color: #FFFFFF !important;
  6586. }
  6587. /* Grey */
  6588. i.grey.icon {
  6589. color: #767676 !important;
  6590. }
  6591. i.inverted.grey.icon {
  6592. color: #DCDDDE !important;
  6593. }
  6594. i.inverted.bordered.grey.icon,
  6595. i.inverted.circular.grey.icon {
  6596. background-color: #767676 !important;
  6597. color: #FFFFFF !important;
  6598. }
  6599. /* Black */
  6600. i.black.icon {
  6601. color: #1B1C1D !important;
  6602. }
  6603. i.inverted.black.icon {
  6604. color: #545454 !important;
  6605. }
  6606. i.inverted.bordered.black.icon,
  6607. i.inverted.circular.black.icon {
  6608. background-color: #1B1C1D !important;
  6609. color: #FFFFFF !important;
  6610. }
  6611. /*-------------------
  6612. Sizes
  6613. --------------------*/
  6614. i.mini.icon,
  6615. i.mini.icons {
  6616. line-height: 1;
  6617. font-size: 0.4em;
  6618. }
  6619. i.tiny.icon,
  6620. i.tiny.icons {
  6621. line-height: 1;
  6622. font-size: 0.5em;
  6623. }
  6624. i.small.icon,
  6625. i.small.icons {
  6626. line-height: 1;
  6627. font-size: 0.75em;
  6628. }
  6629. i.icon,
  6630. i.icons {
  6631. font-size: 1em;
  6632. }
  6633. i.large.icon,
  6634. i.large.icons {
  6635. line-height: 1;
  6636. vertical-align: middle;
  6637. font-size: 1.5em;
  6638. }
  6639. i.big.icon,
  6640. i.big.icons {
  6641. line-height: 1;
  6642. vertical-align: middle;
  6643. font-size: 2em;
  6644. }
  6645. i.huge.icon,
  6646. i.huge.icons {
  6647. line-height: 1;
  6648. vertical-align: middle;
  6649. font-size: 4em;
  6650. }
  6651. i.massive.icon,
  6652. i.massive.icons {
  6653. line-height: 1;
  6654. vertical-align: middle;
  6655. font-size: 8em;
  6656. }
  6657. /*******************************
  6658. Groups
  6659. *******************************/
  6660. i.icons {
  6661. display: inline-block;
  6662. position: relative;
  6663. line-height: 1;
  6664. }
  6665. i.icons .icon {
  6666. position: absolute;
  6667. top: 50%;
  6668. left: 50%;
  6669. -webkit-transform: translateX(-50%) translateY(-50%);
  6670. transform: translateX(-50%) translateY(-50%);
  6671. margin: 0em;
  6672. margin: 0;
  6673. }
  6674. i.icons .icon:first-child {
  6675. position: static;
  6676. width: auto;
  6677. height: auto;
  6678. vertical-align: top;
  6679. -webkit-transform: none;
  6680. transform: none;
  6681. margin-right: 0.25rem;
  6682. }
  6683. /* Corner Icon */
  6684. i.icons .corner.icon {
  6685. top: auto;
  6686. left: auto;
  6687. right: 0;
  6688. bottom: 0;
  6689. -webkit-transform: none;
  6690. transform: none;
  6691. font-size: 0.45em;
  6692. text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  6693. }
  6694. i.icons .top.right.corner.icon {
  6695. top: 0;
  6696. left: auto;
  6697. right: 0;
  6698. bottom: auto;
  6699. }
  6700. i.icons .top.left.corner.icon {
  6701. top: 0;
  6702. left: 0;
  6703. right: auto;
  6704. bottom: auto;
  6705. }
  6706. i.icons .bottom.left.corner.icon {
  6707. top: auto;
  6708. left: 0;
  6709. right: auto;
  6710. bottom: 0;
  6711. }
  6712. i.icons .bottom.right.corner.icon {
  6713. top: auto;
  6714. left: auto;
  6715. right: 0;
  6716. bottom: 0;
  6717. }
  6718. i.icons .inverted.corner.icon {
  6719. text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
  6720. }
  6721. /*
  6722. * Font Awesome 5.0.8 by @fontawesome - http://fontawesome.io - @fontawesome
  6723. * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
  6724. */
  6725. /*******************************
  6726. Semantic-UI integration of font-awesome :
  6727. ///class names are separated
  6728. i.icon.circle => i.icon.circle
  6729. i.icon.circle-o => i.icon.circle.outline
  6730. //abbreviation are replaced by full letters:
  6731. i.icon.ellipsis-h => i.icon.ellipsis.horizontal
  6732. i.icon.ellipsis-v => i.icon.ellipsis.vertical
  6733. .alpha => .i.icon.alphabet
  6734. .asc => .i.icon.ascending
  6735. .desc => .i.icon.descending
  6736. .alt =>.alternate
  6737. ASCII order is conserved for easier maintenance.
  6738. Icons that only have one style 'outline', 'square' etc do not require this class
  6739. for instance `lemon icon` not `lemon outline icon` since there is only one lemon
  6740. *******************************/
  6741. /*******************************
  6742. Icons
  6743. *******************************/
  6744. /* Deprecated *In/Out Naming Conflict) */
  6745. i.icon.linkedin.in:before {
  6746. content: "\f0e1";
  6747. }
  6748. i.icon.zoom.in:before {
  6749. content: "\f00e";
  6750. }
  6751. i.icon.zoom.out:before {
  6752. content: "\f010";
  6753. }
  6754. i.icon.sign.in:before {
  6755. content: "\f2f6";
  6756. }
  6757. i.icon.in.cart:before {
  6758. content: "\f218";
  6759. }
  6760. i.icon.log.out:before {
  6761. content: "\f2f5";
  6762. }
  6763. i.icon.sign.out:before {
  6764. content: "\f2f5";
  6765. }
  6766. /* Icons */
  6767. i.icon.\35 00px:before {
  6768. content: "\f26e";
  6769. }
  6770. i.icon.accessible.icon:before {
  6771. content: "\f368";
  6772. }
  6773. i.icon.accusoft:before {
  6774. content: "\f369";
  6775. }
  6776. i.icon.address.book:before {
  6777. content: "\f2b9";
  6778. }
  6779. i.icon.address.card:before {
  6780. content: "\f2bb";
  6781. }
  6782. i.icon.adjust:before {
  6783. content: "\f042";
  6784. }
  6785. i.icon.adn:before {
  6786. content: "\f170";
  6787. }
  6788. i.icon.adversal:before {
  6789. content: "\f36a";
  6790. }
  6791. i.icon.affiliatetheme:before {
  6792. content: "\f36b";
  6793. }
  6794. i.icon.algolia:before {
  6795. content: "\f36c";
  6796. }
  6797. i.icon.align.center:before {
  6798. content: "\f037";
  6799. }
  6800. i.icon.align.justify:before {
  6801. content: "\f039";
  6802. }
  6803. i.icon.align.left:before {
  6804. content: "\f036";
  6805. }
  6806. i.icon.align.right:before {
  6807. content: "\f038";
  6808. }
  6809. i.icon.amazon:before {
  6810. content: "\f270";
  6811. }
  6812. i.icon.amazon.pay:before {
  6813. content: "\f42c";
  6814. }
  6815. i.icon.ambulance:before {
  6816. content: "\f0f9";
  6817. }
  6818. i.icon.american.sign.language.interpreting:before {
  6819. content: "\f2a3";
  6820. }
  6821. i.icon.amilia:before {
  6822. content: "\f36d";
  6823. }
  6824. i.icon.anchor:before {
  6825. content: "\f13d";
  6826. }
  6827. i.icon.android:before {
  6828. content: "\f17b";
  6829. }
  6830. i.icon.angellist:before {
  6831. content: "\f209";
  6832. }
  6833. i.icon.angle.double.down:before {
  6834. content: "\f103";
  6835. }
  6836. i.icon.angle.double.left:before {
  6837. content: "\f100";
  6838. }
  6839. i.icon.angle.double.right:before {
  6840. content: "\f101";
  6841. }
  6842. i.icon.angle.double.up:before {
  6843. content: "\f102";
  6844. }
  6845. i.icon.angle.down:before {
  6846. content: "\f107";
  6847. }
  6848. i.icon.angle.left:before {
  6849. content: "\f104";
  6850. }
  6851. i.icon.angle.right:before {
  6852. content: "\f105";
  6853. }
  6854. i.icon.angle.up:before {
  6855. content: "\f106";
  6856. }
  6857. i.icon.angrycreative:before {
  6858. content: "\f36e";
  6859. }
  6860. i.icon.angular:before {
  6861. content: "\f420";
  6862. }
  6863. i.icon.app.store:before {
  6864. content: "\f36f";
  6865. }
  6866. i.icon.app.store.ios:before {
  6867. content: "\f370";
  6868. }
  6869. i.icon.apper:before {
  6870. content: "\f371";
  6871. }
  6872. i.icon.apple:before {
  6873. content: "\f179";
  6874. }
  6875. i.icon.apple.pay:before {
  6876. content: "\f415";
  6877. }
  6878. i.icon.archive:before {
  6879. content: "\f187";
  6880. }
  6881. i.icon.arrow.alternate.circle.down:before {
  6882. content: "\f358";
  6883. }
  6884. i.icon.arrow.alternate.circle.left:before {
  6885. content: "\f359";
  6886. }
  6887. i.icon.arrow.alternate.circle.right:before {
  6888. content: "\f35a";
  6889. }
  6890. i.icon.arrow.alternate.circle.up:before {
  6891. content: "\f35b";
  6892. }
  6893. i.icon.arrow.circle.down:before {
  6894. content: "\f0ab";
  6895. }
  6896. i.icon.arrow.circle.left:before {
  6897. content: "\f0a8";
  6898. }
  6899. i.icon.arrow.circle.right:before {
  6900. content: "\f0a9";
  6901. }
  6902. i.icon.arrow.circle.up:before {
  6903. content: "\f0aa";
  6904. }
  6905. i.icon.arrow.down:before {
  6906. content: "\f063";
  6907. }
  6908. i.icon.arrow.left:before {
  6909. content: "\f060";
  6910. }
  6911. i.icon.arrow.right:before {
  6912. content: "\f061";
  6913. }
  6914. i.icon.arrow.up:before {
  6915. content: "\f062";
  6916. }
  6917. i.icon.arrows.alternate:before {
  6918. content: "\f0b2";
  6919. }
  6920. i.icon.arrows.alternate.horizontal:before {
  6921. content: "\f337";
  6922. }
  6923. i.icon.arrows.alternate.vertical:before {
  6924. content: "\f338";
  6925. }
  6926. i.icon.assistive.listening.systems:before {
  6927. content: "\f2a2";
  6928. }
  6929. i.icon.asterisk:before {
  6930. content: "\f069";
  6931. }
  6932. i.icon.asymmetrik:before {
  6933. content: "\f372";
  6934. }
  6935. i.icon.at:before {
  6936. content: "\f1fa";
  6937. }
  6938. i.icon.audible:before {
  6939. content: "\f373";
  6940. }
  6941. i.icon.audio.description:before {
  6942. content: "\f29e";
  6943. }
  6944. i.icon.autoprefixer:before {
  6945. content: "\f41c";
  6946. }
  6947. i.icon.avianex:before {
  6948. content: "\f374";
  6949. }
  6950. i.icon.aviato:before {
  6951. content: "\f421";
  6952. }
  6953. i.icon.aws:before {
  6954. content: "\f375";
  6955. }
  6956. i.icon.backward:before {
  6957. content: "\f04a";
  6958. }
  6959. i.icon.balance.scale:before {
  6960. content: "\f24e";
  6961. }
  6962. i.icon.ban:before {
  6963. content: "\f05e";
  6964. }
  6965. i.icon.band.aid:before {
  6966. content: "\f462";
  6967. }
  6968. i.icon.bandcamp:before {
  6969. content: "\f2d5";
  6970. }
  6971. i.icon.barcode:before {
  6972. content: "\f02a";
  6973. }
  6974. i.icon.bars:before {
  6975. content: "\f0c9";
  6976. }
  6977. i.icon.baseball.ball:before {
  6978. content: "\f433";
  6979. }
  6980. i.icon.basketball.ball:before {
  6981. content: "\f434";
  6982. }
  6983. i.icon.bath:before {
  6984. content: "\f2cd";
  6985. }
  6986. i.icon.battery.empty:before {
  6987. content: "\f244";
  6988. }
  6989. i.icon.battery.full:before {
  6990. content: "\f240";
  6991. }
  6992. i.icon.battery.half:before {
  6993. content: "\f242";
  6994. }
  6995. i.icon.battery.quarter:before {
  6996. content: "\f243";
  6997. }
  6998. i.icon.battery.three.quarters:before {
  6999. content: "\f241";
  7000. }
  7001. i.icon.bed:before {
  7002. content: "\f236";
  7003. }
  7004. i.icon.beer:before {
  7005. content: "\f0fc";
  7006. }
  7007. i.icon.behance:before {
  7008. content: "\f1b4";
  7009. }
  7010. i.icon.behance.square:before {
  7011. content: "\f1b5";
  7012. }
  7013. i.icon.bell:before {
  7014. content: "\f0f3";
  7015. }
  7016. i.icon.bell.slash:before {
  7017. content: "\f1f6";
  7018. }
  7019. i.icon.bicycle:before {
  7020. content: "\f206";
  7021. }
  7022. i.icon.bimobject:before {
  7023. content: "\f378";
  7024. }
  7025. i.icon.binoculars:before {
  7026. content: "\f1e5";
  7027. }
  7028. i.icon.birthday.cake:before {
  7029. content: "\f1fd";
  7030. }
  7031. i.icon.bitbucket:before {
  7032. content: "\f171";
  7033. }
  7034. i.icon.bitcoin:before {
  7035. content: "\f379";
  7036. }
  7037. i.icon.bity:before {
  7038. content: "\f37a";
  7039. }
  7040. i.icon.black.tie:before {
  7041. content: "\f27e";
  7042. }
  7043. i.icon.blackberry:before {
  7044. content: "\f37b";
  7045. }
  7046. i.icon.blind:before {
  7047. content: "\f29d";
  7048. }
  7049. i.icon.blogger:before {
  7050. content: "\f37c";
  7051. }
  7052. i.icon.blogger.b:before {
  7053. content: "\f37d";
  7054. }
  7055. i.icon.bluetooth:before {
  7056. content: "\f293";
  7057. }
  7058. i.icon.bluetooth.b:before {
  7059. content: "\f294";
  7060. }
  7061. i.icon.bold:before {
  7062. content: "\f032";
  7063. }
  7064. i.icon.bolt:before {
  7065. content: "\f0e7";
  7066. }
  7067. i.icon.bomb:before {
  7068. content: "\f1e2";
  7069. }
  7070. i.icon.book:before {
  7071. content: "\f02d";
  7072. }
  7073. i.icon.bookmark:before {
  7074. content: "\f02e";
  7075. }
  7076. i.icon.bowling.ball:before {
  7077. content: "\f436";
  7078. }
  7079. i.icon.box:before {
  7080. content: "\f466";
  7081. }
  7082. i.icon.boxes:before {
  7083. content: "\f468";
  7084. }
  7085. i.icon.braille:before {
  7086. content: "\f2a1";
  7087. }
  7088. i.icon.briefcase:before {
  7089. content: "\f0b1";
  7090. }
  7091. i.icon.btc:before {
  7092. content: "\f15a";
  7093. }
  7094. i.icon.bug:before {
  7095. content: "\f188";
  7096. }
  7097. i.icon.building:before {
  7098. content: "\f1ad";
  7099. }
  7100. i.icon.bullhorn:before {
  7101. content: "\f0a1";
  7102. }
  7103. i.icon.bullseye:before {
  7104. content: "\f140";
  7105. }
  7106. i.icon.buromobelexperte:before {
  7107. content: "\f37f";
  7108. }
  7109. i.icon.bus:before {
  7110. content: "\f207";
  7111. }
  7112. i.icon.buysellads:before {
  7113. content: "\f20d";
  7114. }
  7115. i.icon.calculator:before {
  7116. content: "\f1ec";
  7117. }
  7118. i.icon.calendar:before {
  7119. content: "\f133";
  7120. }
  7121. i.icon.calendar.alternate:before {
  7122. content: "\f073";
  7123. }
  7124. i.icon.calendar.check:before {
  7125. content: "\f274";
  7126. }
  7127. i.icon.calendar.minus:before {
  7128. content: "\f272";
  7129. }
  7130. i.icon.calendar.plus:before {
  7131. content: "\f271";
  7132. }
  7133. i.icon.calendar.times:before {
  7134. content: "\f273";
  7135. }
  7136. i.icon.camera:before {
  7137. content: "\f030";
  7138. }
  7139. i.icon.camera.retro:before {
  7140. content: "\f083";
  7141. }
  7142. i.icon.car:before {
  7143. content: "\f1b9";
  7144. }
  7145. i.icon.caret.down:before {
  7146. content: "\f0d7";
  7147. }
  7148. i.icon.caret.left:before {
  7149. content: "\f0d9";
  7150. }
  7151. i.icon.caret.right:before {
  7152. content: "\f0da";
  7153. }
  7154. i.icon.caret.square.down:before {
  7155. content: "\f150";
  7156. }
  7157. i.icon.caret.square.left:before {
  7158. content: "\f191";
  7159. }
  7160. i.icon.caret.square.right:before {
  7161. content: "\f152";
  7162. }
  7163. i.icon.caret.square.up:before {
  7164. content: "\f151";
  7165. }
  7166. i.icon.caret.up:before {
  7167. content: "\f0d8";
  7168. }
  7169. i.icon.cart.arrow.down:before {
  7170. content: "\f218";
  7171. }
  7172. i.icon.cart.plus:before {
  7173. content: "\f217";
  7174. }
  7175. i.icon.cc.amazon.pay:before {
  7176. content: "\f42d";
  7177. }
  7178. i.icon.cc.amex:before {
  7179. content: "\f1f3";
  7180. }
  7181. i.icon.cc.apple.pay:before {
  7182. content: "\f416";
  7183. }
  7184. i.icon.cc.diners.club:before {
  7185. content: "\f24c";
  7186. }
  7187. i.icon.cc.discover:before {
  7188. content: "\f1f2";
  7189. }
  7190. i.icon.cc.jcb:before {
  7191. content: "\f24b";
  7192. }
  7193. i.icon.cc.mastercard:before {
  7194. content: "\f1f1";
  7195. }
  7196. i.icon.cc.paypal:before {
  7197. content: "\f1f4";
  7198. }
  7199. i.icon.cc.stripe:before {
  7200. content: "\f1f5";
  7201. }
  7202. i.icon.cc.visa:before {
  7203. content: "\f1f0";
  7204. }
  7205. i.icon.centercode:before {
  7206. content: "\f380";
  7207. }
  7208. i.icon.certificate:before {
  7209. content: "\f0a3";
  7210. }
  7211. i.icon.chart.area:before {
  7212. content: "\f1fe";
  7213. }
  7214. i.icon.chart.bar:before {
  7215. content: "\f080";
  7216. }
  7217. i.icon.chart.line:before {
  7218. content: "\f201";
  7219. }
  7220. i.icon.chart.pie:before {
  7221. content: "\f200";
  7222. }
  7223. i.icon.check:before {
  7224. content: "\f00c";
  7225. }
  7226. i.icon.check.circle:before {
  7227. content: "\f058";
  7228. }
  7229. i.icon.check.square:before {
  7230. content: "\f14a";
  7231. }
  7232. i.icon.chess:before {
  7233. content: "\f439";
  7234. }
  7235. i.icon.chess.bishop:before {
  7236. content: "\f43a";
  7237. }
  7238. i.icon.chess.board:before {
  7239. content: "\f43c";
  7240. }
  7241. i.icon.chess.king:before {
  7242. content: "\f43f";
  7243. }
  7244. i.icon.chess.knight:before {
  7245. content: "\f441";
  7246. }
  7247. i.icon.chess.pawn:before {
  7248. content: "\f443";
  7249. }
  7250. i.icon.chess.queen:before {
  7251. content: "\f445";
  7252. }
  7253. i.icon.chess.rook:before {
  7254. content: "\f447";
  7255. }
  7256. i.icon.chevron.circle.down:before {
  7257. content: "\f13a";
  7258. }
  7259. i.icon.chevron.circle.left:before {
  7260. content: "\f137";
  7261. }
  7262. i.icon.chevron.circle.right:before {
  7263. content: "\f138";
  7264. }
  7265. i.icon.chevron.circle.up:before {
  7266. content: "\f139";
  7267. }
  7268. i.icon.chevron.down:before {
  7269. content: "\f078";
  7270. }
  7271. i.icon.chevron.left:before {
  7272. content: "\f053";
  7273. }
  7274. i.icon.chevron.right:before {
  7275. content: "\f054";
  7276. }
  7277. i.icon.chevron.up:before {
  7278. content: "\f077";
  7279. }
  7280. i.icon.child:before {
  7281. content: "\f1ae";
  7282. }
  7283. i.icon.chrome:before {
  7284. content: "\f268";
  7285. }
  7286. i.icon.circle:before {
  7287. content: "\f111";
  7288. }
  7289. i.icon.circle.notch:before {
  7290. content: "\f1ce";
  7291. }
  7292. i.icon.clipboard:before {
  7293. content: "\f328";
  7294. }
  7295. i.icon.clipboard.check:before {
  7296. content: "\f46c";
  7297. }
  7298. i.icon.clipboard.list:before {
  7299. content: "\f46d";
  7300. }
  7301. i.icon.clock:before {
  7302. content: "\f017";
  7303. }
  7304. i.icon.clone:before {
  7305. content: "\f24d";
  7306. }
  7307. i.icon.closed.captioning:before {
  7308. content: "\f20a";
  7309. }
  7310. i.icon.cloud:before {
  7311. content: "\f0c2";
  7312. }
  7313. i.icon.cloudscale:before {
  7314. content: "\f383";
  7315. }
  7316. i.icon.cloudsmith:before {
  7317. content: "\f384";
  7318. }
  7319. i.icon.cloudversify:before {
  7320. content: "\f385";
  7321. }
  7322. i.icon.code:before {
  7323. content: "\f121";
  7324. }
  7325. i.icon.code.branch:before {
  7326. content: "\f126";
  7327. }
  7328. i.icon.codepen:before {
  7329. content: "\f1cb";
  7330. }
  7331. i.icon.codiepie:before {
  7332. content: "\f284";
  7333. }
  7334. i.icon.coffee:before {
  7335. content: "\f0f4";
  7336. }
  7337. i.icon.cog:before {
  7338. content: "\f013";
  7339. }
  7340. i.icon.cogs:before {
  7341. content: "\f085";
  7342. }
  7343. i.icon.columns:before {
  7344. content: "\f0db";
  7345. }
  7346. i.icon.comment:before {
  7347. content: "\f075";
  7348. }
  7349. i.icon.comment.alternate:before {
  7350. content: "\f27a";
  7351. }
  7352. i.icon.comments:before {
  7353. content: "\f086";
  7354. }
  7355. i.icon.compass:before {
  7356. content: "\f14e";
  7357. }
  7358. i.icon.compress:before {
  7359. content: "\f066";
  7360. }
  7361. i.icon.connectdevelop:before {
  7362. content: "\f20e";
  7363. }
  7364. i.icon.contao:before {
  7365. content: "\f26d";
  7366. }
  7367. i.icon.copy:before {
  7368. content: "\f0c5";
  7369. }
  7370. i.icon.copyright:before {
  7371. content: "\f1f9";
  7372. }
  7373. i.icon.cpanel:before {
  7374. content: "\f388";
  7375. }
  7376. i.icon.creative.commons:before {
  7377. content: "\f25e";
  7378. }
  7379. i.icon.credit.card:before {
  7380. content: "\f09d";
  7381. }
  7382. i.icon.crop:before {
  7383. content: "\f125";
  7384. }
  7385. i.icon.crosshairs:before {
  7386. content: "\f05b";
  7387. }
  7388. i.icon.css3:before {
  7389. content: "\f13c";
  7390. }
  7391. i.icon.css3.alternate:before {
  7392. content: "\f38b";
  7393. }
  7394. i.icon.cube:before {
  7395. content: "\f1b2";
  7396. }
  7397. i.icon.cubes:before {
  7398. content: "\f1b3";
  7399. }
  7400. i.icon.cut:before {
  7401. content: "\f0c4";
  7402. }
  7403. i.icon.cuttlefish:before {
  7404. content: "\f38c";
  7405. }
  7406. i.icon.d.and.d:before {
  7407. content: "\f38d";
  7408. }
  7409. i.icon.dashcube:before {
  7410. content: "\f210";
  7411. }
  7412. i.icon.database:before {
  7413. content: "\f1c0";
  7414. }
  7415. i.icon.deaf:before {
  7416. content: "\f2a4";
  7417. }
  7418. i.icon.delicious:before {
  7419. content: "\f1a5";
  7420. }
  7421. i.icon.deploydog:before {
  7422. content: "\f38e";
  7423. }
  7424. i.icon.deskpro:before {
  7425. content: "\f38f";
  7426. }
  7427. i.icon.desktop:before {
  7428. content: "\f108";
  7429. }
  7430. i.icon.deviantart:before {
  7431. content: "\f1bd";
  7432. }
  7433. i.icon.digg:before {
  7434. content: "\f1a6";
  7435. }
  7436. i.icon.digital.ocean:before {
  7437. content: "\f391";
  7438. }
  7439. i.icon.discord:before {
  7440. content: "\f392";
  7441. }
  7442. i.icon.discourse:before {
  7443. content: "\f393";
  7444. }
  7445. i.icon.dna:before {
  7446. content: "\f471";
  7447. }
  7448. i.icon.dochub:before {
  7449. content: "\f394";
  7450. }
  7451. i.icon.docker:before {
  7452. content: "\f395";
  7453. }
  7454. i.icon.dollar.sign:before {
  7455. content: "\f155";
  7456. }
  7457. i.icon.dolly:before {
  7458. content: "\f472";
  7459. }
  7460. i.icon.dolly.flatbed:before {
  7461. content: "\f474";
  7462. }
  7463. i.icon.dot.circle:before {
  7464. content: "\f192";
  7465. }
  7466. i.icon.download:before {
  7467. content: "\f019";
  7468. }
  7469. i.icon.draft2digital:before {
  7470. content: "\f396";
  7471. }
  7472. i.icon.dribbble:before {
  7473. content: "\f17d";
  7474. }
  7475. i.icon.dribbble.square:before {
  7476. content: "\f397";
  7477. }
  7478. i.icon.dropbox:before {
  7479. content: "\f16b";
  7480. }
  7481. i.icon.drupal:before {
  7482. content: "\f1a9";
  7483. }
  7484. i.icon.dyalog:before {
  7485. content: "\f399";
  7486. }
  7487. i.icon.earlybirds:before {
  7488. content: "\f39a";
  7489. }
  7490. i.icon.edge:before {
  7491. content: "\f282";
  7492. }
  7493. i.icon.edit:before {
  7494. content: "\f044";
  7495. }
  7496. i.icon.eject:before {
  7497. content: "\f052";
  7498. }
  7499. i.icon.elementor:before {
  7500. content: "\f430";
  7501. }
  7502. i.icon.ellipsis.horizontal:before {
  7503. content: "\f141";
  7504. }
  7505. i.icon.ellipsis.vertical:before {
  7506. content: "\f142";
  7507. }
  7508. i.icon.ember:before {
  7509. content: "\f423";
  7510. }
  7511. i.icon.empire:before {
  7512. content: "\f1d1";
  7513. }
  7514. i.icon.envelope:before {
  7515. content: "\f0e0";
  7516. }
  7517. i.icon.envelope.open:before {
  7518. content: "\f2b6";
  7519. }
  7520. i.icon.envelope.square:before {
  7521. content: "\f199";
  7522. }
  7523. i.icon.envira:before {
  7524. content: "\f299";
  7525. }
  7526. i.icon.eraser:before {
  7527. content: "\f12d";
  7528. }
  7529. i.icon.erlang:before {
  7530. content: "\f39d";
  7531. }
  7532. i.icon.ethereum:before {
  7533. content: "\f42e";
  7534. }
  7535. i.icon.etsy:before {
  7536. content: "\f2d7";
  7537. }
  7538. i.icon.euro.sign:before {
  7539. content: "\f153";
  7540. }
  7541. i.icon.exchange.alternate:before {
  7542. content: "\f362";
  7543. }
  7544. i.icon.exclamation:before {
  7545. content: "\f12a";
  7546. }
  7547. i.icon.exclamation.circle:before {
  7548. content: "\f06a";
  7549. }
  7550. i.icon.exclamation.triangle:before {
  7551. content: "\f071";
  7552. }
  7553. i.icon.expand:before {
  7554. content: "\f065";
  7555. }
  7556. i.icon.expand.arrows.alternate:before {
  7557. content: "\f31e";
  7558. }
  7559. i.icon.expeditedssl:before {
  7560. content: "\f23e";
  7561. }
  7562. i.icon.external.alternate:before {
  7563. content: "\f35d";
  7564. }
  7565. i.icon.external.square.alternate:before {
  7566. content: "\f360";
  7567. }
  7568. i.icon.eye:before {
  7569. content: "\f06e";
  7570. }
  7571. i.icon.eye.dropper:before {
  7572. content: "\f1fb";
  7573. }
  7574. i.icon.eye.slash:before {
  7575. content: "\f070";
  7576. }
  7577. i.icon.facebook:before {
  7578. content: "\f09a";
  7579. }
  7580. i.icon.facebook.f:before {
  7581. content: "\f39e";
  7582. }
  7583. i.icon.facebook.messenger:before {
  7584. content: "\f39f";
  7585. }
  7586. i.icon.facebook.square:before {
  7587. content: "\f082";
  7588. }
  7589. i.icon.fast.backward:before {
  7590. content: "\f049";
  7591. }
  7592. i.icon.fast.forward:before {
  7593. content: "\f050";
  7594. }
  7595. i.icon.fax:before {
  7596. content: "\f1ac";
  7597. }
  7598. i.icon.female:before {
  7599. content: "\f182";
  7600. }
  7601. i.icon.fighter.jet:before {
  7602. content: "\f0fb";
  7603. }
  7604. i.icon.file:before {
  7605. content: "\f15b";
  7606. }
  7607. i.icon.file.alternate:before {
  7608. content: "\f15c";
  7609. }
  7610. i.icon.file.archive:before {
  7611. content: "\f1c6";
  7612. }
  7613. i.icon.file.audio:before {
  7614. content: "\f1c7";
  7615. }
  7616. i.icon.file.code:before {
  7617. content: "\f1c9";
  7618. }
  7619. i.icon.file.excel:before {
  7620. content: "\f1c3";
  7621. }
  7622. i.icon.file.image:before {
  7623. content: "\f1c5";
  7624. }
  7625. i.icon.file.pdf:before {
  7626. content: "\f1c1";
  7627. }
  7628. i.icon.file.powerpoint:before {
  7629. content: "\f1c4";
  7630. }
  7631. i.icon.file.video:before {
  7632. content: "\f1c8";
  7633. }
  7634. i.icon.file.word:before {
  7635. content: "\f1c2";
  7636. }
  7637. i.icon.film:before {
  7638. content: "\f008";
  7639. }
  7640. i.icon.filter:before {
  7641. content: "\f0b0";
  7642. }
  7643. i.icon.fire:before {
  7644. content: "\f06d";
  7645. }
  7646. i.icon.fire.extinguisher:before {
  7647. content: "\f134";
  7648. }
  7649. i.icon.firefox:before {
  7650. content: "\f269";
  7651. }
  7652. i.icon.first.aid:before {
  7653. content: "\f479";
  7654. }
  7655. i.icon.first.order:before {
  7656. content: "\f2b0";
  7657. }
  7658. i.icon.firstdraft:before {
  7659. content: "\f3a1";
  7660. }
  7661. i.icon.flag:before {
  7662. content: "\f024";
  7663. }
  7664. i.icon.flag.checkered:before {
  7665. content: "\f11e";
  7666. }
  7667. i.icon.flask:before {
  7668. content: "\f0c3";
  7669. }
  7670. i.icon.flickr:before {
  7671. content: "\f16e";
  7672. }
  7673. i.icon.flipboard:before {
  7674. content: "\f44d";
  7675. }
  7676. i.icon.fly:before {
  7677. content: "\f417";
  7678. }
  7679. i.icon.folder:before {
  7680. content: "\f07b";
  7681. }
  7682. i.icon.folder.open:before {
  7683. content: "\f07c";
  7684. }
  7685. i.icon.font:before {
  7686. content: "\f031";
  7687. }
  7688. i.icon.font.awesome:before {
  7689. content: "\f2b4";
  7690. }
  7691. i.icon.font.awesome.alternate:before {
  7692. content: "\f35c";
  7693. }
  7694. i.icon.font.awesome.flag:before {
  7695. content: "\f425";
  7696. }
  7697. i.icon.fonticons:before {
  7698. content: "\f280";
  7699. }
  7700. i.icon.fonticons.fi:before {
  7701. content: "\f3a2";
  7702. }
  7703. i.icon.football.ball:before {
  7704. content: "\f44e";
  7705. }
  7706. i.icon.fort.awesome:before {
  7707. content: "\f286";
  7708. }
  7709. i.icon.fort.awesome.alternate:before {
  7710. content: "\f3a3";
  7711. }
  7712. i.icon.forumbee:before {
  7713. content: "\f211";
  7714. }
  7715. i.icon.forward:before {
  7716. content: "\f04e";
  7717. }
  7718. i.icon.foursquare:before {
  7719. content: "\f180";
  7720. }
  7721. i.icon.free.code.camp:before {
  7722. content: "\f2c5";
  7723. }
  7724. i.icon.freebsd:before {
  7725. content: "\f3a4";
  7726. }
  7727. i.icon.frown:before {
  7728. content: "\f119";
  7729. }
  7730. i.icon.futbol:before {
  7731. content: "\f1e3";
  7732. }
  7733. i.icon.gamepad:before {
  7734. content: "\f11b";
  7735. }
  7736. i.icon.gavel:before {
  7737. content: "\f0e3";
  7738. }
  7739. i.icon.gem:before {
  7740. content: "\f3a5";
  7741. }
  7742. i.icon.genderless:before {
  7743. content: "\f22d";
  7744. }
  7745. i.icon.get.pocket:before {
  7746. content: "\f265";
  7747. }
  7748. i.icon.gg:before {
  7749. content: "\f260";
  7750. }
  7751. i.icon.gg.circle:before {
  7752. content: "\f261";
  7753. }
  7754. i.icon.gift:before {
  7755. content: "\f06b";
  7756. }
  7757. i.icon.git:before {
  7758. content: "\f1d3";
  7759. }
  7760. i.icon.git.square:before {
  7761. content: "\f1d2";
  7762. }
  7763. i.icon.github:before {
  7764. content: "\f09b";
  7765. }
  7766. i.icon.github.alternate:before {
  7767. content: "\f113";
  7768. }
  7769. i.icon.github.square:before {
  7770. content: "\f092";
  7771. }
  7772. i.icon.gitkraken:before {
  7773. content: "\f3a6";
  7774. }
  7775. i.icon.gitlab:before {
  7776. content: "\f296";
  7777. }
  7778. i.icon.gitter:before {
  7779. content: "\f426";
  7780. }
  7781. i.icon.glass.martini:before {
  7782. content: "\f000";
  7783. }
  7784. i.icon.glide:before {
  7785. content: "\f2a5";
  7786. }
  7787. i.icon.glide.g:before {
  7788. content: "\f2a6";
  7789. }
  7790. i.icon.globe:before {
  7791. content: "\f0ac";
  7792. }
  7793. i.icon.gofore:before {
  7794. content: "\f3a7";
  7795. }
  7796. i.icon.golf.ball:before {
  7797. content: "\f450";
  7798. }
  7799. i.icon.goodreads:before {
  7800. content: "\f3a8";
  7801. }
  7802. i.icon.goodreads.g:before {
  7803. content: "\f3a9";
  7804. }
  7805. i.icon.google:before {
  7806. content: "\f1a0";
  7807. }
  7808. i.icon.google.drive:before {
  7809. content: "\f3aa";
  7810. }
  7811. i.icon.google.play:before {
  7812. content: "\f3ab";
  7813. }
  7814. i.icon.google.plus:before {
  7815. content: "\f2b3";
  7816. }
  7817. i.icon.google.plus.g:before {
  7818. content: "\f0d5";
  7819. }
  7820. i.icon.google.plus.square:before {
  7821. content: "\f0d4";
  7822. }
  7823. i.icon.google.wallet:before {
  7824. content: "\f1ee";
  7825. }
  7826. i.icon.graduation.cap:before {
  7827. content: "\f19d";
  7828. }
  7829. i.icon.gratipay:before {
  7830. content: "\f184";
  7831. }
  7832. i.icon.grav:before {
  7833. content: "\f2d6";
  7834. }
  7835. i.icon.gripfire:before {
  7836. content: "\f3ac";
  7837. }
  7838. i.icon.grunt:before {
  7839. content: "\f3ad";
  7840. }
  7841. i.icon.gulp:before {
  7842. content: "\f3ae";
  7843. }
  7844. i.icon.h.square:before {
  7845. content: "\f0fd";
  7846. }
  7847. i.icon.hacker.news:before {
  7848. content: "\f1d4";
  7849. }
  7850. i.icon.hacker.news.square:before {
  7851. content: "\f3af";
  7852. }
  7853. i.icon.hand.lizard:before {
  7854. content: "\f258";
  7855. }
  7856. i.icon.hand.paper:before {
  7857. content: "\f256";
  7858. }
  7859. i.icon.hand.peace:before {
  7860. content: "\f25b";
  7861. }
  7862. i.icon.hand.point.down:before {
  7863. content: "\f0a7";
  7864. }
  7865. i.icon.hand.point.left:before {
  7866. content: "\f0a5";
  7867. }
  7868. i.icon.hand.point.right:before {
  7869. content: "\f0a4";
  7870. }
  7871. i.icon.hand.point.up:before {
  7872. content: "\f0a6";
  7873. }
  7874. i.icon.hand.pointer:before {
  7875. content: "\f25a";
  7876. }
  7877. i.icon.hand.rock:before {
  7878. content: "\f255";
  7879. }
  7880. i.icon.hand.scissors:before {
  7881. content: "\f257";
  7882. }
  7883. i.icon.hand.spock:before {
  7884. content: "\f259";
  7885. }
  7886. i.icon.handshake:before {
  7887. content: "\f2b5";
  7888. }
  7889. i.icon.hashtag:before {
  7890. content: "\f292";
  7891. }
  7892. i.icon.hdd:before {
  7893. content: "\f0a0";
  7894. }
  7895. i.icon.heading:before {
  7896. content: "\f1dc";
  7897. }
  7898. i.icon.headphones:before {
  7899. content: "\f025";
  7900. }
  7901. i.icon.heart:before {
  7902. content: "\f004";
  7903. }
  7904. i.icon.heartbeat:before {
  7905. content: "\f21e";
  7906. }
  7907. i.icon.hips:before {
  7908. content: "\f452";
  7909. }
  7910. i.icon.hire.a.helper:before {
  7911. content: "\f3b0";
  7912. }
  7913. i.icon.history:before {
  7914. content: "\f1da";
  7915. }
  7916. i.icon.hockey.puck:before {
  7917. content: "\f453";
  7918. }
  7919. i.icon.home:before {
  7920. content: "\f015";
  7921. }
  7922. i.icon.hooli:before {
  7923. content: "\f427";
  7924. }
  7925. i.icon.hospital:before {
  7926. content: "\f0f8";
  7927. }
  7928. i.icon.hospital.symbol:before {
  7929. content: "\f47e";
  7930. }
  7931. i.icon.hotjar:before {
  7932. content: "\f3b1";
  7933. }
  7934. i.icon.hourglass:before {
  7935. content: "\f254";
  7936. }
  7937. i.icon.hourglass.end:before {
  7938. content: "\f253";
  7939. }
  7940. i.icon.hourglass.half:before {
  7941. content: "\f252";
  7942. }
  7943. i.icon.hourglass.start:before {
  7944. content: "\f251";
  7945. }
  7946. i.icon.houzz:before {
  7947. content: "\f27c";
  7948. }
  7949. i.icon.html5:before {
  7950. content: "\f13b";
  7951. }
  7952. i.icon.hubspot:before {
  7953. content: "\f3b2";
  7954. }
  7955. i.icon.i.cursor:before {
  7956. content: "\f246";
  7957. }
  7958. i.icon.id.badge:before {
  7959. content: "\f2c1";
  7960. }
  7961. i.icon.id.card:before {
  7962. content: "\f2c2";
  7963. }
  7964. i.icon.image:before {
  7965. content: "\f03e";
  7966. }
  7967. i.icon.images:before {
  7968. content: "\f302";
  7969. }
  7970. i.icon.imdb:before {
  7971. content: "\f2d8";
  7972. }
  7973. i.icon.inbox:before {
  7974. content: "\f01c";
  7975. }
  7976. i.icon.indent:before {
  7977. content: "\f03c";
  7978. }
  7979. i.icon.industry:before {
  7980. content: "\f275";
  7981. }
  7982. i.icon.info:before {
  7983. content: "\f129";
  7984. }
  7985. i.icon.info.circle:before {
  7986. content: "\f05a";
  7987. }
  7988. i.icon.instagram:before {
  7989. content: "\f16d";
  7990. }
  7991. i.icon.internet.explorer:before {
  7992. content: "\f26b";
  7993. }
  7994. i.icon.ioxhost:before {
  7995. content: "\f208";
  7996. }
  7997. i.icon.italic:before {
  7998. content: "\f033";
  7999. }
  8000. i.icon.itunes:before {
  8001. content: "\f3b4";
  8002. }
  8003. i.icon.itunes.note:before {
  8004. content: "\f3b5";
  8005. }
  8006. i.icon.jenkins:before {
  8007. content: "\f3b6";
  8008. }
  8009. i.icon.joget:before {
  8010. content: "\f3b7";
  8011. }
  8012. i.icon.joomla:before {
  8013. content: "\f1aa";
  8014. }
  8015. i.icon.js:before {
  8016. content: "\f3b8";
  8017. }
  8018. i.icon.js.square:before {
  8019. content: "\f3b9";
  8020. }
  8021. i.icon.jsfiddle:before {
  8022. content: "\f1cc";
  8023. }
  8024. i.icon.key:before {
  8025. content: "\f084";
  8026. }
  8027. i.icon.keyboard:before {
  8028. content: "\f11c";
  8029. }
  8030. i.icon.keycdn:before {
  8031. content: "\f3ba";
  8032. }
  8033. i.icon.kickstarter:before {
  8034. content: "\f3bb";
  8035. }
  8036. i.icon.kickstarter.k:before {
  8037. content: "\f3bc";
  8038. }
  8039. i.icon.korvue:before {
  8040. content: "\f42f";
  8041. }
  8042. i.icon.language:before {
  8043. content: "\f1ab";
  8044. }
  8045. i.icon.laptop:before {
  8046. content: "\f109";
  8047. }
  8048. i.icon.laravel:before {
  8049. content: "\f3bd";
  8050. }
  8051. i.icon.lastfm:before {
  8052. content: "\f202";
  8053. }
  8054. i.icon.lastfm.square:before {
  8055. content: "\f203";
  8056. }
  8057. i.icon.leaf:before {
  8058. content: "\f06c";
  8059. }
  8060. i.icon.leanpub:before {
  8061. content: "\f212";
  8062. }
  8063. i.icon.lemon:before {
  8064. content: "\f094";
  8065. }
  8066. i.icon.less:before {
  8067. content: "\f41d";
  8068. }
  8069. i.icon.level.down.alternate:before {
  8070. content: "\f3be";
  8071. }
  8072. i.icon.level.up.alternate:before {
  8073. content: "\f3bf";
  8074. }
  8075. i.icon.life.ring:before {
  8076. content: "\f1cd";
  8077. }
  8078. i.icon.lightbulb:before {
  8079. content: "\f0eb";
  8080. }
  8081. i.icon.linechat:before {
  8082. content: "\f3c0";
  8083. }
  8084. i.icon.linkify:before {
  8085. content: "\f0c1";
  8086. }
  8087. i.icon.linkedin:before {
  8088. content: "\f08c";
  8089. }
  8090. i.icon.linkedin.alt:before {
  8091. content: "\f0e1";
  8092. }
  8093. i.icon.linode:before {
  8094. content: "\f2b8";
  8095. }
  8096. i.icon.linux:before {
  8097. content: "\f17c";
  8098. }
  8099. i.icon.lira.sign:before {
  8100. content: "\f195";
  8101. }
  8102. i.icon.list:before {
  8103. content: "\f03a";
  8104. }
  8105. i.icon.list.alternate:before {
  8106. content: "\f022";
  8107. }
  8108. i.icon.list.ol:before {
  8109. content: "\f0cb";
  8110. }
  8111. i.icon.list.ul:before {
  8112. content: "\f0ca";
  8113. }
  8114. i.icon.location.arrow:before {
  8115. content: "\f124";
  8116. }
  8117. i.icon.lock:before {
  8118. content: "\f023";
  8119. }
  8120. i.icon.lock.open:before {
  8121. content: "\f3c1";
  8122. }
  8123. i.icon.long.arrow.alternate.down:before {
  8124. content: "\f309";
  8125. }
  8126. i.icon.long.arrow.alternate.left:before {
  8127. content: "\f30a";
  8128. }
  8129. i.icon.long.arrow.alternate.right:before {
  8130. content: "\f30b";
  8131. }
  8132. i.icon.long.arrow.alternate.up:before {
  8133. content: "\f30c";
  8134. }
  8135. i.icon.low.vision:before {
  8136. content: "\f2a8";
  8137. }
  8138. i.icon.lyft:before {
  8139. content: "\f3c3";
  8140. }
  8141. i.icon.magento:before {
  8142. content: "\f3c4";
  8143. }
  8144. i.icon.magic:before {
  8145. content: "\f0d0";
  8146. }
  8147. i.icon.magnet:before {
  8148. content: "\f076";
  8149. }
  8150. i.icon.male:before {
  8151. content: "\f183";
  8152. }
  8153. i.icon.map:before {
  8154. content: "\f279";
  8155. }
  8156. i.icon.map.marker:before {
  8157. content: "\f041";
  8158. }
  8159. i.icon.map.marker.alternate:before {
  8160. content: "\f3c5";
  8161. }
  8162. i.icon.map.pin:before {
  8163. content: "\f276";
  8164. }
  8165. i.icon.map.signs:before {
  8166. content: "\f277";
  8167. }
  8168. i.icon.mars:before {
  8169. content: "\f222";
  8170. }
  8171. i.icon.mars.double:before {
  8172. content: "\f227";
  8173. }
  8174. i.icon.mars.stroke:before {
  8175. content: "\f229";
  8176. }
  8177. i.icon.mars.stroke.horizontal:before {
  8178. content: "\f22b";
  8179. }
  8180. i.icon.mars.stroke.vertical:before {
  8181. content: "\f22a";
  8182. }
  8183. i.icon.maxcdn:before {
  8184. content: "\f136";
  8185. }
  8186. i.icon.medapps:before {
  8187. content: "\f3c6";
  8188. }
  8189. i.icon.medium:before {
  8190. content: "\f23a";
  8191. }
  8192. i.icon.medium.m:before {
  8193. content: "\f3c7";
  8194. }
  8195. i.icon.medkit:before {
  8196. content: "\f0fa";
  8197. }
  8198. i.icon.medrt:before {
  8199. content: "\f3c8";
  8200. }
  8201. i.icon.meetup:before {
  8202. content: "\f2e0";
  8203. }
  8204. i.icon.meh:before {
  8205. content: "\f11a";
  8206. }
  8207. i.icon.mercury:before {
  8208. content: "\f223";
  8209. }
  8210. i.icon.microchip:before {
  8211. content: "\f2db";
  8212. }
  8213. i.icon.microphone:before {
  8214. content: "\f130";
  8215. }
  8216. i.icon.microphone.slash:before {
  8217. content: "\f131";
  8218. }
  8219. i.icon.microsoft:before {
  8220. content: "\f3ca";
  8221. }
  8222. i.icon.minus:before {
  8223. content: "\f068";
  8224. }
  8225. i.icon.minus.circle:before {
  8226. content: "\f056";
  8227. }
  8228. i.icon.minus.square:before {
  8229. content: "\f146";
  8230. }
  8231. i.icon.mix:before {
  8232. content: "\f3cb";
  8233. }
  8234. i.icon.mixcloud:before {
  8235. content: "\f289";
  8236. }
  8237. i.icon.mizuni:before {
  8238. content: "\f3cc";
  8239. }
  8240. i.icon.mobile:before {
  8241. content: "\f10b";
  8242. }
  8243. i.icon.mobile.alternate:before {
  8244. content: "\f3cd";
  8245. }
  8246. i.icon.modx:before {
  8247. content: "\f285";
  8248. }
  8249. i.icon.monero:before {
  8250. content: "\f3d0";
  8251. }
  8252. i.icon.money.bill.alternate:before {
  8253. content: "\f3d1";
  8254. }
  8255. i.icon.moon:before {
  8256. content: "\f186";
  8257. }
  8258. i.icon.motorcycle:before {
  8259. content: "\f21c";
  8260. }
  8261. i.icon.mouse.pointer:before {
  8262. content: "\f245";
  8263. }
  8264. i.icon.music:before {
  8265. content: "\f001";
  8266. }
  8267. i.icon.napster:before {
  8268. content: "\f3d2";
  8269. }
  8270. i.icon.neuter:before {
  8271. content: "\f22c";
  8272. }
  8273. i.icon.newspaper:before {
  8274. content: "\f1ea";
  8275. }
  8276. i.icon.nintendo.switch:before {
  8277. content: "\f418";
  8278. }
  8279. i.icon.node:before {
  8280. content: "\f419";
  8281. }
  8282. i.icon.node.js:before {
  8283. content: "\f3d3";
  8284. }
  8285. i.icon.npm:before {
  8286. content: "\f3d4";
  8287. }
  8288. i.icon.ns8:before {
  8289. content: "\f3d5";
  8290. }
  8291. i.icon.nutritionix:before {
  8292. content: "\f3d6";
  8293. }
  8294. i.icon.object.group:before {
  8295. content: "\f247";
  8296. }
  8297. i.icon.object.ungroup:before {
  8298. content: "\f248";
  8299. }
  8300. i.icon.odnoklassniki:before {
  8301. content: "\f263";
  8302. }
  8303. i.icon.odnoklassniki.square:before {
  8304. content: "\f264";
  8305. }
  8306. i.icon.opencart:before {
  8307. content: "\f23d";
  8308. }
  8309. i.icon.openid:before {
  8310. content: "\f19b";
  8311. }
  8312. i.icon.opera:before {
  8313. content: "\f26a";
  8314. }
  8315. i.icon.optin.monster:before {
  8316. content: "\f23c";
  8317. }
  8318. i.icon.osi:before {
  8319. content: "\f41a";
  8320. }
  8321. i.icon.outdent:before {
  8322. content: "\f03b";
  8323. }
  8324. i.icon.page4:before {
  8325. content: "\f3d7";
  8326. }
  8327. i.icon.pagelines:before {
  8328. content: "\f18c";
  8329. }
  8330. i.icon.paint.brush:before {
  8331. content: "\f1fc";
  8332. }
  8333. i.icon.palfed:before {
  8334. content: "\f3d8";
  8335. }
  8336. i.icon.pallet:before {
  8337. content: "\f482";
  8338. }
  8339. i.icon.paper.plane:before {
  8340. content: "\f1d8";
  8341. }
  8342. i.icon.paperclip:before {
  8343. content: "\f0c6";
  8344. }
  8345. i.icon.paragraph:before {
  8346. content: "\f1dd";
  8347. }
  8348. i.icon.paste:before {
  8349. content: "\f0ea";
  8350. }
  8351. i.icon.patreon:before {
  8352. content: "\f3d9";
  8353. }
  8354. i.icon.pause:before {
  8355. content: "\f04c";
  8356. }
  8357. i.icon.pause.circle:before {
  8358. content: "\f28b";
  8359. }
  8360. i.icon.paw:before {
  8361. content: "\f1b0";
  8362. }
  8363. i.icon.paypal:before {
  8364. content: "\f1ed";
  8365. }
  8366. i.icon.pen.square:before {
  8367. content: "\f14b";
  8368. }
  8369. i.icon.pencil.alternate:before {
  8370. content: "\f303";
  8371. }
  8372. i.icon.percent:before {
  8373. content: "\f295";
  8374. }
  8375. i.icon.periscope:before {
  8376. content: "\f3da";
  8377. }
  8378. i.icon.phabricator:before {
  8379. content: "\f3db";
  8380. }
  8381. i.icon.phoenix.framework:before {
  8382. content: "\f3dc";
  8383. }
  8384. i.icon.phone:before {
  8385. content: "\f095";
  8386. }
  8387. i.icon.phone.square:before {
  8388. content: "\f098";
  8389. }
  8390. i.icon.phone.volume:before {
  8391. content: "\f2a0";
  8392. }
  8393. i.icon.php:before {
  8394. content: "\f457";
  8395. }
  8396. i.icon.pied.piper:before {
  8397. content: "\f2ae";
  8398. }
  8399. i.icon.pied.piper.alternate:before {
  8400. content: "\f1a8";
  8401. }
  8402. i.icon.pied.piper.pp:before {
  8403. content: "\f1a7";
  8404. }
  8405. i.icon.pills:before {
  8406. content: "\f484";
  8407. }
  8408. i.icon.pinterest:before {
  8409. content: "\f0d2";
  8410. }
  8411. i.icon.pinterest.p:before {
  8412. content: "\f231";
  8413. }
  8414. i.icon.pinterest.square:before {
  8415. content: "\f0d3";
  8416. }
  8417. i.icon.plane:before {
  8418. content: "\f072";
  8419. }
  8420. i.icon.play:before {
  8421. content: "\f04b";
  8422. }
  8423. i.icon.play.circle:before {
  8424. content: "\f144";
  8425. }
  8426. i.icon.playstation:before {
  8427. content: "\f3df";
  8428. }
  8429. i.icon.plug:before {
  8430. content: "\f1e6";
  8431. }
  8432. i.icon.plus:before {
  8433. content: "\f067";
  8434. }
  8435. i.icon.plus.circle:before {
  8436. content: "\f055";
  8437. }
  8438. i.icon.plus.square:before {
  8439. content: "\f0fe";
  8440. }
  8441. i.icon.podcast:before {
  8442. content: "\f2ce";
  8443. }
  8444. i.icon.pound.sign:before {
  8445. content: "\f154";
  8446. }
  8447. i.icon.power.off:before {
  8448. content: "\f011";
  8449. }
  8450. i.icon.print:before {
  8451. content: "\f02f";
  8452. }
  8453. i.icon.product.hunt:before {
  8454. content: "\f288";
  8455. }
  8456. i.icon.pushed:before {
  8457. content: "\f3e1";
  8458. }
  8459. i.icon.puzzle.piece:before {
  8460. content: "\f12e";
  8461. }
  8462. i.icon.python:before {
  8463. content: "\f3e2";
  8464. }
  8465. i.icon.qq:before {
  8466. content: "\f1d6";
  8467. }
  8468. i.icon.qrcode:before {
  8469. content: "\f029";
  8470. }
  8471. i.icon.question:before {
  8472. content: "\f128";
  8473. }
  8474. i.icon.question.circle:before {
  8475. content: "\f059";
  8476. }
  8477. i.icon.quidditch:before {
  8478. content: "\f458";
  8479. }
  8480. i.icon.quinscape:before {
  8481. content: "\f459";
  8482. }
  8483. i.icon.quora:before {
  8484. content: "\f2c4";
  8485. }
  8486. i.icon.quote.left:before {
  8487. content: "\f10d";
  8488. }
  8489. i.icon.quote.right:before {
  8490. content: "\f10e";
  8491. }
  8492. i.icon.random:before {
  8493. content: "\f074";
  8494. }
  8495. i.icon.ravelry:before {
  8496. content: "\f2d9";
  8497. }
  8498. i.icon.react:before {
  8499. content: "\f41b";
  8500. }
  8501. i.icon.rebel:before {
  8502. content: "\f1d0";
  8503. }
  8504. i.icon.recycle:before {
  8505. content: "\f1b8";
  8506. }
  8507. i.icon.redriver:before {
  8508. content: "\f3e3";
  8509. }
  8510. i.icon.reddit:before {
  8511. content: "\f1a1";
  8512. }
  8513. i.icon.reddit.alien:before {
  8514. content: "\f281";
  8515. }
  8516. i.icon.reddit.square:before {
  8517. content: "\f1a2";
  8518. }
  8519. i.icon.redo:before {
  8520. content: "\f01e";
  8521. }
  8522. i.icon.redo.alternate:before {
  8523. content: "\f2f9";
  8524. }
  8525. i.icon.registered:before {
  8526. content: "\f25d";
  8527. }
  8528. i.icon.rendact:before {
  8529. content: "\f3e4";
  8530. }
  8531. i.icon.renren:before {
  8532. content: "\f18b";
  8533. }
  8534. i.icon.reply:before {
  8535. content: "\f3e5";
  8536. }
  8537. i.icon.reply.all:before {
  8538. content: "\f122";
  8539. }
  8540. i.icon.replyd:before {
  8541. content: "\f3e6";
  8542. }
  8543. i.icon.resolving:before {
  8544. content: "\f3e7";
  8545. }
  8546. i.icon.retweet:before {
  8547. content: "\f079";
  8548. }
  8549. i.icon.road:before {
  8550. content: "\f018";
  8551. }
  8552. i.icon.rocket:before {
  8553. content: "\f135";
  8554. }
  8555. i.icon.rocketchat:before {
  8556. content: "\f3e8";
  8557. }
  8558. i.icon.rockrms:before {
  8559. content: "\f3e9";
  8560. }
  8561. i.icon.rss:before {
  8562. content: "\f09e";
  8563. }
  8564. i.icon.rss.square:before {
  8565. content: "\f143";
  8566. }
  8567. i.icon.ruble.sign:before {
  8568. content: "\f158";
  8569. }
  8570. i.icon.rupee.sign:before {
  8571. content: "\f156";
  8572. }
  8573. i.icon.safari:before {
  8574. content: "\f267";
  8575. }
  8576. i.icon.sass:before {
  8577. content: "\f41e";
  8578. }
  8579. i.icon.save:before {
  8580. content: "\f0c7";
  8581. }
  8582. i.icon.schlix:before {
  8583. content: "\f3ea";
  8584. }
  8585. i.icon.scribd:before {
  8586. content: "\f28a";
  8587. }
  8588. i.icon.search:before {
  8589. content: "\f002";
  8590. }
  8591. i.icon.search.minus:before {
  8592. content: "\f010";
  8593. }
  8594. i.icon.search.plus:before {
  8595. content: "\f00e";
  8596. }
  8597. i.icon.searchengin:before {
  8598. content: "\f3eb";
  8599. }
  8600. i.icon.sellcast:before {
  8601. content: "\f2da";
  8602. }
  8603. i.icon.sellsy:before {
  8604. content: "\f213";
  8605. }
  8606. i.icon.server:before {
  8607. content: "\f233";
  8608. }
  8609. i.icon.servicestack:before {
  8610. content: "\f3ec";
  8611. }
  8612. i.icon.share:before {
  8613. content: "\f064";
  8614. }
  8615. i.icon.share.alternate:before {
  8616. content: "\f1e0";
  8617. }
  8618. i.icon.share.alternate.square:before {
  8619. content: "\f1e1";
  8620. }
  8621. i.icon.share.square:before {
  8622. content: "\f14d";
  8623. }
  8624. i.icon.shekel.sign:before {
  8625. content: "\f20b";
  8626. }
  8627. i.icon.shield.alternate:before {
  8628. content: "\f3ed";
  8629. }
  8630. i.icon.ship:before {
  8631. content: "\f21a";
  8632. }
  8633. i.icon.shipping.fast:before {
  8634. content: "\f48b";
  8635. }
  8636. i.icon.shirtsinbulk:before {
  8637. content: "\f214";
  8638. }
  8639. i.icon.shopping.bag:before {
  8640. content: "\f290";
  8641. }
  8642. i.icon.shopping.basket:before {
  8643. content: "\f291";
  8644. }
  8645. i.icon.shopping.cart:before {
  8646. content: "\f07a";
  8647. }
  8648. i.icon.shower:before {
  8649. content: "\f2cc";
  8650. }
  8651. i.icon.sign.language:before {
  8652. content: "\f2a7";
  8653. }
  8654. i.icon.signal:before {
  8655. content: "\f012";
  8656. }
  8657. i.icon.simplybuilt:before {
  8658. content: "\f215";
  8659. }
  8660. i.icon.sistrix:before {
  8661. content: "\f3ee";
  8662. }
  8663. i.icon.sitemap:before {
  8664. content: "\f0e8";
  8665. }
  8666. i.icon.skyatlas:before {
  8667. content: "\f216";
  8668. }
  8669. i.icon.skype:before {
  8670. content: "\f17e";
  8671. }
  8672. i.icon.slack:before {
  8673. content: "\f198";
  8674. }
  8675. i.icon.slack.hash:before {
  8676. content: "\f3ef";
  8677. }
  8678. i.icon.sliders.horizontal:before {
  8679. content: "\f1de";
  8680. }
  8681. i.icon.slideshare:before {
  8682. content: "\f1e7";
  8683. }
  8684. i.icon.smile:before {
  8685. content: "\f118";
  8686. }
  8687. i.icon.snapchat:before {
  8688. content: "\f2ab";
  8689. }
  8690. i.icon.snapchat.ghost:before {
  8691. content: "\f2ac";
  8692. }
  8693. i.icon.snapchat.square:before {
  8694. content: "\f2ad";
  8695. }
  8696. i.icon.snowflake:before {
  8697. content: "\f2dc";
  8698. }
  8699. i.icon.sort:before {
  8700. content: "\f0dc";
  8701. }
  8702. i.icon.sort.alphabet.down:before {
  8703. content: "\f15d";
  8704. }
  8705. i.icon.sort.alphabet.up:before {
  8706. content: "\f15e";
  8707. }
  8708. i.icon.sort.amount.down:before {
  8709. content: "\f160";
  8710. }
  8711. i.icon.sort.amount.up:before {
  8712. content: "\f161";
  8713. }
  8714. i.icon.sort.down:before {
  8715. content: "\f0dd";
  8716. }
  8717. i.icon.sort.numeric.down:before {
  8718. content: "\f162";
  8719. }
  8720. i.icon.sort.numeric.up:before {
  8721. content: "\f163";
  8722. }
  8723. i.icon.sort.up:before {
  8724. content: "\f0de";
  8725. }
  8726. i.icon.soundcloud:before {
  8727. content: "\f1be";
  8728. }
  8729. i.icon.space.shuttle:before {
  8730. content: "\f197";
  8731. }
  8732. i.icon.speakap:before {
  8733. content: "\f3f3";
  8734. }
  8735. i.icon.spinner:before {
  8736. content: "\f110";
  8737. }
  8738. i.icon.spotify:before {
  8739. content: "\f1bc";
  8740. }
  8741. i.icon.square:before {
  8742. content: "\f0c8";
  8743. }
  8744. i.icon.square.full:before {
  8745. content: "\f45c";
  8746. }
  8747. i.icon.stack.exchange:before {
  8748. content: "\f18d";
  8749. }
  8750. i.icon.stack.overflow:before {
  8751. content: "\f16c";
  8752. }
  8753. i.icon.star:before {
  8754. content: "\f005";
  8755. }
  8756. i.icon.star.half:before {
  8757. content: "\f089";
  8758. }
  8759. i.icon.staylinked:before {
  8760. content: "\f3f5";
  8761. }
  8762. i.icon.steam:before {
  8763. content: "\f1b6";
  8764. }
  8765. i.icon.steam.square:before {
  8766. content: "\f1b7";
  8767. }
  8768. i.icon.steam.symbol:before {
  8769. content: "\f3f6";
  8770. }
  8771. i.icon.step.backward:before {
  8772. content: "\f048";
  8773. }
  8774. i.icon.step.forward:before {
  8775. content: "\f051";
  8776. }
  8777. i.icon.stethoscope:before {
  8778. content: "\f0f1";
  8779. }
  8780. i.icon.sticker.mule:before {
  8781. content: "\f3f7";
  8782. }
  8783. i.icon.sticky.note:before {
  8784. content: "\f249";
  8785. }
  8786. i.icon.stop:before {
  8787. content: "\f04d";
  8788. }
  8789. i.icon.stop.circle:before {
  8790. content: "\f28d";
  8791. }
  8792. i.icon.stopwatch:before {
  8793. content: "\f2f2";
  8794. }
  8795. i.icon.strava:before {
  8796. content: "\f428";
  8797. }
  8798. i.icon.street.view:before {
  8799. content: "\f21d";
  8800. }
  8801. i.icon.strikethrough:before {
  8802. content: "\f0cc";
  8803. }
  8804. i.icon.stripe:before {
  8805. content: "\f429";
  8806. }
  8807. i.icon.stripe.s:before {
  8808. content: "\f42a";
  8809. }
  8810. i.icon.studiovinari:before {
  8811. content: "\f3f8";
  8812. }
  8813. i.icon.stumbleupon:before {
  8814. content: "\f1a4";
  8815. }
  8816. i.icon.stumbleupon.circle:before {
  8817. content: "\f1a3";
  8818. }
  8819. i.icon.subscript:before {
  8820. content: "\f12c";
  8821. }
  8822. i.icon.subway:before {
  8823. content: "\f239";
  8824. }
  8825. i.icon.suitcase:before {
  8826. content: "\f0f2";
  8827. }
  8828. i.icon.sun:before {
  8829. content: "\f185";
  8830. }
  8831. i.icon.superpowers:before {
  8832. content: "\f2dd";
  8833. }
  8834. i.icon.superscript:before {
  8835. content: "\f12b";
  8836. }
  8837. i.icon.supple:before {
  8838. content: "\f3f9";
  8839. }
  8840. i.icon.sync:before {
  8841. content: "\f021";
  8842. }
  8843. i.icon.sync.alternate:before {
  8844. content: "\f2f1";
  8845. }
  8846. i.icon.syringe:before {
  8847. content: "\f48e";
  8848. }
  8849. i.icon.table:before {
  8850. content: "\f0ce";
  8851. }
  8852. i.icon.table.tennis:before {
  8853. content: "\f45d";
  8854. }
  8855. i.icon.tablet:before {
  8856. content: "\f10a";
  8857. }
  8858. i.icon.tablet.alternate:before {
  8859. content: "\f3fa";
  8860. }
  8861. i.icon.tachometer.alternate:before {
  8862. content: "\f3fd";
  8863. }
  8864. i.icon.tag:before {
  8865. content: "\f02b";
  8866. }
  8867. i.icon.tags:before {
  8868. content: "\f02c";
  8869. }
  8870. i.icon.tasks:before {
  8871. content: "\f0ae";
  8872. }
  8873. i.icon.taxi:before {
  8874. content: "\f1ba";
  8875. }
  8876. i.icon.telegram:before {
  8877. content: "\f2c6";
  8878. }
  8879. i.icon.telegram.plane:before {
  8880. content: "\f3fe";
  8881. }
  8882. i.icon.tencent.weibo:before {
  8883. content: "\f1d5";
  8884. }
  8885. i.icon.terminal:before {
  8886. content: "\f120";
  8887. }
  8888. i.icon.text.height:before {
  8889. content: "\f034";
  8890. }
  8891. i.icon.text.width:before {
  8892. content: "\f035";
  8893. }
  8894. i.icon.th:before {
  8895. content: "\f00a";
  8896. }
  8897. i.icon.th.large:before {
  8898. content: "\f009";
  8899. }
  8900. i.icon.th.list:before {
  8901. content: "\f00b";
  8902. }
  8903. i.icon.themeisle:before {
  8904. content: "\f2b2";
  8905. }
  8906. i.icon.thermometer:before {
  8907. content: "\f491";
  8908. }
  8909. i.icon.thermometer.empty:before {
  8910. content: "\f2cb";
  8911. }
  8912. i.icon.thermometer.full:before {
  8913. content: "\f2c7";
  8914. }
  8915. i.icon.thermometer.half:before {
  8916. content: "\f2c9";
  8917. }
  8918. i.icon.thermometer.quarter:before {
  8919. content: "\f2ca";
  8920. }
  8921. i.icon.thermometer.three.quarters:before {
  8922. content: "\f2c8";
  8923. }
  8924. i.icon.thumbs.down:before {
  8925. content: "\f165";
  8926. }
  8927. i.icon.thumbs.up:before {
  8928. content: "\f164";
  8929. }
  8930. i.icon.thumbtack:before {
  8931. content: "\f08d";
  8932. }
  8933. i.icon.ticket.alternate:before {
  8934. content: "\f3ff";
  8935. }
  8936. i.icon.times:before {
  8937. content: "\f00d";
  8938. }
  8939. i.icon.times.circle:before {
  8940. content: "\f057";
  8941. }
  8942. i.icon.tint:before {
  8943. content: "\f043";
  8944. }
  8945. i.icon.toggle.off:before {
  8946. content: "\f204";
  8947. }
  8948. i.icon.toggle.on:before {
  8949. content: "\f205";
  8950. }
  8951. i.icon.trademark:before {
  8952. content: "\f25c";
  8953. }
  8954. i.icon.train:before {
  8955. content: "\f238";
  8956. }
  8957. i.icon.transgender:before {
  8958. content: "\f224";
  8959. }
  8960. i.icon.transgender.alternate:before {
  8961. content: "\f225";
  8962. }
  8963. i.icon.trash:before {
  8964. content: "\f1f8";
  8965. }
  8966. i.icon.trash.alternate:before {
  8967. content: "\f2ed";
  8968. }
  8969. i.icon.tree:before {
  8970. content: "\f1bb";
  8971. }
  8972. i.icon.trello:before {
  8973. content: "\f181";
  8974. }
  8975. i.icon.tripadvisor:before {
  8976. content: "\f262";
  8977. }
  8978. i.icon.trophy:before {
  8979. content: "\f091";
  8980. }
  8981. i.icon.truck:before {
  8982. content: "\f0d1";
  8983. }
  8984. i.icon.tty:before {
  8985. content: "\f1e4";
  8986. }
  8987. i.icon.tumblr:before {
  8988. content: "\f173";
  8989. }
  8990. i.icon.tumblr.square:before {
  8991. content: "\f174";
  8992. }
  8993. i.icon.tv:before {
  8994. content: "\f26c";
  8995. }
  8996. i.icon.twitch:before {
  8997. content: "\f1e8";
  8998. }
  8999. i.icon.twitter:before {
  9000. content: "\f099";
  9001. }
  9002. i.icon.twitter.square:before {
  9003. content: "\f081";
  9004. }
  9005. i.icon.typo3:before {
  9006. content: "\f42b";
  9007. }
  9008. i.icon.uber:before {
  9009. content: "\f402";
  9010. }
  9011. i.icon.uikit:before {
  9012. content: "\f403";
  9013. }
  9014. i.icon.umbrella:before {
  9015. content: "\f0e9";
  9016. }
  9017. i.icon.underline:before {
  9018. content: "\f0cd";
  9019. }
  9020. i.icon.undo:before {
  9021. content: "\f0e2";
  9022. }
  9023. i.icon.undo.alternate:before {
  9024. content: "\f2ea";
  9025. }
  9026. i.icon.uniregistry:before {
  9027. content: "\f404";
  9028. }
  9029. i.icon.universal.access:before {
  9030. content: "\f29a";
  9031. }
  9032. i.icon.university:before {
  9033. content: "\f19c";
  9034. }
  9035. i.icon.unlink:before {
  9036. content: "\f127";
  9037. }
  9038. i.icon.unlock:before {
  9039. content: "\f09c";
  9040. }
  9041. i.icon.unlock.alternate:before {
  9042. content: "\f13e";
  9043. }
  9044. i.icon.untappd:before {
  9045. content: "\f405";
  9046. }
  9047. i.icon.upload:before {
  9048. content: "\f093";
  9049. }
  9050. i.icon.usb:before {
  9051. content: "\f287";
  9052. }
  9053. i.icon.user:before {
  9054. content: "\f007";
  9055. }
  9056. i.icon.user.circle:before {
  9057. content: "\f2bd";
  9058. }
  9059. i.icon.user.md:before {
  9060. content: "\f0f0";
  9061. }
  9062. i.icon.user.plus:before {
  9063. content: "\f234";
  9064. }
  9065. i.icon.user.secret:before {
  9066. content: "\f21b";
  9067. }
  9068. i.icon.user.times:before {
  9069. content: "\f235";
  9070. }
  9071. i.icon.users:before {
  9072. content: "\f0c0";
  9073. }
  9074. i.icon.ussunnah:before {
  9075. content: "\f407";
  9076. }
  9077. i.icon.utensil.spoon:before {
  9078. content: "\f2e5";
  9079. }
  9080. i.icon.utensils:before {
  9081. content: "\f2e7";
  9082. }
  9083. i.icon.vaadin:before {
  9084. content: "\f408";
  9085. }
  9086. i.icon.venus:before {
  9087. content: "\f221";
  9088. }
  9089. i.icon.venus.double:before {
  9090. content: "\f226";
  9091. }
  9092. i.icon.venus.mars:before {
  9093. content: "\f228";
  9094. }
  9095. i.icon.viacoin:before {
  9096. content: "\f237";
  9097. }
  9098. i.icon.viadeo:before {
  9099. content: "\f2a9";
  9100. }
  9101. i.icon.viadeo.square:before {
  9102. content: "\f2aa";
  9103. }
  9104. i.icon.viber:before {
  9105. content: "\f409";
  9106. }
  9107. i.icon.video:before {
  9108. content: "\f03d";
  9109. }
  9110. i.icon.vimeo:before {
  9111. content: "\f40a";
  9112. }
  9113. i.icon.vimeo.square:before {
  9114. content: "\f194";
  9115. }
  9116. i.icon.vimeo.v:before {
  9117. content: "\f27d";
  9118. }
  9119. i.icon.vine:before {
  9120. content: "\f1ca";
  9121. }
  9122. i.icon.vk:before {
  9123. content: "\f189";
  9124. }
  9125. i.icon.vnv:before {
  9126. content: "\f40b";
  9127. }
  9128. i.icon.volleyball.ball:before {
  9129. content: "\f45f";
  9130. }
  9131. i.icon.volume.down:before {
  9132. content: "\f027";
  9133. }
  9134. i.icon.volume.off:before {
  9135. content: "\f026";
  9136. }
  9137. i.icon.volume.up:before {
  9138. content: "\f028";
  9139. }
  9140. i.icon.vuejs:before {
  9141. content: "\f41f";
  9142. }
  9143. i.icon.warehouse:before {
  9144. content: "\f494";
  9145. }
  9146. i.icon.weibo:before {
  9147. content: "\f18a";
  9148. }
  9149. i.icon.weight:before {
  9150. content: "\f496";
  9151. }
  9152. i.icon.weixin:before {
  9153. content: "\f1d7";
  9154. }
  9155. i.icon.whatsapp:before {
  9156. content: "\f232";
  9157. }
  9158. i.icon.whatsapp.square:before {
  9159. content: "\f40c";
  9160. }
  9161. i.icon.wheelchair:before {
  9162. content: "\f193";
  9163. }
  9164. i.icon.whmcs:before {
  9165. content: "\f40d";
  9166. }
  9167. i.icon.wifi:before {
  9168. content: "\f1eb";
  9169. }
  9170. i.icon.wikipedia.w:before {
  9171. content: "\f266";
  9172. }
  9173. i.icon.window.close:before {
  9174. content: "\f410";
  9175. }
  9176. i.icon.window.maximize:before {
  9177. content: "\f2d0";
  9178. }
  9179. i.icon.window.minimize:before {
  9180. content: "\f2d1";
  9181. }
  9182. i.icon.window.restore:before {
  9183. content: "\f2d2";
  9184. }
  9185. i.icon.windows:before {
  9186. content: "\f17a";
  9187. }
  9188. i.icon.won.sign:before {
  9189. content: "\f159";
  9190. }
  9191. i.icon.wordpress:before {
  9192. content: "\f19a";
  9193. }
  9194. i.icon.wordpress.simple:before {
  9195. content: "\f411";
  9196. }
  9197. i.icon.wpbeginner:before {
  9198. content: "\f297";
  9199. }
  9200. i.icon.wpexplorer:before {
  9201. content: "\f2de";
  9202. }
  9203. i.icon.wpforms:before {
  9204. content: "\f298";
  9205. }
  9206. i.icon.wrench:before {
  9207. content: "\f0ad";
  9208. }
  9209. i.icon.xbox:before {
  9210. content: "\f412";
  9211. }
  9212. i.icon.xing:before {
  9213. content: "\f168";
  9214. }
  9215. i.icon.xing.square:before {
  9216. content: "\f169";
  9217. }
  9218. i.icon.y.combinator:before {
  9219. content: "\f23b";
  9220. }
  9221. i.icon.yahoo:before {
  9222. content: "\f19e";
  9223. }
  9224. i.icon.yandex:before {
  9225. content: "\f413";
  9226. }
  9227. i.icon.yandex.international:before {
  9228. content: "\f414";
  9229. }
  9230. i.icon.yelp:before {
  9231. content: "\f1e9";
  9232. }
  9233. i.icon.yen.sign:before {
  9234. content: "\f157";
  9235. }
  9236. i.icon.yoast:before {
  9237. content: "\f2b1";
  9238. }
  9239. i.icon.youtube:before {
  9240. content: "\f167";
  9241. }
  9242. i.icon.youtube.square:before {
  9243. content: "\f431";
  9244. }
  9245. /* Aliases */
  9246. i.icon.chess.rock:before {
  9247. content: "\f447";
  9248. }
  9249. i.icon.ordered.list:before {
  9250. content: "\f0cb";
  9251. }
  9252. i.icon.unordered.list:before {
  9253. content: "\f0ca";
  9254. }
  9255. i.icon.user.doctor:before {
  9256. content: "\f0f0";
  9257. }
  9258. i.icon.shield:before {
  9259. content: "\f3ed";
  9260. }
  9261. i.icon.puzzle:before {
  9262. content: "\f12e";
  9263. }
  9264. i.icon.credit.card.amazon.pay:before {
  9265. content: "\f42d";
  9266. }
  9267. i.icon.credit.card.american.express:before {
  9268. content: "\f1f3";
  9269. }
  9270. i.icon.credit.card.diners.club:before {
  9271. content: "\f24c";
  9272. }
  9273. i.icon.credit.card.discover:before {
  9274. content: "\f1f2";
  9275. }
  9276. i.icon.credit.card.jcb:before {
  9277. content: "\f24b";
  9278. }
  9279. i.icon.credit.card.mastercard:before {
  9280. content: "\f1f1";
  9281. }
  9282. i.icon.credit.card.paypal:before {
  9283. content: "\f1f4";
  9284. }
  9285. i.icon.credit.card.stripe:before {
  9286. content: "\f1f5";
  9287. }
  9288. i.icon.credit.card.visa:before {
  9289. content: "\f1f0";
  9290. }
  9291. i.icon.add.circle:before {
  9292. content: "\f055";
  9293. }
  9294. i.icon.add.square:before {
  9295. content: "\f0fe";
  9296. }
  9297. i.icon.add.to.calendar:before {
  9298. content: "\f271";
  9299. }
  9300. i.icon.add.to.cart:before {
  9301. content: "\f217";
  9302. }
  9303. i.icon.add.user:before {
  9304. content: "\f234";
  9305. }
  9306. i.icon.add:before {
  9307. content: "\f067";
  9308. }
  9309. i.icon.alarm.mute:before {
  9310. content: "\f1f6";
  9311. }
  9312. i.icon.alarm:before {
  9313. content: "\f0f3";
  9314. }
  9315. i.icon.ald:before {
  9316. content: "\f2a2";
  9317. }
  9318. i.icon.als:before {
  9319. content: "\f2a2";
  9320. }
  9321. i.icon.american.express.card:before {
  9322. content: "\f1f3";
  9323. }
  9324. i.icon.american.express:before {
  9325. content: "\f1f3";
  9326. }
  9327. i.icon.amex:before {
  9328. content: "\f1f3";
  9329. }
  9330. i.icon.announcement:before {
  9331. content: "\f0a1";
  9332. }
  9333. i.icon.area.chart:before {
  9334. content: "\f1fe";
  9335. }
  9336. i.icon.area.graph:before {
  9337. content: "\f1fe";
  9338. }
  9339. i.icon.arrow.down.cart:before {
  9340. content: "\f218";
  9341. }
  9342. i.icon.asexual:before {
  9343. content: "\f22d";
  9344. }
  9345. i.icon.asl.interpreting:before {
  9346. content: "\f2a3";
  9347. }
  9348. i.icon.asl:before {
  9349. content: "\f2a3";
  9350. }
  9351. i.icon.assistive.listening.devices:before {
  9352. content: "\f2a2";
  9353. }
  9354. i.icon.attach:before {
  9355. content: "\f0c6";
  9356. }
  9357. i.icon.attention:before {
  9358. content: "\f06a";
  9359. }
  9360. i.icon.balance:before {
  9361. content: "\f24e";
  9362. }
  9363. i.icon.bar:before {
  9364. content: "\f0fc";
  9365. }
  9366. i.icon.bathtub:before {
  9367. content: "\f2cd";
  9368. }
  9369. i.icon.battery.four:before {
  9370. content: "\f240";
  9371. }
  9372. i.icon.battery.high:before {
  9373. content: "\f241";
  9374. }
  9375. i.icon.battery.low:before {
  9376. content: "\f243";
  9377. }
  9378. i.icon.battery.medium:before {
  9379. content: "\f242";
  9380. }
  9381. i.icon.battery.one:before {
  9382. content: "\f243";
  9383. }
  9384. i.icon.battery.three:before {
  9385. content: "\f241";
  9386. }
  9387. i.icon.battery.two:before {
  9388. content: "\f242";
  9389. }
  9390. i.icon.battery.zero:before {
  9391. content: "\f244";
  9392. }
  9393. i.icon.birthday:before {
  9394. content: "\f1fd";
  9395. }
  9396. i.icon.block.layout:before {
  9397. content: "\f009";
  9398. }
  9399. i.icon.bluetooth.alternative:before {
  9400. content: "\f294";
  9401. }
  9402. i.icon.broken.chain:before {
  9403. content: "\f127";
  9404. }
  9405. i.icon.browser:before {
  9406. content: "\f022";
  9407. }
  9408. i.icon.call.square:before {
  9409. content: "\f098";
  9410. }
  9411. i.icon.call:before {
  9412. content: "\f095";
  9413. }
  9414. i.icon.cancel:before {
  9415. content: "\f00d";
  9416. }
  9417. i.icon.cart:before {
  9418. content: "\f07a";
  9419. }
  9420. i.icon.cc:before {
  9421. content: "\f20a";
  9422. }
  9423. i.icon.chain:before {
  9424. content: "\f0c1";
  9425. }
  9426. i.icon.chat:before {
  9427. content: "\f075";
  9428. }
  9429. i.icon.checked.calendar:before {
  9430. content: "\f274";
  9431. }
  9432. i.icon.checkmark:before {
  9433. content: "\f00c";
  9434. }
  9435. i.icon.circle.notched:before {
  9436. content: "\f1ce";
  9437. }
  9438. i.icon.close:before {
  9439. content: "\f00d";
  9440. }
  9441. i.icon.cny:before {
  9442. content: "\f157";
  9443. }
  9444. i.icon.cocktail:before {
  9445. content: "\f000";
  9446. }
  9447. i.icon.commenting:before {
  9448. content: "\f27a";
  9449. }
  9450. i.icon.computer:before {
  9451. content: "\f108";
  9452. }
  9453. i.icon.configure:before {
  9454. content: "\f0ad";
  9455. }
  9456. i.icon.content:before {
  9457. content: "\f0c9";
  9458. }
  9459. i.icon.deafness:before {
  9460. content: "\f2a4";
  9461. }
  9462. i.icon.delete.calendar:before {
  9463. content: "\f273";
  9464. }
  9465. i.icon.delete:before {
  9466. content: "\f00d";
  9467. }
  9468. i.icon.detective:before {
  9469. content: "\f21b";
  9470. }
  9471. i.icon.diners.club.card:before {
  9472. content: "\f24c";
  9473. }
  9474. i.icon.diners.club:before {
  9475. content: "\f24c";
  9476. }
  9477. i.icon.discover.card:before {
  9478. content: "\f1f2";
  9479. }
  9480. i.icon.discover:before {
  9481. content: "\f1f2";
  9482. }
  9483. i.icon.discussions:before {
  9484. content: "\f086";
  9485. }
  9486. i.icon.doctor:before {
  9487. content: "\f0f0";
  9488. }
  9489. i.icon.dollar:before {
  9490. content: "\f155";
  9491. }
  9492. i.icon.dont:before {
  9493. content: "\f05e";
  9494. }
  9495. i.icon.dribble:before {
  9496. content: "\f17d";
  9497. }
  9498. i.icon.drivers.license:before {
  9499. content: "\f2c2";
  9500. }
  9501. i.icon.dropdown:before {
  9502. content: "\f0d7";
  9503. }
  9504. i.icon.eercast:before {
  9505. content: "\f2da";
  9506. }
  9507. i.icon.emergency:before {
  9508. content: "\f0f9";
  9509. }
  9510. i.icon.envira.gallery:before {
  9511. content: "\f299";
  9512. }
  9513. i.icon.erase:before {
  9514. content: "\f12d";
  9515. }
  9516. i.icon.eur:before {
  9517. content: "\f153";
  9518. }
  9519. i.icon.euro:before {
  9520. content: "\f153";
  9521. }
  9522. i.icon.eyedropper:before {
  9523. content: "\f1fb";
  9524. }
  9525. i.icon.fa:before {
  9526. content: "\f2b4";
  9527. }
  9528. i.icon.factory:before {
  9529. content: "\f275";
  9530. }
  9531. i.icon.favorite:before {
  9532. content: "\f005";
  9533. }
  9534. i.icon.feed:before {
  9535. content: "\f09e";
  9536. }
  9537. i.icon.female.homosexual:before {
  9538. content: "\f226";
  9539. }
  9540. i.icon.file.text:before {
  9541. content: "\f15c";
  9542. }
  9543. i.icon.find:before {
  9544. content: "\f1e5";
  9545. }
  9546. i.icon.first.aid:before {
  9547. content: "\f0fa";
  9548. }
  9549. i.icon.five.hundred.pixels:before {
  9550. content: "\f26e";
  9551. }
  9552. i.icon.fork:before {
  9553. content: "\f126";
  9554. }
  9555. i.icon.game:before {
  9556. content: "\f11b";
  9557. }
  9558. i.icon.gay:before {
  9559. content: "\f227";
  9560. }
  9561. i.icon.gbp:before {
  9562. content: "\f154";
  9563. }
  9564. i.icon.gittip:before {
  9565. content: "\f184";
  9566. }
  9567. i.icon.google.plus.circle:before {
  9568. content: "\f2b3";
  9569. }
  9570. i.icon.google.plus.official:before {
  9571. content: "\f2b3";
  9572. }
  9573. i.icon.grab:before {
  9574. content: "\f255";
  9575. }
  9576. i.icon.graduation:before {
  9577. content: "\f19d";
  9578. }
  9579. i.icon.grid.layout:before {
  9580. content: "\f00a";
  9581. }
  9582. i.icon.group:before {
  9583. content: "\f0c0";
  9584. }
  9585. i.icon.h:before {
  9586. content: "\f0fd";
  9587. }
  9588. i.icon.hand.victory:before {
  9589. content: "\f25b";
  9590. }
  9591. i.icon.handicap:before {
  9592. content: "\f193";
  9593. }
  9594. i.icon.hard.of.hearing:before {
  9595. content: "\f2a4";
  9596. }
  9597. i.icon.header:before {
  9598. content: "\f1dc";
  9599. }
  9600. i.icon.help.circle:before {
  9601. content: "\f059";
  9602. }
  9603. i.icon.help:before {
  9604. content: "\f128";
  9605. }
  9606. i.icon.heterosexual:before {
  9607. content: "\f228";
  9608. }
  9609. i.icon.hide:before {
  9610. content: "\f070";
  9611. }
  9612. i.icon.hotel:before {
  9613. content: "\f236";
  9614. }
  9615. i.icon.hourglass.four:before {
  9616. content: "\f254";
  9617. }
  9618. i.icon.hourglass.full:before {
  9619. content: "\f254";
  9620. }
  9621. i.icon.hourglass.one:before {
  9622. content: "\f251";
  9623. }
  9624. i.icon.hourglass.three:before {
  9625. content: "\f253";
  9626. }
  9627. i.icon.hourglass.two:before {
  9628. content: "\f252";
  9629. }
  9630. i.icon.idea:before {
  9631. content: "\f0eb";
  9632. }
  9633. i.icon.ils:before {
  9634. content: "\f20b";
  9635. }
  9636. i.icon.in-cart:before {
  9637. content: "\f218";
  9638. }
  9639. i.icon.inr:before {
  9640. content: "\f156";
  9641. }
  9642. i.icon.intergender:before {
  9643. content: "\f224";
  9644. }
  9645. i.icon.intersex:before {
  9646. content: "\f224";
  9647. }
  9648. i.icon.japan.credit.bureau.card:before {
  9649. content: "\f24b";
  9650. }
  9651. i.icon.japan.credit.bureau:before {
  9652. content: "\f24b";
  9653. }
  9654. i.icon.jcb:before {
  9655. content: "\f24b";
  9656. }
  9657. i.icon.jpy:before {
  9658. content: "\f157";
  9659. }
  9660. i.icon.krw:before {
  9661. content: "\f159";
  9662. }
  9663. i.icon.lab:before {
  9664. content: "\f0c3";
  9665. }
  9666. i.icon.law:before {
  9667. content: "\f24e";
  9668. }
  9669. i.icon.legal:before {
  9670. content: "\f0e3";
  9671. }
  9672. i.icon.lesbian:before {
  9673. content: "\f226";
  9674. }
  9675. i.icon.lightning:before {
  9676. content: "\f0e7";
  9677. }
  9678. i.icon.like:before {
  9679. content: "\f004";
  9680. }
  9681. i.icon.line.graph:before {
  9682. content: "\f201";
  9683. }
  9684. i.icon.linkedin.square:before {
  9685. content: "\f08c";
  9686. }
  9687. i.icon.linkify:before {
  9688. content: "\f0c1";
  9689. }
  9690. i.icon.lira:before {
  9691. content: "\f195";
  9692. }
  9693. i.icon.list.layout:before {
  9694. content: "\f00b";
  9695. }
  9696. i.icon.magnify:before {
  9697. content: "\f00e";
  9698. }
  9699. i.icon.mail.forward:before {
  9700. content: "\f064";
  9701. }
  9702. i.icon.mail.square:before {
  9703. content: "\f199";
  9704. }
  9705. i.icon.mail:before {
  9706. content: "\f0e0";
  9707. }
  9708. i.icon.male.homosexual:before {
  9709. content: "\f227";
  9710. }
  9711. i.icon.man:before {
  9712. content: "\f222";
  9713. }
  9714. i.icon.marker:before {
  9715. content: "\f041";
  9716. }
  9717. i.icon.mars.alternate:before {
  9718. content: "\f229";
  9719. }
  9720. i.icon.mars.horizontal:before {
  9721. content: "\f22b";
  9722. }
  9723. i.icon.mars.vertical:before {
  9724. content: "\f22a";
  9725. }
  9726. i.icon.mastercard.card:before {
  9727. content: "\f1f1";
  9728. }
  9729. i.icon.mastercard:before {
  9730. content: "\f1f1";
  9731. }
  9732. i.icon.microsoft.edge:before {
  9733. content: "\f282";
  9734. }
  9735. i.icon.military:before {
  9736. content: "\f0fb";
  9737. }
  9738. i.icon.ms.edge:before {
  9739. content: "\f282";
  9740. }
  9741. i.icon.mute:before {
  9742. content: "\f131";
  9743. }
  9744. i.icon.new.pied.piper:before {
  9745. content: "\f2ae";
  9746. }
  9747. i.icon.non.binary.transgender:before {
  9748. content: "\f223";
  9749. }
  9750. i.icon.numbered.list:before {
  9751. content: "\f0cb";
  9752. }
  9753. i.icon.optinmonster:before {
  9754. content: "\f23c";
  9755. }
  9756. i.icon.options:before {
  9757. content: "\f1de";
  9758. }
  9759. i.icon.other.gender.horizontal:before {
  9760. content: "\f22b";
  9761. }
  9762. i.icon.other.gender.vertical:before {
  9763. content: "\f22a";
  9764. }
  9765. i.icon.other.gender:before {
  9766. content: "\f229";
  9767. }
  9768. i.icon.payment:before {
  9769. content: "\f09d";
  9770. }
  9771. i.icon.paypal.card:before {
  9772. content: "\f1f4";
  9773. }
  9774. i.icon.pencil.square:before {
  9775. content: "\f14b";
  9776. }
  9777. i.icon.photo:before {
  9778. content: "\f030";
  9779. }
  9780. i.icon.picture:before {
  9781. content: "\f03e";
  9782. }
  9783. i.icon.pie.chart:before {
  9784. content: "\f200";
  9785. }
  9786. i.icon.pie.graph:before {
  9787. content: "\f200";
  9788. }
  9789. i.icon.pied.piper.hat:before {
  9790. content: "\f2ae";
  9791. }
  9792. i.icon.pin:before {
  9793. content: "\f08d";
  9794. }
  9795. i.icon.plus.cart:before {
  9796. content: "\f217";
  9797. }
  9798. i.icon.pocket:before {
  9799. content: "\f265";
  9800. }
  9801. i.icon.point:before {
  9802. content: "\f041";
  9803. }
  9804. i.icon.pointing.down:before {
  9805. content: "\f0a7";
  9806. }
  9807. i.icon.pointing.left:before {
  9808. content: "\f0a5";
  9809. }
  9810. i.icon.pointing.right:before {
  9811. content: "\f0a4";
  9812. }
  9813. i.icon.pointing.up:before {
  9814. content: "\f0a6";
  9815. }
  9816. i.icon.pound:before {
  9817. content: "\f154";
  9818. }
  9819. i.icon.power.cord:before {
  9820. content: "\f1e6";
  9821. }
  9822. i.icon.power:before {
  9823. content: "\f011";
  9824. }
  9825. i.icon.privacy:before {
  9826. content: "\f084";
  9827. }
  9828. i.icon.r.circle:before {
  9829. content: "\f25d";
  9830. }
  9831. i.icon.rain:before {
  9832. content: "\f0e9";
  9833. }
  9834. i.icon.record:before {
  9835. content: "\f03d";
  9836. }
  9837. i.icon.refresh:before {
  9838. content: "\f021";
  9839. }
  9840. i.icon.remove.circle:before {
  9841. content: "\f057";
  9842. }
  9843. i.icon.remove.from.calendar:before {
  9844. content: "\f272";
  9845. }
  9846. i.icon.remove.user:before {
  9847. content: "\f235";
  9848. }
  9849. i.icon.remove:before {
  9850. content: "\f00d";
  9851. }
  9852. i.icon.repeat:before {
  9853. content: "\f01e";
  9854. }
  9855. i.icon.rmb:before {
  9856. content: "\f157";
  9857. }
  9858. i.icon.rouble:before {
  9859. content: "\f158";
  9860. }
  9861. i.icon.rub:before {
  9862. content: "\f158";
  9863. }
  9864. i.icon.ruble:before {
  9865. content: "\f158";
  9866. }
  9867. i.icon.rupee:before {
  9868. content: "\f156";
  9869. }
  9870. i.icon.s15:before {
  9871. content: "\f2cd";
  9872. }
  9873. i.icon.selected.radio:before {
  9874. content: "\f192";
  9875. }
  9876. i.icon.send:before {
  9877. content: "\f1d8";
  9878. }
  9879. i.icon.setting:before {
  9880. content: "\f013";
  9881. }
  9882. i.icon.settings:before {
  9883. content: "\f085";
  9884. }
  9885. i.icon.shekel:before {
  9886. content: "\f20b";
  9887. }
  9888. i.icon.sheqel:before {
  9889. content: "\f20b";
  9890. }
  9891. i.icon.shipping:before {
  9892. content: "\f0d1";
  9893. }
  9894. i.icon.shop:before {
  9895. content: "\f07a";
  9896. }
  9897. i.icon.shuffle:before {
  9898. content: "\f074";
  9899. }
  9900. i.icon.shutdown:before {
  9901. content: "\f011";
  9902. }
  9903. i.icon.sidebar:before {
  9904. content: "\f0c9";
  9905. }
  9906. i.icon.signing:before {
  9907. content: "\f2a7";
  9908. }
  9909. i.icon.signup:before {
  9910. content: "\f044";
  9911. }
  9912. i.icon.sliders:before {
  9913. content: "\f1de";
  9914. }
  9915. i.icon.soccer:before {
  9916. content: "\f1e3";
  9917. }
  9918. i.icon.sort.alphabet.ascending:before {
  9919. content: "\f15d";
  9920. }
  9921. i.icon.sort.alphabet.descending:before {
  9922. content: "\f15e";
  9923. }
  9924. i.icon.sort.ascending:before {
  9925. content: "\f0de";
  9926. }
  9927. i.icon.sort.content.ascending:before {
  9928. content: "\f160";
  9929. }
  9930. i.icon.sort.content.descending:before {
  9931. content: "\f161";
  9932. }
  9933. i.icon.sort.descending:before {
  9934. content: "\f0dd";
  9935. }
  9936. i.icon.sort.numeric.ascending:before {
  9937. content: "\f162";
  9938. }
  9939. i.icon.sort.numeric.descending:before {
  9940. content: "\f163";
  9941. }
  9942. i.icon.sound:before {
  9943. content: "\f025";
  9944. }
  9945. i.icon.spy:before {
  9946. content: "\f21b";
  9947. }
  9948. i.icon.stripe.card:before {
  9949. content: "\f1f5";
  9950. }
  9951. i.icon.student:before {
  9952. content: "\f19d";
  9953. }
  9954. i.icon.talk:before {
  9955. content: "\f27a";
  9956. }
  9957. i.icon.target:before {
  9958. content: "\f140";
  9959. }
  9960. i.icon.teletype:before {
  9961. content: "\f1e4";
  9962. }
  9963. i.icon.television:before {
  9964. content: "\f26c";
  9965. }
  9966. i.icon.text.cursor:before {
  9967. content: "\f246";
  9968. }
  9969. i.icon.text.telephone:before {
  9970. content: "\f1e4";
  9971. }
  9972. i.icon.theme.isle:before {
  9973. content: "\f2b2";
  9974. }
  9975. i.icon.theme:before {
  9976. content: "\f043";
  9977. }
  9978. i.icon.thermometer:before {
  9979. content: "\f2c7";
  9980. }
  9981. i.icon.thumb.tack:before {
  9982. content: "\f08d";
  9983. }
  9984. i.icon.time:before {
  9985. content: "\f017";
  9986. }
  9987. i.icon.tm:before {
  9988. content: "\f25c";
  9989. }
  9990. i.icon.toggle.down:before {
  9991. content: "\f150";
  9992. }
  9993. i.icon.toggle.left:before {
  9994. content: "\f191";
  9995. }
  9996. i.icon.toggle.right:before {
  9997. content: "\f152";
  9998. }
  9999. i.icon.toggle.up:before {
  10000. content: "\f151";
  10001. }
  10002. i.icon.translate:before {
  10003. content: "\f1ab";
  10004. }
  10005. i.icon.travel:before {
  10006. content: "\f0b1";
  10007. }
  10008. i.icon.treatment:before {
  10009. content: "\f0f1";
  10010. }
  10011. i.icon.triangle.down:before {
  10012. content: "\f0d7";
  10013. }
  10014. i.icon.triangle.left:before {
  10015. content: "\f0d9";
  10016. }
  10017. i.icon.triangle.right:before {
  10018. content: "\f0da";
  10019. }
  10020. i.icon.triangle.up:before {
  10021. content: "\f0d8";
  10022. }
  10023. i.icon.try:before {
  10024. content: "\f195";
  10025. }
  10026. i.icon.unhide:before {
  10027. content: "\f06e";
  10028. }
  10029. i.icon.unlinkify:before {
  10030. content: "\f127";
  10031. }
  10032. i.icon.unmute:before {
  10033. content: "\f130";
  10034. }
  10035. i.icon.usd:before {
  10036. content: "\f155";
  10037. }
  10038. i.icon.user.cancel:before {
  10039. content: "\f235";
  10040. }
  10041. i.icon.user.close:before {
  10042. content: "\f235";
  10043. }
  10044. i.icon.user.delete:before {
  10045. content: "\f235";
  10046. }
  10047. i.icon.user.x:before {
  10048. content: "\f235";
  10049. }
  10050. i.icon.vcard:before {
  10051. content: "\f2bb";
  10052. }
  10053. i.icon.video.camera:before {
  10054. content: "\f03d";
  10055. }
  10056. i.icon.video.play:before {
  10057. content: "\f144";
  10058. }
  10059. i.icon.visa.card:before {
  10060. content: "\f1f0";
  10061. }
  10062. i.icon.visa:before {
  10063. content: "\f1f0";
  10064. }
  10065. i.icon.volume.control.phone:before {
  10066. content: "\f2a0";
  10067. }
  10068. i.icon.wait:before {
  10069. content: "\f017";
  10070. }
  10071. i.icon.warning.circle:before {
  10072. content: "\f06a";
  10073. }
  10074. i.icon.warning.sign:before {
  10075. content: "\f071";
  10076. }
  10077. i.icon.warning:before {
  10078. content: "\f12a";
  10079. }
  10080. i.icon.wechat:before {
  10081. content: "\f1d7";
  10082. }
  10083. i.icon.wi-fi:before {
  10084. content: "\f1eb";
  10085. }
  10086. i.icon.wikipedia:before {
  10087. content: "\f266";
  10088. }
  10089. i.icon.winner:before {
  10090. content: "\f091";
  10091. }
  10092. i.icon.wizard:before {
  10093. content: "\f0d0";
  10094. }
  10095. i.icon.woman:before {
  10096. content: "\f221";
  10097. }
  10098. i.icon.won:before {
  10099. content: "\f159";
  10100. }
  10101. i.icon.wordpress.beginner:before {
  10102. content: "\f297";
  10103. }
  10104. i.icon.wordpress.forms:before {
  10105. content: "\f298";
  10106. }
  10107. i.icon.world:before {
  10108. content: "\f0ac";
  10109. }
  10110. i.icon.write.square:before {
  10111. content: "\f14b";
  10112. }
  10113. i.icon.x:before {
  10114. content: "\f00d";
  10115. }
  10116. i.icon.yc:before {
  10117. content: "\f23b";
  10118. }
  10119. i.icon.ycombinator:before {
  10120. content: "\f23b";
  10121. }
  10122. i.icon.yen:before {
  10123. content: "\f157";
  10124. }
  10125. i.icon.zip:before {
  10126. content: "\f187";
  10127. }
  10128. i.icon.zoom-in:before {
  10129. content: "\f00e";
  10130. }
  10131. i.icon.zoom-out:before {
  10132. content: "\f010";
  10133. }
  10134. i.icon.zoom:before {
  10135. content: "\f00e";
  10136. }
  10137. i.icon.bitbucket.square:before {
  10138. content: "\f171";
  10139. }
  10140. i.icon.checkmark.box:before {
  10141. content: "\f14a";
  10142. }
  10143. i.icon.circle.thin:before {
  10144. content: "\f111";
  10145. }
  10146. i.icon.cloud.download:before {
  10147. content: "\f381";
  10148. }
  10149. i.icon.cloud.upload:before {
  10150. content: "\f382";
  10151. }
  10152. i.icon.compose:before {
  10153. content: "\f303";
  10154. }
  10155. i.icon.conversation:before {
  10156. content: "\f086";
  10157. }
  10158. i.icon.credit.card.alternative:before {
  10159. content: "\f09d";
  10160. }
  10161. i.icon.currency:before {
  10162. content: "\f3d1";
  10163. }
  10164. i.icon.dashboard:before {
  10165. content: "\f3fd";
  10166. }
  10167. i.icon.diamond:before {
  10168. content: "\f3a5";
  10169. }
  10170. i.icon.disk:before {
  10171. content: "\f0a0";
  10172. }
  10173. i.icon.exchange:before {
  10174. content: "\f362";
  10175. }
  10176. i.icon.external.share:before {
  10177. content: "\f14d";
  10178. }
  10179. i.icon.external.square:before {
  10180. content: "\f360";
  10181. }
  10182. i.icon.external:before {
  10183. content: "\f35d";
  10184. }
  10185. i.icon.facebook.official:before {
  10186. content: "\f082";
  10187. }
  10188. i.icon.food:before {
  10189. content: "\f2e7";
  10190. }
  10191. i.icon.hourglass.zero:before {
  10192. content: "\f253";
  10193. }
  10194. i.icon.level.down:before {
  10195. content: "\f3be";
  10196. }
  10197. i.icon.level.up:before {
  10198. content: "\f3bf";
  10199. }
  10200. i.icon.logout:before {
  10201. content: "\f2f5";
  10202. }
  10203. i.icon.meanpath:before {
  10204. content: "\f0c8";
  10205. }
  10206. i.icon.money:before {
  10207. content: "\f3d1";
  10208. }
  10209. i.icon.move:before {
  10210. content: "\f0b2";
  10211. }
  10212. i.icon.pencil:before {
  10213. content: "\f303";
  10214. }
  10215. i.icon.protect:before {
  10216. content: "\f023";
  10217. }
  10218. i.icon.radio:before {
  10219. content: "\f192";
  10220. }
  10221. i.icon.remove.bookmark:before {
  10222. content: "\f02e";
  10223. }
  10224. i.icon.resize.horizontal:before {
  10225. content: "\f337";
  10226. }
  10227. i.icon.resize.vertical:before {
  10228. content: "\f338";
  10229. }
  10230. i.icon.sign-in:before {
  10231. content: "\f2f6";
  10232. }
  10233. i.icon.sign-out:before {
  10234. content: "\f2f5";
  10235. }
  10236. i.icon.spoon:before {
  10237. content: "\f2e5";
  10238. }
  10239. i.icon.star.half.empty:before {
  10240. content: "\f089";
  10241. }
  10242. i.icon.star.half.full:before {
  10243. content: "\f089";
  10244. }
  10245. i.icon.ticket:before {
  10246. content: "\f3ff";
  10247. }
  10248. i.icon.times.rectangle:before {
  10249. content: "\f410";
  10250. }
  10251. i.icon.write:before {
  10252. content: "\f303";
  10253. }
  10254. i.icon.youtube.play:before {
  10255. content: "\f167";
  10256. }
  10257. /*******************************
  10258. Outline Icons
  10259. *******************************/
  10260. /* Outline Icon */
  10261. /* Load & Define Icon Font */
  10262. @font-face {
  10263. font-family: 'outline-icons';
  10264. src: url("./themes/default/assets/fonts/outline-icons.eot");
  10265. src: url("./themes/default/assets/fonts/outline-icons.eot?#iefix") format('embedded-opentype'), url("./themes/default/assets/fonts/outline-icons.woff2") format('woff2'), url("./themes/default/assets/fonts/outline-icons.woff") format('woff'), url("./themes/default/assets/fonts/outline-icons.ttf") format('truetype'), url("./themes/default/assets/fonts/outline-icons.svg#icons") format('svg');
  10266. font-style: normal;
  10267. font-weight: normal;
  10268. font-variant: normal;
  10269. text-decoration: inherit;
  10270. text-transform: none;
  10271. }
  10272. i.icon.outline {
  10273. font-family: 'outline-icons';
  10274. }
  10275. /* Icon Definitions */
  10276. i.icon.address.book.outline:before {
  10277. content: "\f2b9";
  10278. }
  10279. i.icon.address.card.outline:before {
  10280. content: "\f2bb";
  10281. }
  10282. i.icon.arrow.alternate.circle.down.outline:before {
  10283. content: "\f358";
  10284. }
  10285. i.icon.arrow.alternate.circle.left.outline:before {
  10286. content: "\f359";
  10287. }
  10288. i.icon.arrow.alternate.circle.right.outline:before {
  10289. content: "\f35a";
  10290. }
  10291. i.icon.arrow.alternate.circle.up.outline:before {
  10292. content: "\f35b";
  10293. }
  10294. i.icon.bell.outline:before {
  10295. content: "\f0f3";
  10296. }
  10297. i.icon.bell.slash.outline:before {
  10298. content: "\f1f6";
  10299. }
  10300. i.icon.bookmark.outline:before {
  10301. content: "\f02e";
  10302. }
  10303. i.icon.building.outline:before {
  10304. content: "\f1ad";
  10305. }
  10306. i.icon.calendar.outline:before {
  10307. content: "\f133";
  10308. }
  10309. i.icon.calendar.alternate.outline:before {
  10310. content: "\f073";
  10311. }
  10312. i.icon.calendar.check.outline:before {
  10313. content: "\f274";
  10314. }
  10315. i.icon.calendar.minus.outline:before {
  10316. content: "\f272";
  10317. }
  10318. i.icon.calendar.plus.outline:before {
  10319. content: "\f271";
  10320. }
  10321. i.icon.calendar.times.outline:before {
  10322. content: "\f273";
  10323. }
  10324. i.icon.caret.square.down.outline:before {
  10325. content: "\f150";
  10326. }
  10327. i.icon.caret.square.left.outline:before {
  10328. content: "\f191";
  10329. }
  10330. i.icon.caret.square.right.outline:before {
  10331. content: "\f152";
  10332. }
  10333. i.icon.caret.square.up.outline:before {
  10334. content: "\f151";
  10335. }
  10336. i.icon.chart.bar.outline:before {
  10337. content: "\f080";
  10338. }
  10339. i.icon.check.circle.outline:before {
  10340. content: "\f058";
  10341. }
  10342. i.icon.check.square.outline:before {
  10343. content: "\f14a";
  10344. }
  10345. i.icon.circle.outline:before {
  10346. content: "\f111";
  10347. }
  10348. i.icon.clipboard.outline:before {
  10349. content: "\f328";
  10350. }
  10351. i.icon.clock.outline:before {
  10352. content: "\f017";
  10353. }
  10354. i.icon.clone.outline:before {
  10355. content: "\f24d";
  10356. }
  10357. i.icon.closed.captioning.outline:before {
  10358. content: "\f20a";
  10359. }
  10360. i.icon.comment.outline:before {
  10361. content: "\f075";
  10362. }
  10363. i.icon.comment.alternate.outline:before {
  10364. content: "\f27a";
  10365. }
  10366. i.icon.comments.outline:before {
  10367. content: "\f086";
  10368. }
  10369. i.icon.compass.outline:before {
  10370. content: "\f14e";
  10371. }
  10372. i.icon.copy.outline:before {
  10373. content: "\f0c5";
  10374. }
  10375. i.icon.copyright.outline:before {
  10376. content: "\f1f9";
  10377. }
  10378. i.icon.credit.card.outline:before {
  10379. content: "\f09d";
  10380. }
  10381. i.icon.dot.circle.outline:before {
  10382. content: "\f192";
  10383. }
  10384. i.icon.edit.outline:before {
  10385. content: "\f044";
  10386. }
  10387. i.icon.envelope.outline:before {
  10388. content: "\f0e0";
  10389. }
  10390. i.icon.envelope.open.outline:before {
  10391. content: "\f2b6";
  10392. }
  10393. i.icon.eye.slash.outline:before {
  10394. content: "\f070";
  10395. }
  10396. i.icon.file.outline:before {
  10397. content: "\f15b";
  10398. }
  10399. i.icon.file.alternate.outline:before {
  10400. content: "\f15c";
  10401. }
  10402. i.icon.file.archive.outline:before {
  10403. content: "\f1c6";
  10404. }
  10405. i.icon.file.audio.outline:before {
  10406. content: "\f1c7";
  10407. }
  10408. i.icon.file.code.outline:before {
  10409. content: "\f1c9";
  10410. }
  10411. i.icon.file.excel.outline:before {
  10412. content: "\f1c3";
  10413. }
  10414. i.icon.file.image.outline:before {
  10415. content: "\f1c5";
  10416. }
  10417. i.icon.file.pdf.outline:before {
  10418. content: "\f1c1";
  10419. }
  10420. i.icon.file.powerpoint.outline:before {
  10421. content: "\f1c4";
  10422. }
  10423. i.icon.file.video.outline:before {
  10424. content: "\f1c8";
  10425. }
  10426. i.icon.file.word.outline:before {
  10427. content: "\f1c2";
  10428. }
  10429. i.icon.flag.outline:before {
  10430. content: "\f024";
  10431. }
  10432. i.icon.folder.outline:before {
  10433. content: "\f07b";
  10434. }
  10435. i.icon.folder.open.outline:before {
  10436. content: "\f07c";
  10437. }
  10438. i.icon.frown.outline:before {
  10439. content: "\f119";
  10440. }
  10441. i.icon.futbol.outline:before {
  10442. content: "\f1e3";
  10443. }
  10444. i.icon.gem.outline:before {
  10445. content: "\f3a5";
  10446. }
  10447. i.icon.hand.lizard.outline:before {
  10448. content: "\f258";
  10449. }
  10450. i.icon.hand.paper.outline:before {
  10451. content: "\f256";
  10452. }
  10453. i.icon.hand.peace.outline:before {
  10454. content: "\f25b";
  10455. }
  10456. i.icon.hand.point.down.outline:before {
  10457. content: "\f0a7";
  10458. }
  10459. i.icon.hand.point.left.outline:before {
  10460. content: "\f0a5";
  10461. }
  10462. i.icon.hand.point.right.outline:before {
  10463. content: "\f0a4";
  10464. }
  10465. i.icon.hand.point.up.outline:before {
  10466. content: "\f0a6";
  10467. }
  10468. i.icon.hand.pointer.outline:before {
  10469. content: "\f25a";
  10470. }
  10471. i.icon.hand.rock.outline:before {
  10472. content: "\f255";
  10473. }
  10474. i.icon.hand.scissors.outline:before {
  10475. content: "\f257";
  10476. }
  10477. i.icon.hand.spock.outline:before {
  10478. content: "\f259";
  10479. }
  10480. i.icon.handshake.outline:before {
  10481. content: "\f2b5";
  10482. }
  10483. i.icon.hdd.outline:before {
  10484. content: "\f0a0";
  10485. }
  10486. i.icon.heart.outline:before {
  10487. content: "\f004";
  10488. }
  10489. i.icon.hospital.outline:before {
  10490. content: "\f0f8";
  10491. }
  10492. i.icon.hourglass.outline:before {
  10493. content: "\f254";
  10494. }
  10495. i.icon.id.badge.outline:before {
  10496. content: "\f2c1";
  10497. }
  10498. i.icon.id.card.outline:before {
  10499. content: "\f2c2";
  10500. }
  10501. i.icon.image.outline:before {
  10502. content: "\f03e";
  10503. }
  10504. i.icon.images.outline:before {
  10505. content: "\f302";
  10506. }
  10507. i.icon.keyboard.outline:before {
  10508. content: "\f11c";
  10509. }
  10510. i.icon.lemon.outline:before {
  10511. content: "\f094";
  10512. }
  10513. i.icon.life.ring.outline:before {
  10514. content: "\f1cd";
  10515. }
  10516. i.icon.lightbulb.outline:before {
  10517. content: "\f0eb";
  10518. }
  10519. i.icon.list.alternate.outline:before {
  10520. content: "\f022";
  10521. }
  10522. i.icon.map.outline:before {
  10523. content: "\f279";
  10524. }
  10525. i.icon.meh.outline:before {
  10526. content: "\f11a";
  10527. }
  10528. i.icon.minus.square.outline:before {
  10529. content: "\f146";
  10530. }
  10531. i.icon.money.bill.alternate.outline:before {
  10532. content: "\f3d1";
  10533. }
  10534. i.icon.moon.outline:before {
  10535. content: "\f186";
  10536. }
  10537. i.icon.newspaper.outline:before {
  10538. content: "\f1ea";
  10539. }
  10540. i.icon.object.group.outline:before {
  10541. content: "\f247";
  10542. }
  10543. i.icon.object.ungroup.outline:before {
  10544. content: "\f248";
  10545. }
  10546. i.icon.paper.plane.outline:before {
  10547. content: "\f1d8";
  10548. }
  10549. i.icon.pause.circle.outline:before {
  10550. content: "\f28b";
  10551. }
  10552. i.icon.play.circle.outline:before {
  10553. content: "\f144";
  10554. }
  10555. i.icon.plus.square.outline:before {
  10556. content: "\f0fe";
  10557. }
  10558. i.icon.question.circle.outline:before {
  10559. content: "\f059";
  10560. }
  10561. i.icon.registered.outline:before {
  10562. content: "\f25d";
  10563. }
  10564. i.icon.save.outline:before {
  10565. content: "\f0c7";
  10566. }
  10567. i.icon.share.square.outline:before {
  10568. content: "\f14d";
  10569. }
  10570. i.icon.smile.outline:before {
  10571. content: "\f118";
  10572. }
  10573. i.icon.snowflake.outline:before {
  10574. content: "\f2dc";
  10575. }
  10576. i.icon.square.outline:before {
  10577. content: "\f0c8";
  10578. }
  10579. i.icon.star.outline:before {
  10580. content: "\f005";
  10581. }
  10582. i.icon.star.half.outline:before {
  10583. content: "\f089";
  10584. }
  10585. i.icon.sticky.note.outline:before {
  10586. content: "\f249";
  10587. }
  10588. i.icon.stop.circle.outline:before {
  10589. content: "\f28d";
  10590. }
  10591. i.icon.sun.outline:before {
  10592. content: "\f185";
  10593. }
  10594. i.icon.thumbs.down.outline:before {
  10595. content: "\f165";
  10596. }
  10597. i.icon.thumbs.up.outline:before {
  10598. content: "\f164";
  10599. }
  10600. i.icon.times.circle.outline:before {
  10601. content: "\f057";
  10602. }
  10603. i.icon.trash.alternate.outline:before {
  10604. content: "\f2ed";
  10605. }
  10606. i.icon.user.outline:before {
  10607. content: "\f007";
  10608. }
  10609. i.icon.user.circle.outline:before {
  10610. content: "\f2bd";
  10611. }
  10612. i.icon.window.close.outline:before {
  10613. content: "\f410";
  10614. }
  10615. i.icon.window.maximize.outline:before {
  10616. content: "\f2d0";
  10617. }
  10618. i.icon.window.minimize.outline:before {
  10619. content: "\f2d1";
  10620. }
  10621. i.icon.window.restore.outline:before {
  10622. content: "\f2d2";
  10623. }
  10624. /* Outline Aliases */
  10625. i.icon.disk.outline:before {
  10626. content: "\f0a0";
  10627. }
  10628. i.icon.heart.empty,
  10629. i.icon.star.empty {
  10630. font-family: 'outline-icons';
  10631. }
  10632. i.icon.heart.empty:before {
  10633. content: "\f004";
  10634. }
  10635. i.icon.star.empty:before {
  10636. content: "\f089";
  10637. }
  10638. /*******************************
  10639. Brand Icons
  10640. *******************************/
  10641. /* Load & Define Brand Font */
  10642. @font-face {
  10643. font-family: 'brand-icons';
  10644. src: url("./themes/default/assets/fonts/brand-icons.eot");
  10645. src: url("./themes/default/assets/fonts/brand-icons.eot?#iefix") format('embedded-opentype'), url("./themes/default/assets/fonts/brand-icons.woff2") format('woff2'), url("./themes/default/assets/fonts/brand-icons.woff") format('woff'), url("./themes/default/assets/fonts/brand-icons.ttf") format('truetype'), url("./themes/default/assets/fonts/brand-icons.svg#icons") format('svg');
  10646. font-style: normal;
  10647. font-weight: normal;
  10648. font-variant: normal;
  10649. text-decoration: inherit;
  10650. text-transform: none;
  10651. }
  10652. /* Brand Icon Font Family */
  10653. i.icon.\35 00px,
  10654. i.icon.accessible.icon,
  10655. i.icon.accusoft,
  10656. i.icon.adn,
  10657. i.icon.adversal,
  10658. i.icon.affiliatetheme,
  10659. i.icon.algolia,
  10660. i.icon.amazon,
  10661. i.icon.amazon.pay,
  10662. i.icon.amilia,
  10663. i.icon.android,
  10664. i.icon.angellist,
  10665. i.icon.angrycreative,
  10666. i.icon.angular,
  10667. i.icon.app.store,
  10668. i.icon.app.store.ios,
  10669. i.icon.apper,
  10670. i.icon.apple,
  10671. i.icon.apple.pay,
  10672. i.icon.asymmetrik,
  10673. i.icon.audible,
  10674. i.icon.autoprefixer,
  10675. i.icon.avianex,
  10676. i.icon.aviato,
  10677. i.icon.aws,
  10678. i.icon.bandcamp,
  10679. i.icon.behance,
  10680. i.icon.behance.square,
  10681. i.icon.bimobject,
  10682. i.icon.bitbucket,
  10683. i.icon.bitcoin,
  10684. i.icon.bity,
  10685. i.icon.black.tie,
  10686. i.icon.blackberry,
  10687. i.icon.blogger,
  10688. i.icon.blogger.b,
  10689. i.icon.bluetooth,
  10690. i.icon.bluetooth.b,
  10691. i.icon.btc,
  10692. i.icon.buromobelexperte,
  10693. i.icon.buysellads,
  10694. i.icon.cc.amazon.pay,
  10695. i.icon.cc.amex,
  10696. i.icon.cc.apple.pay,
  10697. i.icon.cc.diners.club,
  10698. i.icon.cc.discover,
  10699. i.icon.cc.jcb,
  10700. i.icon.cc.mastercard,
  10701. i.icon.cc.paypal,
  10702. i.icon.cc.stripe,
  10703. i.icon.cc.visa,
  10704. i.icon.centercode,
  10705. i.icon.chrome,
  10706. i.icon.cloudscale,
  10707. i.icon.cloudsmith,
  10708. i.icon.cloudversify,
  10709. i.icon.codepen,
  10710. i.icon.codiepie,
  10711. i.icon.connectdevelop,
  10712. i.icon.contao,
  10713. i.icon.cpanel,
  10714. i.icon.creative.commons,
  10715. i.icon.css3,
  10716. i.icon.css3.alternate,
  10717. i.icon.cuttlefish,
  10718. i.icon.d.and.d,
  10719. i.icon.dashcube,
  10720. i.icon.delicious,
  10721. i.icon.deploydog,
  10722. i.icon.deskpro,
  10723. i.icon.deviantart,
  10724. i.icon.digg,
  10725. i.icon.digital.ocean,
  10726. i.icon.discord,
  10727. i.icon.discourse,
  10728. i.icon.dochub,
  10729. i.icon.docker,
  10730. i.icon.draft2digital,
  10731. i.icon.dribbble,
  10732. i.icon.dribbble.square,
  10733. i.icon.dropbox,
  10734. i.icon.drupal,
  10735. i.icon.dyalog,
  10736. i.icon.earlybirds,
  10737. i.icon.edge,
  10738. i.icon.elementor,
  10739. i.icon.ember,
  10740. i.icon.empire,
  10741. i.icon.envira,
  10742. i.icon.erlang,
  10743. i.icon.ethereum,
  10744. i.icon.etsy,
  10745. i.icon.expeditedssl,
  10746. i.icon.facebook,
  10747. i.icon.facebook.f,
  10748. i.icon.facebook.messenger,
  10749. i.icon.facebook.square,
  10750. i.icon.firefox,
  10751. i.icon.first.order,
  10752. i.icon.firstdraft,
  10753. i.icon.flickr,
  10754. i.icon.flipboard,
  10755. i.icon.fly,
  10756. i.icon.font.awesome,
  10757. i.icon.font.awesome.alternate,
  10758. i.icon.font.awesome.flag,
  10759. i.icon.fonticons,
  10760. i.icon.fonticons.fi,
  10761. i.icon.fort.awesome,
  10762. i.icon.fort.awesome.alternate,
  10763. i.icon.forumbee,
  10764. i.icon.foursquare,
  10765. i.icon.free.code.camp,
  10766. i.icon.freebsd,
  10767. i.icon.get.pocket,
  10768. i.icon.gg,
  10769. i.icon.gg.circle,
  10770. i.icon.git,
  10771. i.icon.git.square,
  10772. i.icon.github,
  10773. i.icon.github.alternate,
  10774. i.icon.github.square,
  10775. i.icon.gitkraken,
  10776. i.icon.gitlab,
  10777. i.icon.gitter,
  10778. i.icon.glide,
  10779. i.icon.glide.g,
  10780. i.icon.gofore,
  10781. i.icon.goodreads,
  10782. i.icon.goodreads.g,
  10783. i.icon.google,
  10784. i.icon.google.drive,
  10785. i.icon.google.play,
  10786. i.icon.google.plus,
  10787. i.icon.google.plus.g,
  10788. i.icon.google.plus.square,
  10789. i.icon.google.wallet,
  10790. i.icon.gratipay,
  10791. i.icon.grav,
  10792. i.icon.gripfire,
  10793. i.icon.grunt,
  10794. i.icon.gulp,
  10795. i.icon.hacker.news,
  10796. i.icon.hacker.news.square,
  10797. i.icon.hips,
  10798. i.icon.hire.a.helper,
  10799. i.icon.hooli,
  10800. i.icon.hotjar,
  10801. i.icon.houzz,
  10802. i.icon.html5,
  10803. i.icon.hubspot,
  10804. i.icon.imdb,
  10805. i.icon.instagram,
  10806. i.icon.internet.explorer,
  10807. i.icon.ioxhost,
  10808. i.icon.itunes,
  10809. i.icon.itunes.note,
  10810. i.icon.jenkins,
  10811. i.icon.joget,
  10812. i.icon.joomla,
  10813. i.icon.js,
  10814. i.icon.js.square,
  10815. i.icon.jsfiddle,
  10816. i.icon.keycdn,
  10817. i.icon.kickstarter,
  10818. i.icon.kickstarter.k,
  10819. i.icon.korvue,
  10820. i.icon.laravel,
  10821. i.icon.lastfm,
  10822. i.icon.lastfm.square,
  10823. i.icon.leanpub,
  10824. i.icon.less,
  10825. i.icon.linechat,
  10826. i.icon.linkedin,
  10827. i.icon.linkedin.alternate,
  10828. i.icon.linkedin.in,
  10829. i.icon.linode,
  10830. i.icon.linux,
  10831. i.icon.lyft,
  10832. i.icon.magento,
  10833. i.icon.maxcdn,
  10834. i.icon.medapps,
  10835. i.icon.medium,
  10836. i.icon.medium.m,
  10837. i.icon.medrt,
  10838. i.icon.meetup,
  10839. i.icon.microsoft,
  10840. i.icon.mix,
  10841. i.icon.mixcloud,
  10842. i.icon.mizuni,
  10843. i.icon.modx,
  10844. i.icon.monero,
  10845. i.icon.napster,
  10846. i.icon.nintendo.switch,
  10847. i.icon.node,
  10848. i.icon.node.js,
  10849. i.icon.npm,
  10850. i.icon.ns8,
  10851. i.icon.nutritionix,
  10852. i.icon.odnoklassniki,
  10853. i.icon.odnoklassniki.square,
  10854. i.icon.opencart,
  10855. i.icon.openid,
  10856. i.icon.opera,
  10857. i.icon.optin.monster,
  10858. i.icon.osi,
  10859. i.icon.page4,
  10860. i.icon.pagelines,
  10861. i.icon.palfed,
  10862. i.icon.patreon,
  10863. i.icon.paypal,
  10864. i.icon.periscope,
  10865. i.icon.phabricator,
  10866. i.icon.phoenix.framework,
  10867. i.icon.php,
  10868. i.icon.pied.piper,
  10869. i.icon.pied.piper.alternate,
  10870. i.icon.pied.piper.pp,
  10871. i.icon.pinterest,
  10872. i.icon.pinterest.p,
  10873. i.icon.pinterest.square,
  10874. i.icon.playstation,
  10875. i.icon.product.hunt,
  10876. i.icon.pushed,
  10877. i.icon.python,
  10878. i.icon.qq,
  10879. i.icon.quinscape,
  10880. i.icon.quora,
  10881. i.icon.ravelry,
  10882. i.icon.react,
  10883. i.icon.rebel,
  10884. i.icon.redriver,
  10885. i.icon.reddit,
  10886. i.icon.reddit.alien,
  10887. i.icon.reddit.square,
  10888. i.icon.rendact,
  10889. i.icon.renren,
  10890. i.icon.replyd,
  10891. i.icon.resolving,
  10892. i.icon.rocketchat,
  10893. i.icon.rockrms,
  10894. i.icon.safari,
  10895. i.icon.sass,
  10896. i.icon.schlix,
  10897. i.icon.scribd,
  10898. i.icon.searchengin,
  10899. i.icon.sellcast,
  10900. i.icon.sellsy,
  10901. i.icon.servicestack,
  10902. i.icon.shirtsinbulk,
  10903. i.icon.simplybuilt,
  10904. i.icon.sistrix,
  10905. i.icon.skyatlas,
  10906. i.icon.skype,
  10907. i.icon.slack,
  10908. i.icon.slack.hash,
  10909. i.icon.slideshare,
  10910. i.icon.snapchat,
  10911. i.icon.snapchat.ghost,
  10912. i.icon.snapchat.square,
  10913. i.icon.soundcloud,
  10914. i.icon.speakap,
  10915. i.icon.spotify,
  10916. i.icon.stack.exchange,
  10917. i.icon.stack.overflow,
  10918. i.icon.staylinked,
  10919. i.icon.steam,
  10920. i.icon.steam.square,
  10921. i.icon.steam.symbol,
  10922. i.icon.sticker.mule,
  10923. i.icon.strava,
  10924. i.icon.stripe,
  10925. i.icon.stripe.s,
  10926. i.icon.studiovinari,
  10927. i.icon.stumbleupon,
  10928. i.icon.stumbleupon.circle,
  10929. i.icon.superpowers,
  10930. i.icon.supple,
  10931. i.icon.telegram,
  10932. i.icon.telegram.plane,
  10933. i.icon.tencent.weibo,
  10934. i.icon.themeisle,
  10935. i.icon.trello,
  10936. i.icon.tripadvisor,
  10937. i.icon.tumblr,
  10938. i.icon.tumblr.square,
  10939. i.icon.twitch,
  10940. i.icon.twitter,
  10941. i.icon.twitter.square,
  10942. i.icon.typo3,
  10943. i.icon.uber,
  10944. i.icon.uikit,
  10945. i.icon.uniregistry,
  10946. i.icon.untappd,
  10947. i.icon.usb,
  10948. i.icon.ussunnah,
  10949. i.icon.vaadin,
  10950. i.icon.viacoin,
  10951. i.icon.viadeo,
  10952. i.icon.viadeo.square,
  10953. i.icon.viber,
  10954. i.icon.vimeo,
  10955. i.icon.vimeo.square,
  10956. i.icon.vimeo.v,
  10957. i.icon.vine,
  10958. i.icon.vk,
  10959. i.icon.vnv,
  10960. i.icon.vuejs,
  10961. i.icon.wechat,
  10962. i.icon.weibo,
  10963. i.icon.weixin,
  10964. i.icon.whatsapp,
  10965. i.icon.whatsapp.square,
  10966. i.icon.whmcs,
  10967. i.icon.wikipedia.w,
  10968. i.icon.windows,
  10969. i.icon.wordpress,
  10970. i.icon.wordpress.simple,
  10971. i.icon.wpbeginner,
  10972. i.icon.wpexplorer,
  10973. i.icon.wpforms,
  10974. i.icon.xbox,
  10975. i.icon.xing,
  10976. i.icon.xing.square,
  10977. i.icon.y.combinator,
  10978. i.icon.yahoo,
  10979. i.icon.yandex,
  10980. i.icon.yandex.international,
  10981. i.icon.yelp,
  10982. i.icon.yoast,
  10983. i.icon.youtube,
  10984. i.icon.youtube.square {
  10985. font-family: 'brand-icons';
  10986. }
  10987. /* Brand Icons Ideally Would Be Defined Here */
  10988. /*******************************
  10989. Site Overrides
  10990. *******************************/
  10991. /*!
  10992. * # Semantic UI 2.4.0 - Image
  10993. * http://github.com/semantic-org/semantic-ui/
  10994. *
  10995. *
  10996. * Released under the MIT license
  10997. * http://opensource.org/licenses/MIT
  10998. *
  10999. */
  11000. /*******************************
  11001. Image
  11002. *******************************/
  11003. .ui.image {
  11004. position: relative;
  11005. display: inline-block;
  11006. vertical-align: middle;
  11007. max-width: 100%;
  11008. background-color: transparent;
  11009. }
  11010. img.ui.image {
  11011. display: block;
  11012. }
  11013. .ui.image svg,
  11014. .ui.image img {
  11015. display: block;
  11016. max-width: 100%;
  11017. height: auto;
  11018. }
  11019. /*******************************
  11020. States
  11021. *******************************/
  11022. .ui.hidden.images,
  11023. .ui.hidden.image {
  11024. display: none;
  11025. }
  11026. .ui.hidden.transition.images,
  11027. .ui.hidden.transition.image {
  11028. display: block;
  11029. visibility: hidden;
  11030. }
  11031. .ui.images > .hidden.transition {
  11032. display: inline-block;
  11033. visibility: hidden;
  11034. }
  11035. .ui.disabled.images,
  11036. .ui.disabled.image {
  11037. cursor: default;
  11038. opacity: 0.45;
  11039. }
  11040. /*******************************
  11041. Variations
  11042. *******************************/
  11043. /*--------------
  11044. Inline
  11045. ---------------*/
  11046. .ui.inline.image,
  11047. .ui.inline.image svg,
  11048. .ui.inline.image img {
  11049. display: inline-block;
  11050. }
  11051. /*------------------
  11052. Vertical Aligned
  11053. -------------------*/
  11054. .ui.top.aligned.images .image,
  11055. .ui.top.aligned.image,
  11056. .ui.top.aligned.image svg,
  11057. .ui.top.aligned.image img {
  11058. display: inline-block;
  11059. vertical-align: top;
  11060. }
  11061. .ui.middle.aligned.images .image,
  11062. .ui.middle.aligned.image,
  11063. .ui.middle.aligned.image svg,
  11064. .ui.middle.aligned.image img {
  11065. display: inline-block;
  11066. vertical-align: middle;
  11067. }
  11068. .ui.bottom.aligned.images .image,
  11069. .ui.bottom.aligned.image,
  11070. .ui.bottom.aligned.image svg,
  11071. .ui.bottom.aligned.image img {
  11072. display: inline-block;
  11073. vertical-align: bottom;
  11074. }
  11075. /*--------------
  11076. Rounded
  11077. ---------------*/
  11078. .ui.rounded.images .image,
  11079. .ui.rounded.image,
  11080. .ui.rounded.images .image > *,
  11081. .ui.rounded.image > * {
  11082. border-radius: 0.3125em;
  11083. }
  11084. /*--------------
  11085. Bordered
  11086. ---------------*/
  11087. .ui.bordered.images .image,
  11088. .ui.bordered.images img,
  11089. .ui.bordered.images svg,
  11090. .ui.bordered.image img,
  11091. .ui.bordered.image svg,
  11092. img.ui.bordered.image {
  11093. border: 1px solid rgba(0, 0, 0, 0.1);
  11094. }
  11095. /*--------------
  11096. Circular
  11097. ---------------*/
  11098. .ui.circular.images,
  11099. .ui.circular.image {
  11100. overflow: hidden;
  11101. }
  11102. .ui.circular.images .image,
  11103. .ui.circular.image,
  11104. .ui.circular.images .image > *,
  11105. .ui.circular.image > * {
  11106. border-radius: 500rem;
  11107. }
  11108. /*--------------
  11109. Fluid
  11110. ---------------*/
  11111. .ui.fluid.images,
  11112. .ui.fluid.image,
  11113. .ui.fluid.images img,
  11114. .ui.fluid.images svg,
  11115. .ui.fluid.image svg,
  11116. .ui.fluid.image img {
  11117. display: block;
  11118. width: 100%;
  11119. height: auto;
  11120. }
  11121. /*--------------
  11122. Avatar
  11123. ---------------*/
  11124. .ui.avatar.images .image,
  11125. .ui.avatar.images img,
  11126. .ui.avatar.images svg,
  11127. .ui.avatar.image img,
  11128. .ui.avatar.image svg,
  11129. .ui.avatar.image {
  11130. margin-right: 0.25em;
  11131. display: inline-block;
  11132. width: 2em;
  11133. height: 2em;
  11134. border-radius: 500rem;
  11135. }
  11136. /*-------------------
  11137. Spaced
  11138. --------------------*/
  11139. .ui.spaced.image {
  11140. display: inline-block !important;
  11141. margin-left: 0.5em;
  11142. margin-right: 0.5em;
  11143. }
  11144. .ui[class*="left spaced"].image {
  11145. margin-left: 0.5em;
  11146. margin-right: 0em;
  11147. }
  11148. .ui[class*="right spaced"].image {
  11149. margin-left: 0em;
  11150. margin-right: 0.5em;
  11151. }
  11152. /*-------------------
  11153. Floated
  11154. --------------------*/
  11155. .ui.floated.image,
  11156. .ui.floated.images {
  11157. float: left;
  11158. margin-right: 1em;
  11159. margin-bottom: 1em;
  11160. }
  11161. .ui.right.floated.images,
  11162. .ui.right.floated.image {
  11163. float: right;
  11164. margin-right: 0em;
  11165. margin-bottom: 1em;
  11166. margin-left: 1em;
  11167. }
  11168. .ui.floated.images:last-child,
  11169. .ui.floated.image:last-child {
  11170. margin-bottom: 0em;
  11171. }
  11172. .ui.centered.images,
  11173. .ui.centered.image {
  11174. margin-left: auto;
  11175. margin-right: auto;
  11176. }
  11177. /*--------------
  11178. Sizes
  11179. ---------------*/
  11180. .ui.mini.images .image,
  11181. .ui.mini.images img,
  11182. .ui.mini.images svg,
  11183. .ui.mini.image {
  11184. width: 35px;
  11185. height: auto;
  11186. font-size: 0.78571429rem;
  11187. }
  11188. .ui.tiny.images .image,
  11189. .ui.tiny.images img,
  11190. .ui.tiny.images svg,
  11191. .ui.tiny.image {
  11192. width: 80px;
  11193. height: auto;
  11194. font-size: 0.85714286rem;
  11195. }
  11196. .ui.small.images .image,
  11197. .ui.small.images img,
  11198. .ui.small.images svg,
  11199. .ui.small.image {
  11200. width: 150px;
  11201. height: auto;
  11202. font-size: 0.92857143rem;
  11203. }
  11204. .ui.medium.images .image,
  11205. .ui.medium.images img,
  11206. .ui.medium.images svg,
  11207. .ui.medium.image {
  11208. width: 300px;
  11209. height: auto;
  11210. font-size: 1rem;
  11211. }
  11212. .ui.large.images .image,
  11213. .ui.large.images img,
  11214. .ui.large.images svg,
  11215. .ui.large.image {
  11216. width: 450px;
  11217. height: auto;
  11218. font-size: 1.14285714rem;
  11219. }
  11220. .ui.big.images .image,
  11221. .ui.big.images img,
  11222. .ui.big.images svg,
  11223. .ui.big.image {
  11224. width: 600px;
  11225. height: auto;
  11226. font-size: 1.28571429rem;
  11227. }
  11228. .ui.huge.images .image,
  11229. .ui.huge.images img,
  11230. .ui.huge.images svg,
  11231. .ui.huge.image {
  11232. width: 800px;
  11233. height: auto;
  11234. font-size: 1.42857143rem;
  11235. }
  11236. .ui.massive.images .image,
  11237. .ui.massive.images img,
  11238. .ui.massive.images svg,
  11239. .ui.massive.image {
  11240. width: 960px;
  11241. height: auto;
  11242. font-size: 1.71428571rem;
  11243. }
  11244. /*******************************
  11245. Groups
  11246. *******************************/
  11247. .ui.images {
  11248. font-size: 0em;
  11249. margin: 0em -0.25rem 0rem;
  11250. }
  11251. .ui.images .image,
  11252. .ui.images > img,
  11253. .ui.images > svg {
  11254. display: inline-block;
  11255. margin: 0em 0.25rem 0.5rem;
  11256. }
  11257. /*******************************
  11258. Theme Overrides
  11259. *******************************/
  11260. /*******************************
  11261. Site Overrides
  11262. *******************************/
  11263. /*!
  11264. * # Semantic UI 2.4.0 - Input
  11265. * http://github.com/semantic-org/semantic-ui/
  11266. *
  11267. *
  11268. * Released under the MIT license
  11269. * http://opensource.org/licenses/MIT
  11270. *
  11271. */
  11272. /*******************************
  11273. Standard
  11274. *******************************/
  11275. /*--------------------
  11276. Inputs
  11277. ---------------------*/
  11278. .ui.input {
  11279. position: relative;
  11280. font-weight: normal;
  11281. font-style: normal;
  11282. display: -webkit-inline-box;
  11283. display: -ms-inline-flexbox;
  11284. display: inline-flex;
  11285. color: rgba(0, 0, 0, 0.87);
  11286. }
  11287. .ui.input > input {
  11288. margin: 0em;
  11289. max-width: 100%;
  11290. -webkit-box-flex: 1;
  11291. -ms-flex: 1 0 auto;
  11292. flex: 1 0 auto;
  11293. outline: none;
  11294. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  11295. text-align: left;
  11296. line-height: 1.21428571em;
  11297. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  11298. padding: 0.67857143em 1em;
  11299. background: #FFFFFF;
  11300. border: 1px solid rgba(34, 36, 38, 0.15);
  11301. color: rgba(0, 0, 0, 0.87);
  11302. border-radius: 0.28571429rem;
  11303. -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  11304. transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  11305. transition: box-shadow 0.1s ease, border-color 0.1s ease;
  11306. transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  11307. -webkit-box-shadow: none;
  11308. box-shadow: none;
  11309. }
  11310. /*--------------------
  11311. Placeholder
  11312. ---------------------*/
  11313. /* browsers require these rules separate */
  11314. .ui.input > input::-webkit-input-placeholder {
  11315. color: rgba(191, 191, 191, 0.87);
  11316. }
  11317. .ui.input > input::-moz-placeholder {
  11318. color: rgba(191, 191, 191, 0.87);
  11319. }
  11320. .ui.input > input:-ms-input-placeholder {
  11321. color: rgba(191, 191, 191, 0.87);
  11322. }
  11323. /*******************************
  11324. States
  11325. *******************************/
  11326. /*--------------------
  11327. Disabled
  11328. ---------------------*/
  11329. .ui.disabled.input,
  11330. .ui.input:not(.disabled) input[disabled] {
  11331. opacity: 0.45;
  11332. }
  11333. .ui.disabled.input > input,
  11334. .ui.input:not(.disabled) input[disabled] {
  11335. pointer-events: none;
  11336. }
  11337. /*--------------------
  11338. Active
  11339. ---------------------*/
  11340. .ui.input > input:active,
  11341. .ui.input.down input {
  11342. border-color: rgba(0, 0, 0, 0.3);
  11343. background: #FAFAFA;
  11344. color: rgba(0, 0, 0, 0.87);
  11345. -webkit-box-shadow: none;
  11346. box-shadow: none;
  11347. }
  11348. /*--------------------
  11349. Loading
  11350. ---------------------*/
  11351. .ui.loading.loading.input > i.icon:before {
  11352. position: absolute;
  11353. content: '';
  11354. top: 50%;
  11355. left: 50%;
  11356. margin: -0.64285714em 0em 0em -0.64285714em;
  11357. width: 1.28571429em;
  11358. height: 1.28571429em;
  11359. border-radius: 500rem;
  11360. border: 0.2em solid rgba(0, 0, 0, 0.1);
  11361. }
  11362. .ui.loading.loading.input > i.icon:after {
  11363. position: absolute;
  11364. content: '';
  11365. top: 50%;
  11366. left: 50%;
  11367. margin: -0.64285714em 0em 0em -0.64285714em;
  11368. width: 1.28571429em;
  11369. height: 1.28571429em;
  11370. -webkit-animation: button-spin 0.6s linear;
  11371. animation: button-spin 0.6s linear;
  11372. -webkit-animation-iteration-count: infinite;
  11373. animation-iteration-count: infinite;
  11374. border-radius: 500rem;
  11375. border-color: #767676 transparent transparent;
  11376. border-style: solid;
  11377. border-width: 0.2em;
  11378. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  11379. box-shadow: 0px 0px 0px 1px transparent;
  11380. }
  11381. /*--------------------
  11382. Focus
  11383. ---------------------*/
  11384. .ui.input.focus > input,
  11385. .ui.input > input:focus {
  11386. border-color: #85B7D9;
  11387. background: #FFFFFF;
  11388. color: rgba(0, 0, 0, 0.8);
  11389. -webkit-box-shadow: none;
  11390. box-shadow: none;
  11391. }
  11392. .ui.input.focus > input::-webkit-input-placeholder,
  11393. .ui.input > input:focus::-webkit-input-placeholder {
  11394. color: rgba(115, 115, 115, 0.87);
  11395. }
  11396. .ui.input.focus > input::-moz-placeholder,
  11397. .ui.input > input:focus::-moz-placeholder {
  11398. color: rgba(115, 115, 115, 0.87);
  11399. }
  11400. .ui.input.focus > input:-ms-input-placeholder,
  11401. .ui.input > input:focus:-ms-input-placeholder {
  11402. color: rgba(115, 115, 115, 0.87);
  11403. }
  11404. /*--------------------
  11405. Error
  11406. ---------------------*/
  11407. .ui.input.error > input {
  11408. background-color: #FFF6F6;
  11409. border-color: #E0B4B4;
  11410. color: #9F3A38;
  11411. -webkit-box-shadow: none;
  11412. box-shadow: none;
  11413. }
  11414. /* Error Placeholder */
  11415. .ui.input.error > input::-webkit-input-placeholder {
  11416. color: #e7bdbc;
  11417. }
  11418. .ui.input.error > input::-moz-placeholder {
  11419. color: #e7bdbc;
  11420. }
  11421. .ui.input.error > input:-ms-input-placeholder {
  11422. color: #e7bdbc !important;
  11423. }
  11424. /* Focused Error Placeholder */
  11425. .ui.input.error > input:focus::-webkit-input-placeholder {
  11426. color: #da9796;
  11427. }
  11428. .ui.input.error > input:focus::-moz-placeholder {
  11429. color: #da9796;
  11430. }
  11431. .ui.input.error > input:focus:-ms-input-placeholder {
  11432. color: #da9796 !important;
  11433. }
  11434. /*******************************
  11435. Variations
  11436. *******************************/
  11437. /*--------------------
  11438. Transparent
  11439. ---------------------*/
  11440. .ui.transparent.input > input {
  11441. border-color: transparent !important;
  11442. background-color: transparent !important;
  11443. padding: 0em !important;
  11444. -webkit-box-shadow: none !important;
  11445. box-shadow: none !important;
  11446. border-radius: 0px !important;
  11447. }
  11448. /* Transparent Icon */
  11449. .ui.transparent.icon.input > i.icon {
  11450. width: 1.1em;
  11451. }
  11452. .ui.transparent.icon.input > input {
  11453. padding-left: 0em !important;
  11454. padding-right: 2em !important;
  11455. }
  11456. .ui.transparent[class*="left icon"].input > input {
  11457. padding-left: 2em !important;
  11458. padding-right: 0em !important;
  11459. }
  11460. /* Transparent Inverted */
  11461. .ui.transparent.inverted.input {
  11462. color: #FFFFFF;
  11463. }
  11464. .ui.transparent.inverted.input > input {
  11465. color: inherit;
  11466. }
  11467. .ui.transparent.inverted.input > input::-webkit-input-placeholder {
  11468. color: rgba(255, 255, 255, 0.5);
  11469. }
  11470. .ui.transparent.inverted.input > input::-moz-placeholder {
  11471. color: rgba(255, 255, 255, 0.5);
  11472. }
  11473. .ui.transparent.inverted.input > input:-ms-input-placeholder {
  11474. color: rgba(255, 255, 255, 0.5);
  11475. }
  11476. /*--------------------
  11477. Icon
  11478. ---------------------*/
  11479. .ui.icon.input > i.icon {
  11480. cursor: default;
  11481. position: absolute;
  11482. line-height: 1;
  11483. text-align: center;
  11484. top: 0px;
  11485. right: 0px;
  11486. margin: 0em;
  11487. height: 100%;
  11488. width: 2.67142857em;
  11489. opacity: 0.5;
  11490. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  11491. -webkit-transition: opacity 0.3s ease;
  11492. transition: opacity 0.3s ease;
  11493. }
  11494. .ui.icon.input > i.icon:not(.link) {
  11495. pointer-events: none;
  11496. }
  11497. .ui.icon.input > input {
  11498. padding-right: 2.67142857em !important;
  11499. }
  11500. .ui.icon.input > i.icon:before,
  11501. .ui.icon.input > i.icon:after {
  11502. left: 0;
  11503. position: absolute;
  11504. text-align: center;
  11505. top: 50%;
  11506. width: 100%;
  11507. margin-top: -0.5em;
  11508. }
  11509. .ui.icon.input > i.link.icon {
  11510. cursor: pointer;
  11511. }
  11512. .ui.icon.input > i.circular.icon {
  11513. top: 0.35em;
  11514. right: 0.5em;
  11515. }
  11516. /* Left Icon Input */
  11517. .ui[class*="left icon"].input > i.icon {
  11518. right: auto;
  11519. left: 1px;
  11520. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  11521. }
  11522. .ui[class*="left icon"].input > i.circular.icon {
  11523. right: auto;
  11524. left: 0.5em;
  11525. }
  11526. .ui[class*="left icon"].input > input {
  11527. padding-left: 2.67142857em !important;
  11528. padding-right: 1em !important;
  11529. }
  11530. /* Focus */
  11531. .ui.icon.input > input:focus ~ i.icon {
  11532. opacity: 1;
  11533. }
  11534. /*--------------------
  11535. Labeled
  11536. ---------------------*/
  11537. /* Adjacent Label */
  11538. .ui.labeled.input > .label {
  11539. -webkit-box-flex: 0;
  11540. -ms-flex: 0 0 auto;
  11541. flex: 0 0 auto;
  11542. margin: 0;
  11543. font-size: 1em;
  11544. }
  11545. .ui.labeled.input > .label:not(.corner) {
  11546. padding-top: 0.78571429em;
  11547. padding-bottom: 0.78571429em;
  11548. }
  11549. /* Regular Label on Left */
  11550. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  11551. border-top-right-radius: 0px;
  11552. border-bottom-right-radius: 0px;
  11553. }
  11554. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  11555. border-top-left-radius: 0px;
  11556. border-bottom-left-radius: 0px;
  11557. border-left-color: transparent;
  11558. }
  11559. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  11560. border-left-color: #85B7D9;
  11561. }
  11562. /* Regular Label on Right */
  11563. .ui[class*="right labeled"].input > input {
  11564. border-top-right-radius: 0px !important;
  11565. border-bottom-right-radius: 0px !important;
  11566. border-right-color: transparent !important;
  11567. }
  11568. .ui[class*="right labeled"].input > input + .label {
  11569. border-top-left-radius: 0px;
  11570. border-bottom-left-radius: 0px;
  11571. }
  11572. .ui[class*="right labeled"].input > input:focus {
  11573. border-right-color: #85B7D9 !important;
  11574. }
  11575. /* Corner Label */
  11576. .ui.labeled.input .corner.label {
  11577. top: 1px;
  11578. right: 1px;
  11579. font-size: 0.64285714em;
  11580. border-radius: 0em 0.28571429rem 0em 0em;
  11581. }
  11582. /* Spacing with corner label */
  11583. .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
  11584. padding-right: 2.5em !important;
  11585. }
  11586. .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  11587. padding-right: 3.25em !important;
  11588. }
  11589. .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  11590. margin-right: 1.25em;
  11591. }
  11592. /* Left Labeled */
  11593. .ui[class*="left corner labeled"].labeled.input > input {
  11594. padding-left: 2.5em !important;
  11595. }
  11596. .ui[class*="left corner labeled"].icon.input > input {
  11597. padding-left: 3.25em !important;
  11598. }
  11599. .ui[class*="left corner labeled"].icon.input > .icon {
  11600. margin-left: 1.25em;
  11601. }
  11602. /* Corner Label Position */
  11603. .ui.input > .ui.corner.label {
  11604. top: 1px;
  11605. right: 1px;
  11606. }
  11607. .ui.input > .ui.left.corner.label {
  11608. right: auto;
  11609. left: 1px;
  11610. }
  11611. /*--------------------
  11612. Action
  11613. ---------------------*/
  11614. .ui.action.input > .button,
  11615. .ui.action.input > .buttons {
  11616. display: -webkit-box;
  11617. display: -ms-flexbox;
  11618. display: flex;
  11619. -webkit-box-align: center;
  11620. -ms-flex-align: center;
  11621. align-items: center;
  11622. -webkit-box-flex: 0;
  11623. -ms-flex: 0 0 auto;
  11624. flex: 0 0 auto;
  11625. }
  11626. .ui.action.input > .button,
  11627. .ui.action.input > .buttons > .button {
  11628. padding-top: 0.78571429em;
  11629. padding-bottom: 0.78571429em;
  11630. margin: 0;
  11631. }
  11632. /* Button on Right */
  11633. .ui.action.input:not([class*="left action"]) > input {
  11634. border-top-right-radius: 0px !important;
  11635. border-bottom-right-radius: 0px !important;
  11636. border-right-color: transparent !important;
  11637. }
  11638. .ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
  11639. .ui.action.input:not([class*="left action"]) > .button:not(:first-child),
  11640. .ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
  11641. border-radius: 0px;
  11642. }
  11643. .ui.action.input:not([class*="left action"]) > .dropdown:last-child,
  11644. .ui.action.input:not([class*="left action"]) > .button:last-child,
  11645. .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
  11646. border-radius: 0px 0.28571429rem 0.28571429rem 0px;
  11647. }
  11648. /* Input Focus */
  11649. .ui.action.input:not([class*="left action"]) > input:focus {
  11650. border-right-color: #85B7D9 !important;
  11651. }
  11652. /* Button on Left */
  11653. .ui[class*="left action"].input > input {
  11654. border-top-left-radius: 0px !important;
  11655. border-bottom-left-radius: 0px !important;
  11656. border-left-color: transparent !important;
  11657. }
  11658. .ui[class*="left action"].input > .dropdown,
  11659. .ui[class*="left action"].input > .button,
  11660. .ui[class*="left action"].input > .buttons > .button {
  11661. border-radius: 0px;
  11662. }
  11663. .ui[class*="left action"].input > .dropdown:first-child,
  11664. .ui[class*="left action"].input > .button:first-child,
  11665. .ui[class*="left action"].input > .buttons:first-child > .button {
  11666. border-radius: 0.28571429rem 0px 0px 0.28571429rem;
  11667. }
  11668. /* Input Focus */
  11669. .ui[class*="left action"].input > input:focus {
  11670. border-left-color: #85B7D9 !important;
  11671. }
  11672. /*--------------------
  11673. Inverted
  11674. ---------------------*/
  11675. /* Standard */
  11676. .ui.inverted.input > input {
  11677. border: none;
  11678. }
  11679. /*--------------------
  11680. Fluid
  11681. ---------------------*/
  11682. .ui.fluid.input {
  11683. display: -webkit-box;
  11684. display: -ms-flexbox;
  11685. display: flex;
  11686. }
  11687. .ui.fluid.input > input {
  11688. width: 0px !important;
  11689. }
  11690. /*--------------------
  11691. Size
  11692. ---------------------*/
  11693. .ui.mini.input {
  11694. font-size: 0.78571429em;
  11695. }
  11696. .ui.small.input {
  11697. font-size: 0.92857143em;
  11698. }
  11699. .ui.input {
  11700. font-size: 1em;
  11701. }
  11702. .ui.large.input {
  11703. font-size: 1.14285714em;
  11704. }
  11705. .ui.big.input {
  11706. font-size: 1.28571429em;
  11707. }
  11708. .ui.huge.input {
  11709. font-size: 1.42857143em;
  11710. }
  11711. .ui.massive.input {
  11712. font-size: 1.71428571em;
  11713. }
  11714. /*******************************
  11715. Theme Overrides
  11716. *******************************/
  11717. /*******************************
  11718. Site Overrides
  11719. *******************************/
  11720. /*!
  11721. * # Semantic UI 2.4.0 - Label
  11722. * http://github.com/semantic-org/semantic-ui/
  11723. *
  11724. *
  11725. * Released under the MIT license
  11726. * http://opensource.org/licenses/MIT
  11727. *
  11728. */
  11729. /*******************************
  11730. Label
  11731. *******************************/
  11732. .ui.label {
  11733. display: inline-block;
  11734. line-height: 1;
  11735. vertical-align: baseline;
  11736. margin: 0em 0.14285714em;
  11737. background-color: #E8E8E8;
  11738. background-image: none;
  11739. padding: 0.5833em 0.833em;
  11740. color: rgba(0, 0, 0, 0.6);
  11741. text-transform: none;
  11742. font-weight: bold;
  11743. border: 0px solid transparent;
  11744. border-radius: 0.28571429rem;
  11745. -webkit-transition: background 0.1s ease;
  11746. transition: background 0.1s ease;
  11747. }
  11748. .ui.label:first-child {
  11749. margin-left: 0em;
  11750. }
  11751. .ui.label:last-child {
  11752. margin-right: 0em;
  11753. }
  11754. /* Link */
  11755. a.ui.label {
  11756. cursor: pointer;
  11757. }
  11758. /* Inside Link */
  11759. .ui.label > a {
  11760. cursor: pointer;
  11761. color: inherit;
  11762. opacity: 0.5;
  11763. -webkit-transition: 0.1s opacity ease;
  11764. transition: 0.1s opacity ease;
  11765. }
  11766. .ui.label > a:hover {
  11767. opacity: 1;
  11768. }
  11769. /* Image */
  11770. .ui.label > img {
  11771. width: auto !important;
  11772. vertical-align: middle;
  11773. height: 2.1666em !important;
  11774. }
  11775. /* Icon */
  11776. .ui.label > .icon {
  11777. width: auto;
  11778. margin: 0em 0.75em 0em 0em;
  11779. }
  11780. /* Detail */
  11781. .ui.label > .detail {
  11782. display: inline-block;
  11783. vertical-align: top;
  11784. font-weight: bold;
  11785. margin-left: 1em;
  11786. opacity: 0.8;
  11787. }
  11788. .ui.label > .detail .icon {
  11789. margin: 0em 0.25em 0em 0em;
  11790. }
  11791. /* Removable label */
  11792. .ui.label > .close.icon,
  11793. .ui.label > .delete.icon {
  11794. cursor: pointer;
  11795. margin-right: 0em;
  11796. margin-left: 0.5em;
  11797. font-size: 0.92857143em;
  11798. opacity: 0.5;
  11799. -webkit-transition: background 0.1s ease;
  11800. transition: background 0.1s ease;
  11801. }
  11802. .ui.label > .delete.icon:hover {
  11803. opacity: 1;
  11804. }
  11805. /*-------------------
  11806. Group
  11807. --------------------*/
  11808. .ui.labels > .label {
  11809. margin: 0em 0.5em 0.5em 0em;
  11810. }
  11811. /*-------------------
  11812. Coupling
  11813. --------------------*/
  11814. .ui.header > .ui.label {
  11815. margin-top: -0.29165em;
  11816. }
  11817. /* Remove border radius on attached segment */
  11818. .ui.attached.segment > .ui.top.left.attached.label,
  11819. .ui.bottom.attached.segment > .ui.top.left.attached.label {
  11820. border-top-left-radius: 0;
  11821. }
  11822. .ui.attached.segment > .ui.top.right.attached.label,
  11823. .ui.bottom.attached.segment > .ui.top.right.attached.label {
  11824. border-top-right-radius: 0;
  11825. }
  11826. .ui.top.attached.segment > .ui.bottom.left.attached.label {
  11827. border-bottom-left-radius: 0;
  11828. }
  11829. .ui.top.attached.segment > .ui.bottom.right.attached.label {
  11830. border-bottom-right-radius: 0;
  11831. }
  11832. /* Padding on next content after a label */
  11833. .ui.top.attached.label:first-child + :not(.attached),
  11834. .ui.top.attached.label + [class*="right floated"] + * {
  11835. margin-top: 2rem !important;
  11836. }
  11837. .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
  11838. margin-top: 0em;
  11839. margin-bottom: 2rem !important;
  11840. }
  11841. /*******************************
  11842. Types
  11843. *******************************/
  11844. .ui.image.label {
  11845. width: auto !important;
  11846. margin-top: 0em;
  11847. margin-bottom: 0em;
  11848. max-width: 9999px;
  11849. vertical-align: baseline;
  11850. text-transform: none;
  11851. background: #E8E8E8;
  11852. padding: 0.5833em 0.833em 0.5833em 0.5em;
  11853. border-radius: 0.28571429rem;
  11854. -webkit-box-shadow: none;
  11855. box-shadow: none;
  11856. }
  11857. .ui.image.label img {
  11858. display: inline-block;
  11859. vertical-align: top;
  11860. height: 2.1666em;
  11861. margin: -0.5833em 0.5em -0.5833em -0.5em;
  11862. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  11863. }
  11864. .ui.image.label .detail {
  11865. background: rgba(0, 0, 0, 0.1);
  11866. margin: -0.5833em -0.833em -0.5833em 0.5em;
  11867. padding: 0.5833em 0.833em;
  11868. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  11869. }
  11870. /*-------------------
  11871. Tag
  11872. --------------------*/
  11873. .ui.tag.labels .label,
  11874. .ui.tag.label {
  11875. margin-left: 1em;
  11876. position: relative;
  11877. padding-left: 1.5em;
  11878. padding-right: 1.5em;
  11879. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  11880. -webkit-transition: none;
  11881. transition: none;
  11882. }
  11883. .ui.tag.labels .label:before,
  11884. .ui.tag.label:before {
  11885. position: absolute;
  11886. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  11887. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  11888. top: 50%;
  11889. right: 100%;
  11890. content: '';
  11891. background-color: inherit;
  11892. background-image: none;
  11893. width: 1.56em;
  11894. height: 1.56em;
  11895. -webkit-transition: none;
  11896. transition: none;
  11897. }
  11898. .ui.tag.labels .label:after,
  11899. .ui.tag.label:after {
  11900. position: absolute;
  11901. content: '';
  11902. top: 50%;
  11903. left: -0.25em;
  11904. margin-top: -0.25em;
  11905. background-color: #FFFFFF !important;
  11906. width: 0.5em;
  11907. height: 0.5em;
  11908. -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  11909. box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  11910. border-radius: 500rem;
  11911. }
  11912. /*-------------------
  11913. Corner Label
  11914. --------------------*/
  11915. .ui.corner.label {
  11916. position: absolute;
  11917. top: 0em;
  11918. right: 0em;
  11919. margin: 0em;
  11920. padding: 0em;
  11921. text-align: center;
  11922. border-color: #E8E8E8;
  11923. width: 4em;
  11924. height: 4em;
  11925. z-index: 1;
  11926. -webkit-transition: border-color 0.1s ease;
  11927. transition: border-color 0.1s ease;
  11928. }
  11929. /* Icon Label */
  11930. .ui.corner.label {
  11931. background-color: transparent !important;
  11932. }
  11933. .ui.corner.label:after {
  11934. position: absolute;
  11935. content: "";
  11936. right: 0em;
  11937. top: 0em;
  11938. z-index: -1;
  11939. width: 0em;
  11940. height: 0em;
  11941. background-color: transparent !important;
  11942. border-top: 0em solid transparent;
  11943. border-right: 4em solid transparent;
  11944. border-bottom: 4em solid transparent;
  11945. border-left: 0em solid transparent;
  11946. border-right-color: inherit;
  11947. -webkit-transition: border-color 0.1s ease;
  11948. transition: border-color 0.1s ease;
  11949. }
  11950. .ui.corner.label .icon {
  11951. cursor: default;
  11952. position: relative;
  11953. top: 0.64285714em;
  11954. left: 0.78571429em;
  11955. font-size: 1.14285714em;
  11956. margin: 0em;
  11957. }
  11958. /* Left Corner */
  11959. .ui.left.corner.label,
  11960. .ui.left.corner.label:after {
  11961. right: auto;
  11962. left: 0em;
  11963. }
  11964. .ui.left.corner.label:after {
  11965. border-top: 4em solid transparent;
  11966. border-right: 4em solid transparent;
  11967. border-bottom: 0em solid transparent;
  11968. border-left: 0em solid transparent;
  11969. border-top-color: inherit;
  11970. }
  11971. .ui.left.corner.label .icon {
  11972. left: -0.78571429em;
  11973. }
  11974. /* Segment */
  11975. .ui.segment > .ui.corner.label {
  11976. top: -1px;
  11977. right: -1px;
  11978. }
  11979. .ui.segment > .ui.left.corner.label {
  11980. right: auto;
  11981. left: -1px;
  11982. }
  11983. /*-------------------
  11984. Ribbon
  11985. --------------------*/
  11986. .ui.ribbon.label {
  11987. position: relative;
  11988. margin: 0em;
  11989. min-width: -webkit-max-content;
  11990. min-width: -moz-max-content;
  11991. min-width: max-content;
  11992. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  11993. border-color: rgba(0, 0, 0, 0.15);
  11994. }
  11995. .ui.ribbon.label:after {
  11996. position: absolute;
  11997. content: '';
  11998. top: 100%;
  11999. left: 0%;
  12000. background-color: transparent !important;
  12001. border-style: solid;
  12002. border-width: 0em 1.2em 1.2em 0em;
  12003. border-color: transparent;
  12004. border-right-color: inherit;
  12005. width: 0em;
  12006. height: 0em;
  12007. }
  12008. /* Positioning */
  12009. .ui.ribbon.label {
  12010. left: calc( -1rem - 1.2em );
  12011. margin-right: -1.2em;
  12012. padding-left: calc( 1rem + 1.2em );
  12013. padding-right: 1.2em;
  12014. }
  12015. .ui[class*="right ribbon"].label {
  12016. left: calc(100% + 1rem + 1.2em );
  12017. padding-left: 1.2em;
  12018. padding-right: calc( 1rem + 1.2em );
  12019. }
  12020. /* Right Ribbon */
  12021. .ui[class*="right ribbon"].label {
  12022. text-align: left;
  12023. -webkit-transform: translateX(-100%);
  12024. transform: translateX(-100%);
  12025. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  12026. }
  12027. .ui[class*="right ribbon"].label:after {
  12028. left: auto;
  12029. right: 0%;
  12030. border-style: solid;
  12031. border-width: 1.2em 1.2em 0em 0em;
  12032. border-color: transparent;
  12033. border-top-color: inherit;
  12034. }
  12035. /* Inside Table */
  12036. .ui.image > .ribbon.label,
  12037. .ui.card .image > .ribbon.label {
  12038. position: absolute;
  12039. top: 1rem;
  12040. }
  12041. .ui.card .image > .ui.ribbon.label,
  12042. .ui.image > .ui.ribbon.label {
  12043. left: calc( 0.05rem - 1.2em );
  12044. }
  12045. .ui.card .image > .ui[class*="right ribbon"].label,
  12046. .ui.image > .ui[class*="right ribbon"].label {
  12047. left: calc(100% + -0.05rem + 1.2em );
  12048. padding-left: 0.833em;
  12049. }
  12050. /* Inside Table */
  12051. .ui.table td > .ui.ribbon.label {
  12052. left: calc( -0.78571429em - 1.2em );
  12053. }
  12054. .ui.table td > .ui[class*="right ribbon"].label {
  12055. left: calc(100% + 0.78571429em + 1.2em );
  12056. padding-left: 0.833em;
  12057. }
  12058. /*-------------------
  12059. Attached
  12060. --------------------*/
  12061. .ui[class*="top attached"].label,
  12062. .ui.attached.label {
  12063. width: 100%;
  12064. position: absolute;
  12065. margin: 0em;
  12066. top: 0em;
  12067. left: 0em;
  12068. padding: 0.75em 1em;
  12069. border-radius: 0.21428571rem 0.21428571rem 0em 0em;
  12070. }
  12071. .ui[class*="bottom attached"].label {
  12072. top: auto;
  12073. bottom: 0em;
  12074. border-radius: 0em 0em 0.21428571rem 0.21428571rem;
  12075. }
  12076. .ui[class*="top left attached"].label {
  12077. width: auto;
  12078. margin-top: 0em !important;
  12079. border-radius: 0.21428571rem 0em 0.28571429rem 0em;
  12080. }
  12081. .ui[class*="top right attached"].label {
  12082. width: auto;
  12083. left: auto;
  12084. right: 0em;
  12085. border-radius: 0em 0.21428571rem 0em 0.28571429rem;
  12086. }
  12087. .ui[class*="bottom left attached"].label {
  12088. width: auto;
  12089. top: auto;
  12090. bottom: 0em;
  12091. border-radius: 0em 0.28571429rem 0em 0.21428571rem;
  12092. }
  12093. .ui[class*="bottom right attached"].label {
  12094. top: auto;
  12095. bottom: 0em;
  12096. left: auto;
  12097. right: 0em;
  12098. width: auto;
  12099. border-radius: 0.28571429rem 0em 0.21428571rem 0em;
  12100. }
  12101. /*******************************
  12102. States
  12103. *******************************/
  12104. /*-------------------
  12105. Disabled
  12106. --------------------*/
  12107. .ui.label.disabled {
  12108. opacity: 0.5;
  12109. }
  12110. /*-------------------
  12111. Hover
  12112. --------------------*/
  12113. a.ui.labels .label:hover,
  12114. a.ui.label:hover {
  12115. background-color: #E0E0E0;
  12116. border-color: #E0E0E0;
  12117. background-image: none;
  12118. color: rgba(0, 0, 0, 0.8);
  12119. }
  12120. .ui.labels a.label:hover:before,
  12121. a.ui.label:hover:before {
  12122. color: rgba(0, 0, 0, 0.8);
  12123. }
  12124. /*-------------------
  12125. Active
  12126. --------------------*/
  12127. .ui.active.label {
  12128. background-color: #D0D0D0;
  12129. border-color: #D0D0D0;
  12130. background-image: none;
  12131. color: rgba(0, 0, 0, 0.95);
  12132. }
  12133. .ui.active.label:before {
  12134. background-color: #D0D0D0;
  12135. background-image: none;
  12136. color: rgba(0, 0, 0, 0.95);
  12137. }
  12138. /*-------------------
  12139. Active Hover
  12140. --------------------*/
  12141. a.ui.labels .active.label:hover,
  12142. a.ui.active.label:hover {
  12143. background-color: #C8C8C8;
  12144. border-color: #C8C8C8;
  12145. background-image: none;
  12146. color: rgba(0, 0, 0, 0.95);
  12147. }
  12148. .ui.labels a.active.label:ActiveHover:before,
  12149. a.ui.active.label:ActiveHover:before {
  12150. background-color: #C8C8C8;
  12151. background-image: none;
  12152. color: rgba(0, 0, 0, 0.95);
  12153. }
  12154. /*-------------------
  12155. Visible
  12156. --------------------*/
  12157. .ui.labels.visible .label,
  12158. .ui.label.visible:not(.dropdown) {
  12159. display: inline-block !important;
  12160. }
  12161. /*-------------------
  12162. Hidden
  12163. --------------------*/
  12164. .ui.labels.hidden .label,
  12165. .ui.label.hidden {
  12166. display: none !important;
  12167. }
  12168. /*******************************
  12169. Variations
  12170. *******************************/
  12171. /*-------------------
  12172. Colors
  12173. --------------------*/
  12174. /*--- Red ---*/
  12175. .ui.red.labels .label,
  12176. .ui.red.label {
  12177. background-color: #DB2828 !important;
  12178. border-color: #DB2828 !important;
  12179. color: #FFFFFF !important;
  12180. }
  12181. /* Link */
  12182. .ui.red.labels .label:hover,
  12183. a.ui.red.label:hover {
  12184. background-color: #d01919 !important;
  12185. border-color: #d01919 !important;
  12186. color: #FFFFFF !important;
  12187. }
  12188. /* Corner */
  12189. .ui.red.corner.label,
  12190. .ui.red.corner.label:hover {
  12191. background-color: transparent !important;
  12192. }
  12193. /* Ribbon */
  12194. .ui.red.ribbon.label {
  12195. border-color: #b21e1e !important;
  12196. }
  12197. /* Basic */
  12198. .ui.basic.red.label {
  12199. background: none #FFFFFF !important;
  12200. color: #DB2828 !important;
  12201. border-color: #DB2828 !important;
  12202. }
  12203. .ui.basic.red.labels a.label:hover,
  12204. a.ui.basic.red.label:hover {
  12205. background-color: #FFFFFF !important;
  12206. color: #d01919 !important;
  12207. border-color: #d01919 !important;
  12208. }
  12209. /*--- Orange ---*/
  12210. .ui.orange.labels .label,
  12211. .ui.orange.label {
  12212. background-color: #F2711C !important;
  12213. border-color: #F2711C !important;
  12214. color: #FFFFFF !important;
  12215. }
  12216. /* Link */
  12217. .ui.orange.labels .label:hover,
  12218. a.ui.orange.label:hover {
  12219. background-color: #f26202 !important;
  12220. border-color: #f26202 !important;
  12221. color: #FFFFFF !important;
  12222. }
  12223. /* Corner */
  12224. .ui.orange.corner.label,
  12225. .ui.orange.corner.label:hover {
  12226. background-color: transparent !important;
  12227. }
  12228. /* Ribbon */
  12229. .ui.orange.ribbon.label {
  12230. border-color: #cf590c !important;
  12231. }
  12232. /* Basic */
  12233. .ui.basic.orange.label {
  12234. background: none #FFFFFF !important;
  12235. color: #F2711C !important;
  12236. border-color: #F2711C !important;
  12237. }
  12238. .ui.basic.orange.labels a.label:hover,
  12239. a.ui.basic.orange.label:hover {
  12240. background-color: #FFFFFF !important;
  12241. color: #f26202 !important;
  12242. border-color: #f26202 !important;
  12243. }
  12244. /*--- Yellow ---*/
  12245. .ui.yellow.labels .label,
  12246. .ui.yellow.label {
  12247. background-color: #FBBD08 !important;
  12248. border-color: #FBBD08 !important;
  12249. color: #FFFFFF !important;
  12250. }
  12251. /* Link */
  12252. .ui.yellow.labels .label:hover,
  12253. a.ui.yellow.label:hover {
  12254. background-color: #eaae00 !important;
  12255. border-color: #eaae00 !important;
  12256. color: #FFFFFF !important;
  12257. }
  12258. /* Corner */
  12259. .ui.yellow.corner.label,
  12260. .ui.yellow.corner.label:hover {
  12261. background-color: transparent !important;
  12262. }
  12263. /* Ribbon */
  12264. .ui.yellow.ribbon.label {
  12265. border-color: #cd9903 !important;
  12266. }
  12267. /* Basic */
  12268. .ui.basic.yellow.label {
  12269. background: none #FFFFFF !important;
  12270. color: #FBBD08 !important;
  12271. border-color: #FBBD08 !important;
  12272. }
  12273. .ui.basic.yellow.labels a.label:hover,
  12274. a.ui.basic.yellow.label:hover {
  12275. background-color: #FFFFFF !important;
  12276. color: #eaae00 !important;
  12277. border-color: #eaae00 !important;
  12278. }
  12279. /*--- Olive ---*/
  12280. .ui.olive.labels .label,
  12281. .ui.olive.label {
  12282. background-color: #B5CC18 !important;
  12283. border-color: #B5CC18 !important;
  12284. color: #FFFFFF !important;
  12285. }
  12286. /* Link */
  12287. .ui.olive.labels .label:hover,
  12288. a.ui.olive.label:hover {
  12289. background-color: #a7bd0d !important;
  12290. border-color: #a7bd0d !important;
  12291. color: #FFFFFF !important;
  12292. }
  12293. /* Corner */
  12294. .ui.olive.corner.label,
  12295. .ui.olive.corner.label:hover {
  12296. background-color: transparent !important;
  12297. }
  12298. /* Ribbon */
  12299. .ui.olive.ribbon.label {
  12300. border-color: #198f35 !important;
  12301. }
  12302. /* Basic */
  12303. .ui.basic.olive.label {
  12304. background: none #FFFFFF !important;
  12305. color: #B5CC18 !important;
  12306. border-color: #B5CC18 !important;
  12307. }
  12308. .ui.basic.olive.labels a.label:hover,
  12309. a.ui.basic.olive.label:hover {
  12310. background-color: #FFFFFF !important;
  12311. color: #a7bd0d !important;
  12312. border-color: #a7bd0d !important;
  12313. }
  12314. /*--- Green ---*/
  12315. .ui.green.labels .label,
  12316. .ui.green.label {
  12317. background-color: #21BA45 !important;
  12318. border-color: #21BA45 !important;
  12319. color: #FFFFFF !important;
  12320. }
  12321. /* Link */
  12322. .ui.green.labels .label:hover,
  12323. a.ui.green.label:hover {
  12324. background-color: #16ab39 !important;
  12325. border-color: #16ab39 !important;
  12326. color: #FFFFFF !important;
  12327. }
  12328. /* Corner */
  12329. .ui.green.corner.label,
  12330. .ui.green.corner.label:hover {
  12331. background-color: transparent !important;
  12332. }
  12333. /* Ribbon */
  12334. .ui.green.ribbon.label {
  12335. border-color: #198f35 !important;
  12336. }
  12337. /* Basic */
  12338. .ui.basic.green.label {
  12339. background: none #FFFFFF !important;
  12340. color: #21BA45 !important;
  12341. border-color: #21BA45 !important;
  12342. }
  12343. .ui.basic.green.labels a.label:hover,
  12344. a.ui.basic.green.label:hover {
  12345. background-color: #FFFFFF !important;
  12346. color: #16ab39 !important;
  12347. border-color: #16ab39 !important;
  12348. }
  12349. /*--- Teal ---*/
  12350. .ui.teal.labels .label,
  12351. .ui.teal.label {
  12352. background-color: #00B5AD !important;
  12353. border-color: #00B5AD !important;
  12354. color: #FFFFFF !important;
  12355. }
  12356. /* Link */
  12357. .ui.teal.labels .label:hover,
  12358. a.ui.teal.label:hover {
  12359. background-color: #009c95 !important;
  12360. border-color: #009c95 !important;
  12361. color: #FFFFFF !important;
  12362. }
  12363. /* Corner */
  12364. .ui.teal.corner.label,
  12365. .ui.teal.corner.label:hover {
  12366. background-color: transparent !important;
  12367. }
  12368. /* Ribbon */
  12369. .ui.teal.ribbon.label {
  12370. border-color: #00827c !important;
  12371. }
  12372. /* Basic */
  12373. .ui.basic.teal.label {
  12374. background: none #FFFFFF !important;
  12375. color: #00B5AD !important;
  12376. border-color: #00B5AD !important;
  12377. }
  12378. .ui.basic.teal.labels a.label:hover,
  12379. a.ui.basic.teal.label:hover {
  12380. background-color: #FFFFFF !important;
  12381. color: #009c95 !important;
  12382. border-color: #009c95 !important;
  12383. }
  12384. /*--- Blue ---*/
  12385. .ui.blue.labels .label,
  12386. .ui.blue.label {
  12387. background-color: #2185D0 !important;
  12388. border-color: #2185D0 !important;
  12389. color: #FFFFFF !important;
  12390. }
  12391. /* Link */
  12392. .ui.blue.labels .label:hover,
  12393. a.ui.blue.label:hover {
  12394. background-color: #1678c2 !important;
  12395. border-color: #1678c2 !important;
  12396. color: #FFFFFF !important;
  12397. }
  12398. /* Corner */
  12399. .ui.blue.corner.label,
  12400. .ui.blue.corner.label:hover {
  12401. background-color: transparent !important;
  12402. }
  12403. /* Ribbon */
  12404. .ui.blue.ribbon.label {
  12405. border-color: #1a69a4 !important;
  12406. }
  12407. /* Basic */
  12408. .ui.basic.blue.label {
  12409. background: none #FFFFFF !important;
  12410. color: #2185D0 !important;
  12411. border-color: #2185D0 !important;
  12412. }
  12413. .ui.basic.blue.labels a.label:hover,
  12414. a.ui.basic.blue.label:hover {
  12415. background-color: #FFFFFF !important;
  12416. color: #1678c2 !important;
  12417. border-color: #1678c2 !important;
  12418. }
  12419. /*--- Violet ---*/
  12420. .ui.violet.labels .label,
  12421. .ui.violet.label {
  12422. background-color: #6435C9 !important;
  12423. border-color: #6435C9 !important;
  12424. color: #FFFFFF !important;
  12425. }
  12426. /* Link */
  12427. .ui.violet.labels .label:hover,
  12428. a.ui.violet.label:hover {
  12429. background-color: #5829bb !important;
  12430. border-color: #5829bb !important;
  12431. color: #FFFFFF !important;
  12432. }
  12433. /* Corner */
  12434. .ui.violet.corner.label,
  12435. .ui.violet.corner.label:hover {
  12436. background-color: transparent !important;
  12437. }
  12438. /* Ribbon */
  12439. .ui.violet.ribbon.label {
  12440. border-color: #502aa1 !important;
  12441. }
  12442. /* Basic */
  12443. .ui.basic.violet.label {
  12444. background: none #FFFFFF !important;
  12445. color: #6435C9 !important;
  12446. border-color: #6435C9 !important;
  12447. }
  12448. .ui.basic.violet.labels a.label:hover,
  12449. a.ui.basic.violet.label:hover {
  12450. background-color: #FFFFFF !important;
  12451. color: #5829bb !important;
  12452. border-color: #5829bb !important;
  12453. }
  12454. /*--- Purple ---*/
  12455. .ui.purple.labels .label,
  12456. .ui.purple.label {
  12457. background-color: #A333C8 !important;
  12458. border-color: #A333C8 !important;
  12459. color: #FFFFFF !important;
  12460. }
  12461. /* Link */
  12462. .ui.purple.labels .label:hover,
  12463. a.ui.purple.label:hover {
  12464. background-color: #9627ba !important;
  12465. border-color: #9627ba !important;
  12466. color: #FFFFFF !important;
  12467. }
  12468. /* Corner */
  12469. .ui.purple.corner.label,
  12470. .ui.purple.corner.label:hover {
  12471. background-color: transparent !important;
  12472. }
  12473. /* Ribbon */
  12474. .ui.purple.ribbon.label {
  12475. border-color: #82299f !important;
  12476. }
  12477. /* Basic */
  12478. .ui.basic.purple.label {
  12479. background: none #FFFFFF !important;
  12480. color: #A333C8 !important;
  12481. border-color: #A333C8 !important;
  12482. }
  12483. .ui.basic.purple.labels a.label:hover,
  12484. a.ui.basic.purple.label:hover {
  12485. background-color: #FFFFFF !important;
  12486. color: #9627ba !important;
  12487. border-color: #9627ba !important;
  12488. }
  12489. /*--- Pink ---*/
  12490. .ui.pink.labels .label,
  12491. .ui.pink.label {
  12492. background-color: #E03997 !important;
  12493. border-color: #E03997 !important;
  12494. color: #FFFFFF !important;
  12495. }
  12496. /* Link */
  12497. .ui.pink.labels .label:hover,
  12498. a.ui.pink.label:hover {
  12499. background-color: #e61a8d !important;
  12500. border-color: #e61a8d !important;
  12501. color: #FFFFFF !important;
  12502. }
  12503. /* Corner */
  12504. .ui.pink.corner.label,
  12505. .ui.pink.corner.label:hover {
  12506. background-color: transparent !important;
  12507. }
  12508. /* Ribbon */
  12509. .ui.pink.ribbon.label {
  12510. border-color: #c71f7e !important;
  12511. }
  12512. /* Basic */
  12513. .ui.basic.pink.label {
  12514. background: none #FFFFFF !important;
  12515. color: #E03997 !important;
  12516. border-color: #E03997 !important;
  12517. }
  12518. .ui.basic.pink.labels a.label:hover,
  12519. a.ui.basic.pink.label:hover {
  12520. background-color: #FFFFFF !important;
  12521. color: #e61a8d !important;
  12522. border-color: #e61a8d !important;
  12523. }
  12524. /*--- Brown ---*/
  12525. .ui.brown.labels .label,
  12526. .ui.brown.label {
  12527. background-color: #A5673F !important;
  12528. border-color: #A5673F !important;
  12529. color: #FFFFFF !important;
  12530. }
  12531. /* Link */
  12532. .ui.brown.labels .label:hover,
  12533. a.ui.brown.label:hover {
  12534. background-color: #975b33 !important;
  12535. border-color: #975b33 !important;
  12536. color: #FFFFFF !important;
  12537. }
  12538. /* Corner */
  12539. .ui.brown.corner.label,
  12540. .ui.brown.corner.label:hover {
  12541. background-color: transparent !important;
  12542. }
  12543. /* Ribbon */
  12544. .ui.brown.ribbon.label {
  12545. border-color: #805031 !important;
  12546. }
  12547. /* Basic */
  12548. .ui.basic.brown.label {
  12549. background: none #FFFFFF !important;
  12550. color: #A5673F !important;
  12551. border-color: #A5673F !important;
  12552. }
  12553. .ui.basic.brown.labels a.label:hover,
  12554. a.ui.basic.brown.label:hover {
  12555. background-color: #FFFFFF !important;
  12556. color: #975b33 !important;
  12557. border-color: #975b33 !important;
  12558. }
  12559. /*--- Grey ---*/
  12560. .ui.grey.labels .label,
  12561. .ui.grey.label {
  12562. background-color: #767676 !important;
  12563. border-color: #767676 !important;
  12564. color: #FFFFFF !important;
  12565. }
  12566. /* Link */
  12567. .ui.grey.labels .label:hover,
  12568. a.ui.grey.label:hover {
  12569. background-color: #838383 !important;
  12570. border-color: #838383 !important;
  12571. color: #FFFFFF !important;
  12572. }
  12573. /* Corner */
  12574. .ui.grey.corner.label,
  12575. .ui.grey.corner.label:hover {
  12576. background-color: transparent !important;
  12577. }
  12578. /* Ribbon */
  12579. .ui.grey.ribbon.label {
  12580. border-color: #805031 !important;
  12581. }
  12582. /* Basic */
  12583. .ui.basic.grey.label {
  12584. background: none #FFFFFF !important;
  12585. color: #767676 !important;
  12586. border-color: #767676 !important;
  12587. }
  12588. .ui.basic.grey.labels a.label:hover,
  12589. a.ui.basic.grey.label:hover {
  12590. background-color: #FFFFFF !important;
  12591. color: #838383 !important;
  12592. border-color: #838383 !important;
  12593. }
  12594. /*--- Black ---*/
  12595. .ui.black.labels .label,
  12596. .ui.black.label {
  12597. background-color: #1B1C1D !important;
  12598. border-color: #1B1C1D !important;
  12599. color: #FFFFFF !important;
  12600. }
  12601. /* Link */
  12602. .ui.black.labels .label:hover,
  12603. a.ui.black.label:hover {
  12604. background-color: #27292a !important;
  12605. border-color: #27292a !important;
  12606. color: #FFFFFF !important;
  12607. }
  12608. /* Corner */
  12609. .ui.black.corner.label,
  12610. .ui.black.corner.label:hover {
  12611. background-color: transparent !important;
  12612. }
  12613. /* Ribbon */
  12614. .ui.black.ribbon.label {
  12615. border-color: #805031 !important;
  12616. }
  12617. /* Basic */
  12618. .ui.basic.black.label {
  12619. background: none #FFFFFF !important;
  12620. color: #1B1C1D !important;
  12621. border-color: #1B1C1D !important;
  12622. }
  12623. .ui.basic.black.labels a.label:hover,
  12624. a.ui.basic.black.label:hover {
  12625. background-color: #FFFFFF !important;
  12626. color: #27292a !important;
  12627. border-color: #27292a !important;
  12628. }
  12629. /*-------------------
  12630. Basic
  12631. --------------------*/
  12632. .ui.basic.label {
  12633. background: none #FFFFFF;
  12634. border: 1px solid rgba(34, 36, 38, 0.15);
  12635. color: rgba(0, 0, 0, 0.87);
  12636. -webkit-box-shadow: none;
  12637. box-shadow: none;
  12638. }
  12639. /* Link */
  12640. a.ui.basic.label:hover {
  12641. text-decoration: none;
  12642. background: none #FFFFFF;
  12643. color: #1e70bf;
  12644. -webkit-box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  12645. box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  12646. -webkit-box-shadow: none;
  12647. box-shadow: none;
  12648. }
  12649. /* Pointing */
  12650. .ui.basic.pointing.label:before {
  12651. border-color: inherit;
  12652. }
  12653. /*-------------------
  12654. Fluid
  12655. --------------------*/
  12656. .ui.label.fluid,
  12657. .ui.fluid.labels > .label {
  12658. width: 100%;
  12659. -webkit-box-sizing: border-box;
  12660. box-sizing: border-box;
  12661. }
  12662. /*-------------------
  12663. Inverted
  12664. --------------------*/
  12665. .ui.inverted.labels .label,
  12666. .ui.inverted.label {
  12667. color: rgba(255, 255, 255, 0.9) !important;
  12668. }
  12669. /*-------------------
  12670. Horizontal
  12671. --------------------*/
  12672. .ui.horizontal.labels .label,
  12673. .ui.horizontal.label {
  12674. margin: 0em 0.5em 0em 0em;
  12675. padding: 0.4em 0.833em;
  12676. min-width: 3em;
  12677. text-align: center;
  12678. }
  12679. /*-------------------
  12680. Circular
  12681. --------------------*/
  12682. .ui.circular.labels .label,
  12683. .ui.circular.label {
  12684. min-width: 2em;
  12685. min-height: 2em;
  12686. padding: 0.5em !important;
  12687. line-height: 1em;
  12688. text-align: center;
  12689. border-radius: 500rem;
  12690. }
  12691. .ui.empty.circular.labels .label,
  12692. .ui.empty.circular.label {
  12693. min-width: 0em;
  12694. min-height: 0em;
  12695. overflow: hidden;
  12696. width: 0.5em;
  12697. height: 0.5em;
  12698. vertical-align: baseline;
  12699. }
  12700. /*-------------------
  12701. Pointing
  12702. --------------------*/
  12703. .ui.pointing.label {
  12704. position: relative;
  12705. }
  12706. .ui.attached.pointing.label {
  12707. position: absolute;
  12708. }
  12709. .ui.pointing.label:before {
  12710. background-color: inherit;
  12711. background-image: inherit;
  12712. border-width: none;
  12713. border-style: solid;
  12714. border-color: inherit;
  12715. }
  12716. /* Arrow */
  12717. .ui.pointing.label:before {
  12718. position: absolute;
  12719. content: '';
  12720. -webkit-transform: rotate(45deg);
  12721. transform: rotate(45deg);
  12722. background-image: none;
  12723. z-index: 2;
  12724. width: 0.6666em;
  12725. height: 0.6666em;
  12726. -webkit-transition: background 0.1s ease;
  12727. transition: background 0.1s ease;
  12728. }
  12729. /*--- Above ---*/
  12730. .ui.pointing.label,
  12731. .ui[class*="pointing above"].label {
  12732. margin-top: 1em;
  12733. }
  12734. .ui.pointing.label:before,
  12735. .ui[class*="pointing above"].label:before {
  12736. border-width: 1px 0px 0px 1px;
  12737. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  12738. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  12739. top: 0%;
  12740. left: 50%;
  12741. }
  12742. /*--- Below ---*/
  12743. .ui[class*="bottom pointing"].label,
  12744. .ui[class*="pointing below"].label {
  12745. margin-top: 0em;
  12746. margin-bottom: 1em;
  12747. }
  12748. .ui[class*="bottom pointing"].label:before,
  12749. .ui[class*="pointing below"].label:before {
  12750. border-width: 0px 1px 1px 0px;
  12751. top: auto;
  12752. right: auto;
  12753. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  12754. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  12755. top: 100%;
  12756. left: 50%;
  12757. }
  12758. /*--- Left ---*/
  12759. .ui[class*="left pointing"].label {
  12760. margin-top: 0em;
  12761. margin-left: 0.6666em;
  12762. }
  12763. .ui[class*="left pointing"].label:before {
  12764. border-width: 0px 0px 1px 1px;
  12765. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  12766. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  12767. bottom: auto;
  12768. right: auto;
  12769. top: 50%;
  12770. left: 0em;
  12771. }
  12772. /*--- Right ---*/
  12773. .ui[class*="right pointing"].label {
  12774. margin-top: 0em;
  12775. margin-right: 0.6666em;
  12776. }
  12777. .ui[class*="right pointing"].label:before {
  12778. border-width: 1px 1px 0px 0px;
  12779. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  12780. transform: translateX(50%) translateY(-50%) rotate(45deg);
  12781. top: 50%;
  12782. right: 0%;
  12783. bottom: auto;
  12784. left: auto;
  12785. }
  12786. /* Basic Pointing */
  12787. /*--- Above ---*/
  12788. .ui.basic.pointing.label:before,
  12789. .ui.basic[class*="pointing above"].label:before {
  12790. margin-top: -1px;
  12791. }
  12792. /*--- Below ---*/
  12793. .ui.basic[class*="bottom pointing"].label:before,
  12794. .ui.basic[class*="pointing below"].label:before {
  12795. bottom: auto;
  12796. top: 100%;
  12797. margin-top: 1px;
  12798. }
  12799. /*--- Left ---*/
  12800. .ui.basic[class*="left pointing"].label:before {
  12801. top: 50%;
  12802. left: -1px;
  12803. }
  12804. /*--- Right ---*/
  12805. .ui.basic[class*="right pointing"].label:before {
  12806. top: 50%;
  12807. right: -1px;
  12808. }
  12809. /*------------------
  12810. Floating Label
  12811. -------------------*/
  12812. .ui.floating.label {
  12813. position: absolute;
  12814. z-index: 100;
  12815. top: -1em;
  12816. left: 100%;
  12817. margin: 0em 0em 0em -1.5em !important;
  12818. }
  12819. /*-------------------
  12820. Sizes
  12821. --------------------*/
  12822. .ui.mini.labels .label,
  12823. .ui.mini.label {
  12824. font-size: 0.64285714rem;
  12825. }
  12826. .ui.tiny.labels .label,
  12827. .ui.tiny.label {
  12828. font-size: 0.71428571rem;
  12829. }
  12830. .ui.small.labels .label,
  12831. .ui.small.label {
  12832. font-size: 0.78571429rem;
  12833. }
  12834. .ui.labels .label,
  12835. .ui.label {
  12836. font-size: 0.85714286rem;
  12837. }
  12838. .ui.large.labels .label,
  12839. .ui.large.label {
  12840. font-size: 1rem;
  12841. }
  12842. .ui.big.labels .label,
  12843. .ui.big.label {
  12844. font-size: 1.28571429rem;
  12845. }
  12846. .ui.huge.labels .label,
  12847. .ui.huge.label {
  12848. font-size: 1.42857143rem;
  12849. }
  12850. .ui.massive.labels .label,
  12851. .ui.massive.label {
  12852. font-size: 1.71428571rem;
  12853. }
  12854. /*******************************
  12855. Theme Overrides
  12856. *******************************/
  12857. /*******************************
  12858. Site Overrides
  12859. *******************************/
  12860. /*!
  12861. * # Semantic UI 2.4.0 - List
  12862. * http://github.com/semantic-org/semantic-ui/
  12863. *
  12864. *
  12865. * Released under the MIT license
  12866. * http://opensource.org/licenses/MIT
  12867. *
  12868. */
  12869. /*******************************
  12870. List
  12871. *******************************/
  12872. ul.ui.list,
  12873. ol.ui.list,
  12874. .ui.list {
  12875. list-style-type: none;
  12876. margin: 1em 0em;
  12877. padding: 0em 0em;
  12878. }
  12879. ul.ui.list:first-child,
  12880. ol.ui.list:first-child,
  12881. .ui.list:first-child {
  12882. margin-top: 0em;
  12883. padding-top: 0em;
  12884. }
  12885. ul.ui.list:last-child,
  12886. ol.ui.list:last-child,
  12887. .ui.list:last-child {
  12888. margin-bottom: 0em;
  12889. padding-bottom: 0em;
  12890. }
  12891. /*******************************
  12892. Content
  12893. *******************************/
  12894. /* List Item */
  12895. ul.ui.list li,
  12896. ol.ui.list li,
  12897. .ui.list > .item,
  12898. .ui.list .list > .item {
  12899. display: list-item;
  12900. table-layout: fixed;
  12901. list-style-type: none;
  12902. list-style-position: outside;
  12903. padding: 0.21428571em 0em;
  12904. line-height: 1.14285714em;
  12905. }
  12906. ul.ui.list > li:first-child:after,
  12907. ol.ui.list > li:first-child:after,
  12908. .ui.list > .list > .item,
  12909. .ui.list > .item:after {
  12910. content: '';
  12911. display: block;
  12912. height: 0;
  12913. clear: both;
  12914. visibility: hidden;
  12915. }
  12916. ul.ui.list li:first-child,
  12917. ol.ui.list li:first-child,
  12918. .ui.list .list > .item:first-child,
  12919. .ui.list > .item:first-child {
  12920. padding-top: 0em;
  12921. }
  12922. ul.ui.list li:last-child,
  12923. ol.ui.list li:last-child,
  12924. .ui.list .list > .item:last-child,
  12925. .ui.list > .item:last-child {
  12926. padding-bottom: 0em;
  12927. }
  12928. /* Child List */
  12929. ul.ui.list ul,
  12930. ol.ui.list ol,
  12931. .ui.list .list {
  12932. clear: both;
  12933. margin: 0em;
  12934. padding: 0.75em 0em 0.25em 0.5em;
  12935. }
  12936. /* Child Item */
  12937. ul.ui.list ul li,
  12938. ol.ui.list ol li,
  12939. .ui.list .list > .item {
  12940. padding: 0.14285714em 0em;
  12941. line-height: inherit;
  12942. }
  12943. /* Icon */
  12944. .ui.list .list > .item > i.icon,
  12945. .ui.list > .item > i.icon {
  12946. display: table-cell;
  12947. margin: 0em;
  12948. padding-top: 0em;
  12949. padding-right: 0.28571429em;
  12950. vertical-align: top;
  12951. -webkit-transition: color 0.1s ease;
  12952. transition: color 0.1s ease;
  12953. }
  12954. .ui.list .list > .item > i.icon:only-child,
  12955. .ui.list > .item > i.icon:only-child {
  12956. display: inline-block;
  12957. vertical-align: top;
  12958. }
  12959. /* Image */
  12960. .ui.list .list > .item > .image,
  12961. .ui.list > .item > .image {
  12962. display: table-cell;
  12963. background-color: transparent;
  12964. margin: 0em;
  12965. vertical-align: top;
  12966. }
  12967. .ui.list .list > .item > .image:not(:only-child):not(img),
  12968. .ui.list > .item > .image:not(:only-child):not(img) {
  12969. padding-right: 0.5em;
  12970. }
  12971. .ui.list .list > .item > .image img,
  12972. .ui.list > .item > .image img {
  12973. vertical-align: top;
  12974. }
  12975. .ui.list .list > .item > img.image,
  12976. .ui.list .list > .item > .image:only-child,
  12977. .ui.list > .item > img.image,
  12978. .ui.list > .item > .image:only-child {
  12979. display: inline-block;
  12980. }
  12981. /* Content */
  12982. .ui.list .list > .item > .content,
  12983. .ui.list > .item > .content {
  12984. line-height: 1.14285714em;
  12985. }
  12986. .ui.list .list > .item > .image + .content,
  12987. .ui.list .list > .item > .icon + .content,
  12988. .ui.list > .item > .image + .content,
  12989. .ui.list > .item > .icon + .content {
  12990. display: table-cell;
  12991. width: 100%;
  12992. padding: 0em 0em 0em 0.5em;
  12993. vertical-align: top;
  12994. }
  12995. .ui.list .list > .item > img.image + .content,
  12996. .ui.list > .item > img.image + .content {
  12997. display: inline-block;
  12998. width: auto;
  12999. }
  13000. .ui.list .list > .item > .content > .list,
  13001. .ui.list > .item > .content > .list {
  13002. margin-left: 0em;
  13003. padding-left: 0em;
  13004. }
  13005. /* Header */
  13006. .ui.list .list > .item .header,
  13007. .ui.list > .item .header {
  13008. display: block;
  13009. margin: 0em;
  13010. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  13011. font-weight: bold;
  13012. color: rgba(0, 0, 0, 0.87);
  13013. }
  13014. /* Description */
  13015. .ui.list .list > .item .description,
  13016. .ui.list > .item .description {
  13017. display: block;
  13018. color: rgba(0, 0, 0, 0.7);
  13019. }
  13020. /* Child Link */
  13021. .ui.list > .item a,
  13022. .ui.list .list > .item a {
  13023. cursor: pointer;
  13024. }
  13025. /* Linking Item */
  13026. .ui.list .list > a.item,
  13027. .ui.list > a.item {
  13028. cursor: pointer;
  13029. color: #4183C4;
  13030. }
  13031. .ui.list .list > a.item:hover,
  13032. .ui.list > a.item:hover {
  13033. color: #1e70bf;
  13034. }
  13035. /* Linked Item Icons */
  13036. .ui.list .list > a.item i.icon,
  13037. .ui.list > a.item i.icon {
  13038. color: rgba(0, 0, 0, 0.4);
  13039. }
  13040. /* Header Link */
  13041. .ui.list .list > .item a.header,
  13042. .ui.list > .item a.header {
  13043. cursor: pointer;
  13044. color: #4183C4 !important;
  13045. }
  13046. .ui.list .list > .item a.header:hover,
  13047. .ui.list > .item a.header:hover {
  13048. color: #1e70bf !important;
  13049. }
  13050. /* Floated Content */
  13051. .ui[class*="left floated"].list {
  13052. float: left;
  13053. }
  13054. .ui[class*="right floated"].list {
  13055. float: right;
  13056. }
  13057. .ui.list .list > .item [class*="left floated"],
  13058. .ui.list > .item [class*="left floated"] {
  13059. float: left;
  13060. margin: 0em 1em 0em 0em;
  13061. }
  13062. .ui.list .list > .item [class*="right floated"],
  13063. .ui.list > .item [class*="right floated"] {
  13064. float: right;
  13065. margin: 0em 0em 0em 1em;
  13066. }
  13067. /*******************************
  13068. Coupling
  13069. *******************************/
  13070. .ui.menu .ui.list > .item,
  13071. .ui.menu .ui.list .list > .item {
  13072. display: list-item;
  13073. table-layout: fixed;
  13074. background-color: transparent;
  13075. list-style-type: none;
  13076. list-style-position: outside;
  13077. padding: 0.21428571em 0em;
  13078. line-height: 1.14285714em;
  13079. }
  13080. .ui.menu .ui.list .list > .item:before,
  13081. .ui.menu .ui.list > .item:before {
  13082. border: none;
  13083. background: none;
  13084. }
  13085. .ui.menu .ui.list .list > .item:first-child,
  13086. .ui.menu .ui.list > .item:first-child {
  13087. padding-top: 0em;
  13088. }
  13089. .ui.menu .ui.list .list > .item:last-child,
  13090. .ui.menu .ui.list > .item:last-child {
  13091. padding-bottom: 0em;
  13092. }
  13093. /*******************************
  13094. Types
  13095. *******************************/
  13096. /*-------------------
  13097. Horizontal
  13098. --------------------*/
  13099. .ui.horizontal.list {
  13100. display: inline-block;
  13101. font-size: 0em;
  13102. }
  13103. .ui.horizontal.list > .item {
  13104. display: inline-block;
  13105. margin-left: 1em;
  13106. font-size: 1rem;
  13107. }
  13108. .ui.horizontal.list:not(.celled) > .item:first-child {
  13109. margin-left: 0em !important;
  13110. padding-left: 0em !important;
  13111. }
  13112. .ui.horizontal.list .list {
  13113. padding-left: 0em;
  13114. padding-bottom: 0em;
  13115. }
  13116. .ui.horizontal.list > .item > .image,
  13117. .ui.horizontal.list .list > .item > .image,
  13118. .ui.horizontal.list > .item > .icon,
  13119. .ui.horizontal.list .list > .item > .icon,
  13120. .ui.horizontal.list > .item > .content,
  13121. .ui.horizontal.list .list > .item > .content {
  13122. vertical-align: middle;
  13123. }
  13124. /* Padding on all elements */
  13125. .ui.horizontal.list > .item:first-child,
  13126. .ui.horizontal.list > .item:last-child {
  13127. padding-top: 0.21428571em;
  13128. padding-bottom: 0.21428571em;
  13129. }
  13130. /* Horizontal List */
  13131. .ui.horizontal.list > .item > i.icon {
  13132. margin: 0em;
  13133. padding: 0em 0.25em 0em 0em;
  13134. }
  13135. .ui.horizontal.list > .item > .icon,
  13136. .ui.horizontal.list > .item > .icon + .content {
  13137. float: none;
  13138. display: inline-block;
  13139. }
  13140. /*******************************
  13141. States
  13142. *******************************/
  13143. /*-------------------
  13144. Disabled
  13145. --------------------*/
  13146. .ui.list .list > .disabled.item,
  13147. .ui.list > .disabled.item {
  13148. pointer-events: none;
  13149. color: rgba(40, 40, 40, 0.3) !important;
  13150. }
  13151. .ui.inverted.list .list > .disabled.item,
  13152. .ui.inverted.list > .disabled.item {
  13153. color: rgba(225, 225, 225, 0.3) !important;
  13154. }
  13155. /*-------------------
  13156. Hover
  13157. --------------------*/
  13158. .ui.list .list > a.item:hover .icon,
  13159. .ui.list > a.item:hover .icon {
  13160. color: rgba(0, 0, 0, 0.87);
  13161. }
  13162. /*******************************
  13163. Variations
  13164. *******************************/
  13165. /*-------------------
  13166. Inverted
  13167. --------------------*/
  13168. .ui.inverted.list .list > a.item > .icon,
  13169. .ui.inverted.list > a.item > .icon {
  13170. color: rgba(255, 255, 255, 0.7);
  13171. }
  13172. .ui.inverted.list .list > .item .header,
  13173. .ui.inverted.list > .item .header {
  13174. color: rgba(255, 255, 255, 0.9);
  13175. }
  13176. .ui.inverted.list .list > .item .description,
  13177. .ui.inverted.list > .item .description {
  13178. color: rgba(255, 255, 255, 0.7);
  13179. }
  13180. /* Item Link */
  13181. .ui.inverted.list .list > a.item,
  13182. .ui.inverted.list > a.item {
  13183. cursor: pointer;
  13184. color: rgba(255, 255, 255, 0.9);
  13185. }
  13186. .ui.inverted.list .list > a.item:hover,
  13187. .ui.inverted.list > a.item:hover {
  13188. color: #1e70bf;
  13189. }
  13190. /* Linking Content */
  13191. .ui.inverted.list .item a:not(.ui) {
  13192. color: rgba(255, 255, 255, 0.9) !important;
  13193. }
  13194. .ui.inverted.list .item a:not(.ui):hover {
  13195. color: #1e70bf !important;
  13196. }
  13197. /*-------------------
  13198. Aligned
  13199. --------------------*/
  13200. .ui.list[class*="top aligned"] .image,
  13201. .ui.list[class*="top aligned"] .content,
  13202. .ui.list [class*="top aligned"] {
  13203. vertical-align: top !important;
  13204. }
  13205. .ui.list[class*="middle aligned"] .image,
  13206. .ui.list[class*="middle aligned"] .content,
  13207. .ui.list [class*="middle aligned"] {
  13208. vertical-align: middle !important;
  13209. }
  13210. .ui.list[class*="bottom aligned"] .image,
  13211. .ui.list[class*="bottom aligned"] .content,
  13212. .ui.list [class*="bottom aligned"] {
  13213. vertical-align: bottom !important;
  13214. }
  13215. /*-------------------
  13216. Link
  13217. --------------------*/
  13218. .ui.link.list .item,
  13219. .ui.link.list a.item,
  13220. .ui.link.list .item a:not(.ui) {
  13221. color: rgba(0, 0, 0, 0.4);
  13222. -webkit-transition: 0.1s color ease;
  13223. transition: 0.1s color ease;
  13224. }
  13225. .ui.link.list.list a.item:hover,
  13226. .ui.link.list.list .item a:not(.ui):hover {
  13227. color: rgba(0, 0, 0, 0.8);
  13228. }
  13229. .ui.link.list.list a.item:active,
  13230. .ui.link.list.list .item a:not(.ui):active {
  13231. color: rgba(0, 0, 0, 0.9);
  13232. }
  13233. .ui.link.list.list .active.item,
  13234. .ui.link.list.list .active.item a:not(.ui) {
  13235. color: rgba(0, 0, 0, 0.95);
  13236. }
  13237. /* Inverted */
  13238. .ui.inverted.link.list .item,
  13239. .ui.inverted.link.list a.item,
  13240. .ui.inverted.link.list .item a:not(.ui) {
  13241. color: rgba(255, 255, 255, 0.5);
  13242. }
  13243. .ui.inverted.link.list.list a.item:hover,
  13244. .ui.inverted.link.list.list .item a:not(.ui):hover {
  13245. color: #ffffff;
  13246. }
  13247. .ui.inverted.link.list.list a.item:active,
  13248. .ui.inverted.link.list.list .item a:not(.ui):active {
  13249. color: #ffffff;
  13250. }
  13251. .ui.inverted.link.list.list a.active.item,
  13252. .ui.inverted.link.list.list .active.item a:not(.ui) {
  13253. color: #ffffff;
  13254. }
  13255. /*-------------------
  13256. Selection
  13257. --------------------*/
  13258. .ui.selection.list .list > .item,
  13259. .ui.selection.list > .item {
  13260. cursor: pointer;
  13261. background: transparent;
  13262. padding: 0.5em 0.5em;
  13263. margin: 0em;
  13264. color: rgba(0, 0, 0, 0.4);
  13265. border-radius: 0.5em;
  13266. -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  13267. transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  13268. }
  13269. .ui.selection.list .list > .item:last-child,
  13270. .ui.selection.list > .item:last-child {
  13271. margin-bottom: 0em;
  13272. }
  13273. .ui.selection.list.list > .item:hover,
  13274. .ui.selection.list > .item:hover {
  13275. background: rgba(0, 0, 0, 0.03);
  13276. color: rgba(0, 0, 0, 0.8);
  13277. }
  13278. .ui.selection.list .list > .item:active,
  13279. .ui.selection.list > .item:active {
  13280. background: rgba(0, 0, 0, 0.05);
  13281. color: rgba(0, 0, 0, 0.9);
  13282. }
  13283. .ui.selection.list .list > .item.active,
  13284. .ui.selection.list > .item.active {
  13285. background: rgba(0, 0, 0, 0.05);
  13286. color: rgba(0, 0, 0, 0.95);
  13287. }
  13288. /* Inverted */
  13289. .ui.inverted.selection.list > .item,
  13290. .ui.inverted.selection.list > .item {
  13291. background: transparent;
  13292. color: rgba(255, 255, 255, 0.5);
  13293. }
  13294. .ui.inverted.selection.list > .item:hover,
  13295. .ui.inverted.selection.list > .item:hover {
  13296. background: rgba(255, 255, 255, 0.02);
  13297. color: #ffffff;
  13298. }
  13299. .ui.inverted.selection.list > .item:active,
  13300. .ui.inverted.selection.list > .item:active {
  13301. background: rgba(255, 255, 255, 0.08);
  13302. color: #ffffff;
  13303. }
  13304. .ui.inverted.selection.list > .item.active,
  13305. .ui.inverted.selection.list > .item.active {
  13306. background: rgba(255, 255, 255, 0.08);
  13307. color: #ffffff;
  13308. }
  13309. /* Celled / Divided Selection List */
  13310. .ui.celled.selection.list .list > .item,
  13311. .ui.divided.selection.list .list > .item,
  13312. .ui.celled.selection.list > .item,
  13313. .ui.divided.selection.list > .item {
  13314. border-radius: 0em;
  13315. }
  13316. /*-------------------
  13317. Animated
  13318. --------------------*/
  13319. .ui.animated.list > .item {
  13320. -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  13321. transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  13322. }
  13323. .ui.animated.list:not(.horizontal) > .item:hover {
  13324. padding-left: 1em;
  13325. }
  13326. /*-------------------
  13327. Fitted
  13328. --------------------*/
  13329. .ui.fitted.list:not(.selection) .list > .item,
  13330. .ui.fitted.list:not(.selection) > .item {
  13331. padding-left: 0em;
  13332. padding-right: 0em;
  13333. }
  13334. .ui.fitted.selection.list .list > .item,
  13335. .ui.fitted.selection.list > .item {
  13336. margin-left: -0.5em;
  13337. margin-right: -0.5em;
  13338. }
  13339. /*-------------------
  13340. Bulleted
  13341. --------------------*/
  13342. ul.ui.list,
  13343. .ui.bulleted.list {
  13344. margin-left: 1.25rem;
  13345. }
  13346. ul.ui.list li,
  13347. .ui.bulleted.list .list > .item,
  13348. .ui.bulleted.list > .item {
  13349. position: relative;
  13350. }
  13351. ul.ui.list li:before,
  13352. .ui.bulleted.list .list > .item:before,
  13353. .ui.bulleted.list > .item:before {
  13354. -webkit-user-select: none;
  13355. -moz-user-select: none;
  13356. -ms-user-select: none;
  13357. user-select: none;
  13358. pointer-events: none;
  13359. position: absolute;
  13360. top: auto;
  13361. left: auto;
  13362. font-weight: normal;
  13363. margin-left: -1.25rem;
  13364. content: '•';
  13365. opacity: 1;
  13366. color: inherit;
  13367. vertical-align: top;
  13368. }
  13369. ul.ui.list li:before,
  13370. .ui.bulleted.list .list > a.item:before,
  13371. .ui.bulleted.list > a.item:before {
  13372. color: rgba(0, 0, 0, 0.87);
  13373. }
  13374. ul.ui.list ul,
  13375. .ui.bulleted.list .list {
  13376. padding-left: 1.25rem;
  13377. }
  13378. /* Horizontal Bulleted */
  13379. ul.ui.horizontal.bulleted.list,
  13380. .ui.horizontal.bulleted.list {
  13381. margin-left: 0em;
  13382. }
  13383. ul.ui.horizontal.bulleted.list li,
  13384. .ui.horizontal.bulleted.list > .item {
  13385. margin-left: 1.75rem;
  13386. }
  13387. ul.ui.horizontal.bulleted.list li:first-child,
  13388. .ui.horizontal.bulleted.list > .item:first-child {
  13389. margin-left: 0em;
  13390. }
  13391. ul.ui.horizontal.bulleted.list li::before,
  13392. .ui.horizontal.bulleted.list > .item::before {
  13393. color: rgba(0, 0, 0, 0.87);
  13394. }
  13395. ul.ui.horizontal.bulleted.list li:first-child::before,
  13396. .ui.horizontal.bulleted.list > .item:first-child::before {
  13397. display: none;
  13398. }
  13399. /*-------------------
  13400. Ordered
  13401. --------------------*/
  13402. ol.ui.list,
  13403. .ui.ordered.list,
  13404. .ui.ordered.list .list,
  13405. ol.ui.list ol {
  13406. counter-reset: ordered;
  13407. margin-left: 1.25rem;
  13408. list-style-type: none;
  13409. }
  13410. ol.ui.list li,
  13411. .ui.ordered.list .list > .item,
  13412. .ui.ordered.list > .item {
  13413. list-style-type: none;
  13414. position: relative;
  13415. }
  13416. ol.ui.list li:before,
  13417. .ui.ordered.list .list > .item:before,
  13418. .ui.ordered.list > .item:before {
  13419. position: absolute;
  13420. top: auto;
  13421. left: auto;
  13422. -webkit-user-select: none;
  13423. -moz-user-select: none;
  13424. -ms-user-select: none;
  13425. user-select: none;
  13426. pointer-events: none;
  13427. margin-left: -1.25rem;
  13428. counter-increment: ordered;
  13429. content: counters(ordered, ".") " ";
  13430. text-align: right;
  13431. color: rgba(0, 0, 0, 0.87);
  13432. vertical-align: middle;
  13433. opacity: 0.8;
  13434. }
  13435. ol.ui.inverted.list li:before,
  13436. .ui.ordered.inverted.list .list > .item:before,
  13437. .ui.ordered.inverted.list > .item:before {
  13438. color: rgba(255, 255, 255, 0.7);
  13439. }
  13440. /* Value */
  13441. .ui.ordered.list > .list > .item[data-value],
  13442. .ui.ordered.list > .item[data-value] {
  13443. content: attr(data-value);
  13444. }
  13445. ol.ui.list li[value]:before {
  13446. content: attr(value);
  13447. }
  13448. /* Child Lists */
  13449. ol.ui.list ol,
  13450. .ui.ordered.list .list {
  13451. margin-left: 1em;
  13452. }
  13453. ol.ui.list ol li:before,
  13454. .ui.ordered.list .list > .item:before {
  13455. margin-left: -2em;
  13456. }
  13457. /* Horizontal Ordered */
  13458. ol.ui.horizontal.list,
  13459. .ui.ordered.horizontal.list {
  13460. margin-left: 0em;
  13461. }
  13462. ol.ui.horizontal.list li:before,
  13463. .ui.ordered.horizontal.list .list > .item:before,
  13464. .ui.ordered.horizontal.list > .item:before {
  13465. position: static;
  13466. margin: 0em 0.5em 0em 0em;
  13467. }
  13468. /*-------------------
  13469. Divided
  13470. --------------------*/
  13471. .ui.divided.list > .item {
  13472. border-top: 1px solid rgba(34, 36, 38, 0.15);
  13473. }
  13474. .ui.divided.list .list > .item {
  13475. border-top: none;
  13476. }
  13477. .ui.divided.list .item .list > .item {
  13478. border-top: none;
  13479. }
  13480. .ui.divided.list .list > .item:first-child,
  13481. .ui.divided.list > .item:first-child {
  13482. border-top: none;
  13483. }
  13484. /* Sub Menu */
  13485. .ui.divided.list:not(.horizontal) .list > .item:first-child {
  13486. border-top-width: 1px;
  13487. }
  13488. /* Divided bulleted */
  13489. .ui.divided.bulleted.list:not(.horizontal),
  13490. .ui.divided.bulleted.list .list {
  13491. margin-left: 0em;
  13492. padding-left: 0em;
  13493. }
  13494. .ui.divided.bulleted.list > .item:not(.horizontal) {
  13495. padding-left: 1.25rem;
  13496. }
  13497. /* Divided Ordered */
  13498. .ui.divided.ordered.list {
  13499. margin-left: 0em;
  13500. }
  13501. .ui.divided.ordered.list .list > .item,
  13502. .ui.divided.ordered.list > .item {
  13503. padding-left: 1.25rem;
  13504. }
  13505. .ui.divided.ordered.list .item .list {
  13506. margin-left: 0em;
  13507. margin-right: 0em;
  13508. padding-bottom: 0.21428571em;
  13509. }
  13510. .ui.divided.ordered.list .item .list > .item {
  13511. padding-left: 1em;
  13512. }
  13513. /* Divided Selection */
  13514. .ui.divided.selection.list .list > .item,
  13515. .ui.divided.selection.list > .item {
  13516. margin: 0em;
  13517. border-radius: 0em;
  13518. }
  13519. /* Divided horizontal */
  13520. .ui.divided.horizontal.list {
  13521. margin-left: 0em;
  13522. }
  13523. .ui.divided.horizontal.list > .item:not(:first-child) {
  13524. padding-left: 0.5em;
  13525. }
  13526. .ui.divided.horizontal.list > .item:not(:last-child) {
  13527. padding-right: 0.5em;
  13528. }
  13529. .ui.divided.horizontal.list > .item {
  13530. border-top: none;
  13531. border-left: 1px solid rgba(34, 36, 38, 0.15);
  13532. margin: 0em;
  13533. line-height: 0.6;
  13534. }
  13535. .ui.horizontal.divided.list > .item:first-child {
  13536. border-left: none;
  13537. }
  13538. /* Inverted */
  13539. .ui.divided.inverted.list > .item,
  13540. .ui.divided.inverted.list > .list,
  13541. .ui.divided.inverted.horizontal.list > .item {
  13542. border-color: rgba(255, 255, 255, 0.1);
  13543. }
  13544. /*-------------------
  13545. Celled
  13546. --------------------*/
  13547. .ui.celled.list > .item,
  13548. .ui.celled.list > .list {
  13549. border-top: 1px solid rgba(34, 36, 38, 0.15);
  13550. padding-left: 0.5em;
  13551. padding-right: 0.5em;
  13552. }
  13553. .ui.celled.list > .item:last-child {
  13554. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  13555. }
  13556. /* Padding on all elements */
  13557. .ui.celled.list > .item:first-child,
  13558. .ui.celled.list > .item:last-child {
  13559. padding-top: 0.21428571em;
  13560. padding-bottom: 0.21428571em;
  13561. }
  13562. /* Sub Menu */
  13563. .ui.celled.list .item .list > .item {
  13564. border-width: 0px;
  13565. }
  13566. .ui.celled.list .list > .item:first-child {
  13567. border-top-width: 0px;
  13568. }
  13569. /* Celled Bulleted */
  13570. .ui.celled.bulleted.list {
  13571. margin-left: 0em;
  13572. }
  13573. .ui.celled.bulleted.list .list > .item,
  13574. .ui.celled.bulleted.list > .item {
  13575. padding-left: 1.25rem;
  13576. }
  13577. .ui.celled.bulleted.list .item .list {
  13578. margin-left: -1.25rem;
  13579. margin-right: -1.25rem;
  13580. padding-bottom: 0.21428571em;
  13581. }
  13582. /* Celled Ordered */
  13583. .ui.celled.ordered.list {
  13584. margin-left: 0em;
  13585. }
  13586. .ui.celled.ordered.list .list > .item,
  13587. .ui.celled.ordered.list > .item {
  13588. padding-left: 1.25rem;
  13589. }
  13590. .ui.celled.ordered.list .item .list {
  13591. margin-left: 0em;
  13592. margin-right: 0em;
  13593. padding-bottom: 0.21428571em;
  13594. }
  13595. .ui.celled.ordered.list .list > .item {
  13596. padding-left: 1em;
  13597. }
  13598. /* Celled Horizontal */
  13599. .ui.horizontal.celled.list {
  13600. margin-left: 0em;
  13601. }
  13602. .ui.horizontal.celled.list .list > .item,
  13603. .ui.horizontal.celled.list > .item {
  13604. border-top: none;
  13605. border-left: 1px solid rgba(34, 36, 38, 0.15);
  13606. margin: 0em;
  13607. padding-left: 0.5em;
  13608. padding-right: 0.5em;
  13609. line-height: 0.6;
  13610. }
  13611. .ui.horizontal.celled.list .list > .item:last-child,
  13612. .ui.horizontal.celled.list > .item:last-child {
  13613. border-bottom: none;
  13614. border-right: 1px solid rgba(34, 36, 38, 0.15);
  13615. }
  13616. /* Inverted */
  13617. .ui.celled.inverted.list > .item,
  13618. .ui.celled.inverted.list > .list {
  13619. border-color: 1px solid rgba(255, 255, 255, 0.1);
  13620. }
  13621. .ui.celled.inverted.horizontal.list .list > .item,
  13622. .ui.celled.inverted.horizontal.list > .item {
  13623. border-color: 1px solid rgba(255, 255, 255, 0.1);
  13624. }
  13625. /*-------------------
  13626. Relaxed
  13627. --------------------*/
  13628. .ui.relaxed.list:not(.horizontal) > .item:not(:first-child) {
  13629. padding-top: 0.42857143em;
  13630. }
  13631. .ui.relaxed.list:not(.horizontal) > .item:not(:last-child) {
  13632. padding-bottom: 0.42857143em;
  13633. }
  13634. .ui.horizontal.relaxed.list .list > .item:not(:first-child),
  13635. .ui.horizontal.relaxed.list > .item:not(:first-child) {
  13636. padding-left: 1rem;
  13637. }
  13638. .ui.horizontal.relaxed.list .list > .item:not(:last-child),
  13639. .ui.horizontal.relaxed.list > .item:not(:last-child) {
  13640. padding-right: 1rem;
  13641. }
  13642. /* Very Relaxed */
  13643. .ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:first-child) {
  13644. padding-top: 0.85714286em;
  13645. }
  13646. .ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:last-child) {
  13647. padding-bottom: 0.85714286em;
  13648. }
  13649. .ui.horizontal[class*="very relaxed"].list .list > .item:not(:first-child),
  13650. .ui.horizontal[class*="very relaxed"].list > .item:not(:first-child) {
  13651. padding-left: 1.5rem;
  13652. }
  13653. .ui.horizontal[class*="very relaxed"].list .list > .item:not(:last-child),
  13654. .ui.horizontal[class*="very relaxed"].list > .item:not(:last-child) {
  13655. padding-right: 1.5rem;
  13656. }
  13657. /*-------------------
  13658. Sizes
  13659. --------------------*/
  13660. .ui.mini.list {
  13661. font-size: 0.78571429em;
  13662. }
  13663. .ui.tiny.list {
  13664. font-size: 0.85714286em;
  13665. }
  13666. .ui.small.list {
  13667. font-size: 0.92857143em;
  13668. }
  13669. .ui.list {
  13670. font-size: 1em;
  13671. }
  13672. .ui.large.list {
  13673. font-size: 1.14285714em;
  13674. }
  13675. .ui.big.list {
  13676. font-size: 1.28571429em;
  13677. }
  13678. .ui.huge.list {
  13679. font-size: 1.42857143em;
  13680. }
  13681. .ui.massive.list {
  13682. font-size: 1.71428571em;
  13683. }
  13684. .ui.mini.horizontal.list .list > .item,
  13685. .ui.mini.horizontal.list > .item {
  13686. font-size: 0.78571429rem;
  13687. }
  13688. .ui.tiny.horizontal.list .list > .item,
  13689. .ui.tiny.horizontal.list > .item {
  13690. font-size: 0.85714286rem;
  13691. }
  13692. .ui.small.horizontal.list .list > .item,
  13693. .ui.small.horizontal.list > .item {
  13694. font-size: 0.92857143rem;
  13695. }
  13696. .ui.horizontal.list .list > .item,
  13697. .ui.horizontal.list > .item {
  13698. font-size: 1rem;
  13699. }
  13700. .ui.large.horizontal.list .list > .item,
  13701. .ui.large.horizontal.list > .item {
  13702. font-size: 1.14285714rem;
  13703. }
  13704. .ui.big.horizontal.list .list > .item,
  13705. .ui.big.horizontal.list > .item {
  13706. font-size: 1.28571429rem;
  13707. }
  13708. .ui.huge.horizontal.list .list > .item,
  13709. .ui.huge.horizontal.list > .item {
  13710. font-size: 1.42857143rem;
  13711. }
  13712. .ui.massive.horizontal.list .list > .item,
  13713. .ui.massive.horizontal.list > .item {
  13714. font-size: 1.71428571rem;
  13715. }
  13716. /*******************************
  13717. Theme Overrides
  13718. *******************************/
  13719. /*******************************
  13720. User Variable Overrides
  13721. *******************************/
  13722. /*!
  13723. * # Semantic UI 2.4.0 - Loader
  13724. * http://github.com/semantic-org/semantic-ui/
  13725. *
  13726. *
  13727. * Released under the MIT license
  13728. * http://opensource.org/licenses/MIT
  13729. *
  13730. */
  13731. /*******************************
  13732. Loader
  13733. *******************************/
  13734. /* Standard Size */
  13735. .ui.loader {
  13736. display: none;
  13737. position: absolute;
  13738. top: 50%;
  13739. left: 50%;
  13740. margin: 0px;
  13741. text-align: center;
  13742. z-index: 1000;
  13743. -webkit-transform: translateX(-50%) translateY(-50%);
  13744. transform: translateX(-50%) translateY(-50%);
  13745. }
  13746. /* Static Shape */
  13747. .ui.loader:before {
  13748. position: absolute;
  13749. content: '';
  13750. top: 0%;
  13751. left: 50%;
  13752. width: 100%;
  13753. height: 100%;
  13754. border-radius: 500rem;
  13755. border: 0.2em solid rgba(0, 0, 0, 0.1);
  13756. }
  13757. /* Active Shape */
  13758. .ui.loader:after {
  13759. position: absolute;
  13760. content: '';
  13761. top: 0%;
  13762. left: 50%;
  13763. width: 100%;
  13764. height: 100%;
  13765. -webkit-animation: loader 0.6s linear;
  13766. animation: loader 0.6s linear;
  13767. -webkit-animation-iteration-count: infinite;
  13768. animation-iteration-count: infinite;
  13769. border-radius: 500rem;
  13770. border-color: #767676 transparent transparent;
  13771. border-style: solid;
  13772. border-width: 0.2em;
  13773. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  13774. box-shadow: 0px 0px 0px 1px transparent;
  13775. }
  13776. /* Active Animation */
  13777. @-webkit-keyframes loader {
  13778. from {
  13779. -webkit-transform: rotate(0deg);
  13780. transform: rotate(0deg);
  13781. }
  13782. to {
  13783. -webkit-transform: rotate(360deg);
  13784. transform: rotate(360deg);
  13785. }
  13786. }
  13787. @keyframes loader {
  13788. from {
  13789. -webkit-transform: rotate(0deg);
  13790. transform: rotate(0deg);
  13791. }
  13792. to {
  13793. -webkit-transform: rotate(360deg);
  13794. transform: rotate(360deg);
  13795. }
  13796. }
  13797. /* Sizes */
  13798. .ui.mini.loader:before,
  13799. .ui.mini.loader:after {
  13800. width: 1rem;
  13801. height: 1rem;
  13802. margin: 0em 0em 0em -0.5rem;
  13803. }
  13804. .ui.tiny.loader:before,
  13805. .ui.tiny.loader:after {
  13806. width: 1.14285714rem;
  13807. height: 1.14285714rem;
  13808. margin: 0em 0em 0em -0.57142857rem;
  13809. }
  13810. .ui.small.loader:before,
  13811. .ui.small.loader:after {
  13812. width: 1.71428571rem;
  13813. height: 1.71428571rem;
  13814. margin: 0em 0em 0em -0.85714286rem;
  13815. }
  13816. .ui.loader:before,
  13817. .ui.loader:after {
  13818. width: 2.28571429rem;
  13819. height: 2.28571429rem;
  13820. margin: 0em 0em 0em -1.14285714rem;
  13821. }
  13822. .ui.large.loader:before,
  13823. .ui.large.loader:after {
  13824. width: 3.42857143rem;
  13825. height: 3.42857143rem;
  13826. margin: 0em 0em 0em -1.71428571rem;
  13827. }
  13828. .ui.big.loader:before,
  13829. .ui.big.loader:after {
  13830. width: 3.71428571rem;
  13831. height: 3.71428571rem;
  13832. margin: 0em 0em 0em -1.85714286rem;
  13833. }
  13834. .ui.huge.loader:before,
  13835. .ui.huge.loader:after {
  13836. width: 4.14285714rem;
  13837. height: 4.14285714rem;
  13838. margin: 0em 0em 0em -2.07142857rem;
  13839. }
  13840. .ui.massive.loader:before,
  13841. .ui.massive.loader:after {
  13842. width: 4.57142857rem;
  13843. height: 4.57142857rem;
  13844. margin: 0em 0em 0em -2.28571429rem;
  13845. }
  13846. /*-------------------
  13847. Coupling
  13848. --------------------*/
  13849. /* Show inside active dimmer */
  13850. .ui.dimmer .loader {
  13851. display: block;
  13852. }
  13853. /* Black Dimmer */
  13854. .ui.dimmer .ui.loader {
  13855. color: rgba(255, 255, 255, 0.9);
  13856. }
  13857. .ui.dimmer .ui.loader:before {
  13858. border-color: rgba(255, 255, 255, 0.15);
  13859. }
  13860. .ui.dimmer .ui.loader:after {
  13861. border-color: #FFFFFF transparent transparent;
  13862. }
  13863. /* White Dimmer (Inverted) */
  13864. .ui.inverted.dimmer .ui.loader {
  13865. color: rgba(0, 0, 0, 0.87);
  13866. }
  13867. .ui.inverted.dimmer .ui.loader:before {
  13868. border-color: rgba(0, 0, 0, 0.1);
  13869. }
  13870. .ui.inverted.dimmer .ui.loader:after {
  13871. border-color: #767676 transparent transparent;
  13872. }
  13873. /*******************************
  13874. Types
  13875. *******************************/
  13876. /*-------------------
  13877. Text
  13878. --------------------*/
  13879. .ui.text.loader {
  13880. width: auto !important;
  13881. height: auto !important;
  13882. text-align: center;
  13883. font-style: normal;
  13884. }
  13885. /*******************************
  13886. States
  13887. *******************************/
  13888. .ui.indeterminate.loader:after {
  13889. animation-direction: reverse;
  13890. -webkit-animation-duration: 1.2s;
  13891. animation-duration: 1.2s;
  13892. }
  13893. .ui.loader.active,
  13894. .ui.loader.visible {
  13895. display: block;
  13896. }
  13897. .ui.loader.disabled,
  13898. .ui.loader.hidden {
  13899. display: none;
  13900. }
  13901. /*******************************
  13902. Variations
  13903. *******************************/
  13904. /*-------------------
  13905. Sizes
  13906. --------------------*/
  13907. /* Loader */
  13908. .ui.inverted.dimmer .ui.mini.loader,
  13909. .ui.mini.loader {
  13910. width: 1rem;
  13911. height: 1rem;
  13912. font-size: 0.78571429em;
  13913. }
  13914. .ui.inverted.dimmer .ui.tiny.loader,
  13915. .ui.tiny.loader {
  13916. width: 1.14285714rem;
  13917. height: 1.14285714rem;
  13918. font-size: 0.85714286em;
  13919. }
  13920. .ui.inverted.dimmer .ui.small.loader,
  13921. .ui.small.loader {
  13922. width: 1.71428571rem;
  13923. height: 1.71428571rem;
  13924. font-size: 0.92857143em;
  13925. }
  13926. .ui.inverted.dimmer .ui.loader,
  13927. .ui.loader {
  13928. width: 2.28571429rem;
  13929. height: 2.28571429rem;
  13930. font-size: 1em;
  13931. }
  13932. .ui.inverted.dimmer .ui.large.loader,
  13933. .ui.large.loader {
  13934. width: 3.42857143rem;
  13935. height: 3.42857143rem;
  13936. font-size: 1.14285714em;
  13937. }
  13938. .ui.inverted.dimmer .ui.big.loader,
  13939. .ui.big.loader {
  13940. width: 3.71428571rem;
  13941. height: 3.71428571rem;
  13942. font-size: 1.28571429em;
  13943. }
  13944. .ui.inverted.dimmer .ui.huge.loader,
  13945. .ui.huge.loader {
  13946. width: 4.14285714rem;
  13947. height: 4.14285714rem;
  13948. font-size: 1.42857143em;
  13949. }
  13950. .ui.inverted.dimmer .ui.massive.loader,
  13951. .ui.massive.loader {
  13952. width: 4.57142857rem;
  13953. height: 4.57142857rem;
  13954. font-size: 1.71428571em;
  13955. }
  13956. /* Text Loader */
  13957. .ui.mini.text.loader {
  13958. min-width: 1rem;
  13959. padding-top: 1.78571429rem;
  13960. }
  13961. .ui.tiny.text.loader {
  13962. min-width: 1.14285714rem;
  13963. padding-top: 1.92857143rem;
  13964. }
  13965. .ui.small.text.loader {
  13966. min-width: 1.71428571rem;
  13967. padding-top: 2.5rem;
  13968. }
  13969. .ui.text.loader {
  13970. min-width: 2.28571429rem;
  13971. padding-top: 3.07142857rem;
  13972. }
  13973. .ui.large.text.loader {
  13974. min-width: 3.42857143rem;
  13975. padding-top: 4.21428571rem;
  13976. }
  13977. .ui.big.text.loader {
  13978. min-width: 3.71428571rem;
  13979. padding-top: 4.5rem;
  13980. }
  13981. .ui.huge.text.loader {
  13982. min-width: 4.14285714rem;
  13983. padding-top: 4.92857143rem;
  13984. }
  13985. .ui.massive.text.loader {
  13986. min-width: 4.57142857rem;
  13987. padding-top: 5.35714286rem;
  13988. }
  13989. /*-------------------
  13990. Inverted
  13991. --------------------*/
  13992. .ui.inverted.loader {
  13993. color: rgba(255, 255, 255, 0.9);
  13994. }
  13995. .ui.inverted.loader:before {
  13996. border-color: rgba(255, 255, 255, 0.15);
  13997. }
  13998. .ui.inverted.loader:after {
  13999. border-top-color: #FFFFFF;
  14000. }
  14001. /*-------------------
  14002. Inline
  14003. --------------------*/
  14004. .ui.inline.loader {
  14005. position: relative;
  14006. vertical-align: middle;
  14007. margin: 0em;
  14008. left: 0em;
  14009. top: 0em;
  14010. -webkit-transform: none;
  14011. transform: none;
  14012. }
  14013. .ui.inline.loader.active,
  14014. .ui.inline.loader.visible {
  14015. display: inline-block;
  14016. }
  14017. /* Centered Inline */
  14018. .ui.centered.inline.loader.active,
  14019. .ui.centered.inline.loader.visible {
  14020. display: block;
  14021. margin-left: auto;
  14022. margin-right: auto;
  14023. }
  14024. /*******************************
  14025. Theme Overrides
  14026. *******************************/
  14027. /*******************************
  14028. Site Overrides
  14029. *******************************/
  14030. /*!
  14031. * # Semantic UI 2.4.0 - Loader
  14032. * http://github.com/semantic-org/semantic-ui/
  14033. *
  14034. *
  14035. * Released under the MIT license
  14036. * http://opensource.org/licenses/MIT
  14037. *
  14038. */
  14039. /*-------------------
  14040. Content
  14041. --------------------*/
  14042. .ui.placeholder {
  14043. position: static;
  14044. overflow: hidden;
  14045. -webkit-animation: placeholderShimmer 2s linear;
  14046. animation: placeholderShimmer 2s linear;
  14047. -webkit-animation-iteration-count: infinite;
  14048. animation-iteration-count: infinite;
  14049. background-color: #FFFFFF;
  14050. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), color-stop(15%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.08)));
  14051. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
  14052. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
  14053. background-size: 1200px 100%;
  14054. max-width: 30rem;
  14055. }
  14056. @-webkit-keyframes placeholderShimmer {
  14057. 0% {
  14058. background-position: -1200px 0;
  14059. }
  14060. 100% {
  14061. background-position: 1200px 0;
  14062. }
  14063. }
  14064. @keyframes placeholderShimmer {
  14065. 0% {
  14066. background-position: -1200px 0;
  14067. }
  14068. 100% {
  14069. background-position: 1200px 0;
  14070. }
  14071. }
  14072. .ui.placeholder + .ui.placeholder {
  14073. margin-top: 2rem;
  14074. }
  14075. .ui.placeholder + .ui.placeholder {
  14076. -webkit-animation-delay: 0.15s;
  14077. animation-delay: 0.15s;
  14078. }
  14079. .ui.placeholder + .ui.placeholder + .ui.placeholder {
  14080. -webkit-animation-delay: 0.3s;
  14081. animation-delay: 0.3s;
  14082. }
  14083. .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder {
  14084. -webkit-animation-delay: 0.45s;
  14085. animation-delay: 0.45s;
  14086. }
  14087. .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder {
  14088. -webkit-animation-delay: 0.6s;
  14089. animation-delay: 0.6s;
  14090. }
  14091. .ui.placeholder,
  14092. .ui.placeholder > :before,
  14093. .ui.placeholder .image.header:after,
  14094. .ui.placeholder .line,
  14095. .ui.placeholder .line:after {
  14096. background-color: #FFFFFF;
  14097. }
  14098. /* Image */
  14099. .ui.placeholder .image:not(.header):not(.ui) {
  14100. height: 100px;
  14101. }
  14102. .ui.placeholder .square.image:not(.header) {
  14103. height: 0px;
  14104. overflow: hidden;
  14105. /* 1/1 aspect ratio */
  14106. padding-top: 100%;
  14107. }
  14108. .ui.placeholder .rectangular.image:not(.header) {
  14109. height: 0px;
  14110. overflow: hidden;
  14111. /* 4/3 aspect ratio */
  14112. padding-top: 75%;
  14113. }
  14114. /* Lines */
  14115. .ui.placeholder .line {
  14116. position: relative;
  14117. height: 0.85714286em;
  14118. }
  14119. .ui.placeholder .line:before,
  14120. .ui.placeholder .line:after {
  14121. top: 100%;
  14122. position: absolute;
  14123. content: '';
  14124. background-color: inherit;
  14125. }
  14126. .ui.placeholder .line:before {
  14127. left: 0px;
  14128. }
  14129. .ui.placeholder .line:after {
  14130. right: 0px;
  14131. }
  14132. /* Any Lines */
  14133. .ui.placeholder .line {
  14134. margin-bottom: 0.5em;
  14135. }
  14136. .ui.placeholder .line:before,
  14137. .ui.placeholder .line:after {
  14138. height: 0.5em;
  14139. }
  14140. .ui.placeholder .line:not(:first-child) {
  14141. margin-top: 0.5em;
  14142. }
  14143. /* Header Image + 2 Lines */
  14144. .ui.placeholder .header {
  14145. position: relative;
  14146. overflow: hidden;
  14147. }
  14148. /* Line Outdent */
  14149. .ui.placeholder .line:nth-child(1):after {
  14150. width: 0%;
  14151. }
  14152. .ui.placeholder .line:nth-child(2):after {
  14153. width: 50%;
  14154. }
  14155. .ui.placeholder .line:nth-child(3):after {
  14156. width: 10%;
  14157. }
  14158. .ui.placeholder .line:nth-child(4):after {
  14159. width: 35%;
  14160. }
  14161. .ui.placeholder .line:nth-child(5):after {
  14162. width: 65%;
  14163. }
  14164. /* Header Line 1 & 2*/
  14165. .ui.placeholder .header .line {
  14166. margin-bottom: 0.64285714em;
  14167. }
  14168. .ui.placeholder .header .line:before,
  14169. .ui.placeholder .header .line:after {
  14170. height: 0.64285714em;
  14171. }
  14172. .ui.placeholder .header .line:not(:first-child) {
  14173. margin-top: 0.64285714em;
  14174. }
  14175. .ui.placeholder .header .line:after {
  14176. width: 20%;
  14177. }
  14178. .ui.placeholder .header .line:nth-child(2):after {
  14179. width: 60%;
  14180. }
  14181. /* Image Header */
  14182. .ui.placeholder .image.header .line {
  14183. margin-left: 3em;
  14184. }
  14185. .ui.placeholder .image.header .line:before {
  14186. width: 0.71428571rem;
  14187. }
  14188. .ui.placeholder .image.header:after {
  14189. display: block;
  14190. height: 0.85714286em;
  14191. content: '';
  14192. margin-left: 3em;
  14193. }
  14194. /* Spacing */
  14195. .ui.placeholder .image .line:first-child,
  14196. .ui.placeholder .paragraph .line:first-child,
  14197. .ui.placeholder .header .line:first-child {
  14198. height: 0.01px;
  14199. }
  14200. .ui.placeholder .image:not(:first-child):before,
  14201. .ui.placeholder .paragraph:not(:first-child):before,
  14202. .ui.placeholder .header:not(:first-child):before {
  14203. height: 1.42857143em;
  14204. content: '';
  14205. display: block;
  14206. }
  14207. /* Inverted Content Loader */
  14208. .ui.inverted.placeholder {
  14209. background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.08)), color-stop(15%, rgba(255, 255, 255, 0.14)), color-stop(30%, rgba(255, 255, 255, 0.08)));
  14210. background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
  14211. background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
  14212. }
  14213. .ui.inverted.placeholder,
  14214. .ui.inverted.placeholder > :before,
  14215. .ui.inverted.placeholder .image.header:after,
  14216. .ui.inverted.placeholder .line,
  14217. .ui.inverted.placeholder .line:after {
  14218. background-color: #1B1C1D;
  14219. }
  14220. /*******************************
  14221. Variations
  14222. *******************************/
  14223. /*-------------------
  14224. Sizes
  14225. --------------------*/
  14226. .ui.placeholder .full.line.line.line:after {
  14227. width: 0%;
  14228. }
  14229. .ui.placeholder .very.long.line.line.line:after {
  14230. width: 10%;
  14231. }
  14232. .ui.placeholder .long.line.line.line:after {
  14233. width: 35%;
  14234. }
  14235. .ui.placeholder .medium.line.line.line:after {
  14236. width: 50%;
  14237. }
  14238. .ui.placeholder .short.line.line.line:after {
  14239. width: 65%;
  14240. }
  14241. .ui.placeholder .very.short.line.line.line:after {
  14242. width: 80%;
  14243. }
  14244. /*-------------------
  14245. Fluid
  14246. --------------------*/
  14247. .ui.fluid.placeholder {
  14248. max-width: none;
  14249. }
  14250. /*!
  14251. * # Semantic UI 2.4.0 - Rail
  14252. * http://github.com/semantic-org/semantic-ui/
  14253. *
  14254. *
  14255. * Released under the MIT license
  14256. * http://opensource.org/licenses/MIT
  14257. *
  14258. */
  14259. /*******************************
  14260. Rails
  14261. *******************************/
  14262. .ui.rail {
  14263. position: absolute;
  14264. top: 0%;
  14265. width: 300px;
  14266. height: 100%;
  14267. }
  14268. .ui.left.rail {
  14269. left: auto;
  14270. right: 100%;
  14271. padding: 0em 2rem 0em 0em;
  14272. margin: 0em 2rem 0em 0em;
  14273. }
  14274. .ui.right.rail {
  14275. left: 100%;
  14276. right: auto;
  14277. padding: 0em 0em 0em 2rem;
  14278. margin: 0em 0em 0em 2rem;
  14279. }
  14280. /*******************************
  14281. Variations
  14282. *******************************/
  14283. /*--------------
  14284. Internal
  14285. ---------------*/
  14286. .ui.left.internal.rail {
  14287. left: 0%;
  14288. right: auto;
  14289. padding: 0em 0em 0em 2rem;
  14290. margin: 0em 0em 0em 2rem;
  14291. }
  14292. .ui.right.internal.rail {
  14293. left: auto;
  14294. right: 0%;
  14295. padding: 0em 2rem 0em 0em;
  14296. margin: 0em 2rem 0em 0em;
  14297. }
  14298. /*--------------
  14299. Dividing
  14300. ---------------*/
  14301. .ui.dividing.rail {
  14302. width: 302.5px;
  14303. }
  14304. .ui.left.dividing.rail {
  14305. padding: 0em 2.5rem 0em 0em;
  14306. margin: 0em 2.5rem 0em 0em;
  14307. border-right: 1px solid rgba(34, 36, 38, 0.15);
  14308. }
  14309. .ui.right.dividing.rail {
  14310. border-left: 1px solid rgba(34, 36, 38, 0.15);
  14311. padding: 0em 0em 0em 2.5rem;
  14312. margin: 0em 0em 0em 2.5rem;
  14313. }
  14314. /*--------------
  14315. Distance
  14316. ---------------*/
  14317. .ui.close.rail {
  14318. width: calc( 300px + 1em );
  14319. }
  14320. .ui.close.left.rail {
  14321. padding: 0em 1em 0em 0em;
  14322. margin: 0em 1em 0em 0em;
  14323. }
  14324. .ui.close.right.rail {
  14325. padding: 0em 0em 0em 1em;
  14326. margin: 0em 0em 0em 1em;
  14327. }
  14328. .ui.very.close.rail {
  14329. width: calc( 300px + 0.5em );
  14330. }
  14331. .ui.very.close.left.rail {
  14332. padding: 0em 0.5em 0em 0em;
  14333. margin: 0em 0.5em 0em 0em;
  14334. }
  14335. .ui.very.close.right.rail {
  14336. padding: 0em 0em 0em 0.5em;
  14337. margin: 0em 0em 0em 0.5em;
  14338. }
  14339. /*--------------
  14340. Attached
  14341. ---------------*/
  14342. .ui.attached.left.rail,
  14343. .ui.attached.right.rail {
  14344. padding: 0em;
  14345. margin: 0em;
  14346. }
  14347. /*--------------
  14348. Sizing
  14349. ---------------*/
  14350. .ui.mini.rail {
  14351. font-size: 0.78571429rem;
  14352. }
  14353. .ui.tiny.rail {
  14354. font-size: 0.85714286rem;
  14355. }
  14356. .ui.small.rail {
  14357. font-size: 0.92857143rem;
  14358. }
  14359. .ui.rail {
  14360. font-size: 1rem;
  14361. }
  14362. .ui.large.rail {
  14363. font-size: 1.14285714rem;
  14364. }
  14365. .ui.big.rail {
  14366. font-size: 1.28571429rem;
  14367. }
  14368. .ui.huge.rail {
  14369. font-size: 1.42857143rem;
  14370. }
  14371. .ui.massive.rail {
  14372. font-size: 1.71428571rem;
  14373. }
  14374. /*******************************
  14375. Theme Overrides
  14376. *******************************/
  14377. /*******************************
  14378. Site Overrides
  14379. *******************************/
  14380. /*!
  14381. * # Semantic UI 2.4.0 - Reveal
  14382. * http://github.com/semantic-org/semantic-ui/
  14383. *
  14384. *
  14385. * Released under the MIT license
  14386. * http://opensource.org/licenses/MIT
  14387. *
  14388. */
  14389. /*******************************
  14390. Reveal
  14391. *******************************/
  14392. .ui.reveal {
  14393. display: inherit;
  14394. position: relative !important;
  14395. font-size: 0em !important;
  14396. }
  14397. .ui.reveal > .visible.content {
  14398. position: absolute !important;
  14399. top: 0em !important;
  14400. left: 0em !important;
  14401. z-index: 3 !important;
  14402. -webkit-transition: all 0.5s ease 0.1s;
  14403. transition: all 0.5s ease 0.1s;
  14404. }
  14405. .ui.reveal > .hidden.content {
  14406. position: relative !important;
  14407. z-index: 2 !important;
  14408. }
  14409. /* Make sure hovered element is on top of other reveal */
  14410. .ui.active.reveal .visible.content,
  14411. .ui.reveal:hover .visible.content {
  14412. z-index: 4 !important;
  14413. }
  14414. /*******************************
  14415. Types
  14416. *******************************/
  14417. /*--------------
  14418. Slide
  14419. ---------------*/
  14420. .ui.slide.reveal {
  14421. position: relative !important;
  14422. overflow: hidden !important;
  14423. white-space: nowrap;
  14424. }
  14425. .ui.slide.reveal > .content {
  14426. display: block;
  14427. width: 100%;
  14428. white-space: normal;
  14429. float: left;
  14430. margin: 0em;
  14431. -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  14432. transition: -webkit-transform 0.5s ease 0.1s;
  14433. transition: transform 0.5s ease 0.1s;
  14434. transition: transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  14435. }
  14436. .ui.slide.reveal > .visible.content {
  14437. position: relative !important;
  14438. }
  14439. .ui.slide.reveal > .hidden.content {
  14440. position: absolute !important;
  14441. left: 0% !important;
  14442. width: 100% !important;
  14443. -webkit-transform: translateX(100%) !important;
  14444. transform: translateX(100%) !important;
  14445. }
  14446. .ui.slide.active.reveal > .visible.content,
  14447. .ui.slide.reveal:hover > .visible.content {
  14448. -webkit-transform: translateX(-100%) !important;
  14449. transform: translateX(-100%) !important;
  14450. }
  14451. .ui.slide.active.reveal > .hidden.content,
  14452. .ui.slide.reveal:hover > .hidden.content {
  14453. -webkit-transform: translateX(0%) !important;
  14454. transform: translateX(0%) !important;
  14455. }
  14456. .ui.slide.right.reveal > .visible.content {
  14457. -webkit-transform: translateX(0%) !important;
  14458. transform: translateX(0%) !important;
  14459. }
  14460. .ui.slide.right.reveal > .hidden.content {
  14461. -webkit-transform: translateX(-100%) !important;
  14462. transform: translateX(-100%) !important;
  14463. }
  14464. .ui.slide.right.active.reveal > .visible.content,
  14465. .ui.slide.right.reveal:hover > .visible.content {
  14466. -webkit-transform: translateX(100%) !important;
  14467. transform: translateX(100%) !important;
  14468. }
  14469. .ui.slide.right.active.reveal > .hidden.content,
  14470. .ui.slide.right.reveal:hover > .hidden.content {
  14471. -webkit-transform: translateX(0%) !important;
  14472. transform: translateX(0%) !important;
  14473. }
  14474. .ui.slide.up.reveal > .hidden.content {
  14475. -webkit-transform: translateY(100%) !important;
  14476. transform: translateY(100%) !important;
  14477. }
  14478. .ui.slide.up.active.reveal > .visible.content,
  14479. .ui.slide.up.reveal:hover > .visible.content {
  14480. -webkit-transform: translateY(-100%) !important;
  14481. transform: translateY(-100%) !important;
  14482. }
  14483. .ui.slide.up.active.reveal > .hidden.content,
  14484. .ui.slide.up.reveal:hover > .hidden.content {
  14485. -webkit-transform: translateY(0%) !important;
  14486. transform: translateY(0%) !important;
  14487. }
  14488. .ui.slide.down.reveal > .hidden.content {
  14489. -webkit-transform: translateY(-100%) !important;
  14490. transform: translateY(-100%) !important;
  14491. }
  14492. .ui.slide.down.active.reveal > .visible.content,
  14493. .ui.slide.down.reveal:hover > .visible.content {
  14494. -webkit-transform: translateY(100%) !important;
  14495. transform: translateY(100%) !important;
  14496. }
  14497. .ui.slide.down.active.reveal > .hidden.content,
  14498. .ui.slide.down.reveal:hover > .hidden.content {
  14499. -webkit-transform: translateY(0%) !important;
  14500. transform: translateY(0%) !important;
  14501. }
  14502. /*--------------
  14503. Fade
  14504. ---------------*/
  14505. .ui.fade.reveal > .visible.content {
  14506. opacity: 1;
  14507. }
  14508. .ui.fade.active.reveal > .visible.content,
  14509. .ui.fade.reveal:hover > .visible.content {
  14510. opacity: 0;
  14511. }
  14512. /*--------------
  14513. Move
  14514. ---------------*/
  14515. .ui.move.reveal {
  14516. position: relative !important;
  14517. overflow: hidden !important;
  14518. white-space: nowrap;
  14519. }
  14520. .ui.move.reveal > .content {
  14521. display: block;
  14522. float: left;
  14523. white-space: normal;
  14524. margin: 0em;
  14525. -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  14526. transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  14527. transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  14528. transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  14529. }
  14530. .ui.move.reveal > .visible.content {
  14531. position: relative !important;
  14532. }
  14533. .ui.move.reveal > .hidden.content {
  14534. position: absolute !important;
  14535. left: 0% !important;
  14536. width: 100% !important;
  14537. }
  14538. .ui.move.active.reveal > .visible.content,
  14539. .ui.move.reveal:hover > .visible.content {
  14540. -webkit-transform: translateX(-100%) !important;
  14541. transform: translateX(-100%) !important;
  14542. }
  14543. .ui.move.right.active.reveal > .visible.content,
  14544. .ui.move.right.reveal:hover > .visible.content {
  14545. -webkit-transform: translateX(100%) !important;
  14546. transform: translateX(100%) !important;
  14547. }
  14548. .ui.move.up.active.reveal > .visible.content,
  14549. .ui.move.up.reveal:hover > .visible.content {
  14550. -webkit-transform: translateY(-100%) !important;
  14551. transform: translateY(-100%) !important;
  14552. }
  14553. .ui.move.down.active.reveal > .visible.content,
  14554. .ui.move.down.reveal:hover > .visible.content {
  14555. -webkit-transform: translateY(100%) !important;
  14556. transform: translateY(100%) !important;
  14557. }
  14558. /*--------------
  14559. Rotate
  14560. ---------------*/
  14561. .ui.rotate.reveal > .visible.content {
  14562. -webkit-transition-duration: 0.5s;
  14563. transition-duration: 0.5s;
  14564. -webkit-transform: rotate(0deg);
  14565. transform: rotate(0deg);
  14566. }
  14567. .ui.rotate.reveal > .visible.content,
  14568. .ui.rotate.right.reveal > .visible.content {
  14569. -webkit-transform-origin: bottom right;
  14570. transform-origin: bottom right;
  14571. }
  14572. .ui.rotate.active.reveal > .visible.content,
  14573. .ui.rotate.reveal:hover > .visible.content,
  14574. .ui.rotate.right.active.reveal > .visible.content,
  14575. .ui.rotate.right.reveal:hover > .visible.content {
  14576. -webkit-transform: rotate(110deg);
  14577. transform: rotate(110deg);
  14578. }
  14579. .ui.rotate.left.reveal > .visible.content {
  14580. -webkit-transform-origin: bottom left;
  14581. transform-origin: bottom left;
  14582. }
  14583. .ui.rotate.left.active.reveal > .visible.content,
  14584. .ui.rotate.left.reveal:hover > .visible.content {
  14585. -webkit-transform: rotate(-110deg);
  14586. transform: rotate(-110deg);
  14587. }
  14588. /*******************************
  14589. States
  14590. *******************************/
  14591. .ui.disabled.reveal:hover > .visible.visible.content {
  14592. position: static !important;
  14593. display: block !important;
  14594. opacity: 1 !important;
  14595. top: 0 !important;
  14596. left: 0 !important;
  14597. right: auto !important;
  14598. bottom: auto !important;
  14599. -webkit-transform: none !important;
  14600. transform: none !important;
  14601. }
  14602. .ui.disabled.reveal:hover > .hidden.hidden.content {
  14603. display: none !important;
  14604. }
  14605. /*******************************
  14606. Coupling
  14607. *******************************/
  14608. .ui.reveal > .ui.ribbon.label {
  14609. z-index: 5;
  14610. }
  14611. /*******************************
  14612. Variations
  14613. *******************************/
  14614. /*--------------
  14615. Visible
  14616. ---------------*/
  14617. .ui.visible.reveal {
  14618. overflow: visible;
  14619. }
  14620. /*--------------
  14621. Instant
  14622. ---------------*/
  14623. .ui.instant.reveal > .content {
  14624. -webkit-transition-delay: 0s !important;
  14625. transition-delay: 0s !important;
  14626. }
  14627. /*--------------
  14628. Sizing
  14629. ---------------*/
  14630. .ui.reveal > .content {
  14631. font-size: 1rem !important;
  14632. }
  14633. /*******************************
  14634. Theme Overrides
  14635. *******************************/
  14636. /*******************************
  14637. Site Overrides
  14638. *******************************/
  14639. /*!
  14640. * # Semantic UI 2.4.0 - Segment
  14641. * http://github.com/semantic-org/semantic-ui/
  14642. *
  14643. *
  14644. * Released under the MIT license
  14645. * http://opensource.org/licenses/MIT
  14646. *
  14647. */
  14648. /*******************************
  14649. Segment
  14650. *******************************/
  14651. .ui.segment {
  14652. position: relative;
  14653. background: #FFFFFF;
  14654. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  14655. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  14656. margin: 1rem 0em;
  14657. padding: 1em 1em;
  14658. border-radius: 0.28571429rem;
  14659. border: 1px solid rgba(34, 36, 38, 0.15);
  14660. }
  14661. .ui.segment:first-child {
  14662. margin-top: 0em;
  14663. }
  14664. .ui.segment:last-child {
  14665. margin-bottom: 0em;
  14666. }
  14667. /* Vertical */
  14668. .ui.vertical.segment {
  14669. margin: 0em;
  14670. padding-left: 0em;
  14671. padding-right: 0em;
  14672. background: none transparent;
  14673. border-radius: 0px;
  14674. -webkit-box-shadow: none;
  14675. box-shadow: none;
  14676. border: none;
  14677. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  14678. }
  14679. .ui.vertical.segment:last-child {
  14680. border-bottom: none;
  14681. }
  14682. /*-------------------
  14683. Loose Coupling
  14684. --------------------*/
  14685. /* Header */
  14686. .ui.inverted.segment > .ui.header {
  14687. color: #FFFFFF;
  14688. }
  14689. /* Label */
  14690. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  14691. border-top-left-radius: 0em;
  14692. border-top-right-radius: 0em;
  14693. }
  14694. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  14695. border-bottom-left-radius: 0em;
  14696. border-bottom-right-radius: 0em;
  14697. }
  14698. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  14699. border-top-left-radius: 0em;
  14700. border-top-right-radius: 0em;
  14701. }
  14702. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  14703. border-bottom-left-radius: 0em;
  14704. border-bottom-right-radius: 0em;
  14705. }
  14706. /* Grid */
  14707. .ui.page.grid.segment,
  14708. .ui.grid > .row > .ui.segment.column,
  14709. .ui.grid > .ui.segment.column {
  14710. padding-top: 2em;
  14711. padding-bottom: 2em;
  14712. }
  14713. .ui.grid.segment {
  14714. margin: 1rem 0em;
  14715. border-radius: 0.28571429rem;
  14716. }
  14717. /* Table */
  14718. .ui.basic.table.segment {
  14719. background: #FFFFFF;
  14720. border: 1px solid rgba(34, 36, 38, 0.15);
  14721. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  14722. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  14723. }
  14724. .ui[class*="very basic"].table.segment {
  14725. padding: 1em 1em;
  14726. }
  14727. /*******************************
  14728. Types
  14729. *******************************/
  14730. /*-------------------
  14731. Placeholder
  14732. --------------------*/
  14733. .ui.placeholder.segment {
  14734. display: -webkit-box;
  14735. display: -ms-flexbox;
  14736. display: flex;
  14737. -webkit-box-orient: vertical;
  14738. -webkit-box-direction: normal;
  14739. -ms-flex-direction: column;
  14740. flex-direction: column;
  14741. -webkit-box-pack: center;
  14742. -ms-flex-pack: center;
  14743. justify-content: center;
  14744. -webkit-box-align: stretch;
  14745. -ms-flex-align: stretch;
  14746. align-items: stretch;
  14747. max-width: initial;
  14748. -webkit-animation: none;
  14749. animation: none;
  14750. overflow: visible;
  14751. padding: 1em 1em;
  14752. min-height: 18rem;
  14753. background: #F9FAFB;
  14754. border-color: rgba(34, 36, 38, 0.15);
  14755. -webkit-box-shadow: 0px 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
  14756. box-shadow: 0px 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
  14757. }
  14758. .ui.placeholder.segment .button,
  14759. .ui.placeholder.segment textarea {
  14760. display: block;
  14761. }
  14762. .ui.placeholder.segment .field,
  14763. .ui.placeholder.segment textarea,
  14764. .ui.placeholder.segment > .ui.input,
  14765. .ui.placeholder.segment .button {
  14766. max-width: 15rem;
  14767. margin-left: auto;
  14768. margin-right: auto;
  14769. }
  14770. .ui.placeholder.segment .column .button,
  14771. .ui.placeholder.segment .column .field,
  14772. .ui.placeholder.segment .column textarea,
  14773. .ui.placeholder.segment .column > .ui.input {
  14774. max-width: 15rem;
  14775. margin-left: auto;
  14776. margin-right: auto;
  14777. }
  14778. .ui.placeholder.segment > .inline {
  14779. -ms-flex-item-align: center;
  14780. align-self: center;
  14781. }
  14782. .ui.placeholder.segment > .inline > .button {
  14783. display: inline-block;
  14784. width: auto;
  14785. margin: 0px 0.35714286rem 0px 0px;
  14786. }
  14787. .ui.placeholder.segment > .inline > .button:last-child {
  14788. margin-right: 0px;
  14789. }
  14790. /*-------------------
  14791. Piled
  14792. --------------------*/
  14793. .ui.piled.segments,
  14794. .ui.piled.segment {
  14795. margin: 3em 0em;
  14796. -webkit-box-shadow: '';
  14797. box-shadow: '';
  14798. z-index: auto;
  14799. }
  14800. .ui.piled.segment:first-child {
  14801. margin-top: 0em;
  14802. }
  14803. .ui.piled.segment:last-child {
  14804. margin-bottom: 0em;
  14805. }
  14806. .ui.piled.segments:after,
  14807. .ui.piled.segments:before,
  14808. .ui.piled.segment:after,
  14809. .ui.piled.segment:before {
  14810. background-color: #FFFFFF;
  14811. visibility: visible;
  14812. content: '';
  14813. display: block;
  14814. height: 100%;
  14815. left: 0px;
  14816. position: absolute;
  14817. width: 100%;
  14818. border: 1px solid rgba(34, 36, 38, 0.15);
  14819. -webkit-box-shadow: '';
  14820. box-shadow: '';
  14821. }
  14822. .ui.piled.segments:before,
  14823. .ui.piled.segment:before {
  14824. -webkit-transform: rotate(-1.2deg);
  14825. transform: rotate(-1.2deg);
  14826. top: 0;
  14827. z-index: -2;
  14828. }
  14829. .ui.piled.segments:after,
  14830. .ui.piled.segment:after {
  14831. -webkit-transform: rotate(1.2deg);
  14832. transform: rotate(1.2deg);
  14833. top: 0;
  14834. z-index: -1;
  14835. }
  14836. /* Piled Attached */
  14837. .ui[class*="top attached"].piled.segment {
  14838. margin-top: 3em;
  14839. margin-bottom: 0em;
  14840. }
  14841. .ui.piled.segment[class*="top attached"]:first-child {
  14842. margin-top: 0em;
  14843. }
  14844. .ui.piled.segment[class*="bottom attached"] {
  14845. margin-top: 0em;
  14846. margin-bottom: 3em;
  14847. }
  14848. .ui.piled.segment[class*="bottom attached"]:last-child {
  14849. margin-bottom: 0em;
  14850. }
  14851. /*-------------------
  14852. Stacked
  14853. --------------------*/
  14854. .ui.stacked.segment {
  14855. padding-bottom: 1.4em;
  14856. }
  14857. .ui.stacked.segments:before,
  14858. .ui.stacked.segments:after,
  14859. .ui.stacked.segment:before,
  14860. .ui.stacked.segment:after {
  14861. content: '';
  14862. position: absolute;
  14863. bottom: -3px;
  14864. left: 0%;
  14865. border-top: 1px solid rgba(34, 36, 38, 0.15);
  14866. background: rgba(0, 0, 0, 0.03);
  14867. width: 100%;
  14868. height: 6px;
  14869. visibility: visible;
  14870. }
  14871. .ui.stacked.segments:before,
  14872. .ui.stacked.segment:before {
  14873. display: none;
  14874. }
  14875. /* Add additional page */
  14876. .ui.tall.stacked.segments:before,
  14877. .ui.tall.stacked.segment:before {
  14878. display: block;
  14879. bottom: 0px;
  14880. }
  14881. /* Inverted */
  14882. .ui.stacked.inverted.segments:before,
  14883. .ui.stacked.inverted.segments:after,
  14884. .ui.stacked.inverted.segment:before,
  14885. .ui.stacked.inverted.segment:after {
  14886. background-color: rgba(0, 0, 0, 0.03);
  14887. border-top: 1px solid rgba(34, 36, 38, 0.35);
  14888. }
  14889. /*-------------------
  14890. Padded
  14891. --------------------*/
  14892. .ui.padded.segment {
  14893. padding: 1.5em;
  14894. }
  14895. .ui[class*="very padded"].segment {
  14896. padding: 3em;
  14897. }
  14898. /* Padded vertical */
  14899. .ui.padded.segment.vertical.segment,
  14900. .ui[class*="very padded"].vertical.segment {
  14901. padding-left: 0px;
  14902. padding-right: 0px;
  14903. }
  14904. /*-------------------
  14905. Compact
  14906. --------------------*/
  14907. .ui.compact.segment {
  14908. display: table;
  14909. }
  14910. /* Compact Group */
  14911. .ui.compact.segments {
  14912. display: -webkit-inline-box;
  14913. display: -ms-inline-flexbox;
  14914. display: inline-flex;
  14915. }
  14916. .ui.compact.segments .segment,
  14917. .ui.segments .compact.segment {
  14918. display: block;
  14919. -webkit-box-flex: 0;
  14920. -ms-flex: 0 1 auto;
  14921. flex: 0 1 auto;
  14922. }
  14923. /*-------------------
  14924. Circular
  14925. --------------------*/
  14926. .ui.circular.segment {
  14927. display: table-cell;
  14928. padding: 2em;
  14929. text-align: center;
  14930. vertical-align: middle;
  14931. border-radius: 500em;
  14932. }
  14933. /*-------------------
  14934. Raised
  14935. --------------------*/
  14936. .ui.raised.segments,
  14937. .ui.raised.segment {
  14938. -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  14939. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  14940. }
  14941. /*******************************
  14942. Groups
  14943. *******************************/
  14944. /* Group */
  14945. .ui.segments {
  14946. -webkit-box-orient: vertical;
  14947. -webkit-box-direction: normal;
  14948. -ms-flex-direction: column;
  14949. flex-direction: column;
  14950. position: relative;
  14951. margin: 1rem 0em;
  14952. border: 1px solid rgba(34, 36, 38, 0.15);
  14953. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  14954. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  14955. border-radius: 0.28571429rem;
  14956. }
  14957. .ui.segments:first-child {
  14958. margin-top: 0em;
  14959. }
  14960. .ui.segments:last-child {
  14961. margin-bottom: 0em;
  14962. }
  14963. /* Nested Segment */
  14964. .ui.segments > .segment {
  14965. top: 0px;
  14966. bottom: 0px;
  14967. border-radius: 0px;
  14968. margin: 0em;
  14969. width: auto;
  14970. -webkit-box-shadow: none;
  14971. box-shadow: none;
  14972. border: none;
  14973. border-top: 1px solid rgba(34, 36, 38, 0.15);
  14974. }
  14975. .ui.segments:not(.horizontal) > .segment:first-child {
  14976. border-top: none;
  14977. margin-top: 0em;
  14978. bottom: 0px;
  14979. margin-bottom: 0em;
  14980. top: 0px;
  14981. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  14982. }
  14983. /* Bottom */
  14984. .ui.segments:not(.horizontal) > .segment:last-child {
  14985. top: 0px;
  14986. bottom: 0px;
  14987. margin-top: 0em;
  14988. margin-bottom: 0em;
  14989. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  14990. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  14991. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  14992. }
  14993. /* Only */
  14994. .ui.segments:not(.horizontal) > .segment:only-child {
  14995. border-radius: 0.28571429rem;
  14996. }
  14997. /* Nested Group */
  14998. .ui.segments > .ui.segments {
  14999. border-top: 1px solid rgba(34, 36, 38, 0.15);
  15000. margin: 1rem 1rem;
  15001. }
  15002. .ui.segments > .segments:first-child {
  15003. border-top: none;
  15004. }
  15005. .ui.segments > .segment + .segments:not(.horizontal) {
  15006. margin-top: 0em;
  15007. }
  15008. /* Horizontal Group */
  15009. .ui.horizontal.segments {
  15010. display: -webkit-box;
  15011. display: -ms-flexbox;
  15012. display: flex;
  15013. -webkit-box-orient: horizontal;
  15014. -webkit-box-direction: normal;
  15015. -ms-flex-direction: row;
  15016. flex-direction: row;
  15017. background-color: transparent;
  15018. border-radius: 0px;
  15019. padding: 0em;
  15020. background-color: #FFFFFF;
  15021. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  15022. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  15023. margin: 1rem 0em;
  15024. border-radius: 0.28571429rem;
  15025. border: 1px solid rgba(34, 36, 38, 0.15);
  15026. }
  15027. /* Nested Horizontal Group */
  15028. .ui.segments > .horizontal.segments {
  15029. margin: 0em;
  15030. background-color: transparent;
  15031. border-radius: 0px;
  15032. border: none;
  15033. -webkit-box-shadow: none;
  15034. box-shadow: none;
  15035. border-top: 1px solid rgba(34, 36, 38, 0.15);
  15036. }
  15037. /* Horizontal Segment */
  15038. .ui.horizontal.segments > .segment {
  15039. -webkit-box-flex: 1;
  15040. flex: 1 1 auto;
  15041. -ms-flex: 1 1 0px;
  15042. /* Solves #2550 MS Flex */
  15043. margin: 0em;
  15044. min-width: 0px;
  15045. background-color: transparent;
  15046. border-radius: 0px;
  15047. border: none;
  15048. -webkit-box-shadow: none;
  15049. box-shadow: none;
  15050. border-left: 1px solid rgba(34, 36, 38, 0.15);
  15051. }
  15052. /* Border Fixes */
  15053. .ui.segments > .horizontal.segments:first-child {
  15054. border-top: none;
  15055. }
  15056. .ui.horizontal.segments > .segment:first-child {
  15057. border-left: none;
  15058. }
  15059. /*******************************
  15060. States
  15061. *******************************/
  15062. /*--------------
  15063. Disabled
  15064. ---------------*/
  15065. .ui.disabled.segment {
  15066. opacity: 0.45;
  15067. color: rgba(40, 40, 40, 0.3);
  15068. }
  15069. /*--------------
  15070. Loading
  15071. ---------------*/
  15072. .ui.loading.segment {
  15073. position: relative;
  15074. cursor: default;
  15075. pointer-events: none;
  15076. text-shadow: none !important;
  15077. color: transparent !important;
  15078. -webkit-transition: all 0s linear;
  15079. transition: all 0s linear;
  15080. }
  15081. .ui.loading.segment:before {
  15082. position: absolute;
  15083. content: '';
  15084. top: 0%;
  15085. left: 0%;
  15086. background: rgba(255, 255, 255, 0.8);
  15087. width: 100%;
  15088. height: 100%;
  15089. border-radius: 0.28571429rem;
  15090. z-index: 100;
  15091. }
  15092. .ui.loading.segment:after {
  15093. position: absolute;
  15094. content: '';
  15095. top: 50%;
  15096. left: 50%;
  15097. margin: -1.5em 0em 0em -1.5em;
  15098. width: 3em;
  15099. height: 3em;
  15100. -webkit-animation: segment-spin 0.6s linear;
  15101. animation: segment-spin 0.6s linear;
  15102. -webkit-animation-iteration-count: infinite;
  15103. animation-iteration-count: infinite;
  15104. border-radius: 500rem;
  15105. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  15106. border-style: solid;
  15107. border-width: 0.2em;
  15108. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  15109. box-shadow: 0px 0px 0px 1px transparent;
  15110. visibility: visible;
  15111. z-index: 101;
  15112. }
  15113. @-webkit-keyframes segment-spin {
  15114. from {
  15115. -webkit-transform: rotate(0deg);
  15116. transform: rotate(0deg);
  15117. }
  15118. to {
  15119. -webkit-transform: rotate(360deg);
  15120. transform: rotate(360deg);
  15121. }
  15122. }
  15123. @keyframes segment-spin {
  15124. from {
  15125. -webkit-transform: rotate(0deg);
  15126. transform: rotate(0deg);
  15127. }
  15128. to {
  15129. -webkit-transform: rotate(360deg);
  15130. transform: rotate(360deg);
  15131. }
  15132. }
  15133. /*******************************
  15134. Variations
  15135. *******************************/
  15136. /*-------------------
  15137. Basic
  15138. --------------------*/
  15139. .ui.basic.segment {
  15140. background: none transparent;
  15141. -webkit-box-shadow: none;
  15142. box-shadow: none;
  15143. border: none;
  15144. border-radius: 0px;
  15145. }
  15146. /*-------------------
  15147. Clearing
  15148. --------------------*/
  15149. .ui.clearing.segment:after {
  15150. content: ".";
  15151. display: block;
  15152. height: 0;
  15153. clear: both;
  15154. visibility: hidden;
  15155. }
  15156. /*-------------------
  15157. Colors
  15158. --------------------*/
  15159. /* Red */
  15160. .ui.red.segment:not(.inverted) {
  15161. border-top: 2px solid #DB2828 !important;
  15162. }
  15163. .ui.inverted.red.segment {
  15164. background-color: #DB2828 !important;
  15165. color: #FFFFFF !important;
  15166. }
  15167. /* Orange */
  15168. .ui.orange.segment:not(.inverted) {
  15169. border-top: 2px solid #F2711C !important;
  15170. }
  15171. .ui.inverted.orange.segment {
  15172. background-color: #F2711C !important;
  15173. color: #FFFFFF !important;
  15174. }
  15175. /* Yellow */
  15176. .ui.yellow.segment:not(.inverted) {
  15177. border-top: 2px solid #FBBD08 !important;
  15178. }
  15179. .ui.inverted.yellow.segment {
  15180. background-color: #FBBD08 !important;
  15181. color: #FFFFFF !important;
  15182. }
  15183. /* Olive */
  15184. .ui.olive.segment:not(.inverted) {
  15185. border-top: 2px solid #B5CC18 !important;
  15186. }
  15187. .ui.inverted.olive.segment {
  15188. background-color: #B5CC18 !important;
  15189. color: #FFFFFF !important;
  15190. }
  15191. /* Green */
  15192. .ui.green.segment:not(.inverted) {
  15193. border-top: 2px solid #21BA45 !important;
  15194. }
  15195. .ui.inverted.green.segment {
  15196. background-color: #21BA45 !important;
  15197. color: #FFFFFF !important;
  15198. }
  15199. /* Teal */
  15200. .ui.teal.segment:not(.inverted) {
  15201. border-top: 2px solid #00B5AD !important;
  15202. }
  15203. .ui.inverted.teal.segment {
  15204. background-color: #00B5AD !important;
  15205. color: #FFFFFF !important;
  15206. }
  15207. /* Blue */
  15208. .ui.blue.segment:not(.inverted) {
  15209. border-top: 2px solid #2185D0 !important;
  15210. }
  15211. .ui.inverted.blue.segment {
  15212. background-color: #2185D0 !important;
  15213. color: #FFFFFF !important;
  15214. }
  15215. /* Violet */
  15216. .ui.violet.segment:not(.inverted) {
  15217. border-top: 2px solid #6435C9 !important;
  15218. }
  15219. .ui.inverted.violet.segment {
  15220. background-color: #6435C9 !important;
  15221. color: #FFFFFF !important;
  15222. }
  15223. /* Purple */
  15224. .ui.purple.segment:not(.inverted) {
  15225. border-top: 2px solid #A333C8 !important;
  15226. }
  15227. .ui.inverted.purple.segment {
  15228. background-color: #A333C8 !important;
  15229. color: #FFFFFF !important;
  15230. }
  15231. /* Pink */
  15232. .ui.pink.segment:not(.inverted) {
  15233. border-top: 2px solid #E03997 !important;
  15234. }
  15235. .ui.inverted.pink.segment {
  15236. background-color: #E03997 !important;
  15237. color: #FFFFFF !important;
  15238. }
  15239. /* Brown */
  15240. .ui.brown.segment:not(.inverted) {
  15241. border-top: 2px solid #A5673F !important;
  15242. }
  15243. .ui.inverted.brown.segment {
  15244. background-color: #A5673F !important;
  15245. color: #FFFFFF !important;
  15246. }
  15247. /* Grey */
  15248. .ui.grey.segment:not(.inverted) {
  15249. border-top: 2px solid #767676 !important;
  15250. }
  15251. .ui.inverted.grey.segment {
  15252. background-color: #767676 !important;
  15253. color: #FFFFFF !important;
  15254. }
  15255. /* Black */
  15256. .ui.black.segment:not(.inverted) {
  15257. border-top: 2px solid #1B1C1D !important;
  15258. }
  15259. .ui.inverted.black.segment {
  15260. background-color: #1B1C1D !important;
  15261. color: #FFFFFF !important;
  15262. }
  15263. /*-------------------
  15264. Aligned
  15265. --------------------*/
  15266. .ui[class*="left aligned"].segment {
  15267. text-align: left;
  15268. }
  15269. .ui[class*="right aligned"].segment {
  15270. text-align: right;
  15271. }
  15272. .ui[class*="center aligned"].segment {
  15273. text-align: center;
  15274. }
  15275. /*-------------------
  15276. Floated
  15277. --------------------*/
  15278. .ui.floated.segment,
  15279. .ui[class*="left floated"].segment {
  15280. float: left;
  15281. margin-right: 1em;
  15282. }
  15283. .ui[class*="right floated"].segment {
  15284. float: right;
  15285. margin-left: 1em;
  15286. }
  15287. /*-------------------
  15288. Inverted
  15289. --------------------*/
  15290. .ui.inverted.segment {
  15291. border: none;
  15292. -webkit-box-shadow: none;
  15293. box-shadow: none;
  15294. }
  15295. .ui.inverted.segment,
  15296. .ui.primary.inverted.segment {
  15297. background: #1B1C1D;
  15298. color: rgba(255, 255, 255, 0.9);
  15299. }
  15300. /* Nested */
  15301. .ui.inverted.segment .segment {
  15302. color: rgba(0, 0, 0, 0.87);
  15303. }
  15304. .ui.inverted.segment .inverted.segment {
  15305. color: rgba(255, 255, 255, 0.9);
  15306. }
  15307. /* Attached */
  15308. .ui.inverted.attached.segment {
  15309. border-color: #555555;
  15310. }
  15311. /*-------------------
  15312. Emphasis
  15313. --------------------*/
  15314. /* Secondary */
  15315. .ui.secondary.segment {
  15316. background: #F3F4F5;
  15317. color: rgba(0, 0, 0, 0.6);
  15318. }
  15319. .ui.secondary.inverted.segment {
  15320. background: #4c4f52 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  15321. background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  15322. background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  15323. color: rgba(255, 255, 255, 0.8);
  15324. }
  15325. /* Tertiary */
  15326. .ui.tertiary.segment {
  15327. background: #DCDDDE;
  15328. color: rgba(0, 0, 0, 0.6);
  15329. }
  15330. .ui.tertiary.inverted.segment {
  15331. background: #717579 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  15332. background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  15333. background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  15334. color: rgba(255, 255, 255, 0.8);
  15335. }
  15336. /*-------------------
  15337. Attached
  15338. --------------------*/
  15339. /* Middle */
  15340. .ui.attached.segment {
  15341. top: 0px;
  15342. bottom: 0px;
  15343. border-radius: 0px;
  15344. margin: 0em -1px;
  15345. width: calc(100% + 2px );
  15346. max-width: calc(100% + 2px );
  15347. -webkit-box-shadow: none;
  15348. box-shadow: none;
  15349. border: 1px solid #D4D4D5;
  15350. }
  15351. .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
  15352. border-top: none;
  15353. }
  15354. /* Top */
  15355. .ui[class*="top attached"].segment {
  15356. bottom: 0px;
  15357. margin-bottom: 0em;
  15358. top: 0px;
  15359. margin-top: 1rem;
  15360. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  15361. }
  15362. .ui.segment[class*="top attached"]:first-child {
  15363. margin-top: 0em;
  15364. }
  15365. /* Bottom */
  15366. .ui.segment[class*="bottom attached"] {
  15367. bottom: 0px;
  15368. margin-top: 0em;
  15369. top: 0px;
  15370. margin-bottom: 1rem;
  15371. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  15372. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  15373. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  15374. }
  15375. .ui.segment[class*="bottom attached"]:last-child {
  15376. margin-bottom: 0em;
  15377. }
  15378. /*-------------------
  15379. Size
  15380. --------------------*/
  15381. .ui.mini.segments .segment,
  15382. .ui.mini.segment {
  15383. font-size: 0.78571429rem;
  15384. }
  15385. .ui.tiny.segments .segment,
  15386. .ui.tiny.segment {
  15387. font-size: 0.85714286rem;
  15388. }
  15389. .ui.small.segments .segment,
  15390. .ui.small.segment {
  15391. font-size: 0.92857143rem;
  15392. }
  15393. .ui.segments .segment,
  15394. .ui.segment {
  15395. font-size: 1rem;
  15396. }
  15397. .ui.large.segments .segment,
  15398. .ui.large.segment {
  15399. font-size: 1.14285714rem;
  15400. }
  15401. .ui.big.segments .segment,
  15402. .ui.big.segment {
  15403. font-size: 1.28571429rem;
  15404. }
  15405. .ui.huge.segments .segment,
  15406. .ui.huge.segment {
  15407. font-size: 1.42857143rem;
  15408. }
  15409. .ui.massive.segments .segment,
  15410. .ui.massive.segment {
  15411. font-size: 1.71428571rem;
  15412. }
  15413. /*******************************
  15414. Theme Overrides
  15415. *******************************/
  15416. /*******************************
  15417. Site Overrides
  15418. *******************************/
  15419. /*!
  15420. * # Semantic UI 2.4.0 - Step
  15421. * http://github.com/semantic-org/semantic-ui/
  15422. *
  15423. *
  15424. * Released under the MIT license
  15425. * http://opensource.org/licenses/MIT
  15426. *
  15427. */
  15428. /*******************************
  15429. Plural
  15430. *******************************/
  15431. .ui.steps {
  15432. display: -webkit-inline-box;
  15433. display: -ms-inline-flexbox;
  15434. display: inline-flex;
  15435. -webkit-box-orient: horizontal;
  15436. -webkit-box-direction: normal;
  15437. -ms-flex-direction: row;
  15438. flex-direction: row;
  15439. -webkit-box-align: stretch;
  15440. -ms-flex-align: stretch;
  15441. align-items: stretch;
  15442. margin: 1em 0em;
  15443. background: '';
  15444. -webkit-box-shadow: none;
  15445. box-shadow: none;
  15446. line-height: 1.14285714em;
  15447. border-radius: 0.28571429rem;
  15448. border: 1px solid rgba(34, 36, 38, 0.15);
  15449. }
  15450. /* First Steps */
  15451. .ui.steps:first-child {
  15452. margin-top: 0em;
  15453. }
  15454. /* Last Steps */
  15455. .ui.steps:last-child {
  15456. margin-bottom: 0em;
  15457. }
  15458. /*******************************
  15459. Singular
  15460. *******************************/
  15461. .ui.steps .step {
  15462. position: relative;
  15463. display: -webkit-box;
  15464. display: -ms-flexbox;
  15465. display: flex;
  15466. -webkit-box-flex: 1;
  15467. -ms-flex: 1 0 auto;
  15468. flex: 1 0 auto;
  15469. -ms-flex-wrap: wrap;
  15470. flex-wrap: wrap;
  15471. -webkit-box-orient: horizontal;
  15472. -webkit-box-direction: normal;
  15473. -ms-flex-direction: row;
  15474. flex-direction: row;
  15475. vertical-align: middle;
  15476. -webkit-box-align: center;
  15477. -ms-flex-align: center;
  15478. align-items: center;
  15479. -webkit-box-pack: center;
  15480. -ms-flex-pack: center;
  15481. justify-content: center;
  15482. margin: 0em 0em;
  15483. padding: 1.14285714em 2em;
  15484. background: #FFFFFF;
  15485. color: rgba(0, 0, 0, 0.87);
  15486. -webkit-box-shadow: none;
  15487. box-shadow: none;
  15488. border-radius: 0em;
  15489. border: none;
  15490. border-right: 1px solid rgba(34, 36, 38, 0.15);
  15491. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  15492. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  15493. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  15494. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  15495. }
  15496. /* Arrow */
  15497. .ui.steps .step:after {
  15498. display: none;
  15499. position: absolute;
  15500. z-index: 2;
  15501. content: '';
  15502. top: 50%;
  15503. right: 0%;
  15504. border: medium none;
  15505. background-color: #FFFFFF;
  15506. width: 1.14285714em;
  15507. height: 1.14285714em;
  15508. border-style: solid;
  15509. border-color: rgba(34, 36, 38, 0.15);
  15510. border-width: 0px 1px 1px 0px;
  15511. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  15512. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  15513. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  15514. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  15515. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  15516. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  15517. }
  15518. /* First Step */
  15519. .ui.steps .step:first-child {
  15520. padding-left: 2em;
  15521. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  15522. }
  15523. /* Last Step */
  15524. .ui.steps .step:last-child {
  15525. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  15526. }
  15527. .ui.steps .step:last-child {
  15528. border-right: none;
  15529. margin-right: 0em;
  15530. }
  15531. /* Only Step */
  15532. .ui.steps .step:only-child {
  15533. border-radius: 0.28571429rem;
  15534. }
  15535. /*******************************
  15536. Content
  15537. *******************************/
  15538. /* Title */
  15539. .ui.steps .step .title {
  15540. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  15541. font-size: 1.14285714em;
  15542. font-weight: bold;
  15543. }
  15544. .ui.steps .step > .title {
  15545. width: 100%;
  15546. }
  15547. /* Description */
  15548. .ui.steps .step .description {
  15549. font-weight: normal;
  15550. font-size: 0.92857143em;
  15551. color: rgba(0, 0, 0, 0.87);
  15552. }
  15553. .ui.steps .step > .description {
  15554. width: 100%;
  15555. }
  15556. .ui.steps .step .title ~ .description {
  15557. margin-top: 0.25em;
  15558. }
  15559. /* Icon */
  15560. .ui.steps .step > .icon {
  15561. line-height: 1;
  15562. font-size: 2.5em;
  15563. margin: 0em 1rem 0em 0em;
  15564. }
  15565. .ui.steps .step > .icon,
  15566. .ui.steps .step > .icon ~ .content {
  15567. display: block;
  15568. -webkit-box-flex: 0;
  15569. -ms-flex: 0 1 auto;
  15570. flex: 0 1 auto;
  15571. -ms-flex-item-align: middle;
  15572. align-self: middle;
  15573. }
  15574. .ui.steps .step > .icon ~ .content {
  15575. -webkit-box-flex: 1 0 auto;
  15576. -ms-flex-positive: 1 0 auto;
  15577. flex-grow: 1 0 auto;
  15578. }
  15579. /* Horizontal Icon */
  15580. .ui.steps:not(.vertical) .step > .icon {
  15581. width: auto;
  15582. }
  15583. /* Link */
  15584. .ui.steps .link.step,
  15585. .ui.steps a.step {
  15586. cursor: pointer;
  15587. }
  15588. /*******************************
  15589. Types
  15590. *******************************/
  15591. /*--------------
  15592. Ordered
  15593. ---------------*/
  15594. .ui.ordered.steps {
  15595. counter-reset: ordered;
  15596. }
  15597. .ui.ordered.steps .step:before {
  15598. display: block;
  15599. position: static;
  15600. text-align: center;
  15601. content: counters(ordered, ".");
  15602. -ms-flex-item-align: middle;
  15603. align-self: middle;
  15604. margin-right: 1rem;
  15605. font-size: 2.5em;
  15606. counter-increment: ordered;
  15607. font-family: inherit;
  15608. font-weight: bold;
  15609. }
  15610. .ui.ordered.steps .step > * {
  15611. display: block;
  15612. -ms-flex-item-align: middle;
  15613. align-self: middle;
  15614. }
  15615. /*--------------
  15616. Vertical
  15617. ---------------*/
  15618. .ui.vertical.steps {
  15619. display: -webkit-inline-box;
  15620. display: -ms-inline-flexbox;
  15621. display: inline-flex;
  15622. -webkit-box-orient: vertical;
  15623. -webkit-box-direction: normal;
  15624. -ms-flex-direction: column;
  15625. flex-direction: column;
  15626. overflow: visible;
  15627. }
  15628. .ui.vertical.steps .step {
  15629. -webkit-box-pack: start;
  15630. -ms-flex-pack: start;
  15631. justify-content: flex-start;
  15632. border-radius: 0em;
  15633. padding: 1.14285714em 2em;
  15634. border-right: none;
  15635. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  15636. }
  15637. .ui.vertical.steps .step:first-child {
  15638. padding: 1.14285714em 2em;
  15639. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  15640. }
  15641. .ui.vertical.steps .step:last-child {
  15642. border-bottom: none;
  15643. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  15644. }
  15645. .ui.vertical.steps .step:only-child {
  15646. border-radius: 0.28571429rem;
  15647. }
  15648. /* Arrow */
  15649. .ui.vertical.steps .step:after {
  15650. display: none;
  15651. }
  15652. .ui.vertical.steps .step:after {
  15653. top: 50%;
  15654. right: 0%;
  15655. border-width: 0px 1px 1px 0px;
  15656. }
  15657. .ui.vertical.steps .step:after {
  15658. display: none;
  15659. }
  15660. .ui.vertical.steps .active.step:after {
  15661. display: block;
  15662. }
  15663. .ui.vertical.steps .step:last-child:after {
  15664. display: none;
  15665. }
  15666. .ui.vertical.steps .active.step:last-child:after {
  15667. display: block;
  15668. }
  15669. /*---------------
  15670. Responsive
  15671. ----------------*/
  15672. /* Mobile (Default) */
  15673. @media only screen and (max-width: 767px) {
  15674. .ui.steps:not(.unstackable) {
  15675. display: -webkit-inline-box;
  15676. display: -ms-inline-flexbox;
  15677. display: inline-flex;
  15678. overflow: visible;
  15679. -webkit-box-orient: vertical;
  15680. -webkit-box-direction: normal;
  15681. -ms-flex-direction: column;
  15682. flex-direction: column;
  15683. }
  15684. .ui.steps:not(.unstackable) .step {
  15685. width: 100% !important;
  15686. -webkit-box-orient: vertical;
  15687. -webkit-box-direction: normal;
  15688. -ms-flex-direction: column;
  15689. flex-direction: column;
  15690. border-radius: 0em;
  15691. padding: 1.14285714em 2em;
  15692. }
  15693. .ui.steps:not(.unstackable) .step:first-child {
  15694. padding: 1.14285714em 2em;
  15695. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  15696. }
  15697. .ui.steps:not(.unstackable) .step:last-child {
  15698. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  15699. }
  15700. /* Arrow */
  15701. .ui.steps:not(.unstackable) .step:after {
  15702. display: none !important;
  15703. }
  15704. /* Content */
  15705. .ui.steps:not(.unstackable) .step .content {
  15706. text-align: center;
  15707. }
  15708. /* Icon */
  15709. .ui.steps:not(.unstackable) .step > .icon,
  15710. .ui.ordered.steps:not(.unstackable) .step:before {
  15711. margin: 0em 0em 1rem 0em;
  15712. }
  15713. }
  15714. /*******************************
  15715. States
  15716. *******************************/
  15717. /* Link Hover */
  15718. .ui.steps .link.step:hover::after,
  15719. .ui.steps .link.step:hover,
  15720. .ui.steps a.step:hover::after,
  15721. .ui.steps a.step:hover {
  15722. background: #F9FAFB;
  15723. color: rgba(0, 0, 0, 0.8);
  15724. }
  15725. /* Link Down */
  15726. .ui.steps .link.step:active::after,
  15727. .ui.steps .link.step:active,
  15728. .ui.steps a.step:active::after,
  15729. .ui.steps a.step:active {
  15730. background: #F3F4F5;
  15731. color: rgba(0, 0, 0, 0.9);
  15732. }
  15733. /* Active */
  15734. .ui.steps .step.active {
  15735. cursor: auto;
  15736. background: #F3F4F5;
  15737. }
  15738. .ui.steps .step.active:after {
  15739. background: #F3F4F5;
  15740. }
  15741. .ui.steps .step.active .title {
  15742. color: #4183C4;
  15743. }
  15744. .ui.ordered.steps .step.active:before,
  15745. .ui.steps .active.step .icon {
  15746. color: rgba(0, 0, 0, 0.85);
  15747. }
  15748. /* Active Arrow */
  15749. .ui.steps .step:after {
  15750. display: block;
  15751. }
  15752. .ui.steps .active.step:after {
  15753. display: block;
  15754. }
  15755. .ui.steps .step:last-child:after {
  15756. display: none;
  15757. }
  15758. .ui.steps .active.step:last-child:after {
  15759. display: none;
  15760. }
  15761. /* Active Hover */
  15762. .ui.steps .link.active.step:hover::after,
  15763. .ui.steps .link.active.step:hover,
  15764. .ui.steps a.active.step:hover::after,
  15765. .ui.steps a.active.step:hover {
  15766. cursor: pointer;
  15767. background: #DCDDDE;
  15768. color: rgba(0, 0, 0, 0.87);
  15769. }
  15770. /* Completed */
  15771. .ui.steps .step.completed > .icon:before,
  15772. .ui.ordered.steps .step.completed:before {
  15773. color: #21BA45;
  15774. }
  15775. /* Disabled */
  15776. .ui.steps .disabled.step {
  15777. cursor: auto;
  15778. background: #FFFFFF;
  15779. pointer-events: none;
  15780. }
  15781. .ui.steps .disabled.step,
  15782. .ui.steps .disabled.step .title,
  15783. .ui.steps .disabled.step .description {
  15784. color: rgba(40, 40, 40, 0.3);
  15785. }
  15786. .ui.steps .disabled.step:after {
  15787. background: #FFFFFF;
  15788. }
  15789. /*******************************
  15790. Variations
  15791. *******************************/
  15792. /*--------------
  15793. Stackable
  15794. ---------------*/
  15795. /* Tablet Or Below */
  15796. @media only screen and (max-width: 991px) {
  15797. .ui[class*="tablet stackable"].steps {
  15798. display: -webkit-inline-box;
  15799. display: -ms-inline-flexbox;
  15800. display: inline-flex;
  15801. overflow: visible;
  15802. -webkit-box-orient: vertical;
  15803. -webkit-box-direction: normal;
  15804. -ms-flex-direction: column;
  15805. flex-direction: column;
  15806. }
  15807. /* Steps */
  15808. .ui[class*="tablet stackable"].steps .step {
  15809. -webkit-box-orient: vertical;
  15810. -webkit-box-direction: normal;
  15811. -ms-flex-direction: column;
  15812. flex-direction: column;
  15813. border-radius: 0em;
  15814. padding: 1.14285714em 2em;
  15815. }
  15816. .ui[class*="tablet stackable"].steps .step:first-child {
  15817. padding: 1.14285714em 2em;
  15818. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  15819. }
  15820. .ui[class*="tablet stackable"].steps .step:last-child {
  15821. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  15822. }
  15823. /* Arrow */
  15824. .ui[class*="tablet stackable"].steps .step:after {
  15825. display: none !important;
  15826. }
  15827. /* Content */
  15828. .ui[class*="tablet stackable"].steps .step .content {
  15829. text-align: center;
  15830. }
  15831. /* Icon */
  15832. .ui[class*="tablet stackable"].steps .step > .icon,
  15833. .ui[class*="tablet stackable"].ordered.steps .step:before {
  15834. margin: 0em 0em 1rem 0em;
  15835. }
  15836. }
  15837. /*--------------
  15838. Fluid
  15839. ---------------*/
  15840. /* Fluid */
  15841. .ui.fluid.steps {
  15842. display: -webkit-box;
  15843. display: -ms-flexbox;
  15844. display: flex;
  15845. width: 100%;
  15846. }
  15847. /*--------------
  15848. Attached
  15849. ---------------*/
  15850. /* Top */
  15851. .ui.attached.steps {
  15852. width: calc(100% + 2px ) !important;
  15853. margin: 0em -1px 0;
  15854. max-width: calc(100% + 2px );
  15855. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  15856. }
  15857. .ui.attached.steps .step:first-child {
  15858. border-radius: 0.28571429rem 0em 0em 0em;
  15859. }
  15860. .ui.attached.steps .step:last-child {
  15861. border-radius: 0em 0.28571429rem 0em 0em;
  15862. }
  15863. /* Bottom */
  15864. .ui.bottom.attached.steps {
  15865. margin: 0 -1px 0em;
  15866. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  15867. }
  15868. .ui.bottom.attached.steps .step:first-child {
  15869. border-radius: 0em 0em 0em 0.28571429rem;
  15870. }
  15871. .ui.bottom.attached.steps .step:last-child {
  15872. border-radius: 0em 0em 0.28571429rem 0em;
  15873. }
  15874. /*-------------------
  15875. Evenly Divided
  15876. --------------------*/
  15877. .ui.one.steps,
  15878. .ui.two.steps,
  15879. .ui.three.steps,
  15880. .ui.four.steps,
  15881. .ui.five.steps,
  15882. .ui.six.steps,
  15883. .ui.seven.steps,
  15884. .ui.eight.steps {
  15885. width: 100%;
  15886. }
  15887. .ui.one.steps > .step,
  15888. .ui.two.steps > .step,
  15889. .ui.three.steps > .step,
  15890. .ui.four.steps > .step,
  15891. .ui.five.steps > .step,
  15892. .ui.six.steps > .step,
  15893. .ui.seven.steps > .step,
  15894. .ui.eight.steps > .step {
  15895. -ms-flex-wrap: nowrap;
  15896. flex-wrap: nowrap;
  15897. }
  15898. .ui.one.steps > .step {
  15899. width: 100%;
  15900. }
  15901. .ui.two.steps > .step {
  15902. width: 50%;
  15903. }
  15904. .ui.three.steps > .step {
  15905. width: 33.333%;
  15906. }
  15907. .ui.four.steps > .step {
  15908. width: 25%;
  15909. }
  15910. .ui.five.steps > .step {
  15911. width: 20%;
  15912. }
  15913. .ui.six.steps > .step {
  15914. width: 16.666%;
  15915. }
  15916. .ui.seven.steps > .step {
  15917. width: 14.285%;
  15918. }
  15919. .ui.eight.steps > .step {
  15920. width: 12.500%;
  15921. }
  15922. /*-------------------
  15923. Sizes
  15924. --------------------*/
  15925. .ui.mini.steps .step,
  15926. .ui.mini.step {
  15927. font-size: 0.78571429rem;
  15928. }
  15929. .ui.tiny.steps .step,
  15930. .ui.tiny.step {
  15931. font-size: 0.85714286rem;
  15932. }
  15933. .ui.small.steps .step,
  15934. .ui.small.step {
  15935. font-size: 0.92857143rem;
  15936. }
  15937. .ui.steps .step,
  15938. .ui.step {
  15939. font-size: 1rem;
  15940. }
  15941. .ui.large.steps .step,
  15942. .ui.large.step {
  15943. font-size: 1.14285714rem;
  15944. }
  15945. .ui.big.steps .step,
  15946. .ui.big.step {
  15947. font-size: 1.28571429rem;
  15948. }
  15949. .ui.huge.steps .step,
  15950. .ui.huge.step {
  15951. font-size: 1.42857143rem;
  15952. }
  15953. .ui.massive.steps .step,
  15954. .ui.massive.step {
  15955. font-size: 1.71428571rem;
  15956. }
  15957. /*******************************
  15958. Theme Overrides
  15959. *******************************/
  15960. @font-face {
  15961. font-family: 'Step';
  15962. src: url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff');
  15963. }
  15964. .ui.steps .step.completed > .icon:before,
  15965. .ui.ordered.steps .step.completed:before {
  15966. font-family: 'Step';
  15967. content: '\e800';
  15968. /* '' */
  15969. }
  15970. /*******************************
  15971. Site Overrides
  15972. *******************************/
  15973. /*!
  15974. * # Semantic UI 2.4.0 - Breadcrumb
  15975. * http://github.com/semantic-org/semantic-ui/
  15976. *
  15977. *
  15978. * Released under the MIT license
  15979. * http://opensource.org/licenses/MIT
  15980. *
  15981. */
  15982. /*******************************
  15983. Breadcrumb
  15984. *******************************/
  15985. .ui.breadcrumb {
  15986. line-height: 1;
  15987. display: inline-block;
  15988. margin: 0em 0em;
  15989. vertical-align: middle;
  15990. }
  15991. .ui.breadcrumb:first-child {
  15992. margin-top: 0em;
  15993. }
  15994. .ui.breadcrumb:last-child {
  15995. margin-bottom: 0em;
  15996. }
  15997. /*******************************
  15998. Content
  15999. *******************************/
  16000. /* Divider */
  16001. .ui.breadcrumb .divider {
  16002. display: inline-block;
  16003. opacity: 0.7;
  16004. margin: 0em 0.21428571rem 0em;
  16005. font-size: 0.92857143em;
  16006. color: rgba(0, 0, 0, 0.4);
  16007. vertical-align: baseline;
  16008. }
  16009. /* Link */
  16010. .ui.breadcrumb a {
  16011. color: #4183C4;
  16012. }
  16013. .ui.breadcrumb a:hover {
  16014. color: #1e70bf;
  16015. }
  16016. /* Icon Divider */
  16017. .ui.breadcrumb .icon.divider {
  16018. font-size: 0.85714286em;
  16019. vertical-align: baseline;
  16020. }
  16021. /* Section */
  16022. .ui.breadcrumb a.section {
  16023. cursor: pointer;
  16024. }
  16025. .ui.breadcrumb .section {
  16026. display: inline-block;
  16027. margin: 0em;
  16028. padding: 0em;
  16029. }
  16030. /* Loose Coupling */
  16031. .ui.breadcrumb.segment {
  16032. display: inline-block;
  16033. padding: 0.78571429em 1em;
  16034. }
  16035. /*******************************
  16036. States
  16037. *******************************/
  16038. .ui.breadcrumb .active.section {
  16039. font-weight: bold;
  16040. }
  16041. /*******************************
  16042. Variations
  16043. *******************************/
  16044. .ui.mini.breadcrumb {
  16045. font-size: 0.78571429rem;
  16046. }
  16047. .ui.tiny.breadcrumb {
  16048. font-size: 0.85714286rem;
  16049. }
  16050. .ui.small.breadcrumb {
  16051. font-size: 0.92857143rem;
  16052. }
  16053. .ui.breadcrumb {
  16054. font-size: 1rem;
  16055. }
  16056. .ui.large.breadcrumb {
  16057. font-size: 1.14285714rem;
  16058. }
  16059. .ui.big.breadcrumb {
  16060. font-size: 1.28571429rem;
  16061. }
  16062. .ui.huge.breadcrumb {
  16063. font-size: 1.42857143rem;
  16064. }
  16065. .ui.massive.breadcrumb {
  16066. font-size: 1.71428571rem;
  16067. }
  16068. /*******************************
  16069. Theme Overrides
  16070. *******************************/
  16071. /*******************************
  16072. Site Overrides
  16073. *******************************/
  16074. /*!
  16075. * # Semantic UI 2.4.0 - Form
  16076. * http://github.com/semantic-org/semantic-ui/
  16077. *
  16078. *
  16079. * Released under the MIT license
  16080. * http://opensource.org/licenses/MIT
  16081. *
  16082. */
  16083. /*******************************
  16084. Elements
  16085. *******************************/
  16086. /*--------------------
  16087. Form
  16088. ---------------------*/
  16089. .ui.form {
  16090. position: relative;
  16091. max-width: 100%;
  16092. }
  16093. /*--------------------
  16094. Content
  16095. ---------------------*/
  16096. .ui.form > p {
  16097. margin: 1em 0em;
  16098. }
  16099. /*--------------------
  16100. Field
  16101. ---------------------*/
  16102. .ui.form .field {
  16103. clear: both;
  16104. margin: 0em 0em 1em;
  16105. }
  16106. .ui.form .field:last-child,
  16107. .ui.form .fields:last-child .field {
  16108. margin-bottom: 0em;
  16109. }
  16110. .ui.form .fields .field {
  16111. clear: both;
  16112. margin: 0em;
  16113. }
  16114. /*--------------------
  16115. Labels
  16116. ---------------------*/
  16117. .ui.form .field > label {
  16118. display: block;
  16119. margin: 0em 0em 0.28571429rem 0em;
  16120. color: rgba(0, 0, 0, 0.87);
  16121. font-size: 0.92857143em;
  16122. font-weight: bold;
  16123. text-transform: none;
  16124. }
  16125. /*--------------------
  16126. Standard Inputs
  16127. ---------------------*/
  16128. .ui.form textarea,
  16129. .ui.form input:not([type]),
  16130. .ui.form input[type="date"],
  16131. .ui.form input[type="datetime-local"],
  16132. .ui.form input[type="email"],
  16133. .ui.form input[type="number"],
  16134. .ui.form input[type="password"],
  16135. .ui.form input[type="search"],
  16136. .ui.form input[type="tel"],
  16137. .ui.form input[type="time"],
  16138. .ui.form input[type="text"],
  16139. .ui.form input[type="file"],
  16140. .ui.form input[type="url"] {
  16141. width: 100%;
  16142. vertical-align: top;
  16143. }
  16144. /* Set max height on unusual input */
  16145. .ui.form ::-webkit-datetime-edit,
  16146. .ui.form ::-webkit-inner-spin-button {
  16147. height: 1.21428571em;
  16148. }
  16149. .ui.form input:not([type]),
  16150. .ui.form input[type="date"],
  16151. .ui.form input[type="datetime-local"],
  16152. .ui.form input[type="email"],
  16153. .ui.form input[type="number"],
  16154. .ui.form input[type="password"],
  16155. .ui.form input[type="search"],
  16156. .ui.form input[type="tel"],
  16157. .ui.form input[type="time"],
  16158. .ui.form input[type="text"],
  16159. .ui.form input[type="file"],
  16160. .ui.form input[type="url"] {
  16161. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  16162. margin: 0em;
  16163. outline: none;
  16164. -webkit-appearance: none;
  16165. tap-highlight-color: rgba(255, 255, 255, 0);
  16166. line-height: 1.21428571em;
  16167. padding: 0.67857143em 1em;
  16168. font-size: 1em;
  16169. background: #FFFFFF;
  16170. border: 1px solid rgba(34, 36, 38, 0.15);
  16171. color: rgba(0, 0, 0, 0.87);
  16172. border-radius: 0.28571429rem;
  16173. -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
  16174. box-shadow: 0em 0em 0em 0em transparent inset;
  16175. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  16176. transition: color 0.1s ease, border-color 0.1s ease;
  16177. }
  16178. /* Text Area */
  16179. .ui.form textarea {
  16180. margin: 0em;
  16181. -webkit-appearance: none;
  16182. tap-highlight-color: rgba(255, 255, 255, 0);
  16183. padding: 0.78571429em 1em;
  16184. background: #FFFFFF;
  16185. border: 1px solid rgba(34, 36, 38, 0.15);
  16186. outline: none;
  16187. color: rgba(0, 0, 0, 0.87);
  16188. border-radius: 0.28571429rem;
  16189. -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
  16190. box-shadow: 0em 0em 0em 0em transparent inset;
  16191. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  16192. transition: color 0.1s ease, border-color 0.1s ease;
  16193. font-size: 1em;
  16194. line-height: 1.2857;
  16195. resize: vertical;
  16196. }
  16197. .ui.form textarea:not([rows]) {
  16198. height: 12em;
  16199. min-height: 8em;
  16200. max-height: 24em;
  16201. }
  16202. .ui.form textarea,
  16203. .ui.form input[type="checkbox"] {
  16204. vertical-align: top;
  16205. }
  16206. /*--------------------------
  16207. Input w/ attached Button
  16208. ---------------------------*/
  16209. .ui.form input.attached {
  16210. width: auto;
  16211. }
  16212. /*--------------------
  16213. Basic Select
  16214. ---------------------*/
  16215. .ui.form select {
  16216. display: block;
  16217. height: auto;
  16218. width: 100%;
  16219. background: #FFFFFF;
  16220. border: 1px solid rgba(34, 36, 38, 0.15);
  16221. border-radius: 0.28571429rem;
  16222. -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
  16223. box-shadow: 0em 0em 0em 0em transparent inset;
  16224. padding: 0.62em 1em;
  16225. color: rgba(0, 0, 0, 0.87);
  16226. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  16227. transition: color 0.1s ease, border-color 0.1s ease;
  16228. }
  16229. /*--------------------
  16230. Dropdown
  16231. ---------------------*/
  16232. /* Block */
  16233. .ui.form .field > .selection.dropdown {
  16234. width: 100%;
  16235. }
  16236. .ui.form .field > .selection.dropdown > .dropdown.icon {
  16237. float: right;
  16238. }
  16239. /* Inline */
  16240. .ui.form .inline.fields .field > .selection.dropdown,
  16241. .ui.form .inline.field > .selection.dropdown {
  16242. width: auto;
  16243. }
  16244. .ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
  16245. .ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  16246. float: none;
  16247. }
  16248. /*--------------------
  16249. UI Input
  16250. ---------------------*/
  16251. /* Block */
  16252. .ui.form .field .ui.input,
  16253. .ui.form .fields .field .ui.input,
  16254. .ui.form .wide.field .ui.input {
  16255. width: 100%;
  16256. }
  16257. /* Inline */
  16258. .ui.form .inline.fields .field:not(.wide) .ui.input,
  16259. .ui.form .inline.field:not(.wide) .ui.input {
  16260. width: auto;
  16261. vertical-align: middle;
  16262. }
  16263. /* Auto Input */
  16264. .ui.form .fields .field .ui.input input,
  16265. .ui.form .field .ui.input input {
  16266. width: auto;
  16267. }
  16268. /* Full Width Input */
  16269. .ui.form .ten.fields .ui.input input,
  16270. .ui.form .nine.fields .ui.input input,
  16271. .ui.form .eight.fields .ui.input input,
  16272. .ui.form .seven.fields .ui.input input,
  16273. .ui.form .six.fields .ui.input input,
  16274. .ui.form .five.fields .ui.input input,
  16275. .ui.form .four.fields .ui.input input,
  16276. .ui.form .three.fields .ui.input input,
  16277. .ui.form .two.fields .ui.input input,
  16278. .ui.form .wide.field .ui.input input {
  16279. -webkit-box-flex: 1;
  16280. -ms-flex: 1 0 auto;
  16281. flex: 1 0 auto;
  16282. width: 0px;
  16283. }
  16284. /*--------------------
  16285. Types of Messages
  16286. ---------------------*/
  16287. .ui.form .success.message,
  16288. .ui.form .warning.message,
  16289. .ui.form .error.message {
  16290. display: none;
  16291. }
  16292. /* Assumptions */
  16293. .ui.form .message:first-child {
  16294. margin-top: 0px;
  16295. }
  16296. /*--------------------
  16297. Validation Prompt
  16298. ---------------------*/
  16299. .ui.form .field .prompt.label {
  16300. white-space: normal;
  16301. background: #FFFFFF !important;
  16302. border: 1px solid #E0B4B4 !important;
  16303. color: #9F3A38 !important;
  16304. }
  16305. .ui.form .inline.fields .field .prompt,
  16306. .ui.form .inline.field .prompt {
  16307. vertical-align: top;
  16308. margin: -0.25em 0em -0.5em 0.5em;
  16309. }
  16310. .ui.form .inline.fields .field .prompt:before,
  16311. .ui.form .inline.field .prompt:before {
  16312. border-width: 0px 0px 1px 1px;
  16313. bottom: auto;
  16314. right: auto;
  16315. top: 50%;
  16316. left: 0em;
  16317. }
  16318. /*******************************
  16319. States
  16320. *******************************/
  16321. /*--------------------
  16322. Autofilled
  16323. ---------------------*/
  16324. .ui.form .field.field input:-webkit-autofill {
  16325. -webkit-box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  16326. box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  16327. border-color: #E5DFA1 !important;
  16328. }
  16329. /* Focus */
  16330. .ui.form .field.field input:-webkit-autofill:focus {
  16331. -webkit-box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  16332. box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  16333. border-color: #D5C315 !important;
  16334. }
  16335. /* Error */
  16336. .ui.form .error.error input:-webkit-autofill {
  16337. -webkit-box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  16338. box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  16339. border-color: #E0B4B4 !important;
  16340. }
  16341. /*--------------------
  16342. Placeholder
  16343. ---------------------*/
  16344. /* browsers require these rules separate */
  16345. .ui.form ::-webkit-input-placeholder {
  16346. color: rgba(191, 191, 191, 0.87);
  16347. }
  16348. .ui.form :-ms-input-placeholder {
  16349. color: rgba(191, 191, 191, 0.87) !important;
  16350. }
  16351. .ui.form ::-moz-placeholder {
  16352. color: rgba(191, 191, 191, 0.87);
  16353. }
  16354. .ui.form :focus::-webkit-input-placeholder {
  16355. color: rgba(115, 115, 115, 0.87);
  16356. }
  16357. .ui.form :focus:-ms-input-placeholder {
  16358. color: rgba(115, 115, 115, 0.87) !important;
  16359. }
  16360. .ui.form :focus::-moz-placeholder {
  16361. color: rgba(115, 115, 115, 0.87);
  16362. }
  16363. /* Error Placeholder */
  16364. .ui.form .error ::-webkit-input-placeholder {
  16365. color: #e7bdbc;
  16366. }
  16367. .ui.form .error :-ms-input-placeholder {
  16368. color: #e7bdbc !important;
  16369. }
  16370. .ui.form .error ::-moz-placeholder {
  16371. color: #e7bdbc;
  16372. }
  16373. .ui.form .error :focus::-webkit-input-placeholder {
  16374. color: #da9796;
  16375. }
  16376. .ui.form .error :focus:-ms-input-placeholder {
  16377. color: #da9796 !important;
  16378. }
  16379. .ui.form .error :focus::-moz-placeholder {
  16380. color: #da9796;
  16381. }
  16382. /*--------------------
  16383. Focus
  16384. ---------------------*/
  16385. .ui.form input:not([type]):focus,
  16386. .ui.form input[type="date"]:focus,
  16387. .ui.form input[type="datetime-local"]:focus,
  16388. .ui.form input[type="email"]:focus,
  16389. .ui.form input[type="number"]:focus,
  16390. .ui.form input[type="password"]:focus,
  16391. .ui.form input[type="search"]:focus,
  16392. .ui.form input[type="tel"]:focus,
  16393. .ui.form input[type="time"]:focus,
  16394. .ui.form input[type="text"]:focus,
  16395. .ui.form input[type="file"]:focus,
  16396. .ui.form input[type="url"]:focus {
  16397. color: rgba(0, 0, 0, 0.95);
  16398. border-color: #85B7D9;
  16399. border-radius: 0.28571429rem;
  16400. background: #FFFFFF;
  16401. -webkit-box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  16402. box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  16403. }
  16404. .ui.form textarea:focus {
  16405. color: rgba(0, 0, 0, 0.95);
  16406. border-color: #85B7D9;
  16407. border-radius: 0.28571429rem;
  16408. background: #FFFFFF;
  16409. -webkit-box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  16410. box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  16411. -webkit-appearance: none;
  16412. }
  16413. /*--------------------
  16414. Success
  16415. ---------------------*/
  16416. /* On Form */
  16417. .ui.form.success .success.message:not(:empty) {
  16418. display: block;
  16419. }
  16420. .ui.form.success .compact.success.message:not(:empty) {
  16421. display: inline-block;
  16422. }
  16423. .ui.form.success .icon.success.message:not(:empty) {
  16424. display: -webkit-box;
  16425. display: -ms-flexbox;
  16426. display: flex;
  16427. }
  16428. /*--------------------
  16429. Warning
  16430. ---------------------*/
  16431. /* On Form */
  16432. .ui.form.warning .warning.message:not(:empty) {
  16433. display: block;
  16434. }
  16435. .ui.form.warning .compact.warning.message:not(:empty) {
  16436. display: inline-block;
  16437. }
  16438. .ui.form.warning .icon.warning.message:not(:empty) {
  16439. display: -webkit-box;
  16440. display: -ms-flexbox;
  16441. display: flex;
  16442. }
  16443. /*--------------------
  16444. Error
  16445. ---------------------*/
  16446. /* On Form */
  16447. .ui.form.error .error.message:not(:empty) {
  16448. display: block;
  16449. }
  16450. .ui.form.error .compact.error.message:not(:empty) {
  16451. display: inline-block;
  16452. }
  16453. .ui.form.error .icon.error.message:not(:empty) {
  16454. display: -webkit-box;
  16455. display: -ms-flexbox;
  16456. display: flex;
  16457. }
  16458. /* On Field(s) */
  16459. .ui.form .fields.error .field label,
  16460. .ui.form .field.error label,
  16461. .ui.form .fields.error .field .input,
  16462. .ui.form .field.error .input {
  16463. color: #9F3A38;
  16464. }
  16465. .ui.form .fields.error .field .corner.label,
  16466. .ui.form .field.error .corner.label {
  16467. border-color: #9F3A38;
  16468. color: #FFFFFF;
  16469. }
  16470. .ui.form .fields.error .field textarea,
  16471. .ui.form .fields.error .field select,
  16472. .ui.form .fields.error .field input:not([type]),
  16473. .ui.form .fields.error .field input[type="date"],
  16474. .ui.form .fields.error .field input[type="datetime-local"],
  16475. .ui.form .fields.error .field input[type="email"],
  16476. .ui.form .fields.error .field input[type="number"],
  16477. .ui.form .fields.error .field input[type="password"],
  16478. .ui.form .fields.error .field input[type="search"],
  16479. .ui.form .fields.error .field input[type="tel"],
  16480. .ui.form .fields.error .field input[type="time"],
  16481. .ui.form .fields.error .field input[type="text"],
  16482. .ui.form .fields.error .field input[type="file"],
  16483. .ui.form .fields.error .field input[type="url"],
  16484. .ui.form .field.error textarea,
  16485. .ui.form .field.error select,
  16486. .ui.form .field.error input:not([type]),
  16487. .ui.form .field.error input[type="date"],
  16488. .ui.form .field.error input[type="datetime-local"],
  16489. .ui.form .field.error input[type="email"],
  16490. .ui.form .field.error input[type="number"],
  16491. .ui.form .field.error input[type="password"],
  16492. .ui.form .field.error input[type="search"],
  16493. .ui.form .field.error input[type="tel"],
  16494. .ui.form .field.error input[type="time"],
  16495. .ui.form .field.error input[type="text"],
  16496. .ui.form .field.error input[type="file"],
  16497. .ui.form .field.error input[type="url"] {
  16498. background: #FFF6F6;
  16499. border-color: #E0B4B4;
  16500. color: #9F3A38;
  16501. border-radius: '';
  16502. -webkit-box-shadow: none;
  16503. box-shadow: none;
  16504. }
  16505. .ui.form .field.error textarea:focus,
  16506. .ui.form .field.error select:focus,
  16507. .ui.form .field.error input:not([type]):focus,
  16508. .ui.form .field.error input[type="date"]:focus,
  16509. .ui.form .field.error input[type="datetime-local"]:focus,
  16510. .ui.form .field.error input[type="email"]:focus,
  16511. .ui.form .field.error input[type="number"]:focus,
  16512. .ui.form .field.error input[type="password"]:focus,
  16513. .ui.form .field.error input[type="search"]:focus,
  16514. .ui.form .field.error input[type="tel"]:focus,
  16515. .ui.form .field.error input[type="time"]:focus,
  16516. .ui.form .field.error input[type="text"]:focus,
  16517. .ui.form .field.error input[type="file"]:focus,
  16518. .ui.form .field.error input[type="url"]:focus {
  16519. background: #FFF6F6;
  16520. border-color: #E0B4B4;
  16521. color: #9F3A38;
  16522. -webkit-appearance: none;
  16523. -webkit-box-shadow: none;
  16524. box-shadow: none;
  16525. }
  16526. /* Preserve Native Select Stylings */
  16527. .ui.form .field.error select {
  16528. -webkit-appearance: menulist-button;
  16529. }
  16530. /*------------------
  16531. Dropdown Error
  16532. --------------------*/
  16533. .ui.form .fields.error .field .ui.dropdown,
  16534. .ui.form .fields.error .field .ui.dropdown .item,
  16535. .ui.form .field.error .ui.dropdown,
  16536. .ui.form .field.error .ui.dropdown .text,
  16537. .ui.form .field.error .ui.dropdown .item {
  16538. background: #FFF6F6;
  16539. color: #9F3A38;
  16540. }
  16541. .ui.form .fields.error .field .ui.dropdown,
  16542. .ui.form .field.error .ui.dropdown {
  16543. border-color: #E0B4B4 !important;
  16544. }
  16545. .ui.form .fields.error .field .ui.dropdown:hover,
  16546. .ui.form .field.error .ui.dropdown:hover {
  16547. border-color: #E0B4B4 !important;
  16548. }
  16549. .ui.form .fields.error .field .ui.dropdown:hover .menu,
  16550. .ui.form .field.error .ui.dropdown:hover .menu {
  16551. border-color: #E0B4B4;
  16552. }
  16553. .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
  16554. .ui.form .field.error .ui.multiple.selection.dropdown > .label {
  16555. background-color: #EACBCB;
  16556. color: #9F3A38;
  16557. }
  16558. /* Hover */
  16559. .ui.form .fields.error .field .ui.dropdown .menu .item:hover,
  16560. .ui.form .field.error .ui.dropdown .menu .item:hover {
  16561. background-color: #FBE7E7;
  16562. }
  16563. /* Selected */
  16564. .ui.form .fields.error .field .ui.dropdown .menu .selected.item,
  16565. .ui.form .field.error .ui.dropdown .menu .selected.item {
  16566. background-color: #FBE7E7;
  16567. }
  16568. /* Active */
  16569. .ui.form .fields.error .field .ui.dropdown .menu .active.item,
  16570. .ui.form .field.error .ui.dropdown .menu .active.item {
  16571. background-color: #FDCFCF !important;
  16572. }
  16573. /*--------------------
  16574. Checkbox Error
  16575. ---------------------*/
  16576. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
  16577. .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
  16578. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
  16579. .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  16580. color: #9F3A38;
  16581. }
  16582. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
  16583. .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
  16584. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
  16585. .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  16586. background: #FFF6F6;
  16587. border-color: #E0B4B4;
  16588. }
  16589. .ui.form .fields.error .field .checkbox label:after,
  16590. .ui.form .field.error .checkbox label:after,
  16591. .ui.form .fields.error .field .checkbox .box:after,
  16592. .ui.form .field.error .checkbox .box:after {
  16593. color: #9F3A38;
  16594. }
  16595. /*--------------------
  16596. Disabled
  16597. ---------------------*/
  16598. .ui.form .disabled.fields .field,
  16599. .ui.form .disabled.field,
  16600. .ui.form .field :disabled {
  16601. pointer-events: none;
  16602. opacity: 0.45;
  16603. }
  16604. .ui.form .field.disabled > label,
  16605. .ui.form .fields.disabled > label {
  16606. opacity: 0.45;
  16607. }
  16608. .ui.form .field.disabled :disabled {
  16609. opacity: 1;
  16610. }
  16611. /*--------------
  16612. Loading
  16613. ---------------*/
  16614. .ui.loading.form {
  16615. position: relative;
  16616. cursor: default;
  16617. pointer-events: none;
  16618. }
  16619. .ui.loading.form:before {
  16620. position: absolute;
  16621. content: '';
  16622. top: 0%;
  16623. left: 0%;
  16624. background: rgba(255, 255, 255, 0.8);
  16625. width: 100%;
  16626. height: 100%;
  16627. z-index: 100;
  16628. }
  16629. .ui.loading.form:after {
  16630. position: absolute;
  16631. content: '';
  16632. top: 50%;
  16633. left: 50%;
  16634. margin: -1.5em 0em 0em -1.5em;
  16635. width: 3em;
  16636. height: 3em;
  16637. -webkit-animation: form-spin 0.6s linear;
  16638. animation: form-spin 0.6s linear;
  16639. -webkit-animation-iteration-count: infinite;
  16640. animation-iteration-count: infinite;
  16641. border-radius: 500rem;
  16642. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  16643. border-style: solid;
  16644. border-width: 0.2em;
  16645. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  16646. box-shadow: 0px 0px 0px 1px transparent;
  16647. visibility: visible;
  16648. z-index: 101;
  16649. }
  16650. @-webkit-keyframes form-spin {
  16651. from {
  16652. -webkit-transform: rotate(0deg);
  16653. transform: rotate(0deg);
  16654. }
  16655. to {
  16656. -webkit-transform: rotate(360deg);
  16657. transform: rotate(360deg);
  16658. }
  16659. }
  16660. @keyframes form-spin {
  16661. from {
  16662. -webkit-transform: rotate(0deg);
  16663. transform: rotate(0deg);
  16664. }
  16665. to {
  16666. -webkit-transform: rotate(360deg);
  16667. transform: rotate(360deg);
  16668. }
  16669. }
  16670. /*******************************
  16671. Element Types
  16672. *******************************/
  16673. /*--------------------
  16674. Required Field
  16675. ---------------------*/
  16676. .ui.form .required.fields:not(.grouped) > .field > label:after,
  16677. .ui.form .required.fields.grouped > label:after,
  16678. .ui.form .required.field > label:after,
  16679. .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
  16680. .ui.form .required.field > .checkbox:after {
  16681. margin: -0.2em 0em 0em 0.2em;
  16682. content: '*';
  16683. color: #DB2828;
  16684. }
  16685. .ui.form .required.fields:not(.grouped) > .field > label:after,
  16686. .ui.form .required.fields.grouped > label:after,
  16687. .ui.form .required.field > label:after {
  16688. display: inline-block;
  16689. vertical-align: top;
  16690. }
  16691. .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
  16692. .ui.form .required.field > .checkbox:after {
  16693. position: absolute;
  16694. top: 0%;
  16695. left: 100%;
  16696. }
  16697. /*******************************
  16698. Variations
  16699. *******************************/
  16700. /*--------------------
  16701. Inverted Colors
  16702. ---------------------*/
  16703. .ui.inverted.form label,
  16704. .ui.form .inverted.segment label,
  16705. .ui.form .inverted.segment .ui.checkbox label,
  16706. .ui.form .inverted.segment .ui.checkbox .box,
  16707. .ui.inverted.form .ui.checkbox label,
  16708. .ui.inverted.form .ui.checkbox .box,
  16709. .ui.inverted.form .inline.fields > label,
  16710. .ui.inverted.form .inline.fields .field > label,
  16711. .ui.inverted.form .inline.fields .field > p,
  16712. .ui.inverted.form .inline.field > label,
  16713. .ui.inverted.form .inline.field > p {
  16714. color: rgba(255, 255, 255, 0.9);
  16715. }
  16716. /* Inverted Field */
  16717. .ui.inverted.form input:not([type]),
  16718. .ui.inverted.form input[type="date"],
  16719. .ui.inverted.form input[type="datetime-local"],
  16720. .ui.inverted.form input[type="email"],
  16721. .ui.inverted.form input[type="number"],
  16722. .ui.inverted.form input[type="password"],
  16723. .ui.inverted.form input[type="search"],
  16724. .ui.inverted.form input[type="tel"],
  16725. .ui.inverted.form input[type="time"],
  16726. .ui.inverted.form input[type="text"],
  16727. .ui.inverted.form input[type="file"],
  16728. .ui.inverted.form input[type="url"] {
  16729. background: #FFFFFF;
  16730. border-color: rgba(255, 255, 255, 0.1);
  16731. color: rgba(0, 0, 0, 0.87);
  16732. -webkit-box-shadow: none;
  16733. box-shadow: none;
  16734. }
  16735. /*--------------------
  16736. Field Groups
  16737. ---------------------*/
  16738. /* Grouped Vertically */
  16739. .ui.form .grouped.fields {
  16740. display: block;
  16741. margin: 0em 0em 1em;
  16742. }
  16743. .ui.form .grouped.fields:last-child {
  16744. margin-bottom: 0em;
  16745. }
  16746. .ui.form .grouped.fields > label {
  16747. margin: 0em 0em 0.28571429rem 0em;
  16748. color: rgba(0, 0, 0, 0.87);
  16749. font-size: 0.92857143em;
  16750. font-weight: bold;
  16751. text-transform: none;
  16752. }
  16753. .ui.form .grouped.fields .field,
  16754. .ui.form .grouped.inline.fields .field {
  16755. display: block;
  16756. margin: 0.5em 0em;
  16757. padding: 0em;
  16758. }
  16759. /*--------------------
  16760. Fields
  16761. ---------------------*/
  16762. /* Split fields */
  16763. .ui.form .fields {
  16764. display: -webkit-box;
  16765. display: -ms-flexbox;
  16766. display: flex;
  16767. -webkit-box-orient: horizontal;
  16768. -webkit-box-direction: normal;
  16769. -ms-flex-direction: row;
  16770. flex-direction: row;
  16771. margin: 0em -0.5em 1em;
  16772. }
  16773. .ui.form .fields > .field {
  16774. -webkit-box-flex: 0;
  16775. -ms-flex: 0 1 auto;
  16776. flex: 0 1 auto;
  16777. padding-left: 0.5em;
  16778. padding-right: 0.5em;
  16779. }
  16780. .ui.form .fields > .field:first-child {
  16781. border-left: none;
  16782. -webkit-box-shadow: none;
  16783. box-shadow: none;
  16784. }
  16785. /* Other Combinations */
  16786. .ui.form .two.fields > .fields,
  16787. .ui.form .two.fields > .field {
  16788. width: 50%;
  16789. }
  16790. .ui.form .three.fields > .fields,
  16791. .ui.form .three.fields > .field {
  16792. width: 33.33333333%;
  16793. }
  16794. .ui.form .four.fields > .fields,
  16795. .ui.form .four.fields > .field {
  16796. width: 25%;
  16797. }
  16798. .ui.form .five.fields > .fields,
  16799. .ui.form .five.fields > .field {
  16800. width: 20%;
  16801. }
  16802. .ui.form .six.fields > .fields,
  16803. .ui.form .six.fields > .field {
  16804. width: 16.66666667%;
  16805. }
  16806. .ui.form .seven.fields > .fields,
  16807. .ui.form .seven.fields > .field {
  16808. width: 14.28571429%;
  16809. }
  16810. .ui.form .eight.fields > .fields,
  16811. .ui.form .eight.fields > .field {
  16812. width: 12.5%;
  16813. }
  16814. .ui.form .nine.fields > .fields,
  16815. .ui.form .nine.fields > .field {
  16816. width: 11.11111111%;
  16817. }
  16818. .ui.form .ten.fields > .fields,
  16819. .ui.form .ten.fields > .field {
  16820. width: 10%;
  16821. }
  16822. /* Swap to full width on mobile */
  16823. @media only screen and (max-width: 767px) {
  16824. .ui.form .fields {
  16825. -ms-flex-wrap: wrap;
  16826. flex-wrap: wrap;
  16827. }
  16828. .ui[class*="equal width"].form:not(.unstackable) .fields > .field,
  16829. .ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable) > .field,
  16830. .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  16831. .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  16832. .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  16833. .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  16834. .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  16835. .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  16836. .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  16837. .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  16838. .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .fields,
  16839. .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .field,
  16840. .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .fields,
  16841. .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .field,
  16842. .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .fields,
  16843. .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .field,
  16844. .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .fields,
  16845. .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .field,
  16846. .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .fields,
  16847. .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .field {
  16848. width: 100% !important;
  16849. margin: 0em 0em 1em;
  16850. }
  16851. }
  16852. /* Sizing Combinations */
  16853. .ui.form .fields .wide.field {
  16854. width: 6.25%;
  16855. padding-left: 0.5em;
  16856. padding-right: 0.5em;
  16857. }
  16858. .ui.form .one.wide.field {
  16859. width: 6.25% !important;
  16860. }
  16861. .ui.form .two.wide.field {
  16862. width: 12.5% !important;
  16863. }
  16864. .ui.form .three.wide.field {
  16865. width: 18.75% !important;
  16866. }
  16867. .ui.form .four.wide.field {
  16868. width: 25% !important;
  16869. }
  16870. .ui.form .five.wide.field {
  16871. width: 31.25% !important;
  16872. }
  16873. .ui.form .six.wide.field {
  16874. width: 37.5% !important;
  16875. }
  16876. .ui.form .seven.wide.field {
  16877. width: 43.75% !important;
  16878. }
  16879. .ui.form .eight.wide.field {
  16880. width: 50% !important;
  16881. }
  16882. .ui.form .nine.wide.field {
  16883. width: 56.25% !important;
  16884. }
  16885. .ui.form .ten.wide.field {
  16886. width: 62.5% !important;
  16887. }
  16888. .ui.form .eleven.wide.field {
  16889. width: 68.75% !important;
  16890. }
  16891. .ui.form .twelve.wide.field {
  16892. width: 75% !important;
  16893. }
  16894. .ui.form .thirteen.wide.field {
  16895. width: 81.25% !important;
  16896. }
  16897. .ui.form .fourteen.wide.field {
  16898. width: 87.5% !important;
  16899. }
  16900. .ui.form .fifteen.wide.field {
  16901. width: 93.75% !important;
  16902. }
  16903. .ui.form .sixteen.wide.field {
  16904. width: 100% !important;
  16905. }
  16906. /* Swap to full width on mobile */
  16907. @media only screen and (max-width: 767px) {
  16908. .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  16909. .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  16910. .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  16911. .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  16912. .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  16913. .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  16914. .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  16915. .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  16916. .ui.form:not(.unstackable) .fields:not(.unstackable) > .two.wide.field,
  16917. .ui.form:not(.unstackable) .fields:not(.unstackable) > .three.wide.field,
  16918. .ui.form:not(.unstackable) .fields:not(.unstackable) > .four.wide.field,
  16919. .ui.form:not(.unstackable) .fields:not(.unstackable) > .five.wide.field,
  16920. .ui.form:not(.unstackable) .fields:not(.unstackable) > .six.wide.field,
  16921. .ui.form:not(.unstackable) .fields:not(.unstackable) > .seven.wide.field,
  16922. .ui.form:not(.unstackable) .fields:not(.unstackable) > .eight.wide.field,
  16923. .ui.form:not(.unstackable) .fields:not(.unstackable) > .nine.wide.field,
  16924. .ui.form:not(.unstackable) .fields:not(.unstackable) > .ten.wide.field,
  16925. .ui.form:not(.unstackable) .fields:not(.unstackable) > .eleven.wide.field,
  16926. .ui.form:not(.unstackable) .fields:not(.unstackable) > .twelve.wide.field,
  16927. .ui.form:not(.unstackable) .fields:not(.unstackable) > .thirteen.wide.field,
  16928. .ui.form:not(.unstackable) .fields:not(.unstackable) > .fourteen.wide.field,
  16929. .ui.form:not(.unstackable) .fields:not(.unstackable) > .fifteen.wide.field,
  16930. .ui.form:not(.unstackable) .fields:not(.unstackable) > .sixteen.wide.field {
  16931. width: 100% !important;
  16932. }
  16933. .ui.form .fields {
  16934. margin-bottom: 0em;
  16935. }
  16936. }
  16937. /*--------------------
  16938. Equal Width
  16939. ---------------------*/
  16940. .ui[class*="equal width"].form .fields > .field,
  16941. .ui.form [class*="equal width"].fields > .field {
  16942. width: 100%;
  16943. -webkit-box-flex: 1;
  16944. -ms-flex: 1 1 auto;
  16945. flex: 1 1 auto;
  16946. }
  16947. /*--------------------
  16948. Inline Fields
  16949. ---------------------*/
  16950. .ui.form .inline.fields {
  16951. margin: 0em 0em 1em;
  16952. -webkit-box-align: center;
  16953. -ms-flex-align: center;
  16954. align-items: center;
  16955. }
  16956. .ui.form .inline.fields .field {
  16957. margin: 0em;
  16958. padding: 0em 1em 0em 0em;
  16959. }
  16960. /* Inline Label */
  16961. .ui.form .inline.fields > label,
  16962. .ui.form .inline.fields .field > label,
  16963. .ui.form .inline.fields .field > p,
  16964. .ui.form .inline.field > label,
  16965. .ui.form .inline.field > p {
  16966. display: inline-block;
  16967. width: auto;
  16968. margin-top: 0em;
  16969. margin-bottom: 0em;
  16970. vertical-align: baseline;
  16971. font-size: 0.92857143em;
  16972. font-weight: bold;
  16973. color: rgba(0, 0, 0, 0.87);
  16974. text-transform: none;
  16975. }
  16976. /* Grouped Inline Label */
  16977. .ui.form .inline.fields > label {
  16978. margin: 0.035714em 1em 0em 0em;
  16979. }
  16980. /* Inline Input */
  16981. .ui.form .inline.fields .field > input,
  16982. .ui.form .inline.fields .field > select,
  16983. .ui.form .inline.field > input,
  16984. .ui.form .inline.field > select {
  16985. display: inline-block;
  16986. width: auto;
  16987. margin-top: 0em;
  16988. margin-bottom: 0em;
  16989. vertical-align: middle;
  16990. font-size: 1em;
  16991. }
  16992. /* Label */
  16993. .ui.form .inline.fields .field > :first-child,
  16994. .ui.form .inline.field > :first-child {
  16995. margin: 0em 0.85714286em 0em 0em;
  16996. }
  16997. .ui.form .inline.fields .field > :only-child,
  16998. .ui.form .inline.field > :only-child {
  16999. margin: 0em;
  17000. }
  17001. /* Wide */
  17002. .ui.form .inline.fields .wide.field {
  17003. display: -webkit-box;
  17004. display: -ms-flexbox;
  17005. display: flex;
  17006. -webkit-box-align: center;
  17007. -ms-flex-align: center;
  17008. align-items: center;
  17009. }
  17010. .ui.form .inline.fields .wide.field > input,
  17011. .ui.form .inline.fields .wide.field > select {
  17012. width: 100%;
  17013. }
  17014. /*--------------------
  17015. Sizes
  17016. ---------------------*/
  17017. .ui.mini.form {
  17018. font-size: 0.78571429rem;
  17019. }
  17020. .ui.tiny.form {
  17021. font-size: 0.85714286rem;
  17022. }
  17023. .ui.small.form {
  17024. font-size: 0.92857143rem;
  17025. }
  17026. .ui.form {
  17027. font-size: 1rem;
  17028. }
  17029. .ui.large.form {
  17030. font-size: 1.14285714rem;
  17031. }
  17032. .ui.big.form {
  17033. font-size: 1.28571429rem;
  17034. }
  17035. .ui.huge.form {
  17036. font-size: 1.42857143rem;
  17037. }
  17038. .ui.massive.form {
  17039. font-size: 1.71428571rem;
  17040. }
  17041. /*******************************
  17042. Theme Overrides
  17043. *******************************/
  17044. /*******************************
  17045. Site Overrides
  17046. *******************************/
  17047. /*!
  17048. * # Semantic UI 2.4.0 - Grid
  17049. * http://github.com/semantic-org/semantic-ui/
  17050. *
  17051. *
  17052. * Released under the MIT license
  17053. * http://opensource.org/licenses/MIT
  17054. *
  17055. */
  17056. /*******************************
  17057. Standard
  17058. *******************************/
  17059. .ui.grid {
  17060. display: -webkit-box;
  17061. display: -ms-flexbox;
  17062. display: flex;
  17063. -webkit-box-orient: horizontal;
  17064. -webkit-box-direction: normal;
  17065. -ms-flex-direction: row;
  17066. flex-direction: row;
  17067. -ms-flex-wrap: wrap;
  17068. flex-wrap: wrap;
  17069. -webkit-box-align: stretch;
  17070. -ms-flex-align: stretch;
  17071. align-items: stretch;
  17072. padding: 0em;
  17073. }
  17074. /*----------------------
  17075. Remove Gutters
  17076. -----------------------*/
  17077. .ui.grid {
  17078. margin-top: -1rem;
  17079. margin-bottom: -1rem;
  17080. margin-left: -1rem;
  17081. margin-right: -1rem;
  17082. }
  17083. .ui.relaxed.grid {
  17084. margin-left: -1.5rem;
  17085. margin-right: -1.5rem;
  17086. }
  17087. .ui[class*="very relaxed"].grid {
  17088. margin-left: -2.5rem;
  17089. margin-right: -2.5rem;
  17090. }
  17091. /* Preserve Rows Spacing on Consecutive Grids */
  17092. .ui.grid + .grid {
  17093. margin-top: 1rem;
  17094. }
  17095. /*-------------------
  17096. Columns
  17097. --------------------*/
  17098. /* Standard 16 column */
  17099. .ui.grid > .column:not(.row),
  17100. .ui.grid > .row > .column {
  17101. position: relative;
  17102. display: inline-block;
  17103. width: 6.25%;
  17104. padding-left: 1rem;
  17105. padding-right: 1rem;
  17106. vertical-align: top;
  17107. }
  17108. .ui.grid > * {
  17109. padding-left: 1rem;
  17110. padding-right: 1rem;
  17111. }
  17112. /*-------------------
  17113. Rows
  17114. --------------------*/
  17115. .ui.grid > .row {
  17116. position: relative;
  17117. display: -webkit-box;
  17118. display: -ms-flexbox;
  17119. display: flex;
  17120. -webkit-box-orient: horizontal;
  17121. -webkit-box-direction: normal;
  17122. -ms-flex-direction: row;
  17123. flex-direction: row;
  17124. -ms-flex-wrap: wrap;
  17125. flex-wrap: wrap;
  17126. -webkit-box-pack: inherit;
  17127. -ms-flex-pack: inherit;
  17128. justify-content: inherit;
  17129. -webkit-box-align: stretch;
  17130. -ms-flex-align: stretch;
  17131. align-items: stretch;
  17132. width: 100% !important;
  17133. padding: 0rem;
  17134. padding-top: 1rem;
  17135. padding-bottom: 1rem;
  17136. }
  17137. /*-------------------
  17138. Columns
  17139. --------------------*/
  17140. /* Vertical padding when no rows */
  17141. .ui.grid > .column:not(.row) {
  17142. padding-top: 1rem;
  17143. padding-bottom: 1rem;
  17144. }
  17145. .ui.grid > .row > .column {
  17146. margin-top: 0em;
  17147. margin-bottom: 0em;
  17148. }
  17149. /*-------------------
  17150. Content
  17151. --------------------*/
  17152. .ui.grid > .row > img,
  17153. .ui.grid > .row > .column > img {
  17154. max-width: 100%;
  17155. }
  17156. /*-------------------
  17157. Loose Coupling
  17158. --------------------*/
  17159. /* Collapse Margin on Consecutive Grid */
  17160. .ui.grid > .ui.grid:first-child {
  17161. margin-top: 0em;
  17162. }
  17163. .ui.grid > .ui.grid:last-child {
  17164. margin-bottom: 0em;
  17165. }
  17166. /* Segment inside Aligned Grid */
  17167. .ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
  17168. .ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  17169. width: 100%;
  17170. }
  17171. /* Align Dividers with Gutter */
  17172. .ui.grid .row + .ui.divider {
  17173. -webkit-box-flex: 1;
  17174. -ms-flex-positive: 1;
  17175. flex-grow: 1;
  17176. margin: 1rem 1rem;
  17177. }
  17178. .ui.grid .column + .ui.vertical.divider {
  17179. height: calc(50% - 1rem );
  17180. }
  17181. /* Remove Border on Last Horizontal Segment */
  17182. .ui.grid > .row > .column:last-child > .horizontal.segment,
  17183. .ui.grid > .column:last-child > .horizontal.segment {
  17184. -webkit-box-shadow: none;
  17185. box-shadow: none;
  17186. }
  17187. /*******************************
  17188. Variations
  17189. *******************************/
  17190. /*-----------------------
  17191. Page Grid
  17192. -------------------------*/
  17193. @media only screen and (max-width: 767px) {
  17194. .ui.page.grid {
  17195. width: auto;
  17196. padding-left: 0em;
  17197. padding-right: 0em;
  17198. margin-left: 0em;
  17199. margin-right: 0em;
  17200. }
  17201. }
  17202. @media only screen and (min-width: 768px) and (max-width: 991px) {
  17203. .ui.page.grid {
  17204. width: auto;
  17205. margin-left: 0em;
  17206. margin-right: 0em;
  17207. padding-left: 2em;
  17208. padding-right: 2em;
  17209. }
  17210. }
  17211. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  17212. .ui.page.grid {
  17213. width: auto;
  17214. margin-left: 0em;
  17215. margin-right: 0em;
  17216. padding-left: 3%;
  17217. padding-right: 3%;
  17218. }
  17219. }
  17220. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  17221. .ui.page.grid {
  17222. width: auto;
  17223. margin-left: 0em;
  17224. margin-right: 0em;
  17225. padding-left: 15%;
  17226. padding-right: 15%;
  17227. }
  17228. }
  17229. @media only screen and (min-width: 1920px) {
  17230. .ui.page.grid {
  17231. width: auto;
  17232. margin-left: 0em;
  17233. margin-right: 0em;
  17234. padding-left: 23%;
  17235. padding-right: 23%;
  17236. }
  17237. }
  17238. /*-------------------
  17239. Column Count
  17240. --------------------*/
  17241. /* Assume full width with one column */
  17242. .ui.grid > .column:only-child,
  17243. .ui.grid > .row > .column:only-child {
  17244. width: 100%;
  17245. }
  17246. /* Grid Based */
  17247. .ui[class*="one column"].grid > .row > .column,
  17248. .ui[class*="one column"].grid > .column:not(.row) {
  17249. width: 100%;
  17250. }
  17251. .ui[class*="two column"].grid > .row > .column,
  17252. .ui[class*="two column"].grid > .column:not(.row) {
  17253. width: 50%;
  17254. }
  17255. .ui[class*="three column"].grid > .row > .column,
  17256. .ui[class*="three column"].grid > .column:not(.row) {
  17257. width: 33.33333333%;
  17258. }
  17259. .ui[class*="four column"].grid > .row > .column,
  17260. .ui[class*="four column"].grid > .column:not(.row) {
  17261. width: 25%;
  17262. }
  17263. .ui[class*="five column"].grid > .row > .column,
  17264. .ui[class*="five column"].grid > .column:not(.row) {
  17265. width: 20%;
  17266. }
  17267. .ui[class*="six column"].grid > .row > .column,
  17268. .ui[class*="six column"].grid > .column:not(.row) {
  17269. width: 16.66666667%;
  17270. }
  17271. .ui[class*="seven column"].grid > .row > .column,
  17272. .ui[class*="seven column"].grid > .column:not(.row) {
  17273. width: 14.28571429%;
  17274. }
  17275. .ui[class*="eight column"].grid > .row > .column,
  17276. .ui[class*="eight column"].grid > .column:not(.row) {
  17277. width: 12.5%;
  17278. }
  17279. .ui[class*="nine column"].grid > .row > .column,
  17280. .ui[class*="nine column"].grid > .column:not(.row) {
  17281. width: 11.11111111%;
  17282. }
  17283. .ui[class*="ten column"].grid > .row > .column,
  17284. .ui[class*="ten column"].grid > .column:not(.row) {
  17285. width: 10%;
  17286. }
  17287. .ui[class*="eleven column"].grid > .row > .column,
  17288. .ui[class*="eleven column"].grid > .column:not(.row) {
  17289. width: 9.09090909%;
  17290. }
  17291. .ui[class*="twelve column"].grid > .row > .column,
  17292. .ui[class*="twelve column"].grid > .column:not(.row) {
  17293. width: 8.33333333%;
  17294. }
  17295. .ui[class*="thirteen column"].grid > .row > .column,
  17296. .ui[class*="thirteen column"].grid > .column:not(.row) {
  17297. width: 7.69230769%;
  17298. }
  17299. .ui[class*="fourteen column"].grid > .row > .column,
  17300. .ui[class*="fourteen column"].grid > .column:not(.row) {
  17301. width: 7.14285714%;
  17302. }
  17303. .ui[class*="fifteen column"].grid > .row > .column,
  17304. .ui[class*="fifteen column"].grid > .column:not(.row) {
  17305. width: 6.66666667%;
  17306. }
  17307. .ui[class*="sixteen column"].grid > .row > .column,
  17308. .ui[class*="sixteen column"].grid > .column:not(.row) {
  17309. width: 6.25%;
  17310. }
  17311. /* Row Based Overrides */
  17312. .ui.grid > [class*="one column"].row > .column {
  17313. width: 100% !important;
  17314. }
  17315. .ui.grid > [class*="two column"].row > .column {
  17316. width: 50% !important;
  17317. }
  17318. .ui.grid > [class*="three column"].row > .column {
  17319. width: 33.33333333% !important;
  17320. }
  17321. .ui.grid > [class*="four column"].row > .column {
  17322. width: 25% !important;
  17323. }
  17324. .ui.grid > [class*="five column"].row > .column {
  17325. width: 20% !important;
  17326. }
  17327. .ui.grid > [class*="six column"].row > .column {
  17328. width: 16.66666667% !important;
  17329. }
  17330. .ui.grid > [class*="seven column"].row > .column {
  17331. width: 14.28571429% !important;
  17332. }
  17333. .ui.grid > [class*="eight column"].row > .column {
  17334. width: 12.5% !important;
  17335. }
  17336. .ui.grid > [class*="nine column"].row > .column {
  17337. width: 11.11111111% !important;
  17338. }
  17339. .ui.grid > [class*="ten column"].row > .column {
  17340. width: 10% !important;
  17341. }
  17342. .ui.grid > [class*="eleven column"].row > .column {
  17343. width: 9.09090909% !important;
  17344. }
  17345. .ui.grid > [class*="twelve column"].row > .column {
  17346. width: 8.33333333% !important;
  17347. }
  17348. .ui.grid > [class*="thirteen column"].row > .column {
  17349. width: 7.69230769% !important;
  17350. }
  17351. .ui.grid > [class*="fourteen column"].row > .column {
  17352. width: 7.14285714% !important;
  17353. }
  17354. .ui.grid > [class*="fifteen column"].row > .column {
  17355. width: 6.66666667% !important;
  17356. }
  17357. .ui.grid > [class*="sixteen column"].row > .column {
  17358. width: 6.25% !important;
  17359. }
  17360. /* Celled Page */
  17361. .ui.celled.page.grid {
  17362. -webkit-box-shadow: none;
  17363. box-shadow: none;
  17364. }
  17365. /*-------------------
  17366. Column Width
  17367. --------------------*/
  17368. /* Sizing Combinations */
  17369. .ui.grid > .row > [class*="one wide"].column,
  17370. .ui.grid > .column.row > [class*="one wide"].column,
  17371. .ui.grid > [class*="one wide"].column,
  17372. .ui.column.grid > [class*="one wide"].column {
  17373. width: 6.25% !important;
  17374. }
  17375. .ui.grid > .row > [class*="two wide"].column,
  17376. .ui.grid > .column.row > [class*="two wide"].column,
  17377. .ui.grid > [class*="two wide"].column,
  17378. .ui.column.grid > [class*="two wide"].column {
  17379. width: 12.5% !important;
  17380. }
  17381. .ui.grid > .row > [class*="three wide"].column,
  17382. .ui.grid > .column.row > [class*="three wide"].column,
  17383. .ui.grid > [class*="three wide"].column,
  17384. .ui.column.grid > [class*="three wide"].column {
  17385. width: 18.75% !important;
  17386. }
  17387. .ui.grid > .row > [class*="four wide"].column,
  17388. .ui.grid > .column.row > [class*="four wide"].column,
  17389. .ui.grid > [class*="four wide"].column,
  17390. .ui.column.grid > [class*="four wide"].column {
  17391. width: 25% !important;
  17392. }
  17393. .ui.grid > .row > [class*="five wide"].column,
  17394. .ui.grid > .column.row > [class*="five wide"].column,
  17395. .ui.grid > [class*="five wide"].column,
  17396. .ui.column.grid > [class*="five wide"].column {
  17397. width: 31.25% !important;
  17398. }
  17399. .ui.grid > .row > [class*="six wide"].column,
  17400. .ui.grid > .column.row > [class*="six wide"].column,
  17401. .ui.grid > [class*="six wide"].column,
  17402. .ui.column.grid > [class*="six wide"].column {
  17403. width: 37.5% !important;
  17404. }
  17405. .ui.grid > .row > [class*="seven wide"].column,
  17406. .ui.grid > .column.row > [class*="seven wide"].column,
  17407. .ui.grid > [class*="seven wide"].column,
  17408. .ui.column.grid > [class*="seven wide"].column {
  17409. width: 43.75% !important;
  17410. }
  17411. .ui.grid > .row > [class*="eight wide"].column,
  17412. .ui.grid > .column.row > [class*="eight wide"].column,
  17413. .ui.grid > [class*="eight wide"].column,
  17414. .ui.column.grid > [class*="eight wide"].column {
  17415. width: 50% !important;
  17416. }
  17417. .ui.grid > .row > [class*="nine wide"].column,
  17418. .ui.grid > .column.row > [class*="nine wide"].column,
  17419. .ui.grid > [class*="nine wide"].column,
  17420. .ui.column.grid > [class*="nine wide"].column {
  17421. width: 56.25% !important;
  17422. }
  17423. .ui.grid > .row > [class*="ten wide"].column,
  17424. .ui.grid > .column.row > [class*="ten wide"].column,
  17425. .ui.grid > [class*="ten wide"].column,
  17426. .ui.column.grid > [class*="ten wide"].column {
  17427. width: 62.5% !important;
  17428. }
  17429. .ui.grid > .row > [class*="eleven wide"].column,
  17430. .ui.grid > .column.row > [class*="eleven wide"].column,
  17431. .ui.grid > [class*="eleven wide"].column,
  17432. .ui.column.grid > [class*="eleven wide"].column {
  17433. width: 68.75% !important;
  17434. }
  17435. .ui.grid > .row > [class*="twelve wide"].column,
  17436. .ui.grid > .column.row > [class*="twelve wide"].column,
  17437. .ui.grid > [class*="twelve wide"].column,
  17438. .ui.column.grid > [class*="twelve wide"].column {
  17439. width: 75% !important;
  17440. }
  17441. .ui.grid > .row > [class*="thirteen wide"].column,
  17442. .ui.grid > .column.row > [class*="thirteen wide"].column,
  17443. .ui.grid > [class*="thirteen wide"].column,
  17444. .ui.column.grid > [class*="thirteen wide"].column {
  17445. width: 81.25% !important;
  17446. }
  17447. .ui.grid > .row > [class*="fourteen wide"].column,
  17448. .ui.grid > .column.row > [class*="fourteen wide"].column,
  17449. .ui.grid > [class*="fourteen wide"].column,
  17450. .ui.column.grid > [class*="fourteen wide"].column {
  17451. width: 87.5% !important;
  17452. }
  17453. .ui.grid > .row > [class*="fifteen wide"].column,
  17454. .ui.grid > .column.row > [class*="fifteen wide"].column,
  17455. .ui.grid > [class*="fifteen wide"].column,
  17456. .ui.column.grid > [class*="fifteen wide"].column {
  17457. width: 93.75% !important;
  17458. }
  17459. .ui.grid > .row > [class*="sixteen wide"].column,
  17460. .ui.grid > .column.row > [class*="sixteen wide"].column,
  17461. .ui.grid > [class*="sixteen wide"].column,
  17462. .ui.column.grid > [class*="sixteen wide"].column {
  17463. width: 100% !important;
  17464. }
  17465. /*----------------------
  17466. Width per Device
  17467. -----------------------*/
  17468. /* Mobile Sizing Combinations */
  17469. @media only screen and (min-width: 320px) and (max-width: 767px) {
  17470. .ui.grid > .row > [class*="one wide mobile"].column,
  17471. .ui.grid > .column.row > [class*="one wide mobile"].column,
  17472. .ui.grid > [class*="one wide mobile"].column,
  17473. .ui.column.grid > [class*="one wide mobile"].column {
  17474. width: 6.25% !important;
  17475. }
  17476. .ui.grid > .row > [class*="two wide mobile"].column,
  17477. .ui.grid > .column.row > [class*="two wide mobile"].column,
  17478. .ui.grid > [class*="two wide mobile"].column,
  17479. .ui.column.grid > [class*="two wide mobile"].column {
  17480. width: 12.5% !important;
  17481. }
  17482. .ui.grid > .row > [class*="three wide mobile"].column,
  17483. .ui.grid > .column.row > [class*="three wide mobile"].column,
  17484. .ui.grid > [class*="three wide mobile"].column,
  17485. .ui.column.grid > [class*="three wide mobile"].column {
  17486. width: 18.75% !important;
  17487. }
  17488. .ui.grid > .row > [class*="four wide mobile"].column,
  17489. .ui.grid > .column.row > [class*="four wide mobile"].column,
  17490. .ui.grid > [class*="four wide mobile"].column,
  17491. .ui.column.grid > [class*="four wide mobile"].column {
  17492. width: 25% !important;
  17493. }
  17494. .ui.grid > .row > [class*="five wide mobile"].column,
  17495. .ui.grid > .column.row > [class*="five wide mobile"].column,
  17496. .ui.grid > [class*="five wide mobile"].column,
  17497. .ui.column.grid > [class*="five wide mobile"].column {
  17498. width: 31.25% !important;
  17499. }
  17500. .ui.grid > .row > [class*="six wide mobile"].column,
  17501. .ui.grid > .column.row > [class*="six wide mobile"].column,
  17502. .ui.grid > [class*="six wide mobile"].column,
  17503. .ui.column.grid > [class*="six wide mobile"].column {
  17504. width: 37.5% !important;
  17505. }
  17506. .ui.grid > .row > [class*="seven wide mobile"].column,
  17507. .ui.grid > .column.row > [class*="seven wide mobile"].column,
  17508. .ui.grid > [class*="seven wide mobile"].column,
  17509. .ui.column.grid > [class*="seven wide mobile"].column {
  17510. width: 43.75% !important;
  17511. }
  17512. .ui.grid > .row > [class*="eight wide mobile"].column,
  17513. .ui.grid > .column.row > [class*="eight wide mobile"].column,
  17514. .ui.grid > [class*="eight wide mobile"].column,
  17515. .ui.column.grid > [class*="eight wide mobile"].column {
  17516. width: 50% !important;
  17517. }
  17518. .ui.grid > .row > [class*="nine wide mobile"].column,
  17519. .ui.grid > .column.row > [class*="nine wide mobile"].column,
  17520. .ui.grid > [class*="nine wide mobile"].column,
  17521. .ui.column.grid > [class*="nine wide mobile"].column {
  17522. width: 56.25% !important;
  17523. }
  17524. .ui.grid > .row > [class*="ten wide mobile"].column,
  17525. .ui.grid > .column.row > [class*="ten wide mobile"].column,
  17526. .ui.grid > [class*="ten wide mobile"].column,
  17527. .ui.column.grid > [class*="ten wide mobile"].column {
  17528. width: 62.5% !important;
  17529. }
  17530. .ui.grid > .row > [class*="eleven wide mobile"].column,
  17531. .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  17532. .ui.grid > [class*="eleven wide mobile"].column,
  17533. .ui.column.grid > [class*="eleven wide mobile"].column {
  17534. width: 68.75% !important;
  17535. }
  17536. .ui.grid > .row > [class*="twelve wide mobile"].column,
  17537. .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  17538. .ui.grid > [class*="twelve wide mobile"].column,
  17539. .ui.column.grid > [class*="twelve wide mobile"].column {
  17540. width: 75% !important;
  17541. }
  17542. .ui.grid > .row > [class*="thirteen wide mobile"].column,
  17543. .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  17544. .ui.grid > [class*="thirteen wide mobile"].column,
  17545. .ui.column.grid > [class*="thirteen wide mobile"].column {
  17546. width: 81.25% !important;
  17547. }
  17548. .ui.grid > .row > [class*="fourteen wide mobile"].column,
  17549. .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  17550. .ui.grid > [class*="fourteen wide mobile"].column,
  17551. .ui.column.grid > [class*="fourteen wide mobile"].column {
  17552. width: 87.5% !important;
  17553. }
  17554. .ui.grid > .row > [class*="fifteen wide mobile"].column,
  17555. .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  17556. .ui.grid > [class*="fifteen wide mobile"].column,
  17557. .ui.column.grid > [class*="fifteen wide mobile"].column {
  17558. width: 93.75% !important;
  17559. }
  17560. .ui.grid > .row > [class*="sixteen wide mobile"].column,
  17561. .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  17562. .ui.grid > [class*="sixteen wide mobile"].column,
  17563. .ui.column.grid > [class*="sixteen wide mobile"].column {
  17564. width: 100% !important;
  17565. }
  17566. }
  17567. /* Tablet Sizing Combinations */
  17568. @media only screen and (min-width: 768px) and (max-width: 991px) {
  17569. .ui.grid > .row > [class*="one wide tablet"].column,
  17570. .ui.grid > .column.row > [class*="one wide tablet"].column,
  17571. .ui.grid > [class*="one wide tablet"].column,
  17572. .ui.column.grid > [class*="one wide tablet"].column {
  17573. width: 6.25% !important;
  17574. }
  17575. .ui.grid > .row > [class*="two wide tablet"].column,
  17576. .ui.grid > .column.row > [class*="two wide tablet"].column,
  17577. .ui.grid > [class*="two wide tablet"].column,
  17578. .ui.column.grid > [class*="two wide tablet"].column {
  17579. width: 12.5% !important;
  17580. }
  17581. .ui.grid > .row > [class*="three wide tablet"].column,
  17582. .ui.grid > .column.row > [class*="three wide tablet"].column,
  17583. .ui.grid > [class*="three wide tablet"].column,
  17584. .ui.column.grid > [class*="three wide tablet"].column {
  17585. width: 18.75% !important;
  17586. }
  17587. .ui.grid > .row > [class*="four wide tablet"].column,
  17588. .ui.grid > .column.row > [class*="four wide tablet"].column,
  17589. .ui.grid > [class*="four wide tablet"].column,
  17590. .ui.column.grid > [class*="four wide tablet"].column {
  17591. width: 25% !important;
  17592. }
  17593. .ui.grid > .row > [class*="five wide tablet"].column,
  17594. .ui.grid > .column.row > [class*="five wide tablet"].column,
  17595. .ui.grid > [class*="five wide tablet"].column,
  17596. .ui.column.grid > [class*="five wide tablet"].column {
  17597. width: 31.25% !important;
  17598. }
  17599. .ui.grid > .row > [class*="six wide tablet"].column,
  17600. .ui.grid > .column.row > [class*="six wide tablet"].column,
  17601. .ui.grid > [class*="six wide tablet"].column,
  17602. .ui.column.grid > [class*="six wide tablet"].column {
  17603. width: 37.5% !important;
  17604. }
  17605. .ui.grid > .row > [class*="seven wide tablet"].column,
  17606. .ui.grid > .column.row > [class*="seven wide tablet"].column,
  17607. .ui.grid > [class*="seven wide tablet"].column,
  17608. .ui.column.grid > [class*="seven wide tablet"].column {
  17609. width: 43.75% !important;
  17610. }
  17611. .ui.grid > .row > [class*="eight wide tablet"].column,
  17612. .ui.grid > .column.row > [class*="eight wide tablet"].column,
  17613. .ui.grid > [class*="eight wide tablet"].column,
  17614. .ui.column.grid > [class*="eight wide tablet"].column {
  17615. width: 50% !important;
  17616. }
  17617. .ui.grid > .row > [class*="nine wide tablet"].column,
  17618. .ui.grid > .column.row > [class*="nine wide tablet"].column,
  17619. .ui.grid > [class*="nine wide tablet"].column,
  17620. .ui.column.grid > [class*="nine wide tablet"].column {
  17621. width: 56.25% !important;
  17622. }
  17623. .ui.grid > .row > [class*="ten wide tablet"].column,
  17624. .ui.grid > .column.row > [class*="ten wide tablet"].column,
  17625. .ui.grid > [class*="ten wide tablet"].column,
  17626. .ui.column.grid > [class*="ten wide tablet"].column {
  17627. width: 62.5% !important;
  17628. }
  17629. .ui.grid > .row > [class*="eleven wide tablet"].column,
  17630. .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  17631. .ui.grid > [class*="eleven wide tablet"].column,
  17632. .ui.column.grid > [class*="eleven wide tablet"].column {
  17633. width: 68.75% !important;
  17634. }
  17635. .ui.grid > .row > [class*="twelve wide tablet"].column,
  17636. .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  17637. .ui.grid > [class*="twelve wide tablet"].column,
  17638. .ui.column.grid > [class*="twelve wide tablet"].column {
  17639. width: 75% !important;
  17640. }
  17641. .ui.grid > .row > [class*="thirteen wide tablet"].column,
  17642. .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  17643. .ui.grid > [class*="thirteen wide tablet"].column,
  17644. .ui.column.grid > [class*="thirteen wide tablet"].column {
  17645. width: 81.25% !important;
  17646. }
  17647. .ui.grid > .row > [class*="fourteen wide tablet"].column,
  17648. .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  17649. .ui.grid > [class*="fourteen wide tablet"].column,
  17650. .ui.column.grid > [class*="fourteen wide tablet"].column {
  17651. width: 87.5% !important;
  17652. }
  17653. .ui.grid > .row > [class*="fifteen wide tablet"].column,
  17654. .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  17655. .ui.grid > [class*="fifteen wide tablet"].column,
  17656. .ui.column.grid > [class*="fifteen wide tablet"].column {
  17657. width: 93.75% !important;
  17658. }
  17659. .ui.grid > .row > [class*="sixteen wide tablet"].column,
  17660. .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  17661. .ui.grid > [class*="sixteen wide tablet"].column,
  17662. .ui.column.grid > [class*="sixteen wide tablet"].column {
  17663. width: 100% !important;
  17664. }
  17665. }
  17666. /* Computer/Desktop Sizing Combinations */
  17667. @media only screen and (min-width: 992px) {
  17668. .ui.grid > .row > [class*="one wide computer"].column,
  17669. .ui.grid > .column.row > [class*="one wide computer"].column,
  17670. .ui.grid > [class*="one wide computer"].column,
  17671. .ui.column.grid > [class*="one wide computer"].column {
  17672. width: 6.25% !important;
  17673. }
  17674. .ui.grid > .row > [class*="two wide computer"].column,
  17675. .ui.grid > .column.row > [class*="two wide computer"].column,
  17676. .ui.grid > [class*="two wide computer"].column,
  17677. .ui.column.grid > [class*="two wide computer"].column {
  17678. width: 12.5% !important;
  17679. }
  17680. .ui.grid > .row > [class*="three wide computer"].column,
  17681. .ui.grid > .column.row > [class*="three wide computer"].column,
  17682. .ui.grid > [class*="three wide computer"].column,
  17683. .ui.column.grid > [class*="three wide computer"].column {
  17684. width: 18.75% !important;
  17685. }
  17686. .ui.grid > .row > [class*="four wide computer"].column,
  17687. .ui.grid > .column.row > [class*="four wide computer"].column,
  17688. .ui.grid > [class*="four wide computer"].column,
  17689. .ui.column.grid > [class*="four wide computer"].column {
  17690. width: 25% !important;
  17691. }
  17692. .ui.grid > .row > [class*="five wide computer"].column,
  17693. .ui.grid > .column.row > [class*="five wide computer"].column,
  17694. .ui.grid > [class*="five wide computer"].column,
  17695. .ui.column.grid > [class*="five wide computer"].column {
  17696. width: 31.25% !important;
  17697. }
  17698. .ui.grid > .row > [class*="six wide computer"].column,
  17699. .ui.grid > .column.row > [class*="six wide computer"].column,
  17700. .ui.grid > [class*="six wide computer"].column,
  17701. .ui.column.grid > [class*="six wide computer"].column {
  17702. width: 37.5% !important;
  17703. }
  17704. .ui.grid > .row > [class*="seven wide computer"].column,
  17705. .ui.grid > .column.row > [class*="seven wide computer"].column,
  17706. .ui.grid > [class*="seven wide computer"].column,
  17707. .ui.column.grid > [class*="seven wide computer"].column {
  17708. width: 43.75% !important;
  17709. }
  17710. .ui.grid > .row > [class*="eight wide computer"].column,
  17711. .ui.grid > .column.row > [class*="eight wide computer"].column,
  17712. .ui.grid > [class*="eight wide computer"].column,
  17713. .ui.column.grid > [class*="eight wide computer"].column {
  17714. width: 50% !important;
  17715. }
  17716. .ui.grid > .row > [class*="nine wide computer"].column,
  17717. .ui.grid > .column.row > [class*="nine wide computer"].column,
  17718. .ui.grid > [class*="nine wide computer"].column,
  17719. .ui.column.grid > [class*="nine wide computer"].column {
  17720. width: 56.25% !important;
  17721. }
  17722. .ui.grid > .row > [class*="ten wide computer"].column,
  17723. .ui.grid > .column.row > [class*="ten wide computer"].column,
  17724. .ui.grid > [class*="ten wide computer"].column,
  17725. .ui.column.grid > [class*="ten wide computer"].column {
  17726. width: 62.5% !important;
  17727. }
  17728. .ui.grid > .row > [class*="eleven wide computer"].column,
  17729. .ui.grid > .column.row > [class*="eleven wide computer"].column,
  17730. .ui.grid > [class*="eleven wide computer"].column,
  17731. .ui.column.grid > [class*="eleven wide computer"].column {
  17732. width: 68.75% !important;
  17733. }
  17734. .ui.grid > .row > [class*="twelve wide computer"].column,
  17735. .ui.grid > .column.row > [class*="twelve wide computer"].column,
  17736. .ui.grid > [class*="twelve wide computer"].column,
  17737. .ui.column.grid > [class*="twelve wide computer"].column {
  17738. width: 75% !important;
  17739. }
  17740. .ui.grid > .row > [class*="thirteen wide computer"].column,
  17741. .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  17742. .ui.grid > [class*="thirteen wide computer"].column,
  17743. .ui.column.grid > [class*="thirteen wide computer"].column {
  17744. width: 81.25% !important;
  17745. }
  17746. .ui.grid > .row > [class*="fourteen wide computer"].column,
  17747. .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  17748. .ui.grid > [class*="fourteen wide computer"].column,
  17749. .ui.column.grid > [class*="fourteen wide computer"].column {
  17750. width: 87.5% !important;
  17751. }
  17752. .ui.grid > .row > [class*="fifteen wide computer"].column,
  17753. .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  17754. .ui.grid > [class*="fifteen wide computer"].column,
  17755. .ui.column.grid > [class*="fifteen wide computer"].column {
  17756. width: 93.75% !important;
  17757. }
  17758. .ui.grid > .row > [class*="sixteen wide computer"].column,
  17759. .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  17760. .ui.grid > [class*="sixteen wide computer"].column,
  17761. .ui.column.grid > [class*="sixteen wide computer"].column {
  17762. width: 100% !important;
  17763. }
  17764. }
  17765. /* Large Monitor Sizing Combinations */
  17766. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  17767. .ui.grid > .row > [class*="one wide large screen"].column,
  17768. .ui.grid > .column.row > [class*="one wide large screen"].column,
  17769. .ui.grid > [class*="one wide large screen"].column,
  17770. .ui.column.grid > [class*="one wide large screen"].column {
  17771. width: 6.25% !important;
  17772. }
  17773. .ui.grid > .row > [class*="two wide large screen"].column,
  17774. .ui.grid > .column.row > [class*="two wide large screen"].column,
  17775. .ui.grid > [class*="two wide large screen"].column,
  17776. .ui.column.grid > [class*="two wide large screen"].column {
  17777. width: 12.5% !important;
  17778. }
  17779. .ui.grid > .row > [class*="three wide large screen"].column,
  17780. .ui.grid > .column.row > [class*="three wide large screen"].column,
  17781. .ui.grid > [class*="three wide large screen"].column,
  17782. .ui.column.grid > [class*="three wide large screen"].column {
  17783. width: 18.75% !important;
  17784. }
  17785. .ui.grid > .row > [class*="four wide large screen"].column,
  17786. .ui.grid > .column.row > [class*="four wide large screen"].column,
  17787. .ui.grid > [class*="four wide large screen"].column,
  17788. .ui.column.grid > [class*="four wide large screen"].column {
  17789. width: 25% !important;
  17790. }
  17791. .ui.grid > .row > [class*="five wide large screen"].column,
  17792. .ui.grid > .column.row > [class*="five wide large screen"].column,
  17793. .ui.grid > [class*="five wide large screen"].column,
  17794. .ui.column.grid > [class*="five wide large screen"].column {
  17795. width: 31.25% !important;
  17796. }
  17797. .ui.grid > .row > [class*="six wide large screen"].column,
  17798. .ui.grid > .column.row > [class*="six wide large screen"].column,
  17799. .ui.grid > [class*="six wide large screen"].column,
  17800. .ui.column.grid > [class*="six wide large screen"].column {
  17801. width: 37.5% !important;
  17802. }
  17803. .ui.grid > .row > [class*="seven wide large screen"].column,
  17804. .ui.grid > .column.row > [class*="seven wide large screen"].column,
  17805. .ui.grid > [class*="seven wide large screen"].column,
  17806. .ui.column.grid > [class*="seven wide large screen"].column {
  17807. width: 43.75% !important;
  17808. }
  17809. .ui.grid > .row > [class*="eight wide large screen"].column,
  17810. .ui.grid > .column.row > [class*="eight wide large screen"].column,
  17811. .ui.grid > [class*="eight wide large screen"].column,
  17812. .ui.column.grid > [class*="eight wide large screen"].column {
  17813. width: 50% !important;
  17814. }
  17815. .ui.grid > .row > [class*="nine wide large screen"].column,
  17816. .ui.grid > .column.row > [class*="nine wide large screen"].column,
  17817. .ui.grid > [class*="nine wide large screen"].column,
  17818. .ui.column.grid > [class*="nine wide large screen"].column {
  17819. width: 56.25% !important;
  17820. }
  17821. .ui.grid > .row > [class*="ten wide large screen"].column,
  17822. .ui.grid > .column.row > [class*="ten wide large screen"].column,
  17823. .ui.grid > [class*="ten wide large screen"].column,
  17824. .ui.column.grid > [class*="ten wide large screen"].column {
  17825. width: 62.5% !important;
  17826. }
  17827. .ui.grid > .row > [class*="eleven wide large screen"].column,
  17828. .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  17829. .ui.grid > [class*="eleven wide large screen"].column,
  17830. .ui.column.grid > [class*="eleven wide large screen"].column {
  17831. width: 68.75% !important;
  17832. }
  17833. .ui.grid > .row > [class*="twelve wide large screen"].column,
  17834. .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  17835. .ui.grid > [class*="twelve wide large screen"].column,
  17836. .ui.column.grid > [class*="twelve wide large screen"].column {
  17837. width: 75% !important;
  17838. }
  17839. .ui.grid > .row > [class*="thirteen wide large screen"].column,
  17840. .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  17841. .ui.grid > [class*="thirteen wide large screen"].column,
  17842. .ui.column.grid > [class*="thirteen wide large screen"].column {
  17843. width: 81.25% !important;
  17844. }
  17845. .ui.grid > .row > [class*="fourteen wide large screen"].column,
  17846. .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  17847. .ui.grid > [class*="fourteen wide large screen"].column,
  17848. .ui.column.grid > [class*="fourteen wide large screen"].column {
  17849. width: 87.5% !important;
  17850. }
  17851. .ui.grid > .row > [class*="fifteen wide large screen"].column,
  17852. .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  17853. .ui.grid > [class*="fifteen wide large screen"].column,
  17854. .ui.column.grid > [class*="fifteen wide large screen"].column {
  17855. width: 93.75% !important;
  17856. }
  17857. .ui.grid > .row > [class*="sixteen wide large screen"].column,
  17858. .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  17859. .ui.grid > [class*="sixteen wide large screen"].column,
  17860. .ui.column.grid > [class*="sixteen wide large screen"].column {
  17861. width: 100% !important;
  17862. }
  17863. }
  17864. /* Widescreen Sizing Combinations */
  17865. @media only screen and (min-width: 1920px) {
  17866. .ui.grid > .row > [class*="one wide widescreen"].column,
  17867. .ui.grid > .column.row > [class*="one wide widescreen"].column,
  17868. .ui.grid > [class*="one wide widescreen"].column,
  17869. .ui.column.grid > [class*="one wide widescreen"].column {
  17870. width: 6.25% !important;
  17871. }
  17872. .ui.grid > .row > [class*="two wide widescreen"].column,
  17873. .ui.grid > .column.row > [class*="two wide widescreen"].column,
  17874. .ui.grid > [class*="two wide widescreen"].column,
  17875. .ui.column.grid > [class*="two wide widescreen"].column {
  17876. width: 12.5% !important;
  17877. }
  17878. .ui.grid > .row > [class*="three wide widescreen"].column,
  17879. .ui.grid > .column.row > [class*="three wide widescreen"].column,
  17880. .ui.grid > [class*="three wide widescreen"].column,
  17881. .ui.column.grid > [class*="three wide widescreen"].column {
  17882. width: 18.75% !important;
  17883. }
  17884. .ui.grid > .row > [class*="four wide widescreen"].column,
  17885. .ui.grid > .column.row > [class*="four wide widescreen"].column,
  17886. .ui.grid > [class*="four wide widescreen"].column,
  17887. .ui.column.grid > [class*="four wide widescreen"].column {
  17888. width: 25% !important;
  17889. }
  17890. .ui.grid > .row > [class*="five wide widescreen"].column,
  17891. .ui.grid > .column.row > [class*="five wide widescreen"].column,
  17892. .ui.grid > [class*="five wide widescreen"].column,
  17893. .ui.column.grid > [class*="five wide widescreen"].column {
  17894. width: 31.25% !important;
  17895. }
  17896. .ui.grid > .row > [class*="six wide widescreen"].column,
  17897. .ui.grid > .column.row > [class*="six wide widescreen"].column,
  17898. .ui.grid > [class*="six wide widescreen"].column,
  17899. .ui.column.grid > [class*="six wide widescreen"].column {
  17900. width: 37.5% !important;
  17901. }
  17902. .ui.grid > .row > [class*="seven wide widescreen"].column,
  17903. .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  17904. .ui.grid > [class*="seven wide widescreen"].column,
  17905. .ui.column.grid > [class*="seven wide widescreen"].column {
  17906. width: 43.75% !important;
  17907. }
  17908. .ui.grid > .row > [class*="eight wide widescreen"].column,
  17909. .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  17910. .ui.grid > [class*="eight wide widescreen"].column,
  17911. .ui.column.grid > [class*="eight wide widescreen"].column {
  17912. width: 50% !important;
  17913. }
  17914. .ui.grid > .row > [class*="nine wide widescreen"].column,
  17915. .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  17916. .ui.grid > [class*="nine wide widescreen"].column,
  17917. .ui.column.grid > [class*="nine wide widescreen"].column {
  17918. width: 56.25% !important;
  17919. }
  17920. .ui.grid > .row > [class*="ten wide widescreen"].column,
  17921. .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  17922. .ui.grid > [class*="ten wide widescreen"].column,
  17923. .ui.column.grid > [class*="ten wide widescreen"].column {
  17924. width: 62.5% !important;
  17925. }
  17926. .ui.grid > .row > [class*="eleven wide widescreen"].column,
  17927. .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  17928. .ui.grid > [class*="eleven wide widescreen"].column,
  17929. .ui.column.grid > [class*="eleven wide widescreen"].column {
  17930. width: 68.75% !important;
  17931. }
  17932. .ui.grid > .row > [class*="twelve wide widescreen"].column,
  17933. .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  17934. .ui.grid > [class*="twelve wide widescreen"].column,
  17935. .ui.column.grid > [class*="twelve wide widescreen"].column {
  17936. width: 75% !important;
  17937. }
  17938. .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  17939. .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  17940. .ui.grid > [class*="thirteen wide widescreen"].column,
  17941. .ui.column.grid > [class*="thirteen wide widescreen"].column {
  17942. width: 81.25% !important;
  17943. }
  17944. .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  17945. .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  17946. .ui.grid > [class*="fourteen wide widescreen"].column,
  17947. .ui.column.grid > [class*="fourteen wide widescreen"].column {
  17948. width: 87.5% !important;
  17949. }
  17950. .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  17951. .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  17952. .ui.grid > [class*="fifteen wide widescreen"].column,
  17953. .ui.column.grid > [class*="fifteen wide widescreen"].column {
  17954. width: 93.75% !important;
  17955. }
  17956. .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  17957. .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  17958. .ui.grid > [class*="sixteen wide widescreen"].column,
  17959. .ui.column.grid > [class*="sixteen wide widescreen"].column {
  17960. width: 100% !important;
  17961. }
  17962. }
  17963. /*----------------------
  17964. Centered
  17965. -----------------------*/
  17966. .ui.centered.grid,
  17967. .ui.centered.grid > .row,
  17968. .ui.grid > .centered.row {
  17969. text-align: center;
  17970. -webkit-box-pack: center;
  17971. -ms-flex-pack: center;
  17972. justify-content: center;
  17973. }
  17974. .ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
  17975. .ui.centered.grid > .row > .column:not(.aligned):not(.justified),
  17976. .ui.grid .centered.row > .column:not(.aligned):not(.justified) {
  17977. text-align: left;
  17978. }
  17979. .ui.grid > .centered.column,
  17980. .ui.grid > .row > .centered.column {
  17981. display: block;
  17982. margin-left: auto;
  17983. margin-right: auto;
  17984. }
  17985. /*----------------------
  17986. Relaxed
  17987. -----------------------*/
  17988. .ui.relaxed.grid > .column:not(.row),
  17989. .ui.relaxed.grid > .row > .column,
  17990. .ui.grid > .relaxed.row > .column {
  17991. padding-left: 1.5rem;
  17992. padding-right: 1.5rem;
  17993. }
  17994. .ui[class*="very relaxed"].grid > .column:not(.row),
  17995. .ui[class*="very relaxed"].grid > .row > .column,
  17996. .ui.grid > [class*="very relaxed"].row > .column {
  17997. padding-left: 2.5rem;
  17998. padding-right: 2.5rem;
  17999. }
  18000. /* Coupling with UI Divider */
  18001. .ui.relaxed.grid .row + .ui.divider,
  18002. .ui.grid .relaxed.row + .ui.divider {
  18003. margin-left: 1.5rem;
  18004. margin-right: 1.5rem;
  18005. }
  18006. .ui[class*="very relaxed"].grid .row + .ui.divider,
  18007. .ui.grid [class*="very relaxed"].row + .ui.divider {
  18008. margin-left: 2.5rem;
  18009. margin-right: 2.5rem;
  18010. }
  18011. /*----------------------
  18012. Padded
  18013. -----------------------*/
  18014. .ui.padded.grid:not(.vertically):not(.horizontally) {
  18015. margin: 0em !important;
  18016. }
  18017. [class*="horizontally padded"].ui.grid {
  18018. margin-left: 0em !important;
  18019. margin-right: 0em !important;
  18020. }
  18021. [class*="vertically padded"].ui.grid {
  18022. margin-top: 0em !important;
  18023. margin-bottom: 0em !important;
  18024. }
  18025. /*----------------------
  18026. "Floated"
  18027. -----------------------*/
  18028. .ui.grid [class*="left floated"].column {
  18029. margin-right: auto;
  18030. }
  18031. .ui.grid [class*="right floated"].column {
  18032. margin-left: auto;
  18033. }
  18034. /*----------------------
  18035. Divided
  18036. -----------------------*/
  18037. .ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  18038. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  18039. -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18040. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18041. }
  18042. /* Swap from padding to margin on columns to have dividers align */
  18043. .ui[class*="vertically divided"].grid > .column:not(.row),
  18044. .ui[class*="vertically divided"].grid > .row > .column {
  18045. margin-top: 1rem;
  18046. margin-bottom: 1rem;
  18047. padding-top: 0rem;
  18048. padding-bottom: 0rem;
  18049. }
  18050. .ui[class*="vertically divided"].grid > .row {
  18051. margin-top: 0em;
  18052. margin-bottom: 0em;
  18053. }
  18054. /* No divider on first column on row */
  18055. .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
  18056. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  18057. -webkit-box-shadow: none;
  18058. box-shadow: none;
  18059. }
  18060. /* No space on top of first row */
  18061. .ui[class*="vertically divided"].grid > .row:first-child > .column {
  18062. margin-top: 0em;
  18063. }
  18064. /* Divided Row */
  18065. .ui.grid > .divided.row > .column {
  18066. -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18067. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18068. }
  18069. .ui.grid > .divided.row > .column:first-child {
  18070. -webkit-box-shadow: none;
  18071. box-shadow: none;
  18072. }
  18073. /* Vertically Divided */
  18074. .ui[class*="vertically divided"].grid > .row {
  18075. position: relative;
  18076. }
  18077. .ui[class*="vertically divided"].grid > .row:before {
  18078. position: absolute;
  18079. content: "";
  18080. top: 0em;
  18081. left: 0px;
  18082. width: calc(100% - 2rem );
  18083. height: 1px;
  18084. margin: 0% 1rem;
  18085. -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18086. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18087. }
  18088. /* Padded Horizontally Divided */
  18089. [class*="horizontally padded"].ui.divided.grid,
  18090. .ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  18091. width: 100%;
  18092. }
  18093. /* First Row Vertically Divided */
  18094. .ui[class*="vertically divided"].grid > .row:first-child:before {
  18095. -webkit-box-shadow: none;
  18096. box-shadow: none;
  18097. }
  18098. /* Inverted Divided */
  18099. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  18100. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  18101. -webkit-box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  18102. box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  18103. }
  18104. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
  18105. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  18106. -webkit-box-shadow: none;
  18107. box-shadow: none;
  18108. }
  18109. .ui.inverted[class*="vertically divided"].grid > .row:before {
  18110. -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  18111. box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  18112. }
  18113. /* Relaxed */
  18114. .ui.relaxed[class*="vertically divided"].grid > .row:before {
  18115. margin-left: 1.5rem;
  18116. margin-right: 1.5rem;
  18117. width: calc(100% - 3rem );
  18118. }
  18119. .ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  18120. margin-left: 5rem;
  18121. margin-right: 5rem;
  18122. width: calc(100% - 5rem );
  18123. }
  18124. /*----------------------
  18125. Celled
  18126. -----------------------*/
  18127. .ui.celled.grid {
  18128. width: 100%;
  18129. margin: 1em 0em;
  18130. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5;
  18131. box-shadow: 0px 0px 0px 1px #D4D4D5;
  18132. }
  18133. .ui.celled.grid > .row {
  18134. width: 100% !important;
  18135. margin: 0em;
  18136. padding: 0em;
  18137. -webkit-box-shadow: 0px -1px 0px 0px #D4D4D5;
  18138. box-shadow: 0px -1px 0px 0px #D4D4D5;
  18139. }
  18140. .ui.celled.grid > .column:not(.row),
  18141. .ui.celled.grid > .row > .column {
  18142. -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
  18143. box-shadow: -1px 0px 0px 0px #D4D4D5;
  18144. }
  18145. .ui.celled.grid > .column:first-child,
  18146. .ui.celled.grid > .row > .column:first-child {
  18147. -webkit-box-shadow: none;
  18148. box-shadow: none;
  18149. }
  18150. .ui.celled.grid > .column:not(.row),
  18151. .ui.celled.grid > .row > .column {
  18152. padding: 1em;
  18153. }
  18154. .ui.relaxed.celled.grid > .column:not(.row),
  18155. .ui.relaxed.celled.grid > .row > .column {
  18156. padding: 1.5em;
  18157. }
  18158. .ui[class*="very relaxed"].celled.grid > .column:not(.row),
  18159. .ui[class*="very relaxed"].celled.grid > .row > .column {
  18160. padding: 2em;
  18161. }
  18162. /* Internally Celled */
  18163. .ui[class*="internally celled"].grid {
  18164. -webkit-box-shadow: none;
  18165. box-shadow: none;
  18166. margin: 0em;
  18167. }
  18168. .ui[class*="internally celled"].grid > .row:first-child {
  18169. -webkit-box-shadow: none;
  18170. box-shadow: none;
  18171. }
  18172. .ui[class*="internally celled"].grid > .row > .column:first-child {
  18173. -webkit-box-shadow: none;
  18174. box-shadow: none;
  18175. }
  18176. /*----------------------
  18177. Vertically Aligned
  18178. -----------------------*/
  18179. /* Top Aligned */
  18180. .ui[class*="top aligned"].grid > .column:not(.row),
  18181. .ui[class*="top aligned"].grid > .row > .column,
  18182. .ui.grid > [class*="top aligned"].row > .column,
  18183. .ui.grid > [class*="top aligned"].column:not(.row),
  18184. .ui.grid > .row > [class*="top aligned"].column {
  18185. -webkit-box-orient: vertical;
  18186. -webkit-box-direction: normal;
  18187. -ms-flex-direction: column;
  18188. flex-direction: column;
  18189. vertical-align: top;
  18190. -ms-flex-item-align: start !important;
  18191. align-self: flex-start !important;
  18192. }
  18193. /* Middle Aligned */
  18194. .ui[class*="middle aligned"].grid > .column:not(.row),
  18195. .ui[class*="middle aligned"].grid > .row > .column,
  18196. .ui.grid > [class*="middle aligned"].row > .column,
  18197. .ui.grid > [class*="middle aligned"].column:not(.row),
  18198. .ui.grid > .row > [class*="middle aligned"].column {
  18199. -webkit-box-orient: vertical;
  18200. -webkit-box-direction: normal;
  18201. -ms-flex-direction: column;
  18202. flex-direction: column;
  18203. vertical-align: middle;
  18204. -ms-flex-item-align: center !important;
  18205. align-self: center !important;
  18206. }
  18207. /* Bottom Aligned */
  18208. .ui[class*="bottom aligned"].grid > .column:not(.row),
  18209. .ui[class*="bottom aligned"].grid > .row > .column,
  18210. .ui.grid > [class*="bottom aligned"].row > .column,
  18211. .ui.grid > [class*="bottom aligned"].column:not(.row),
  18212. .ui.grid > .row > [class*="bottom aligned"].column {
  18213. -webkit-box-orient: vertical;
  18214. -webkit-box-direction: normal;
  18215. -ms-flex-direction: column;
  18216. flex-direction: column;
  18217. vertical-align: bottom;
  18218. -ms-flex-item-align: end !important;
  18219. align-self: flex-end !important;
  18220. }
  18221. /* Stretched */
  18222. .ui.stretched.grid > .row > .column,
  18223. .ui.stretched.grid > .column,
  18224. .ui.grid > .stretched.row > .column,
  18225. .ui.grid > .stretched.column:not(.row),
  18226. .ui.grid > .row > .stretched.column {
  18227. display: -webkit-inline-box !important;
  18228. display: -ms-inline-flexbox !important;
  18229. display: inline-flex !important;
  18230. -ms-flex-item-align: stretch;
  18231. align-self: stretch;
  18232. -webkit-box-orient: vertical;
  18233. -webkit-box-direction: normal;
  18234. -ms-flex-direction: column;
  18235. flex-direction: column;
  18236. }
  18237. .ui.stretched.grid > .row > .column > *,
  18238. .ui.stretched.grid > .column > *,
  18239. .ui.grid > .stretched.row > .column > *,
  18240. .ui.grid > .stretched.column:not(.row) > *,
  18241. .ui.grid > .row > .stretched.column > * {
  18242. -webkit-box-flex: 1;
  18243. -ms-flex-positive: 1;
  18244. flex-grow: 1;
  18245. }
  18246. /*----------------------
  18247. Horizontally Centered
  18248. -----------------------*/
  18249. /* Left Aligned */
  18250. .ui[class*="left aligned"].grid > .column,
  18251. .ui[class*="left aligned"].grid > .row > .column,
  18252. .ui.grid > [class*="left aligned"].row > .column,
  18253. .ui.grid > [class*="left aligned"].column.column,
  18254. .ui.grid > .row > [class*="left aligned"].column.column {
  18255. text-align: left;
  18256. -ms-flex-item-align: inherit;
  18257. align-self: inherit;
  18258. }
  18259. /* Center Aligned */
  18260. .ui[class*="center aligned"].grid > .column,
  18261. .ui[class*="center aligned"].grid > .row > .column,
  18262. .ui.grid > [class*="center aligned"].row > .column,
  18263. .ui.grid > [class*="center aligned"].column.column,
  18264. .ui.grid > .row > [class*="center aligned"].column.column {
  18265. text-align: center;
  18266. -ms-flex-item-align: inherit;
  18267. align-self: inherit;
  18268. }
  18269. .ui[class*="center aligned"].grid {
  18270. -webkit-box-pack: center;
  18271. -ms-flex-pack: center;
  18272. justify-content: center;
  18273. }
  18274. /* Right Aligned */
  18275. .ui[class*="right aligned"].grid > .column,
  18276. .ui[class*="right aligned"].grid > .row > .column,
  18277. .ui.grid > [class*="right aligned"].row > .column,
  18278. .ui.grid > [class*="right aligned"].column.column,
  18279. .ui.grid > .row > [class*="right aligned"].column.column {
  18280. text-align: right;
  18281. -ms-flex-item-align: inherit;
  18282. align-self: inherit;
  18283. }
  18284. /* Justified */
  18285. .ui.justified.grid > .column,
  18286. .ui.justified.grid > .row > .column,
  18287. .ui.grid > .justified.row > .column,
  18288. .ui.grid > .justified.column.column,
  18289. .ui.grid > .row > .justified.column.column {
  18290. text-align: justify;
  18291. -webkit-hyphens: auto;
  18292. -ms-hyphens: auto;
  18293. hyphens: auto;
  18294. }
  18295. /*----------------------
  18296. Colored
  18297. -----------------------*/
  18298. .ui.grid > .row > .red.column,
  18299. .ui.grid > .row > .orange.column,
  18300. .ui.grid > .row > .yellow.column,
  18301. .ui.grid > .row > .olive.column,
  18302. .ui.grid > .row > .green.column,
  18303. .ui.grid > .row > .teal.column,
  18304. .ui.grid > .row > .blue.column,
  18305. .ui.grid > .row > .violet.column,
  18306. .ui.grid > .row > .purple.column,
  18307. .ui.grid > .row > .pink.column,
  18308. .ui.grid > .row > .brown.column,
  18309. .ui.grid > .row > .grey.column,
  18310. .ui.grid > .row > .black.column {
  18311. margin-top: -1rem;
  18312. margin-bottom: -1rem;
  18313. padding-top: 1rem;
  18314. padding-bottom: 1rem;
  18315. }
  18316. /* Red */
  18317. .ui.grid > .red.row,
  18318. .ui.grid > .red.column,
  18319. .ui.grid > .row > .red.column {
  18320. background-color: #DB2828 !important;
  18321. color: #FFFFFF;
  18322. }
  18323. /* Orange */
  18324. .ui.grid > .orange.row,
  18325. .ui.grid > .orange.column,
  18326. .ui.grid > .row > .orange.column {
  18327. background-color: #F2711C !important;
  18328. color: #FFFFFF;
  18329. }
  18330. /* Yellow */
  18331. .ui.grid > .yellow.row,
  18332. .ui.grid > .yellow.column,
  18333. .ui.grid > .row > .yellow.column {
  18334. background-color: #FBBD08 !important;
  18335. color: #FFFFFF;
  18336. }
  18337. /* Olive */
  18338. .ui.grid > .olive.row,
  18339. .ui.grid > .olive.column,
  18340. .ui.grid > .row > .olive.column {
  18341. background-color: #B5CC18 !important;
  18342. color: #FFFFFF;
  18343. }
  18344. /* Green */
  18345. .ui.grid > .green.row,
  18346. .ui.grid > .green.column,
  18347. .ui.grid > .row > .green.column {
  18348. background-color: #21BA45 !important;
  18349. color: #FFFFFF;
  18350. }
  18351. /* Teal */
  18352. .ui.grid > .teal.row,
  18353. .ui.grid > .teal.column,
  18354. .ui.grid > .row > .teal.column {
  18355. background-color: #00B5AD !important;
  18356. color: #FFFFFF;
  18357. }
  18358. /* Blue */
  18359. .ui.grid > .blue.row,
  18360. .ui.grid > .blue.column,
  18361. .ui.grid > .row > .blue.column {
  18362. background-color: #2185D0 !important;
  18363. color: #FFFFFF;
  18364. }
  18365. /* Violet */
  18366. .ui.grid > .violet.row,
  18367. .ui.grid > .violet.column,
  18368. .ui.grid > .row > .violet.column {
  18369. background-color: #6435C9 !important;
  18370. color: #FFFFFF;
  18371. }
  18372. /* Purple */
  18373. .ui.grid > .purple.row,
  18374. .ui.grid > .purple.column,
  18375. .ui.grid > .row > .purple.column {
  18376. background-color: #A333C8 !important;
  18377. color: #FFFFFF;
  18378. }
  18379. /* Pink */
  18380. .ui.grid > .pink.row,
  18381. .ui.grid > .pink.column,
  18382. .ui.grid > .row > .pink.column {
  18383. background-color: #E03997 !important;
  18384. color: #FFFFFF;
  18385. }
  18386. /* Brown */
  18387. .ui.grid > .brown.row,
  18388. .ui.grid > .brown.column,
  18389. .ui.grid > .row > .brown.column {
  18390. background-color: #A5673F !important;
  18391. color: #FFFFFF;
  18392. }
  18393. /* Grey */
  18394. .ui.grid > .grey.row,
  18395. .ui.grid > .grey.column,
  18396. .ui.grid > .row > .grey.column {
  18397. background-color: #767676 !important;
  18398. color: #FFFFFF;
  18399. }
  18400. /* Black */
  18401. .ui.grid > .black.row,
  18402. .ui.grid > .black.column,
  18403. .ui.grid > .row > .black.column {
  18404. background-color: #1B1C1D !important;
  18405. color: #FFFFFF;
  18406. }
  18407. /*----------------------
  18408. Equal Width
  18409. -----------------------*/
  18410. .ui[class*="equal width"].grid > .column:not(.row),
  18411. .ui[class*="equal width"].grid > .row > .column,
  18412. .ui.grid > [class*="equal width"].row > .column {
  18413. display: inline-block;
  18414. -webkit-box-flex: 1;
  18415. -ms-flex-positive: 1;
  18416. flex-grow: 1;
  18417. }
  18418. .ui[class*="equal width"].grid > .wide.column,
  18419. .ui[class*="equal width"].grid > .row > .wide.column,
  18420. .ui.grid > [class*="equal width"].row > .wide.column {
  18421. -webkit-box-flex: 0;
  18422. -ms-flex-positive: 0;
  18423. flex-grow: 0;
  18424. }
  18425. /*----------------------
  18426. Reverse
  18427. -----------------------*/
  18428. /* Mobile */
  18429. @media only screen and (max-width: 767px) {
  18430. .ui[class*="mobile reversed"].grid,
  18431. .ui[class*="mobile reversed"].grid > .row,
  18432. .ui.grid > [class*="mobile reversed"].row {
  18433. -webkit-box-orient: horizontal;
  18434. -webkit-box-direction: reverse;
  18435. -ms-flex-direction: row-reverse;
  18436. flex-direction: row-reverse;
  18437. }
  18438. .ui[class*="mobile vertically reversed"].grid,
  18439. .ui.stackable[class*="mobile reversed"] {
  18440. -webkit-box-orient: vertical;
  18441. -webkit-box-direction: reverse;
  18442. -ms-flex-direction: column-reverse;
  18443. flex-direction: column-reverse;
  18444. }
  18445. /* Divided Reversed */
  18446. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  18447. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  18448. -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18449. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18450. }
  18451. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  18452. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  18453. -webkit-box-shadow: none;
  18454. box-shadow: none;
  18455. }
  18456. /* Vertically Divided Reversed */
  18457. .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
  18458. -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18459. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18460. }
  18461. .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
  18462. -webkit-box-shadow: none;
  18463. box-shadow: none;
  18464. }
  18465. /* Celled Reversed */
  18466. .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
  18467. -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
  18468. box-shadow: -1px 0px 0px 0px #D4D4D5;
  18469. }
  18470. .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
  18471. -webkit-box-shadow: none;
  18472. box-shadow: none;
  18473. }
  18474. }
  18475. /* Tablet */
  18476. @media only screen and (min-width: 768px) and (max-width: 991px) {
  18477. .ui[class*="tablet reversed"].grid,
  18478. .ui[class*="tablet reversed"].grid > .row,
  18479. .ui.grid > [class*="tablet reversed"].row {
  18480. -webkit-box-orient: horizontal;
  18481. -webkit-box-direction: reverse;
  18482. -ms-flex-direction: row-reverse;
  18483. flex-direction: row-reverse;
  18484. }
  18485. .ui[class*="tablet vertically reversed"].grid {
  18486. -webkit-box-orient: vertical;
  18487. -webkit-box-direction: reverse;
  18488. -ms-flex-direction: column-reverse;
  18489. flex-direction: column-reverse;
  18490. }
  18491. /* Divided Reversed */
  18492. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  18493. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  18494. -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18495. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18496. }
  18497. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  18498. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  18499. -webkit-box-shadow: none;
  18500. box-shadow: none;
  18501. }
  18502. /* Vertically Divided Reversed */
  18503. .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
  18504. -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18505. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18506. }
  18507. .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
  18508. -webkit-box-shadow: none;
  18509. box-shadow: none;
  18510. }
  18511. /* Celled Reversed */
  18512. .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
  18513. -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
  18514. box-shadow: -1px 0px 0px 0px #D4D4D5;
  18515. }
  18516. .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
  18517. -webkit-box-shadow: none;
  18518. box-shadow: none;
  18519. }
  18520. }
  18521. /* Computer */
  18522. @media only screen and (min-width: 992px) {
  18523. .ui[class*="computer reversed"].grid,
  18524. .ui[class*="computer reversed"].grid > .row,
  18525. .ui.grid > [class*="computer reversed"].row {
  18526. -webkit-box-orient: horizontal;
  18527. -webkit-box-direction: reverse;
  18528. -ms-flex-direction: row-reverse;
  18529. flex-direction: row-reverse;
  18530. }
  18531. .ui[class*="computer vertically reversed"].grid {
  18532. -webkit-box-orient: vertical;
  18533. -webkit-box-direction: reverse;
  18534. -ms-flex-direction: column-reverse;
  18535. flex-direction: column-reverse;
  18536. }
  18537. /* Divided Reversed */
  18538. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  18539. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  18540. -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18541. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  18542. }
  18543. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  18544. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  18545. -webkit-box-shadow: none;
  18546. box-shadow: none;
  18547. }
  18548. /* Vertically Divided Reversed */
  18549. .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
  18550. -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18551. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  18552. }
  18553. .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
  18554. -webkit-box-shadow: none;
  18555. box-shadow: none;
  18556. }
  18557. /* Celled Reversed */
  18558. .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
  18559. -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
  18560. box-shadow: -1px 0px 0px 0px #D4D4D5;
  18561. }
  18562. .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
  18563. -webkit-box-shadow: none;
  18564. box-shadow: none;
  18565. }
  18566. }
  18567. /*-------------------
  18568. Doubling
  18569. --------------------*/
  18570. /* Tablet Only */
  18571. @media only screen and (min-width: 768px) and (max-width: 991px) {
  18572. .ui.doubling.grid {
  18573. width: auto;
  18574. }
  18575. .ui.grid > .doubling.row,
  18576. .ui.doubling.grid > .row {
  18577. margin: 0em !important;
  18578. padding: 0em !important;
  18579. }
  18580. .ui.grid > .doubling.row > .column,
  18581. .ui.doubling.grid > .row > .column {
  18582. display: inline-block !important;
  18583. padding-top: 1rem !important;
  18584. padding-bottom: 1rem !important;
  18585. -webkit-box-shadow: none !important;
  18586. box-shadow: none !important;
  18587. margin: 0em;
  18588. }
  18589. .ui[class*="two column"].doubling.grid > .row > .column,
  18590. .ui[class*="two column"].doubling.grid > .column:not(.row),
  18591. .ui.grid > [class*="two column"].doubling.row.row > .column {
  18592. width: 100% !important;
  18593. }
  18594. .ui[class*="three column"].doubling.grid > .row > .column,
  18595. .ui[class*="three column"].doubling.grid > .column:not(.row),
  18596. .ui.grid > [class*="three column"].doubling.row.row > .column {
  18597. width: 50% !important;
  18598. }
  18599. .ui[class*="four column"].doubling.grid > .row > .column,
  18600. .ui[class*="four column"].doubling.grid > .column:not(.row),
  18601. .ui.grid > [class*="four column"].doubling.row.row > .column {
  18602. width: 50% !important;
  18603. }
  18604. .ui[class*="five column"].doubling.grid > .row > .column,
  18605. .ui[class*="five column"].doubling.grid > .column:not(.row),
  18606. .ui.grid > [class*="five column"].doubling.row.row > .column {
  18607. width: 33.33333333% !important;
  18608. }
  18609. .ui[class*="six column"].doubling.grid > .row > .column,
  18610. .ui[class*="six column"].doubling.grid > .column:not(.row),
  18611. .ui.grid > [class*="six column"].doubling.row.row > .column {
  18612. width: 33.33333333% !important;
  18613. }
  18614. .ui[class*="seven column"].doubling.grid > .row > .column,
  18615. .ui[class*="seven column"].doubling.grid > .column:not(.row),
  18616. .ui.grid > [class*="seven column"].doubling.row.row > .column {
  18617. width: 33.33333333% !important;
  18618. }
  18619. .ui[class*="eight column"].doubling.grid > .row > .column,
  18620. .ui[class*="eight column"].doubling.grid > .column:not(.row),
  18621. .ui.grid > [class*="eight column"].doubling.row.row > .column {
  18622. width: 25% !important;
  18623. }
  18624. .ui[class*="nine column"].doubling.grid > .row > .column,
  18625. .ui[class*="nine column"].doubling.grid > .column:not(.row),
  18626. .ui.grid > [class*="nine column"].doubling.row.row > .column {
  18627. width: 25% !important;
  18628. }
  18629. .ui[class*="ten column"].doubling.grid > .row > .column,
  18630. .ui[class*="ten column"].doubling.grid > .column:not(.row),
  18631. .ui.grid > [class*="ten column"].doubling.row.row > .column {
  18632. width: 20% !important;
  18633. }
  18634. .ui[class*="eleven column"].doubling.grid > .row > .column,
  18635. .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  18636. .ui.grid > [class*="eleven column"].doubling.row.row > .column {
  18637. width: 20% !important;
  18638. }
  18639. .ui[class*="twelve column"].doubling.grid > .row > .column,
  18640. .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  18641. .ui.grid > [class*="twelve column"].doubling.row.row > .column {
  18642. width: 16.66666667% !important;
  18643. }
  18644. .ui[class*="thirteen column"].doubling.grid > .row > .column,
  18645. .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  18646. .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
  18647. width: 16.66666667% !important;
  18648. }
  18649. .ui[class*="fourteen column"].doubling.grid > .row > .column,
  18650. .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  18651. .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
  18652. width: 14.28571429% !important;
  18653. }
  18654. .ui[class*="fifteen column"].doubling.grid > .row > .column,
  18655. .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  18656. .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
  18657. width: 14.28571429% !important;
  18658. }
  18659. .ui[class*="sixteen column"].doubling.grid > .row > .column,
  18660. .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  18661. .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
  18662. width: 12.5% !important;
  18663. }
  18664. }
  18665. /* Mobile Only */
  18666. @media only screen and (max-width: 767px) {
  18667. .ui.grid > .doubling.row,
  18668. .ui.doubling.grid > .row {
  18669. margin: 0em !important;
  18670. padding: 0em !important;
  18671. }
  18672. .ui.grid > .doubling.row > .column,
  18673. .ui.doubling.grid > .row > .column {
  18674. padding-top: 1rem !important;
  18675. padding-bottom: 1rem !important;
  18676. margin: 0em !important;
  18677. -webkit-box-shadow: none !important;
  18678. box-shadow: none !important;
  18679. }
  18680. .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  18681. .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  18682. .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
  18683. width: 100% !important;
  18684. }
  18685. .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  18686. .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  18687. .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
  18688. width: 50% !important;
  18689. }
  18690. .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  18691. .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  18692. .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
  18693. width: 50% !important;
  18694. }
  18695. .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  18696. .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  18697. .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
  18698. width: 50% !important;
  18699. }
  18700. .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  18701. .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  18702. .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
  18703. width: 50% !important;
  18704. }
  18705. .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  18706. .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  18707. .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
  18708. width: 50% !important;
  18709. }
  18710. .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  18711. .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  18712. .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
  18713. width: 50% !important;
  18714. }
  18715. .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  18716. .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  18717. .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
  18718. width: 33.33333333% !important;
  18719. }
  18720. .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  18721. .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  18722. .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
  18723. width: 33.33333333% !important;
  18724. }
  18725. .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  18726. .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  18727. .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
  18728. width: 33.33333333% !important;
  18729. }
  18730. .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  18731. .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  18732. .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
  18733. width: 33.33333333% !important;
  18734. }
  18735. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  18736. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  18737. .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
  18738. width: 33.33333333% !important;
  18739. }
  18740. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  18741. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  18742. .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
  18743. width: 25% !important;
  18744. }
  18745. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  18746. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  18747. .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
  18748. width: 25% !important;
  18749. }
  18750. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  18751. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  18752. .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
  18753. width: 25% !important;
  18754. }
  18755. }
  18756. /*-------------------
  18757. Stackable
  18758. --------------------*/
  18759. @media only screen and (max-width: 767px) {
  18760. .ui.stackable.grid {
  18761. width: auto;
  18762. margin-left: 0em !important;
  18763. margin-right: 0em !important;
  18764. }
  18765. .ui.stackable.grid > .row > .wide.column,
  18766. .ui.stackable.grid > .wide.column,
  18767. .ui.stackable.grid > .column.grid > .column,
  18768. .ui.stackable.grid > .column.row > .column,
  18769. .ui.stackable.grid > .row > .column,
  18770. .ui.stackable.grid > .column:not(.row),
  18771. .ui.grid > .stackable.stackable.row > .column {
  18772. width: 100% !important;
  18773. margin: 0em 0em !important;
  18774. -webkit-box-shadow: none !important;
  18775. box-shadow: none !important;
  18776. padding: 1rem 1rem !important;
  18777. }
  18778. .ui.stackable.grid:not(.vertically) > .row {
  18779. margin: 0em;
  18780. padding: 0em;
  18781. }
  18782. /* Coupling */
  18783. .ui.container > .ui.stackable.grid > .column,
  18784. .ui.container > .ui.stackable.grid > .row > .column {
  18785. padding-left: 0em !important;
  18786. padding-right: 0em !important;
  18787. }
  18788. /* Don't pad inside segment or nested grid */
  18789. .ui.grid .ui.stackable.grid,
  18790. .ui.segment:not(.vertical) .ui.stackable.page.grid {
  18791. margin-left: -1rem !important;
  18792. margin-right: -1rem !important;
  18793. }
  18794. /* Divided Stackable */
  18795. .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  18796. .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  18797. .ui.stackable.divided.grid > .column:not(.row):first-child,
  18798. .ui.stackable.celled.grid > .column:not(.row):first-child {
  18799. border-top: none !important;
  18800. }
  18801. .ui.inverted.stackable.celled.grid > .column:not(.row),
  18802. .ui.inverted.stackable.divided.grid > .column:not(.row),
  18803. .ui.inverted.stackable.celled.grid > .row > .column,
  18804. .ui.inverted.stackable.divided.grid > .row > .column {
  18805. border-top: 1px solid rgba(255, 255, 255, 0.1);
  18806. }
  18807. .ui.stackable.celled.grid > .column:not(.row),
  18808. .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  18809. .ui.stackable.celled.grid > .row > .column,
  18810. .ui.stackable.divided:not(.vertically).grid > .row > .column {
  18811. border-top: 1px solid rgba(34, 36, 38, 0.15);
  18812. -webkit-box-shadow: none !important;
  18813. box-shadow: none !important;
  18814. padding-top: 2rem !important;
  18815. padding-bottom: 2rem !important;
  18816. }
  18817. .ui.stackable.celled.grid > .row {
  18818. -webkit-box-shadow: none !important;
  18819. box-shadow: none !important;
  18820. }
  18821. .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  18822. .ui.stackable.divided:not(.vertically).grid > .row > .column {
  18823. padding-left: 0em !important;
  18824. padding-right: 0em !important;
  18825. }
  18826. }
  18827. /*----------------------
  18828. Only (Device)
  18829. -----------------------*/
  18830. /* These include arbitrary class repetitions for forced specificity */
  18831. /* Mobile Only Hide */
  18832. @media only screen and (max-width: 767px) {
  18833. .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  18834. .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  18835. .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  18836. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
  18837. display: none !important;
  18838. }
  18839. .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  18840. .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  18841. .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  18842. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
  18843. display: none !important;
  18844. }
  18845. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  18846. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  18847. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  18848. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  18849. display: none !important;
  18850. }
  18851. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  18852. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  18853. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  18854. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  18855. display: none !important;
  18856. }
  18857. }
  18858. /* Tablet Only Hide */
  18859. @media only screen and (min-width: 768px) and (max-width: 991px) {
  18860. .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  18861. .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  18862. .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  18863. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
  18864. display: none !important;
  18865. }
  18866. .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  18867. .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  18868. .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  18869. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
  18870. display: none !important;
  18871. }
  18872. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  18873. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  18874. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  18875. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  18876. display: none !important;
  18877. }
  18878. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  18879. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  18880. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  18881. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  18882. display: none !important;
  18883. }
  18884. }
  18885. /* Computer Only Hide */
  18886. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  18887. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  18888. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  18889. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  18890. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  18891. display: none !important;
  18892. }
  18893. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  18894. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  18895. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  18896. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  18897. display: none !important;
  18898. }
  18899. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  18900. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  18901. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  18902. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  18903. display: none !important;
  18904. }
  18905. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  18906. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  18907. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  18908. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  18909. display: none !important;
  18910. }
  18911. }
  18912. /* Large Screen Only Hide */
  18913. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  18914. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  18915. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  18916. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  18917. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  18918. display: none !important;
  18919. }
  18920. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  18921. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  18922. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  18923. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  18924. display: none !important;
  18925. }
  18926. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  18927. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  18928. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  18929. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  18930. display: none !important;
  18931. }
  18932. }
  18933. /* Widescreen Only Hide */
  18934. @media only screen and (min-width: 1920px) {
  18935. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  18936. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  18937. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  18938. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  18939. display: none !important;
  18940. }
  18941. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  18942. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  18943. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  18944. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  18945. display: none !important;
  18946. }
  18947. }
  18948. /*******************************
  18949. Theme Overrides
  18950. *******************************/
  18951. /*******************************
  18952. Site Overrides
  18953. *******************************/
  18954. /*
  18955. * # Semantic - Menu
  18956. * http://github.com/semantic-org/semantic-ui/
  18957. *
  18958. *
  18959. * Copyright 2015 Contributor
  18960. * Released under the MIT license
  18961. * http://opensource.org/licenses/MIT
  18962. *
  18963. */
  18964. /*******************************
  18965. Standard
  18966. *******************************/
  18967. /*--------------
  18968. Menu
  18969. ---------------*/
  18970. .ui.menu {
  18971. display: -webkit-box;
  18972. display: -ms-flexbox;
  18973. display: flex;
  18974. margin: 1rem 0em;
  18975. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  18976. background: #FFFFFF;
  18977. font-weight: normal;
  18978. border: 1px solid rgba(34, 36, 38, 0.15);
  18979. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  18980. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  18981. border-radius: 0.28571429rem;
  18982. min-height: 2.85714286em;
  18983. }
  18984. .ui.menu:after {
  18985. content: '';
  18986. display: block;
  18987. height: 0px;
  18988. clear: both;
  18989. visibility: hidden;
  18990. }
  18991. .ui.menu:first-child {
  18992. margin-top: 0rem;
  18993. }
  18994. .ui.menu:last-child {
  18995. margin-bottom: 0rem;
  18996. }
  18997. /*--------------
  18998. Sub-Menu
  18999. ---------------*/
  19000. .ui.menu .menu {
  19001. margin: 0em;
  19002. }
  19003. .ui.menu:not(.vertical) > .menu {
  19004. display: -webkit-box;
  19005. display: -ms-flexbox;
  19006. display: flex;
  19007. }
  19008. /*--------------
  19009. Item
  19010. ---------------*/
  19011. .ui.menu:not(.vertical) .item {
  19012. display: -webkit-box;
  19013. display: -ms-flexbox;
  19014. display: flex;
  19015. -webkit-box-align: center;
  19016. -ms-flex-align: center;
  19017. align-items: center;
  19018. }
  19019. .ui.menu .item {
  19020. position: relative;
  19021. vertical-align: middle;
  19022. line-height: 1;
  19023. text-decoration: none;
  19024. -webkit-tap-highlight-color: transparent;
  19025. -webkit-box-flex: 0;
  19026. -ms-flex: 0 0 auto;
  19027. flex: 0 0 auto;
  19028. -webkit-user-select: none;
  19029. -moz-user-select: none;
  19030. -ms-user-select: none;
  19031. user-select: none;
  19032. background: none;
  19033. padding: 0.92857143em 1.14285714em;
  19034. text-transform: none;
  19035. color: rgba(0, 0, 0, 0.87);
  19036. font-weight: normal;
  19037. -webkit-transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  19038. transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  19039. transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  19040. transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  19041. }
  19042. .ui.menu > .item:first-child {
  19043. border-radius: 0.28571429rem 0px 0px 0.28571429rem;
  19044. }
  19045. /* Border */
  19046. .ui.menu .item:before {
  19047. position: absolute;
  19048. content: '';
  19049. top: 0%;
  19050. right: 0px;
  19051. height: 100%;
  19052. width: 1px;
  19053. background: rgba(34, 36, 38, 0.1);
  19054. }
  19055. /*--------------
  19056. Text Content
  19057. ---------------*/
  19058. .ui.menu .text.item > *,
  19059. .ui.menu .item > a:not(.ui),
  19060. .ui.menu .item > p:only-child {
  19061. -webkit-user-select: text;
  19062. -moz-user-select: text;
  19063. -ms-user-select: text;
  19064. user-select: text;
  19065. line-height: 1.3;
  19066. }
  19067. .ui.menu .item > p:first-child {
  19068. margin-top: 0;
  19069. }
  19070. .ui.menu .item > p:last-child {
  19071. margin-bottom: 0;
  19072. }
  19073. /*--------------
  19074. Icons
  19075. ---------------*/
  19076. .ui.menu .item > i.icon {
  19077. opacity: 0.9;
  19078. float: none;
  19079. margin: 0em 0.35714286em 0em 0em;
  19080. }
  19081. /*--------------
  19082. Button
  19083. ---------------*/
  19084. .ui.menu:not(.vertical) .item > .button {
  19085. position: relative;
  19086. top: 0em;
  19087. margin: -0.5em 0em;
  19088. padding-bottom: 0.78571429em;
  19089. padding-top: 0.78571429em;
  19090. font-size: 1em;
  19091. }
  19092. /*----------------
  19093. Grid / Container
  19094. -----------------*/
  19095. .ui.menu > .grid,
  19096. .ui.menu > .container {
  19097. display: -webkit-box;
  19098. display: -ms-flexbox;
  19099. display: flex;
  19100. -webkit-box-align: inherit;
  19101. -ms-flex-align: inherit;
  19102. align-items: inherit;
  19103. -webkit-box-orient: inherit;
  19104. -webkit-box-direction: inherit;
  19105. -ms-flex-direction: inherit;
  19106. flex-direction: inherit;
  19107. }
  19108. /*--------------
  19109. Inputs
  19110. ---------------*/
  19111. .ui.menu .item > .input {
  19112. width: 100%;
  19113. }
  19114. .ui.menu:not(.vertical) .item > .input {
  19115. position: relative;
  19116. top: 0em;
  19117. margin: -0.5em 0em;
  19118. }
  19119. .ui.menu .item > .input input {
  19120. font-size: 1em;
  19121. padding-top: 0.57142857em;
  19122. padding-bottom: 0.57142857em;
  19123. }
  19124. /*--------------
  19125. Header
  19126. ---------------*/
  19127. .ui.menu .header.item,
  19128. .ui.vertical.menu .header.item {
  19129. margin: 0em;
  19130. background: '';
  19131. text-transform: normal;
  19132. font-weight: bold;
  19133. }
  19134. .ui.vertical.menu .item > .header:not(.ui) {
  19135. margin: 0em 0em 0.5em;
  19136. font-size: 1em;
  19137. font-weight: bold;
  19138. }
  19139. /*--------------
  19140. Dropdowns
  19141. ---------------*/
  19142. /* Dropdown Icon */
  19143. .ui.menu .item > i.dropdown.icon {
  19144. padding: 0em;
  19145. float: right;
  19146. margin: 0em 0em 0em 1em;
  19147. }
  19148. /* Menu */
  19149. .ui.menu .dropdown.item .menu {
  19150. min-width: calc(100% - 1px);
  19151. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  19152. background: #FFFFFF;
  19153. margin: 0em 0px 0px;
  19154. -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  19155. box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  19156. -webkit-box-orient: vertical !important;
  19157. -webkit-box-direction: normal !important;
  19158. -ms-flex-direction: column !important;
  19159. flex-direction: column !important;
  19160. }
  19161. /* Menu Items */
  19162. .ui.menu .ui.dropdown .menu > .item {
  19163. margin: 0;
  19164. text-align: left;
  19165. font-size: 1em !important;
  19166. padding: 0.78571429em 1.14285714em !important;
  19167. background: transparent !important;
  19168. color: rgba(0, 0, 0, 0.87) !important;
  19169. text-transform: none !important;
  19170. font-weight: normal !important;
  19171. -webkit-box-shadow: none !important;
  19172. box-shadow: none !important;
  19173. -webkit-transition: none !important;
  19174. transition: none !important;
  19175. }
  19176. .ui.menu .ui.dropdown .menu > .item:hover {
  19177. background: rgba(0, 0, 0, 0.05) !important;
  19178. color: rgba(0, 0, 0, 0.95) !important;
  19179. }
  19180. .ui.menu .ui.dropdown .menu > .selected.item {
  19181. background: rgba(0, 0, 0, 0.05) !important;
  19182. color: rgba(0, 0, 0, 0.95) !important;
  19183. }
  19184. .ui.menu .ui.dropdown .menu > .active.item {
  19185. background: rgba(0, 0, 0, 0.03) !important;
  19186. font-weight: bold !important;
  19187. color: rgba(0, 0, 0, 0.95) !important;
  19188. }
  19189. .ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  19190. display: block;
  19191. }
  19192. .ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
  19193. display: inline-block;
  19194. font-size: 1em !important;
  19195. float: none;
  19196. margin: 0em 0.75em 0em 0em !important;
  19197. }
  19198. /* Secondary */
  19199. .ui.secondary.menu .dropdown.item > .menu,
  19200. .ui.text.menu .dropdown.item > .menu {
  19201. border-radius: 0.28571429rem;
  19202. margin-top: 0.35714286em;
  19203. }
  19204. /* Pointing */
  19205. .ui.menu .pointing.dropdown.item .menu {
  19206. margin-top: 0.75em;
  19207. }
  19208. /* Inverted */
  19209. .ui.inverted.menu .search.dropdown.item > .search,
  19210. .ui.inverted.menu .search.dropdown.item > .text {
  19211. color: rgba(255, 255, 255, 0.9);
  19212. }
  19213. /* Vertical */
  19214. .ui.vertical.menu .dropdown.item > .icon {
  19215. float: right;
  19216. content: "\f0da";
  19217. margin-left: 1em;
  19218. }
  19219. .ui.vertical.menu .dropdown.item .menu {
  19220. left: 100%;
  19221. min-width: 0;
  19222. margin: 0em 0em 0em 0em;
  19223. -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  19224. box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  19225. border-radius: 0em 0.28571429rem 0.28571429rem 0.28571429rem;
  19226. }
  19227. .ui.vertical.menu .dropdown.item.upward .menu {
  19228. bottom: 0;
  19229. }
  19230. .ui.vertical.menu .dropdown.item:not(.upward) .menu {
  19231. top: 0;
  19232. }
  19233. .ui.vertical.menu .active.dropdown.item {
  19234. border-top-right-radius: 0em;
  19235. border-bottom-right-radius: 0em;
  19236. }
  19237. .ui.vertical.menu .dropdown.active.item {
  19238. -webkit-box-shadow: none;
  19239. box-shadow: none;
  19240. }
  19241. /* Evenly Divided */
  19242. .ui.item.menu .dropdown .menu .item {
  19243. width: 100%;
  19244. }
  19245. /*--------------
  19246. Labels
  19247. ---------------*/
  19248. .ui.menu .item > .label {
  19249. background: #999999;
  19250. color: #FFFFFF;
  19251. margin-left: 1em;
  19252. padding: 0.3em 0.78571429em;
  19253. }
  19254. .ui.vertical.menu .item > .label {
  19255. background: #999999;
  19256. color: #FFFFFF;
  19257. margin-top: -0.15em;
  19258. margin-bottom: -0.15em;
  19259. padding: 0.3em 0.78571429em;
  19260. }
  19261. .ui.menu .item > .floating.label {
  19262. padding: 0.3em 0.78571429em;
  19263. }
  19264. /*--------------
  19265. Images
  19266. ---------------*/
  19267. .ui.menu .item > img:not(.ui) {
  19268. display: inline-block;
  19269. vertical-align: middle;
  19270. margin: -0.3em 0em;
  19271. width: 2.5em;
  19272. }
  19273. .ui.vertical.menu .item > img:not(.ui):only-child {
  19274. display: block;
  19275. max-width: 100%;
  19276. width: auto;
  19277. }
  19278. /*******************************
  19279. Coupling
  19280. *******************************/
  19281. /*--------------
  19282. List
  19283. ---------------*/
  19284. /* Menu divider shouldnt apply */
  19285. .ui.menu .list .item:before {
  19286. background: none !important;
  19287. }
  19288. /*--------------
  19289. Sidebar
  19290. ---------------*/
  19291. /* Show vertical dividers below last */
  19292. .ui.vertical.sidebar.menu > .item:first-child:before {
  19293. display: block !important;
  19294. }
  19295. .ui.vertical.sidebar.menu > .item::before {
  19296. top: auto;
  19297. bottom: 0px;
  19298. }
  19299. /*--------------
  19300. Container
  19301. ---------------*/
  19302. @media only screen and (max-width: 767px) {
  19303. .ui.menu > .ui.container {
  19304. width: 100% !important;
  19305. margin-left: 0em !important;
  19306. margin-right: 0em !important;
  19307. }
  19308. }
  19309. @media only screen and (min-width: 768px) {
  19310. .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
  19311. border-left: 1px solid rgba(34, 36, 38, 0.1);
  19312. }
  19313. }
  19314. /*******************************
  19315. States
  19316. *******************************/
  19317. /*--------------
  19318. Hover
  19319. ---------------*/
  19320. .ui.link.menu .item:hover,
  19321. .ui.menu .dropdown.item:hover,
  19322. .ui.menu .link.item:hover,
  19323. .ui.menu a.item:hover {
  19324. cursor: pointer;
  19325. background: rgba(0, 0, 0, 0.03);
  19326. color: rgba(0, 0, 0, 0.95);
  19327. }
  19328. /*--------------
  19329. Pressed
  19330. ---------------*/
  19331. .ui.link.menu .item:active,
  19332. .ui.menu .link.item:active,
  19333. .ui.menu a.item:active {
  19334. background: rgba(0, 0, 0, 0.03);
  19335. color: rgba(0, 0, 0, 0.95);
  19336. }
  19337. /*--------------
  19338. Active
  19339. ---------------*/
  19340. .ui.menu .active.item {
  19341. background: rgba(0, 0, 0, 0.05);
  19342. color: rgba(0, 0, 0, 0.95);
  19343. font-weight: normal;
  19344. -webkit-box-shadow: none;
  19345. box-shadow: none;
  19346. }
  19347. .ui.menu .active.item > i.icon {
  19348. opacity: 1;
  19349. }
  19350. /*--------------
  19351. Active Hover
  19352. ---------------*/
  19353. .ui.menu .active.item:hover,
  19354. .ui.vertical.menu .active.item:hover {
  19355. background-color: rgba(0, 0, 0, 0.05);
  19356. color: rgba(0, 0, 0, 0.95);
  19357. }
  19358. /*--------------
  19359. Disabled
  19360. ---------------*/
  19361. .ui.menu .item.disabled,
  19362. .ui.menu .item.disabled:hover {
  19363. cursor: default !important;
  19364. background-color: transparent !important;
  19365. color: rgba(40, 40, 40, 0.3) !important;
  19366. }
  19367. /*******************************
  19368. Types
  19369. *******************************/
  19370. /*------------------
  19371. Floated Menu / Item
  19372. -------------------*/
  19373. /* Left Floated */
  19374. .ui.menu:not(.vertical) .left.item,
  19375. .ui.menu:not(.vertical) :not(.dropdown) > .left.menu {
  19376. display: -webkit-box;
  19377. display: -ms-flexbox;
  19378. display: flex;
  19379. margin-right: auto !important;
  19380. }
  19381. /* Right Floated */
  19382. .ui.menu:not(.vertical) .right.item,
  19383. .ui.menu:not(.vertical) .right.menu {
  19384. display: -webkit-box;
  19385. display: -ms-flexbox;
  19386. display: flex;
  19387. margin-left: auto !important;
  19388. }
  19389. /* Swapped Borders */
  19390. .ui.menu .right.item::before,
  19391. .ui.menu .right.menu > .item::before {
  19392. right: auto;
  19393. left: 0;
  19394. }
  19395. /*--------------
  19396. Vertical
  19397. ---------------*/
  19398. .ui.vertical.menu {
  19399. display: block;
  19400. -webkit-box-orient: vertical;
  19401. -webkit-box-direction: normal;
  19402. -ms-flex-direction: column;
  19403. flex-direction: column;
  19404. background: #FFFFFF;
  19405. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  19406. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  19407. }
  19408. /*--- Item ---*/
  19409. .ui.vertical.menu .item {
  19410. display: block;
  19411. background: none;
  19412. border-top: none;
  19413. border-right: none;
  19414. }
  19415. .ui.vertical.menu > .item:first-child {
  19416. border-radius: 0.28571429rem 0.28571429rem 0px 0px;
  19417. }
  19418. .ui.vertical.menu > .item:last-child {
  19419. border-radius: 0px 0px 0.28571429rem 0.28571429rem;
  19420. }
  19421. /*--- Label ---*/
  19422. .ui.vertical.menu .item > .label {
  19423. float: right;
  19424. text-align: center;
  19425. }
  19426. /*--- Icon ---*/
  19427. .ui.vertical.menu .item > i.icon {
  19428. width: 1.18em;
  19429. float: right;
  19430. margin: 0em 0em 0em 0.5em;
  19431. }
  19432. .ui.vertical.menu .item > .label + i.icon {
  19433. float: none;
  19434. margin: 0em 0.5em 0em 0em;
  19435. }
  19436. /*--- Border ---*/
  19437. .ui.vertical.menu .item:before {
  19438. position: absolute;
  19439. content: '';
  19440. top: 0%;
  19441. left: 0px;
  19442. width: 100%;
  19443. height: 1px;
  19444. background: rgba(34, 36, 38, 0.1);
  19445. }
  19446. .ui.vertical.menu .item:first-child:before {
  19447. display: none !important;
  19448. }
  19449. /*--- Sub Menu ---*/
  19450. .ui.vertical.menu .item > .menu {
  19451. margin: 0.5em -1.14285714em 0em;
  19452. }
  19453. .ui.vertical.menu .menu .item {
  19454. background: none;
  19455. padding: 0.5em 1.33333333em;
  19456. font-size: 0.85714286em;
  19457. color: rgba(0, 0, 0, 0.5);
  19458. }
  19459. .ui.vertical.menu .item .menu a.item:hover,
  19460. .ui.vertical.menu .item .menu .link.item:hover {
  19461. color: rgba(0, 0, 0, 0.85);
  19462. }
  19463. .ui.vertical.menu .menu .item:before {
  19464. display: none;
  19465. }
  19466. /* Vertical Active */
  19467. .ui.vertical.menu .active.item {
  19468. background: rgba(0, 0, 0, 0.05);
  19469. border-radius: 0em;
  19470. -webkit-box-shadow: none;
  19471. box-shadow: none;
  19472. }
  19473. .ui.vertical.menu > .active.item:first-child {
  19474. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  19475. }
  19476. .ui.vertical.menu > .active.item:last-child {
  19477. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  19478. }
  19479. .ui.vertical.menu > .active.item:only-child {
  19480. border-radius: 0.28571429rem;
  19481. }
  19482. .ui.vertical.menu .active.item .menu .active.item {
  19483. border-left: none;
  19484. }
  19485. .ui.vertical.menu .item .menu .active.item {
  19486. background-color: transparent;
  19487. font-weight: bold;
  19488. color: rgba(0, 0, 0, 0.95);
  19489. }
  19490. /*--------------
  19491. Tabular
  19492. ---------------*/
  19493. .ui.tabular.menu {
  19494. border-radius: 0em;
  19495. -webkit-box-shadow: none !important;
  19496. box-shadow: none !important;
  19497. border: none;
  19498. background: none transparent;
  19499. border-bottom: 1px solid #D4D4D5;
  19500. }
  19501. .ui.tabular.fluid.menu {
  19502. width: calc(100% + 2px ) !important;
  19503. }
  19504. .ui.tabular.menu .item {
  19505. background: transparent;
  19506. border-bottom: none;
  19507. border-left: 1px solid transparent;
  19508. border-right: 1px solid transparent;
  19509. border-top: 2px solid transparent;
  19510. padding: 0.92857143em 1.42857143em;
  19511. color: rgba(0, 0, 0, 0.87);
  19512. }
  19513. .ui.tabular.menu .item:before {
  19514. display: none;
  19515. }
  19516. /* Hover */
  19517. .ui.tabular.menu .item:hover {
  19518. background-color: transparent;
  19519. color: rgba(0, 0, 0, 0.8);
  19520. }
  19521. /* Active */
  19522. .ui.tabular.menu .active.item {
  19523. background: none #FFFFFF;
  19524. color: rgba(0, 0, 0, 0.95);
  19525. border-top-width: 1px;
  19526. border-color: #D4D4D5;
  19527. font-weight: bold;
  19528. margin-bottom: -1px;
  19529. -webkit-box-shadow: none;
  19530. box-shadow: none;
  19531. border-radius: 0.28571429rem 0.28571429rem 0px 0px !important;
  19532. }
  19533. /* Coupling with segment for attachment */
  19534. .ui.tabular.menu + .attached:not(.top).segment,
  19535. .ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
  19536. border-top: none;
  19537. margin-left: 0px;
  19538. margin-top: 0px;
  19539. margin-right: 0px;
  19540. width: 100%;
  19541. }
  19542. .top.attached.segment + .ui.bottom.tabular.menu {
  19543. position: relative;
  19544. width: calc(100% + 2px );
  19545. left: -1px;
  19546. }
  19547. /* Bottom Vertical Tabular */
  19548. .ui.bottom.tabular.menu {
  19549. background: none transparent;
  19550. border-radius: 0em;
  19551. -webkit-box-shadow: none !important;
  19552. box-shadow: none !important;
  19553. border-bottom: none;
  19554. border-top: 1px solid #D4D4D5;
  19555. }
  19556. .ui.bottom.tabular.menu .item {
  19557. background: none;
  19558. border-left: 1px solid transparent;
  19559. border-right: 1px solid transparent;
  19560. border-bottom: 1px solid transparent;
  19561. border-top: none;
  19562. }
  19563. .ui.bottom.tabular.menu .active.item {
  19564. background: none #FFFFFF;
  19565. color: rgba(0, 0, 0, 0.95);
  19566. border-color: #D4D4D5;
  19567. margin: -1px 0px 0px 0px;
  19568. border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
  19569. }
  19570. /* Vertical Tabular (Left) */
  19571. .ui.vertical.tabular.menu {
  19572. background: none transparent;
  19573. border-radius: 0em;
  19574. -webkit-box-shadow: none !important;
  19575. box-shadow: none !important;
  19576. border-bottom: none;
  19577. border-right: 1px solid #D4D4D5;
  19578. }
  19579. .ui.vertical.tabular.menu .item {
  19580. background: none;
  19581. border-left: 1px solid transparent;
  19582. border-bottom: 1px solid transparent;
  19583. border-top: 1px solid transparent;
  19584. border-right: none;
  19585. }
  19586. .ui.vertical.tabular.menu .active.item {
  19587. background: none #FFFFFF;
  19588. color: rgba(0, 0, 0, 0.95);
  19589. border-color: #D4D4D5;
  19590. margin: 0px -1px 0px 0px;
  19591. border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
  19592. }
  19593. /* Vertical Right Tabular */
  19594. .ui.vertical.right.tabular.menu {
  19595. background: none transparent;
  19596. border-radius: 0em;
  19597. -webkit-box-shadow: none !important;
  19598. box-shadow: none !important;
  19599. border-bottom: none;
  19600. border-right: none;
  19601. border-left: 1px solid #D4D4D5;
  19602. }
  19603. .ui.vertical.right.tabular.menu .item {
  19604. background: none;
  19605. border-right: 1px solid transparent;
  19606. border-bottom: 1px solid transparent;
  19607. border-top: 1px solid transparent;
  19608. border-left: none;
  19609. }
  19610. .ui.vertical.right.tabular.menu .active.item {
  19611. background: none #FFFFFF;
  19612. color: rgba(0, 0, 0, 0.95);
  19613. border-color: #D4D4D5;
  19614. margin: 0px 0px 0px -1px;
  19615. border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
  19616. }
  19617. /* Dropdown */
  19618. .ui.tabular.menu .active.dropdown.item {
  19619. margin-bottom: 0px;
  19620. border-left: 1px solid transparent;
  19621. border-right: 1px solid transparent;
  19622. border-top: 2px solid transparent;
  19623. border-bottom: none;
  19624. }
  19625. /*--------------
  19626. Pagination
  19627. ---------------*/
  19628. .ui.pagination.menu {
  19629. margin: 0em;
  19630. display: -webkit-inline-box;
  19631. display: -ms-inline-flexbox;
  19632. display: inline-flex;
  19633. vertical-align: middle;
  19634. }
  19635. .ui.pagination.menu .item:last-child {
  19636. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  19637. }
  19638. .ui.compact.menu .item:last-child {
  19639. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  19640. }
  19641. .ui.pagination.menu .item:last-child:before {
  19642. display: none;
  19643. }
  19644. .ui.pagination.menu .item {
  19645. min-width: 3em;
  19646. text-align: center;
  19647. }
  19648. .ui.pagination.menu .icon.item i.icon {
  19649. vertical-align: top;
  19650. }
  19651. /* Active */
  19652. .ui.pagination.menu .active.item {
  19653. border-top: none;
  19654. padding-top: 0.92857143em;
  19655. background-color: rgba(0, 0, 0, 0.05);
  19656. color: rgba(0, 0, 0, 0.95);
  19657. -webkit-box-shadow: none;
  19658. box-shadow: none;
  19659. }
  19660. /*--------------
  19661. Secondary
  19662. ---------------*/
  19663. .ui.secondary.menu {
  19664. background: none;
  19665. margin-left: -0.35714286em;
  19666. margin-right: -0.35714286em;
  19667. border-radius: 0em;
  19668. border: none;
  19669. -webkit-box-shadow: none;
  19670. box-shadow: none;
  19671. }
  19672. /* Item */
  19673. .ui.secondary.menu .item {
  19674. -ms-flex-item-align: center;
  19675. align-self: center;
  19676. -webkit-box-shadow: none;
  19677. box-shadow: none;
  19678. border: none;
  19679. padding: 0.78571429em 0.92857143em;
  19680. margin: 0em 0.35714286em;
  19681. background: none;
  19682. -webkit-transition: color 0.1s ease;
  19683. transition: color 0.1s ease;
  19684. border-radius: 0.28571429rem;
  19685. }
  19686. /* No Divider */
  19687. .ui.secondary.menu .item:before {
  19688. display: none !important;
  19689. }
  19690. /* Header */
  19691. .ui.secondary.menu .header.item {
  19692. border-radius: 0em;
  19693. border-right: none;
  19694. background: none transparent;
  19695. }
  19696. /* Image */
  19697. .ui.secondary.menu .item > img:not(.ui) {
  19698. margin: 0em;
  19699. }
  19700. /* Hover */
  19701. .ui.secondary.menu .dropdown.item:hover,
  19702. .ui.secondary.menu .link.item:hover,
  19703. .ui.secondary.menu a.item:hover {
  19704. background: rgba(0, 0, 0, 0.05);
  19705. color: rgba(0, 0, 0, 0.95);
  19706. }
  19707. /* Active */
  19708. .ui.secondary.menu .active.item {
  19709. -webkit-box-shadow: none;
  19710. box-shadow: none;
  19711. background: rgba(0, 0, 0, 0.05);
  19712. color: rgba(0, 0, 0, 0.95);
  19713. border-radius: 0.28571429rem;
  19714. }
  19715. /* Active Hover */
  19716. .ui.secondary.menu .active.item:hover {
  19717. -webkit-box-shadow: none;
  19718. box-shadow: none;
  19719. background: rgba(0, 0, 0, 0.05);
  19720. color: rgba(0, 0, 0, 0.95);
  19721. }
  19722. /* Inverted */
  19723. .ui.secondary.inverted.menu .link.item,
  19724. .ui.secondary.inverted.menu a.item {
  19725. color: rgba(255, 255, 255, 0.7) !important;
  19726. }
  19727. .ui.secondary.inverted.menu .dropdown.item:hover,
  19728. .ui.secondary.inverted.menu .link.item:hover,
  19729. .ui.secondary.inverted.menu a.item:hover {
  19730. background: rgba(255, 255, 255, 0.08);
  19731. color: #ffffff !important;
  19732. }
  19733. .ui.secondary.inverted.menu .active.item {
  19734. background: rgba(255, 255, 255, 0.15);
  19735. color: #ffffff !important;
  19736. }
  19737. /* Fix item margins */
  19738. .ui.secondary.item.menu {
  19739. margin-left: 0em;
  19740. margin-right: 0em;
  19741. }
  19742. .ui.secondary.item.menu .item:last-child {
  19743. margin-right: 0em;
  19744. }
  19745. .ui.secondary.attached.menu {
  19746. -webkit-box-shadow: none;
  19747. box-shadow: none;
  19748. }
  19749. /* Sub Menu */
  19750. .ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
  19751. margin: 0em -0.92857143em;
  19752. }
  19753. .ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
  19754. margin: 0em;
  19755. padding: 0.5em 1.33333333em;
  19756. }
  19757. /*---------------------
  19758. Secondary Vertical
  19759. -----------------------*/
  19760. .ui.secondary.vertical.menu > .item {
  19761. border: none;
  19762. margin: 0em 0em 0.35714286em;
  19763. border-radius: 0.28571429rem !important;
  19764. }
  19765. .ui.secondary.vertical.menu > .header.item {
  19766. border-radius: 0em;
  19767. }
  19768. /* Sub Menu */
  19769. .ui.vertical.secondary.menu .item > .menu .item {
  19770. background-color: transparent;
  19771. }
  19772. /* Inverted */
  19773. .ui.secondary.inverted.menu {
  19774. background-color: transparent;
  19775. }
  19776. /*---------------------
  19777. Secondary Pointing
  19778. -----------------------*/
  19779. .ui.secondary.pointing.menu {
  19780. margin-left: 0em;
  19781. margin-right: 0em;
  19782. border-bottom: 2px solid rgba(34, 36, 38, 0.15);
  19783. }
  19784. .ui.secondary.pointing.menu .item {
  19785. border-bottom-color: transparent;
  19786. border-bottom-style: solid;
  19787. border-radius: 0em;
  19788. -ms-flex-item-align: end;
  19789. align-self: flex-end;
  19790. margin: 0em 0em -2px;
  19791. padding: 0.85714286em 1.14285714em;
  19792. border-bottom-width: 2px;
  19793. -webkit-transition: color 0.1s ease;
  19794. transition: color 0.1s ease;
  19795. }
  19796. /* Item Types */
  19797. .ui.secondary.pointing.menu .header.item {
  19798. color: rgba(0, 0, 0, 0.85) !important;
  19799. }
  19800. .ui.secondary.pointing.menu .text.item {
  19801. -webkit-box-shadow: none !important;
  19802. box-shadow: none !important;
  19803. }
  19804. .ui.secondary.pointing.menu .item:after {
  19805. display: none;
  19806. }
  19807. /* Hover */
  19808. .ui.secondary.pointing.menu .dropdown.item:hover,
  19809. .ui.secondary.pointing.menu .link.item:hover,
  19810. .ui.secondary.pointing.menu a.item:hover {
  19811. background-color: transparent;
  19812. color: rgba(0, 0, 0, 0.87);
  19813. }
  19814. /* Pressed */
  19815. .ui.secondary.pointing.menu .dropdown.item:active,
  19816. .ui.secondary.pointing.menu .link.item:active,
  19817. .ui.secondary.pointing.menu a.item:active {
  19818. background-color: transparent;
  19819. border-color: rgba(34, 36, 38, 0.15);
  19820. }
  19821. /* Active */
  19822. .ui.secondary.pointing.menu .active.item {
  19823. background-color: transparent;
  19824. -webkit-box-shadow: none;
  19825. box-shadow: none;
  19826. border-color: #1B1C1D;
  19827. font-weight: bold;
  19828. color: rgba(0, 0, 0, 0.95);
  19829. }
  19830. /* Active Hover */
  19831. .ui.secondary.pointing.menu .active.item:hover {
  19832. border-color: #1B1C1D;
  19833. color: rgba(0, 0, 0, 0.95);
  19834. }
  19835. /* Active Dropdown */
  19836. .ui.secondary.pointing.menu .active.dropdown.item {
  19837. border-color: transparent;
  19838. }
  19839. /* Vertical Pointing */
  19840. .ui.secondary.vertical.pointing.menu {
  19841. border-bottom-width: 0px;
  19842. border-right-width: 2px;
  19843. border-right-style: solid;
  19844. border-right-color: rgba(34, 36, 38, 0.15);
  19845. }
  19846. .ui.secondary.vertical.pointing.menu .item {
  19847. border-bottom: none;
  19848. border-right-style: solid;
  19849. border-right-color: transparent;
  19850. border-radius: 0em !important;
  19851. margin: 0em -2px 0em 0em;
  19852. border-right-width: 2px;
  19853. }
  19854. /* Vertical Active */
  19855. .ui.secondary.vertical.pointing.menu .active.item {
  19856. border-color: #1B1C1D;
  19857. }
  19858. /* Inverted */
  19859. .ui.secondary.inverted.pointing.menu {
  19860. border-color: rgba(255, 255, 255, 0.1);
  19861. }
  19862. .ui.secondary.inverted.pointing.menu {
  19863. border-width: 2px;
  19864. border-color: rgba(34, 36, 38, 0.15);
  19865. }
  19866. .ui.secondary.inverted.pointing.menu .item {
  19867. color: rgba(255, 255, 255, 0.9);
  19868. }
  19869. .ui.secondary.inverted.pointing.menu .header.item {
  19870. color: #FFFFFF !important;
  19871. }
  19872. /* Hover */
  19873. .ui.secondary.inverted.pointing.menu .link.item:hover,
  19874. .ui.secondary.inverted.pointing.menu a.item:hover {
  19875. color: rgba(0, 0, 0, 0.95);
  19876. }
  19877. /* Active */
  19878. .ui.secondary.inverted.pointing.menu .active.item {
  19879. border-color: #FFFFFF;
  19880. color: #ffffff;
  19881. }
  19882. /*--------------
  19883. Text Menu
  19884. ---------------*/
  19885. .ui.text.menu {
  19886. background: none transparent;
  19887. border-radius: 0px;
  19888. -webkit-box-shadow: none;
  19889. box-shadow: none;
  19890. border: none;
  19891. margin: 1em -0.5em;
  19892. }
  19893. .ui.text.menu .item {
  19894. border-radius: 0px;
  19895. -webkit-box-shadow: none;
  19896. box-shadow: none;
  19897. -ms-flex-item-align: center;
  19898. align-self: center;
  19899. margin: 0em 0em;
  19900. padding: 0.35714286em 0.5em;
  19901. font-weight: normal;
  19902. color: rgba(0, 0, 0, 0.6);
  19903. -webkit-transition: opacity 0.1s ease;
  19904. transition: opacity 0.1s ease;
  19905. }
  19906. /* Border */
  19907. .ui.text.menu .item:before,
  19908. .ui.text.menu .menu .item:before {
  19909. display: none !important;
  19910. }
  19911. /* Header */
  19912. .ui.text.menu .header.item {
  19913. background-color: transparent;
  19914. opacity: 1;
  19915. color: rgba(0, 0, 0, 0.85);
  19916. font-size: 0.92857143em;
  19917. text-transform: uppercase;
  19918. font-weight: bold;
  19919. }
  19920. /* Image */
  19921. .ui.text.menu .item > img:not(.ui) {
  19922. margin: 0em;
  19923. }
  19924. /*--- fluid text ---*/
  19925. .ui.text.item.menu .item {
  19926. margin: 0em;
  19927. }
  19928. /*--- vertical text ---*/
  19929. .ui.vertical.text.menu {
  19930. margin: 1em 0em;
  19931. }
  19932. .ui.vertical.text.menu:first-child {
  19933. margin-top: 0rem;
  19934. }
  19935. .ui.vertical.text.menu:last-child {
  19936. margin-bottom: 0rem;
  19937. }
  19938. .ui.vertical.text.menu .item {
  19939. margin: 0.57142857em 0em;
  19940. padding-left: 0em;
  19941. padding-right: 0em;
  19942. }
  19943. .ui.vertical.text.menu .item > i.icon {
  19944. float: none;
  19945. margin: 0em 0.35714286em 0em 0em;
  19946. }
  19947. .ui.vertical.text.menu .header.item {
  19948. margin: 0.57142857em 0em 0.71428571em;
  19949. }
  19950. /* Vertical Sub Menu */
  19951. .ui.vertical.text.menu .item:not(.dropdown) > .menu {
  19952. margin: 0em;
  19953. }
  19954. .ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
  19955. margin: 0em;
  19956. padding: 0.5em 0em;
  19957. }
  19958. /*--- hover ---*/
  19959. .ui.text.menu .item:hover {
  19960. opacity: 1;
  19961. background-color: transparent;
  19962. }
  19963. /*--- active ---*/
  19964. .ui.text.menu .active.item {
  19965. background-color: transparent;
  19966. border: none;
  19967. -webkit-box-shadow: none;
  19968. box-shadow: none;
  19969. font-weight: normal;
  19970. color: rgba(0, 0, 0, 0.95);
  19971. }
  19972. /*--- active hover ---*/
  19973. .ui.text.menu .active.item:hover {
  19974. background-color: transparent;
  19975. }
  19976. /* Disable Bariations */
  19977. .ui.text.pointing.menu .active.item:after {
  19978. -webkit-box-shadow: none;
  19979. box-shadow: none;
  19980. }
  19981. .ui.text.attached.menu {
  19982. -webkit-box-shadow: none;
  19983. box-shadow: none;
  19984. }
  19985. /* Inverted */
  19986. .ui.inverted.text.menu,
  19987. .ui.inverted.text.menu .item,
  19988. .ui.inverted.text.menu .item:hover,
  19989. .ui.inverted.text.menu .active.item {
  19990. background-color: transparent !important;
  19991. }
  19992. /* Fluid */
  19993. .ui.fluid.text.menu {
  19994. margin-left: 0em;
  19995. margin-right: 0em;
  19996. }
  19997. /*--------------
  19998. Icon Only
  19999. ---------------*/
  20000. /* Vertical Menu */
  20001. .ui.vertical.icon.menu {
  20002. display: inline-block;
  20003. width: auto;
  20004. }
  20005. /* Item */
  20006. .ui.icon.menu .item {
  20007. height: auto;
  20008. text-align: center;
  20009. color: #1B1C1D;
  20010. }
  20011. /* Icon */
  20012. .ui.icon.menu .item > .icon:not(.dropdown) {
  20013. margin: 0;
  20014. opacity: 1;
  20015. }
  20016. /* Icon Gylph */
  20017. .ui.icon.menu .icon:before {
  20018. opacity: 1;
  20019. }
  20020. /* (x) Item Icon */
  20021. .ui.menu .icon.item > .icon {
  20022. width: auto;
  20023. margin: 0em auto;
  20024. }
  20025. /* Vertical Icon */
  20026. .ui.vertical.icon.menu .item > .icon:not(.dropdown) {
  20027. display: block;
  20028. opacity: 1;
  20029. margin: 0em auto;
  20030. float: none;
  20031. }
  20032. /* Inverted */
  20033. .ui.inverted.icon.menu .item {
  20034. color: #FFFFFF;
  20035. }
  20036. /*--------------
  20037. Labeled Icon
  20038. ---------------*/
  20039. /* Menu */
  20040. .ui.labeled.icon.menu {
  20041. text-align: center;
  20042. }
  20043. /* Item */
  20044. .ui.labeled.icon.menu .item {
  20045. min-width: 6em;
  20046. -webkit-box-orient: vertical;
  20047. -webkit-box-direction: normal;
  20048. -ms-flex-direction: column;
  20049. flex-direction: column;
  20050. }
  20051. /* Icon */
  20052. .ui.labeled.icon.menu .item > .icon:not(.dropdown) {
  20053. height: 1em;
  20054. display: block;
  20055. font-size: 1.71428571em !important;
  20056. margin: 0em auto 0.5rem !important;
  20057. }
  20058. /* Fluid */
  20059. .ui.fluid.labeled.icon.menu > .item {
  20060. min-width: 0em;
  20061. }
  20062. /*******************************
  20063. Variations
  20064. *******************************/
  20065. /*--------------
  20066. Stackable
  20067. ---------------*/
  20068. @media only screen and (max-width: 767px) {
  20069. .ui.stackable.menu {
  20070. -webkit-box-orient: vertical;
  20071. -webkit-box-direction: normal;
  20072. -ms-flex-direction: column;
  20073. flex-direction: column;
  20074. }
  20075. .ui.stackable.menu .item {
  20076. width: 100% !important;
  20077. }
  20078. .ui.stackable.menu .item:before {
  20079. position: absolute;
  20080. content: '';
  20081. top: auto;
  20082. bottom: 0px;
  20083. left: 0px;
  20084. width: 100%;
  20085. height: 1px;
  20086. background: rgba(34, 36, 38, 0.1);
  20087. }
  20088. .ui.stackable.menu .left.menu,
  20089. .ui.stackable.menu .left.item {
  20090. margin-right: 0 !important;
  20091. }
  20092. .ui.stackable.menu .right.menu,
  20093. .ui.stackable.menu .right.item {
  20094. margin-left: 0 !important;
  20095. }
  20096. .ui.stackable.menu .right.menu,
  20097. .ui.stackable.menu .left.menu {
  20098. -webkit-box-orient: vertical;
  20099. -webkit-box-direction: normal;
  20100. -ms-flex-direction: column;
  20101. flex-direction: column;
  20102. }
  20103. }
  20104. /*--------------
  20105. Colors
  20106. ---------------*/
  20107. /*--- Standard Colors ---*/
  20108. .ui.menu .red.active.item,
  20109. .ui.red.menu .active.item {
  20110. border-color: #DB2828 !important;
  20111. color: #DB2828 !important;
  20112. }
  20113. .ui.menu .orange.active.item,
  20114. .ui.orange.menu .active.item {
  20115. border-color: #F2711C !important;
  20116. color: #F2711C !important;
  20117. }
  20118. .ui.menu .yellow.active.item,
  20119. .ui.yellow.menu .active.item {
  20120. border-color: #FBBD08 !important;
  20121. color: #FBBD08 !important;
  20122. }
  20123. .ui.menu .olive.active.item,
  20124. .ui.olive.menu .active.item {
  20125. border-color: #B5CC18 !important;
  20126. color: #B5CC18 !important;
  20127. }
  20128. .ui.menu .green.active.item,
  20129. .ui.green.menu .active.item {
  20130. border-color: #21BA45 !important;
  20131. color: #21BA45 !important;
  20132. }
  20133. .ui.menu .teal.active.item,
  20134. .ui.teal.menu .active.item {
  20135. border-color: #00B5AD !important;
  20136. color: #00B5AD !important;
  20137. }
  20138. .ui.menu .blue.active.item,
  20139. .ui.blue.menu .active.item {
  20140. border-color: #2185D0 !important;
  20141. color: #2185D0 !important;
  20142. }
  20143. .ui.menu .violet.active.item,
  20144. .ui.violet.menu .active.item {
  20145. border-color: #6435C9 !important;
  20146. color: #6435C9 !important;
  20147. }
  20148. .ui.menu .purple.active.item,
  20149. .ui.purple.menu .active.item {
  20150. border-color: #A333C8 !important;
  20151. color: #A333C8 !important;
  20152. }
  20153. .ui.menu .pink.active.item,
  20154. .ui.pink.menu .active.item {
  20155. border-color: #E03997 !important;
  20156. color: #E03997 !important;
  20157. }
  20158. .ui.menu .brown.active.item,
  20159. .ui.brown.menu .active.item {
  20160. border-color: #A5673F !important;
  20161. color: #A5673F !important;
  20162. }
  20163. .ui.menu .grey.active.item,
  20164. .ui.grey.menu .active.item {
  20165. border-color: #767676 !important;
  20166. color: #767676 !important;
  20167. }
  20168. /*--------------
  20169. Inverted
  20170. ---------------*/
  20171. .ui.inverted.menu {
  20172. border: 0px solid transparent;
  20173. background: #1B1C1D;
  20174. -webkit-box-shadow: none;
  20175. box-shadow: none;
  20176. }
  20177. /* Menu Item */
  20178. .ui.inverted.menu .item,
  20179. .ui.inverted.menu .item > a:not(.ui) {
  20180. background: transparent;
  20181. color: rgba(255, 255, 255, 0.9);
  20182. }
  20183. .ui.inverted.menu .item.menu {
  20184. background: transparent;
  20185. }
  20186. /*--- Border ---*/
  20187. .ui.inverted.menu .item:before {
  20188. background: rgba(255, 255, 255, 0.08);
  20189. }
  20190. .ui.vertical.inverted.menu .item:before {
  20191. background: rgba(255, 255, 255, 0.08);
  20192. }
  20193. /* Sub Menu */
  20194. .ui.vertical.inverted.menu .menu .item,
  20195. .ui.vertical.inverted.menu .menu .item a:not(.ui) {
  20196. color: rgba(255, 255, 255, 0.5);
  20197. }
  20198. /* Header */
  20199. .ui.inverted.menu .header.item {
  20200. margin: 0em;
  20201. background: transparent;
  20202. -webkit-box-shadow: none;
  20203. box-shadow: none;
  20204. }
  20205. /* Disabled */
  20206. .ui.inverted.menu .item.disabled,
  20207. .ui.inverted.menu .item.disabled:hover {
  20208. color: rgba(225, 225, 225, 0.3);
  20209. }
  20210. /*--- Hover ---*/
  20211. .ui.link.inverted.menu .item:hover,
  20212. .ui.inverted.menu .dropdown.item:hover,
  20213. .ui.inverted.menu .link.item:hover,
  20214. .ui.inverted.menu a.item:hover {
  20215. background: rgba(255, 255, 255, 0.08);
  20216. color: #ffffff;
  20217. }
  20218. .ui.vertical.inverted.menu .item .menu a.item:hover,
  20219. .ui.vertical.inverted.menu .item .menu .link.item:hover {
  20220. background: transparent;
  20221. color: #ffffff;
  20222. }
  20223. /*--- Pressed ---*/
  20224. .ui.inverted.menu a.item:active,
  20225. .ui.inverted.menu .link.item:active {
  20226. background: rgba(255, 255, 255, 0.08);
  20227. color: #ffffff;
  20228. }
  20229. /*--- Active ---*/
  20230. .ui.inverted.menu .active.item {
  20231. background: rgba(255, 255, 255, 0.15);
  20232. color: #ffffff !important;
  20233. }
  20234. .ui.inverted.vertical.menu .item .menu .active.item {
  20235. background: transparent;
  20236. color: #FFFFFF;
  20237. }
  20238. .ui.inverted.pointing.menu .active.item:after {
  20239. background: #3D3E3F !important;
  20240. margin: 0em !important;
  20241. -webkit-box-shadow: none !important;
  20242. box-shadow: none !important;
  20243. border: none !important;
  20244. }
  20245. /*--- Active Hover ---*/
  20246. .ui.inverted.menu .active.item:hover {
  20247. background: rgba(255, 255, 255, 0.15);
  20248. color: #FFFFFF !important;
  20249. }
  20250. .ui.inverted.pointing.menu .active.item:hover:after {
  20251. background: #3D3E3F !important;
  20252. }
  20253. /*--------------
  20254. Floated
  20255. ---------------*/
  20256. .ui.floated.menu {
  20257. float: left;
  20258. margin: 0rem 0.5rem 0rem 0rem;
  20259. }
  20260. .ui.floated.menu .item:last-child:before {
  20261. display: none;
  20262. }
  20263. .ui.right.floated.menu {
  20264. float: right;
  20265. margin: 0rem 0rem 0rem 0.5rem;
  20266. }
  20267. /*--------------
  20268. Inverted
  20269. ---------------*/
  20270. /* Red */
  20271. .ui.inverted.menu .red.active.item,
  20272. .ui.inverted.red.menu {
  20273. background-color: #DB2828;
  20274. }
  20275. .ui.inverted.red.menu .item:before {
  20276. background-color: rgba(34, 36, 38, 0.1);
  20277. }
  20278. .ui.inverted.red.menu .active.item {
  20279. background-color: rgba(0, 0, 0, 0.1) !important;
  20280. }
  20281. /* Orange */
  20282. .ui.inverted.menu .orange.active.item,
  20283. .ui.inverted.orange.menu {
  20284. background-color: #F2711C;
  20285. }
  20286. .ui.inverted.orange.menu .item:before {
  20287. background-color: rgba(34, 36, 38, 0.1);
  20288. }
  20289. .ui.inverted.orange.menu .active.item {
  20290. background-color: rgba(0, 0, 0, 0.1) !important;
  20291. }
  20292. /* Yellow */
  20293. .ui.inverted.menu .yellow.active.item,
  20294. .ui.inverted.yellow.menu {
  20295. background-color: #FBBD08;
  20296. }
  20297. .ui.inverted.yellow.menu .item:before {
  20298. background-color: rgba(34, 36, 38, 0.1);
  20299. }
  20300. .ui.inverted.yellow.menu .active.item {
  20301. background-color: rgba(0, 0, 0, 0.1) !important;
  20302. }
  20303. /* Olive */
  20304. .ui.inverted.menu .olive.active.item,
  20305. .ui.inverted.olive.menu {
  20306. background-color: #B5CC18;
  20307. }
  20308. .ui.inverted.olive.menu .item:before {
  20309. background-color: rgba(34, 36, 38, 0.1);
  20310. }
  20311. .ui.inverted.olive.menu .active.item {
  20312. background-color: rgba(0, 0, 0, 0.1) !important;
  20313. }
  20314. /* Green */
  20315. .ui.inverted.menu .green.active.item,
  20316. .ui.inverted.green.menu {
  20317. background-color: #21BA45;
  20318. }
  20319. .ui.inverted.green.menu .item:before {
  20320. background-color: rgba(34, 36, 38, 0.1);
  20321. }
  20322. .ui.inverted.green.menu .active.item {
  20323. background-color: rgba(0, 0, 0, 0.1) !important;
  20324. }
  20325. /* Teal */
  20326. .ui.inverted.menu .teal.active.item,
  20327. .ui.inverted.teal.menu {
  20328. background-color: #00B5AD;
  20329. }
  20330. .ui.inverted.teal.menu .item:before {
  20331. background-color: rgba(34, 36, 38, 0.1);
  20332. }
  20333. .ui.inverted.teal.menu .active.item {
  20334. background-color: rgba(0, 0, 0, 0.1) !important;
  20335. }
  20336. /* Blue */
  20337. .ui.inverted.menu .blue.active.item,
  20338. .ui.inverted.blue.menu {
  20339. background-color: #2185D0;
  20340. }
  20341. .ui.inverted.blue.menu .item:before {
  20342. background-color: rgba(34, 36, 38, 0.1);
  20343. }
  20344. .ui.inverted.blue.menu .active.item {
  20345. background-color: rgba(0, 0, 0, 0.1) !important;
  20346. }
  20347. /* Violet */
  20348. .ui.inverted.menu .violet.active.item,
  20349. .ui.inverted.violet.menu {
  20350. background-color: #6435C9;
  20351. }
  20352. .ui.inverted.violet.menu .item:before {
  20353. background-color: rgba(34, 36, 38, 0.1);
  20354. }
  20355. .ui.inverted.violet.menu .active.item {
  20356. background-color: rgba(0, 0, 0, 0.1) !important;
  20357. }
  20358. /* Purple */
  20359. .ui.inverted.menu .purple.active.item,
  20360. .ui.inverted.purple.menu {
  20361. background-color: #A333C8;
  20362. }
  20363. .ui.inverted.purple.menu .item:before {
  20364. background-color: rgba(34, 36, 38, 0.1);
  20365. }
  20366. .ui.inverted.purple.menu .active.item {
  20367. background-color: rgba(0, 0, 0, 0.1) !important;
  20368. }
  20369. /* Pink */
  20370. .ui.inverted.menu .pink.active.item,
  20371. .ui.inverted.pink.menu {
  20372. background-color: #E03997;
  20373. }
  20374. .ui.inverted.pink.menu .item:before {
  20375. background-color: rgba(34, 36, 38, 0.1);
  20376. }
  20377. .ui.inverted.pink.menu .active.item {
  20378. background-color: rgba(0, 0, 0, 0.1) !important;
  20379. }
  20380. /* Brown */
  20381. .ui.inverted.menu .brown.active.item,
  20382. .ui.inverted.brown.menu {
  20383. background-color: #A5673F;
  20384. }
  20385. .ui.inverted.brown.menu .item:before {
  20386. background-color: rgba(34, 36, 38, 0.1);
  20387. }
  20388. .ui.inverted.brown.menu .active.item {
  20389. background-color: rgba(0, 0, 0, 0.1) !important;
  20390. }
  20391. /* Grey */
  20392. .ui.inverted.menu .grey.active.item,
  20393. .ui.inverted.grey.menu {
  20394. background-color: #767676;
  20395. }
  20396. .ui.inverted.grey.menu .item:before {
  20397. background-color: rgba(34, 36, 38, 0.1);
  20398. }
  20399. .ui.inverted.grey.menu .active.item {
  20400. background-color: rgba(0, 0, 0, 0.1) !important;
  20401. }
  20402. /*--------------
  20403. Fitted
  20404. ---------------*/
  20405. .ui.fitted.menu .item,
  20406. .ui.fitted.menu .item .menu .item,
  20407. .ui.menu .fitted.item {
  20408. padding: 0em;
  20409. }
  20410. .ui.horizontally.fitted.menu .item,
  20411. .ui.horizontally.fitted.menu .item .menu .item,
  20412. .ui.menu .horizontally.fitted.item {
  20413. padding-top: 0.92857143em;
  20414. padding-bottom: 0.92857143em;
  20415. }
  20416. .ui.vertically.fitted.menu .item,
  20417. .ui.vertically.fitted.menu .item .menu .item,
  20418. .ui.menu .vertically.fitted.item {
  20419. padding-left: 1.14285714em;
  20420. padding-right: 1.14285714em;
  20421. }
  20422. /*--------------
  20423. Borderless
  20424. ---------------*/
  20425. .ui.borderless.menu .item:before,
  20426. .ui.borderless.menu .item .menu .item:before,
  20427. .ui.menu .borderless.item:before {
  20428. background: none !important;
  20429. }
  20430. /*-------------------
  20431. Compact
  20432. --------------------*/
  20433. .ui.compact.menu {
  20434. display: -webkit-inline-box;
  20435. display: -ms-inline-flexbox;
  20436. display: inline-flex;
  20437. margin: 0em;
  20438. vertical-align: middle;
  20439. }
  20440. .ui.compact.vertical.menu {
  20441. display: inline-block;
  20442. }
  20443. .ui.compact.menu .item:last-child {
  20444. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  20445. }
  20446. .ui.compact.menu .item:last-child:before {
  20447. display: none;
  20448. }
  20449. .ui.compact.vertical.menu {
  20450. width: auto !important;
  20451. }
  20452. .ui.compact.vertical.menu .item:last-child::before {
  20453. display: block;
  20454. }
  20455. /*-------------------
  20456. Fluid
  20457. --------------------*/
  20458. .ui.menu.fluid,
  20459. .ui.vertical.menu.fluid {
  20460. width: 100% !important;
  20461. }
  20462. /*-------------------
  20463. Evenly Sized
  20464. --------------------*/
  20465. .ui.item.menu,
  20466. .ui.item.menu .item {
  20467. width: 100%;
  20468. padding-left: 0em !important;
  20469. padding-right: 0em !important;
  20470. margin-left: 0em !important;
  20471. margin-right: 0em !important;
  20472. text-align: center;
  20473. -webkit-box-pack: center;
  20474. -ms-flex-pack: center;
  20475. justify-content: center;
  20476. }
  20477. .ui.attached.item.menu {
  20478. margin: 0em -1px !important;
  20479. }
  20480. .ui.item.menu .item:last-child:before {
  20481. display: none;
  20482. }
  20483. .ui.menu.two.item .item {
  20484. width: 50%;
  20485. }
  20486. .ui.menu.three.item .item {
  20487. width: 33.333%;
  20488. }
  20489. .ui.menu.four.item .item {
  20490. width: 25%;
  20491. }
  20492. .ui.menu.five.item .item {
  20493. width: 20%;
  20494. }
  20495. .ui.menu.six.item .item {
  20496. width: 16.666%;
  20497. }
  20498. .ui.menu.seven.item .item {
  20499. width: 14.285%;
  20500. }
  20501. .ui.menu.eight.item .item {
  20502. width: 12.500%;
  20503. }
  20504. .ui.menu.nine.item .item {
  20505. width: 11.11%;
  20506. }
  20507. .ui.menu.ten.item .item {
  20508. width: 10.0%;
  20509. }
  20510. .ui.menu.eleven.item .item {
  20511. width: 9.09%;
  20512. }
  20513. .ui.menu.twelve.item .item {
  20514. width: 8.333%;
  20515. }
  20516. /*--------------
  20517. Fixed
  20518. ---------------*/
  20519. .ui.menu.fixed {
  20520. position: fixed;
  20521. z-index: 101;
  20522. margin: 0em;
  20523. width: 100%;
  20524. }
  20525. .ui.menu.fixed,
  20526. .ui.menu.fixed .item:first-child,
  20527. .ui.menu.fixed .item:last-child {
  20528. border-radius: 0px !important;
  20529. }
  20530. .ui.fixed.menu,
  20531. .ui[class*="top fixed"].menu {
  20532. top: 0px;
  20533. left: 0px;
  20534. right: auto;
  20535. bottom: auto;
  20536. }
  20537. .ui[class*="top fixed"].menu {
  20538. border-top: none;
  20539. border-left: none;
  20540. border-right: none;
  20541. }
  20542. .ui[class*="right fixed"].menu {
  20543. border-top: none;
  20544. border-bottom: none;
  20545. border-right: none;
  20546. top: 0px;
  20547. right: 0px;
  20548. left: auto;
  20549. bottom: auto;
  20550. width: auto;
  20551. height: 100%;
  20552. }
  20553. .ui[class*="bottom fixed"].menu {
  20554. border-bottom: none;
  20555. border-left: none;
  20556. border-right: none;
  20557. bottom: 0px;
  20558. left: 0px;
  20559. top: auto;
  20560. right: auto;
  20561. }
  20562. .ui[class*="left fixed"].menu {
  20563. border-top: none;
  20564. border-bottom: none;
  20565. border-left: none;
  20566. top: 0px;
  20567. left: 0px;
  20568. right: auto;
  20569. bottom: auto;
  20570. width: auto;
  20571. height: 100%;
  20572. }
  20573. /* Coupling with Grid */
  20574. .ui.fixed.menu + .ui.grid {
  20575. padding-top: 2.75rem;
  20576. }
  20577. /*-------------------
  20578. Pointing
  20579. --------------------*/
  20580. .ui.pointing.menu .item:after {
  20581. visibility: hidden;
  20582. position: absolute;
  20583. content: '';
  20584. top: 100%;
  20585. left: 50%;
  20586. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  20587. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  20588. background: none;
  20589. margin: 0.5px 0em 0em;
  20590. width: 0.57142857em;
  20591. height: 0.57142857em;
  20592. border: none;
  20593. border-bottom: 1px solid #D4D4D5;
  20594. border-right: 1px solid #D4D4D5;
  20595. z-index: 2;
  20596. -webkit-transition: background 0.1s ease;
  20597. transition: background 0.1s ease;
  20598. }
  20599. .ui.vertical.pointing.menu .item:after {
  20600. position: absolute;
  20601. top: 50%;
  20602. right: 0%;
  20603. bottom: auto;
  20604. left: auto;
  20605. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  20606. transform: translateX(50%) translateY(-50%) rotate(45deg);
  20607. margin: 0em -0.5px 0em 0em;
  20608. border: none;
  20609. border-top: 1px solid #D4D4D5;
  20610. border-right: 1px solid #D4D4D5;
  20611. }
  20612. /* Active */
  20613. .ui.pointing.menu .active.item:after {
  20614. visibility: visible;
  20615. }
  20616. .ui.pointing.menu .active.dropdown.item:after {
  20617. visibility: hidden;
  20618. }
  20619. /* Don't double up pointers */
  20620. .ui.pointing.menu .dropdown.active.item:after,
  20621. .ui.pointing.menu .active.item .menu .active.item:after {
  20622. display: none;
  20623. }
  20624. /* Colors */
  20625. .ui.pointing.menu .active.item:hover:after {
  20626. background-color: #F2F2F2;
  20627. }
  20628. .ui.pointing.menu .active.item:after {
  20629. background-color: #F2F2F2;
  20630. }
  20631. .ui.pointing.menu .active.item:hover:after {
  20632. background-color: #F2F2F2;
  20633. }
  20634. .ui.vertical.pointing.menu .active.item:hover:after {
  20635. background-color: #F2F2F2;
  20636. }
  20637. .ui.vertical.pointing.menu .active.item:after {
  20638. background-color: #F2F2F2;
  20639. }
  20640. .ui.vertical.pointing.menu .menu .active.item:after {
  20641. background-color: #FFFFFF;
  20642. }
  20643. /*--------------
  20644. Attached
  20645. ---------------*/
  20646. /* Middle */
  20647. .ui.attached.menu {
  20648. top: 0px;
  20649. bottom: 0px;
  20650. border-radius: 0px;
  20651. margin: 0em -1px;
  20652. width: calc(100% + 2px );
  20653. max-width: calc(100% + 2px );
  20654. -webkit-box-shadow: none;
  20655. box-shadow: none;
  20656. }
  20657. .ui.attached + .ui.attached.menu:not(.top) {
  20658. border-top: none;
  20659. }
  20660. /* Top */
  20661. .ui[class*="top attached"].menu {
  20662. bottom: 0px;
  20663. margin-bottom: 0em;
  20664. top: 0px;
  20665. margin-top: 1rem;
  20666. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  20667. }
  20668. .ui.menu[class*="top attached"]:first-child {
  20669. margin-top: 0em;
  20670. }
  20671. /* Bottom */
  20672. .ui[class*="bottom attached"].menu {
  20673. bottom: 0px;
  20674. margin-top: 0em;
  20675. top: 0px;
  20676. margin-bottom: 1rem;
  20677. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  20678. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  20679. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  20680. }
  20681. .ui[class*="bottom attached"].menu:last-child {
  20682. margin-bottom: 0em;
  20683. }
  20684. /* Attached Menu Item */
  20685. .ui.top.attached.menu > .item:first-child {
  20686. border-radius: 0.28571429rem 0em 0em 0em;
  20687. }
  20688. .ui.bottom.attached.menu > .item:first-child {
  20689. border-radius: 0em 0em 0em 0.28571429rem;
  20690. }
  20691. /* Tabular Attached */
  20692. .ui.attached.menu:not(.tabular) {
  20693. border: 1px solid #D4D4D5;
  20694. }
  20695. .ui.attached.inverted.menu {
  20696. border: none;
  20697. }
  20698. .ui.attached.tabular.menu {
  20699. margin-left: 0;
  20700. margin-right: 0;
  20701. width: 100%;
  20702. }
  20703. /*--------------
  20704. Sizes
  20705. ---------------*/
  20706. /* Mini */
  20707. .ui.mini.menu {
  20708. font-size: 0.78571429rem;
  20709. }
  20710. .ui.mini.vertical.menu {
  20711. width: 9rem;
  20712. }
  20713. /* Tiny */
  20714. .ui.tiny.menu {
  20715. font-size: 0.85714286rem;
  20716. }
  20717. .ui.tiny.vertical.menu {
  20718. width: 11rem;
  20719. }
  20720. /* Small */
  20721. .ui.small.menu {
  20722. font-size: 0.92857143rem;
  20723. }
  20724. .ui.small.vertical.menu {
  20725. width: 13rem;
  20726. }
  20727. /* Medium */
  20728. .ui.menu {
  20729. font-size: 1rem;
  20730. }
  20731. .ui.vertical.menu {
  20732. width: 15rem;
  20733. }
  20734. /* Large */
  20735. .ui.large.menu {
  20736. font-size: 1.07142857rem;
  20737. }
  20738. .ui.large.vertical.menu {
  20739. width: 18rem;
  20740. }
  20741. /* Huge */
  20742. .ui.huge.menu {
  20743. font-size: 1.21428571rem;
  20744. }
  20745. .ui.huge.vertical.menu {
  20746. width: 22rem;
  20747. }
  20748. /* Big */
  20749. .ui.big.menu {
  20750. font-size: 1.14285714rem;
  20751. }
  20752. .ui.big.vertical.menu {
  20753. width: 20rem;
  20754. }
  20755. /* Massive */
  20756. .ui.massive.menu {
  20757. font-size: 1.28571429rem;
  20758. }
  20759. .ui.massive.vertical.menu {
  20760. width: 25rem;
  20761. }
  20762. /*******************************
  20763. Theme Overrides
  20764. *******************************/
  20765. /*******************************
  20766. Site Overrides
  20767. *******************************/
  20768. /*!
  20769. * # Semantic UI 2.4.0 - Message
  20770. * http://github.com/semantic-org/semantic-ui/
  20771. *
  20772. *
  20773. * Released under the MIT license
  20774. * http://opensource.org/licenses/MIT
  20775. *
  20776. */
  20777. /*******************************
  20778. Message
  20779. *******************************/
  20780. .ui.message {
  20781. position: relative;
  20782. min-height: 1em;
  20783. margin: 1em 0em;
  20784. background: #F8F8F9;
  20785. padding: 1em 1.5em;
  20786. line-height: 1.4285em;
  20787. color: rgba(0, 0, 0, 0.87);
  20788. -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  20789. transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  20790. transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  20791. transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  20792. border-radius: 0.28571429rem;
  20793. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  20794. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  20795. }
  20796. .ui.message:first-child {
  20797. margin-top: 0em;
  20798. }
  20799. .ui.message:last-child {
  20800. margin-bottom: 0em;
  20801. }
  20802. /*--------------
  20803. Content
  20804. ---------------*/
  20805. /* Header */
  20806. .ui.message .header {
  20807. display: block;
  20808. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  20809. font-weight: bold;
  20810. margin: -0.14285714em 0em 0rem 0em;
  20811. }
  20812. /* Default font size */
  20813. .ui.message .header:not(.ui) {
  20814. font-size: 1.14285714em;
  20815. }
  20816. /* Paragraph */
  20817. .ui.message p {
  20818. opacity: 0.85;
  20819. margin: 0.75em 0em;
  20820. }
  20821. .ui.message p:first-child {
  20822. margin-top: 0em;
  20823. }
  20824. .ui.message p:last-child {
  20825. margin-bottom: 0em;
  20826. }
  20827. .ui.message .header + p {
  20828. margin-top: 0.25em;
  20829. }
  20830. /* List */
  20831. .ui.message .list:not(.ui) {
  20832. text-align: left;
  20833. padding: 0em;
  20834. opacity: 0.85;
  20835. list-style-position: inside;
  20836. margin: 0.5em 0em 0em;
  20837. }
  20838. .ui.message .list:not(.ui):first-child {
  20839. margin-top: 0em;
  20840. }
  20841. .ui.message .list:not(.ui):last-child {
  20842. margin-bottom: 0em;
  20843. }
  20844. .ui.message .list:not(.ui) li {
  20845. position: relative;
  20846. list-style-type: none;
  20847. margin: 0em 0em 0.3em 1em;
  20848. padding: 0em;
  20849. }
  20850. .ui.message .list:not(.ui) li:before {
  20851. position: absolute;
  20852. content: '•';
  20853. left: -1em;
  20854. height: 100%;
  20855. vertical-align: baseline;
  20856. }
  20857. .ui.message .list:not(.ui) li:last-child {
  20858. margin-bottom: 0em;
  20859. }
  20860. /* Icon */
  20861. .ui.message > .icon {
  20862. margin-right: 0.6em;
  20863. }
  20864. /* Close Icon */
  20865. .ui.message > .close.icon {
  20866. cursor: pointer;
  20867. position: absolute;
  20868. margin: 0em;
  20869. top: 0.78575em;
  20870. right: 0.5em;
  20871. opacity: 0.7;
  20872. -webkit-transition: opacity 0.1s ease;
  20873. transition: opacity 0.1s ease;
  20874. }
  20875. .ui.message > .close.icon:hover {
  20876. opacity: 1;
  20877. }
  20878. /* First / Last Element */
  20879. .ui.message > :first-child {
  20880. margin-top: 0em;
  20881. }
  20882. .ui.message > :last-child {
  20883. margin-bottom: 0em;
  20884. }
  20885. /*******************************
  20886. Coupling
  20887. *******************************/
  20888. .ui.dropdown .menu > .message {
  20889. margin: 0px -1px;
  20890. }
  20891. /*******************************
  20892. States
  20893. *******************************/
  20894. /*--------------
  20895. Visible
  20896. ---------------*/
  20897. .ui.visible.visible.visible.visible.message {
  20898. display: block;
  20899. }
  20900. .ui.icon.visible.visible.visible.visible.message {
  20901. display: -webkit-box;
  20902. display: -ms-flexbox;
  20903. display: flex;
  20904. }
  20905. /*--------------
  20906. Hidden
  20907. ---------------*/
  20908. .ui.hidden.hidden.hidden.hidden.message {
  20909. display: none;
  20910. }
  20911. /*******************************
  20912. Variations
  20913. *******************************/
  20914. /*--------------
  20915. Compact
  20916. ---------------*/
  20917. .ui.compact.message {
  20918. display: inline-block;
  20919. }
  20920. .ui.compact.icon.message {
  20921. display: -webkit-inline-box;
  20922. display: -ms-inline-flexbox;
  20923. display: inline-flex;
  20924. }
  20925. /*--------------
  20926. Attached
  20927. ---------------*/
  20928. .ui.attached.message {
  20929. margin-bottom: -1px;
  20930. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  20931. -webkit-box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset;
  20932. box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset;
  20933. margin-left: -1px;
  20934. margin-right: -1px;
  20935. }
  20936. .ui.attached + .ui.attached.message:not(.top):not(.bottom) {
  20937. margin-top: -1px;
  20938. border-radius: 0em;
  20939. }
  20940. .ui.bottom.attached.message {
  20941. margin-top: -1px;
  20942. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  20943. -webkit-box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset, 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  20944. box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset, 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  20945. }
  20946. .ui.bottom.attached.message:not(:last-child) {
  20947. margin-bottom: 1em;
  20948. }
  20949. .ui.attached.icon.message {
  20950. width: auto;
  20951. }
  20952. /*--------------
  20953. Icon
  20954. ---------------*/
  20955. .ui.icon.message {
  20956. display: -webkit-box;
  20957. display: -ms-flexbox;
  20958. display: flex;
  20959. width: 100%;
  20960. -webkit-box-align: center;
  20961. -ms-flex-align: center;
  20962. align-items: center;
  20963. }
  20964. .ui.icon.message > .icon:not(.close) {
  20965. display: block;
  20966. -webkit-box-flex: 0;
  20967. -ms-flex: 0 0 auto;
  20968. flex: 0 0 auto;
  20969. width: auto;
  20970. line-height: 1;
  20971. vertical-align: middle;
  20972. font-size: 3em;
  20973. opacity: 0.8;
  20974. }
  20975. .ui.icon.message > .content {
  20976. display: block;
  20977. -webkit-box-flex: 1;
  20978. -ms-flex: 1 1 auto;
  20979. flex: 1 1 auto;
  20980. vertical-align: middle;
  20981. }
  20982. .ui.icon.message .icon:not(.close) + .content {
  20983. padding-left: 0rem;
  20984. }
  20985. .ui.icon.message .circular.icon {
  20986. width: 1em;
  20987. }
  20988. /*--------------
  20989. Floating
  20990. ---------------*/
  20991. .ui.floating.message {
  20992. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  20993. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  20994. }
  20995. /*--------------
  20996. Colors
  20997. ---------------*/
  20998. .ui.black.message {
  20999. background-color: #1B1C1D;
  21000. color: rgba(255, 255, 255, 0.9);
  21001. }
  21002. /*--------------
  21003. Types
  21004. ---------------*/
  21005. /* Positive */
  21006. .ui.positive.message {
  21007. background-color: #FCFFF5;
  21008. color: #2C662D;
  21009. }
  21010. .ui.positive.message,
  21011. .ui.attached.positive.message {
  21012. -webkit-box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21013. box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21014. }
  21015. .ui.positive.message .header {
  21016. color: #1A531B;
  21017. }
  21018. /* Negative */
  21019. .ui.negative.message {
  21020. background-color: #FFF6F6;
  21021. color: #9F3A38;
  21022. }
  21023. .ui.negative.message,
  21024. .ui.attached.negative.message {
  21025. -webkit-box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21026. box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21027. }
  21028. .ui.negative.message .header {
  21029. color: #912D2B;
  21030. }
  21031. /* Info */
  21032. .ui.info.message {
  21033. background-color: #F8FFFF;
  21034. color: #276F86;
  21035. }
  21036. .ui.info.message,
  21037. .ui.attached.info.message {
  21038. -webkit-box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21039. box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21040. }
  21041. .ui.info.message .header {
  21042. color: #0E566C;
  21043. }
  21044. /* Warning */
  21045. .ui.warning.message {
  21046. background-color: #FFFAF3;
  21047. color: #573A08;
  21048. }
  21049. .ui.warning.message,
  21050. .ui.attached.warning.message {
  21051. -webkit-box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21052. box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21053. }
  21054. .ui.warning.message .header {
  21055. color: #794B02;
  21056. }
  21057. /* Error */
  21058. .ui.error.message {
  21059. background-color: #FFF6F6;
  21060. color: #9F3A38;
  21061. }
  21062. .ui.error.message,
  21063. .ui.attached.error.message {
  21064. -webkit-box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21065. box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21066. }
  21067. .ui.error.message .header {
  21068. color: #912D2B;
  21069. }
  21070. /* Success */
  21071. .ui.success.message {
  21072. background-color: #FCFFF5;
  21073. color: #2C662D;
  21074. }
  21075. .ui.success.message,
  21076. .ui.attached.success.message {
  21077. -webkit-box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21078. box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21079. }
  21080. .ui.success.message .header {
  21081. color: #1A531B;
  21082. }
  21083. /* Colors */
  21084. .ui.inverted.message,
  21085. .ui.black.message {
  21086. background-color: #1B1C1D;
  21087. color: rgba(255, 255, 255, 0.9);
  21088. }
  21089. .ui.red.message {
  21090. background-color: #FFE8E6;
  21091. color: #DB2828;
  21092. -webkit-box-shadow: 0px 0px 0px 1px #DB2828 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21093. box-shadow: 0px 0px 0px 1px #DB2828 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21094. }
  21095. .ui.red.message .header {
  21096. color: #c82121;
  21097. }
  21098. .ui.orange.message {
  21099. background-color: #FFEDDE;
  21100. color: #F2711C;
  21101. -webkit-box-shadow: 0px 0px 0px 1px #F2711C inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21102. box-shadow: 0px 0px 0px 1px #F2711C inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21103. }
  21104. .ui.orange.message .header {
  21105. color: #e7640d;
  21106. }
  21107. .ui.yellow.message {
  21108. background-color: #FFF8DB;
  21109. color: #B58105;
  21110. -webkit-box-shadow: 0px 0px 0px 1px #B58105 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21111. box-shadow: 0px 0px 0px 1px #B58105 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21112. }
  21113. .ui.yellow.message .header {
  21114. color: #9c6f04;
  21115. }
  21116. .ui.olive.message {
  21117. background-color: #FBFDEF;
  21118. color: #8ABC1E;
  21119. -webkit-box-shadow: 0px 0px 0px 1px #8ABC1E inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21120. box-shadow: 0px 0px 0px 1px #8ABC1E inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21121. }
  21122. .ui.olive.message .header {
  21123. color: #7aa61a;
  21124. }
  21125. .ui.green.message {
  21126. background-color: #E5F9E7;
  21127. color: #1EBC30;
  21128. -webkit-box-shadow: 0px 0px 0px 1px #1EBC30 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21129. box-shadow: 0px 0px 0px 1px #1EBC30 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21130. }
  21131. .ui.green.message .header {
  21132. color: #1aa62a;
  21133. }
  21134. .ui.teal.message {
  21135. background-color: #E1F7F7;
  21136. color: #10A3A3;
  21137. -webkit-box-shadow: 0px 0px 0px 1px #10A3A3 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21138. box-shadow: 0px 0px 0px 1px #10A3A3 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21139. }
  21140. .ui.teal.message .header {
  21141. color: #0e8c8c;
  21142. }
  21143. .ui.blue.message {
  21144. background-color: #DFF0FF;
  21145. color: #2185D0;
  21146. -webkit-box-shadow: 0px 0px 0px 1px #2185D0 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21147. box-shadow: 0px 0px 0px 1px #2185D0 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21148. }
  21149. .ui.blue.message .header {
  21150. color: #1e77ba;
  21151. }
  21152. .ui.violet.message {
  21153. background-color: #EAE7FF;
  21154. color: #6435C9;
  21155. -webkit-box-shadow: 0px 0px 0px 1px #6435C9 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21156. box-shadow: 0px 0px 0px 1px #6435C9 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21157. }
  21158. .ui.violet.message .header {
  21159. color: #5a30b5;
  21160. }
  21161. .ui.purple.message {
  21162. background-color: #F6E7FF;
  21163. color: #A333C8;
  21164. -webkit-box-shadow: 0px 0px 0px 1px #A333C8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21165. box-shadow: 0px 0px 0px 1px #A333C8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21166. }
  21167. .ui.purple.message .header {
  21168. color: #922eb4;
  21169. }
  21170. .ui.pink.message {
  21171. background-color: #FFE3FB;
  21172. color: #E03997;
  21173. -webkit-box-shadow: 0px 0px 0px 1px #E03997 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21174. box-shadow: 0px 0px 0px 1px #E03997 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21175. }
  21176. .ui.pink.message .header {
  21177. color: #dd238b;
  21178. }
  21179. .ui.brown.message {
  21180. background-color: #F1E2D3;
  21181. color: #A5673F;
  21182. -webkit-box-shadow: 0px 0px 0px 1px #A5673F inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21183. box-shadow: 0px 0px 0px 1px #A5673F inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  21184. }
  21185. .ui.brown.message .header {
  21186. color: #935b38;
  21187. }
  21188. /*--------------
  21189. Sizes
  21190. ---------------*/
  21191. .ui.mini.message {
  21192. font-size: 0.78571429em;
  21193. }
  21194. .ui.tiny.message {
  21195. font-size: 0.85714286em;
  21196. }
  21197. .ui.small.message {
  21198. font-size: 0.92857143em;
  21199. }
  21200. .ui.message {
  21201. font-size: 1em;
  21202. }
  21203. .ui.large.message {
  21204. font-size: 1.14285714em;
  21205. }
  21206. .ui.big.message {
  21207. font-size: 1.28571429em;
  21208. }
  21209. .ui.huge.message {
  21210. font-size: 1.42857143em;
  21211. }
  21212. .ui.massive.message {
  21213. font-size: 1.71428571em;
  21214. }
  21215. /*******************************
  21216. Theme Overrides
  21217. *******************************/
  21218. /*******************************
  21219. Site Overrides
  21220. *******************************/
  21221. /*!
  21222. * # Semantic UI 2.4.0 - Table
  21223. * http://github.com/semantic-org/semantic-ui/
  21224. *
  21225. *
  21226. * Released under the MIT license
  21227. * http://opensource.org/licenses/MIT
  21228. *
  21229. */
  21230. /*******************************
  21231. Table
  21232. *******************************/
  21233. /* Prototype */
  21234. .ui.table {
  21235. width: 100%;
  21236. background: #FFFFFF;
  21237. margin: 1em 0em;
  21238. border: 1px solid rgba(34, 36, 38, 0.15);
  21239. -webkit-box-shadow: none;
  21240. box-shadow: none;
  21241. border-radius: 0.28571429rem;
  21242. text-align: left;
  21243. color: rgba(0, 0, 0, 0.87);
  21244. border-collapse: separate;
  21245. border-spacing: 0px;
  21246. }
  21247. .ui.table:first-child {
  21248. margin-top: 0em;
  21249. }
  21250. .ui.table:last-child {
  21251. margin-bottom: 0em;
  21252. }
  21253. /*******************************
  21254. Parts
  21255. *******************************/
  21256. /* Table Content */
  21257. .ui.table th,
  21258. .ui.table td {
  21259. -webkit-transition: background 0.1s ease, color 0.1s ease;
  21260. transition: background 0.1s ease, color 0.1s ease;
  21261. }
  21262. /* Headers */
  21263. .ui.table thead {
  21264. -webkit-box-shadow: none;
  21265. box-shadow: none;
  21266. }
  21267. .ui.table thead th {
  21268. cursor: auto;
  21269. background: #F9FAFB;
  21270. text-align: inherit;
  21271. color: rgba(0, 0, 0, 0.87);
  21272. padding: 0.92857143em 0.78571429em;
  21273. vertical-align: inherit;
  21274. font-style: none;
  21275. font-weight: bold;
  21276. text-transform: none;
  21277. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  21278. border-left: none;
  21279. }
  21280. .ui.table thead tr > th:first-child {
  21281. border-left: none;
  21282. }
  21283. .ui.table thead tr:first-child > th:first-child {
  21284. border-radius: 0.28571429rem 0em 0em 0em;
  21285. }
  21286. .ui.table thead tr:first-child > th:last-child {
  21287. border-radius: 0em 0.28571429rem 0em 0em;
  21288. }
  21289. .ui.table thead tr:first-child > th:only-child {
  21290. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  21291. }
  21292. /* Footer */
  21293. .ui.table tfoot {
  21294. -webkit-box-shadow: none;
  21295. box-shadow: none;
  21296. }
  21297. .ui.table tfoot th {
  21298. cursor: auto;
  21299. border-top: 1px solid rgba(34, 36, 38, 0.15);
  21300. background: #F9FAFB;
  21301. text-align: inherit;
  21302. color: rgba(0, 0, 0, 0.87);
  21303. padding: 0.78571429em 0.78571429em;
  21304. vertical-align: middle;
  21305. font-style: normal;
  21306. font-weight: normal;
  21307. text-transform: none;
  21308. }
  21309. .ui.table tfoot tr > th:first-child {
  21310. border-left: none;
  21311. }
  21312. .ui.table tfoot tr:first-child > th:first-child {
  21313. border-radius: 0em 0em 0em 0.28571429rem;
  21314. }
  21315. .ui.table tfoot tr:first-child > th:last-child {
  21316. border-radius: 0em 0em 0.28571429rem 0em;
  21317. }
  21318. .ui.table tfoot tr:first-child > th:only-child {
  21319. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  21320. }
  21321. /* Table Row */
  21322. .ui.table tr td {
  21323. border-top: 1px solid rgba(34, 36, 38, 0.1);
  21324. }
  21325. .ui.table tr:first-child td {
  21326. border-top: none;
  21327. }
  21328. /* Repeated tbody */
  21329. .ui.table tbody + tbody tr:first-child td {
  21330. border-top: 1px solid rgba(34, 36, 38, 0.1);
  21331. }
  21332. /* Table Cells */
  21333. .ui.table td {
  21334. padding: 0.78571429em 0.78571429em;
  21335. text-align: inherit;
  21336. }
  21337. /* Icons */
  21338. .ui.table > .icon {
  21339. vertical-align: baseline;
  21340. }
  21341. .ui.table > .icon:only-child {
  21342. margin: 0em;
  21343. }
  21344. /* Table Segment */
  21345. .ui.table.segment {
  21346. padding: 0em;
  21347. }
  21348. .ui.table.segment:after {
  21349. display: none;
  21350. }
  21351. .ui.table.segment.stacked:after {
  21352. display: block;
  21353. }
  21354. /* Responsive */
  21355. @media only screen and (max-width: 767px) {
  21356. .ui.table:not(.unstackable) {
  21357. width: 100%;
  21358. }
  21359. .ui.table:not(.unstackable) tbody,
  21360. .ui.table:not(.unstackable) tr,
  21361. .ui.table:not(.unstackable) tr > th,
  21362. .ui.table:not(.unstackable) tr > td {
  21363. width: auto !important;
  21364. display: block !important;
  21365. }
  21366. .ui.table:not(.unstackable) {
  21367. padding: 0em;
  21368. }
  21369. .ui.table:not(.unstackable) thead {
  21370. display: block;
  21371. }
  21372. .ui.table:not(.unstackable) tfoot {
  21373. display: block;
  21374. }
  21375. .ui.table:not(.unstackable) tr {
  21376. padding-top: 1em;
  21377. padding-bottom: 1em;
  21378. -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  21379. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  21380. }
  21381. .ui.table:not(.unstackable) tr > th,
  21382. .ui.table:not(.unstackable) tr > td {
  21383. background: none;
  21384. border: none !important;
  21385. padding: 0.25em 0.75em !important;
  21386. -webkit-box-shadow: none !important;
  21387. box-shadow: none !important;
  21388. }
  21389. .ui.table:not(.unstackable) th:first-child,
  21390. .ui.table:not(.unstackable) td:first-child {
  21391. font-weight: bold;
  21392. }
  21393. /* Definition Table */
  21394. .ui.definition.table:not(.unstackable) thead th:first-child {
  21395. -webkit-box-shadow: none !important;
  21396. box-shadow: none !important;
  21397. }
  21398. }
  21399. /*******************************
  21400. Coupling
  21401. *******************************/
  21402. /* UI Image */
  21403. .ui.table th .image,
  21404. .ui.table th .image img,
  21405. .ui.table td .image,
  21406. .ui.table td .image img {
  21407. max-width: none;
  21408. }
  21409. /*******************************
  21410. Types
  21411. *******************************/
  21412. /*--------------
  21413. Complex
  21414. ---------------*/
  21415. .ui.structured.table {
  21416. border-collapse: collapse;
  21417. }
  21418. .ui.structured.table thead th {
  21419. border-left: none;
  21420. border-right: none;
  21421. }
  21422. .ui.structured.sortable.table thead th {
  21423. border-left: 1px solid rgba(34, 36, 38, 0.15);
  21424. border-right: 1px solid rgba(34, 36, 38, 0.15);
  21425. }
  21426. .ui.structured.basic.table th {
  21427. border-left: none;
  21428. border-right: none;
  21429. }
  21430. .ui.structured.celled.table tr th,
  21431. .ui.structured.celled.table tr td {
  21432. border-left: 1px solid rgba(34, 36, 38, 0.1);
  21433. border-right: 1px solid rgba(34, 36, 38, 0.1);
  21434. }
  21435. /*--------------
  21436. Definition
  21437. ---------------*/
  21438. .ui.definition.table thead:not(.full-width) th:first-child {
  21439. pointer-events: none;
  21440. background: transparent;
  21441. font-weight: normal;
  21442. color: rgba(0, 0, 0, 0.4);
  21443. -webkit-box-shadow: -1px -1px 0px 1px #FFFFFF;
  21444. box-shadow: -1px -1px 0px 1px #FFFFFF;
  21445. }
  21446. .ui.definition.table tfoot:not(.full-width) th:first-child {
  21447. pointer-events: none;
  21448. background: transparent;
  21449. font-weight: rgba(0, 0, 0, 0.4);
  21450. color: normal;
  21451. -webkit-box-shadow: 1px 1px 0px 1px #FFFFFF;
  21452. box-shadow: 1px 1px 0px 1px #FFFFFF;
  21453. }
  21454. /* Remove Border */
  21455. .ui.celled.definition.table thead:not(.full-width) th:first-child {
  21456. -webkit-box-shadow: 0px -1px 0px 1px #FFFFFF;
  21457. box-shadow: 0px -1px 0px 1px #FFFFFF;
  21458. }
  21459. .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  21460. -webkit-box-shadow: 0px 1px 0px 1px #FFFFFF;
  21461. box-shadow: 0px 1px 0px 1px #FFFFFF;
  21462. }
  21463. /* Highlight Defining Column */
  21464. .ui.definition.table tr td:first-child:not(.ignored),
  21465. .ui.definition.table tr td.definition {
  21466. background: rgba(0, 0, 0, 0.03);
  21467. font-weight: bold;
  21468. color: rgba(0, 0, 0, 0.95);
  21469. text-transform: '';
  21470. -webkit-box-shadow: '';
  21471. box-shadow: '';
  21472. text-align: '';
  21473. font-size: 1em;
  21474. padding-left: '';
  21475. padding-right: '';
  21476. }
  21477. /* Fix 2nd Column */
  21478. .ui.definition.table thead:not(.full-width) th:nth-child(2) {
  21479. border-left: 1px solid rgba(34, 36, 38, 0.15);
  21480. }
  21481. .ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
  21482. border-left: 1px solid rgba(34, 36, 38, 0.15);
  21483. }
  21484. .ui.definition.table td:nth-child(2) {
  21485. border-left: 1px solid rgba(34, 36, 38, 0.15);
  21486. }
  21487. /*******************************
  21488. States
  21489. *******************************/
  21490. /*--------------
  21491. Positive
  21492. ---------------*/
  21493. .ui.table tr.positive,
  21494. .ui.table td.positive {
  21495. -webkit-box-shadow: 0px 0px 0px #A3C293 inset;
  21496. box-shadow: 0px 0px 0px #A3C293 inset;
  21497. }
  21498. .ui.table tr.positive,
  21499. .ui.table td.positive {
  21500. background: #FCFFF5 !important;
  21501. color: #2C662D !important;
  21502. }
  21503. /*--------------
  21504. Negative
  21505. ---------------*/
  21506. .ui.table tr.negative,
  21507. .ui.table td.negative {
  21508. -webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
  21509. box-shadow: 0px 0px 0px #E0B4B4 inset;
  21510. }
  21511. .ui.table tr.negative,
  21512. .ui.table td.negative {
  21513. background: #FFF6F6 !important;
  21514. color: #9F3A38 !important;
  21515. }
  21516. /*--------------
  21517. Error
  21518. ---------------*/
  21519. .ui.table tr.error,
  21520. .ui.table td.error {
  21521. -webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
  21522. box-shadow: 0px 0px 0px #E0B4B4 inset;
  21523. }
  21524. .ui.table tr.error,
  21525. .ui.table td.error {
  21526. background: #FFF6F6 !important;
  21527. color: #9F3A38 !important;
  21528. }
  21529. /*--------------
  21530. Warning
  21531. ---------------*/
  21532. .ui.table tr.warning,
  21533. .ui.table td.warning {
  21534. -webkit-box-shadow: 0px 0px 0px #C9BA9B inset;
  21535. box-shadow: 0px 0px 0px #C9BA9B inset;
  21536. }
  21537. .ui.table tr.warning,
  21538. .ui.table td.warning {
  21539. background: #FFFAF3 !important;
  21540. color: #573A08 !important;
  21541. }
  21542. /*--------------
  21543. Active
  21544. ---------------*/
  21545. .ui.table tr.active,
  21546. .ui.table td.active {
  21547. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
  21548. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
  21549. }
  21550. .ui.table tr.active,
  21551. .ui.table td.active {
  21552. background: #E0E0E0 !important;
  21553. color: rgba(0, 0, 0, 0.87) !important;
  21554. }
  21555. /*--------------
  21556. Disabled
  21557. ---------------*/
  21558. .ui.table tr.disabled td,
  21559. .ui.table tr td.disabled,
  21560. .ui.table tr.disabled:hover,
  21561. .ui.table tr:hover td.disabled {
  21562. pointer-events: none;
  21563. color: rgba(40, 40, 40, 0.3);
  21564. }
  21565. /*******************************
  21566. Variations
  21567. *******************************/
  21568. /*--------------
  21569. Stackable
  21570. ---------------*/
  21571. @media only screen and (max-width: 991px) {
  21572. .ui[class*="tablet stackable"].table,
  21573. .ui[class*="tablet stackable"].table tbody,
  21574. .ui[class*="tablet stackable"].table tr,
  21575. .ui[class*="tablet stackable"].table tr > th,
  21576. .ui[class*="tablet stackable"].table tr > td {
  21577. width: 100% !important;
  21578. display: block !important;
  21579. }
  21580. .ui[class*="tablet stackable"].table {
  21581. padding: 0em;
  21582. }
  21583. .ui[class*="tablet stackable"].table thead {
  21584. display: block;
  21585. }
  21586. .ui[class*="tablet stackable"].table tfoot {
  21587. display: block;
  21588. }
  21589. .ui[class*="tablet stackable"].table tr {
  21590. padding-top: 1em;
  21591. padding-bottom: 1em;
  21592. -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  21593. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  21594. }
  21595. .ui[class*="tablet stackable"].table tr > th,
  21596. .ui[class*="tablet stackable"].table tr > td {
  21597. background: none;
  21598. border: none !important;
  21599. padding: 0.25em 0.75em;
  21600. -webkit-box-shadow: none !important;
  21601. box-shadow: none !important;
  21602. }
  21603. /* Definition Table */
  21604. .ui.definition[class*="tablet stackable"].table thead th:first-child {
  21605. -webkit-box-shadow: none !important;
  21606. box-shadow: none !important;
  21607. }
  21608. }
  21609. /*--------------
  21610. Text Alignment
  21611. ---------------*/
  21612. .ui.table[class*="left aligned"],
  21613. .ui.table [class*="left aligned"] {
  21614. text-align: left;
  21615. }
  21616. .ui.table[class*="center aligned"],
  21617. .ui.table [class*="center aligned"] {
  21618. text-align: center;
  21619. }
  21620. .ui.table[class*="right aligned"],
  21621. .ui.table [class*="right aligned"] {
  21622. text-align: right;
  21623. }
  21624. /*------------------
  21625. Vertical Alignment
  21626. ------------------*/
  21627. .ui.table[class*="top aligned"],
  21628. .ui.table [class*="top aligned"] {
  21629. vertical-align: top;
  21630. }
  21631. .ui.table[class*="middle aligned"],
  21632. .ui.table [class*="middle aligned"] {
  21633. vertical-align: middle;
  21634. }
  21635. .ui.table[class*="bottom aligned"],
  21636. .ui.table [class*="bottom aligned"] {
  21637. vertical-align: bottom;
  21638. }
  21639. /*--------------
  21640. Collapsing
  21641. ---------------*/
  21642. .ui.table th.collapsing,
  21643. .ui.table td.collapsing {
  21644. width: 1px;
  21645. white-space: nowrap;
  21646. }
  21647. /*--------------
  21648. Fixed
  21649. ---------------*/
  21650. .ui.fixed.table {
  21651. table-layout: fixed;
  21652. }
  21653. .ui.fixed.table th,
  21654. .ui.fixed.table td {
  21655. overflow: hidden;
  21656. text-overflow: ellipsis;
  21657. }
  21658. /*--------------
  21659. Selectable
  21660. ---------------*/
  21661. .ui.selectable.table tbody tr:hover,
  21662. .ui.table tbody tr td.selectable:hover {
  21663. background: rgba(0, 0, 0, 0.05) !important;
  21664. color: rgba(0, 0, 0, 0.95) !important;
  21665. }
  21666. .ui.selectable.inverted.table tbody tr:hover,
  21667. .ui.inverted.table tbody tr td.selectable:hover {
  21668. background: rgba(255, 255, 255, 0.08) !important;
  21669. color: #ffffff !important;
  21670. }
  21671. /* Selectable Cell Link */
  21672. .ui.table tbody tr td.selectable {
  21673. padding: 0em;
  21674. }
  21675. .ui.table tbody tr td.selectable > a:not(.ui) {
  21676. display: block;
  21677. color: inherit;
  21678. padding: 0.78571429em 0.78571429em;
  21679. }
  21680. /* Other States */
  21681. .ui.selectable.table tr.error:hover,
  21682. .ui.table tr td.selectable.error:hover,
  21683. .ui.selectable.table tr:hover td.error {
  21684. background: #ffe7e7 !important;
  21685. color: #943634 !important;
  21686. }
  21687. .ui.selectable.table tr.warning:hover,
  21688. .ui.table tr td.selectable.warning:hover,
  21689. .ui.selectable.table tr:hover td.warning {
  21690. background: #fff4e4 !important;
  21691. color: #493107 !important;
  21692. }
  21693. .ui.selectable.table tr.active:hover,
  21694. .ui.table tr td.selectable.active:hover,
  21695. .ui.selectable.table tr:hover td.active {
  21696. background: #E0E0E0 !important;
  21697. color: rgba(0, 0, 0, 0.87) !important;
  21698. }
  21699. .ui.selectable.table tr.positive:hover,
  21700. .ui.table tr td.selectable.positive:hover,
  21701. .ui.selectable.table tr:hover td.positive {
  21702. background: #f7ffe6 !important;
  21703. color: #275b28 !important;
  21704. }
  21705. .ui.selectable.table tr.negative:hover,
  21706. .ui.table tr td.selectable.negative:hover,
  21707. .ui.selectable.table tr:hover td.negative {
  21708. background: #ffe7e7 !important;
  21709. color: #943634 !important;
  21710. }
  21711. /*-------------------
  21712. Attached
  21713. --------------------*/
  21714. /* Middle */
  21715. .ui.attached.table {
  21716. top: 0px;
  21717. bottom: 0px;
  21718. border-radius: 0px;
  21719. margin: 0em -1px;
  21720. width: calc(100% + 2px );
  21721. max-width: calc(100% + 2px );
  21722. -webkit-box-shadow: none;
  21723. box-shadow: none;
  21724. border: 1px solid #D4D4D5;
  21725. }
  21726. .ui.attached + .ui.attached.table:not(.top) {
  21727. border-top: none;
  21728. }
  21729. /* Top */
  21730. .ui[class*="top attached"].table {
  21731. bottom: 0px;
  21732. margin-bottom: 0em;
  21733. top: 0px;
  21734. margin-top: 1em;
  21735. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  21736. }
  21737. .ui.table[class*="top attached"]:first-child {
  21738. margin-top: 0em;
  21739. }
  21740. /* Bottom */
  21741. .ui[class*="bottom attached"].table {
  21742. bottom: 0px;
  21743. margin-top: 0em;
  21744. top: 0px;
  21745. margin-bottom: 1em;
  21746. -webkit-box-shadow: none, none;
  21747. box-shadow: none, none;
  21748. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  21749. }
  21750. .ui[class*="bottom attached"].table:last-child {
  21751. margin-bottom: 0em;
  21752. }
  21753. /*--------------
  21754. Striped
  21755. ---------------*/
  21756. /* Table Striping */
  21757. .ui.striped.table > tr:nth-child(2n),
  21758. .ui.striped.table tbody tr:nth-child(2n) {
  21759. background-color: rgba(0, 0, 50, 0.02);
  21760. }
  21761. /* Stripes */
  21762. .ui.inverted.striped.table > tr:nth-child(2n),
  21763. .ui.inverted.striped.table tbody tr:nth-child(2n) {
  21764. background-color: rgba(255, 255, 255, 0.05);
  21765. }
  21766. /* Allow striped active hover */
  21767. .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
  21768. background: #EFEFEF !important;
  21769. color: rgba(0, 0, 0, 0.95) !important;
  21770. }
  21771. /*--------------
  21772. Single Line
  21773. ---------------*/
  21774. .ui.table[class*="single line"],
  21775. .ui.table [class*="single line"] {
  21776. white-space: nowrap;
  21777. }
  21778. .ui.table[class*="single line"],
  21779. .ui.table [class*="single line"] {
  21780. white-space: nowrap;
  21781. }
  21782. /*-------------------
  21783. Colors
  21784. --------------------*/
  21785. /* Red */
  21786. .ui.red.table {
  21787. border-top: 0.2em solid #DB2828;
  21788. }
  21789. .ui.inverted.red.table {
  21790. background-color: #DB2828 !important;
  21791. color: #FFFFFF !important;
  21792. }
  21793. /* Orange */
  21794. .ui.orange.table {
  21795. border-top: 0.2em solid #F2711C;
  21796. }
  21797. .ui.inverted.orange.table {
  21798. background-color: #F2711C !important;
  21799. color: #FFFFFF !important;
  21800. }
  21801. /* Yellow */
  21802. .ui.yellow.table {
  21803. border-top: 0.2em solid #FBBD08;
  21804. }
  21805. .ui.inverted.yellow.table {
  21806. background-color: #FBBD08 !important;
  21807. color: #FFFFFF !important;
  21808. }
  21809. /* Olive */
  21810. .ui.olive.table {
  21811. border-top: 0.2em solid #B5CC18;
  21812. }
  21813. .ui.inverted.olive.table {
  21814. background-color: #B5CC18 !important;
  21815. color: #FFFFFF !important;
  21816. }
  21817. /* Green */
  21818. .ui.green.table {
  21819. border-top: 0.2em solid #21BA45;
  21820. }
  21821. .ui.inverted.green.table {
  21822. background-color: #21BA45 !important;
  21823. color: #FFFFFF !important;
  21824. }
  21825. /* Teal */
  21826. .ui.teal.table {
  21827. border-top: 0.2em solid #00B5AD;
  21828. }
  21829. .ui.inverted.teal.table {
  21830. background-color: #00B5AD !important;
  21831. color: #FFFFFF !important;
  21832. }
  21833. /* Blue */
  21834. .ui.blue.table {
  21835. border-top: 0.2em solid #2185D0;
  21836. }
  21837. .ui.inverted.blue.table {
  21838. background-color: #2185D0 !important;
  21839. color: #FFFFFF !important;
  21840. }
  21841. /* Violet */
  21842. .ui.violet.table {
  21843. border-top: 0.2em solid #6435C9;
  21844. }
  21845. .ui.inverted.violet.table {
  21846. background-color: #6435C9 !important;
  21847. color: #FFFFFF !important;
  21848. }
  21849. /* Purple */
  21850. .ui.purple.table {
  21851. border-top: 0.2em solid #A333C8;
  21852. }
  21853. .ui.inverted.purple.table {
  21854. background-color: #A333C8 !important;
  21855. color: #FFFFFF !important;
  21856. }
  21857. /* Pink */
  21858. .ui.pink.table {
  21859. border-top: 0.2em solid #E03997;
  21860. }
  21861. .ui.inverted.pink.table {
  21862. background-color: #E03997 !important;
  21863. color: #FFFFFF !important;
  21864. }
  21865. /* Brown */
  21866. .ui.brown.table {
  21867. border-top: 0.2em solid #A5673F;
  21868. }
  21869. .ui.inverted.brown.table {
  21870. background-color: #A5673F !important;
  21871. color: #FFFFFF !important;
  21872. }
  21873. /* Grey */
  21874. .ui.grey.table {
  21875. border-top: 0.2em solid #767676;
  21876. }
  21877. .ui.inverted.grey.table {
  21878. background-color: #767676 !important;
  21879. color: #FFFFFF !important;
  21880. }
  21881. /* Black */
  21882. .ui.black.table {
  21883. border-top: 0.2em solid #1B1C1D;
  21884. }
  21885. .ui.inverted.black.table {
  21886. background-color: #1B1C1D !important;
  21887. color: #FFFFFF !important;
  21888. }
  21889. /*--------------
  21890. Column Count
  21891. ---------------*/
  21892. /* Grid Based */
  21893. .ui.one.column.table td {
  21894. width: 100%;
  21895. }
  21896. .ui.two.column.table td {
  21897. width: 50%;
  21898. }
  21899. .ui.three.column.table td {
  21900. width: 33.33333333%;
  21901. }
  21902. .ui.four.column.table td {
  21903. width: 25%;
  21904. }
  21905. .ui.five.column.table td {
  21906. width: 20%;
  21907. }
  21908. .ui.six.column.table td {
  21909. width: 16.66666667%;
  21910. }
  21911. .ui.seven.column.table td {
  21912. width: 14.28571429%;
  21913. }
  21914. .ui.eight.column.table td {
  21915. width: 12.5%;
  21916. }
  21917. .ui.nine.column.table td {
  21918. width: 11.11111111%;
  21919. }
  21920. .ui.ten.column.table td {
  21921. width: 10%;
  21922. }
  21923. .ui.eleven.column.table td {
  21924. width: 9.09090909%;
  21925. }
  21926. .ui.twelve.column.table td {
  21927. width: 8.33333333%;
  21928. }
  21929. .ui.thirteen.column.table td {
  21930. width: 7.69230769%;
  21931. }
  21932. .ui.fourteen.column.table td {
  21933. width: 7.14285714%;
  21934. }
  21935. .ui.fifteen.column.table td {
  21936. width: 6.66666667%;
  21937. }
  21938. .ui.sixteen.column.table td {
  21939. width: 6.25%;
  21940. }
  21941. /* Column Width */
  21942. .ui.table th.one.wide,
  21943. .ui.table td.one.wide {
  21944. width: 6.25%;
  21945. }
  21946. .ui.table th.two.wide,
  21947. .ui.table td.two.wide {
  21948. width: 12.5%;
  21949. }
  21950. .ui.table th.three.wide,
  21951. .ui.table td.three.wide {
  21952. width: 18.75%;
  21953. }
  21954. .ui.table th.four.wide,
  21955. .ui.table td.four.wide {
  21956. width: 25%;
  21957. }
  21958. .ui.table th.five.wide,
  21959. .ui.table td.five.wide {
  21960. width: 31.25%;
  21961. }
  21962. .ui.table th.six.wide,
  21963. .ui.table td.six.wide {
  21964. width: 37.5%;
  21965. }
  21966. .ui.table th.seven.wide,
  21967. .ui.table td.seven.wide {
  21968. width: 43.75%;
  21969. }
  21970. .ui.table th.eight.wide,
  21971. .ui.table td.eight.wide {
  21972. width: 50%;
  21973. }
  21974. .ui.table th.nine.wide,
  21975. .ui.table td.nine.wide {
  21976. width: 56.25%;
  21977. }
  21978. .ui.table th.ten.wide,
  21979. .ui.table td.ten.wide {
  21980. width: 62.5%;
  21981. }
  21982. .ui.table th.eleven.wide,
  21983. .ui.table td.eleven.wide {
  21984. width: 68.75%;
  21985. }
  21986. .ui.table th.twelve.wide,
  21987. .ui.table td.twelve.wide {
  21988. width: 75%;
  21989. }
  21990. .ui.table th.thirteen.wide,
  21991. .ui.table td.thirteen.wide {
  21992. width: 81.25%;
  21993. }
  21994. .ui.table th.fourteen.wide,
  21995. .ui.table td.fourteen.wide {
  21996. width: 87.5%;
  21997. }
  21998. .ui.table th.fifteen.wide,
  21999. .ui.table td.fifteen.wide {
  22000. width: 93.75%;
  22001. }
  22002. .ui.table th.sixteen.wide,
  22003. .ui.table td.sixteen.wide {
  22004. width: 100%;
  22005. }
  22006. /*--------------
  22007. Sortable
  22008. ---------------*/
  22009. .ui.sortable.table thead th {
  22010. cursor: pointer;
  22011. white-space: nowrap;
  22012. border-left: 1px solid rgba(34, 36, 38, 0.15);
  22013. color: rgba(0, 0, 0, 0.87);
  22014. }
  22015. .ui.sortable.table thead th:first-child {
  22016. border-left: none;
  22017. }
  22018. .ui.sortable.table thead th.sorted,
  22019. .ui.sortable.table thead th.sorted:hover {
  22020. -webkit-user-select: none;
  22021. -moz-user-select: none;
  22022. -ms-user-select: none;
  22023. user-select: none;
  22024. }
  22025. .ui.sortable.table thead th:after {
  22026. display: none;
  22027. font-style: normal;
  22028. font-weight: normal;
  22029. text-decoration: inherit;
  22030. content: '';
  22031. height: 1em;
  22032. width: auto;
  22033. opacity: 0.8;
  22034. margin: 0em 0em 0em 0.5em;
  22035. font-family: 'Icons';
  22036. }
  22037. .ui.sortable.table thead th.ascending:after {
  22038. content: '\f0d8';
  22039. }
  22040. .ui.sortable.table thead th.descending:after {
  22041. content: '\f0d7';
  22042. }
  22043. /* Hover */
  22044. .ui.sortable.table th.disabled:hover {
  22045. cursor: auto;
  22046. color: rgba(40, 40, 40, 0.3);
  22047. }
  22048. .ui.sortable.table thead th:hover {
  22049. background: rgba(0, 0, 0, 0.05);
  22050. color: rgba(0, 0, 0, 0.8);
  22051. }
  22052. /* Sorted */
  22053. .ui.sortable.table thead th.sorted {
  22054. background: rgba(0, 0, 0, 0.05);
  22055. color: rgba(0, 0, 0, 0.95);
  22056. }
  22057. .ui.sortable.table thead th.sorted:after {
  22058. display: inline-block;
  22059. }
  22060. /* Sorted Hover */
  22061. .ui.sortable.table thead th.sorted:hover {
  22062. background: rgba(0, 0, 0, 0.05);
  22063. color: rgba(0, 0, 0, 0.95);
  22064. }
  22065. /* Inverted */
  22066. .ui.inverted.sortable.table thead th.sorted {
  22067. background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  22068. background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  22069. background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  22070. color: #ffffff;
  22071. }
  22072. .ui.inverted.sortable.table thead th:hover {
  22073. background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  22074. background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  22075. background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  22076. color: #ffffff;
  22077. }
  22078. .ui.inverted.sortable.table thead th {
  22079. border-left-color: transparent;
  22080. border-right-color: transparent;
  22081. }
  22082. /*--------------
  22083. Inverted
  22084. ---------------*/
  22085. /* Text Color */
  22086. .ui.inverted.table {
  22087. background: #333333;
  22088. color: rgba(255, 255, 255, 0.9);
  22089. border: none;
  22090. }
  22091. .ui.inverted.table th {
  22092. background-color: rgba(0, 0, 0, 0.15);
  22093. border-color: rgba(255, 255, 255, 0.1) !important;
  22094. color: rgba(255, 255, 255, 0.9) !important;
  22095. }
  22096. .ui.inverted.table tr td {
  22097. border-color: rgba(255, 255, 255, 0.1) !important;
  22098. }
  22099. .ui.inverted.table tr.disabled td,
  22100. .ui.inverted.table tr td.disabled,
  22101. .ui.inverted.table tr.disabled:hover td,
  22102. .ui.inverted.table tr:hover td.disabled {
  22103. pointer-events: none;
  22104. color: rgba(225, 225, 225, 0.3);
  22105. }
  22106. /* Definition */
  22107. .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
  22108. .ui.inverted.definition.table thead:not(.full-width) th:first-child {
  22109. background: #FFFFFF;
  22110. }
  22111. .ui.inverted.definition.table tr td:first-child {
  22112. background: rgba(255, 255, 255, 0.02);
  22113. color: #ffffff;
  22114. }
  22115. /*--------------
  22116. Collapsing
  22117. ---------------*/
  22118. .ui.collapsing.table {
  22119. width: auto;
  22120. }
  22121. /*--------------
  22122. Basic
  22123. ---------------*/
  22124. .ui.basic.table {
  22125. background: transparent;
  22126. border: 1px solid rgba(34, 36, 38, 0.15);
  22127. -webkit-box-shadow: none;
  22128. box-shadow: none;
  22129. }
  22130. .ui.basic.table thead,
  22131. .ui.basic.table tfoot {
  22132. -webkit-box-shadow: none;
  22133. box-shadow: none;
  22134. }
  22135. .ui.basic.table th {
  22136. background: transparent;
  22137. border-left: none;
  22138. }
  22139. .ui.basic.table tbody tr {
  22140. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  22141. }
  22142. .ui.basic.table td {
  22143. background: transparent;
  22144. }
  22145. .ui.basic.striped.table tbody tr:nth-child(2n) {
  22146. background-color: rgba(0, 0, 0, 0.05) !important;
  22147. }
  22148. /* Very Basic */
  22149. .ui[class*="very basic"].table {
  22150. border: none;
  22151. }
  22152. .ui[class*="very basic"].table:not(.sortable):not(.striped) th,
  22153. .ui[class*="very basic"].table:not(.sortable):not(.striped) td {
  22154. padding: '';
  22155. }
  22156. .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
  22157. .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
  22158. padding-left: 0em;
  22159. }
  22160. .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
  22161. .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
  22162. padding-right: 0em;
  22163. }
  22164. .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
  22165. padding-top: 0em;
  22166. }
  22167. /*--------------
  22168. Celled
  22169. ---------------*/
  22170. .ui.celled.table tr th,
  22171. .ui.celled.table tr td {
  22172. border-left: 1px solid rgba(34, 36, 38, 0.1);
  22173. }
  22174. .ui.celled.table tr th:first-child,
  22175. .ui.celled.table tr td:first-child {
  22176. border-left: none;
  22177. }
  22178. /*--------------
  22179. Padded
  22180. ---------------*/
  22181. .ui.padded.table th {
  22182. padding-left: 1em;
  22183. padding-right: 1em;
  22184. }
  22185. .ui.padded.table th,
  22186. .ui.padded.table td {
  22187. padding: 1em 1em;
  22188. }
  22189. /* Very */
  22190. .ui[class*="very padded"].table th {
  22191. padding-left: 1.5em;
  22192. padding-right: 1.5em;
  22193. }
  22194. .ui[class*="very padded"].table td {
  22195. padding: 1.5em 1.5em;
  22196. }
  22197. /*--------------
  22198. Compact
  22199. ---------------*/
  22200. .ui.compact.table th {
  22201. padding-left: 0.7em;
  22202. padding-right: 0.7em;
  22203. }
  22204. .ui.compact.table td {
  22205. padding: 0.5em 0.7em;
  22206. }
  22207. /* Very */
  22208. .ui[class*="very compact"].table th {
  22209. padding-left: 0.6em;
  22210. padding-right: 0.6em;
  22211. }
  22212. .ui[class*="very compact"].table td {
  22213. padding: 0.4em 0.6em;
  22214. }
  22215. /*--------------
  22216. Sizes
  22217. ---------------*/
  22218. /* Small */
  22219. .ui.small.table {
  22220. font-size: 0.9em;
  22221. }
  22222. /* Standard */
  22223. .ui.table {
  22224. font-size: 1em;
  22225. }
  22226. /* Large */
  22227. .ui.large.table {
  22228. font-size: 1.1em;
  22229. }
  22230. /*******************************
  22231. Site Overrides
  22232. *******************************/
  22233. /*!
  22234. * # Semantic UI 2.4.0 - Ad
  22235. * http://github.com/semantic-org/semantic-ui/
  22236. *
  22237. *
  22238. * Copyright 2013 Contributors
  22239. * Released under the MIT license
  22240. * http://opensource.org/licenses/MIT
  22241. *
  22242. */
  22243. /*******************************
  22244. Advertisement
  22245. *******************************/
  22246. .ui.ad {
  22247. display: block;
  22248. overflow: hidden;
  22249. margin: 1em 0em;
  22250. }
  22251. .ui.ad:first-child {
  22252. margin: 0em;
  22253. }
  22254. .ui.ad:last-child {
  22255. margin: 0em;
  22256. }
  22257. .ui.ad iframe {
  22258. margin: 0em;
  22259. padding: 0em;
  22260. border: none;
  22261. overflow: hidden;
  22262. }
  22263. /*--------------
  22264. Common
  22265. ---------------*/
  22266. /* Leaderboard */
  22267. .ui.leaderboard.ad {
  22268. width: 728px;
  22269. height: 90px;
  22270. }
  22271. /* Medium Rectangle */
  22272. .ui[class*="medium rectangle"].ad {
  22273. width: 300px;
  22274. height: 250px;
  22275. }
  22276. /* Large Rectangle */
  22277. .ui[class*="large rectangle"].ad {
  22278. width: 336px;
  22279. height: 280px;
  22280. }
  22281. /* Half Page */
  22282. .ui[class*="half page"].ad {
  22283. width: 300px;
  22284. height: 600px;
  22285. }
  22286. /*--------------
  22287. Square
  22288. ---------------*/
  22289. /* Square */
  22290. .ui.square.ad {
  22291. width: 250px;
  22292. height: 250px;
  22293. }
  22294. /* Small Square */
  22295. .ui[class*="small square"].ad {
  22296. width: 200px;
  22297. height: 200px;
  22298. }
  22299. /*--------------
  22300. Rectangle
  22301. ---------------*/
  22302. /* Small Rectangle */
  22303. .ui[class*="small rectangle"].ad {
  22304. width: 180px;
  22305. height: 150px;
  22306. }
  22307. /* Vertical Rectangle */
  22308. .ui[class*="vertical rectangle"].ad {
  22309. width: 240px;
  22310. height: 400px;
  22311. }
  22312. /*--------------
  22313. Button
  22314. ---------------*/
  22315. .ui.button.ad {
  22316. width: 120px;
  22317. height: 90px;
  22318. }
  22319. .ui[class*="square button"].ad {
  22320. width: 125px;
  22321. height: 125px;
  22322. }
  22323. .ui[class*="small button"].ad {
  22324. width: 120px;
  22325. height: 60px;
  22326. }
  22327. /*--------------
  22328. Skyscrapers
  22329. ---------------*/
  22330. /* Skyscraper */
  22331. .ui.skyscraper.ad {
  22332. width: 120px;
  22333. height: 600px;
  22334. }
  22335. /* Wide Skyscraper */
  22336. .ui[class*="wide skyscraper"].ad {
  22337. width: 160px;
  22338. }
  22339. /*--------------
  22340. Banners
  22341. ---------------*/
  22342. /* Banner */
  22343. .ui.banner.ad {
  22344. width: 468px;
  22345. height: 60px;
  22346. }
  22347. /* Vertical Banner */
  22348. .ui[class*="vertical banner"].ad {
  22349. width: 120px;
  22350. height: 240px;
  22351. }
  22352. /* Top Banner */
  22353. .ui[class*="top banner"].ad {
  22354. width: 930px;
  22355. height: 180px;
  22356. }
  22357. /* Half Banner */
  22358. .ui[class*="half banner"].ad {
  22359. width: 234px;
  22360. height: 60px;
  22361. }
  22362. /*--------------
  22363. Boards
  22364. ---------------*/
  22365. /* Leaderboard */
  22366. .ui[class*="large leaderboard"].ad {
  22367. width: 970px;
  22368. height: 90px;
  22369. }
  22370. /* Billboard */
  22371. .ui.billboard.ad {
  22372. width: 970px;
  22373. height: 250px;
  22374. }
  22375. /*--------------
  22376. Panorama
  22377. ---------------*/
  22378. /* Panorama */
  22379. .ui.panorama.ad {
  22380. width: 980px;
  22381. height: 120px;
  22382. }
  22383. /*--------------
  22384. Netboard
  22385. ---------------*/
  22386. /* Netboard */
  22387. .ui.netboard.ad {
  22388. width: 580px;
  22389. height: 400px;
  22390. }
  22391. /*--------------
  22392. Mobile
  22393. ---------------*/
  22394. /* Large Mobile Banner */
  22395. .ui[class*="large mobile banner"].ad {
  22396. width: 320px;
  22397. height: 100px;
  22398. }
  22399. /* Mobile Leaderboard */
  22400. .ui[class*="mobile leaderboard"].ad {
  22401. width: 320px;
  22402. height: 50px;
  22403. }
  22404. /*******************************
  22405. Types
  22406. *******************************/
  22407. /* Mobile Sizes */
  22408. .ui.mobile.ad {
  22409. display: none;
  22410. }
  22411. @media only screen and (max-width: 767px) {
  22412. .ui.mobile.ad {
  22413. display: block;
  22414. }
  22415. }
  22416. /*******************************
  22417. Variations
  22418. *******************************/
  22419. .ui.centered.ad {
  22420. margin-left: auto;
  22421. margin-right: auto;
  22422. }
  22423. .ui.test.ad {
  22424. position: relative;
  22425. background: #545454;
  22426. }
  22427. .ui.test.ad:after {
  22428. position: absolute;
  22429. top: 50%;
  22430. left: 50%;
  22431. width: 100%;
  22432. text-align: center;
  22433. -webkit-transform: translateX(-50%) translateY(-50%);
  22434. transform: translateX(-50%) translateY(-50%);
  22435. content: 'Ad';
  22436. color: #FFFFFF;
  22437. font-size: 1em;
  22438. font-weight: bold;
  22439. }
  22440. .ui.mobile.test.ad:after {
  22441. font-size: 0.85714286em;
  22442. }
  22443. .ui.test.ad[data-text]:after {
  22444. content: attr(data-text);
  22445. }
  22446. /*******************************
  22447. Theme Overrides
  22448. *******************************/
  22449. /*******************************
  22450. User Variable Overrides
  22451. *******************************/
  22452. /*!
  22453. * # Semantic UI 2.4.0 - Item
  22454. * http://github.com/semantic-org/semantic-ui/
  22455. *
  22456. *
  22457. * Released under the MIT license
  22458. * http://opensource.org/licenses/MIT
  22459. *
  22460. */
  22461. /*******************************
  22462. Standard
  22463. *******************************/
  22464. /*--------------
  22465. Card
  22466. ---------------*/
  22467. .ui.cards > .card,
  22468. .ui.card {
  22469. max-width: 100%;
  22470. position: relative;
  22471. display: -webkit-box;
  22472. display: -ms-flexbox;
  22473. display: flex;
  22474. -webkit-box-orient: vertical;
  22475. -webkit-box-direction: normal;
  22476. -ms-flex-direction: column;
  22477. flex-direction: column;
  22478. width: 290px;
  22479. min-height: 0px;
  22480. background: #FFFFFF;
  22481. padding: 0em;
  22482. border: none;
  22483. border-radius: 0.28571429rem;
  22484. -webkit-box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
  22485. box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
  22486. -webkit-transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  22487. transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  22488. transition: box-shadow 0.1s ease, transform 0.1s ease;
  22489. transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  22490. z-index: '';
  22491. }
  22492. .ui.card {
  22493. margin: 1em 0em;
  22494. }
  22495. .ui.cards > .card a,
  22496. .ui.card a {
  22497. cursor: pointer;
  22498. }
  22499. .ui.card:first-child {
  22500. margin-top: 0em;
  22501. }
  22502. .ui.card:last-child {
  22503. margin-bottom: 0em;
  22504. }
  22505. /*--------------
  22506. Cards
  22507. ---------------*/
  22508. .ui.cards {
  22509. display: -webkit-box;
  22510. display: -ms-flexbox;
  22511. display: flex;
  22512. margin: -0.875em -0.5em;
  22513. -ms-flex-wrap: wrap;
  22514. flex-wrap: wrap;
  22515. }
  22516. .ui.cards > .card {
  22517. display: -webkit-box;
  22518. display: -ms-flexbox;
  22519. display: flex;
  22520. margin: 0.875em 0.5em;
  22521. float: none;
  22522. }
  22523. /* Clearing */
  22524. .ui.cards:after,
  22525. .ui.card:after {
  22526. display: block;
  22527. content: ' ';
  22528. height: 0px;
  22529. clear: both;
  22530. overflow: hidden;
  22531. visibility: hidden;
  22532. }
  22533. /* Consecutive Card Groups Preserve Row Spacing */
  22534. .ui.cards ~ .ui.cards {
  22535. margin-top: 0.875em;
  22536. }
  22537. /*--------------
  22538. Rounded Edges
  22539. ---------------*/
  22540. .ui.cards > .card > :first-child,
  22541. .ui.card > :first-child {
  22542. border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
  22543. border-top: none !important;
  22544. }
  22545. .ui.cards > .card > :last-child,
  22546. .ui.card > :last-child {
  22547. border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
  22548. }
  22549. .ui.cards > .card > :only-child,
  22550. .ui.card > :only-child {
  22551. border-radius: 0.28571429rem !important;
  22552. }
  22553. /*--------------
  22554. Images
  22555. ---------------*/
  22556. .ui.cards > .card > .image,
  22557. .ui.card > .image {
  22558. position: relative;
  22559. display: block;
  22560. -webkit-box-flex: 0;
  22561. -ms-flex: 0 0 auto;
  22562. flex: 0 0 auto;
  22563. padding: 0em;
  22564. background: rgba(0, 0, 0, 0.05);
  22565. }
  22566. .ui.cards > .card > .image > img,
  22567. .ui.card > .image > img {
  22568. display: block;
  22569. width: 100%;
  22570. height: auto;
  22571. border-radius: inherit;
  22572. }
  22573. .ui.cards > .card > .image:not(.ui) > img,
  22574. .ui.card > .image:not(.ui) > img {
  22575. border: none;
  22576. }
  22577. /*--------------
  22578. Content
  22579. ---------------*/
  22580. .ui.cards > .card > .content,
  22581. .ui.card > .content {
  22582. -webkit-box-flex: 1;
  22583. -ms-flex-positive: 1;
  22584. flex-grow: 1;
  22585. border: none;
  22586. border-top: 1px solid rgba(34, 36, 38, 0.1);
  22587. background: none;
  22588. margin: 0em;
  22589. padding: 1em 1em;
  22590. -webkit-box-shadow: none;
  22591. box-shadow: none;
  22592. font-size: 1em;
  22593. border-radius: 0em;
  22594. }
  22595. .ui.cards > .card > .content:after,
  22596. .ui.card > .content:after {
  22597. display: block;
  22598. content: ' ';
  22599. height: 0px;
  22600. clear: both;
  22601. overflow: hidden;
  22602. visibility: hidden;
  22603. }
  22604. .ui.cards > .card > .content > .header,
  22605. .ui.card > .content > .header {
  22606. display: block;
  22607. margin: '';
  22608. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  22609. color: rgba(0, 0, 0, 0.85);
  22610. }
  22611. /* Default Header Size */
  22612. .ui.cards > .card > .content > .header:not(.ui),
  22613. .ui.card > .content > .header:not(.ui) {
  22614. font-weight: bold;
  22615. font-size: 1.28571429em;
  22616. margin-top: -0.21425em;
  22617. line-height: 1.28571429em;
  22618. }
  22619. .ui.cards > .card > .content > .meta + .description,
  22620. .ui.cards > .card > .content > .header + .description,
  22621. .ui.card > .content > .meta + .description,
  22622. .ui.card > .content > .header + .description {
  22623. margin-top: 0.5em;
  22624. }
  22625. /*----------------
  22626. Floated Content
  22627. -----------------*/
  22628. .ui.cards > .card [class*="left floated"],
  22629. .ui.card [class*="left floated"] {
  22630. float: left;
  22631. }
  22632. .ui.cards > .card [class*="right floated"],
  22633. .ui.card [class*="right floated"] {
  22634. float: right;
  22635. }
  22636. /*--------------
  22637. Aligned
  22638. ---------------*/
  22639. .ui.cards > .card [class*="left aligned"],
  22640. .ui.card [class*="left aligned"] {
  22641. text-align: left;
  22642. }
  22643. .ui.cards > .card [class*="center aligned"],
  22644. .ui.card [class*="center aligned"] {
  22645. text-align: center;
  22646. }
  22647. .ui.cards > .card [class*="right aligned"],
  22648. .ui.card [class*="right aligned"] {
  22649. text-align: right;
  22650. }
  22651. /*--------------
  22652. Content Image
  22653. ---------------*/
  22654. .ui.cards > .card .content img,
  22655. .ui.card .content img {
  22656. display: inline-block;
  22657. vertical-align: middle;
  22658. width: '';
  22659. }
  22660. .ui.cards > .card img.avatar,
  22661. .ui.cards > .card .avatar img,
  22662. .ui.card img.avatar,
  22663. .ui.card .avatar img {
  22664. width: 2em;
  22665. height: 2em;
  22666. border-radius: 500rem;
  22667. }
  22668. /*--------------
  22669. Description
  22670. ---------------*/
  22671. .ui.cards > .card > .content > .description,
  22672. .ui.card > .content > .description {
  22673. clear: both;
  22674. color: rgba(0, 0, 0, 0.68);
  22675. }
  22676. /*--------------
  22677. Paragraph
  22678. ---------------*/
  22679. .ui.cards > .card > .content p,
  22680. .ui.card > .content p {
  22681. margin: 0em 0em 0.5em;
  22682. }
  22683. .ui.cards > .card > .content p:last-child,
  22684. .ui.card > .content p:last-child {
  22685. margin-bottom: 0em;
  22686. }
  22687. /*--------------
  22688. Meta
  22689. ---------------*/
  22690. .ui.cards > .card .meta,
  22691. .ui.card .meta {
  22692. font-size: 1em;
  22693. color: rgba(0, 0, 0, 0.4);
  22694. }
  22695. .ui.cards > .card .meta *,
  22696. .ui.card .meta * {
  22697. margin-right: 0.3em;
  22698. }
  22699. .ui.cards > .card .meta :last-child,
  22700. .ui.card .meta :last-child {
  22701. margin-right: 0em;
  22702. }
  22703. .ui.cards > .card .meta [class*="right floated"],
  22704. .ui.card .meta [class*="right floated"] {
  22705. margin-right: 0em;
  22706. margin-left: 0.3em;
  22707. }
  22708. /*--------------
  22709. Links
  22710. ---------------*/
  22711. /* Generic */
  22712. .ui.cards > .card > .content a:not(.ui),
  22713. .ui.card > .content a:not(.ui) {
  22714. color: '';
  22715. -webkit-transition: color 0.1s ease;
  22716. transition: color 0.1s ease;
  22717. }
  22718. .ui.cards > .card > .content a:not(.ui):hover,
  22719. .ui.card > .content a:not(.ui):hover {
  22720. color: '';
  22721. }
  22722. /* Header */
  22723. .ui.cards > .card > .content > a.header,
  22724. .ui.card > .content > a.header {
  22725. color: rgba(0, 0, 0, 0.85);
  22726. }
  22727. .ui.cards > .card > .content > a.header:hover,
  22728. .ui.card > .content > a.header:hover {
  22729. color: #1e70bf;
  22730. }
  22731. /* Meta */
  22732. .ui.cards > .card .meta > a:not(.ui),
  22733. .ui.card .meta > a:not(.ui) {
  22734. color: rgba(0, 0, 0, 0.4);
  22735. }
  22736. .ui.cards > .card .meta > a:not(.ui):hover,
  22737. .ui.card .meta > a:not(.ui):hover {
  22738. color: rgba(0, 0, 0, 0.87);
  22739. }
  22740. /*--------------
  22741. Buttons
  22742. ---------------*/
  22743. .ui.cards > .card > .buttons,
  22744. .ui.card > .buttons,
  22745. .ui.cards > .card > .button,
  22746. .ui.card > .button {
  22747. margin: 0px -1px;
  22748. width: calc(100% + 2px );
  22749. }
  22750. /*--------------
  22751. Dimmer
  22752. ---------------*/
  22753. .ui.cards > .card .dimmer,
  22754. .ui.card .dimmer {
  22755. background-color: '';
  22756. z-index: 10;
  22757. }
  22758. /*--------------
  22759. Labels
  22760. ---------------*/
  22761. /*-----Star----- */
  22762. /* Icon */
  22763. .ui.cards > .card > .content .star.icon,
  22764. .ui.card > .content .star.icon {
  22765. cursor: pointer;
  22766. opacity: 0.75;
  22767. -webkit-transition: color 0.1s ease;
  22768. transition: color 0.1s ease;
  22769. }
  22770. .ui.cards > .card > .content .star.icon:hover,
  22771. .ui.card > .content .star.icon:hover {
  22772. opacity: 1;
  22773. color: #FFB70A;
  22774. }
  22775. .ui.cards > .card > .content .active.star.icon,
  22776. .ui.card > .content .active.star.icon {
  22777. color: #FFE623;
  22778. }
  22779. /*-----Like----- */
  22780. /* Icon */
  22781. .ui.cards > .card > .content .like.icon,
  22782. .ui.card > .content .like.icon {
  22783. cursor: pointer;
  22784. opacity: 0.75;
  22785. -webkit-transition: color 0.1s ease;
  22786. transition: color 0.1s ease;
  22787. }
  22788. .ui.cards > .card > .content .like.icon:hover,
  22789. .ui.card > .content .like.icon:hover {
  22790. opacity: 1;
  22791. color: #FF2733;
  22792. }
  22793. .ui.cards > .card > .content .active.like.icon,
  22794. .ui.card > .content .active.like.icon {
  22795. color: #FF2733;
  22796. }
  22797. /*----------------
  22798. Extra Content
  22799. -----------------*/
  22800. .ui.cards > .card > .extra,
  22801. .ui.card > .extra {
  22802. max-width: 100%;
  22803. min-height: 0em !important;
  22804. -webkit-box-flex: 0;
  22805. -ms-flex-positive: 0;
  22806. flex-grow: 0;
  22807. border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  22808. position: static;
  22809. background: none;
  22810. width: auto;
  22811. margin: 0em 0em;
  22812. padding: 0.75em 1em;
  22813. top: 0em;
  22814. left: 0em;
  22815. color: rgba(0, 0, 0, 0.4);
  22816. -webkit-box-shadow: none;
  22817. box-shadow: none;
  22818. -webkit-transition: color 0.1s ease;
  22819. transition: color 0.1s ease;
  22820. }
  22821. .ui.cards > .card > .extra a:not(.ui),
  22822. .ui.card > .extra a:not(.ui) {
  22823. color: rgba(0, 0, 0, 0.4);
  22824. }
  22825. .ui.cards > .card > .extra a:not(.ui):hover,
  22826. .ui.card > .extra a:not(.ui):hover {
  22827. color: #1e70bf;
  22828. }
  22829. /*******************************
  22830. Variations
  22831. *******************************/
  22832. /*-------------------
  22833. Raised
  22834. --------------------*/
  22835. .ui.raised.cards > .card,
  22836. .ui.raised.card {
  22837. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  22838. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  22839. }
  22840. .ui.raised.cards a.card:hover,
  22841. .ui.link.cards .raised.card:hover,
  22842. a.ui.raised.card:hover,
  22843. .ui.link.raised.card:hover {
  22844. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
  22845. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
  22846. }
  22847. .ui.raised.cards > .card,
  22848. .ui.raised.card {
  22849. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  22850. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  22851. }
  22852. /*-------------------
  22853. Centered
  22854. --------------------*/
  22855. .ui.centered.cards {
  22856. -webkit-box-pack: center;
  22857. -ms-flex-pack: center;
  22858. justify-content: center;
  22859. }
  22860. .ui.centered.card {
  22861. margin-left: auto;
  22862. margin-right: auto;
  22863. }
  22864. /*-------------------
  22865. Fluid
  22866. --------------------*/
  22867. .ui.fluid.card {
  22868. width: 100%;
  22869. max-width: 9999px;
  22870. }
  22871. /*-------------------
  22872. Link
  22873. --------------------*/
  22874. .ui.cards a.card,
  22875. .ui.link.cards .card,
  22876. a.ui.card,
  22877. .ui.link.card {
  22878. -webkit-transform: none;
  22879. transform: none;
  22880. }
  22881. .ui.cards a.card:hover,
  22882. .ui.link.cards .card:hover,
  22883. a.ui.card:hover,
  22884. .ui.link.card:hover {
  22885. cursor: pointer;
  22886. z-index: 5;
  22887. background: #FFFFFF;
  22888. border: none;
  22889. -webkit-box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
  22890. box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
  22891. -webkit-transform: translateY(-3px);
  22892. transform: translateY(-3px);
  22893. }
  22894. /*-------------------
  22895. Colors
  22896. --------------------*/
  22897. /* Red */
  22898. .ui.red.cards > .card,
  22899. .ui.cards > .red.card,
  22900. .ui.red.card {
  22901. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
  22902. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
  22903. }
  22904. .ui.red.cards > .card:hover,
  22905. .ui.cards > .red.card:hover,
  22906. .ui.red.card:hover {
  22907. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
  22908. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
  22909. }
  22910. /* Orange */
  22911. .ui.orange.cards > .card,
  22912. .ui.cards > .orange.card,
  22913. .ui.orange.card {
  22914. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
  22915. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
  22916. }
  22917. .ui.orange.cards > .card:hover,
  22918. .ui.cards > .orange.card:hover,
  22919. .ui.orange.card:hover {
  22920. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
  22921. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
  22922. }
  22923. /* Yellow */
  22924. .ui.yellow.cards > .card,
  22925. .ui.cards > .yellow.card,
  22926. .ui.yellow.card {
  22927. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
  22928. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
  22929. }
  22930. .ui.yellow.cards > .card:hover,
  22931. .ui.cards > .yellow.card:hover,
  22932. .ui.yellow.card:hover {
  22933. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
  22934. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
  22935. }
  22936. /* Olive */
  22937. .ui.olive.cards > .card,
  22938. .ui.cards > .olive.card,
  22939. .ui.olive.card {
  22940. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
  22941. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
  22942. }
  22943. .ui.olive.cards > .card:hover,
  22944. .ui.cards > .olive.card:hover,
  22945. .ui.olive.card:hover {
  22946. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
  22947. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
  22948. }
  22949. /* Green */
  22950. .ui.green.cards > .card,
  22951. .ui.cards > .green.card,
  22952. .ui.green.card {
  22953. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
  22954. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
  22955. }
  22956. .ui.green.cards > .card:hover,
  22957. .ui.cards > .green.card:hover,
  22958. .ui.green.card:hover {
  22959. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
  22960. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
  22961. }
  22962. /* Teal */
  22963. .ui.teal.cards > .card,
  22964. .ui.cards > .teal.card,
  22965. .ui.teal.card {
  22966. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
  22967. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
  22968. }
  22969. .ui.teal.cards > .card:hover,
  22970. .ui.cards > .teal.card:hover,
  22971. .ui.teal.card:hover {
  22972. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
  22973. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
  22974. }
  22975. /* Blue */
  22976. .ui.blue.cards > .card,
  22977. .ui.cards > .blue.card,
  22978. .ui.blue.card {
  22979. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
  22980. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
  22981. }
  22982. .ui.blue.cards > .card:hover,
  22983. .ui.cards > .blue.card:hover,
  22984. .ui.blue.card:hover {
  22985. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
  22986. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
  22987. }
  22988. /* Violet */
  22989. .ui.violet.cards > .card,
  22990. .ui.cards > .violet.card,
  22991. .ui.violet.card {
  22992. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
  22993. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
  22994. }
  22995. .ui.violet.cards > .card:hover,
  22996. .ui.cards > .violet.card:hover,
  22997. .ui.violet.card:hover {
  22998. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
  22999. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
  23000. }
  23001. /* Purple */
  23002. .ui.purple.cards > .card,
  23003. .ui.cards > .purple.card,
  23004. .ui.purple.card {
  23005. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
  23006. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
  23007. }
  23008. .ui.purple.cards > .card:hover,
  23009. .ui.cards > .purple.card:hover,
  23010. .ui.purple.card:hover {
  23011. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
  23012. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
  23013. }
  23014. /* Pink */
  23015. .ui.pink.cards > .card,
  23016. .ui.cards > .pink.card,
  23017. .ui.pink.card {
  23018. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
  23019. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
  23020. }
  23021. .ui.pink.cards > .card:hover,
  23022. .ui.cards > .pink.card:hover,
  23023. .ui.pink.card:hover {
  23024. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
  23025. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
  23026. }
  23027. /* Brown */
  23028. .ui.brown.cards > .card,
  23029. .ui.cards > .brown.card,
  23030. .ui.brown.card {
  23031. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
  23032. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
  23033. }
  23034. .ui.brown.cards > .card:hover,
  23035. .ui.cards > .brown.card:hover,
  23036. .ui.brown.card:hover {
  23037. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
  23038. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
  23039. }
  23040. /* Grey */
  23041. .ui.grey.cards > .card,
  23042. .ui.cards > .grey.card,
  23043. .ui.grey.card {
  23044. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
  23045. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
  23046. }
  23047. .ui.grey.cards > .card:hover,
  23048. .ui.cards > .grey.card:hover,
  23049. .ui.grey.card:hover {
  23050. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
  23051. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
  23052. }
  23053. /* Black */
  23054. .ui.black.cards > .card,
  23055. .ui.cards > .black.card,
  23056. .ui.black.card {
  23057. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
  23058. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
  23059. }
  23060. .ui.black.cards > .card:hover,
  23061. .ui.cards > .black.card:hover,
  23062. .ui.black.card:hover {
  23063. -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
  23064. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
  23065. }
  23066. /*--------------
  23067. Card Count
  23068. ---------------*/
  23069. .ui.one.cards {
  23070. margin-left: 0em;
  23071. margin-right: 0em;
  23072. }
  23073. .ui.one.cards > .card {
  23074. width: 100%;
  23075. }
  23076. .ui.two.cards {
  23077. margin-left: -1em;
  23078. margin-right: -1em;
  23079. }
  23080. .ui.two.cards > .card {
  23081. width: calc( 50% - 2em );
  23082. margin-left: 1em;
  23083. margin-right: 1em;
  23084. }
  23085. .ui.three.cards {
  23086. margin-left: -1em;
  23087. margin-right: -1em;
  23088. }
  23089. .ui.three.cards > .card {
  23090. width: calc( 33.33333333% - 2em );
  23091. margin-left: 1em;
  23092. margin-right: 1em;
  23093. }
  23094. .ui.four.cards {
  23095. margin-left: -0.75em;
  23096. margin-right: -0.75em;
  23097. }
  23098. .ui.four.cards > .card {
  23099. width: calc( 25% - 1.5em );
  23100. margin-left: 0.75em;
  23101. margin-right: 0.75em;
  23102. }
  23103. .ui.five.cards {
  23104. margin-left: -0.75em;
  23105. margin-right: -0.75em;
  23106. }
  23107. .ui.five.cards > .card {
  23108. width: calc( 20% - 1.5em );
  23109. margin-left: 0.75em;
  23110. margin-right: 0.75em;
  23111. }
  23112. .ui.six.cards {
  23113. margin-left: -0.75em;
  23114. margin-right: -0.75em;
  23115. }
  23116. .ui.six.cards > .card {
  23117. width: calc( 16.66666667% - 1.5em );
  23118. margin-left: 0.75em;
  23119. margin-right: 0.75em;
  23120. }
  23121. .ui.seven.cards {
  23122. margin-left: -0.5em;
  23123. margin-right: -0.5em;
  23124. }
  23125. .ui.seven.cards > .card {
  23126. width: calc( 14.28571429% - 1em );
  23127. margin-left: 0.5em;
  23128. margin-right: 0.5em;
  23129. }
  23130. .ui.eight.cards {
  23131. margin-left: -0.5em;
  23132. margin-right: -0.5em;
  23133. }
  23134. .ui.eight.cards > .card {
  23135. width: calc( 12.5% - 1em );
  23136. margin-left: 0.5em;
  23137. margin-right: 0.5em;
  23138. font-size: 11px;
  23139. }
  23140. .ui.nine.cards {
  23141. margin-left: -0.5em;
  23142. margin-right: -0.5em;
  23143. }
  23144. .ui.nine.cards > .card {
  23145. width: calc( 11.11111111% - 1em );
  23146. margin-left: 0.5em;
  23147. margin-right: 0.5em;
  23148. font-size: 10px;
  23149. }
  23150. .ui.ten.cards {
  23151. margin-left: -0.5em;
  23152. margin-right: -0.5em;
  23153. }
  23154. .ui.ten.cards > .card {
  23155. width: calc( 10% - 1em );
  23156. margin-left: 0.5em;
  23157. margin-right: 0.5em;
  23158. }
  23159. /*-------------------
  23160. Doubling
  23161. --------------------*/
  23162. /* Mobile Only */
  23163. @media only screen and (max-width: 767px) {
  23164. .ui.two.doubling.cards {
  23165. margin-left: 0em;
  23166. margin-right: 0em;
  23167. }
  23168. .ui.two.doubling.cards > .card {
  23169. width: 100%;
  23170. margin-left: 0em;
  23171. margin-right: 0em;
  23172. }
  23173. .ui.three.doubling.cards {
  23174. margin-left: -1em;
  23175. margin-right: -1em;
  23176. }
  23177. .ui.three.doubling.cards > .card {
  23178. width: calc( 50% - 2em );
  23179. margin-left: 1em;
  23180. margin-right: 1em;
  23181. }
  23182. .ui.four.doubling.cards {
  23183. margin-left: -1em;
  23184. margin-right: -1em;
  23185. }
  23186. .ui.four.doubling.cards > .card {
  23187. width: calc( 50% - 2em );
  23188. margin-left: 1em;
  23189. margin-right: 1em;
  23190. }
  23191. .ui.five.doubling.cards {
  23192. margin-left: -1em;
  23193. margin-right: -1em;
  23194. }
  23195. .ui.five.doubling.cards > .card {
  23196. width: calc( 50% - 2em );
  23197. margin-left: 1em;
  23198. margin-right: 1em;
  23199. }
  23200. .ui.six.doubling.cards {
  23201. margin-left: -1em;
  23202. margin-right: -1em;
  23203. }
  23204. .ui.six.doubling.cards > .card {
  23205. width: calc( 50% - 2em );
  23206. margin-left: 1em;
  23207. margin-right: 1em;
  23208. }
  23209. .ui.seven.doubling.cards {
  23210. margin-left: -1em;
  23211. margin-right: -1em;
  23212. }
  23213. .ui.seven.doubling.cards > .card {
  23214. width: calc( 33.33333333% - 2em );
  23215. margin-left: 1em;
  23216. margin-right: 1em;
  23217. }
  23218. .ui.eight.doubling.cards {
  23219. margin-left: -1em;
  23220. margin-right: -1em;
  23221. }
  23222. .ui.eight.doubling.cards > .card {
  23223. width: calc( 33.33333333% - 2em );
  23224. margin-left: 1em;
  23225. margin-right: 1em;
  23226. }
  23227. .ui.nine.doubling.cards {
  23228. margin-left: -1em;
  23229. margin-right: -1em;
  23230. }
  23231. .ui.nine.doubling.cards > .card {
  23232. width: calc( 33.33333333% - 2em );
  23233. margin-left: 1em;
  23234. margin-right: 1em;
  23235. }
  23236. .ui.ten.doubling.cards {
  23237. margin-left: -1em;
  23238. margin-right: -1em;
  23239. }
  23240. .ui.ten.doubling.cards > .card {
  23241. width: calc( 33.33333333% - 2em );
  23242. margin-left: 1em;
  23243. margin-right: 1em;
  23244. }
  23245. }
  23246. /* Tablet Only */
  23247. @media only screen and (min-width: 768px) and (max-width: 991px) {
  23248. .ui.two.doubling.cards {
  23249. margin-left: 0em;
  23250. margin-right: 0em;
  23251. }
  23252. .ui.two.doubling.cards > .card {
  23253. width: 100%;
  23254. margin-left: 0em;
  23255. margin-right: 0em;
  23256. }
  23257. .ui.three.doubling.cards {
  23258. margin-left: -1em;
  23259. margin-right: -1em;
  23260. }
  23261. .ui.three.doubling.cards > .card {
  23262. width: calc( 50% - 2em );
  23263. margin-left: 1em;
  23264. margin-right: 1em;
  23265. }
  23266. .ui.four.doubling.cards {
  23267. margin-left: -1em;
  23268. margin-right: -1em;
  23269. }
  23270. .ui.four.doubling.cards > .card {
  23271. width: calc( 50% - 2em );
  23272. margin-left: 1em;
  23273. margin-right: 1em;
  23274. }
  23275. .ui.five.doubling.cards {
  23276. margin-left: -1em;
  23277. margin-right: -1em;
  23278. }
  23279. .ui.five.doubling.cards > .card {
  23280. width: calc( 33.33333333% - 2em );
  23281. margin-left: 1em;
  23282. margin-right: 1em;
  23283. }
  23284. .ui.six.doubling.cards {
  23285. margin-left: -1em;
  23286. margin-right: -1em;
  23287. }
  23288. .ui.six.doubling.cards > .card {
  23289. width: calc( 33.33333333% - 2em );
  23290. margin-left: 1em;
  23291. margin-right: 1em;
  23292. }
  23293. .ui.eight.doubling.cards {
  23294. margin-left: -1em;
  23295. margin-right: -1em;
  23296. }
  23297. .ui.eight.doubling.cards > .card {
  23298. width: calc( 33.33333333% - 2em );
  23299. margin-left: 1em;
  23300. margin-right: 1em;
  23301. }
  23302. .ui.eight.doubling.cards {
  23303. margin-left: -0.75em;
  23304. margin-right: -0.75em;
  23305. }
  23306. .ui.eight.doubling.cards > .card {
  23307. width: calc( 25% - 1.5em );
  23308. margin-left: 0.75em;
  23309. margin-right: 0.75em;
  23310. }
  23311. .ui.nine.doubling.cards {
  23312. margin-left: -0.75em;
  23313. margin-right: -0.75em;
  23314. }
  23315. .ui.nine.doubling.cards > .card {
  23316. width: calc( 25% - 1.5em );
  23317. margin-left: 0.75em;
  23318. margin-right: 0.75em;
  23319. }
  23320. .ui.ten.doubling.cards {
  23321. margin-left: -0.75em;
  23322. margin-right: -0.75em;
  23323. }
  23324. .ui.ten.doubling.cards > .card {
  23325. width: calc( 20% - 1.5em );
  23326. margin-left: 0.75em;
  23327. margin-right: 0.75em;
  23328. }
  23329. }
  23330. /*-------------------
  23331. Stackable
  23332. --------------------*/
  23333. @media only screen and (max-width: 767px) {
  23334. .ui.stackable.cards {
  23335. display: block !important;
  23336. }
  23337. .ui.stackable.cards .card:first-child {
  23338. margin-top: 0em !important;
  23339. }
  23340. .ui.stackable.cards > .card {
  23341. display: block !important;
  23342. height: auto !important;
  23343. margin: 1em 1em;
  23344. padding: 0 !important;
  23345. width: calc( 100% - 2em ) !important;
  23346. }
  23347. }
  23348. /*--------------
  23349. Size
  23350. ---------------*/
  23351. .ui.cards > .card {
  23352. font-size: 1em;
  23353. }
  23354. /*******************************
  23355. Theme Overrides
  23356. *******************************/
  23357. /*******************************
  23358. User Variable Overrides
  23359. *******************************/
  23360. /*!
  23361. * # Semantic UI 2.4.0 - Comment
  23362. * http://github.com/semantic-org/semantic-ui/
  23363. *
  23364. *
  23365. * Released under the MIT license
  23366. * http://opensource.org/licenses/MIT
  23367. *
  23368. */
  23369. /*******************************
  23370. Standard
  23371. *******************************/
  23372. /*--------------
  23373. Comments
  23374. ---------------*/
  23375. .ui.comments {
  23376. margin: 1.5em 0em;
  23377. max-width: 650px;
  23378. }
  23379. .ui.comments:first-child {
  23380. margin-top: 0em;
  23381. }
  23382. .ui.comments:last-child {
  23383. margin-bottom: 0em;
  23384. }
  23385. /*--------------
  23386. Comment
  23387. ---------------*/
  23388. .ui.comments .comment {
  23389. position: relative;
  23390. background: none;
  23391. margin: 0.5em 0em 0em;
  23392. padding: 0.5em 0em 0em;
  23393. border: none;
  23394. border-top: none;
  23395. line-height: 1.2;
  23396. }
  23397. .ui.comments .comment:first-child {
  23398. margin-top: 0em;
  23399. padding-top: 0em;
  23400. }
  23401. /*--------------------
  23402. Nested Comments
  23403. ---------------------*/
  23404. .ui.comments .comment .comments {
  23405. margin: 0em 0em 0.5em 0.5em;
  23406. padding: 1em 0em 1em 1em;
  23407. }
  23408. .ui.comments .comment .comments:before {
  23409. position: absolute;
  23410. top: 0px;
  23411. left: 0px;
  23412. }
  23413. .ui.comments .comment .comments .comment {
  23414. border: none;
  23415. border-top: none;
  23416. background: none;
  23417. }
  23418. /*--------------
  23419. Avatar
  23420. ---------------*/
  23421. .ui.comments .comment .avatar {
  23422. display: block;
  23423. width: 2.5em;
  23424. height: auto;
  23425. float: left;
  23426. margin: 0.2em 0em 0em;
  23427. }
  23428. .ui.comments .comment img.avatar,
  23429. .ui.comments .comment .avatar img {
  23430. display: block;
  23431. margin: 0em auto;
  23432. width: 100%;
  23433. height: 100%;
  23434. border-radius: 0.25rem;
  23435. }
  23436. /*--------------
  23437. Content
  23438. ---------------*/
  23439. .ui.comments .comment > .content {
  23440. display: block;
  23441. }
  23442. /* If there is an avatar move content over */
  23443. .ui.comments .comment > .avatar ~ .content {
  23444. margin-left: 3.5em;
  23445. }
  23446. /*--------------
  23447. Author
  23448. ---------------*/
  23449. .ui.comments .comment .author {
  23450. font-size: 1em;
  23451. color: rgba(0, 0, 0, 0.87);
  23452. font-weight: bold;
  23453. }
  23454. .ui.comments .comment a.author {
  23455. cursor: pointer;
  23456. }
  23457. .ui.comments .comment a.author:hover {
  23458. color: #1e70bf;
  23459. }
  23460. /*--------------
  23461. Metadata
  23462. ---------------*/
  23463. .ui.comments .comment .metadata {
  23464. display: inline-block;
  23465. margin-left: 0.5em;
  23466. color: rgba(0, 0, 0, 0.4);
  23467. font-size: 0.875em;
  23468. }
  23469. .ui.comments .comment .metadata > * {
  23470. display: inline-block;
  23471. margin: 0em 0.5em 0em 0em;
  23472. }
  23473. .ui.comments .comment .metadata > :last-child {
  23474. margin-right: 0em;
  23475. }
  23476. /*--------------------
  23477. Comment Text
  23478. ---------------------*/
  23479. .ui.comments .comment .text {
  23480. margin: 0.25em 0em 0.5em;
  23481. font-size: 1em;
  23482. word-wrap: break-word;
  23483. color: rgba(0, 0, 0, 0.87);
  23484. line-height: 1.3;
  23485. }
  23486. /*--------------------
  23487. User Actions
  23488. ---------------------*/
  23489. .ui.comments .comment .actions {
  23490. font-size: 0.875em;
  23491. }
  23492. .ui.comments .comment .actions a {
  23493. cursor: pointer;
  23494. display: inline-block;
  23495. margin: 0em 0.75em 0em 0em;
  23496. color: rgba(0, 0, 0, 0.4);
  23497. }
  23498. .ui.comments .comment .actions a:last-child {
  23499. margin-right: 0em;
  23500. }
  23501. .ui.comments .comment .actions a.active,
  23502. .ui.comments .comment .actions a:hover {
  23503. color: rgba(0, 0, 0, 0.8);
  23504. }
  23505. /*--------------------
  23506. Reply Form
  23507. ---------------------*/
  23508. .ui.comments > .reply.form {
  23509. margin-top: 1em;
  23510. }
  23511. .ui.comments .comment .reply.form {
  23512. width: 100%;
  23513. margin-top: 1em;
  23514. }
  23515. .ui.comments .reply.form textarea {
  23516. font-size: 1em;
  23517. height: 12em;
  23518. }
  23519. /*******************************
  23520. State
  23521. *******************************/
  23522. .ui.collapsed.comments,
  23523. .ui.comments .collapsed.comments,
  23524. .ui.comments .collapsed.comment {
  23525. display: none;
  23526. }
  23527. /*******************************
  23528. Variations
  23529. *******************************/
  23530. /*--------------------
  23531. Threaded
  23532. ---------------------*/
  23533. .ui.threaded.comments .comment .comments {
  23534. margin: -1.5em 0 -1em 1.25em;
  23535. padding: 3em 0em 2em 2.25em;
  23536. -webkit-box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
  23537. box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
  23538. }
  23539. /*--------------------
  23540. Minimal
  23541. ---------------------*/
  23542. .ui.minimal.comments .comment .actions {
  23543. opacity: 0;
  23544. position: absolute;
  23545. top: 0px;
  23546. right: 0px;
  23547. left: auto;
  23548. -webkit-transition: opacity 0.2s ease;
  23549. transition: opacity 0.2s ease;
  23550. -webkit-transition-delay: 0.1s;
  23551. transition-delay: 0.1s;
  23552. }
  23553. .ui.minimal.comments .comment > .content:hover > .actions {
  23554. opacity: 1;
  23555. }
  23556. /*-------------------
  23557. Sizes
  23558. --------------------*/
  23559. .ui.mini.comments {
  23560. font-size: 0.78571429rem;
  23561. }
  23562. .ui.tiny.comments {
  23563. font-size: 0.85714286rem;
  23564. }
  23565. .ui.small.comments {
  23566. font-size: 0.92857143rem;
  23567. }
  23568. .ui.comments {
  23569. font-size: 1rem;
  23570. }
  23571. .ui.large.comments {
  23572. font-size: 1.14285714rem;
  23573. }
  23574. .ui.big.comments {
  23575. font-size: 1.28571429rem;
  23576. }
  23577. .ui.huge.comments {
  23578. font-size: 1.42857143rem;
  23579. }
  23580. .ui.massive.comments {
  23581. font-size: 1.71428571rem;
  23582. }
  23583. /*******************************
  23584. Theme Overrides
  23585. *******************************/
  23586. /*******************************
  23587. User Variable Overrides
  23588. *******************************/
  23589. /*!
  23590. * # Semantic UI 2.4.0 - Feed
  23591. * http://github.com/semantic-org/semantic-ui/
  23592. *
  23593. *
  23594. * Released under the MIT license
  23595. * http://opensource.org/licenses/MIT
  23596. *
  23597. */
  23598. /*******************************
  23599. Activity Feed
  23600. *******************************/
  23601. .ui.feed {
  23602. margin: 1em 0em;
  23603. }
  23604. .ui.feed:first-child {
  23605. margin-top: 0em;
  23606. }
  23607. .ui.feed:last-child {
  23608. margin-bottom: 0em;
  23609. }
  23610. /*******************************
  23611. Content
  23612. *******************************/
  23613. /* Event */
  23614. .ui.feed > .event {
  23615. display: -webkit-box;
  23616. display: -ms-flexbox;
  23617. display: flex;
  23618. -webkit-box-orient: horizontal;
  23619. -webkit-box-direction: normal;
  23620. -ms-flex-direction: row;
  23621. flex-direction: row;
  23622. width: 100%;
  23623. padding: 0.21428571rem 0em;
  23624. margin: 0em;
  23625. background: none;
  23626. border-top: none;
  23627. }
  23628. .ui.feed > .event:first-child {
  23629. border-top: 0px;
  23630. padding-top: 0em;
  23631. }
  23632. .ui.feed > .event:last-child {
  23633. padding-bottom: 0em;
  23634. }
  23635. /* Event Label */
  23636. .ui.feed > .event > .label {
  23637. display: block;
  23638. -webkit-box-flex: 0;
  23639. -ms-flex: 0 0 auto;
  23640. flex: 0 0 auto;
  23641. width: 2.5em;
  23642. height: auto;
  23643. -ms-flex-item-align: stretch;
  23644. align-self: stretch;
  23645. text-align: left;
  23646. }
  23647. .ui.feed > .event > .label .icon {
  23648. opacity: 1;
  23649. font-size: 1.5em;
  23650. width: 100%;
  23651. padding: 0.25em;
  23652. background: none;
  23653. border: none;
  23654. border-radius: none;
  23655. color: rgba(0, 0, 0, 0.6);
  23656. }
  23657. .ui.feed > .event > .label img {
  23658. width: 100%;
  23659. height: auto;
  23660. border-radius: 500rem;
  23661. }
  23662. .ui.feed > .event > .label + .content {
  23663. margin: 0.5em 0em 0.35714286em 1.14285714em;
  23664. }
  23665. /*--------------
  23666. Content
  23667. ---------------*/
  23668. /* Content */
  23669. .ui.feed > .event > .content {
  23670. display: block;
  23671. -webkit-box-flex: 1;
  23672. -ms-flex: 1 1 auto;
  23673. flex: 1 1 auto;
  23674. -ms-flex-item-align: stretch;
  23675. align-self: stretch;
  23676. text-align: left;
  23677. word-wrap: break-word;
  23678. }
  23679. .ui.feed > .event:last-child > .content {
  23680. padding-bottom: 0em;
  23681. }
  23682. /* Link */
  23683. .ui.feed > .event > .content a {
  23684. cursor: pointer;
  23685. }
  23686. /*--------------
  23687. Date
  23688. ---------------*/
  23689. .ui.feed > .event > .content .date {
  23690. margin: -0.5rem 0em 0em;
  23691. padding: 0em;
  23692. font-weight: normal;
  23693. font-size: 1em;
  23694. font-style: normal;
  23695. color: rgba(0, 0, 0, 0.4);
  23696. }
  23697. /*--------------
  23698. Summary
  23699. ---------------*/
  23700. .ui.feed > .event > .content .summary {
  23701. margin: 0em;
  23702. font-size: 1em;
  23703. font-weight: bold;
  23704. color: rgba(0, 0, 0, 0.87);
  23705. }
  23706. /* Summary Image */
  23707. .ui.feed > .event > .content .summary img {
  23708. display: inline-block;
  23709. width: auto;
  23710. height: 10em;
  23711. margin: -0.25em 0.25em 0em 0em;
  23712. border-radius: 0.25em;
  23713. vertical-align: middle;
  23714. }
  23715. /*--------------
  23716. User
  23717. ---------------*/
  23718. .ui.feed > .event > .content .user {
  23719. display: inline-block;
  23720. font-weight: bold;
  23721. margin-right: 0em;
  23722. vertical-align: baseline;
  23723. }
  23724. .ui.feed > .event > .content .user img {
  23725. margin: -0.25em 0.25em 0em 0em;
  23726. width: auto;
  23727. height: 10em;
  23728. vertical-align: middle;
  23729. }
  23730. /*--------------
  23731. Inline Date
  23732. ---------------*/
  23733. /* Date inside Summary */
  23734. .ui.feed > .event > .content .summary > .date {
  23735. display: inline-block;
  23736. float: none;
  23737. font-weight: normal;
  23738. font-size: 0.85714286em;
  23739. font-style: normal;
  23740. margin: 0em 0em 0em 0.5em;
  23741. padding: 0em;
  23742. color: rgba(0, 0, 0, 0.4);
  23743. }
  23744. /*--------------
  23745. Extra Summary
  23746. ---------------*/
  23747. .ui.feed > .event > .content .extra {
  23748. margin: 0.5em 0em 0em;
  23749. background: none;
  23750. padding: 0em;
  23751. color: rgba(0, 0, 0, 0.87);
  23752. }
  23753. /* Images */
  23754. .ui.feed > .event > .content .extra.images img {
  23755. display: inline-block;
  23756. margin: 0em 0.25em 0em 0em;
  23757. width: 6em;
  23758. }
  23759. /* Text */
  23760. .ui.feed > .event > .content .extra.text {
  23761. padding: 0em;
  23762. border-left: none;
  23763. font-size: 1em;
  23764. max-width: 500px;
  23765. line-height: 1.4285em;
  23766. }
  23767. /*--------------
  23768. Meta
  23769. ---------------*/
  23770. .ui.feed > .event > .content .meta {
  23771. display: inline-block;
  23772. font-size: 0.85714286em;
  23773. margin: 0.5em 0em 0em;
  23774. background: none;
  23775. border: none;
  23776. border-radius: 0;
  23777. -webkit-box-shadow: none;
  23778. box-shadow: none;
  23779. padding: 0em;
  23780. color: rgba(0, 0, 0, 0.6);
  23781. }
  23782. .ui.feed > .event > .content .meta > * {
  23783. position: relative;
  23784. margin-left: 0.75em;
  23785. }
  23786. .ui.feed > .event > .content .meta > *:after {
  23787. content: '';
  23788. color: rgba(0, 0, 0, 0.2);
  23789. top: 0em;
  23790. left: -1em;
  23791. opacity: 1;
  23792. position: absolute;
  23793. vertical-align: top;
  23794. }
  23795. .ui.feed > .event > .content .meta .like {
  23796. color: '';
  23797. -webkit-transition: 0.2s color ease;
  23798. transition: 0.2s color ease;
  23799. }
  23800. .ui.feed > .event > .content .meta .like:hover .icon {
  23801. color: #FF2733;
  23802. }
  23803. .ui.feed > .event > .content .meta .active.like .icon {
  23804. color: #EF404A;
  23805. }
  23806. /* First element */
  23807. .ui.feed > .event > .content .meta > :first-child {
  23808. margin-left: 0em;
  23809. }
  23810. .ui.feed > .event > .content .meta > :first-child::after {
  23811. display: none;
  23812. }
  23813. /* Action */
  23814. .ui.feed > .event > .content .meta a,
  23815. .ui.feed > .event > .content .meta > .icon {
  23816. cursor: pointer;
  23817. opacity: 1;
  23818. color: rgba(0, 0, 0, 0.5);
  23819. -webkit-transition: color 0.1s ease;
  23820. transition: color 0.1s ease;
  23821. }
  23822. .ui.feed > .event > .content .meta a:hover,
  23823. .ui.feed > .event > .content .meta a:hover .icon,
  23824. .ui.feed > .event > .content .meta > .icon:hover {
  23825. color: rgba(0, 0, 0, 0.95);
  23826. }
  23827. /*******************************
  23828. Variations
  23829. *******************************/
  23830. .ui.small.feed {
  23831. font-size: 0.92857143rem;
  23832. }
  23833. .ui.feed {
  23834. font-size: 1rem;
  23835. }
  23836. .ui.large.feed {
  23837. font-size: 1.14285714rem;
  23838. }
  23839. /*******************************
  23840. Theme Overrides
  23841. *******************************/
  23842. /*******************************
  23843. User Variable Overrides
  23844. *******************************/
  23845. /*!
  23846. * # Semantic UI 2.4.0 - Item
  23847. * http://github.com/semantic-org/semantic-ui/
  23848. *
  23849. *
  23850. * Released under the MIT license
  23851. * http://opensource.org/licenses/MIT
  23852. *
  23853. */
  23854. /*******************************
  23855. Standard
  23856. *******************************/
  23857. /*--------------
  23858. Item
  23859. ---------------*/
  23860. .ui.items > .item {
  23861. display: -webkit-box;
  23862. display: -ms-flexbox;
  23863. display: flex;
  23864. margin: 1em 0em;
  23865. width: 100%;
  23866. min-height: 0px;
  23867. background: transparent;
  23868. padding: 0em;
  23869. border: none;
  23870. border-radius: 0rem;
  23871. -webkit-box-shadow: none;
  23872. box-shadow: none;
  23873. -webkit-transition: -webkit-box-shadow 0.1s ease;
  23874. transition: -webkit-box-shadow 0.1s ease;
  23875. transition: box-shadow 0.1s ease;
  23876. transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  23877. z-index: '';
  23878. }
  23879. .ui.items > .item a {
  23880. cursor: pointer;
  23881. }
  23882. /*--------------
  23883. Items
  23884. ---------------*/
  23885. .ui.items {
  23886. margin: 1.5em 0em;
  23887. }
  23888. .ui.items:first-child {
  23889. margin-top: 0em !important;
  23890. }
  23891. .ui.items:last-child {
  23892. margin-bottom: 0em !important;
  23893. }
  23894. /*--------------
  23895. Item
  23896. ---------------*/
  23897. .ui.items > .item:after {
  23898. display: block;
  23899. content: ' ';
  23900. height: 0px;
  23901. clear: both;
  23902. overflow: hidden;
  23903. visibility: hidden;
  23904. }
  23905. .ui.items > .item:first-child {
  23906. margin-top: 0em;
  23907. }
  23908. .ui.items > .item:last-child {
  23909. margin-bottom: 0em;
  23910. }
  23911. /*--------------
  23912. Images
  23913. ---------------*/
  23914. .ui.items > .item > .image {
  23915. position: relative;
  23916. -webkit-box-flex: 0;
  23917. -ms-flex: 0 0 auto;
  23918. flex: 0 0 auto;
  23919. display: block;
  23920. float: none;
  23921. margin: 0em;
  23922. padding: 0em;
  23923. max-height: '';
  23924. -ms-flex-item-align: top;
  23925. align-self: top;
  23926. }
  23927. .ui.items > .item > .image > img {
  23928. display: block;
  23929. width: 100%;
  23930. height: auto;
  23931. border-radius: 0.125rem;
  23932. border: none;
  23933. }
  23934. .ui.items > .item > .image:only-child > img {
  23935. border-radius: 0rem;
  23936. }
  23937. /*--------------
  23938. Content
  23939. ---------------*/
  23940. .ui.items > .item > .content {
  23941. display: block;
  23942. -webkit-box-flex: 1;
  23943. -ms-flex: 1 1 auto;
  23944. flex: 1 1 auto;
  23945. background: none;
  23946. margin: 0em;
  23947. padding: 0em;
  23948. -webkit-box-shadow: none;
  23949. box-shadow: none;
  23950. font-size: 1em;
  23951. border: none;
  23952. border-radius: 0em;
  23953. }
  23954. .ui.items > .item > .content:after {
  23955. display: block;
  23956. content: ' ';
  23957. height: 0px;
  23958. clear: both;
  23959. overflow: hidden;
  23960. visibility: hidden;
  23961. }
  23962. .ui.items > .item > .image + .content {
  23963. min-width: 0;
  23964. width: auto;
  23965. display: block;
  23966. margin-left: 0em;
  23967. -ms-flex-item-align: top;
  23968. align-self: top;
  23969. padding-left: 1.5em;
  23970. }
  23971. .ui.items > .item > .content > .header {
  23972. display: inline-block;
  23973. margin: -0.21425em 0em 0em;
  23974. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  23975. font-weight: bold;
  23976. color: rgba(0, 0, 0, 0.85);
  23977. }
  23978. /* Default Header Size */
  23979. .ui.items > .item > .content > .header:not(.ui) {
  23980. font-size: 1.28571429em;
  23981. }
  23982. /*--------------
  23983. Floated
  23984. ---------------*/
  23985. .ui.items > .item [class*="left floated"] {
  23986. float: left;
  23987. }
  23988. .ui.items > .item [class*="right floated"] {
  23989. float: right;
  23990. }
  23991. /*--------------
  23992. Content Image
  23993. ---------------*/
  23994. .ui.items > .item .content img {
  23995. -ms-flex-item-align: middle;
  23996. align-self: middle;
  23997. width: '';
  23998. }
  23999. .ui.items > .item img.avatar,
  24000. .ui.items > .item .avatar img {
  24001. width: '';
  24002. height: '';
  24003. border-radius: 500rem;
  24004. }
  24005. /*--------------
  24006. Description
  24007. ---------------*/
  24008. .ui.items > .item > .content > .description {
  24009. margin-top: 0.6em;
  24010. max-width: auto;
  24011. font-size: 1em;
  24012. line-height: 1.4285em;
  24013. color: rgba(0, 0, 0, 0.87);
  24014. }
  24015. /*--------------
  24016. Paragraph
  24017. ---------------*/
  24018. .ui.items > .item > .content p {
  24019. margin: 0em 0em 0.5em;
  24020. }
  24021. .ui.items > .item > .content p:last-child {
  24022. margin-bottom: 0em;
  24023. }
  24024. /*--------------
  24025. Meta
  24026. ---------------*/
  24027. .ui.items > .item .meta {
  24028. margin: 0.5em 0em 0.5em;
  24029. font-size: 1em;
  24030. line-height: 1em;
  24031. color: rgba(0, 0, 0, 0.6);
  24032. }
  24033. .ui.items > .item .meta * {
  24034. margin-right: 0.3em;
  24035. }
  24036. .ui.items > .item .meta :last-child {
  24037. margin-right: 0em;
  24038. }
  24039. .ui.items > .item .meta [class*="right floated"] {
  24040. margin-right: 0em;
  24041. margin-left: 0.3em;
  24042. }
  24043. /*--------------
  24044. Links
  24045. ---------------*/
  24046. /* Generic */
  24047. .ui.items > .item > .content a:not(.ui) {
  24048. color: '';
  24049. -webkit-transition: color 0.1s ease;
  24050. transition: color 0.1s ease;
  24051. }
  24052. .ui.items > .item > .content a:not(.ui):hover {
  24053. color: '';
  24054. }
  24055. /* Header */
  24056. .ui.items > .item > .content > a.header {
  24057. color: rgba(0, 0, 0, 0.85);
  24058. }
  24059. .ui.items > .item > .content > a.header:hover {
  24060. color: #1e70bf;
  24061. }
  24062. /* Meta */
  24063. .ui.items > .item .meta > a:not(.ui) {
  24064. color: rgba(0, 0, 0, 0.4);
  24065. }
  24066. .ui.items > .item .meta > a:not(.ui):hover {
  24067. color: rgba(0, 0, 0, 0.87);
  24068. }
  24069. /*--------------
  24070. Labels
  24071. ---------------*/
  24072. /*-----Star----- */
  24073. /* Icon */
  24074. .ui.items > .item > .content .favorite.icon {
  24075. cursor: pointer;
  24076. opacity: 0.75;
  24077. -webkit-transition: color 0.1s ease;
  24078. transition: color 0.1s ease;
  24079. }
  24080. .ui.items > .item > .content .favorite.icon:hover {
  24081. opacity: 1;
  24082. color: #FFB70A;
  24083. }
  24084. .ui.items > .item > .content .active.favorite.icon {
  24085. color: #FFE623;
  24086. }
  24087. /*-----Like----- */
  24088. /* Icon */
  24089. .ui.items > .item > .content .like.icon {
  24090. cursor: pointer;
  24091. opacity: 0.75;
  24092. -webkit-transition: color 0.1s ease;
  24093. transition: color 0.1s ease;
  24094. }
  24095. .ui.items > .item > .content .like.icon:hover {
  24096. opacity: 1;
  24097. color: #FF2733;
  24098. }
  24099. .ui.items > .item > .content .active.like.icon {
  24100. color: #FF2733;
  24101. }
  24102. /*----------------
  24103. Extra Content
  24104. -----------------*/
  24105. .ui.items > .item .extra {
  24106. display: block;
  24107. position: relative;
  24108. background: none;
  24109. margin: 0.5rem 0em 0em;
  24110. width: 100%;
  24111. padding: 0em 0em 0em;
  24112. top: 0em;
  24113. left: 0em;
  24114. color: rgba(0, 0, 0, 0.4);
  24115. -webkit-box-shadow: none;
  24116. box-shadow: none;
  24117. -webkit-transition: color 0.1s ease;
  24118. transition: color 0.1s ease;
  24119. border-top: none;
  24120. }
  24121. .ui.items > .item .extra > * {
  24122. margin: 0.25rem 0.5rem 0.25rem 0em;
  24123. }
  24124. .ui.items > .item .extra > [class*="right floated"] {
  24125. margin: 0.25rem 0em 0.25rem 0.5rem;
  24126. }
  24127. .ui.items > .item .extra:after {
  24128. display: block;
  24129. content: ' ';
  24130. height: 0px;
  24131. clear: both;
  24132. overflow: hidden;
  24133. visibility: hidden;
  24134. }
  24135. /*******************************
  24136. Responsive
  24137. *******************************/
  24138. /* Default Image Width */
  24139. .ui.items > .item > .image:not(.ui) {
  24140. width: 175px;
  24141. }
  24142. /* Tablet Only */
  24143. @media only screen and (min-width: 768px) and (max-width: 991px) {
  24144. .ui.items > .item {
  24145. margin: 1em 0em;
  24146. }
  24147. .ui.items > .item > .image:not(.ui) {
  24148. width: 150px;
  24149. }
  24150. .ui.items > .item > .image + .content {
  24151. display: block;
  24152. padding: 0em 0em 0em 1em;
  24153. }
  24154. }
  24155. /* Mobile Only */
  24156. @media only screen and (max-width: 767px) {
  24157. .ui.items:not(.unstackable) > .item {
  24158. -webkit-box-orient: vertical;
  24159. -webkit-box-direction: normal;
  24160. -ms-flex-direction: column;
  24161. flex-direction: column;
  24162. margin: 2em 0em;
  24163. }
  24164. .ui.items:not(.unstackable) > .item > .image {
  24165. display: block;
  24166. margin-left: auto;
  24167. margin-right: auto;
  24168. }
  24169. .ui.items:not(.unstackable) > .item > .image,
  24170. .ui.items:not(.unstackable) > .item > .image > img {
  24171. max-width: 100% !important;
  24172. width: auto !important;
  24173. max-height: 250px !important;
  24174. }
  24175. .ui.items:not(.unstackable) > .item > .image + .content {
  24176. display: block;
  24177. padding: 1.5em 0em 0em;
  24178. }
  24179. }
  24180. /*******************************
  24181. Variations
  24182. *******************************/
  24183. /*-------------------
  24184. Aligned
  24185. --------------------*/
  24186. .ui.items > .item > .image + [class*="top aligned"].content {
  24187. -ms-flex-item-align: start;
  24188. align-self: flex-start;
  24189. }
  24190. .ui.items > .item > .image + [class*="middle aligned"].content {
  24191. -ms-flex-item-align: center;
  24192. align-self: center;
  24193. }
  24194. .ui.items > .item > .image + [class*="bottom aligned"].content {
  24195. -ms-flex-item-align: end;
  24196. align-self: flex-end;
  24197. }
  24198. /*--------------
  24199. Relaxed
  24200. ---------------*/
  24201. .ui.relaxed.items > .item {
  24202. margin: 1.5em 0em;
  24203. }
  24204. .ui[class*="very relaxed"].items > .item {
  24205. margin: 2em 0em;
  24206. }
  24207. /*-------------------
  24208. Divided
  24209. --------------------*/
  24210. .ui.divided.items > .item {
  24211. border-top: 1px solid rgba(34, 36, 38, 0.15);
  24212. margin: 0em;
  24213. padding: 1em 0em;
  24214. }
  24215. .ui.divided.items > .item:first-child {
  24216. border-top: none;
  24217. margin-top: 0em !important;
  24218. padding-top: 0em !important;
  24219. }
  24220. .ui.divided.items > .item:last-child {
  24221. margin-bottom: 0em !important;
  24222. padding-bottom: 0em !important;
  24223. }
  24224. /* Relaxed Divided */
  24225. .ui.relaxed.divided.items > .item {
  24226. margin: 0em;
  24227. padding: 1.5em 0em;
  24228. }
  24229. .ui[class*="very relaxed"].divided.items > .item {
  24230. margin: 0em;
  24231. padding: 2em 0em;
  24232. }
  24233. /*-------------------
  24234. Link
  24235. --------------------*/
  24236. .ui.items a.item:hover,
  24237. .ui.link.items > .item:hover {
  24238. cursor: pointer;
  24239. }
  24240. .ui.items a.item:hover .content .header,
  24241. .ui.link.items > .item:hover .content .header {
  24242. color: #1e70bf;
  24243. }
  24244. /*--------------
  24245. Size
  24246. ---------------*/
  24247. .ui.items > .item {
  24248. font-size: 1em;
  24249. }
  24250. /*---------------
  24251. Unstackable
  24252. ----------------*/
  24253. @media only screen and (max-width: 767px) {
  24254. .ui.unstackable.items > .item > .image,
  24255. .ui.unstackable.items > .item > .image > img {
  24256. width: 125px !important;
  24257. }
  24258. }
  24259. /*******************************
  24260. Theme Overrides
  24261. *******************************/
  24262. /*******************************
  24263. User Variable Overrides
  24264. *******************************/
  24265. /*!
  24266. * # Semantic UI 2.4.0 - Statistic
  24267. * http://github.com/semantic-org/semantic-ui/
  24268. *
  24269. *
  24270. * Released under the MIT license
  24271. * http://opensource.org/licenses/MIT
  24272. *
  24273. */
  24274. /*******************************
  24275. Statistic
  24276. *******************************/
  24277. /* Standalone */
  24278. .ui.statistic {
  24279. display: -webkit-inline-box;
  24280. display: -ms-inline-flexbox;
  24281. display: inline-flex;
  24282. -webkit-box-orient: vertical;
  24283. -webkit-box-direction: normal;
  24284. -ms-flex-direction: column;
  24285. flex-direction: column;
  24286. margin: 1em 0em;
  24287. max-width: auto;
  24288. }
  24289. .ui.statistic + .ui.statistic {
  24290. margin: 0em 0em 0em 1.5em;
  24291. }
  24292. .ui.statistic:first-child {
  24293. margin-top: 0em;
  24294. }
  24295. .ui.statistic:last-child {
  24296. margin-bottom: 0em;
  24297. }
  24298. /*******************************
  24299. Group
  24300. *******************************/
  24301. /* Grouped */
  24302. .ui.statistics {
  24303. display: -webkit-box;
  24304. display: -ms-flexbox;
  24305. display: flex;
  24306. -webkit-box-align: start;
  24307. -ms-flex-align: start;
  24308. align-items: flex-start;
  24309. -ms-flex-wrap: wrap;
  24310. flex-wrap: wrap;
  24311. }
  24312. .ui.statistics > .statistic {
  24313. display: -webkit-inline-box;
  24314. display: -ms-inline-flexbox;
  24315. display: inline-flex;
  24316. -webkit-box-flex: 0;
  24317. -ms-flex: 0 1 auto;
  24318. flex: 0 1 auto;
  24319. -webkit-box-orient: vertical;
  24320. -webkit-box-direction: normal;
  24321. -ms-flex-direction: column;
  24322. flex-direction: column;
  24323. margin: 0em 1.5em 1em;
  24324. max-width: auto;
  24325. }
  24326. .ui.statistics {
  24327. display: -webkit-box;
  24328. display: -ms-flexbox;
  24329. display: flex;
  24330. margin: 1em -1.5em -1em;
  24331. }
  24332. /* Clearing */
  24333. .ui.statistics:after {
  24334. display: block;
  24335. content: ' ';
  24336. height: 0px;
  24337. clear: both;
  24338. overflow: hidden;
  24339. visibility: hidden;
  24340. }
  24341. .ui.statistics:first-child {
  24342. margin-top: 0em;
  24343. }
  24344. /*******************************
  24345. Content
  24346. *******************************/
  24347. /*--------------
  24348. Value
  24349. ---------------*/
  24350. .ui.statistics .statistic > .value,
  24351. .ui.statistic > .value {
  24352. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  24353. font-size: 4rem;
  24354. font-weight: normal;
  24355. line-height: 1em;
  24356. color: #1B1C1D;
  24357. text-transform: uppercase;
  24358. text-align: center;
  24359. }
  24360. /*--------------
  24361. Label
  24362. ---------------*/
  24363. .ui.statistics .statistic > .label,
  24364. .ui.statistic > .label {
  24365. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  24366. font-size: 1em;
  24367. font-weight: bold;
  24368. color: rgba(0, 0, 0, 0.87);
  24369. text-transform: uppercase;
  24370. text-align: center;
  24371. }
  24372. /* Top Label */
  24373. .ui.statistics .statistic > .label ~ .value,
  24374. .ui.statistic > .label ~ .value {
  24375. margin-top: 0rem;
  24376. }
  24377. /* Bottom Label */
  24378. .ui.statistics .statistic > .value ~ .label,
  24379. .ui.statistic > .value ~ .label {
  24380. margin-top: 0rem;
  24381. }
  24382. /*******************************
  24383. Types
  24384. *******************************/
  24385. /*--------------
  24386. Icon Value
  24387. ---------------*/
  24388. .ui.statistics .statistic > .value .icon,
  24389. .ui.statistic > .value .icon {
  24390. opacity: 1;
  24391. width: auto;
  24392. margin: 0em;
  24393. }
  24394. /*--------------
  24395. Text Value
  24396. ---------------*/
  24397. .ui.statistics .statistic > .text.value,
  24398. .ui.statistic > .text.value {
  24399. line-height: 1em;
  24400. min-height: 2em;
  24401. font-weight: bold;
  24402. text-align: center;
  24403. }
  24404. .ui.statistics .statistic > .text.value + .label,
  24405. .ui.statistic > .text.value + .label {
  24406. text-align: center;
  24407. }
  24408. /*--------------
  24409. Image Value
  24410. ---------------*/
  24411. .ui.statistics .statistic > .value img,
  24412. .ui.statistic > .value img {
  24413. max-height: 3rem;
  24414. vertical-align: baseline;
  24415. }
  24416. /*******************************
  24417. Variations
  24418. *******************************/
  24419. /*--------------
  24420. Count
  24421. ---------------*/
  24422. .ui.ten.statistics {
  24423. margin: 0em 0em -1em;
  24424. }
  24425. .ui.ten.statistics .statistic {
  24426. min-width: 10%;
  24427. margin: 0em 0em 1em;
  24428. }
  24429. .ui.nine.statistics {
  24430. margin: 0em 0em -1em;
  24431. }
  24432. .ui.nine.statistics .statistic {
  24433. min-width: 11.11111111%;
  24434. margin: 0em 0em 1em;
  24435. }
  24436. .ui.eight.statistics {
  24437. margin: 0em 0em -1em;
  24438. }
  24439. .ui.eight.statistics .statistic {
  24440. min-width: 12.5%;
  24441. margin: 0em 0em 1em;
  24442. }
  24443. .ui.seven.statistics {
  24444. margin: 0em 0em -1em;
  24445. }
  24446. .ui.seven.statistics .statistic {
  24447. min-width: 14.28571429%;
  24448. margin: 0em 0em 1em;
  24449. }
  24450. .ui.six.statistics {
  24451. margin: 0em 0em -1em;
  24452. }
  24453. .ui.six.statistics .statistic {
  24454. min-width: 16.66666667%;
  24455. margin: 0em 0em 1em;
  24456. }
  24457. .ui.five.statistics {
  24458. margin: 0em 0em -1em;
  24459. }
  24460. .ui.five.statistics .statistic {
  24461. min-width: 20%;
  24462. margin: 0em 0em 1em;
  24463. }
  24464. .ui.four.statistics {
  24465. margin: 0em 0em -1em;
  24466. }
  24467. .ui.four.statistics .statistic {
  24468. min-width: 25%;
  24469. margin: 0em 0em 1em;
  24470. }
  24471. .ui.three.statistics {
  24472. margin: 0em 0em -1em;
  24473. }
  24474. .ui.three.statistics .statistic {
  24475. min-width: 33.33333333%;
  24476. margin: 0em 0em 1em;
  24477. }
  24478. .ui.two.statistics {
  24479. margin: 0em 0em -1em;
  24480. }
  24481. .ui.two.statistics .statistic {
  24482. min-width: 50%;
  24483. margin: 0em 0em 1em;
  24484. }
  24485. .ui.one.statistics {
  24486. margin: 0em 0em -1em;
  24487. }
  24488. .ui.one.statistics .statistic {
  24489. min-width: 100%;
  24490. margin: 0em 0em 1em;
  24491. }
  24492. /*--------------
  24493. Horizontal
  24494. ---------------*/
  24495. .ui.horizontal.statistic {
  24496. -webkit-box-orient: horizontal;
  24497. -webkit-box-direction: normal;
  24498. -ms-flex-direction: row;
  24499. flex-direction: row;
  24500. -webkit-box-align: center;
  24501. -ms-flex-align: center;
  24502. align-items: center;
  24503. }
  24504. .ui.horizontal.statistics {
  24505. -webkit-box-orient: vertical;
  24506. -webkit-box-direction: normal;
  24507. -ms-flex-direction: column;
  24508. flex-direction: column;
  24509. margin: 0em;
  24510. max-width: none;
  24511. }
  24512. .ui.horizontal.statistics .statistic {
  24513. -webkit-box-orient: horizontal;
  24514. -webkit-box-direction: normal;
  24515. -ms-flex-direction: row;
  24516. flex-direction: row;
  24517. -webkit-box-align: center;
  24518. -ms-flex-align: center;
  24519. align-items: center;
  24520. max-width: none;
  24521. margin: 1em 0em;
  24522. }
  24523. .ui.horizontal.statistic > .text.value,
  24524. .ui.horizontal.statistics > .statistic > .text.value {
  24525. min-height: 0em !important;
  24526. }
  24527. .ui.horizontal.statistics .statistic > .value .icon,
  24528. .ui.horizontal.statistic > .value .icon {
  24529. width: 1.18em;
  24530. }
  24531. .ui.horizontal.statistics .statistic > .value,
  24532. .ui.horizontal.statistic > .value {
  24533. display: inline-block;
  24534. vertical-align: middle;
  24535. }
  24536. .ui.horizontal.statistics .statistic > .label,
  24537. .ui.horizontal.statistic > .label {
  24538. display: inline-block;
  24539. vertical-align: middle;
  24540. margin: 0em 0em 0em 0.75em;
  24541. }
  24542. /*--------------
  24543. Colors
  24544. ---------------*/
  24545. .ui.red.statistics .statistic > .value,
  24546. .ui.statistics .red.statistic > .value,
  24547. .ui.red.statistic > .value {
  24548. color: #DB2828;
  24549. }
  24550. .ui.orange.statistics .statistic > .value,
  24551. .ui.statistics .orange.statistic > .value,
  24552. .ui.orange.statistic > .value {
  24553. color: #F2711C;
  24554. }
  24555. .ui.yellow.statistics .statistic > .value,
  24556. .ui.statistics .yellow.statistic > .value,
  24557. .ui.yellow.statistic > .value {
  24558. color: #FBBD08;
  24559. }
  24560. .ui.olive.statistics .statistic > .value,
  24561. .ui.statistics .olive.statistic > .value,
  24562. .ui.olive.statistic > .value {
  24563. color: #B5CC18;
  24564. }
  24565. .ui.green.statistics .statistic > .value,
  24566. .ui.statistics .green.statistic > .value,
  24567. .ui.green.statistic > .value {
  24568. color: #21BA45;
  24569. }
  24570. .ui.teal.statistics .statistic > .value,
  24571. .ui.statistics .teal.statistic > .value,
  24572. .ui.teal.statistic > .value {
  24573. color: #00B5AD;
  24574. }
  24575. .ui.blue.statistics .statistic > .value,
  24576. .ui.statistics .blue.statistic > .value,
  24577. .ui.blue.statistic > .value {
  24578. color: #2185D0;
  24579. }
  24580. .ui.violet.statistics .statistic > .value,
  24581. .ui.statistics .violet.statistic > .value,
  24582. .ui.violet.statistic > .value {
  24583. color: #6435C9;
  24584. }
  24585. .ui.purple.statistics .statistic > .value,
  24586. .ui.statistics .purple.statistic > .value,
  24587. .ui.purple.statistic > .value {
  24588. color: #A333C8;
  24589. }
  24590. .ui.pink.statistics .statistic > .value,
  24591. .ui.statistics .pink.statistic > .value,
  24592. .ui.pink.statistic > .value {
  24593. color: #E03997;
  24594. }
  24595. .ui.brown.statistics .statistic > .value,
  24596. .ui.statistics .brown.statistic > .value,
  24597. .ui.brown.statistic > .value {
  24598. color: #A5673F;
  24599. }
  24600. .ui.grey.statistics .statistic > .value,
  24601. .ui.statistics .grey.statistic > .value,
  24602. .ui.grey.statistic > .value {
  24603. color: #767676;
  24604. }
  24605. /*--------------
  24606. Inverted
  24607. ---------------*/
  24608. .ui.inverted.statistics .statistic > .value,
  24609. .ui.inverted.statistic .value {
  24610. color: #FFFFFF;
  24611. }
  24612. .ui.inverted.statistics .statistic > .label,
  24613. .ui.inverted.statistic .label {
  24614. color: rgba(255, 255, 255, 0.9);
  24615. }
  24616. .ui.inverted.red.statistics .statistic > .value,
  24617. .ui.statistics .inverted.red.statistic > .value,
  24618. .ui.inverted.red.statistic > .value {
  24619. color: #FF695E;
  24620. }
  24621. .ui.inverted.orange.statistics .statistic > .value,
  24622. .ui.statistics .inverted.orange.statistic > .value,
  24623. .ui.inverted.orange.statistic > .value {
  24624. color: #FF851B;
  24625. }
  24626. .ui.inverted.yellow.statistics .statistic > .value,
  24627. .ui.statistics .inverted.yellow.statistic > .value,
  24628. .ui.inverted.yellow.statistic > .value {
  24629. color: #FFE21F;
  24630. }
  24631. .ui.inverted.olive.statistics .statistic > .value,
  24632. .ui.statistics .inverted.olive.statistic > .value,
  24633. .ui.inverted.olive.statistic > .value {
  24634. color: #D9E778;
  24635. }
  24636. .ui.inverted.green.statistics .statistic > .value,
  24637. .ui.statistics .inverted.green.statistic > .value,
  24638. .ui.inverted.green.statistic > .value {
  24639. color: #2ECC40;
  24640. }
  24641. .ui.inverted.teal.statistics .statistic > .value,
  24642. .ui.statistics .inverted.teal.statistic > .value,
  24643. .ui.inverted.teal.statistic > .value {
  24644. color: #6DFFFF;
  24645. }
  24646. .ui.inverted.blue.statistics .statistic > .value,
  24647. .ui.statistics .inverted.blue.statistic > .value,
  24648. .ui.inverted.blue.statistic > .value {
  24649. color: #54C8FF;
  24650. }
  24651. .ui.inverted.violet.statistics .statistic > .value,
  24652. .ui.statistics .inverted.violet.statistic > .value,
  24653. .ui.inverted.violet.statistic > .value {
  24654. color: #A291FB;
  24655. }
  24656. .ui.inverted.purple.statistics .statistic > .value,
  24657. .ui.statistics .inverted.purple.statistic > .value,
  24658. .ui.inverted.purple.statistic > .value {
  24659. color: #DC73FF;
  24660. }
  24661. .ui.inverted.pink.statistics .statistic > .value,
  24662. .ui.statistics .inverted.pink.statistic > .value,
  24663. .ui.inverted.pink.statistic > .value {
  24664. color: #FF8EDF;
  24665. }
  24666. .ui.inverted.brown.statistics .statistic > .value,
  24667. .ui.statistics .inverted.brown.statistic > .value,
  24668. .ui.inverted.brown.statistic > .value {
  24669. color: #D67C1C;
  24670. }
  24671. .ui.inverted.grey.statistics .statistic > .value,
  24672. .ui.statistics .inverted.grey.statistic > .value,
  24673. .ui.inverted.grey.statistic > .value {
  24674. color: #DCDDDE;
  24675. }
  24676. /*--------------
  24677. Floated
  24678. ---------------*/
  24679. .ui[class*="left floated"].statistic {
  24680. float: left;
  24681. margin: 0em 2em 1em 0em;
  24682. }
  24683. .ui[class*="right floated"].statistic {
  24684. float: right;
  24685. margin: 0em 0em 1em 2em;
  24686. }
  24687. .ui.floated.statistic:last-child {
  24688. margin-bottom: 0em;
  24689. }
  24690. /*--------------
  24691. Sizes
  24692. ---------------*/
  24693. /* Mini */
  24694. .ui.mini.statistics .statistic > .value,
  24695. .ui.mini.statistic > .value {
  24696. font-size: 1.5rem !important;
  24697. }
  24698. .ui.mini.horizontal.statistics .statistic > .value,
  24699. .ui.mini.horizontal.statistic > .value {
  24700. font-size: 1.5rem !important;
  24701. }
  24702. .ui.mini.statistics .statistic > .text.value,
  24703. .ui.mini.statistic > .text.value {
  24704. font-size: 1rem !important;
  24705. }
  24706. /* Tiny */
  24707. .ui.tiny.statistics .statistic > .value,
  24708. .ui.tiny.statistic > .value {
  24709. font-size: 2rem !important;
  24710. }
  24711. .ui.tiny.horizontal.statistics .statistic > .value,
  24712. .ui.tiny.horizontal.statistic > .value {
  24713. font-size: 2rem !important;
  24714. }
  24715. .ui.tiny.statistics .statistic > .text.value,
  24716. .ui.tiny.statistic > .text.value {
  24717. font-size: 1rem !important;
  24718. }
  24719. /* Small */
  24720. .ui.small.statistics .statistic > .value,
  24721. .ui.small.statistic > .value {
  24722. font-size: 3rem !important;
  24723. }
  24724. .ui.small.horizontal.statistics .statistic > .value,
  24725. .ui.small.horizontal.statistic > .value {
  24726. font-size: 2rem !important;
  24727. }
  24728. .ui.small.statistics .statistic > .text.value,
  24729. .ui.small.statistic > .text.value {
  24730. font-size: 1rem !important;
  24731. }
  24732. /* Medium */
  24733. .ui.statistics .statistic > .value,
  24734. .ui.statistic > .value {
  24735. font-size: 4rem !important;
  24736. }
  24737. .ui.horizontal.statistics .statistic > .value,
  24738. .ui.horizontal.statistic > .value {
  24739. font-size: 3rem !important;
  24740. }
  24741. .ui.statistics .statistic > .text.value,
  24742. .ui.statistic > .text.value {
  24743. font-size: 2rem !important;
  24744. }
  24745. /* Large */
  24746. .ui.large.statistics .statistic > .value,
  24747. .ui.large.statistic > .value {
  24748. font-size: 5rem !important;
  24749. }
  24750. .ui.large.horizontal.statistics .statistic > .value,
  24751. .ui.large.horizontal.statistic > .value {
  24752. font-size: 4rem !important;
  24753. }
  24754. .ui.large.statistics .statistic > .text.value,
  24755. .ui.large.statistic > .text.value {
  24756. font-size: 2.5rem !important;
  24757. }
  24758. /* Huge */
  24759. .ui.huge.statistics .statistic > .value,
  24760. .ui.huge.statistic > .value {
  24761. font-size: 6rem !important;
  24762. }
  24763. .ui.huge.horizontal.statistics .statistic > .value,
  24764. .ui.huge.horizontal.statistic > .value {
  24765. font-size: 5rem !important;
  24766. }
  24767. .ui.huge.statistics .statistic > .text.value,
  24768. .ui.huge.statistic > .text.value {
  24769. font-size: 2.5rem !important;
  24770. }
  24771. /*******************************
  24772. Theme Overrides
  24773. *******************************/
  24774. /*******************************
  24775. User Variable Overrides
  24776. *******************************/
  24777. /*!
  24778. * # Semantic UI 2.4.0 - Accordion
  24779. * http://github.com/semantic-org/semantic-ui/
  24780. *
  24781. *
  24782. * Released under the MIT license
  24783. * http://opensource.org/licenses/MIT
  24784. *
  24785. */
  24786. /*******************************
  24787. Accordion
  24788. *******************************/
  24789. .ui.accordion,
  24790. .ui.accordion .accordion {
  24791. max-width: 100%;
  24792. }
  24793. .ui.accordion .accordion {
  24794. margin: 1em 0em 0em;
  24795. padding: 0em;
  24796. }
  24797. /* Title */
  24798. .ui.accordion .title,
  24799. .ui.accordion .accordion .title {
  24800. cursor: pointer;
  24801. }
  24802. /* Default Styling */
  24803. .ui.accordion .title:not(.ui) {
  24804. padding: 0.5em 0em;
  24805. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  24806. font-size: 1em;
  24807. color: rgba(0, 0, 0, 0.87);
  24808. }
  24809. /* Content */
  24810. .ui.accordion .title ~ .content,
  24811. .ui.accordion .accordion .title ~ .content {
  24812. display: none;
  24813. }
  24814. /* Default Styling */
  24815. .ui.accordion:not(.styled) .title ~ .content:not(.ui),
  24816. .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  24817. margin: '';
  24818. padding: 0.5em 0em 1em;
  24819. }
  24820. .ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  24821. padding-bottom: 0em;
  24822. }
  24823. /* Arrow */
  24824. .ui.accordion .title .dropdown.icon,
  24825. .ui.accordion .accordion .title .dropdown.icon {
  24826. display: inline-block;
  24827. float: none;
  24828. opacity: 1;
  24829. width: 1.25em;
  24830. height: 1em;
  24831. margin: 0em 0.25rem 0em 0rem;
  24832. padding: 0em;
  24833. font-size: 1em;
  24834. -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  24835. transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  24836. transition: transform 0.1s ease, opacity 0.1s ease;
  24837. transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  24838. vertical-align: baseline;
  24839. -webkit-transform: none;
  24840. transform: none;
  24841. }
  24842. /*--------------
  24843. Coupling
  24844. ---------------*/
  24845. /* Menu */
  24846. .ui.accordion.menu .item .title {
  24847. display: block;
  24848. padding: 0em;
  24849. }
  24850. .ui.accordion.menu .item .title > .dropdown.icon {
  24851. float: right;
  24852. margin: 0.21425em 0em 0em 1em;
  24853. -webkit-transform: rotate(180deg);
  24854. transform: rotate(180deg);
  24855. }
  24856. /* Header */
  24857. .ui.accordion .ui.header .dropdown.icon {
  24858. font-size: 1em;
  24859. margin: 0em 0.25rem 0em 0rem;
  24860. }
  24861. /*******************************
  24862. States
  24863. *******************************/
  24864. .ui.accordion .active.title .dropdown.icon,
  24865. .ui.accordion .accordion .active.title .dropdown.icon {
  24866. -webkit-transform: rotate(90deg);
  24867. transform: rotate(90deg);
  24868. }
  24869. .ui.accordion.menu .item .active.title > .dropdown.icon {
  24870. -webkit-transform: rotate(90deg);
  24871. transform: rotate(90deg);
  24872. }
  24873. /*******************************
  24874. Types
  24875. *******************************/
  24876. /*--------------
  24877. Styled
  24878. ---------------*/
  24879. .ui.styled.accordion {
  24880. width: 600px;
  24881. }
  24882. .ui.styled.accordion,
  24883. .ui.styled.accordion .accordion {
  24884. border-radius: 0.28571429rem;
  24885. background: #FFFFFF;
  24886. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
  24887. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
  24888. }
  24889. .ui.styled.accordion .title,
  24890. .ui.styled.accordion .accordion .title {
  24891. margin: 0em;
  24892. padding: 0.75em 1em;
  24893. color: rgba(0, 0, 0, 0.4);
  24894. font-weight: bold;
  24895. border-top: 1px solid rgba(34, 36, 38, 0.15);
  24896. -webkit-transition: background 0.1s ease, color 0.1s ease;
  24897. transition: background 0.1s ease, color 0.1s ease;
  24898. }
  24899. .ui.styled.accordion > .title:first-child,
  24900. .ui.styled.accordion .accordion .title:first-child {
  24901. border-top: none;
  24902. }
  24903. /* Content */
  24904. .ui.styled.accordion .content,
  24905. .ui.styled.accordion .accordion .content {
  24906. margin: 0em;
  24907. padding: 0.5em 1em 1.5em;
  24908. }
  24909. .ui.styled.accordion .accordion .content {
  24910. padding: 0em;
  24911. padding: 0.5em 1em 1.5em;
  24912. }
  24913. /* Hover */
  24914. .ui.styled.accordion .title:hover,
  24915. .ui.styled.accordion .active.title,
  24916. .ui.styled.accordion .accordion .title:hover,
  24917. .ui.styled.accordion .accordion .active.title {
  24918. background: transparent;
  24919. color: rgba(0, 0, 0, 0.87);
  24920. }
  24921. .ui.styled.accordion .accordion .title:hover,
  24922. .ui.styled.accordion .accordion .active.title {
  24923. background: transparent;
  24924. color: rgba(0, 0, 0, 0.87);
  24925. }
  24926. /* Active */
  24927. .ui.styled.accordion .active.title {
  24928. background: transparent;
  24929. color: rgba(0, 0, 0, 0.95);
  24930. }
  24931. .ui.styled.accordion .accordion .active.title {
  24932. background: transparent;
  24933. color: rgba(0, 0, 0, 0.95);
  24934. }
  24935. /*******************************
  24936. States
  24937. *******************************/
  24938. /*--------------
  24939. Active
  24940. ---------------*/
  24941. .ui.accordion .active.content,
  24942. .ui.accordion .accordion .active.content {
  24943. display: block;
  24944. }
  24945. /*******************************
  24946. Variations
  24947. *******************************/
  24948. /*--------------
  24949. Fluid
  24950. ---------------*/
  24951. .ui.fluid.accordion,
  24952. .ui.fluid.accordion .accordion {
  24953. width: 100%;
  24954. }
  24955. /*--------------
  24956. Inverted
  24957. ---------------*/
  24958. .ui.inverted.accordion .title:not(.ui) {
  24959. color: rgba(255, 255, 255, 0.9);
  24960. }
  24961. /*******************************
  24962. Theme Overrides
  24963. *******************************/
  24964. @font-face {
  24965. font-family: 'Accordion';
  24966. src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  24967. font-weight: normal;
  24968. font-style: normal;
  24969. }
  24970. /* Dropdown Icon */
  24971. .ui.accordion .title .dropdown.icon,
  24972. .ui.accordion .accordion .title .dropdown.icon {
  24973. font-family: Accordion;
  24974. line-height: 1;
  24975. -webkit-backface-visibility: hidden;
  24976. backface-visibility: hidden;
  24977. font-weight: normal;
  24978. font-style: normal;
  24979. text-align: center;
  24980. }
  24981. .ui.accordion .title .dropdown.icon:before,
  24982. .ui.accordion .accordion .title .dropdown.icon:before {
  24983. content: '\f0da' ;
  24984. }
  24985. /*******************************
  24986. User Overrides
  24987. *******************************/
  24988. /*!
  24989. * # Semantic UI 2.4.0 - Checkbox
  24990. * http://github.com/semantic-org/semantic-ui/
  24991. *
  24992. *
  24993. * Released under the MIT license
  24994. * http://opensource.org/licenses/MIT
  24995. *
  24996. */
  24997. /*******************************
  24998. Checkbox
  24999. *******************************/
  25000. /*--------------
  25001. Content
  25002. ---------------*/
  25003. .ui.checkbox {
  25004. position: relative;
  25005. display: inline-block;
  25006. -webkit-backface-visibility: hidden;
  25007. backface-visibility: hidden;
  25008. outline: none;
  25009. vertical-align: baseline;
  25010. font-style: normal;
  25011. min-height: 17px;
  25012. font-size: 1rem;
  25013. line-height: 17px;
  25014. min-width: 17px;
  25015. }
  25016. /* HTML Checkbox */
  25017. .ui.checkbox input[type="checkbox"],
  25018. .ui.checkbox input[type="radio"] {
  25019. cursor: pointer;
  25020. position: absolute;
  25021. top: 0px;
  25022. left: 0px;
  25023. opacity: 0 !important;
  25024. outline: none;
  25025. z-index: 3;
  25026. width: 17px;
  25027. height: 17px;
  25028. }
  25029. /*--------------
  25030. Box
  25031. ---------------*/
  25032. .ui.checkbox .box,
  25033. .ui.checkbox label {
  25034. cursor: auto;
  25035. position: relative;
  25036. display: block;
  25037. padding-left: 1.85714em;
  25038. outline: none;
  25039. font-size: 1em;
  25040. }
  25041. .ui.checkbox .box:before,
  25042. .ui.checkbox label:before {
  25043. position: absolute;
  25044. top: 0px;
  25045. left: 0px;
  25046. width: 17px;
  25047. height: 17px;
  25048. content: '';
  25049. background: #FFFFFF;
  25050. border-radius: 0.21428571rem;
  25051. -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  25052. transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  25053. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  25054. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  25055. border: 1px solid #D4D4D5;
  25056. }
  25057. /*--------------
  25058. Checkmark
  25059. ---------------*/
  25060. .ui.checkbox .box:after,
  25061. .ui.checkbox label:after {
  25062. position: absolute;
  25063. font-size: 14px;
  25064. top: 0px;
  25065. left: 0px;
  25066. width: 17px;
  25067. height: 17px;
  25068. text-align: center;
  25069. opacity: 0;
  25070. color: rgba(0, 0, 0, 0.87);
  25071. -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  25072. transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  25073. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  25074. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  25075. }
  25076. /*--------------
  25077. Label
  25078. ---------------*/
  25079. /* Inside */
  25080. .ui.checkbox label,
  25081. .ui.checkbox + label {
  25082. color: rgba(0, 0, 0, 0.87);
  25083. -webkit-transition: color 0.1s ease;
  25084. transition: color 0.1s ease;
  25085. }
  25086. /* Outside */
  25087. .ui.checkbox + label {
  25088. vertical-align: middle;
  25089. }
  25090. /*******************************
  25091. States
  25092. *******************************/
  25093. /*--------------
  25094. Hover
  25095. ---------------*/
  25096. .ui.checkbox .box:hover::before,
  25097. .ui.checkbox label:hover::before {
  25098. background: #FFFFFF;
  25099. border-color: rgba(34, 36, 38, 0.35);
  25100. }
  25101. .ui.checkbox label:hover,
  25102. .ui.checkbox + label:hover {
  25103. color: rgba(0, 0, 0, 0.8);
  25104. }
  25105. /*--------------
  25106. Down
  25107. ---------------*/
  25108. .ui.checkbox .box:active::before,
  25109. .ui.checkbox label:active::before {
  25110. background: #F9FAFB;
  25111. border-color: rgba(34, 36, 38, 0.35);
  25112. }
  25113. .ui.checkbox .box:active::after,
  25114. .ui.checkbox label:active::after {
  25115. color: rgba(0, 0, 0, 0.95);
  25116. }
  25117. .ui.checkbox input:active ~ label {
  25118. color: rgba(0, 0, 0, 0.95);
  25119. }
  25120. /*--------------
  25121. Focus
  25122. ---------------*/
  25123. .ui.checkbox input:focus ~ .box:before,
  25124. .ui.checkbox input:focus ~ label:before {
  25125. background: #FFFFFF;
  25126. border-color: #96C8DA;
  25127. }
  25128. .ui.checkbox input:focus ~ .box:after,
  25129. .ui.checkbox input:focus ~ label:after {
  25130. color: rgba(0, 0, 0, 0.95);
  25131. }
  25132. .ui.checkbox input:focus ~ label {
  25133. color: rgba(0, 0, 0, 0.95);
  25134. }
  25135. /*--------------
  25136. Active
  25137. ---------------*/
  25138. .ui.checkbox input:checked ~ .box:before,
  25139. .ui.checkbox input:checked ~ label:before {
  25140. background: #FFFFFF;
  25141. border-color: rgba(34, 36, 38, 0.35);
  25142. }
  25143. .ui.checkbox input:checked ~ .box:after,
  25144. .ui.checkbox input:checked ~ label:after {
  25145. opacity: 1;
  25146. color: rgba(0, 0, 0, 0.95);
  25147. }
  25148. /*--------------
  25149. Indeterminate
  25150. ---------------*/
  25151. .ui.checkbox input:not([type=radio]):indeterminate ~ .box:before,
  25152. .ui.checkbox input:not([type=radio]):indeterminate ~ label:before {
  25153. background: #FFFFFF;
  25154. border-color: rgba(34, 36, 38, 0.35);
  25155. }
  25156. .ui.checkbox input:not([type=radio]):indeterminate ~ .box:after,
  25157. .ui.checkbox input:not([type=radio]):indeterminate ~ label:after {
  25158. opacity: 1;
  25159. color: rgba(0, 0, 0, 0.95);
  25160. }
  25161. /*--------------
  25162. Active Focus
  25163. ---------------*/
  25164. .ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:before,
  25165. .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before,
  25166. .ui.checkbox input:checked:focus ~ .box:before,
  25167. .ui.checkbox input:checked:focus ~ label:before {
  25168. background: #FFFFFF;
  25169. border-color: #96C8DA;
  25170. }
  25171. .ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after,
  25172. .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after,
  25173. .ui.checkbox input:checked:focus ~ .box:after,
  25174. .ui.checkbox input:checked:focus ~ label:after {
  25175. color: rgba(0, 0, 0, 0.95);
  25176. }
  25177. /*--------------
  25178. Read-Only
  25179. ---------------*/
  25180. .ui.read-only.checkbox,
  25181. .ui.read-only.checkbox label {
  25182. cursor: default;
  25183. }
  25184. /*--------------
  25185. Disabled
  25186. ---------------*/
  25187. .ui.disabled.checkbox .box:after,
  25188. .ui.disabled.checkbox label,
  25189. .ui.checkbox input[disabled] ~ .box:after,
  25190. .ui.checkbox input[disabled] ~ label {
  25191. cursor: default !important;
  25192. opacity: 0.5;
  25193. color: #000000;
  25194. }
  25195. /*--------------
  25196. Hidden
  25197. ---------------*/
  25198. /* Initialized checkbox moves input below element
  25199. to prevent manually triggering */
  25200. .ui.checkbox input.hidden {
  25201. z-index: -1;
  25202. }
  25203. /* Selectable Label */
  25204. .ui.checkbox input.hidden + label {
  25205. cursor: pointer;
  25206. -webkit-user-select: none;
  25207. -moz-user-select: none;
  25208. -ms-user-select: none;
  25209. user-select: none;
  25210. }
  25211. /*******************************
  25212. Types
  25213. *******************************/
  25214. /*--------------
  25215. Radio
  25216. ---------------*/
  25217. .ui.radio.checkbox {
  25218. min-height: 15px;
  25219. }
  25220. .ui.radio.checkbox .box,
  25221. .ui.radio.checkbox label {
  25222. padding-left: 1.85714em;
  25223. }
  25224. /* Box */
  25225. .ui.radio.checkbox .box:before,
  25226. .ui.radio.checkbox label:before {
  25227. content: '';
  25228. -webkit-transform: none;
  25229. transform: none;
  25230. width: 15px;
  25231. height: 15px;
  25232. border-radius: 500rem;
  25233. top: 1px;
  25234. left: 0px;
  25235. }
  25236. /* Bullet */
  25237. .ui.radio.checkbox .box:after,
  25238. .ui.radio.checkbox label:after {
  25239. border: none;
  25240. content: '' !important;
  25241. width: 15px;
  25242. height: 15px;
  25243. line-height: 15px;
  25244. }
  25245. /* Radio Checkbox */
  25246. .ui.radio.checkbox .box:after,
  25247. .ui.radio.checkbox label:after {
  25248. top: 1px;
  25249. left: 0px;
  25250. width: 15px;
  25251. height: 15px;
  25252. border-radius: 500rem;
  25253. -webkit-transform: scale(0.46666667);
  25254. transform: scale(0.46666667);
  25255. background-color: rgba(0, 0, 0, 0.87);
  25256. }
  25257. /* Focus */
  25258. .ui.radio.checkbox input:focus ~ .box:before,
  25259. .ui.radio.checkbox input:focus ~ label:before {
  25260. background-color: #FFFFFF;
  25261. }
  25262. .ui.radio.checkbox input:focus ~ .box:after,
  25263. .ui.radio.checkbox input:focus ~ label:after {
  25264. background-color: rgba(0, 0, 0, 0.95);
  25265. }
  25266. /* Indeterminate */
  25267. .ui.radio.checkbox input:indeterminate ~ .box:after,
  25268. .ui.radio.checkbox input:indeterminate ~ label:after {
  25269. opacity: 0;
  25270. }
  25271. /* Active */
  25272. .ui.radio.checkbox input:checked ~ .box:before,
  25273. .ui.radio.checkbox input:checked ~ label:before {
  25274. background-color: #FFFFFF;
  25275. }
  25276. .ui.radio.checkbox input:checked ~ .box:after,
  25277. .ui.radio.checkbox input:checked ~ label:after {
  25278. background-color: rgba(0, 0, 0, 0.95);
  25279. }
  25280. /* Active Focus */
  25281. .ui.radio.checkbox input:focus:checked ~ .box:before,
  25282. .ui.radio.checkbox input:focus:checked ~ label:before {
  25283. background-color: #FFFFFF;
  25284. }
  25285. .ui.radio.checkbox input:focus:checked ~ .box:after,
  25286. .ui.radio.checkbox input:focus:checked ~ label:after {
  25287. background-color: rgba(0, 0, 0, 0.95);
  25288. }
  25289. /*--------------
  25290. Slider
  25291. ---------------*/
  25292. .ui.slider.checkbox {
  25293. min-height: 1.25rem;
  25294. }
  25295. /* Input */
  25296. .ui.slider.checkbox input {
  25297. width: 3.5rem;
  25298. height: 1.25rem;
  25299. }
  25300. /* Label */
  25301. .ui.slider.checkbox .box,
  25302. .ui.slider.checkbox label {
  25303. padding-left: 4.5rem;
  25304. line-height: 1rem;
  25305. color: rgba(0, 0, 0, 0.4);
  25306. }
  25307. /* Line */
  25308. .ui.slider.checkbox .box:before,
  25309. .ui.slider.checkbox label:before {
  25310. display: block;
  25311. position: absolute;
  25312. content: '';
  25313. border: none !important;
  25314. left: 0em;
  25315. z-index: 1;
  25316. top: 0.4rem;
  25317. background-color: rgba(0, 0, 0, 0.05);
  25318. width: 3.5rem;
  25319. height: 0.21428571rem;
  25320. -webkit-transform: none;
  25321. transform: none;
  25322. border-radius: 500rem;
  25323. -webkit-transition: background 0.3s ease;
  25324. transition: background 0.3s ease;
  25325. }
  25326. /* Handle */
  25327. .ui.slider.checkbox .box:after,
  25328. .ui.slider.checkbox label:after {
  25329. background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  25330. background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  25331. background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  25332. position: absolute;
  25333. content: '' !important;
  25334. opacity: 1;
  25335. z-index: 2;
  25336. border: none;
  25337. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25338. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25339. width: 1.5rem;
  25340. height: 1.5rem;
  25341. top: -0.25rem;
  25342. left: 0em;
  25343. -webkit-transform: none;
  25344. transform: none;
  25345. border-radius: 500rem;
  25346. -webkit-transition: left 0.3s ease;
  25347. transition: left 0.3s ease;
  25348. }
  25349. /* Focus */
  25350. .ui.slider.checkbox input:focus ~ .box:before,
  25351. .ui.slider.checkbox input:focus ~ label:before {
  25352. background-color: rgba(0, 0, 0, 0.15);
  25353. border: none;
  25354. }
  25355. /* Hover */
  25356. .ui.slider.checkbox .box:hover,
  25357. .ui.slider.checkbox label:hover {
  25358. color: rgba(0, 0, 0, 0.8);
  25359. }
  25360. .ui.slider.checkbox .box:hover::before,
  25361. .ui.slider.checkbox label:hover::before {
  25362. background: rgba(0, 0, 0, 0.15);
  25363. }
  25364. /* Active */
  25365. .ui.slider.checkbox input:checked ~ .box,
  25366. .ui.slider.checkbox input:checked ~ label {
  25367. color: rgba(0, 0, 0, 0.95) !important;
  25368. }
  25369. .ui.slider.checkbox input:checked ~ .box:before,
  25370. .ui.slider.checkbox input:checked ~ label:before {
  25371. background-color: #545454 !important;
  25372. }
  25373. .ui.slider.checkbox input:checked ~ .box:after,
  25374. .ui.slider.checkbox input:checked ~ label:after {
  25375. left: 2rem;
  25376. }
  25377. /* Active Focus */
  25378. .ui.slider.checkbox input:focus:checked ~ .box,
  25379. .ui.slider.checkbox input:focus:checked ~ label {
  25380. color: rgba(0, 0, 0, 0.95) !important;
  25381. }
  25382. .ui.slider.checkbox input:focus:checked ~ .box:before,
  25383. .ui.slider.checkbox input:focus:checked ~ label:before {
  25384. background-color: #000000 !important;
  25385. }
  25386. /*--------------
  25387. Toggle
  25388. ---------------*/
  25389. .ui.toggle.checkbox {
  25390. min-height: 1.5rem;
  25391. }
  25392. /* Input */
  25393. .ui.toggle.checkbox input {
  25394. width: 3.5rem;
  25395. height: 1.5rem;
  25396. }
  25397. /* Label */
  25398. .ui.toggle.checkbox .box,
  25399. .ui.toggle.checkbox label {
  25400. min-height: 1.5rem;
  25401. padding-left: 4.5rem;
  25402. color: rgba(0, 0, 0, 0.87);
  25403. }
  25404. .ui.toggle.checkbox label {
  25405. padding-top: 0.15em;
  25406. }
  25407. /* Switch */
  25408. .ui.toggle.checkbox .box:before,
  25409. .ui.toggle.checkbox label:before {
  25410. display: block;
  25411. position: absolute;
  25412. content: '';
  25413. z-index: 1;
  25414. -webkit-transform: none;
  25415. transform: none;
  25416. border: none;
  25417. top: 0rem;
  25418. background: rgba(0, 0, 0, 0.05);
  25419. -webkit-box-shadow: none;
  25420. box-shadow: none;
  25421. width: 3.5rem;
  25422. height: 1.5rem;
  25423. border-radius: 500rem;
  25424. }
  25425. /* Handle */
  25426. .ui.toggle.checkbox .box:after,
  25427. .ui.toggle.checkbox label:after {
  25428. background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  25429. background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  25430. background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  25431. position: absolute;
  25432. content: '' !important;
  25433. opacity: 1;
  25434. z-index: 2;
  25435. border: none;
  25436. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25437. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25438. width: 1.5rem;
  25439. height: 1.5rem;
  25440. top: 0rem;
  25441. left: 0em;
  25442. border-radius: 500rem;
  25443. -webkit-transition: background 0.3s ease, left 0.3s ease;
  25444. transition: background 0.3s ease, left 0.3s ease;
  25445. }
  25446. .ui.toggle.checkbox input ~ .box:after,
  25447. .ui.toggle.checkbox input ~ label:after {
  25448. left: -0.05rem;
  25449. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25450. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25451. }
  25452. /* Focus */
  25453. .ui.toggle.checkbox input:focus ~ .box:before,
  25454. .ui.toggle.checkbox input:focus ~ label:before {
  25455. background-color: rgba(0, 0, 0, 0.15);
  25456. border: none;
  25457. }
  25458. /* Hover */
  25459. .ui.toggle.checkbox .box:hover::before,
  25460. .ui.toggle.checkbox label:hover::before {
  25461. background-color: rgba(0, 0, 0, 0.15);
  25462. border: none;
  25463. }
  25464. /* Active */
  25465. .ui.toggle.checkbox input:checked ~ .box,
  25466. .ui.toggle.checkbox input:checked ~ label {
  25467. color: rgba(0, 0, 0, 0.95) !important;
  25468. }
  25469. .ui.toggle.checkbox input:checked ~ .box:before,
  25470. .ui.toggle.checkbox input:checked ~ label:before {
  25471. background-color: #2185D0 !important;
  25472. }
  25473. .ui.toggle.checkbox input:checked ~ .box:after,
  25474. .ui.toggle.checkbox input:checked ~ label:after {
  25475. left: 2.15rem;
  25476. -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25477. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  25478. }
  25479. /* Active Focus */
  25480. .ui.toggle.checkbox input:focus:checked ~ .box,
  25481. .ui.toggle.checkbox input:focus:checked ~ label {
  25482. color: rgba(0, 0, 0, 0.95) !important;
  25483. }
  25484. .ui.toggle.checkbox input:focus:checked ~ .box:before,
  25485. .ui.toggle.checkbox input:focus:checked ~ label:before {
  25486. background-color: #0d71bb !important;
  25487. }
  25488. /*******************************
  25489. Variations
  25490. *******************************/
  25491. /*--------------
  25492. Fitted
  25493. ---------------*/
  25494. .ui.fitted.checkbox .box,
  25495. .ui.fitted.checkbox label {
  25496. padding-left: 0em !important;
  25497. }
  25498. .ui.fitted.toggle.checkbox,
  25499. .ui.fitted.toggle.checkbox {
  25500. width: 3.5rem;
  25501. }
  25502. .ui.fitted.slider.checkbox,
  25503. .ui.fitted.slider.checkbox {
  25504. width: 3.5rem;
  25505. }
  25506. /*******************************
  25507. Theme Overrides
  25508. *******************************/
  25509. @font-face {
  25510. font-family: 'Checkbox';
  25511. src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
  25512. }
  25513. /* Checkmark */
  25514. .ui.checkbox label:after,
  25515. .ui.checkbox .box:after {
  25516. font-family: 'Checkbox';
  25517. }
  25518. /* Checked */
  25519. .ui.checkbox input:checked ~ .box:after,
  25520. .ui.checkbox input:checked ~ label:after {
  25521. content: '\e800';
  25522. }
  25523. /* Indeterminate */
  25524. .ui.checkbox input:indeterminate ~ .box:after,
  25525. .ui.checkbox input:indeterminate ~ label:after {
  25526. font-size: 12px;
  25527. content: '\e801';
  25528. }
  25529. /* UTF Reference
  25530. .check:before { content: '\e800'; }
  25531. .dash:before { content: '\e801'; }
  25532. .plus:before { content: '\e802'; }
  25533. */
  25534. /*******************************
  25535. Site Overrides
  25536. *******************************/
  25537. /*!
  25538. * # Semantic UI 2.4.0 - Dimmer
  25539. * http://github.com/semantic-org/semantic-ui/
  25540. *
  25541. *
  25542. * Released under the MIT license
  25543. * http://opensource.org/licenses/MIT
  25544. *
  25545. */
  25546. /*******************************
  25547. Dimmer
  25548. *******************************/
  25549. .dimmable:not(body) {
  25550. position: relative;
  25551. }
  25552. .ui.dimmer {
  25553. display: none;
  25554. position: absolute;
  25555. top: 0em !important;
  25556. left: 0em !important;
  25557. width: 100%;
  25558. height: 100%;
  25559. text-align: center;
  25560. vertical-align: middle;
  25561. padding: 1em;
  25562. background-color: rgba(0, 0, 0, 0.85);
  25563. opacity: 0;
  25564. line-height: 1;
  25565. -webkit-animation-fill-mode: both;
  25566. animation-fill-mode: both;
  25567. -webkit-animation-duration: 0.5s;
  25568. animation-duration: 0.5s;
  25569. -webkit-transition: background-color 0.5s linear;
  25570. transition: background-color 0.5s linear;
  25571. -webkit-box-orient: vertical;
  25572. -webkit-box-direction: normal;
  25573. -ms-flex-direction: column;
  25574. flex-direction: column;
  25575. -webkit-box-align: center;
  25576. -ms-flex-align: center;
  25577. align-items: center;
  25578. -webkit-box-pack: center;
  25579. -ms-flex-pack: center;
  25580. justify-content: center;
  25581. -webkit-user-select: none;
  25582. -moz-user-select: none;
  25583. -ms-user-select: none;
  25584. user-select: none;
  25585. will-change: opacity;
  25586. z-index: 1000;
  25587. }
  25588. /* Dimmer Content */
  25589. .ui.dimmer > .content {
  25590. -webkit-user-select: text;
  25591. -moz-user-select: text;
  25592. -ms-user-select: text;
  25593. user-select: text;
  25594. color: #FFFFFF;
  25595. }
  25596. /* Loose Coupling */
  25597. .ui.segment > .ui.dimmer {
  25598. border-radius: inherit !important;
  25599. }
  25600. /* Scrollbars */
  25601. .ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
  25602. background: rgba(255, 255, 255, 0.1);
  25603. }
  25604. .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
  25605. background: rgba(255, 255, 255, 0.25);
  25606. }
  25607. .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
  25608. background: rgba(255, 255, 255, 0.15);
  25609. }
  25610. .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
  25611. background: rgba(255, 255, 255, 0.35);
  25612. }
  25613. /*******************************
  25614. States
  25615. *******************************/
  25616. /* Animating */
  25617. .animating.dimmable:not(body),
  25618. .dimmed.dimmable:not(body) {
  25619. overflow: hidden;
  25620. }
  25621. /* Animating / Active / Visible */
  25622. .dimmed.dimmable > .ui.animating.dimmer,
  25623. .dimmed.dimmable > .ui.visible.dimmer,
  25624. .ui.active.dimmer {
  25625. display: -webkit-box;
  25626. display: -ms-flexbox;
  25627. display: flex;
  25628. opacity: 1;
  25629. }
  25630. /* Disabled */
  25631. .ui.disabled.dimmer {
  25632. width: 0 !important;
  25633. height: 0 !important;
  25634. }
  25635. /*******************************
  25636. Variations
  25637. *******************************/
  25638. /*--------------
  25639. Legacy
  25640. ---------------*/
  25641. /* Animating / Active / Visible */
  25642. .dimmed.dimmable > .ui.animating.legacy.dimmer,
  25643. .dimmed.dimmable > .ui.visible.legacy.dimmer,
  25644. .ui.active.legacy.dimmer {
  25645. display: block;
  25646. }
  25647. /*--------------
  25648. Alignment
  25649. ---------------*/
  25650. .ui[class*="top aligned"].dimmer {
  25651. -webkit-box-pack: start;
  25652. -ms-flex-pack: start;
  25653. justify-content: flex-start;
  25654. }
  25655. .ui[class*="bottom aligned"].dimmer {
  25656. -webkit-box-pack: end;
  25657. -ms-flex-pack: end;
  25658. justify-content: flex-end;
  25659. }
  25660. /*--------------
  25661. Page
  25662. ---------------*/
  25663. .ui.page.dimmer {
  25664. position: fixed;
  25665. -webkit-transform-style: '';
  25666. transform-style: '';
  25667. -webkit-perspective: 2000px;
  25668. perspective: 2000px;
  25669. -webkit-transform-origin: center center;
  25670. transform-origin: center center;
  25671. }
  25672. body.animating.in.dimmable,
  25673. body.dimmed.dimmable {
  25674. overflow: hidden;
  25675. }
  25676. body.dimmable > .dimmer {
  25677. position: fixed;
  25678. }
  25679. /*--------------
  25680. Blurring
  25681. ---------------*/
  25682. .blurring.dimmable > :not(.dimmer) {
  25683. -webkit-filter: blur(0px) grayscale(0);
  25684. filter: blur(0px) grayscale(0);
  25685. -webkit-transition: 800ms -webkit-filter ease;
  25686. transition: 800ms -webkit-filter ease;
  25687. transition: 800ms filter ease;
  25688. transition: 800ms filter ease, 800ms -webkit-filter ease;
  25689. }
  25690. .blurring.dimmed.dimmable > :not(.dimmer) {
  25691. -webkit-filter: blur(5px) grayscale(0.7);
  25692. filter: blur(5px) grayscale(0.7);
  25693. }
  25694. /* Dimmer Color */
  25695. .blurring.dimmable > .dimmer {
  25696. background-color: rgba(0, 0, 0, 0.6);
  25697. }
  25698. .blurring.dimmable > .inverted.dimmer {
  25699. background-color: rgba(255, 255, 255, 0.6);
  25700. }
  25701. /*--------------
  25702. Aligned
  25703. ---------------*/
  25704. .ui.dimmer > .top.aligned.content > * {
  25705. vertical-align: top;
  25706. }
  25707. .ui.dimmer > .bottom.aligned.content > * {
  25708. vertical-align: bottom;
  25709. }
  25710. /*--------------
  25711. Inverted
  25712. ---------------*/
  25713. .ui.inverted.dimmer {
  25714. background-color: rgba(255, 255, 255, 0.85);
  25715. }
  25716. .ui.inverted.dimmer > .content > * {
  25717. color: #FFFFFF;
  25718. }
  25719. /*--------------
  25720. Simple
  25721. ---------------*/
  25722. /* Displays without javascript */
  25723. .ui.simple.dimmer {
  25724. display: block;
  25725. overflow: hidden;
  25726. opacity: 1;
  25727. width: 0%;
  25728. height: 0%;
  25729. z-index: -100;
  25730. background-color: rgba(0, 0, 0, 0);
  25731. }
  25732. .dimmed.dimmable > .ui.simple.dimmer {
  25733. overflow: visible;
  25734. opacity: 1;
  25735. width: 100%;
  25736. height: 100%;
  25737. background-color: rgba(0, 0, 0, 0.85);
  25738. z-index: 1;
  25739. }
  25740. .ui.simple.inverted.dimmer {
  25741. background-color: rgba(255, 255, 255, 0);
  25742. }
  25743. .dimmed.dimmable > .ui.simple.inverted.dimmer {
  25744. background-color: rgba(255, 255, 255, 0.85);
  25745. }
  25746. /*******************************
  25747. Theme Overrides
  25748. *******************************/
  25749. /*******************************
  25750. User Overrides
  25751. *******************************/
  25752. /*!
  25753. * # Semantic UI 2.4.0 - Dropdown
  25754. * http://github.com/semantic-org/semantic-ui/
  25755. *
  25756. *
  25757. * Released under the MIT license
  25758. * http://opensource.org/licenses/MIT
  25759. *
  25760. */
  25761. /*******************************
  25762. Dropdown
  25763. *******************************/
  25764. .ui.dropdown {
  25765. cursor: pointer;
  25766. position: relative;
  25767. display: inline-block;
  25768. outline: none;
  25769. text-align: left;
  25770. -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  25771. transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  25772. transition: box-shadow 0.1s ease, width 0.1s ease;
  25773. transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  25774. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  25775. }
  25776. /*******************************
  25777. Content
  25778. *******************************/
  25779. /*--------------
  25780. Menu
  25781. ---------------*/
  25782. .ui.dropdown .menu {
  25783. cursor: auto;
  25784. position: absolute;
  25785. display: none;
  25786. outline: none;
  25787. top: 100%;
  25788. min-width: -webkit-max-content;
  25789. min-width: -moz-max-content;
  25790. min-width: max-content;
  25791. margin: 0em;
  25792. padding: 0em 0em;
  25793. background: #FFFFFF;
  25794. font-size: 1em;
  25795. text-shadow: none;
  25796. text-align: left;
  25797. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  25798. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  25799. border: 1px solid rgba(34, 36, 38, 0.15);
  25800. border-radius: 0.28571429rem;
  25801. -webkit-transition: opacity 0.1s ease;
  25802. transition: opacity 0.1s ease;
  25803. z-index: 11;
  25804. will-change: transform, opacity;
  25805. }
  25806. .ui.dropdown .menu > * {
  25807. white-space: nowrap;
  25808. }
  25809. /*--------------
  25810. Hidden Input
  25811. ---------------*/
  25812. .ui.dropdown > input:not(.search):first-child,
  25813. .ui.dropdown > select {
  25814. display: none !important;
  25815. }
  25816. /*--------------
  25817. Dropdown Icon
  25818. ---------------*/
  25819. .ui.dropdown > .dropdown.icon {
  25820. position: relative;
  25821. width: auto;
  25822. font-size: 0.85714286em;
  25823. margin: 0em 0em 0em 1em;
  25824. }
  25825. .ui.dropdown .menu > .item .dropdown.icon {
  25826. width: auto;
  25827. float: right;
  25828. margin: 0em 0em 0em 1em;
  25829. }
  25830. .ui.dropdown .menu > .item .dropdown.icon + .text {
  25831. margin-right: 1em;
  25832. }
  25833. /*--------------
  25834. Text
  25835. ---------------*/
  25836. .ui.dropdown > .text {
  25837. display: inline-block;
  25838. -webkit-transition: none;
  25839. transition: none;
  25840. }
  25841. /*--------------
  25842. Menu Item
  25843. ---------------*/
  25844. .ui.dropdown .menu > .item {
  25845. position: relative;
  25846. cursor: pointer;
  25847. display: block;
  25848. border: none;
  25849. height: auto;
  25850. text-align: left;
  25851. border-top: none;
  25852. line-height: 1em;
  25853. color: rgba(0, 0, 0, 0.87);
  25854. padding: 0.78571429rem 1.14285714rem !important;
  25855. font-size: 1rem;
  25856. text-transform: none;
  25857. font-weight: normal;
  25858. -webkit-box-shadow: none;
  25859. box-shadow: none;
  25860. -webkit-touch-callout: none;
  25861. }
  25862. .ui.dropdown .menu > .item:first-child {
  25863. border-top-width: 0px;
  25864. }
  25865. /*--------------
  25866. Floated Content
  25867. ---------------*/
  25868. .ui.dropdown > .text > [class*="right floated"],
  25869. .ui.dropdown .menu .item > [class*="right floated"] {
  25870. float: right !important;
  25871. margin-right: 0em !important;
  25872. margin-left: 1em !important;
  25873. }
  25874. .ui.dropdown > .text > [class*="left floated"],
  25875. .ui.dropdown .menu .item > [class*="left floated"] {
  25876. float: left !important;
  25877. margin-left: 0em !important;
  25878. margin-right: 1em !important;
  25879. }
  25880. .ui.dropdown .menu .item > .icon.floated,
  25881. .ui.dropdown .menu .item > .flag.floated,
  25882. .ui.dropdown .menu .item > .image.floated,
  25883. .ui.dropdown .menu .item > img.floated {
  25884. margin-top: 0em;
  25885. }
  25886. /*--------------
  25887. Menu Divider
  25888. ---------------*/
  25889. .ui.dropdown .menu > .header {
  25890. margin: 1rem 0rem 0.75rem;
  25891. padding: 0em 1.14285714rem;
  25892. color: rgba(0, 0, 0, 0.85);
  25893. font-size: 0.78571429em;
  25894. font-weight: bold;
  25895. text-transform: uppercase;
  25896. }
  25897. .ui.dropdown .menu > .divider {
  25898. border-top: 1px solid rgba(34, 36, 38, 0.1);
  25899. height: 0em;
  25900. margin: 0.5em 0em;
  25901. }
  25902. .ui.dropdown.dropdown .menu > .input {
  25903. width: auto;
  25904. display: -webkit-box;
  25905. display: -ms-flexbox;
  25906. display: flex;
  25907. margin: 1.14285714rem 0.78571429rem;
  25908. min-width: 10rem;
  25909. }
  25910. .ui.dropdown .menu > .header + .input {
  25911. margin-top: 0em;
  25912. }
  25913. .ui.dropdown .menu > .input:not(.transparent) input {
  25914. padding: 0.5em 1em;
  25915. }
  25916. .ui.dropdown .menu > .input:not(.transparent) .button,
  25917. .ui.dropdown .menu > .input:not(.transparent) .icon,
  25918. .ui.dropdown .menu > .input:not(.transparent) .label {
  25919. padding-top: 0.5em;
  25920. padding-bottom: 0.5em;
  25921. }
  25922. /*-----------------
  25923. Item Description
  25924. -------------------*/
  25925. .ui.dropdown > .text > .description,
  25926. .ui.dropdown .menu > .item > .description {
  25927. float: right;
  25928. margin: 0em 0em 0em 1em;
  25929. color: rgba(0, 0, 0, 0.4);
  25930. }
  25931. /*-----------------
  25932. Message
  25933. -------------------*/
  25934. .ui.dropdown .menu > .message {
  25935. padding: 0.78571429rem 1.14285714rem;
  25936. font-weight: normal;
  25937. }
  25938. .ui.dropdown .menu > .message:not(.ui) {
  25939. color: rgba(0, 0, 0, 0.4);
  25940. }
  25941. /*--------------
  25942. Sub Menu
  25943. ---------------*/
  25944. .ui.dropdown .menu .menu {
  25945. top: 0% !important;
  25946. left: 100%;
  25947. right: auto;
  25948. margin: 0em 0em 0em -0.5em !important;
  25949. border-radius: 0.28571429rem !important;
  25950. z-index: 21 !important;
  25951. }
  25952. /* Hide Arrow */
  25953. .ui.dropdown .menu .menu:after {
  25954. display: none;
  25955. }
  25956. /*--------------
  25957. Sub Elements
  25958. ---------------*/
  25959. /* Icons / Flags / Labels / Image */
  25960. .ui.dropdown > .text > .icon,
  25961. .ui.dropdown > .text > .label,
  25962. .ui.dropdown > .text > .flag,
  25963. .ui.dropdown > .text > img,
  25964. .ui.dropdown > .text > .image {
  25965. margin-top: 0em;
  25966. }
  25967. .ui.dropdown .menu > .item > .icon,
  25968. .ui.dropdown .menu > .item > .label,
  25969. .ui.dropdown .menu > .item > .flag,
  25970. .ui.dropdown .menu > .item > .image,
  25971. .ui.dropdown .menu > .item > img {
  25972. margin-top: 0em;
  25973. }
  25974. .ui.dropdown > .text > .icon,
  25975. .ui.dropdown > .text > .label,
  25976. .ui.dropdown > .text > .flag,
  25977. .ui.dropdown > .text > img,
  25978. .ui.dropdown > .text > .image,
  25979. .ui.dropdown .menu > .item > .icon,
  25980. .ui.dropdown .menu > .item > .label,
  25981. .ui.dropdown .menu > .item > .flag,
  25982. .ui.dropdown .menu > .item > .image,
  25983. .ui.dropdown .menu > .item > img {
  25984. margin-left: 0em;
  25985. float: none;
  25986. margin-right: 0.78571429rem;
  25987. }
  25988. /*--------------
  25989. Image
  25990. ---------------*/
  25991. .ui.dropdown > .text > img,
  25992. .ui.dropdown > .text > .image,
  25993. .ui.dropdown .menu > .item > .image,
  25994. .ui.dropdown .menu > .item > img {
  25995. display: inline-block;
  25996. vertical-align: top;
  25997. width: auto;
  25998. margin-top: -0.5em;
  25999. margin-bottom: -0.5em;
  26000. max-height: 2em;
  26001. }
  26002. /*******************************
  26003. Coupling
  26004. *******************************/
  26005. /*--------------
  26006. Menu
  26007. ---------------*/
  26008. /* Remove Menu Item Divider */
  26009. .ui.dropdown .ui.menu > .item:before,
  26010. .ui.menu .ui.dropdown .menu > .item:before {
  26011. display: none;
  26012. }
  26013. /* Prevent Menu Item Border */
  26014. .ui.menu .ui.dropdown .menu .active.item {
  26015. border-left: none;
  26016. }
  26017. /* Automatically float dropdown menu right on last menu item */
  26018. .ui.menu .right.menu .dropdown:last-child .menu,
  26019. .ui.menu .right.dropdown.item .menu,
  26020. .ui.buttons > .ui.dropdown:last-child .menu {
  26021. left: auto;
  26022. right: 0em;
  26023. }
  26024. /*--------------
  26025. Label
  26026. ---------------*/
  26027. /* Dropdown Menu */
  26028. .ui.label.dropdown .menu {
  26029. min-width: 100%;
  26030. }
  26031. /*--------------
  26032. Button
  26033. ---------------*/
  26034. /* No Margin On Icon Button */
  26035. .ui.dropdown.icon.button > .dropdown.icon {
  26036. margin: 0em;
  26037. }
  26038. .ui.button.dropdown .menu {
  26039. min-width: 100%;
  26040. }
  26041. /*******************************
  26042. Types
  26043. *******************************/
  26044. /*--------------
  26045. Selection
  26046. ---------------*/
  26047. /* Displays like a select box */
  26048. .ui.selection.dropdown {
  26049. cursor: pointer;
  26050. word-wrap: break-word;
  26051. line-height: 1em;
  26052. white-space: normal;
  26053. outline: 0;
  26054. -webkit-transform: rotateZ(0deg);
  26055. transform: rotateZ(0deg);
  26056. min-width: 14em;
  26057. min-height: 2.71428571em;
  26058. background: #FFFFFF;
  26059. display: inline-block;
  26060. padding: 0.78571429em 2.1em 0.78571429em 1em;
  26061. color: rgba(0, 0, 0, 0.87);
  26062. -webkit-box-shadow: none;
  26063. box-shadow: none;
  26064. border: 1px solid rgba(34, 36, 38, 0.15);
  26065. border-radius: 0.28571429rem;
  26066. -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  26067. transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  26068. transition: box-shadow 0.1s ease, width 0.1s ease;
  26069. transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  26070. }
  26071. .ui.selection.dropdown.visible,
  26072. .ui.selection.dropdown.active {
  26073. z-index: 10;
  26074. }
  26075. select.ui.dropdown {
  26076. height: 38px;
  26077. padding: 0.5em;
  26078. border: 1px solid rgba(34, 36, 38, 0.15);
  26079. visibility: visible;
  26080. }
  26081. .ui.selection.dropdown > .search.icon,
  26082. .ui.selection.dropdown > .delete.icon,
  26083. .ui.selection.dropdown > .dropdown.icon {
  26084. cursor: pointer;
  26085. position: absolute;
  26086. width: auto;
  26087. height: auto;
  26088. line-height: 1.21428571em;
  26089. top: 0.78571429em;
  26090. right: 1em;
  26091. z-index: 3;
  26092. margin: -0.78571429em;
  26093. padding: 0.91666667em;
  26094. opacity: 0.8;
  26095. -webkit-transition: opacity 0.1s ease;
  26096. transition: opacity 0.1s ease;
  26097. }
  26098. /* Compact */
  26099. .ui.compact.selection.dropdown {
  26100. min-width: 0px;
  26101. }
  26102. /* Selection Menu */
  26103. .ui.selection.dropdown .menu {
  26104. overflow-x: hidden;
  26105. overflow-y: auto;
  26106. -webkit-backface-visibility: hidden;
  26107. backface-visibility: hidden;
  26108. -webkit-overflow-scrolling: touch;
  26109. border-top-width: 0px !important;
  26110. width: auto;
  26111. outline: none;
  26112. margin: 0px -1px;
  26113. min-width: calc(100% + 2px );
  26114. width: calc(100% + 2px );
  26115. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  26116. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26117. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26118. -webkit-transition: opacity 0.1s ease;
  26119. transition: opacity 0.1s ease;
  26120. }
  26121. .ui.selection.dropdown .menu:after,
  26122. .ui.selection.dropdown .menu:before {
  26123. display: none;
  26124. }
  26125. /*--------------
  26126. Message
  26127. ---------------*/
  26128. .ui.selection.dropdown .menu > .message {
  26129. padding: 0.78571429rem 1.14285714rem;
  26130. }
  26131. @media only screen and (max-width: 767px) {
  26132. .ui.selection.dropdown .menu {
  26133. max-height: 8.01428571rem;
  26134. }
  26135. }
  26136. @media only screen and (min-width: 768px) {
  26137. .ui.selection.dropdown .menu {
  26138. max-height: 10.68571429rem;
  26139. }
  26140. }
  26141. @media only screen and (min-width: 992px) {
  26142. .ui.selection.dropdown .menu {
  26143. max-height: 16.02857143rem;
  26144. }
  26145. }
  26146. @media only screen and (min-width: 1920px) {
  26147. .ui.selection.dropdown .menu {
  26148. max-height: 21.37142857rem;
  26149. }
  26150. }
  26151. /* Menu Item */
  26152. .ui.selection.dropdown .menu > .item {
  26153. border-top: 1px solid #FAFAFA;
  26154. padding: 0.78571429rem 1.14285714rem !important;
  26155. white-space: normal;
  26156. word-wrap: normal;
  26157. }
  26158. /* User Item */
  26159. .ui.selection.dropdown .menu > .hidden.addition.item {
  26160. display: none;
  26161. }
  26162. /* Hover */
  26163. .ui.selection.dropdown:hover {
  26164. border-color: rgba(34, 36, 38, 0.35);
  26165. -webkit-box-shadow: none;
  26166. box-shadow: none;
  26167. }
  26168. /* Active */
  26169. .ui.selection.active.dropdown {
  26170. border-color: #96C8DA;
  26171. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26172. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26173. }
  26174. .ui.selection.active.dropdown .menu {
  26175. border-color: #96C8DA;
  26176. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26177. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26178. }
  26179. /* Focus */
  26180. .ui.selection.dropdown:focus {
  26181. border-color: #96C8DA;
  26182. -webkit-box-shadow: none;
  26183. box-shadow: none;
  26184. }
  26185. .ui.selection.dropdown:focus .menu {
  26186. border-color: #96C8DA;
  26187. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26188. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26189. }
  26190. /* Visible */
  26191. .ui.selection.visible.dropdown > .text:not(.default) {
  26192. font-weight: normal;
  26193. color: rgba(0, 0, 0, 0.8);
  26194. }
  26195. /* Visible Hover */
  26196. .ui.selection.active.dropdown:hover {
  26197. border-color: #96C8DA;
  26198. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26199. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26200. }
  26201. .ui.selection.active.dropdown:hover .menu {
  26202. border-color: #96C8DA;
  26203. -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26204. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  26205. }
  26206. /* Dropdown Icon */
  26207. .ui.active.selection.dropdown > .dropdown.icon,
  26208. .ui.visible.selection.dropdown > .dropdown.icon {
  26209. opacity: '';
  26210. z-index: 3;
  26211. }
  26212. /* Connecting Border */
  26213. .ui.active.selection.dropdown {
  26214. border-bottom-left-radius: 0em !important;
  26215. border-bottom-right-radius: 0em !important;
  26216. }
  26217. /* Empty Connecting Border */
  26218. .ui.active.empty.selection.dropdown {
  26219. border-radius: 0.28571429rem !important;
  26220. -webkit-box-shadow: none !important;
  26221. box-shadow: none !important;
  26222. }
  26223. .ui.active.empty.selection.dropdown .menu {
  26224. border: none !important;
  26225. -webkit-box-shadow: none !important;
  26226. box-shadow: none !important;
  26227. }
  26228. /*--------------
  26229. Searchable
  26230. ---------------*/
  26231. /* Search Selection */
  26232. .ui.search.dropdown {
  26233. min-width: '';
  26234. }
  26235. /* Search Dropdown */
  26236. .ui.search.dropdown > input.search {
  26237. background: none transparent !important;
  26238. border: none !important;
  26239. -webkit-box-shadow: none !important;
  26240. box-shadow: none !important;
  26241. cursor: text;
  26242. top: 0em;
  26243. left: 1px;
  26244. width: 100%;
  26245. outline: none;
  26246. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  26247. padding: inherit;
  26248. }
  26249. /* Text Layering */
  26250. .ui.search.dropdown > input.search {
  26251. position: absolute;
  26252. z-index: 2;
  26253. }
  26254. .ui.search.dropdown > .text {
  26255. cursor: text;
  26256. position: relative;
  26257. left: 1px;
  26258. z-index: 3;
  26259. }
  26260. /* Search Selection */
  26261. .ui.search.selection.dropdown > input.search {
  26262. line-height: 1.21428571em;
  26263. padding: 0.67857143em 2.1em 0.67857143em 1em;
  26264. }
  26265. /* Used to size multi select input to character width */
  26266. .ui.search.selection.dropdown > span.sizer {
  26267. line-height: 1.21428571em;
  26268. padding: 0.67857143em 2.1em 0.67857143em 1em;
  26269. display: none;
  26270. white-space: pre;
  26271. }
  26272. /* Active/Visible Search */
  26273. .ui.search.dropdown.active > input.search,
  26274. .ui.search.dropdown.visible > input.search {
  26275. cursor: auto;
  26276. }
  26277. .ui.search.dropdown.active > .text,
  26278. .ui.search.dropdown.visible > .text {
  26279. pointer-events: none;
  26280. }
  26281. /* Filtered Text */
  26282. .ui.active.search.dropdown input.search:focus + .text .icon,
  26283. .ui.active.search.dropdown input.search:focus + .text .flag {
  26284. opacity: 0.45;
  26285. }
  26286. .ui.active.search.dropdown input.search:focus + .text {
  26287. color: rgba(115, 115, 115, 0.87) !important;
  26288. }
  26289. /* Search Menu */
  26290. .ui.search.dropdown .menu {
  26291. overflow-x: hidden;
  26292. overflow-y: auto;
  26293. -webkit-backface-visibility: hidden;
  26294. backface-visibility: hidden;
  26295. -webkit-overflow-scrolling: touch;
  26296. }
  26297. @media only screen and (max-width: 767px) {
  26298. .ui.search.dropdown .menu {
  26299. max-height: 8.01428571rem;
  26300. }
  26301. }
  26302. @media only screen and (min-width: 768px) {
  26303. .ui.search.dropdown .menu {
  26304. max-height: 10.68571429rem;
  26305. }
  26306. }
  26307. @media only screen and (min-width: 992px) {
  26308. .ui.search.dropdown .menu {
  26309. max-height: 16.02857143rem;
  26310. }
  26311. }
  26312. @media only screen and (min-width: 1920px) {
  26313. .ui.search.dropdown .menu {
  26314. max-height: 21.37142857rem;
  26315. }
  26316. }
  26317. /*--------------
  26318. Multiple
  26319. ---------------*/
  26320. /* Multiple Selection */
  26321. .ui.multiple.dropdown {
  26322. padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
  26323. }
  26324. .ui.multiple.dropdown .menu {
  26325. cursor: auto;
  26326. }
  26327. /* Multiple Search Selection */
  26328. .ui.multiple.search.dropdown,
  26329. .ui.multiple.search.dropdown > input.search {
  26330. cursor: text;
  26331. }
  26332. /* Selection Label */
  26333. .ui.multiple.dropdown > .label {
  26334. -webkit-user-select: none;
  26335. -moz-user-select: none;
  26336. -ms-user-select: none;
  26337. user-select: none;
  26338. display: inline-block;
  26339. vertical-align: top;
  26340. white-space: normal;
  26341. font-size: 1em;
  26342. padding: 0.35714286em 0.78571429em;
  26343. margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  26344. -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  26345. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  26346. }
  26347. /* Dropdown Icon */
  26348. .ui.multiple.dropdown .dropdown.icon {
  26349. margin: '';
  26350. padding: '';
  26351. }
  26352. /* Text */
  26353. .ui.multiple.dropdown > .text {
  26354. position: static;
  26355. padding: 0;
  26356. max-width: 100%;
  26357. margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  26358. line-height: 1.21428571em;
  26359. }
  26360. .ui.multiple.dropdown > .label ~ input.search {
  26361. margin-left: 0.14285714em !important;
  26362. }
  26363. .ui.multiple.dropdown > .label ~ .text {
  26364. display: none;
  26365. }
  26366. /*-----------------
  26367. Multiple Search
  26368. -----------------*/
  26369. /* Prompt Text */
  26370. .ui.multiple.search.dropdown > .text {
  26371. display: inline-block;
  26372. position: absolute;
  26373. top: 0;
  26374. left: 0;
  26375. padding: inherit;
  26376. margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  26377. line-height: 1.21428571em;
  26378. }
  26379. .ui.multiple.search.dropdown > .label ~ .text {
  26380. display: none;
  26381. }
  26382. /* Search */
  26383. .ui.multiple.search.dropdown > input.search {
  26384. position: static;
  26385. padding: 0;
  26386. max-width: 100%;
  26387. margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  26388. width: 2.2em;
  26389. line-height: 1.21428571em;
  26390. }
  26391. /*--------------
  26392. Inline
  26393. ---------------*/
  26394. .ui.inline.dropdown {
  26395. cursor: pointer;
  26396. display: inline-block;
  26397. color: inherit;
  26398. }
  26399. .ui.inline.dropdown .dropdown.icon {
  26400. margin: 0em 0.21428571em 0em 0.21428571em;
  26401. vertical-align: baseline;
  26402. }
  26403. .ui.inline.dropdown > .text {
  26404. font-weight: bold;
  26405. }
  26406. .ui.inline.dropdown .menu {
  26407. cursor: auto;
  26408. margin-top: 0.21428571em;
  26409. border-radius: 0.28571429rem;
  26410. }
  26411. /*******************************
  26412. States
  26413. *******************************/
  26414. /*--------------------
  26415. Active
  26416. ----------------------*/
  26417. /* Menu Item Active */
  26418. .ui.dropdown .menu .active.item {
  26419. background: transparent;
  26420. font-weight: bold;
  26421. color: rgba(0, 0, 0, 0.95);
  26422. -webkit-box-shadow: none;
  26423. box-shadow: none;
  26424. z-index: 12;
  26425. }
  26426. /*--------------------
  26427. Hover
  26428. ----------------------*/
  26429. /* Menu Item Hover */
  26430. .ui.dropdown .menu > .item:hover {
  26431. background: rgba(0, 0, 0, 0.05);
  26432. color: rgba(0, 0, 0, 0.95);
  26433. z-index: 13;
  26434. }
  26435. /*--------------------
  26436. Loading
  26437. ---------------------*/
  26438. .ui.loading.dropdown > i.icon {
  26439. height: 1em !important;
  26440. }
  26441. .ui.loading.selection.dropdown > i.icon {
  26442. padding: 1.5em 1.28571429em !important;
  26443. }
  26444. .ui.loading.dropdown > i.icon:before {
  26445. position: absolute;
  26446. content: '';
  26447. top: 50%;
  26448. left: 50%;
  26449. margin: -0.64285714em 0em 0em -0.64285714em;
  26450. width: 1.28571429em;
  26451. height: 1.28571429em;
  26452. border-radius: 500rem;
  26453. border: 0.2em solid rgba(0, 0, 0, 0.1);
  26454. }
  26455. .ui.loading.dropdown > i.icon:after {
  26456. position: absolute;
  26457. content: '';
  26458. top: 50%;
  26459. left: 50%;
  26460. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  26461. box-shadow: 0px 0px 0px 1px transparent;
  26462. margin: -0.64285714em 0em 0em -0.64285714em;
  26463. width: 1.28571429em;
  26464. height: 1.28571429em;
  26465. -webkit-animation: dropdown-spin 0.6s linear;
  26466. animation: dropdown-spin 0.6s linear;
  26467. -webkit-animation-iteration-count: infinite;
  26468. animation-iteration-count: infinite;
  26469. border-radius: 500rem;
  26470. border-color: #767676 transparent transparent;
  26471. border-style: solid;
  26472. border-width: 0.2em;
  26473. }
  26474. /* Coupling */
  26475. .ui.loading.dropdown.button > i.icon:before,
  26476. .ui.loading.dropdown.button > i.icon:after {
  26477. display: none;
  26478. }
  26479. @-webkit-keyframes dropdown-spin {
  26480. from {
  26481. -webkit-transform: rotate(0deg);
  26482. transform: rotate(0deg);
  26483. }
  26484. to {
  26485. -webkit-transform: rotate(360deg);
  26486. transform: rotate(360deg);
  26487. }
  26488. }
  26489. @keyframes dropdown-spin {
  26490. from {
  26491. -webkit-transform: rotate(0deg);
  26492. transform: rotate(0deg);
  26493. }
  26494. to {
  26495. -webkit-transform: rotate(360deg);
  26496. transform: rotate(360deg);
  26497. }
  26498. }
  26499. /*--------------------
  26500. Default Text
  26501. ----------------------*/
  26502. .ui.dropdown:not(.button) > .default.text,
  26503. .ui.default.dropdown:not(.button) > .text {
  26504. color: rgba(191, 191, 191, 0.87);
  26505. }
  26506. .ui.dropdown:not(.button) > input:focus ~ .default.text,
  26507. .ui.default.dropdown:not(.button) > input:focus ~ .text {
  26508. color: rgba(115, 115, 115, 0.87);
  26509. }
  26510. /*--------------------
  26511. Loading
  26512. ----------------------*/
  26513. .ui.loading.dropdown > .text {
  26514. -webkit-transition: none;
  26515. transition: none;
  26516. }
  26517. /* Used To Check Position */
  26518. .ui.dropdown .loading.menu {
  26519. display: block;
  26520. visibility: hidden;
  26521. z-index: -1;
  26522. }
  26523. .ui.dropdown > .loading.menu {
  26524. left: 0px !important;
  26525. right: auto !important;
  26526. }
  26527. .ui.dropdown > .menu .loading.menu {
  26528. left: 100% !important;
  26529. right: auto !important;
  26530. }
  26531. /*--------------------
  26532. Keyboard Select
  26533. ----------------------*/
  26534. /* Selected Item */
  26535. .ui.dropdown.selected,
  26536. .ui.dropdown .menu .selected.item {
  26537. background: rgba(0, 0, 0, 0.03);
  26538. color: rgba(0, 0, 0, 0.95);
  26539. }
  26540. /*--------------------
  26541. Search Filtered
  26542. ----------------------*/
  26543. /* Filtered Item */
  26544. .ui.dropdown > .filtered.text {
  26545. visibility: hidden;
  26546. }
  26547. .ui.dropdown .filtered.item {
  26548. display: none !important;
  26549. }
  26550. /*--------------------
  26551. Error
  26552. ----------------------*/
  26553. .ui.dropdown.error,
  26554. .ui.dropdown.error > .text,
  26555. .ui.dropdown.error > .default.text {
  26556. color: #9F3A38;
  26557. }
  26558. .ui.selection.dropdown.error {
  26559. background: #FFF6F6;
  26560. border-color: #E0B4B4;
  26561. }
  26562. .ui.selection.dropdown.error:hover {
  26563. border-color: #E0B4B4;
  26564. }
  26565. .ui.dropdown.error > .menu,
  26566. .ui.dropdown.error > .menu .menu {
  26567. border-color: #E0B4B4;
  26568. }
  26569. .ui.dropdown.error > .menu > .item {
  26570. color: #9F3A38;
  26571. }
  26572. .ui.multiple.selection.error.dropdown > .label {
  26573. border-color: #E0B4B4;
  26574. }
  26575. /* Item Hover */
  26576. .ui.dropdown.error > .menu > .item:hover {
  26577. background-color: #FFF2F2;
  26578. }
  26579. /* Item Active */
  26580. .ui.dropdown.error > .menu .active.item {
  26581. background-color: #FDCFCF;
  26582. }
  26583. /*--------------------
  26584. Clear
  26585. ----------------------*/
  26586. .ui.dropdown > .clear.dropdown.icon {
  26587. opacity: 0.8;
  26588. -webkit-transition: opacity 0.1s ease;
  26589. transition: opacity 0.1s ease;
  26590. }
  26591. .ui.dropdown > .clear.dropdown.icon:hover {
  26592. opacity: 1;
  26593. }
  26594. /*--------------------
  26595. Disabled
  26596. ----------------------*/
  26597. /* Disabled */
  26598. .ui.disabled.dropdown,
  26599. .ui.dropdown .menu > .disabled.item {
  26600. cursor: default;
  26601. pointer-events: none;
  26602. opacity: 0.45;
  26603. }
  26604. /*******************************
  26605. Variations
  26606. *******************************/
  26607. /*--------------
  26608. Direction
  26609. ---------------*/
  26610. /* Flyout Direction */
  26611. .ui.dropdown .menu {
  26612. left: 0px;
  26613. }
  26614. /* Default Side (Right) */
  26615. .ui.dropdown .right.menu > .menu,
  26616. .ui.dropdown .menu .right.menu {
  26617. left: 100% !important;
  26618. right: auto !important;
  26619. border-radius: 0.28571429rem !important;
  26620. }
  26621. /* Leftward Opening Menu */
  26622. .ui.dropdown > .left.menu {
  26623. left: auto !important;
  26624. right: 0px !important;
  26625. }
  26626. .ui.dropdown > .left.menu .menu,
  26627. .ui.dropdown .menu .left.menu {
  26628. left: auto;
  26629. right: 100%;
  26630. margin: 0em -0.5em 0em 0em !important;
  26631. border-radius: 0.28571429rem !important;
  26632. }
  26633. .ui.dropdown .item .left.dropdown.icon,
  26634. .ui.dropdown .left.menu .item .dropdown.icon {
  26635. width: auto;
  26636. float: left;
  26637. margin: 0em 0em 0em 0em;
  26638. }
  26639. .ui.dropdown .item .left.dropdown.icon,
  26640. .ui.dropdown .left.menu .item .dropdown.icon {
  26641. width: auto;
  26642. float: left;
  26643. margin: 0em 0em 0em 0em;
  26644. }
  26645. .ui.dropdown .item .left.dropdown.icon + .text,
  26646. .ui.dropdown .left.menu .item .dropdown.icon + .text {
  26647. margin-left: 1em;
  26648. margin-right: 0em;
  26649. }
  26650. /*--------------
  26651. Upward
  26652. ---------------*/
  26653. /* Upward Main Menu */
  26654. .ui.upward.dropdown > .menu {
  26655. top: auto;
  26656. bottom: 100%;
  26657. -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  26658. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  26659. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  26660. }
  26661. /* Upward Sub Menu */
  26662. .ui.dropdown .upward.menu {
  26663. top: auto !important;
  26664. bottom: 0 !important;
  26665. }
  26666. /* Active Upward */
  26667. .ui.simple.upward.active.dropdown,
  26668. .ui.simple.upward.dropdown:hover {
  26669. border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
  26670. }
  26671. .ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  26672. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  26673. }
  26674. /* Selection */
  26675. .ui.upward.selection.dropdown .menu {
  26676. border-top-width: 1px !important;
  26677. border-bottom-width: 0px !important;
  26678. -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  26679. box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  26680. }
  26681. .ui.upward.selection.dropdown:hover {
  26682. -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  26683. box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  26684. }
  26685. /* Active Upward */
  26686. .ui.active.upward.selection.dropdown {
  26687. border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
  26688. }
  26689. /* Visible Upward */
  26690. .ui.upward.selection.dropdown.visible {
  26691. -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  26692. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  26693. border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
  26694. }
  26695. /* Visible Hover Upward */
  26696. .ui.upward.active.selection.dropdown:hover {
  26697. -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  26698. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  26699. }
  26700. .ui.upward.active.selection.dropdown:hover .menu {
  26701. -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  26702. box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  26703. }
  26704. /*--------------
  26705. Simple
  26706. ---------------*/
  26707. /* Selection Menu */
  26708. .ui.scrolling.dropdown .menu,
  26709. .ui.dropdown .scrolling.menu {
  26710. overflow-x: hidden;
  26711. overflow-y: auto;
  26712. }
  26713. .ui.scrolling.dropdown .menu {
  26714. overflow-x: hidden;
  26715. overflow-y: auto;
  26716. -webkit-backface-visibility: hidden;
  26717. backface-visibility: hidden;
  26718. -webkit-overflow-scrolling: touch;
  26719. min-width: 100% !important;
  26720. width: auto !important;
  26721. }
  26722. .ui.dropdown .scrolling.menu {
  26723. position: static;
  26724. overflow-y: auto;
  26725. border: none;
  26726. -webkit-box-shadow: none !important;
  26727. box-shadow: none !important;
  26728. border-radius: 0 !important;
  26729. margin: 0 !important;
  26730. min-width: 100% !important;
  26731. width: auto !important;
  26732. border-top: 1px solid rgba(34, 36, 38, 0.15);
  26733. }
  26734. .ui.scrolling.dropdown .menu .item.item.item,
  26735. .ui.dropdown .scrolling.menu > .item.item.item {
  26736. border-top: none;
  26737. }
  26738. .ui.scrolling.dropdown .menu .item:first-child,
  26739. .ui.dropdown .scrolling.menu .item:first-child {
  26740. border-top: none;
  26741. }
  26742. .ui.dropdown > .animating.menu .scrolling.menu,
  26743. .ui.dropdown > .visible.menu .scrolling.menu {
  26744. display: block;
  26745. }
  26746. /* Scrollbar in IE */
  26747. @media all and (-ms-high-contrast: none) {
  26748. .ui.scrolling.dropdown .menu,
  26749. .ui.dropdown .scrolling.menu {
  26750. min-width: calc(100% - 17px );
  26751. }
  26752. }
  26753. @media only screen and (max-width: 767px) {
  26754. .ui.scrolling.dropdown .menu,
  26755. .ui.dropdown .scrolling.menu {
  26756. max-height: 10.28571429rem;
  26757. }
  26758. }
  26759. @media only screen and (min-width: 768px) {
  26760. .ui.scrolling.dropdown .menu,
  26761. .ui.dropdown .scrolling.menu {
  26762. max-height: 15.42857143rem;
  26763. }
  26764. }
  26765. @media only screen and (min-width: 992px) {
  26766. .ui.scrolling.dropdown .menu,
  26767. .ui.dropdown .scrolling.menu {
  26768. max-height: 20.57142857rem;
  26769. }
  26770. }
  26771. @media only screen and (min-width: 1920px) {
  26772. .ui.scrolling.dropdown .menu,
  26773. .ui.dropdown .scrolling.menu {
  26774. max-height: 20.57142857rem;
  26775. }
  26776. }
  26777. /*--------------
  26778. Simple
  26779. ---------------*/
  26780. /* Displays without javascript */
  26781. .ui.simple.dropdown .menu:before,
  26782. .ui.simple.dropdown .menu:after {
  26783. display: none;
  26784. }
  26785. .ui.simple.dropdown .menu {
  26786. position: absolute;
  26787. display: block;
  26788. overflow: hidden;
  26789. top: -9999px !important;
  26790. opacity: 0;
  26791. width: 0;
  26792. height: 0;
  26793. -webkit-transition: opacity 0.1s ease;
  26794. transition: opacity 0.1s ease;
  26795. }
  26796. .ui.simple.active.dropdown,
  26797. .ui.simple.dropdown:hover {
  26798. border-bottom-left-radius: 0em !important;
  26799. border-bottom-right-radius: 0em !important;
  26800. }
  26801. .ui.simple.active.dropdown > .menu,
  26802. .ui.simple.dropdown:hover > .menu {
  26803. overflow: visible;
  26804. width: auto;
  26805. height: auto;
  26806. top: 100% !important;
  26807. opacity: 1;
  26808. }
  26809. .ui.simple.dropdown > .menu > .item:active > .menu,
  26810. .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  26811. overflow: visible;
  26812. width: auto;
  26813. height: auto;
  26814. top: 0% !important;
  26815. left: 100% !important;
  26816. opacity: 1;
  26817. }
  26818. .ui.simple.disabled.dropdown:hover .menu {
  26819. display: none;
  26820. height: 0px;
  26821. width: 0px;
  26822. overflow: hidden;
  26823. }
  26824. /* Visible */
  26825. .ui.simple.visible.dropdown > .menu {
  26826. display: block;
  26827. }
  26828. /*--------------
  26829. Fluid
  26830. ---------------*/
  26831. .ui.fluid.dropdown {
  26832. display: block;
  26833. width: 100%;
  26834. min-width: 0em;
  26835. }
  26836. .ui.fluid.dropdown > .dropdown.icon {
  26837. float: right;
  26838. }
  26839. /*--------------
  26840. Floating
  26841. ---------------*/
  26842. .ui.floating.dropdown .menu {
  26843. left: 0;
  26844. right: auto;
  26845. -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  26846. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  26847. border-radius: 0.28571429rem !important;
  26848. }
  26849. .ui.floating.dropdown > .menu {
  26850. margin-top: 0.5em !important;
  26851. border-radius: 0.28571429rem !important;
  26852. }
  26853. /*--------------
  26854. Pointing
  26855. ---------------*/
  26856. .ui.pointing.dropdown > .menu {
  26857. top: 100%;
  26858. margin-top: 0.78571429rem;
  26859. border-radius: 0.28571429rem;
  26860. }
  26861. .ui.pointing.dropdown > .menu:after {
  26862. display: block;
  26863. position: absolute;
  26864. pointer-events: none;
  26865. content: '';
  26866. visibility: visible;
  26867. -webkit-transform: rotate(45deg);
  26868. transform: rotate(45deg);
  26869. width: 0.5em;
  26870. height: 0.5em;
  26871. -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  26872. box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  26873. background: #FFFFFF;
  26874. z-index: 2;
  26875. }
  26876. .ui.pointing.dropdown > .menu:after {
  26877. top: -0.25em;
  26878. left: 50%;
  26879. margin: 0em 0em 0em -0.25em;
  26880. }
  26881. /* Top Left Pointing */
  26882. .ui.top.left.pointing.dropdown > .menu {
  26883. top: 100%;
  26884. bottom: auto;
  26885. left: 0%;
  26886. right: auto;
  26887. margin: 1em 0em 0em;
  26888. }
  26889. .ui.top.left.pointing.dropdown > .menu {
  26890. top: 100%;
  26891. bottom: auto;
  26892. left: 0%;
  26893. right: auto;
  26894. margin: 1em 0em 0em;
  26895. }
  26896. .ui.top.left.pointing.dropdown > .menu:after {
  26897. top: -0.25em;
  26898. left: 1em;
  26899. right: auto;
  26900. margin: 0em;
  26901. -webkit-transform: rotate(45deg);
  26902. transform: rotate(45deg);
  26903. }
  26904. /* Top Right Pointing */
  26905. .ui.top.right.pointing.dropdown > .menu {
  26906. top: 100%;
  26907. bottom: auto;
  26908. right: 0%;
  26909. left: auto;
  26910. margin: 1em 0em 0em;
  26911. }
  26912. .ui.top.pointing.dropdown > .left.menu:after,
  26913. .ui.top.right.pointing.dropdown > .menu:after {
  26914. top: -0.25em;
  26915. left: auto !important;
  26916. right: 1em !important;
  26917. margin: 0em;
  26918. -webkit-transform: rotate(45deg);
  26919. transform: rotate(45deg);
  26920. }
  26921. /* Left Pointing */
  26922. .ui.left.pointing.dropdown > .menu {
  26923. top: 0%;
  26924. left: 100%;
  26925. right: auto;
  26926. margin: 0em 0em 0em 1em;
  26927. }
  26928. .ui.left.pointing.dropdown > .menu:after {
  26929. top: 1em;
  26930. left: -0.25em;
  26931. margin: 0em 0em 0em 0em;
  26932. -webkit-transform: rotate(-45deg);
  26933. transform: rotate(-45deg);
  26934. }
  26935. .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  26936. left: auto !important;
  26937. right: 100% !important;
  26938. margin: 0em 1em 0em 0em;
  26939. }
  26940. .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  26941. top: 1em;
  26942. left: auto;
  26943. right: -0.25em;
  26944. margin: 0em 0em 0em 0em;
  26945. -webkit-transform: rotate(135deg);
  26946. transform: rotate(135deg);
  26947. }
  26948. /* Right Pointing */
  26949. .ui.right.pointing.dropdown > .menu {
  26950. top: 0%;
  26951. left: auto;
  26952. right: 100%;
  26953. margin: 0em 1em 0em 0em;
  26954. }
  26955. .ui.right.pointing.dropdown > .menu:after {
  26956. top: 1em;
  26957. left: auto;
  26958. right: -0.25em;
  26959. margin: 0em 0em 0em 0em;
  26960. -webkit-transform: rotate(135deg);
  26961. transform: rotate(135deg);
  26962. }
  26963. /* Bottom Pointing */
  26964. .ui.bottom.pointing.dropdown > .menu {
  26965. top: auto;
  26966. bottom: 100%;
  26967. left: 0%;
  26968. right: auto;
  26969. margin: 0em 0em 1em;
  26970. }
  26971. .ui.bottom.pointing.dropdown > .menu:after {
  26972. top: auto;
  26973. bottom: -0.25em;
  26974. right: auto;
  26975. margin: 0em;
  26976. -webkit-transform: rotate(-135deg);
  26977. transform: rotate(-135deg);
  26978. }
  26979. /* Reverse Sub-Menu Direction */
  26980. .ui.bottom.pointing.dropdown > .menu .menu {
  26981. top: auto !important;
  26982. bottom: 0px !important;
  26983. }
  26984. /* Bottom Left */
  26985. .ui.bottom.left.pointing.dropdown > .menu {
  26986. left: 0%;
  26987. right: auto;
  26988. }
  26989. .ui.bottom.left.pointing.dropdown > .menu:after {
  26990. left: 1em;
  26991. right: auto;
  26992. }
  26993. /* Bottom Right */
  26994. .ui.bottom.right.pointing.dropdown > .menu {
  26995. right: 0%;
  26996. left: auto;
  26997. }
  26998. .ui.bottom.right.pointing.dropdown > .menu:after {
  26999. left: auto;
  27000. right: 1em;
  27001. }
  27002. /* Upward pointing */
  27003. .ui.pointing.upward.dropdown .menu,
  27004. .ui.top.pointing.upward.dropdown .menu {
  27005. top: auto !important;
  27006. bottom: 100% !important;
  27007. margin: 0em 0em 0.78571429rem;
  27008. border-radius: 0.28571429rem;
  27009. }
  27010. .ui.pointing.upward.dropdown .menu:after,
  27011. .ui.top.pointing.upward.dropdown .menu:after {
  27012. top: 100% !important;
  27013. bottom: auto !important;
  27014. -webkit-box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  27015. box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  27016. margin: -0.25em 0em 0em;
  27017. }
  27018. /* Right Pointing Upward */
  27019. .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  27020. top: auto !important;
  27021. bottom: 0 !important;
  27022. margin: 0em 1em 0em 0em;
  27023. }
  27024. .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  27025. top: auto !important;
  27026. bottom: 0 !important;
  27027. margin: 0em 0em 1em 0em;
  27028. -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  27029. box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  27030. }
  27031. /* Left Pointing Upward */
  27032. .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  27033. top: auto !important;
  27034. bottom: 0 !important;
  27035. margin: 0em 0em 0em 1em;
  27036. }
  27037. .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  27038. top: auto !important;
  27039. bottom: 0 !important;
  27040. margin: 0em 0em 1em 0em;
  27041. -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  27042. box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  27043. }
  27044. /*******************************
  27045. Theme Overrides
  27046. *******************************/
  27047. /* Dropdown Carets */
  27048. @font-face {
  27049. font-family: 'Dropdown';
  27050. src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format('woff');
  27051. font-weight: normal;
  27052. font-style: normal;
  27053. }
  27054. .ui.dropdown > .dropdown.icon {
  27055. font-family: 'Dropdown';
  27056. line-height: 1;
  27057. height: 1em;
  27058. width: 1.23em;
  27059. -webkit-backface-visibility: hidden;
  27060. backface-visibility: hidden;
  27061. font-weight: normal;
  27062. font-style: normal;
  27063. text-align: center;
  27064. }
  27065. .ui.dropdown > .dropdown.icon {
  27066. width: auto;
  27067. }
  27068. .ui.dropdown > .dropdown.icon:before {
  27069. content: '\f0d7';
  27070. }
  27071. /* Sub Menu */
  27072. .ui.dropdown .menu .item .dropdown.icon:before {
  27073. content: '\f0da' ;
  27074. }
  27075. .ui.dropdown .item .left.dropdown.icon:before,
  27076. .ui.dropdown .left.menu .item .dropdown.icon:before {
  27077. content: "\f0d9" ;
  27078. }
  27079. /* Vertical Menu Dropdown */
  27080. .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  27081. content: "\f0da" ;
  27082. }
  27083. .ui.dropdown > .clear.icon:before {
  27084. content: "\f00d";
  27085. }
  27086. /* Icons for Reference (Subsetted in 2.4.0)
  27087. .dropdown.down:before { content: "\f0d7"; }
  27088. .dropdown.up:before { content: "\f0d8"; }
  27089. .dropdown.left:before { content: "\f0d9"; }
  27090. .dropdown.right:before { content: "\f0da"; }
  27091. .dropdown.close:before { content: "\f00d"; }
  27092. */
  27093. /*******************************
  27094. User Overrides
  27095. *******************************/
  27096. /*!
  27097. * # Semantic UI 2.4.0 - Video
  27098. * http://github.com/semantic-org/semantic-ui/
  27099. *
  27100. *
  27101. * Released under the MIT license
  27102. * http://opensource.org/licenses/MIT
  27103. *
  27104. */
  27105. /*******************************
  27106. Types
  27107. *******************************/
  27108. .ui.embed {
  27109. position: relative;
  27110. max-width: 100%;
  27111. height: 0px;
  27112. overflow: hidden;
  27113. background: #DCDDDE;
  27114. padding-bottom: 56.25%;
  27115. }
  27116. /*-----------------
  27117. Embedded Content
  27118. ------------------*/
  27119. .ui.embed iframe,
  27120. .ui.embed embed,
  27121. .ui.embed object {
  27122. position: absolute;
  27123. border: none;
  27124. width: 100%;
  27125. height: 100%;
  27126. top: 0px;
  27127. left: 0px;
  27128. margin: 0em;
  27129. padding: 0em;
  27130. }
  27131. /*-----------------
  27132. Embed
  27133. ------------------*/
  27134. .ui.embed > .embed {
  27135. display: none;
  27136. }
  27137. /*--------------
  27138. Placeholder
  27139. ---------------*/
  27140. .ui.embed > .placeholder {
  27141. position: absolute;
  27142. cursor: pointer;
  27143. top: 0px;
  27144. left: 0px;
  27145. display: block;
  27146. width: 100%;
  27147. height: 100%;
  27148. background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  27149. }
  27150. /*--------------
  27151. Icon
  27152. ---------------*/
  27153. .ui.embed > .icon {
  27154. cursor: pointer;
  27155. position: absolute;
  27156. top: 0px;
  27157. left: 0px;
  27158. width: 100%;
  27159. height: 100%;
  27160. z-index: 2;
  27161. }
  27162. .ui.embed > .icon:after {
  27163. position: absolute;
  27164. top: 0%;
  27165. left: 0%;
  27166. width: 100%;
  27167. height: 100%;
  27168. z-index: 3;
  27169. content: '';
  27170. background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  27171. background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  27172. opacity: 0.5;
  27173. -webkit-transition: opacity 0.5s ease;
  27174. transition: opacity 0.5s ease;
  27175. }
  27176. .ui.embed > .icon:before {
  27177. position: absolute;
  27178. top: 50%;
  27179. left: 50%;
  27180. z-index: 4;
  27181. -webkit-transform: translateX(-50%) translateY(-50%);
  27182. transform: translateX(-50%) translateY(-50%);
  27183. color: #FFFFFF;
  27184. font-size: 6rem;
  27185. text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
  27186. -webkit-transition: opacity 0.5s ease, color 0.5s ease;
  27187. transition: opacity 0.5s ease, color 0.5s ease;
  27188. z-index: 10;
  27189. }
  27190. /*******************************
  27191. States
  27192. *******************************/
  27193. /*--------------
  27194. Hover
  27195. ---------------*/
  27196. .ui.embed .icon:hover:after {
  27197. background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  27198. background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  27199. opacity: 1;
  27200. }
  27201. .ui.embed .icon:hover:before {
  27202. color: #FFFFFF;
  27203. }
  27204. /*--------------
  27205. Active
  27206. ---------------*/
  27207. .ui.active.embed > .icon,
  27208. .ui.active.embed > .placeholder {
  27209. display: none;
  27210. }
  27211. .ui.active.embed > .embed {
  27212. display: block;
  27213. }
  27214. /*******************************
  27215. Video Overrides
  27216. *******************************/
  27217. /*******************************
  27218. Site Overrides
  27219. *******************************/
  27220. /*******************************
  27221. Variations
  27222. *******************************/
  27223. .ui.square.embed {
  27224. padding-bottom: 100%;
  27225. }
  27226. .ui[class*="4:3"].embed {
  27227. padding-bottom: 75%;
  27228. }
  27229. .ui[class*="16:9"].embed {
  27230. padding-bottom: 56.25%;
  27231. }
  27232. .ui[class*="21:9"].embed {
  27233. padding-bottom: 42.85714286%;
  27234. }
  27235. /*!
  27236. * # Semantic UI 2.4.0 - Modal
  27237. * http://github.com/semantic-org/semantic-ui/
  27238. *
  27239. *
  27240. * Released under the MIT license
  27241. * http://opensource.org/licenses/MIT
  27242. *
  27243. */
  27244. /*******************************
  27245. Modal
  27246. *******************************/
  27247. .ui.modal {
  27248. position: absolute;
  27249. display: none;
  27250. z-index: 1001;
  27251. text-align: left;
  27252. background: #FFFFFF;
  27253. border: none;
  27254. -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  27255. box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  27256. -webkit-transform-origin: 50% 25%;
  27257. transform-origin: 50% 25%;
  27258. -webkit-box-flex: 0;
  27259. -ms-flex: 0 0 auto;
  27260. flex: 0 0 auto;
  27261. border-radius: 0.28571429rem;
  27262. -webkit-user-select: text;
  27263. -moz-user-select: text;
  27264. -ms-user-select: text;
  27265. user-select: text;
  27266. will-change: top, left, margin, transform, opacity;
  27267. }
  27268. .ui.modal > :first-child:not(.icon),
  27269. .ui.modal > .icon:first-child + * {
  27270. border-top-left-radius: 0.28571429rem;
  27271. border-top-right-radius: 0.28571429rem;
  27272. }
  27273. .ui.modal > :last-child {
  27274. border-bottom-left-radius: 0.28571429rem;
  27275. border-bottom-right-radius: 0.28571429rem;
  27276. }
  27277. /*******************************
  27278. Content
  27279. *******************************/
  27280. /*--------------
  27281. Close
  27282. ---------------*/
  27283. .ui.modal > .close {
  27284. cursor: pointer;
  27285. position: absolute;
  27286. top: -2.5rem;
  27287. right: -2.5rem;
  27288. z-index: 1;
  27289. opacity: 0.8;
  27290. font-size: 1.25em;
  27291. color: #FFFFFF;
  27292. width: 2.25rem;
  27293. height: 2.25rem;
  27294. padding: 0.625rem 0rem 0rem 0rem;
  27295. }
  27296. .ui.modal > .close:hover {
  27297. opacity: 1;
  27298. }
  27299. /*--------------
  27300. Header
  27301. ---------------*/
  27302. .ui.modal > .header {
  27303. display: block;
  27304. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  27305. background: #FFFFFF;
  27306. margin: 0em;
  27307. padding: 1.25rem 1.5rem;
  27308. -webkit-box-shadow: none;
  27309. box-shadow: none;
  27310. color: rgba(0, 0, 0, 0.85);
  27311. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  27312. }
  27313. .ui.modal > .header:not(.ui) {
  27314. font-size: 1.42857143rem;
  27315. line-height: 1.28571429em;
  27316. font-weight: bold;
  27317. }
  27318. /*--------------
  27319. Content
  27320. ---------------*/
  27321. .ui.modal > .content {
  27322. display: block;
  27323. width: 100%;
  27324. font-size: 1em;
  27325. line-height: 1.4;
  27326. padding: 1.5rem;
  27327. background: #FFFFFF;
  27328. }
  27329. .ui.modal > .image.content {
  27330. display: -webkit-box;
  27331. display: -ms-flexbox;
  27332. display: flex;
  27333. -webkit-box-orient: horizontal;
  27334. -webkit-box-direction: normal;
  27335. -ms-flex-direction: row;
  27336. flex-direction: row;
  27337. }
  27338. /* Image */
  27339. .ui.modal > .content > .image {
  27340. display: block;
  27341. -webkit-box-flex: 0;
  27342. -ms-flex: 0 1 auto;
  27343. flex: 0 1 auto;
  27344. width: '';
  27345. -ms-flex-item-align: top;
  27346. align-self: top;
  27347. }
  27348. .ui.modal > [class*="top aligned"] {
  27349. -ms-flex-item-align: top;
  27350. align-self: top;
  27351. }
  27352. .ui.modal > [class*="middle aligned"] {
  27353. -ms-flex-item-align: middle;
  27354. align-self: middle;
  27355. }
  27356. .ui.modal > [class*="stretched"] {
  27357. -ms-flex-item-align: stretch;
  27358. align-self: stretch;
  27359. }
  27360. /* Description */
  27361. .ui.modal > .content > .description {
  27362. display: block;
  27363. -webkit-box-flex: 1;
  27364. -ms-flex: 1 0 auto;
  27365. flex: 1 0 auto;
  27366. min-width: 0px;
  27367. -ms-flex-item-align: top;
  27368. align-self: top;
  27369. }
  27370. .ui.modal > .content > .icon + .description,
  27371. .ui.modal > .content > .image + .description {
  27372. -webkit-box-flex: 0;
  27373. -ms-flex: 0 1 auto;
  27374. flex: 0 1 auto;
  27375. min-width: '';
  27376. width: auto;
  27377. padding-left: 2em;
  27378. }
  27379. /*rtl:ignore*/
  27380. .ui.modal > .content > .image > i.icon {
  27381. margin: 0em;
  27382. opacity: 1;
  27383. width: auto;
  27384. line-height: 1;
  27385. font-size: 8rem;
  27386. }
  27387. /*--------------
  27388. Actions
  27389. ---------------*/
  27390. .ui.modal > .actions {
  27391. background: #F9FAFB;
  27392. padding: 1rem 1rem;
  27393. border-top: 1px solid rgba(34, 36, 38, 0.15);
  27394. text-align: right;
  27395. }
  27396. .ui.modal .actions > .button {
  27397. margin-left: 0.75em;
  27398. }
  27399. /*-------------------
  27400. Responsive
  27401. --------------------*/
  27402. /* Modal Width */
  27403. @media only screen and (max-width: 767px) {
  27404. .ui.modal {
  27405. width: 95%;
  27406. margin: 0em 0em 0em 0em;
  27407. }
  27408. }
  27409. @media only screen and (min-width: 768px) {
  27410. .ui.modal {
  27411. width: 88%;
  27412. margin: 0em 0em 0em 0em;
  27413. }
  27414. }
  27415. @media only screen and (min-width: 992px) {
  27416. .ui.modal {
  27417. width: 850px;
  27418. margin: 0em 0em 0em 0em;
  27419. }
  27420. }
  27421. @media only screen and (min-width: 1200px) {
  27422. .ui.modal {
  27423. width: 900px;
  27424. margin: 0em 0em 0em 0em;
  27425. }
  27426. }
  27427. @media only screen and (min-width: 1920px) {
  27428. .ui.modal {
  27429. width: 950px;
  27430. margin: 0em 0em 0em 0em;
  27431. }
  27432. }
  27433. /* Tablet and Mobile */
  27434. @media only screen and (max-width: 991px) {
  27435. .ui.modal > .header {
  27436. padding-right: 2.25rem;
  27437. }
  27438. .ui.modal > .close {
  27439. top: 1.0535rem;
  27440. right: 1rem;
  27441. color: rgba(0, 0, 0, 0.87);
  27442. }
  27443. }
  27444. /* Mobile */
  27445. @media only screen and (max-width: 767px) {
  27446. .ui.modal > .header {
  27447. padding: 0.75rem 1rem !important;
  27448. padding-right: 2.25rem !important;
  27449. }
  27450. .ui.modal > .content {
  27451. display: block;
  27452. padding: 1rem !important;
  27453. }
  27454. .ui.modal > .close {
  27455. top: 0.5rem !important;
  27456. right: 0.5rem !important;
  27457. }
  27458. /*rtl:ignore*/
  27459. .ui.modal .image.content {
  27460. -webkit-box-orient: vertical;
  27461. -webkit-box-direction: normal;
  27462. -ms-flex-direction: column;
  27463. flex-direction: column;
  27464. }
  27465. .ui.modal .content > .image {
  27466. display: block;
  27467. max-width: 100%;
  27468. margin: 0em auto !important;
  27469. text-align: center;
  27470. padding: 0rem 0rem 1rem !important;
  27471. }
  27472. .ui.modal > .content > .image > i.icon {
  27473. font-size: 5rem;
  27474. text-align: center;
  27475. }
  27476. /*rtl:ignore*/
  27477. .ui.modal .content > .description {
  27478. display: block;
  27479. width: 100% !important;
  27480. margin: 0em !important;
  27481. padding: 1rem 0rem !important;
  27482. -webkit-box-shadow: none;
  27483. box-shadow: none;
  27484. }
  27485. /* Let Buttons Stack */
  27486. .ui.modal > .actions {
  27487. padding: 1rem 1rem 0rem !important;
  27488. }
  27489. .ui.modal .actions > .buttons,
  27490. .ui.modal .actions > .button {
  27491. margin-bottom: 1rem;
  27492. }
  27493. }
  27494. /*--------------
  27495. Coupling
  27496. ---------------*/
  27497. .ui.inverted.dimmer > .ui.modal {
  27498. -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
  27499. box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
  27500. }
  27501. /*******************************
  27502. Types
  27503. *******************************/
  27504. .ui.basic.modal {
  27505. background-color: transparent;
  27506. border: none;
  27507. border-radius: 0em;
  27508. -webkit-box-shadow: none !important;
  27509. box-shadow: none !important;
  27510. color: #FFFFFF;
  27511. }
  27512. .ui.basic.modal > .header,
  27513. .ui.basic.modal > .content,
  27514. .ui.basic.modal > .actions {
  27515. background-color: transparent;
  27516. }
  27517. .ui.basic.modal > .header {
  27518. color: #FFFFFF;
  27519. }
  27520. .ui.basic.modal > .close {
  27521. top: 1rem;
  27522. right: 1.5rem;
  27523. }
  27524. .ui.inverted.dimmer > .basic.modal {
  27525. color: rgba(0, 0, 0, 0.87);
  27526. }
  27527. .ui.inverted.dimmer > .ui.basic.modal > .header {
  27528. color: rgba(0, 0, 0, 0.85);
  27529. }
  27530. /* Resort to margin positioning if legacy */
  27531. .ui.legacy.modal,
  27532. .ui.legacy.page.dimmer > .ui.modal {
  27533. top: 50%;
  27534. left: 50%;
  27535. }
  27536. .ui.legacy.page.dimmer > .ui.scrolling.modal,
  27537. .ui.page.dimmer > .ui.scrolling.legacy.modal,
  27538. .ui.top.aligned.legacy.page.dimmer > .ui.modal,
  27539. .ui.top.aligned.dimmer > .ui.legacy.modal {
  27540. top: auto;
  27541. }
  27542. /* Tablet and Mobile */
  27543. @media only screen and (max-width: 991px) {
  27544. .ui.basic.modal > .close {
  27545. color: #FFFFFF;
  27546. }
  27547. }
  27548. /*******************************
  27549. States
  27550. *******************************/
  27551. .ui.loading.modal {
  27552. display: block;
  27553. visibility: hidden;
  27554. z-index: -1;
  27555. }
  27556. .ui.active.modal {
  27557. display: block;
  27558. }
  27559. /*******************************
  27560. Variations
  27561. *******************************/
  27562. /*--------------
  27563. Top Aligned
  27564. ---------------*/
  27565. /* Top Aligned Modal */
  27566. .modals.dimmer[class*="top aligned"] .modal {
  27567. margin: 5vh auto;
  27568. }
  27569. @media only screen and (max-width: 767px) {
  27570. .modals.dimmer[class*="top aligned"] .modal {
  27571. margin: 1rem auto;
  27572. }
  27573. }
  27574. /* Legacy Top Aligned */
  27575. .legacy.modals.dimmer[class*="top aligned"] {
  27576. padding-top: 5vh;
  27577. }
  27578. @media only screen and (max-width: 767px) {
  27579. .legacy.modals.dimmer[class*="top aligned"] {
  27580. padding-top: 1rem;
  27581. }
  27582. }
  27583. /*--------------
  27584. Scrolling
  27585. ---------------*/
  27586. /* Scrolling Dimmer */
  27587. .scrolling.dimmable.dimmed {
  27588. overflow: hidden;
  27589. }
  27590. .scrolling.dimmable > .dimmer {
  27591. -webkit-box-pack: start;
  27592. -ms-flex-pack: start;
  27593. justify-content: flex-start;
  27594. }
  27595. .scrolling.dimmable.dimmed > .dimmer {
  27596. overflow: auto;
  27597. -webkit-overflow-scrolling: touch;
  27598. }
  27599. .scrolling.dimmable > .dimmer {
  27600. position: fixed;
  27601. }
  27602. .modals.dimmer .ui.scrolling.modal {
  27603. margin: 1rem auto;
  27604. }
  27605. /* Undetached Scrolling */
  27606. .scrolling.undetached.dimmable.dimmed {
  27607. overflow: auto;
  27608. -webkit-overflow-scrolling: touch;
  27609. }
  27610. .scrolling.undetached.dimmable.dimmed > .dimmer {
  27611. overflow: hidden;
  27612. }
  27613. .scrolling.undetached.dimmable .ui.scrolling.modal {
  27614. position: absolute;
  27615. left: 50%;
  27616. margin-top: 1rem !important;
  27617. }
  27618. /* Scrolling Content */
  27619. .ui.modal .scrolling.content {
  27620. max-height: calc(70vh);
  27621. overflow: auto;
  27622. }
  27623. /*--------------
  27624. Full Screen
  27625. ---------------*/
  27626. .ui.fullscreen.modal {
  27627. width: 95% !important;
  27628. left: 0em !important;
  27629. margin: 1em auto;
  27630. }
  27631. .ui.fullscreen.scrolling.modal {
  27632. left: 0em !important;
  27633. }
  27634. .ui.fullscreen.modal > .header {
  27635. padding-right: 2.25rem;
  27636. }
  27637. .ui.fullscreen.modal > .close {
  27638. top: 1.0535rem;
  27639. right: 1rem;
  27640. color: rgba(0, 0, 0, 0.87);
  27641. }
  27642. /*--------------
  27643. Size
  27644. ---------------*/
  27645. .ui.modal {
  27646. font-size: 1rem;
  27647. }
  27648. /* Mini */
  27649. .ui.mini.modal > .header:not(.ui) {
  27650. font-size: 1.3em;
  27651. }
  27652. /* Mini Modal Width */
  27653. @media only screen and (max-width: 767px) {
  27654. .ui.mini.modal {
  27655. width: 95%;
  27656. margin: 0em 0em 0em 0em;
  27657. }
  27658. }
  27659. @media only screen and (min-width: 768px) {
  27660. .ui.mini.modal {
  27661. width: 35.2%;
  27662. margin: 0em 0em 0em 0em;
  27663. }
  27664. }
  27665. @media only screen and (min-width: 992px) {
  27666. .ui.mini.modal {
  27667. width: 340px;
  27668. margin: 0em 0em 0em 0em;
  27669. }
  27670. }
  27671. @media only screen and (min-width: 1200px) {
  27672. .ui.mini.modal {
  27673. width: 360px;
  27674. margin: 0em 0em 0em 0em;
  27675. }
  27676. }
  27677. @media only screen and (min-width: 1920px) {
  27678. .ui.mini.modal {
  27679. width: 380px;
  27680. margin: 0em 0em 0em 0em;
  27681. }
  27682. }
  27683. /* mini */
  27684. .ui.small.modal > .header:not(.ui) {
  27685. font-size: 1.3em;
  27686. }
  27687. /* Tiny Modal Width */
  27688. @media only screen and (max-width: 767px) {
  27689. .ui.tiny.modal {
  27690. width: 95%;
  27691. margin: 0em 0em 0em 0em;
  27692. }
  27693. }
  27694. @media only screen and (min-width: 768px) {
  27695. .ui.tiny.modal {
  27696. width: 52.8%;
  27697. margin: 0em 0em 0em 0em;
  27698. }
  27699. }
  27700. @media only screen and (min-width: 992px) {
  27701. .ui.tiny.modal {
  27702. width: 510px;
  27703. margin: 0em 0em 0em 0em;
  27704. }
  27705. }
  27706. @media only screen and (min-width: 1200px) {
  27707. .ui.tiny.modal {
  27708. width: 540px;
  27709. margin: 0em 0em 0em 0em;
  27710. }
  27711. }
  27712. @media only screen and (min-width: 1920px) {
  27713. .ui.tiny.modal {
  27714. width: 570px;
  27715. margin: 0em 0em 0em 0em;
  27716. }
  27717. }
  27718. /* Small */
  27719. .ui.small.modal > .header:not(.ui) {
  27720. font-size: 1.3em;
  27721. }
  27722. /* Small Modal Width */
  27723. @media only screen and (max-width: 767px) {
  27724. .ui.small.modal {
  27725. width: 95%;
  27726. margin: 0em 0em 0em 0em;
  27727. }
  27728. }
  27729. @media only screen and (min-width: 768px) {
  27730. .ui.small.modal {
  27731. width: 70.4%;
  27732. margin: 0em 0em 0em 0em;
  27733. }
  27734. }
  27735. @media only screen and (min-width: 992px) {
  27736. .ui.small.modal {
  27737. width: 680px;
  27738. margin: 0em 0em 0em 0em;
  27739. }
  27740. }
  27741. @media only screen and (min-width: 1200px) {
  27742. .ui.small.modal {
  27743. width: 720px;
  27744. margin: 0em 0em 0em 0em;
  27745. }
  27746. }
  27747. @media only screen and (min-width: 1920px) {
  27748. .ui.small.modal {
  27749. width: 760px;
  27750. margin: 0em 0em 0em 0em;
  27751. }
  27752. }
  27753. /* Large Modal Width */
  27754. .ui.large.modal > .header {
  27755. font-size: 1.6em;
  27756. }
  27757. @media only screen and (max-width: 767px) {
  27758. .ui.large.modal {
  27759. width: 95%;
  27760. margin: 0em 0em 0em 0em;
  27761. }
  27762. }
  27763. @media only screen and (min-width: 768px) {
  27764. .ui.large.modal {
  27765. width: 88%;
  27766. margin: 0em 0em 0em 0em;
  27767. }
  27768. }
  27769. @media only screen and (min-width: 992px) {
  27770. .ui.large.modal {
  27771. width: 1020px;
  27772. margin: 0em 0em 0em 0em;
  27773. }
  27774. }
  27775. @media only screen and (min-width: 1200px) {
  27776. .ui.large.modal {
  27777. width: 1080px;
  27778. margin: 0em 0em 0em 0em;
  27779. }
  27780. }
  27781. @media only screen and (min-width: 1920px) {
  27782. .ui.large.modal {
  27783. width: 1140px;
  27784. margin: 0em 0em 0em 0em;
  27785. }
  27786. }
  27787. /*******************************
  27788. Theme Overrides
  27789. *******************************/
  27790. /*******************************
  27791. Site Overrides
  27792. *******************************/
  27793. /*!
  27794. * # Semantic UI 2.4.0 - Nag
  27795. * http://github.com/semantic-org/semantic-ui/
  27796. *
  27797. *
  27798. * Released under the MIT license
  27799. * http://opensource.org/licenses/MIT
  27800. *
  27801. */
  27802. /*******************************
  27803. Nag
  27804. *******************************/
  27805. .ui.nag {
  27806. display: none;
  27807. opacity: 0.95;
  27808. position: relative;
  27809. top: 0em;
  27810. left: 0px;
  27811. z-index: 999;
  27812. min-height: 0em;
  27813. width: 100%;
  27814. margin: 0em;
  27815. padding: 0.75em 1em;
  27816. background: #555555;
  27817. -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  27818. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  27819. font-size: 1rem;
  27820. text-align: center;
  27821. color: rgba(0, 0, 0, 0.87);
  27822. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  27823. -webkit-transition: 0.2s background ease;
  27824. transition: 0.2s background ease;
  27825. }
  27826. a.ui.nag {
  27827. cursor: pointer;
  27828. }
  27829. .ui.nag > .title {
  27830. display: inline-block;
  27831. margin: 0em 0.5em;
  27832. color: #FFFFFF;
  27833. }
  27834. .ui.nag > .close.icon {
  27835. cursor: pointer;
  27836. opacity: 0.4;
  27837. position: absolute;
  27838. top: 50%;
  27839. right: 1em;
  27840. font-size: 1em;
  27841. margin: -0.5em 0em 0em;
  27842. color: #FFFFFF;
  27843. -webkit-transition: opacity 0.2s ease;
  27844. transition: opacity 0.2s ease;
  27845. }
  27846. /*******************************
  27847. States
  27848. *******************************/
  27849. /* Hover */
  27850. .ui.nag:hover {
  27851. background: #555555;
  27852. opacity: 1;
  27853. }
  27854. .ui.nag .close:hover {
  27855. opacity: 1;
  27856. }
  27857. /*******************************
  27858. Variations
  27859. *******************************/
  27860. /*--------------
  27861. Static
  27862. ---------------*/
  27863. .ui.overlay.nag {
  27864. position: absolute;
  27865. display: block;
  27866. }
  27867. /*--------------
  27868. Fixed
  27869. ---------------*/
  27870. .ui.fixed.nag {
  27871. position: fixed;
  27872. }
  27873. /*--------------
  27874. Bottom
  27875. ---------------*/
  27876. .ui.bottom.nags,
  27877. .ui.bottom.nag {
  27878. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  27879. top: auto;
  27880. bottom: 0em;
  27881. }
  27882. /*--------------
  27883. White
  27884. ---------------*/
  27885. .ui.inverted.nags .nag,
  27886. .ui.inverted.nag {
  27887. background-color: #F3F4F5;
  27888. color: rgba(0, 0, 0, 0.85);
  27889. }
  27890. .ui.inverted.nags .nag .close,
  27891. .ui.inverted.nags .nag .title,
  27892. .ui.inverted.nag .close,
  27893. .ui.inverted.nag .title {
  27894. color: rgba(0, 0, 0, 0.4);
  27895. }
  27896. /*******************************
  27897. Groups
  27898. *******************************/
  27899. .ui.nags .nag {
  27900. border-radius: 0em !important;
  27901. }
  27902. .ui.nags .nag:last-child {
  27903. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  27904. }
  27905. .ui.bottom.nags .nag:last-child {
  27906. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  27907. }
  27908. /*******************************
  27909. Theme Overrides
  27910. *******************************/
  27911. /*******************************
  27912. User Overrides
  27913. *******************************/
  27914. /*!
  27915. * # Semantic UI 2.4.0 - Popup
  27916. * http://github.com/semantic-org/semantic-ui/
  27917. *
  27918. *
  27919. * Released under the MIT license
  27920. * http://opensource.org/licenses/MIT
  27921. *
  27922. */
  27923. /*******************************
  27924. Popup
  27925. *******************************/
  27926. .ui.popup {
  27927. display: none;
  27928. position: absolute;
  27929. top: 0px;
  27930. right: 0px;
  27931. /* Fixes content being squished when inline (moz only) */
  27932. min-width: -webkit-min-content;
  27933. min-width: -moz-min-content;
  27934. min-width: min-content;
  27935. z-index: 1900;
  27936. border: 1px solid #D4D4D5;
  27937. line-height: 1.4285em;
  27938. max-width: 250px;
  27939. background: #FFFFFF;
  27940. padding: 0.833em 1em;
  27941. font-weight: normal;
  27942. font-style: normal;
  27943. color: rgba(0, 0, 0, 0.87);
  27944. border-radius: 0.28571429rem;
  27945. -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  27946. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  27947. }
  27948. .ui.popup > .header {
  27949. padding: 0em;
  27950. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  27951. font-size: 1.14285714em;
  27952. line-height: 1.2;
  27953. font-weight: bold;
  27954. }
  27955. .ui.popup > .header + .content {
  27956. padding-top: 0.5em;
  27957. }
  27958. .ui.popup:before {
  27959. position: absolute;
  27960. content: '';
  27961. width: 0.71428571em;
  27962. height: 0.71428571em;
  27963. background: #FFFFFF;
  27964. -webkit-transform: rotate(45deg);
  27965. transform: rotate(45deg);
  27966. z-index: 2;
  27967. -webkit-box-shadow: 1px 1px 0px 0px #bababc;
  27968. box-shadow: 1px 1px 0px 0px #bababc;
  27969. }
  27970. /*******************************
  27971. Types
  27972. *******************************/
  27973. /*--------------
  27974. Tooltip
  27975. ---------------*/
  27976. /* Content */
  27977. [data-tooltip] {
  27978. position: relative;
  27979. }
  27980. /* Arrow */
  27981. [data-tooltip]:before {
  27982. pointer-events: none;
  27983. position: absolute;
  27984. content: '';
  27985. font-size: 1rem;
  27986. width: 0.71428571em;
  27987. height: 0.71428571em;
  27988. background: #FFFFFF;
  27989. -webkit-transform: rotate(45deg);
  27990. transform: rotate(45deg);
  27991. z-index: 2;
  27992. -webkit-box-shadow: 1px 1px 0px 0px #bababc;
  27993. box-shadow: 1px 1px 0px 0px #bababc;
  27994. }
  27995. /* Popup */
  27996. [data-tooltip]:after {
  27997. pointer-events: none;
  27998. content: attr(data-tooltip);
  27999. position: absolute;
  28000. text-transform: none;
  28001. text-align: left;
  28002. white-space: nowrap;
  28003. font-size: 1rem;
  28004. border: 1px solid #D4D4D5;
  28005. line-height: 1.4285em;
  28006. max-width: none;
  28007. background: #FFFFFF;
  28008. padding: 0.833em 1em;
  28009. font-weight: normal;
  28010. font-style: normal;
  28011. color: rgba(0, 0, 0, 0.87);
  28012. border-radius: 0.28571429rem;
  28013. -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  28014. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  28015. z-index: 1;
  28016. }
  28017. /* Default Position (Top Center) */
  28018. [data-tooltip]:not([data-position]):before {
  28019. top: auto;
  28020. right: auto;
  28021. bottom: 100%;
  28022. left: 50%;
  28023. background: #FFFFFF;
  28024. margin-left: -0.07142857rem;
  28025. margin-bottom: 0.14285714rem;
  28026. }
  28027. [data-tooltip]:not([data-position]):after {
  28028. left: 50%;
  28029. -webkit-transform: translateX(-50%);
  28030. transform: translateX(-50%);
  28031. bottom: 100%;
  28032. margin-bottom: 0.5em;
  28033. }
  28034. /* Animation */
  28035. [data-tooltip]:before,
  28036. [data-tooltip]:after {
  28037. pointer-events: none;
  28038. visibility: hidden;
  28039. }
  28040. [data-tooltip]:before {
  28041. opacity: 0;
  28042. -webkit-transform: rotate(45deg) scale(0) !important;
  28043. transform: rotate(45deg) scale(0) !important;
  28044. -webkit-transform-origin: center top;
  28045. transform-origin: center top;
  28046. -webkit-transition: all 0.1s ease;
  28047. transition: all 0.1s ease;
  28048. }
  28049. [data-tooltip]:after {
  28050. opacity: 1;
  28051. -webkit-transform-origin: center bottom;
  28052. transform-origin: center bottom;
  28053. -webkit-transition: all 0.1s ease;
  28054. transition: all 0.1s ease;
  28055. }
  28056. [data-tooltip]:hover:before,
  28057. [data-tooltip]:hover:after {
  28058. visibility: visible;
  28059. pointer-events: auto;
  28060. }
  28061. [data-tooltip]:hover:before {
  28062. -webkit-transform: rotate(45deg) scale(1) !important;
  28063. transform: rotate(45deg) scale(1) !important;
  28064. opacity: 1;
  28065. }
  28066. /* Animation Position */
  28067. [data-tooltip]:after,
  28068. [data-tooltip][data-position="top center"]:after,
  28069. [data-tooltip][data-position="bottom center"]:after {
  28070. -webkit-transform: translateX(-50%) scale(0) !important;
  28071. transform: translateX(-50%) scale(0) !important;
  28072. }
  28073. [data-tooltip]:hover:after,
  28074. [data-tooltip][data-position="bottom center"]:hover:after {
  28075. -webkit-transform: translateX(-50%) scale(1) !important;
  28076. transform: translateX(-50%) scale(1) !important;
  28077. }
  28078. [data-tooltip][data-position="left center"]:after,
  28079. [data-tooltip][data-position="right center"]:after {
  28080. -webkit-transform: translateY(-50%) scale(0) !important;
  28081. transform: translateY(-50%) scale(0) !important;
  28082. }
  28083. [data-tooltip][data-position="left center"]:hover:after,
  28084. [data-tooltip][data-position="right center"]:hover:after {
  28085. -webkit-transform: translateY(-50%) scale(1) !important;
  28086. transform: translateY(-50%) scale(1) !important;
  28087. }
  28088. [data-tooltip][data-position="top left"]:after,
  28089. [data-tooltip][data-position="top right"]:after,
  28090. [data-tooltip][data-position="bottom left"]:after,
  28091. [data-tooltip][data-position="bottom right"]:after {
  28092. -webkit-transform: scale(0) !important;
  28093. transform: scale(0) !important;
  28094. }
  28095. [data-tooltip][data-position="top left"]:hover:after,
  28096. [data-tooltip][data-position="top right"]:hover:after,
  28097. [data-tooltip][data-position="bottom left"]:hover:after,
  28098. [data-tooltip][data-position="bottom right"]:hover:after {
  28099. -webkit-transform: scale(1) !important;
  28100. transform: scale(1) !important;
  28101. }
  28102. /*--------------
  28103. Inverted
  28104. ---------------*/
  28105. /* Arrow */
  28106. [data-tooltip][data-inverted]:before {
  28107. -webkit-box-shadow: none !important;
  28108. box-shadow: none !important;
  28109. }
  28110. /* Arrow Position */
  28111. [data-tooltip][data-inverted]:before {
  28112. background: #1B1C1D;
  28113. }
  28114. /* Popup */
  28115. [data-tooltip][data-inverted]:after {
  28116. background: #1B1C1D;
  28117. color: #FFFFFF;
  28118. border: none;
  28119. -webkit-box-shadow: none;
  28120. box-shadow: none;
  28121. }
  28122. [data-tooltip][data-inverted]:after .header {
  28123. background-color: none;
  28124. color: #FFFFFF;
  28125. }
  28126. /*--------------
  28127. Position
  28128. ---------------*/
  28129. /* Top Center */
  28130. [data-position="top center"][data-tooltip]:after {
  28131. top: auto;
  28132. right: auto;
  28133. left: 50%;
  28134. bottom: 100%;
  28135. -webkit-transform: translateX(-50%);
  28136. transform: translateX(-50%);
  28137. margin-bottom: 0.5em;
  28138. }
  28139. [data-position="top center"][data-tooltip]:before {
  28140. top: auto;
  28141. right: auto;
  28142. bottom: 100%;
  28143. left: 50%;
  28144. background: #FFFFFF;
  28145. margin-left: -0.07142857rem;
  28146. margin-bottom: 0.14285714rem;
  28147. }
  28148. /* Top Left */
  28149. [data-position="top left"][data-tooltip]:after {
  28150. top: auto;
  28151. right: auto;
  28152. left: 0;
  28153. bottom: 100%;
  28154. margin-bottom: 0.5em;
  28155. }
  28156. [data-position="top left"][data-tooltip]:before {
  28157. top: auto;
  28158. right: auto;
  28159. bottom: 100%;
  28160. left: 1em;
  28161. margin-left: -0.07142857rem;
  28162. margin-bottom: 0.14285714rem;
  28163. }
  28164. /* Top Right */
  28165. [data-position="top right"][data-tooltip]:after {
  28166. top: auto;
  28167. left: auto;
  28168. right: 0;
  28169. bottom: 100%;
  28170. margin-bottom: 0.5em;
  28171. }
  28172. [data-position="top right"][data-tooltip]:before {
  28173. top: auto;
  28174. left: auto;
  28175. bottom: 100%;
  28176. right: 1em;
  28177. margin-left: -0.07142857rem;
  28178. margin-bottom: 0.14285714rem;
  28179. }
  28180. /* Bottom Center */
  28181. [data-position="bottom center"][data-tooltip]:after {
  28182. bottom: auto;
  28183. right: auto;
  28184. left: 50%;
  28185. top: 100%;
  28186. -webkit-transform: translateX(-50%);
  28187. transform: translateX(-50%);
  28188. margin-top: 0.5em;
  28189. }
  28190. [data-position="bottom center"][data-tooltip]:before {
  28191. bottom: auto;
  28192. right: auto;
  28193. top: 100%;
  28194. left: 50%;
  28195. margin-left: -0.07142857rem;
  28196. margin-top: 0.14285714rem;
  28197. }
  28198. /* Bottom Left */
  28199. [data-position="bottom left"][data-tooltip]:after {
  28200. left: 0;
  28201. top: 100%;
  28202. margin-top: 0.5em;
  28203. }
  28204. [data-position="bottom left"][data-tooltip]:before {
  28205. bottom: auto;
  28206. right: auto;
  28207. top: 100%;
  28208. left: 1em;
  28209. margin-left: -0.07142857rem;
  28210. margin-top: 0.14285714rem;
  28211. }
  28212. /* Bottom Right */
  28213. [data-position="bottom right"][data-tooltip]:after {
  28214. right: 0;
  28215. top: 100%;
  28216. margin-top: 0.5em;
  28217. }
  28218. [data-position="bottom right"][data-tooltip]:before {
  28219. bottom: auto;
  28220. left: auto;
  28221. top: 100%;
  28222. right: 1em;
  28223. margin-left: -0.14285714rem;
  28224. margin-top: 0.07142857rem;
  28225. }
  28226. /* Left Center */
  28227. [data-position="left center"][data-tooltip]:after {
  28228. right: 100%;
  28229. top: 50%;
  28230. margin-right: 0.5em;
  28231. -webkit-transform: translateY(-50%);
  28232. transform: translateY(-50%);
  28233. }
  28234. [data-position="left center"][data-tooltip]:before {
  28235. right: 100%;
  28236. top: 50%;
  28237. margin-top: -0.14285714rem;
  28238. margin-right: -0.07142857rem;
  28239. }
  28240. /* Right Center */
  28241. [data-position="right center"][data-tooltip]:after {
  28242. left: 100%;
  28243. top: 50%;
  28244. margin-left: 0.5em;
  28245. -webkit-transform: translateY(-50%);
  28246. transform: translateY(-50%);
  28247. }
  28248. [data-position="right center"][data-tooltip]:before {
  28249. left: 100%;
  28250. top: 50%;
  28251. margin-top: -0.07142857rem;
  28252. margin-left: 0.14285714rem;
  28253. }
  28254. /* Arrow */
  28255. [data-position~="bottom"][data-tooltip]:before {
  28256. background: #FFFFFF;
  28257. -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  28258. box-shadow: -1px -1px 0px 0px #bababc;
  28259. }
  28260. [data-position="left center"][data-tooltip]:before {
  28261. background: #FFFFFF;
  28262. -webkit-box-shadow: 1px -1px 0px 0px #bababc;
  28263. box-shadow: 1px -1px 0px 0px #bababc;
  28264. }
  28265. [data-position="right center"][data-tooltip]:before {
  28266. background: #FFFFFF;
  28267. -webkit-box-shadow: -1px 1px 0px 0px #bababc;
  28268. box-shadow: -1px 1px 0px 0px #bababc;
  28269. }
  28270. [data-position~="top"][data-tooltip]:before {
  28271. background: #FFFFFF;
  28272. }
  28273. /* Inverted Arrow Color */
  28274. [data-inverted][data-position~="bottom"][data-tooltip]:before {
  28275. background: #1B1C1D;
  28276. -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  28277. box-shadow: -1px -1px 0px 0px #bababc;
  28278. }
  28279. [data-inverted][data-position="left center"][data-tooltip]:before {
  28280. background: #1B1C1D;
  28281. -webkit-box-shadow: 1px -1px 0px 0px #bababc;
  28282. box-shadow: 1px -1px 0px 0px #bababc;
  28283. }
  28284. [data-inverted][data-position="right center"][data-tooltip]:before {
  28285. background: #1B1C1D;
  28286. -webkit-box-shadow: -1px 1px 0px 0px #bababc;
  28287. box-shadow: -1px 1px 0px 0px #bababc;
  28288. }
  28289. [data-inverted][data-position~="top"][data-tooltip]:before {
  28290. background: #1B1C1D;
  28291. }
  28292. [data-position~="bottom"][data-tooltip]:before {
  28293. -webkit-transform-origin: center bottom;
  28294. transform-origin: center bottom;
  28295. }
  28296. [data-position~="bottom"][data-tooltip]:after {
  28297. -webkit-transform-origin: center top;
  28298. transform-origin: center top;
  28299. }
  28300. [data-position="left center"][data-tooltip]:before {
  28301. -webkit-transform-origin: top center;
  28302. transform-origin: top center;
  28303. }
  28304. [data-position="left center"][data-tooltip]:after {
  28305. -webkit-transform-origin: right center;
  28306. transform-origin: right center;
  28307. }
  28308. [data-position="right center"][data-tooltip]:before {
  28309. -webkit-transform-origin: right center;
  28310. transform-origin: right center;
  28311. }
  28312. [data-position="right center"][data-tooltip]:after {
  28313. -webkit-transform-origin: left center;
  28314. transform-origin: left center;
  28315. }
  28316. /*--------------
  28317. Spacing
  28318. ---------------*/
  28319. .ui.popup {
  28320. margin: 0em;
  28321. }
  28322. /* Extending from Top */
  28323. .ui.top.popup {
  28324. margin: 0em 0em 0.71428571em;
  28325. }
  28326. .ui.top.left.popup {
  28327. -webkit-transform-origin: left bottom;
  28328. transform-origin: left bottom;
  28329. }
  28330. .ui.top.center.popup {
  28331. -webkit-transform-origin: center bottom;
  28332. transform-origin: center bottom;
  28333. }
  28334. .ui.top.right.popup {
  28335. -webkit-transform-origin: right bottom;
  28336. transform-origin: right bottom;
  28337. }
  28338. /* Extending from Vertical Center */
  28339. .ui.left.center.popup {
  28340. margin: 0em 0.71428571em 0em 0em;
  28341. -webkit-transform-origin: right 50%;
  28342. transform-origin: right 50%;
  28343. }
  28344. .ui.right.center.popup {
  28345. margin: 0em 0em 0em 0.71428571em;
  28346. -webkit-transform-origin: left 50%;
  28347. transform-origin: left 50%;
  28348. }
  28349. /* Extending from Bottom */
  28350. .ui.bottom.popup {
  28351. margin: 0.71428571em 0em 0em;
  28352. }
  28353. .ui.bottom.left.popup {
  28354. -webkit-transform-origin: left top;
  28355. transform-origin: left top;
  28356. }
  28357. .ui.bottom.center.popup {
  28358. -webkit-transform-origin: center top;
  28359. transform-origin: center top;
  28360. }
  28361. .ui.bottom.right.popup {
  28362. -webkit-transform-origin: right top;
  28363. transform-origin: right top;
  28364. }
  28365. /*--------------
  28366. Pointer
  28367. ---------------*/
  28368. /*--- Below ---*/
  28369. .ui.bottom.center.popup:before {
  28370. margin-left: -0.30714286em;
  28371. top: -0.30714286em;
  28372. left: 50%;
  28373. right: auto;
  28374. bottom: auto;
  28375. -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  28376. box-shadow: -1px -1px 0px 0px #bababc;
  28377. }
  28378. .ui.bottom.left.popup {
  28379. margin-left: 0em;
  28380. }
  28381. /*rtl:rename*/
  28382. .ui.bottom.left.popup:before {
  28383. top: -0.30714286em;
  28384. left: 1em;
  28385. right: auto;
  28386. bottom: auto;
  28387. margin-left: 0em;
  28388. -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  28389. box-shadow: -1px -1px 0px 0px #bababc;
  28390. }
  28391. .ui.bottom.right.popup {
  28392. margin-right: 0em;
  28393. }
  28394. /*rtl:rename*/
  28395. .ui.bottom.right.popup:before {
  28396. top: -0.30714286em;
  28397. right: 1em;
  28398. bottom: auto;
  28399. left: auto;
  28400. margin-left: 0em;
  28401. -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  28402. box-shadow: -1px -1px 0px 0px #bababc;
  28403. }
  28404. /*--- Above ---*/
  28405. .ui.top.center.popup:before {
  28406. top: auto;
  28407. right: auto;
  28408. bottom: -0.30714286em;
  28409. left: 50%;
  28410. margin-left: -0.30714286em;
  28411. }
  28412. .ui.top.left.popup {
  28413. margin-left: 0em;
  28414. }
  28415. /*rtl:rename*/
  28416. .ui.top.left.popup:before {
  28417. bottom: -0.30714286em;
  28418. left: 1em;
  28419. top: auto;
  28420. right: auto;
  28421. margin-left: 0em;
  28422. }
  28423. .ui.top.right.popup {
  28424. margin-right: 0em;
  28425. }
  28426. /*rtl:rename*/
  28427. .ui.top.right.popup:before {
  28428. bottom: -0.30714286em;
  28429. right: 1em;
  28430. top: auto;
  28431. left: auto;
  28432. margin-left: 0em;
  28433. }
  28434. /*--- Left Center ---*/
  28435. /*rtl:rename*/
  28436. .ui.left.center.popup:before {
  28437. top: 50%;
  28438. right: -0.30714286em;
  28439. bottom: auto;
  28440. left: auto;
  28441. margin-top: -0.30714286em;
  28442. -webkit-box-shadow: 1px -1px 0px 0px #bababc;
  28443. box-shadow: 1px -1px 0px 0px #bababc;
  28444. }
  28445. /*--- Right Center ---*/
  28446. /*rtl:rename*/
  28447. .ui.right.center.popup:before {
  28448. top: 50%;
  28449. left: -0.30714286em;
  28450. bottom: auto;
  28451. right: auto;
  28452. margin-top: -0.30714286em;
  28453. -webkit-box-shadow: -1px 1px 0px 0px #bababc;
  28454. box-shadow: -1px 1px 0px 0px #bababc;
  28455. }
  28456. /* Arrow Color By Location */
  28457. .ui.bottom.popup:before {
  28458. background: #FFFFFF;
  28459. }
  28460. .ui.right.center.popup:before,
  28461. .ui.left.center.popup:before {
  28462. background: #FFFFFF;
  28463. }
  28464. .ui.top.popup:before {
  28465. background: #FFFFFF;
  28466. }
  28467. /* Inverted Arrow Color */
  28468. .ui.inverted.bottom.popup:before {
  28469. background: #1B1C1D;
  28470. }
  28471. .ui.inverted.right.center.popup:before,
  28472. .ui.inverted.left.center.popup:before {
  28473. background: #1B1C1D;
  28474. }
  28475. .ui.inverted.top.popup:before {
  28476. background: #1B1C1D;
  28477. }
  28478. /*******************************
  28479. Coupling
  28480. *******************************/
  28481. /* Immediate Nested Grid */
  28482. .ui.popup > .ui.grid:not(.padded) {
  28483. width: calc(100% + 1.75rem);
  28484. margin: -0.7rem -0.875rem;
  28485. }
  28486. /*******************************
  28487. States
  28488. *******************************/
  28489. .ui.loading.popup {
  28490. display: block;
  28491. visibility: hidden;
  28492. z-index: -1;
  28493. }
  28494. .ui.animating.popup,
  28495. .ui.visible.popup {
  28496. display: block;
  28497. }
  28498. .ui.visible.popup {
  28499. -webkit-transform: translateZ(0px);
  28500. transform: translateZ(0px);
  28501. -webkit-backface-visibility: hidden;
  28502. backface-visibility: hidden;
  28503. }
  28504. /*******************************
  28505. Variations
  28506. *******************************/
  28507. /*--------------
  28508. Basic
  28509. ---------------*/
  28510. .ui.basic.popup:before {
  28511. display: none;
  28512. }
  28513. /*--------------
  28514. Wide
  28515. ---------------*/
  28516. .ui.wide.popup {
  28517. max-width: 350px;
  28518. }
  28519. .ui[class*="very wide"].popup {
  28520. max-width: 550px;
  28521. }
  28522. @media only screen and (max-width: 767px) {
  28523. .ui.wide.popup,
  28524. .ui[class*="very wide"].popup {
  28525. max-width: 250px;
  28526. }
  28527. }
  28528. /*--------------
  28529. Fluid
  28530. ---------------*/
  28531. .ui.fluid.popup {
  28532. width: 100%;
  28533. max-width: none;
  28534. }
  28535. /*--------------
  28536. Colors
  28537. ---------------*/
  28538. /* Inverted colors */
  28539. .ui.inverted.popup {
  28540. background: #1B1C1D;
  28541. color: #FFFFFF;
  28542. border: none;
  28543. -webkit-box-shadow: none;
  28544. box-shadow: none;
  28545. }
  28546. .ui.inverted.popup .header {
  28547. background-color: none;
  28548. color: #FFFFFF;
  28549. }
  28550. .ui.inverted.popup:before {
  28551. background-color: #1B1C1D;
  28552. -webkit-box-shadow: none !important;
  28553. box-shadow: none !important;
  28554. }
  28555. /*--------------
  28556. Flowing
  28557. ---------------*/
  28558. .ui.flowing.popup {
  28559. max-width: none;
  28560. }
  28561. /*--------------
  28562. Sizes
  28563. ---------------*/
  28564. .ui.mini.popup {
  28565. font-size: 0.78571429rem;
  28566. }
  28567. .ui.tiny.popup {
  28568. font-size: 0.85714286rem;
  28569. }
  28570. .ui.small.popup {
  28571. font-size: 0.92857143rem;
  28572. }
  28573. .ui.popup {
  28574. font-size: 1rem;
  28575. }
  28576. .ui.large.popup {
  28577. font-size: 1.14285714rem;
  28578. }
  28579. .ui.huge.popup {
  28580. font-size: 1.42857143rem;
  28581. }
  28582. /*******************************
  28583. Theme Overrides
  28584. *******************************/
  28585. /*******************************
  28586. User Overrides
  28587. *******************************/
  28588. /*!
  28589. * # Semantic UI 2.4.0 - Progress Bar
  28590. * http://github.com/semantic-org/semantic-ui/
  28591. *
  28592. *
  28593. * Released under the MIT license
  28594. * http://opensource.org/licenses/MIT
  28595. *
  28596. */
  28597. /*******************************
  28598. Progress
  28599. *******************************/
  28600. .ui.progress {
  28601. position: relative;
  28602. display: block;
  28603. max-width: 100%;
  28604. border: none;
  28605. margin: 1em 0em 2.5em;
  28606. -webkit-box-shadow: none;
  28607. box-shadow: none;
  28608. background: rgba(0, 0, 0, 0.1);
  28609. padding: 0em;
  28610. border-radius: 0.28571429rem;
  28611. }
  28612. .ui.progress:first-child {
  28613. margin: 0em 0em 2.5em;
  28614. }
  28615. .ui.progress:last-child {
  28616. margin: 0em 0em 1.5em;
  28617. }
  28618. /*******************************
  28619. Content
  28620. *******************************/
  28621. /* Activity Bar */
  28622. .ui.progress .bar {
  28623. display: block;
  28624. line-height: 1;
  28625. position: relative;
  28626. width: 0%;
  28627. min-width: 2em;
  28628. background: #888888;
  28629. border-radius: 0.28571429rem;
  28630. -webkit-transition: width 0.1s ease, background-color 0.1s ease;
  28631. transition: width 0.1s ease, background-color 0.1s ease;
  28632. }
  28633. /* Percent Complete */
  28634. .ui.progress .bar > .progress {
  28635. white-space: nowrap;
  28636. position: absolute;
  28637. width: auto;
  28638. font-size: 0.92857143em;
  28639. top: 50%;
  28640. right: 0.5em;
  28641. left: auto;
  28642. bottom: auto;
  28643. color: rgba(255, 255, 255, 0.7);
  28644. text-shadow: none;
  28645. margin-top: -0.5em;
  28646. font-weight: bold;
  28647. text-align: left;
  28648. }
  28649. /* Label */
  28650. .ui.progress > .label {
  28651. position: absolute;
  28652. width: 100%;
  28653. font-size: 1em;
  28654. top: 100%;
  28655. right: auto;
  28656. left: 0%;
  28657. bottom: auto;
  28658. color: rgba(0, 0, 0, 0.87);
  28659. font-weight: bold;
  28660. text-shadow: none;
  28661. margin-top: 0.2em;
  28662. text-align: center;
  28663. -webkit-transition: color 0.4s ease;
  28664. transition: color 0.4s ease;
  28665. }
  28666. /*******************************
  28667. Types
  28668. *******************************/
  28669. /* Indicating */
  28670. .ui.indicating.progress[data-percent^="1"] .bar,
  28671. .ui.indicating.progress[data-percent^="2"] .bar {
  28672. background-color: #D95C5C;
  28673. }
  28674. .ui.indicating.progress[data-percent^="3"] .bar {
  28675. background-color: #EFBC72;
  28676. }
  28677. .ui.indicating.progress[data-percent^="4"] .bar,
  28678. .ui.indicating.progress[data-percent^="5"] .bar {
  28679. background-color: #E6BB48;
  28680. }
  28681. .ui.indicating.progress[data-percent^="6"] .bar {
  28682. background-color: #DDC928;
  28683. }
  28684. .ui.indicating.progress[data-percent^="7"] .bar,
  28685. .ui.indicating.progress[data-percent^="8"] .bar {
  28686. background-color: #B4D95C;
  28687. }
  28688. .ui.indicating.progress[data-percent^="9"] .bar,
  28689. .ui.indicating.progress[data-percent^="100"] .bar {
  28690. background-color: #66DA81;
  28691. }
  28692. /* Indicating Label */
  28693. .ui.indicating.progress[data-percent^="1"] .label,
  28694. .ui.indicating.progress[data-percent^="2"] .label {
  28695. color: rgba(0, 0, 0, 0.87);
  28696. }
  28697. .ui.indicating.progress[data-percent^="3"] .label {
  28698. color: rgba(0, 0, 0, 0.87);
  28699. }
  28700. .ui.indicating.progress[data-percent^="4"] .label,
  28701. .ui.indicating.progress[data-percent^="5"] .label {
  28702. color: rgba(0, 0, 0, 0.87);
  28703. }
  28704. .ui.indicating.progress[data-percent^="6"] .label {
  28705. color: rgba(0, 0, 0, 0.87);
  28706. }
  28707. .ui.indicating.progress[data-percent^="7"] .label,
  28708. .ui.indicating.progress[data-percent^="8"] .label {
  28709. color: rgba(0, 0, 0, 0.87);
  28710. }
  28711. .ui.indicating.progress[data-percent^="9"] .label,
  28712. .ui.indicating.progress[data-percent^="100"] .label {
  28713. color: rgba(0, 0, 0, 0.87);
  28714. }
  28715. /* Single Digits */
  28716. .ui.indicating.progress[data-percent="1"] .bar,
  28717. .ui.indicating.progress[data-percent="2"] .bar,
  28718. .ui.indicating.progress[data-percent="3"] .bar,
  28719. .ui.indicating.progress[data-percent="4"] .bar,
  28720. .ui.indicating.progress[data-percent="5"] .bar,
  28721. .ui.indicating.progress[data-percent="6"] .bar,
  28722. .ui.indicating.progress[data-percent="7"] .bar,
  28723. .ui.indicating.progress[data-percent="8"] .bar,
  28724. .ui.indicating.progress[data-percent="9"] .bar {
  28725. background-color: #D95C5C;
  28726. }
  28727. .ui.indicating.progress[data-percent="1"] .label,
  28728. .ui.indicating.progress[data-percent="2"] .label,
  28729. .ui.indicating.progress[data-percent="3"] .label,
  28730. .ui.indicating.progress[data-percent="4"] .label,
  28731. .ui.indicating.progress[data-percent="5"] .label,
  28732. .ui.indicating.progress[data-percent="6"] .label,
  28733. .ui.indicating.progress[data-percent="7"] .label,
  28734. .ui.indicating.progress[data-percent="8"] .label,
  28735. .ui.indicating.progress[data-percent="9"] .label {
  28736. color: rgba(0, 0, 0, 0.87);
  28737. }
  28738. /* Indicating Success */
  28739. .ui.indicating.progress.success .label {
  28740. color: #1A531B;
  28741. }
  28742. /*******************************
  28743. States
  28744. *******************************/
  28745. /*--------------
  28746. Success
  28747. ---------------*/
  28748. .ui.progress.success .bar {
  28749. background-color: #21BA45 !important;
  28750. }
  28751. .ui.progress.success .bar,
  28752. .ui.progress.success .bar::after {
  28753. -webkit-animation: none !important;
  28754. animation: none !important;
  28755. }
  28756. .ui.progress.success > .label {
  28757. color: #1A531B;
  28758. }
  28759. /*--------------
  28760. Warning
  28761. ---------------*/
  28762. .ui.progress.warning .bar {
  28763. background-color: #F2C037 !important;
  28764. }
  28765. .ui.progress.warning .bar,
  28766. .ui.progress.warning .bar::after {
  28767. -webkit-animation: none !important;
  28768. animation: none !important;
  28769. }
  28770. .ui.progress.warning > .label {
  28771. color: #794B02;
  28772. }
  28773. /*--------------
  28774. Error
  28775. ---------------*/
  28776. .ui.progress.error .bar {
  28777. background-color: #DB2828 !important;
  28778. }
  28779. .ui.progress.error .bar,
  28780. .ui.progress.error .bar::after {
  28781. -webkit-animation: none !important;
  28782. animation: none !important;
  28783. }
  28784. .ui.progress.error > .label {
  28785. color: #912D2B;
  28786. }
  28787. /*--------------
  28788. Active
  28789. ---------------*/
  28790. .ui.active.progress .bar {
  28791. position: relative;
  28792. min-width: 2em;
  28793. }
  28794. .ui.active.progress .bar::after {
  28795. content: '';
  28796. opacity: 0;
  28797. position: absolute;
  28798. top: 0px;
  28799. left: 0px;
  28800. right: 0px;
  28801. bottom: 0px;
  28802. background: #FFFFFF;
  28803. border-radius: 0.28571429rem;
  28804. -webkit-animation: progress-active 2s ease infinite;
  28805. animation: progress-active 2s ease infinite;
  28806. }
  28807. @-webkit-keyframes progress-active {
  28808. 0% {
  28809. opacity: 0.3;
  28810. width: 0;
  28811. }
  28812. 100% {
  28813. opacity: 0;
  28814. width: 100%;
  28815. }
  28816. }
  28817. @keyframes progress-active {
  28818. 0% {
  28819. opacity: 0.3;
  28820. width: 0;
  28821. }
  28822. 100% {
  28823. opacity: 0;
  28824. width: 100%;
  28825. }
  28826. }
  28827. /*--------------
  28828. Disabled
  28829. ---------------*/
  28830. .ui.disabled.progress {
  28831. opacity: 0.35;
  28832. }
  28833. .ui.disabled.progress .bar,
  28834. .ui.disabled.progress .bar::after {
  28835. -webkit-animation: none !important;
  28836. animation: none !important;
  28837. }
  28838. /*******************************
  28839. Variations
  28840. *******************************/
  28841. /*--------------
  28842. Inverted
  28843. ---------------*/
  28844. .ui.inverted.progress {
  28845. background: rgba(255, 255, 255, 0.08);
  28846. border: none;
  28847. }
  28848. .ui.inverted.progress .bar {
  28849. background: #888888;
  28850. }
  28851. .ui.inverted.progress .bar > .progress {
  28852. color: #F9FAFB;
  28853. }
  28854. .ui.inverted.progress > .label {
  28855. color: #FFFFFF;
  28856. }
  28857. .ui.inverted.progress.success > .label {
  28858. color: #21BA45;
  28859. }
  28860. .ui.inverted.progress.warning > .label {
  28861. color: #F2C037;
  28862. }
  28863. .ui.inverted.progress.error > .label {
  28864. color: #DB2828;
  28865. }
  28866. /*--------------
  28867. Attached
  28868. ---------------*/
  28869. /* bottom attached */
  28870. .ui.progress.attached {
  28871. background: transparent;
  28872. position: relative;
  28873. border: none;
  28874. margin: 0em;
  28875. }
  28876. .ui.progress.attached,
  28877. .ui.progress.attached .bar {
  28878. display: block;
  28879. height: 0.2rem;
  28880. padding: 0px;
  28881. overflow: hidden;
  28882. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  28883. }
  28884. .ui.progress.attached .bar {
  28885. border-radius: 0em;
  28886. }
  28887. /* top attached */
  28888. .ui.progress.top.attached,
  28889. .ui.progress.top.attached .bar {
  28890. top: 0px;
  28891. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  28892. }
  28893. .ui.progress.top.attached .bar {
  28894. border-radius: 0em;
  28895. }
  28896. /* Coupling */
  28897. .ui.segment > .ui.attached.progress,
  28898. .ui.card > .ui.attached.progress {
  28899. position: absolute;
  28900. top: auto;
  28901. left: 0;
  28902. bottom: 100%;
  28903. width: 100%;
  28904. }
  28905. .ui.segment > .ui.bottom.attached.progress,
  28906. .ui.card > .ui.bottom.attached.progress {
  28907. top: 100%;
  28908. bottom: auto;
  28909. }
  28910. /*--------------
  28911. Colors
  28912. ---------------*/
  28913. /* Red */
  28914. .ui.red.progress .bar {
  28915. background-color: #DB2828;
  28916. }
  28917. .ui.red.inverted.progress .bar {
  28918. background-color: #FF695E;
  28919. }
  28920. /* Orange */
  28921. .ui.orange.progress .bar {
  28922. background-color: #F2711C;
  28923. }
  28924. .ui.orange.inverted.progress .bar {
  28925. background-color: #FF851B;
  28926. }
  28927. /* Yellow */
  28928. .ui.yellow.progress .bar {
  28929. background-color: #FBBD08;
  28930. }
  28931. .ui.yellow.inverted.progress .bar {
  28932. background-color: #FFE21F;
  28933. }
  28934. /* Olive */
  28935. .ui.olive.progress .bar {
  28936. background-color: #B5CC18;
  28937. }
  28938. .ui.olive.inverted.progress .bar {
  28939. background-color: #D9E778;
  28940. }
  28941. /* Green */
  28942. .ui.green.progress .bar {
  28943. background-color: #21BA45;
  28944. }
  28945. .ui.green.inverted.progress .bar {
  28946. background-color: #2ECC40;
  28947. }
  28948. /* Teal */
  28949. .ui.teal.progress .bar {
  28950. background-color: #00B5AD;
  28951. }
  28952. .ui.teal.inverted.progress .bar {
  28953. background-color: #6DFFFF;
  28954. }
  28955. /* Blue */
  28956. .ui.blue.progress .bar {
  28957. background-color: #2185D0;
  28958. }
  28959. .ui.blue.inverted.progress .bar {
  28960. background-color: #54C8FF;
  28961. }
  28962. /* Violet */
  28963. .ui.violet.progress .bar {
  28964. background-color: #6435C9;
  28965. }
  28966. .ui.violet.inverted.progress .bar {
  28967. background-color: #A291FB;
  28968. }
  28969. /* Purple */
  28970. .ui.purple.progress .bar {
  28971. background-color: #A333C8;
  28972. }
  28973. .ui.purple.inverted.progress .bar {
  28974. background-color: #DC73FF;
  28975. }
  28976. /* Pink */
  28977. .ui.pink.progress .bar {
  28978. background-color: #E03997;
  28979. }
  28980. .ui.pink.inverted.progress .bar {
  28981. background-color: #FF8EDF;
  28982. }
  28983. /* Brown */
  28984. .ui.brown.progress .bar {
  28985. background-color: #A5673F;
  28986. }
  28987. .ui.brown.inverted.progress .bar {
  28988. background-color: #D67C1C;
  28989. }
  28990. /* Grey */
  28991. .ui.grey.progress .bar {
  28992. background-color: #767676;
  28993. }
  28994. .ui.grey.inverted.progress .bar {
  28995. background-color: #DCDDDE;
  28996. }
  28997. /* Black */
  28998. .ui.black.progress .bar {
  28999. background-color: #1B1C1D;
  29000. }
  29001. .ui.black.inverted.progress .bar {
  29002. background-color: #545454;
  29003. }
  29004. /*--------------
  29005. Sizes
  29006. ---------------*/
  29007. .ui.tiny.progress {
  29008. font-size: 0.85714286rem;
  29009. }
  29010. .ui.tiny.progress .bar {
  29011. height: 0.5em;
  29012. }
  29013. .ui.small.progress {
  29014. font-size: 0.92857143rem;
  29015. }
  29016. .ui.small.progress .bar {
  29017. height: 1em;
  29018. }
  29019. .ui.progress {
  29020. font-size: 1rem;
  29021. }
  29022. .ui.progress .bar {
  29023. height: 1.75em;
  29024. }
  29025. .ui.large.progress {
  29026. font-size: 1.14285714rem;
  29027. }
  29028. .ui.large.progress .bar {
  29029. height: 2.5em;
  29030. }
  29031. .ui.big.progress {
  29032. font-size: 1.28571429rem;
  29033. }
  29034. .ui.big.progress .bar {
  29035. height: 3.5em;
  29036. }
  29037. /*******************************
  29038. Progress
  29039. *******************************/
  29040. /*******************************
  29041. Site Overrides
  29042. *******************************/
  29043. /*!
  29044. * # Semantic UI 2.4.0 - Rating
  29045. * http://github.com/semantic-org/semantic-ui/
  29046. *
  29047. *
  29048. * Released under the MIT license
  29049. * http://opensource.org/licenses/MIT
  29050. *
  29051. */
  29052. /*******************************
  29053. Rating
  29054. *******************************/
  29055. .ui.rating {
  29056. display: -webkit-inline-box;
  29057. display: -ms-inline-flexbox;
  29058. display: inline-flex;
  29059. white-space: nowrap;
  29060. vertical-align: baseline;
  29061. }
  29062. .ui.rating:last-child {
  29063. margin-right: 0em;
  29064. }
  29065. /* Icon */
  29066. .ui.rating .icon {
  29067. padding: 0em;
  29068. margin: 0em;
  29069. text-align: center;
  29070. font-weight: normal;
  29071. font-style: normal;
  29072. -webkit-box-flex: 1;
  29073. -ms-flex: 1 0 auto;
  29074. flex: 1 0 auto;
  29075. cursor: pointer;
  29076. width: 1.25em;
  29077. height: auto;
  29078. -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  29079. transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  29080. }
  29081. /*******************************
  29082. Types
  29083. *******************************/
  29084. /*-------------------
  29085. Standard
  29086. --------------------*/
  29087. /* Inactive Icon */
  29088. .ui.rating .icon {
  29089. background: transparent;
  29090. color: rgba(0, 0, 0, 0.15);
  29091. }
  29092. /* Active Icon */
  29093. .ui.rating .active.icon {
  29094. background: transparent;
  29095. color: rgba(0, 0, 0, 0.85);
  29096. }
  29097. /* Selected Icon */
  29098. .ui.rating .icon.selected,
  29099. .ui.rating .icon.selected.active {
  29100. background: transparent;
  29101. color: rgba(0, 0, 0, 0.87);
  29102. }
  29103. /*-------------------
  29104. Star
  29105. --------------------*/
  29106. /* Inactive */
  29107. .ui.star.rating .icon {
  29108. width: 1.25em;
  29109. height: auto;
  29110. background: transparent;
  29111. color: rgba(0, 0, 0, 0.15);
  29112. text-shadow: none;
  29113. }
  29114. /* Active Star */
  29115. .ui.star.rating .active.icon {
  29116. background: transparent !important;
  29117. color: #FFE623 !important;
  29118. text-shadow: 0px -1px 0px #DDC507, -1px 0px 0px #DDC507, 0px 1px 0px #DDC507, 1px 0px 0px #DDC507 !important;
  29119. }
  29120. /* Selected Star */
  29121. .ui.star.rating .icon.selected,
  29122. .ui.star.rating .icon.selected.active {
  29123. background: transparent !important;
  29124. color: #FFCC00 !important;
  29125. text-shadow: 0px -1px 0px #E6A200, -1px 0px 0px #E6A200, 0px 1px 0px #E6A200, 1px 0px 0px #E6A200 !important;
  29126. }
  29127. /*-------------------
  29128. Heart
  29129. --------------------*/
  29130. .ui.heart.rating .icon {
  29131. width: 1.4em;
  29132. height: auto;
  29133. background: transparent;
  29134. color: rgba(0, 0, 0, 0.15);
  29135. text-shadow: none !important;
  29136. }
  29137. /* Active Heart */
  29138. .ui.heart.rating .active.icon {
  29139. background: transparent !important;
  29140. color: #FF6D75 !important;
  29141. text-shadow: 0px -1px 0px #CD0707, -1px 0px 0px #CD0707, 0px 1px 0px #CD0707, 1px 0px 0px #CD0707 !important;
  29142. }
  29143. /* Selected Heart */
  29144. .ui.heart.rating .icon.selected,
  29145. .ui.heart.rating .icon.selected.active {
  29146. background: transparent !important;
  29147. color: #FF3000 !important;
  29148. text-shadow: 0px -1px 0px #AA0101, -1px 0px 0px #AA0101, 0px 1px 0px #AA0101, 1px 0px 0px #AA0101 !important;
  29149. }
  29150. /*******************************
  29151. States
  29152. *******************************/
  29153. /*-------------------
  29154. Disabled
  29155. --------------------*/
  29156. /* disabled rating */
  29157. .ui.disabled.rating .icon {
  29158. cursor: default;
  29159. }
  29160. /*-------------------
  29161. User Interactive
  29162. --------------------*/
  29163. /* Selected Rating */
  29164. .ui.rating.selected .active.icon {
  29165. opacity: 1;
  29166. }
  29167. .ui.rating.selected .icon.selected,
  29168. .ui.rating .icon.selected {
  29169. opacity: 1;
  29170. }
  29171. /*******************************
  29172. Variations
  29173. *******************************/
  29174. .ui.mini.rating {
  29175. font-size: 0.78571429rem;
  29176. }
  29177. .ui.tiny.rating {
  29178. font-size: 0.85714286rem;
  29179. }
  29180. .ui.small.rating {
  29181. font-size: 0.92857143rem;
  29182. }
  29183. .ui.rating {
  29184. font-size: 1rem;
  29185. }
  29186. .ui.large.rating {
  29187. font-size: 1.14285714rem;
  29188. }
  29189. .ui.huge.rating {
  29190. font-size: 1.42857143rem;
  29191. }
  29192. .ui.massive.rating {
  29193. font-size: 2rem;
  29194. }
  29195. /*******************************
  29196. Theme Overrides
  29197. *******************************/
  29198. @font-face {
  29199. font-family: 'Rating';
  29200. src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  29201. font-weight: normal;
  29202. font-style: normal;
  29203. }
  29204. .ui.rating .icon {
  29205. font-family: 'Rating';
  29206. line-height: 1;
  29207. -webkit-backface-visibility: hidden;
  29208. backface-visibility: hidden;
  29209. font-weight: normal;
  29210. font-style: normal;
  29211. text-align: center;
  29212. }
  29213. /* Empty Star */
  29214. .ui.rating .icon:before {
  29215. content: '\f005';
  29216. }
  29217. /* Active Star */
  29218. .ui.rating .active.icon:before {
  29219. content: '\f005';
  29220. }
  29221. /*-------------------
  29222. Star
  29223. --------------------*/
  29224. /* Unfilled Star */
  29225. .ui.star.rating .icon:before {
  29226. content: '\f005';
  29227. }
  29228. /* Active Star */
  29229. .ui.star.rating .active.icon:before {
  29230. content: '\f005';
  29231. }
  29232. /* Partial */
  29233. .ui.star.rating .partial.icon:before {
  29234. content: '\f006';
  29235. }
  29236. .ui.star.rating .partial.icon {
  29237. content: '\f005';
  29238. }
  29239. /*-------------------
  29240. Heart
  29241. --------------------*/
  29242. /* Empty Heart
  29243. .ui.heart.rating .icon:before {
  29244. content: '\f08a';
  29245. }
  29246. */
  29247. .ui.heart.rating .icon:before {
  29248. content: '\f004';
  29249. }
  29250. /* Active */
  29251. .ui.heart.rating .active.icon:before {
  29252. content: '\f004';
  29253. }
  29254. /*******************************
  29255. Site Overrides
  29256. *******************************/
  29257. /*!
  29258. * # Semantic UI 2.4.0 - Search
  29259. * http://github.com/semantic-org/semantic-ui/
  29260. *
  29261. *
  29262. * Released under the MIT license
  29263. * http://opensource.org/licenses/MIT
  29264. *
  29265. */
  29266. /*******************************
  29267. Search
  29268. *******************************/
  29269. .ui.search {
  29270. position: relative;
  29271. }
  29272. .ui.search > .prompt {
  29273. margin: 0em;
  29274. outline: none;
  29275. -webkit-appearance: none;
  29276. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  29277. text-shadow: none;
  29278. font-style: normal;
  29279. font-weight: normal;
  29280. line-height: 1.21428571em;
  29281. padding: 0.67857143em 1em;
  29282. font-size: 1em;
  29283. background: #FFFFFF;
  29284. border: 1px solid rgba(34, 36, 38, 0.15);
  29285. color: rgba(0, 0, 0, 0.87);
  29286. -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
  29287. box-shadow: 0em 0em 0em 0em transparent inset;
  29288. -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  29289. transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  29290. transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  29291. transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  29292. }
  29293. .ui.search .prompt {
  29294. border-radius: 500rem;
  29295. }
  29296. /*--------------
  29297. Icon
  29298. ---------------*/
  29299. .ui.search .prompt ~ .search.icon {
  29300. cursor: pointer;
  29301. }
  29302. /*--------------
  29303. Results
  29304. ---------------*/
  29305. .ui.search > .results {
  29306. display: none;
  29307. position: absolute;
  29308. top: 100%;
  29309. left: 0%;
  29310. -webkit-transform-origin: center top;
  29311. transform-origin: center top;
  29312. white-space: normal;
  29313. text-align: left;
  29314. text-transform: none;
  29315. background: #FFFFFF;
  29316. margin-top: 0.5em;
  29317. width: 18em;
  29318. border-radius: 0.28571429rem;
  29319. -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  29320. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  29321. border: 1px solid #D4D4D5;
  29322. z-index: 998;
  29323. }
  29324. .ui.search > .results > :first-child {
  29325. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  29326. }
  29327. .ui.search > .results > :last-child {
  29328. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  29329. }
  29330. /*--------------
  29331. Result
  29332. ---------------*/
  29333. .ui.search > .results .result {
  29334. cursor: pointer;
  29335. display: block;
  29336. overflow: hidden;
  29337. font-size: 1em;
  29338. padding: 0.85714286em 1.14285714em;
  29339. color: rgba(0, 0, 0, 0.87);
  29340. line-height: 1.33;
  29341. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  29342. }
  29343. .ui.search > .results .result:last-child {
  29344. border-bottom: none !important;
  29345. }
  29346. /* Image */
  29347. .ui.search > .results .result .image {
  29348. float: right;
  29349. overflow: hidden;
  29350. background: none;
  29351. width: 5em;
  29352. height: 3em;
  29353. border-radius: 0.25em;
  29354. }
  29355. .ui.search > .results .result .image img {
  29356. display: block;
  29357. width: auto;
  29358. height: 100%;
  29359. }
  29360. /*--------------
  29361. Info
  29362. ---------------*/
  29363. .ui.search > .results .result .image + .content {
  29364. margin: 0em 6em 0em 0em;
  29365. }
  29366. .ui.search > .results .result .title {
  29367. margin: -0.14285714em 0em 0em;
  29368. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  29369. font-weight: bold;
  29370. font-size: 1em;
  29371. color: rgba(0, 0, 0, 0.85);
  29372. }
  29373. .ui.search > .results .result .description {
  29374. margin-top: 0;
  29375. font-size: 0.92857143em;
  29376. color: rgba(0, 0, 0, 0.4);
  29377. }
  29378. .ui.search > .results .result .price {
  29379. float: right;
  29380. color: #21BA45;
  29381. }
  29382. /*--------------
  29383. Message
  29384. ---------------*/
  29385. .ui.search > .results > .message {
  29386. padding: 1em 1em;
  29387. }
  29388. .ui.search > .results > .message .header {
  29389. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  29390. font-size: 1rem;
  29391. font-weight: bold;
  29392. color: rgba(0, 0, 0, 0.87);
  29393. }
  29394. .ui.search > .results > .message .description {
  29395. margin-top: 0.25rem;
  29396. font-size: 1em;
  29397. color: rgba(0, 0, 0, 0.87);
  29398. }
  29399. /* View All Results */
  29400. .ui.search > .results > .action {
  29401. display: block;
  29402. border-top: none;
  29403. background: #F3F4F5;
  29404. padding: 0.92857143em 1em;
  29405. color: rgba(0, 0, 0, 0.87);
  29406. font-weight: bold;
  29407. text-align: center;
  29408. }
  29409. /*******************************
  29410. States
  29411. *******************************/
  29412. /*--------------------
  29413. Focus
  29414. ---------------------*/
  29415. .ui.search > .prompt:focus {
  29416. border-color: rgba(34, 36, 38, 0.35);
  29417. background: #FFFFFF;
  29418. color: rgba(0, 0, 0, 0.95);
  29419. }
  29420. /*--------------------
  29421. Loading
  29422. ---------------------*/
  29423. .ui.loading.search .input > i.icon:before {
  29424. position: absolute;
  29425. content: '';
  29426. top: 50%;
  29427. left: 50%;
  29428. margin: -0.64285714em 0em 0em -0.64285714em;
  29429. width: 1.28571429em;
  29430. height: 1.28571429em;
  29431. border-radius: 500rem;
  29432. border: 0.2em solid rgba(0, 0, 0, 0.1);
  29433. }
  29434. .ui.loading.search .input > i.icon:after {
  29435. position: absolute;
  29436. content: '';
  29437. top: 50%;
  29438. left: 50%;
  29439. margin: -0.64285714em 0em 0em -0.64285714em;
  29440. width: 1.28571429em;
  29441. height: 1.28571429em;
  29442. -webkit-animation: button-spin 0.6s linear;
  29443. animation: button-spin 0.6s linear;
  29444. -webkit-animation-iteration-count: infinite;
  29445. animation-iteration-count: infinite;
  29446. border-radius: 500rem;
  29447. border-color: #767676 transparent transparent;
  29448. border-style: solid;
  29449. border-width: 0.2em;
  29450. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  29451. box-shadow: 0px 0px 0px 1px transparent;
  29452. }
  29453. /*--------------
  29454. Hover
  29455. ---------------*/
  29456. .ui.search > .results .result:hover,
  29457. .ui.category.search > .results .category .result:hover {
  29458. background: #F9FAFB;
  29459. }
  29460. .ui.search .action:hover {
  29461. background: #E0E0E0;
  29462. }
  29463. /*--------------
  29464. Active
  29465. ---------------*/
  29466. .ui.category.search > .results .category.active {
  29467. background: #F3F4F5;
  29468. }
  29469. .ui.category.search > .results .category.active > .name {
  29470. color: rgba(0, 0, 0, 0.87);
  29471. }
  29472. .ui.search > .results .result.active,
  29473. .ui.category.search > .results .category .result.active {
  29474. position: relative;
  29475. border-left-color: rgba(34, 36, 38, 0.1);
  29476. background: #F3F4F5;
  29477. -webkit-box-shadow: none;
  29478. box-shadow: none;
  29479. }
  29480. .ui.search > .results .result.active .title {
  29481. color: rgba(0, 0, 0, 0.85);
  29482. }
  29483. .ui.search > .results .result.active .description {
  29484. color: rgba(0, 0, 0, 0.85);
  29485. }
  29486. /*--------------------
  29487. Disabled
  29488. ----------------------*/
  29489. /* Disabled */
  29490. .ui.disabled.search {
  29491. cursor: default;
  29492. pointer-events: none;
  29493. opacity: 0.45;
  29494. }
  29495. /*******************************
  29496. Types
  29497. *******************************/
  29498. /*--------------
  29499. Selection
  29500. ---------------*/
  29501. .ui.search.selection .prompt {
  29502. border-radius: 0.28571429rem;
  29503. }
  29504. /* Remove input */
  29505. .ui.search.selection > .icon.input > .remove.icon {
  29506. pointer-events: none;
  29507. position: absolute;
  29508. left: auto;
  29509. opacity: 0;
  29510. color: '';
  29511. top: 0em;
  29512. right: 0em;
  29513. -webkit-transition: color 0.1s ease, opacity 0.1s ease;
  29514. transition: color 0.1s ease, opacity 0.1s ease;
  29515. }
  29516. .ui.search.selection > .icon.input > .active.remove.icon {
  29517. cursor: pointer;
  29518. opacity: 0.8;
  29519. pointer-events: auto;
  29520. }
  29521. .ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
  29522. right: 1.85714em;
  29523. }
  29524. .ui.search.selection > .icon.input > .remove.icon:hover {
  29525. opacity: 1;
  29526. color: #DB2828;
  29527. }
  29528. /*--------------
  29529. Category
  29530. ---------------*/
  29531. .ui.category.search .results {
  29532. width: 28em;
  29533. }
  29534. .ui.category.search .results.animating,
  29535. .ui.category.search .results.visible {
  29536. display: table;
  29537. }
  29538. /* Category */
  29539. .ui.category.search > .results .category {
  29540. display: table-row;
  29541. background: #F3F4F5;
  29542. -webkit-box-shadow: none;
  29543. box-shadow: none;
  29544. -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  29545. transition: background 0.1s ease, border-color 0.1s ease;
  29546. }
  29547. /* Last Category */
  29548. .ui.category.search > .results .category:last-child {
  29549. border-bottom: none;
  29550. }
  29551. /* First / Last */
  29552. .ui.category.search > .results .category:first-child .name + .result {
  29553. border-radius: 0em 0.28571429rem 0em 0em;
  29554. }
  29555. .ui.category.search > .results .category:last-child .result:last-child {
  29556. border-radius: 0em 0em 0.28571429rem 0em;
  29557. }
  29558. /* Category Result Name */
  29559. .ui.category.search > .results .category > .name {
  29560. display: table-cell;
  29561. text-overflow: ellipsis;
  29562. width: 100px;
  29563. white-space: nowrap;
  29564. background: transparent;
  29565. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  29566. font-size: 1em;
  29567. padding: 0.4em 1em;
  29568. font-weight: bold;
  29569. color: rgba(0, 0, 0, 0.4);
  29570. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  29571. }
  29572. /* Category Result */
  29573. .ui.category.search > .results .category .results {
  29574. display: table-cell;
  29575. background: #FFFFFF;
  29576. border-left: 1px solid rgba(34, 36, 38, 0.15);
  29577. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  29578. }
  29579. .ui.category.search > .results .category .result {
  29580. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  29581. -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  29582. transition: background 0.1s ease, border-color 0.1s ease;
  29583. padding: 0.85714286em 1.14285714em;
  29584. }
  29585. /*******************************
  29586. Variations
  29587. *******************************/
  29588. /*-------------------
  29589. Left / Right
  29590. --------------------*/
  29591. .ui[class*="left aligned"].search > .results {
  29592. right: auto;
  29593. left: 0%;
  29594. }
  29595. .ui[class*="right aligned"].search > .results {
  29596. right: 0%;
  29597. left: auto;
  29598. }
  29599. /*--------------
  29600. Fluid
  29601. ---------------*/
  29602. .ui.fluid.search .results {
  29603. width: 100%;
  29604. }
  29605. /*--------------
  29606. Sizes
  29607. ---------------*/
  29608. .ui.mini.search {
  29609. font-size: 0.78571429em;
  29610. }
  29611. .ui.small.search {
  29612. font-size: 0.92857143em;
  29613. }
  29614. .ui.search {
  29615. font-size: 1em;
  29616. }
  29617. .ui.large.search {
  29618. font-size: 1.14285714em;
  29619. }
  29620. .ui.big.search {
  29621. font-size: 1.28571429em;
  29622. }
  29623. .ui.huge.search {
  29624. font-size: 1.42857143em;
  29625. }
  29626. .ui.massive.search {
  29627. font-size: 1.71428571em;
  29628. }
  29629. /*--------------
  29630. Mobile
  29631. ---------------*/
  29632. @media only screen and (max-width: 767px) {
  29633. .ui.search .results {
  29634. max-width: calc(100vw - 2rem);
  29635. }
  29636. }
  29637. /*******************************
  29638. Theme Overrides
  29639. *******************************/
  29640. /*******************************
  29641. Site Overrides
  29642. *******************************/
  29643. /*!
  29644. * # Semantic UI 2.4.0 - Shape
  29645. * http://github.com/semantic-org/semantic-ui/
  29646. *
  29647. *
  29648. * Released under the MIT license
  29649. * http://opensource.org/licenses/MIT
  29650. *
  29651. */
  29652. /*******************************
  29653. Shape
  29654. *******************************/
  29655. .ui.shape {
  29656. position: relative;
  29657. vertical-align: top;
  29658. display: inline-block;
  29659. -webkit-perspective: 2000px;
  29660. perspective: 2000px;
  29661. -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  29662. transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  29663. transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  29664. transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  29665. }
  29666. .ui.shape .sides {
  29667. -webkit-transform-style: preserve-3d;
  29668. transform-style: preserve-3d;
  29669. }
  29670. .ui.shape .side {
  29671. opacity: 1;
  29672. width: 100%;
  29673. margin: 0em !important;
  29674. -webkit-backface-visibility: hidden;
  29675. backface-visibility: hidden;
  29676. }
  29677. .ui.shape .side {
  29678. display: none;
  29679. }
  29680. .ui.shape .side * {
  29681. -webkit-backface-visibility: visible !important;
  29682. backface-visibility: visible !important;
  29683. }
  29684. /*******************************
  29685. Types
  29686. *******************************/
  29687. .ui.cube.shape .side {
  29688. min-width: 15em;
  29689. height: 15em;
  29690. padding: 2em;
  29691. background-color: #E6E6E6;
  29692. color: rgba(0, 0, 0, 0.87);
  29693. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  29694. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  29695. }
  29696. .ui.cube.shape .side > .content {
  29697. width: 100%;
  29698. height: 100%;
  29699. display: table;
  29700. text-align: center;
  29701. -webkit-user-select: text;
  29702. -moz-user-select: text;
  29703. -ms-user-select: text;
  29704. user-select: text;
  29705. }
  29706. .ui.cube.shape .side > .content > div {
  29707. display: table-cell;
  29708. vertical-align: middle;
  29709. font-size: 2em;
  29710. }
  29711. /*******************************
  29712. Variations
  29713. *******************************/
  29714. .ui.text.shape.animating .sides {
  29715. position: static;
  29716. }
  29717. .ui.text.shape .side {
  29718. white-space: nowrap;
  29719. }
  29720. .ui.text.shape .side > * {
  29721. white-space: normal;
  29722. }
  29723. /*******************************
  29724. States
  29725. *******************************/
  29726. /*--------------
  29727. Loading
  29728. ---------------*/
  29729. .ui.loading.shape {
  29730. position: absolute;
  29731. top: -9999px;
  29732. left: -9999px;
  29733. }
  29734. /*--------------
  29735. Animating
  29736. ---------------*/
  29737. .ui.shape .animating.side {
  29738. position: absolute;
  29739. top: 0px;
  29740. left: 0px;
  29741. display: block;
  29742. z-index: 100;
  29743. }
  29744. .ui.shape .hidden.side {
  29745. opacity: 0.6;
  29746. }
  29747. /*--------------
  29748. CSS
  29749. ---------------*/
  29750. .ui.shape.animating .sides {
  29751. position: absolute;
  29752. }
  29753. .ui.shape.animating .sides {
  29754. -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  29755. transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  29756. transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  29757. transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  29758. }
  29759. .ui.shape.animating .side {
  29760. -webkit-transition: opacity 0.6s ease-in-out;
  29761. transition: opacity 0.6s ease-in-out;
  29762. }
  29763. /*--------------
  29764. Active
  29765. ---------------*/
  29766. .ui.shape .active.side {
  29767. display: block;
  29768. }
  29769. /*******************************
  29770. Theme Overrides
  29771. *******************************/
  29772. /*******************************
  29773. User Overrides
  29774. *******************************/
  29775. /*!
  29776. * # Semantic UI 2.4.0 - Sidebar
  29777. * http://github.com/semantic-org/semantic-ui/
  29778. *
  29779. *
  29780. * Released under the MIT license
  29781. * http://opensource.org/licenses/MIT
  29782. *
  29783. */
  29784. /*******************************
  29785. Sidebar
  29786. *******************************/
  29787. /* Sidebar Menu */
  29788. .ui.sidebar {
  29789. position: fixed;
  29790. top: 0;
  29791. left: 0;
  29792. -webkit-backface-visibility: hidden;
  29793. backface-visibility: hidden;
  29794. -webkit-transition: none;
  29795. transition: none;
  29796. will-change: transform;
  29797. -webkit-transform: translate3d(0, 0, 0);
  29798. transform: translate3d(0, 0, 0);
  29799. visibility: hidden;
  29800. -webkit-overflow-scrolling: touch;
  29801. height: 100% !important;
  29802. max-height: 100%;
  29803. border-radius: 0em !important;
  29804. margin: 0em !important;
  29805. overflow-y: auto !important;
  29806. z-index: 102;
  29807. }
  29808. /* GPU Layers for Child Elements */
  29809. .ui.sidebar > * {
  29810. -webkit-backface-visibility: hidden;
  29811. backface-visibility: hidden;
  29812. }
  29813. /*--------------
  29814. Direction
  29815. ---------------*/
  29816. .ui.left.sidebar {
  29817. right: auto;
  29818. left: 0px;
  29819. -webkit-transform: translate3d(-100%, 0, 0);
  29820. transform: translate3d(-100%, 0, 0);
  29821. }
  29822. .ui.right.sidebar {
  29823. right: 0px !important;
  29824. left: auto !important;
  29825. -webkit-transform: translate3d(100%, 0%, 0);
  29826. transform: translate3d(100%, 0%, 0);
  29827. }
  29828. .ui.top.sidebar,
  29829. .ui.bottom.sidebar {
  29830. width: 100% !important;
  29831. height: auto !important;
  29832. }
  29833. .ui.top.sidebar {
  29834. top: 0px !important;
  29835. bottom: auto !important;
  29836. -webkit-transform: translate3d(0, -100%, 0);
  29837. transform: translate3d(0, -100%, 0);
  29838. }
  29839. .ui.bottom.sidebar {
  29840. top: auto !important;
  29841. bottom: 0px !important;
  29842. -webkit-transform: translate3d(0, 100%, 0);
  29843. transform: translate3d(0, 100%, 0);
  29844. }
  29845. /*--------------
  29846. Pushable
  29847. ---------------*/
  29848. .pushable {
  29849. height: 100%;
  29850. overflow-x: hidden;
  29851. padding: 0em !important;
  29852. }
  29853. /* Whole Page */
  29854. body.pushable {
  29855. background: #545454 !important;
  29856. }
  29857. /* Page Context */
  29858. .pushable:not(body) {
  29859. -webkit-transform: translate3d(0, 0, 0);
  29860. transform: translate3d(0, 0, 0);
  29861. }
  29862. .pushable:not(body) > .ui.sidebar,
  29863. .pushable:not(body) > .fixed,
  29864. .pushable:not(body) > .pusher:after {
  29865. position: absolute;
  29866. }
  29867. /*--------------
  29868. Fixed
  29869. ---------------*/
  29870. .pushable > .fixed {
  29871. position: fixed;
  29872. -webkit-backface-visibility: hidden;
  29873. backface-visibility: hidden;
  29874. -webkit-transition: -webkit-transform 500ms ease;
  29875. transition: -webkit-transform 500ms ease;
  29876. transition: transform 500ms ease;
  29877. transition: transform 500ms ease, -webkit-transform 500ms ease;
  29878. will-change: transform;
  29879. z-index: 101;
  29880. }
  29881. /*--------------
  29882. Page
  29883. ---------------*/
  29884. .pushable > .pusher {
  29885. position: relative;
  29886. -webkit-backface-visibility: hidden;
  29887. backface-visibility: hidden;
  29888. overflow: hidden;
  29889. min-height: 100%;
  29890. -webkit-transition: -webkit-transform 500ms ease;
  29891. transition: -webkit-transform 500ms ease;
  29892. transition: transform 500ms ease;
  29893. transition: transform 500ms ease, -webkit-transform 500ms ease;
  29894. z-index: 2;
  29895. }
  29896. body.pushable > .pusher {
  29897. background: #FFFFFF;
  29898. }
  29899. /* Pusher should inherit background from context */
  29900. .pushable > .pusher {
  29901. background: inherit;
  29902. }
  29903. /*--------------
  29904. Dimmer
  29905. ---------------*/
  29906. .pushable > .pusher:after {
  29907. position: fixed;
  29908. top: 0px;
  29909. right: 0px;
  29910. content: '';
  29911. background-color: rgba(0, 0, 0, 0.4);
  29912. overflow: hidden;
  29913. opacity: 0;
  29914. -webkit-transition: opacity 500ms;
  29915. transition: opacity 500ms;
  29916. will-change: opacity;
  29917. z-index: 1000;
  29918. }
  29919. /*--------------
  29920. Coupling
  29921. ---------------*/
  29922. .ui.sidebar.menu .item {
  29923. border-radius: 0em !important;
  29924. }
  29925. /*******************************
  29926. States
  29927. *******************************/
  29928. /*--------------
  29929. Dimmed
  29930. ---------------*/
  29931. .pushable > .pusher.dimmed:after {
  29932. width: 100% !important;
  29933. height: 100% !important;
  29934. opacity: 1 !important;
  29935. }
  29936. /*--------------
  29937. Animating
  29938. ---------------*/
  29939. .ui.animating.sidebar {
  29940. visibility: visible;
  29941. }
  29942. /*--------------
  29943. Visible
  29944. ---------------*/
  29945. .ui.visible.sidebar {
  29946. visibility: visible;
  29947. -webkit-transform: translate3d(0, 0, 0);
  29948. transform: translate3d(0, 0, 0);
  29949. }
  29950. /* Shadow Direction */
  29951. .ui.left.visible.sidebar,
  29952. .ui.right.visible.sidebar {
  29953. -webkit-box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  29954. box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  29955. }
  29956. .ui.top.visible.sidebar,
  29957. .ui.bottom.visible.sidebar {
  29958. -webkit-box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  29959. box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  29960. }
  29961. /* Visible On Load */
  29962. .ui.visible.left.sidebar ~ .fixed,
  29963. .ui.visible.left.sidebar ~ .pusher {
  29964. -webkit-transform: translate3d(260px, 0, 0);
  29965. transform: translate3d(260px, 0, 0);
  29966. }
  29967. .ui.visible.right.sidebar ~ .fixed,
  29968. .ui.visible.right.sidebar ~ .pusher {
  29969. -webkit-transform: translate3d(-260px, 0, 0);
  29970. transform: translate3d(-260px, 0, 0);
  29971. }
  29972. .ui.visible.top.sidebar ~ .fixed,
  29973. .ui.visible.top.sidebar ~ .pusher {
  29974. -webkit-transform: translate3d(0, 36px, 0);
  29975. transform: translate3d(0, 36px, 0);
  29976. }
  29977. .ui.visible.bottom.sidebar ~ .fixed,
  29978. .ui.visible.bottom.sidebar ~ .pusher {
  29979. -webkit-transform: translate3d(0, -36px, 0);
  29980. transform: translate3d(0, -36px, 0);
  29981. }
  29982. /* opposite sides visible forces content overlay */
  29983. .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
  29984. .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
  29985. .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
  29986. .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  29987. -webkit-transform: translate3d(0, 0, 0);
  29988. transform: translate3d(0, 0, 0);
  29989. }
  29990. /*--------------
  29991. iOS
  29992. ---------------*/
  29993. /*******************************
  29994. Variations
  29995. *******************************/
  29996. /*--------------
  29997. Width
  29998. ---------------*/
  29999. /* Left / Right */
  30000. .ui.thin.left.sidebar,
  30001. .ui.thin.right.sidebar {
  30002. width: 150px;
  30003. }
  30004. .ui[class*="very thin"].left.sidebar,
  30005. .ui[class*="very thin"].right.sidebar {
  30006. width: 60px;
  30007. }
  30008. .ui.left.sidebar,
  30009. .ui.right.sidebar {
  30010. width: 260px;
  30011. }
  30012. .ui.wide.left.sidebar,
  30013. .ui.wide.right.sidebar {
  30014. width: 350px;
  30015. }
  30016. .ui[class*="very wide"].left.sidebar,
  30017. .ui[class*="very wide"].right.sidebar {
  30018. width: 475px;
  30019. }
  30020. /* Left Visible */
  30021. .ui.visible.thin.left.sidebar ~ .fixed,
  30022. .ui.visible.thin.left.sidebar ~ .pusher {
  30023. -webkit-transform: translate3d(150px, 0, 0);
  30024. transform: translate3d(150px, 0, 0);
  30025. }
  30026. .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
  30027. .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
  30028. -webkit-transform: translate3d(60px, 0, 0);
  30029. transform: translate3d(60px, 0, 0);
  30030. }
  30031. .ui.visible.wide.left.sidebar ~ .fixed,
  30032. .ui.visible.wide.left.sidebar ~ .pusher {
  30033. -webkit-transform: translate3d(350px, 0, 0);
  30034. transform: translate3d(350px, 0, 0);
  30035. }
  30036. .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
  30037. .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
  30038. -webkit-transform: translate3d(475px, 0, 0);
  30039. transform: translate3d(475px, 0, 0);
  30040. }
  30041. /* Right Visible */
  30042. .ui.visible.thin.right.sidebar ~ .fixed,
  30043. .ui.visible.thin.right.sidebar ~ .pusher {
  30044. -webkit-transform: translate3d(-150px, 0, 0);
  30045. transform: translate3d(-150px, 0, 0);
  30046. }
  30047. .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
  30048. .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
  30049. -webkit-transform: translate3d(-60px, 0, 0);
  30050. transform: translate3d(-60px, 0, 0);
  30051. }
  30052. .ui.visible.wide.right.sidebar ~ .fixed,
  30053. .ui.visible.wide.right.sidebar ~ .pusher {
  30054. -webkit-transform: translate3d(-350px, 0, 0);
  30055. transform: translate3d(-350px, 0, 0);
  30056. }
  30057. .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
  30058. .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
  30059. -webkit-transform: translate3d(-475px, 0, 0);
  30060. transform: translate3d(-475px, 0, 0);
  30061. }
  30062. /*******************************
  30063. Animations
  30064. *******************************/
  30065. /*--------------
  30066. Overlay
  30067. ---------------*/
  30068. /* Set-up */
  30069. .ui.overlay.sidebar {
  30070. z-index: 102;
  30071. }
  30072. /* Initial */
  30073. .ui.left.overlay.sidebar {
  30074. -webkit-transform: translate3d(-100%, 0%, 0);
  30075. transform: translate3d(-100%, 0%, 0);
  30076. }
  30077. .ui.right.overlay.sidebar {
  30078. -webkit-transform: translate3d(100%, 0%, 0);
  30079. transform: translate3d(100%, 0%, 0);
  30080. }
  30081. .ui.top.overlay.sidebar {
  30082. -webkit-transform: translate3d(0%, -100%, 0);
  30083. transform: translate3d(0%, -100%, 0);
  30084. }
  30085. .ui.bottom.overlay.sidebar {
  30086. -webkit-transform: translate3d(0%, 100%, 0);
  30087. transform: translate3d(0%, 100%, 0);
  30088. }
  30089. /* Animation */
  30090. .animating.ui.overlay.sidebar,
  30091. .ui.visible.overlay.sidebar {
  30092. -webkit-transition: -webkit-transform 500ms ease;
  30093. transition: -webkit-transform 500ms ease;
  30094. transition: transform 500ms ease;
  30095. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30096. }
  30097. /* End - Sidebar */
  30098. .ui.visible.left.overlay.sidebar {
  30099. -webkit-transform: translate3d(0%, 0%, 0);
  30100. transform: translate3d(0%, 0%, 0);
  30101. }
  30102. .ui.visible.right.overlay.sidebar {
  30103. -webkit-transform: translate3d(0%, 0%, 0);
  30104. transform: translate3d(0%, 0%, 0);
  30105. }
  30106. .ui.visible.top.overlay.sidebar {
  30107. -webkit-transform: translate3d(0%, 0%, 0);
  30108. transform: translate3d(0%, 0%, 0);
  30109. }
  30110. .ui.visible.bottom.overlay.sidebar {
  30111. -webkit-transform: translate3d(0%, 0%, 0);
  30112. transform: translate3d(0%, 0%, 0);
  30113. }
  30114. /* End - Pusher */
  30115. .ui.visible.overlay.sidebar ~ .fixed,
  30116. .ui.visible.overlay.sidebar ~ .pusher {
  30117. -webkit-transform: none !important;
  30118. transform: none !important;
  30119. }
  30120. /*--------------
  30121. Push
  30122. ---------------*/
  30123. /* Initial */
  30124. .ui.push.sidebar {
  30125. -webkit-transition: -webkit-transform 500ms ease;
  30126. transition: -webkit-transform 500ms ease;
  30127. transition: transform 500ms ease;
  30128. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30129. z-index: 102;
  30130. }
  30131. /* Sidebar - Initial */
  30132. .ui.left.push.sidebar {
  30133. -webkit-transform: translate3d(-100%, 0, 0);
  30134. transform: translate3d(-100%, 0, 0);
  30135. }
  30136. .ui.right.push.sidebar {
  30137. -webkit-transform: translate3d(100%, 0, 0);
  30138. transform: translate3d(100%, 0, 0);
  30139. }
  30140. .ui.top.push.sidebar {
  30141. -webkit-transform: translate3d(0%, -100%, 0);
  30142. transform: translate3d(0%, -100%, 0);
  30143. }
  30144. .ui.bottom.push.sidebar {
  30145. -webkit-transform: translate3d(0%, 100%, 0);
  30146. transform: translate3d(0%, 100%, 0);
  30147. }
  30148. /* End */
  30149. .ui.visible.push.sidebar {
  30150. -webkit-transform: translate3d(0%, 0, 0);
  30151. transform: translate3d(0%, 0, 0);
  30152. }
  30153. /*--------------
  30154. Uncover
  30155. ---------------*/
  30156. /* Initial */
  30157. .ui.uncover.sidebar {
  30158. -webkit-transform: translate3d(0, 0, 0);
  30159. transform: translate3d(0, 0, 0);
  30160. z-index: 1;
  30161. }
  30162. /* End */
  30163. .ui.visible.uncover.sidebar {
  30164. -webkit-transform: translate3d(0, 0, 0);
  30165. transform: translate3d(0, 0, 0);
  30166. -webkit-transition: -webkit-transform 500ms ease;
  30167. transition: -webkit-transform 500ms ease;
  30168. transition: transform 500ms ease;
  30169. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30170. }
  30171. /*--------------
  30172. Slide Along
  30173. ---------------*/
  30174. /* Initial */
  30175. .ui.slide.along.sidebar {
  30176. z-index: 1;
  30177. }
  30178. /* Sidebar - Initial */
  30179. .ui.left.slide.along.sidebar {
  30180. -webkit-transform: translate3d(-50%, 0, 0);
  30181. transform: translate3d(-50%, 0, 0);
  30182. }
  30183. .ui.right.slide.along.sidebar {
  30184. -webkit-transform: translate3d(50%, 0, 0);
  30185. transform: translate3d(50%, 0, 0);
  30186. }
  30187. .ui.top.slide.along.sidebar {
  30188. -webkit-transform: translate3d(0, -50%, 0);
  30189. transform: translate3d(0, -50%, 0);
  30190. }
  30191. .ui.bottom.slide.along.sidebar {
  30192. -webkit-transform: translate3d(0%, 50%, 0);
  30193. transform: translate3d(0%, 50%, 0);
  30194. }
  30195. /* Animation */
  30196. .ui.animating.slide.along.sidebar {
  30197. -webkit-transition: -webkit-transform 500ms ease;
  30198. transition: -webkit-transform 500ms ease;
  30199. transition: transform 500ms ease;
  30200. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30201. }
  30202. /* End */
  30203. .ui.visible.slide.along.sidebar {
  30204. -webkit-transform: translate3d(0%, 0, 0);
  30205. transform: translate3d(0%, 0, 0);
  30206. }
  30207. /*--------------
  30208. Slide Out
  30209. ---------------*/
  30210. /* Initial */
  30211. .ui.slide.out.sidebar {
  30212. z-index: 1;
  30213. }
  30214. /* Sidebar - Initial */
  30215. .ui.left.slide.out.sidebar {
  30216. -webkit-transform: translate3d(50%, 0, 0);
  30217. transform: translate3d(50%, 0, 0);
  30218. }
  30219. .ui.right.slide.out.sidebar {
  30220. -webkit-transform: translate3d(-50%, 0, 0);
  30221. transform: translate3d(-50%, 0, 0);
  30222. }
  30223. .ui.top.slide.out.sidebar {
  30224. -webkit-transform: translate3d(0%, 50%, 0);
  30225. transform: translate3d(0%, 50%, 0);
  30226. }
  30227. .ui.bottom.slide.out.sidebar {
  30228. -webkit-transform: translate3d(0%, -50%, 0);
  30229. transform: translate3d(0%, -50%, 0);
  30230. }
  30231. /* Animation */
  30232. .ui.animating.slide.out.sidebar {
  30233. -webkit-transition: -webkit-transform 500ms ease;
  30234. transition: -webkit-transform 500ms ease;
  30235. transition: transform 500ms ease;
  30236. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30237. }
  30238. /* End */
  30239. .ui.visible.slide.out.sidebar {
  30240. -webkit-transform: translate3d(0%, 0, 0);
  30241. transform: translate3d(0%, 0, 0);
  30242. }
  30243. /*--------------
  30244. Scale Down
  30245. ---------------*/
  30246. /* Initial */
  30247. .ui.scale.down.sidebar {
  30248. -webkit-transition: -webkit-transform 500ms ease;
  30249. transition: -webkit-transform 500ms ease;
  30250. transition: transform 500ms ease;
  30251. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30252. z-index: 102;
  30253. }
  30254. /* Sidebar - Initial */
  30255. .ui.left.scale.down.sidebar {
  30256. -webkit-transform: translate3d(-100%, 0, 0);
  30257. transform: translate3d(-100%, 0, 0);
  30258. }
  30259. .ui.right.scale.down.sidebar {
  30260. -webkit-transform: translate3d(100%, 0, 0);
  30261. transform: translate3d(100%, 0, 0);
  30262. }
  30263. .ui.top.scale.down.sidebar {
  30264. -webkit-transform: translate3d(0%, -100%, 0);
  30265. transform: translate3d(0%, -100%, 0);
  30266. }
  30267. .ui.bottom.scale.down.sidebar {
  30268. -webkit-transform: translate3d(0%, 100%, 0);
  30269. transform: translate3d(0%, 100%, 0);
  30270. }
  30271. /* Pusher - Initial */
  30272. .ui.scale.down.left.sidebar ~ .pusher {
  30273. -webkit-transform-origin: 75% 50%;
  30274. transform-origin: 75% 50%;
  30275. }
  30276. .ui.scale.down.right.sidebar ~ .pusher {
  30277. -webkit-transform-origin: 25% 50%;
  30278. transform-origin: 25% 50%;
  30279. }
  30280. .ui.scale.down.top.sidebar ~ .pusher {
  30281. -webkit-transform-origin: 50% 75%;
  30282. transform-origin: 50% 75%;
  30283. }
  30284. .ui.scale.down.bottom.sidebar ~ .pusher {
  30285. -webkit-transform-origin: 50% 25%;
  30286. transform-origin: 50% 25%;
  30287. }
  30288. /* Animation */
  30289. .ui.animating.scale.down > .visible.ui.sidebar {
  30290. -webkit-transition: -webkit-transform 500ms ease;
  30291. transition: -webkit-transform 500ms ease;
  30292. transition: transform 500ms ease;
  30293. transition: transform 500ms ease, -webkit-transform 500ms ease;
  30294. }
  30295. .ui.visible.scale.down.sidebar ~ .pusher,
  30296. .ui.animating.scale.down.sidebar ~ .pusher {
  30297. display: block !important;
  30298. width: 100%;
  30299. height: 100%;
  30300. overflow: hidden !important;
  30301. }
  30302. /* End */
  30303. .ui.visible.scale.down.sidebar {
  30304. -webkit-transform: translate3d(0, 0, 0);
  30305. transform: translate3d(0, 0, 0);
  30306. }
  30307. .ui.visible.scale.down.sidebar ~ .pusher {
  30308. -webkit-transform: scale(0.75);
  30309. transform: scale(0.75);
  30310. }
  30311. /*******************************
  30312. Theme Overrides
  30313. *******************************/
  30314. /*******************************
  30315. Site Overrides
  30316. *******************************/
  30317. /*!
  30318. * # Semantic UI 2.4.0 - Sticky
  30319. * http://github.com/semantic-org/semantic-ui/
  30320. *
  30321. *
  30322. * Released under the MIT license
  30323. * http://opensource.org/licenses/MIT
  30324. *
  30325. */
  30326. /*******************************
  30327. Sticky
  30328. *******************************/
  30329. .ui.sticky {
  30330. position: static;
  30331. -webkit-transition: none;
  30332. transition: none;
  30333. z-index: 800;
  30334. }
  30335. /*******************************
  30336. States
  30337. *******************************/
  30338. /* Bound */
  30339. .ui.sticky.bound {
  30340. position: absolute;
  30341. left: auto;
  30342. right: auto;
  30343. }
  30344. /* Fixed */
  30345. .ui.sticky.fixed {
  30346. position: fixed;
  30347. left: auto;
  30348. right: auto;
  30349. }
  30350. /* Bound/Fixed Position */
  30351. .ui.sticky.bound.top,
  30352. .ui.sticky.fixed.top {
  30353. top: 0px;
  30354. bottom: auto;
  30355. }
  30356. .ui.sticky.bound.bottom,
  30357. .ui.sticky.fixed.bottom {
  30358. top: auto;
  30359. bottom: 0px;
  30360. }
  30361. /*******************************
  30362. Types
  30363. *******************************/
  30364. .ui.native.sticky {
  30365. position: -webkit-sticky;
  30366. position: -moz-sticky;
  30367. position: -ms-sticky;
  30368. position: -o-sticky;
  30369. position: sticky;
  30370. }
  30371. /*******************************
  30372. Theme Overrides
  30373. *******************************/
  30374. /*******************************
  30375. Site Overrides
  30376. *******************************/
  30377. /*!
  30378. * # Semantic UI 2.4.0 - Tab
  30379. * http://github.com/semantic-org/semantic-ui/
  30380. *
  30381. *
  30382. * Released under the MIT license
  30383. * http://opensource.org/licenses/MIT
  30384. *
  30385. */
  30386. /*******************************
  30387. UI Tabs
  30388. *******************************/
  30389. .ui.tab {
  30390. display: none;
  30391. }
  30392. /*******************************
  30393. States
  30394. *******************************/
  30395. /*--------------------
  30396. Active
  30397. ---------------------*/
  30398. .ui.tab.active,
  30399. .ui.tab.open {
  30400. display: block;
  30401. }
  30402. /*--------------------
  30403. Loading
  30404. ---------------------*/
  30405. .ui.tab.loading {
  30406. position: relative;
  30407. overflow: hidden;
  30408. display: block;
  30409. min-height: 250px;
  30410. }
  30411. .ui.tab.loading * {
  30412. position: relative !important;
  30413. left: -10000px !important;
  30414. }
  30415. .ui.tab.loading:before,
  30416. .ui.tab.loading.segment:before {
  30417. position: absolute;
  30418. content: '';
  30419. top: 100px;
  30420. left: 50%;
  30421. margin: -1.25em 0em 0em -1.25em;
  30422. width: 2.5em;
  30423. height: 2.5em;
  30424. border-radius: 500rem;
  30425. border: 0.2em solid rgba(0, 0, 0, 0.1);
  30426. }
  30427. .ui.tab.loading:after,
  30428. .ui.tab.loading.segment:after {
  30429. position: absolute;
  30430. content: '';
  30431. top: 100px;
  30432. left: 50%;
  30433. margin: -1.25em 0em 0em -1.25em;
  30434. width: 2.5em;
  30435. height: 2.5em;
  30436. -webkit-animation: button-spin 0.6s linear;
  30437. animation: button-spin 0.6s linear;
  30438. -webkit-animation-iteration-count: infinite;
  30439. animation-iteration-count: infinite;
  30440. border-radius: 500rem;
  30441. border-color: #767676 transparent transparent;
  30442. border-style: solid;
  30443. border-width: 0.2em;
  30444. -webkit-box-shadow: 0px 0px 0px 1px transparent;
  30445. box-shadow: 0px 0px 0px 1px transparent;
  30446. }
  30447. /*******************************
  30448. Tab Overrides
  30449. *******************************/
  30450. /*******************************
  30451. User Overrides
  30452. *******************************/
  30453. /*!
  30454. * # Semantic UI 2.4.0 - Transition
  30455. * http://github.com/semantic-org/semantic-ui/
  30456. *
  30457. *
  30458. * Released under the MIT license
  30459. * http://opensource.org/licenses/MIT
  30460. *
  30461. */
  30462. /*******************************
  30463. Transitions
  30464. *******************************/
  30465. .transition {
  30466. -webkit-animation-iteration-count: 1;
  30467. animation-iteration-count: 1;
  30468. -webkit-animation-duration: 300ms;
  30469. animation-duration: 300ms;
  30470. -webkit-animation-timing-function: ease;
  30471. animation-timing-function: ease;
  30472. -webkit-animation-fill-mode: both;
  30473. animation-fill-mode: both;
  30474. }
  30475. /*******************************
  30476. States
  30477. *******************************/
  30478. /* Animating */
  30479. .animating.transition {
  30480. -webkit-backface-visibility: hidden;
  30481. backface-visibility: hidden;
  30482. visibility: visible !important;
  30483. }
  30484. /* Loading */
  30485. .loading.transition {
  30486. position: absolute;
  30487. top: -99999px;
  30488. left: -99999px;
  30489. }
  30490. /* Hidden */
  30491. .hidden.transition {
  30492. display: none;
  30493. visibility: hidden;
  30494. }
  30495. /* Visible */
  30496. .visible.transition {
  30497. display: block !important;
  30498. visibility: visible !important;
  30499. /* backface-visibility: @backfaceVisibility;
  30500. transform: @use3DAcceleration;*/
  30501. }
  30502. /* Disabled */
  30503. .disabled.transition {
  30504. -webkit-animation-play-state: paused;
  30505. animation-play-state: paused;
  30506. }
  30507. /*******************************
  30508. Variations
  30509. *******************************/
  30510. .looping.transition {
  30511. -webkit-animation-iteration-count: infinite;
  30512. animation-iteration-count: infinite;
  30513. }
  30514. /*******************************
  30515. Transitions
  30516. *******************************/
  30517. /*
  30518. Some transitions adapted from Animate CSS
  30519. https://github.com/daneden/animate.css
  30520. Additional transitions adapted from Glide
  30521. by Nick Pettit - https://github.com/nickpettit/glide
  30522. */
  30523. /*--------------
  30524. Browse
  30525. ---------------*/
  30526. .transition.browse {
  30527. -webkit-animation-duration: 500ms;
  30528. animation-duration: 500ms;
  30529. }
  30530. .transition.browse.in {
  30531. -webkit-animation-name: browseIn;
  30532. animation-name: browseIn;
  30533. }
  30534. .transition.browse.out,
  30535. .transition.browse.left.out {
  30536. -webkit-animation-name: browseOutLeft;
  30537. animation-name: browseOutLeft;
  30538. }
  30539. .transition.browse.right.out {
  30540. -webkit-animation-name: browseOutRight;
  30541. animation-name: browseOutRight;
  30542. }
  30543. /* In */
  30544. @-webkit-keyframes browseIn {
  30545. 0% {
  30546. -webkit-transform: scale(0.8) translateZ(0px);
  30547. transform: scale(0.8) translateZ(0px);
  30548. z-index: -1;
  30549. }
  30550. 10% {
  30551. -webkit-transform: scale(0.8) translateZ(0px);
  30552. transform: scale(0.8) translateZ(0px);
  30553. z-index: -1;
  30554. opacity: 0.7;
  30555. }
  30556. 80% {
  30557. -webkit-transform: scale(1.05) translateZ(0px);
  30558. transform: scale(1.05) translateZ(0px);
  30559. opacity: 1;
  30560. z-index: 999;
  30561. }
  30562. 100% {
  30563. -webkit-transform: scale(1) translateZ(0px);
  30564. transform: scale(1) translateZ(0px);
  30565. z-index: 999;
  30566. }
  30567. }
  30568. @keyframes browseIn {
  30569. 0% {
  30570. -webkit-transform: scale(0.8) translateZ(0px);
  30571. transform: scale(0.8) translateZ(0px);
  30572. z-index: -1;
  30573. }
  30574. 10% {
  30575. -webkit-transform: scale(0.8) translateZ(0px);
  30576. transform: scale(0.8) translateZ(0px);
  30577. z-index: -1;
  30578. opacity: 0.7;
  30579. }
  30580. 80% {
  30581. -webkit-transform: scale(1.05) translateZ(0px);
  30582. transform: scale(1.05) translateZ(0px);
  30583. opacity: 1;
  30584. z-index: 999;
  30585. }
  30586. 100% {
  30587. -webkit-transform: scale(1) translateZ(0px);
  30588. transform: scale(1) translateZ(0px);
  30589. z-index: 999;
  30590. }
  30591. }
  30592. /* Out */
  30593. @-webkit-keyframes browseOutLeft {
  30594. 0% {
  30595. z-index: 999;
  30596. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30597. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30598. }
  30599. 50% {
  30600. z-index: -1;
  30601. -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30602. transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30603. }
  30604. 80% {
  30605. opacity: 1;
  30606. }
  30607. 100% {
  30608. z-index: -1;
  30609. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30610. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30611. opacity: 0;
  30612. }
  30613. }
  30614. @keyframes browseOutLeft {
  30615. 0% {
  30616. z-index: 999;
  30617. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30618. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30619. }
  30620. 50% {
  30621. z-index: -1;
  30622. -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30623. transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30624. }
  30625. 80% {
  30626. opacity: 1;
  30627. }
  30628. 100% {
  30629. z-index: -1;
  30630. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30631. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30632. opacity: 0;
  30633. }
  30634. }
  30635. @-webkit-keyframes browseOutRight {
  30636. 0% {
  30637. z-index: 999;
  30638. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30639. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30640. }
  30641. 50% {
  30642. z-index: 1;
  30643. -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30644. transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30645. }
  30646. 80% {
  30647. opacity: 1;
  30648. }
  30649. 100% {
  30650. z-index: 1;
  30651. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30652. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30653. opacity: 0;
  30654. }
  30655. }
  30656. @keyframes browseOutRight {
  30657. 0% {
  30658. z-index: 999;
  30659. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30660. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  30661. }
  30662. 50% {
  30663. z-index: 1;
  30664. -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30665. transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  30666. }
  30667. 80% {
  30668. opacity: 1;
  30669. }
  30670. 100% {
  30671. z-index: 1;
  30672. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30673. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  30674. opacity: 0;
  30675. }
  30676. }
  30677. /*--------------
  30678. Drop
  30679. ---------------*/
  30680. .drop.transition {
  30681. -webkit-transform-origin: top center;
  30682. transform-origin: top center;
  30683. -webkit-animation-duration: 400ms;
  30684. animation-duration: 400ms;
  30685. -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  30686. animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  30687. }
  30688. .drop.transition.in {
  30689. -webkit-animation-name: dropIn;
  30690. animation-name: dropIn;
  30691. }
  30692. .drop.transition.out {
  30693. -webkit-animation-name: dropOut;
  30694. animation-name: dropOut;
  30695. }
  30696. /* Drop */
  30697. @-webkit-keyframes dropIn {
  30698. 0% {
  30699. opacity: 0;
  30700. -webkit-transform: scale(0);
  30701. transform: scale(0);
  30702. }
  30703. 100% {
  30704. opacity: 1;
  30705. -webkit-transform: scale(1);
  30706. transform: scale(1);
  30707. }
  30708. }
  30709. @keyframes dropIn {
  30710. 0% {
  30711. opacity: 0;
  30712. -webkit-transform: scale(0);
  30713. transform: scale(0);
  30714. }
  30715. 100% {
  30716. opacity: 1;
  30717. -webkit-transform: scale(1);
  30718. transform: scale(1);
  30719. }
  30720. }
  30721. @-webkit-keyframes dropOut {
  30722. 0% {
  30723. opacity: 1;
  30724. -webkit-transform: scale(1);
  30725. transform: scale(1);
  30726. }
  30727. 100% {
  30728. opacity: 0;
  30729. -webkit-transform: scale(0);
  30730. transform: scale(0);
  30731. }
  30732. }
  30733. @keyframes dropOut {
  30734. 0% {
  30735. opacity: 1;
  30736. -webkit-transform: scale(1);
  30737. transform: scale(1);
  30738. }
  30739. 100% {
  30740. opacity: 0;
  30741. -webkit-transform: scale(0);
  30742. transform: scale(0);
  30743. }
  30744. }
  30745. /*--------------
  30746. Fade
  30747. ---------------*/
  30748. .transition.fade.in {
  30749. -webkit-animation-name: fadeIn;
  30750. animation-name: fadeIn;
  30751. }
  30752. .transition[class*="fade up"].in {
  30753. -webkit-animation-name: fadeInUp;
  30754. animation-name: fadeInUp;
  30755. }
  30756. .transition[class*="fade down"].in {
  30757. -webkit-animation-name: fadeInDown;
  30758. animation-name: fadeInDown;
  30759. }
  30760. .transition[class*="fade left"].in {
  30761. -webkit-animation-name: fadeInLeft;
  30762. animation-name: fadeInLeft;
  30763. }
  30764. .transition[class*="fade right"].in {
  30765. -webkit-animation-name: fadeInRight;
  30766. animation-name: fadeInRight;
  30767. }
  30768. .transition.fade.out {
  30769. -webkit-animation-name: fadeOut;
  30770. animation-name: fadeOut;
  30771. }
  30772. .transition[class*="fade up"].out {
  30773. -webkit-animation-name: fadeOutUp;
  30774. animation-name: fadeOutUp;
  30775. }
  30776. .transition[class*="fade down"].out {
  30777. -webkit-animation-name: fadeOutDown;
  30778. animation-name: fadeOutDown;
  30779. }
  30780. .transition[class*="fade left"].out {
  30781. -webkit-animation-name: fadeOutLeft;
  30782. animation-name: fadeOutLeft;
  30783. }
  30784. .transition[class*="fade right"].out {
  30785. -webkit-animation-name: fadeOutRight;
  30786. animation-name: fadeOutRight;
  30787. }
  30788. /* In */
  30789. @-webkit-keyframes fadeIn {
  30790. 0% {
  30791. opacity: 0;
  30792. }
  30793. 100% {
  30794. opacity: 1;
  30795. }
  30796. }
  30797. @keyframes fadeIn {
  30798. 0% {
  30799. opacity: 0;
  30800. }
  30801. 100% {
  30802. opacity: 1;
  30803. }
  30804. }
  30805. @-webkit-keyframes fadeInUp {
  30806. 0% {
  30807. opacity: 0;
  30808. -webkit-transform: translateY(10%);
  30809. transform: translateY(10%);
  30810. }
  30811. 100% {
  30812. opacity: 1;
  30813. -webkit-transform: translateY(0%);
  30814. transform: translateY(0%);
  30815. }
  30816. }
  30817. @keyframes fadeInUp {
  30818. 0% {
  30819. opacity: 0;
  30820. -webkit-transform: translateY(10%);
  30821. transform: translateY(10%);
  30822. }
  30823. 100% {
  30824. opacity: 1;
  30825. -webkit-transform: translateY(0%);
  30826. transform: translateY(0%);
  30827. }
  30828. }
  30829. @-webkit-keyframes fadeInDown {
  30830. 0% {
  30831. opacity: 0;
  30832. -webkit-transform: translateY(-10%);
  30833. transform: translateY(-10%);
  30834. }
  30835. 100% {
  30836. opacity: 1;
  30837. -webkit-transform: translateY(0%);
  30838. transform: translateY(0%);
  30839. }
  30840. }
  30841. @keyframes fadeInDown {
  30842. 0% {
  30843. opacity: 0;
  30844. -webkit-transform: translateY(-10%);
  30845. transform: translateY(-10%);
  30846. }
  30847. 100% {
  30848. opacity: 1;
  30849. -webkit-transform: translateY(0%);
  30850. transform: translateY(0%);
  30851. }
  30852. }
  30853. @-webkit-keyframes fadeInLeft {
  30854. 0% {
  30855. opacity: 0;
  30856. -webkit-transform: translateX(10%);
  30857. transform: translateX(10%);
  30858. }
  30859. 100% {
  30860. opacity: 1;
  30861. -webkit-transform: translateX(0%);
  30862. transform: translateX(0%);
  30863. }
  30864. }
  30865. @keyframes fadeInLeft {
  30866. 0% {
  30867. opacity: 0;
  30868. -webkit-transform: translateX(10%);
  30869. transform: translateX(10%);
  30870. }
  30871. 100% {
  30872. opacity: 1;
  30873. -webkit-transform: translateX(0%);
  30874. transform: translateX(0%);
  30875. }
  30876. }
  30877. @-webkit-keyframes fadeInRight {
  30878. 0% {
  30879. opacity: 0;
  30880. -webkit-transform: translateX(-10%);
  30881. transform: translateX(-10%);
  30882. }
  30883. 100% {
  30884. opacity: 1;
  30885. -webkit-transform: translateX(0%);
  30886. transform: translateX(0%);
  30887. }
  30888. }
  30889. @keyframes fadeInRight {
  30890. 0% {
  30891. opacity: 0;
  30892. -webkit-transform: translateX(-10%);
  30893. transform: translateX(-10%);
  30894. }
  30895. 100% {
  30896. opacity: 1;
  30897. -webkit-transform: translateX(0%);
  30898. transform: translateX(0%);
  30899. }
  30900. }
  30901. /* Out */
  30902. @-webkit-keyframes fadeOut {
  30903. 0% {
  30904. opacity: 1;
  30905. }
  30906. 100% {
  30907. opacity: 0;
  30908. }
  30909. }
  30910. @keyframes fadeOut {
  30911. 0% {
  30912. opacity: 1;
  30913. }
  30914. 100% {
  30915. opacity: 0;
  30916. }
  30917. }
  30918. @-webkit-keyframes fadeOutUp {
  30919. 0% {
  30920. opacity: 1;
  30921. -webkit-transform: translateY(0%);
  30922. transform: translateY(0%);
  30923. }
  30924. 100% {
  30925. opacity: 0;
  30926. -webkit-transform: translateY(5%);
  30927. transform: translateY(5%);
  30928. }
  30929. }
  30930. @keyframes fadeOutUp {
  30931. 0% {
  30932. opacity: 1;
  30933. -webkit-transform: translateY(0%);
  30934. transform: translateY(0%);
  30935. }
  30936. 100% {
  30937. opacity: 0;
  30938. -webkit-transform: translateY(5%);
  30939. transform: translateY(5%);
  30940. }
  30941. }
  30942. @-webkit-keyframes fadeOutDown {
  30943. 0% {
  30944. opacity: 1;
  30945. -webkit-transform: translateY(0%);
  30946. transform: translateY(0%);
  30947. }
  30948. 100% {
  30949. opacity: 0;
  30950. -webkit-transform: translateY(-5%);
  30951. transform: translateY(-5%);
  30952. }
  30953. }
  30954. @keyframes fadeOutDown {
  30955. 0% {
  30956. opacity: 1;
  30957. -webkit-transform: translateY(0%);
  30958. transform: translateY(0%);
  30959. }
  30960. 100% {
  30961. opacity: 0;
  30962. -webkit-transform: translateY(-5%);
  30963. transform: translateY(-5%);
  30964. }
  30965. }
  30966. @-webkit-keyframes fadeOutLeft {
  30967. 0% {
  30968. opacity: 1;
  30969. -webkit-transform: translateX(0%);
  30970. transform: translateX(0%);
  30971. }
  30972. 100% {
  30973. opacity: 0;
  30974. -webkit-transform: translateX(5%);
  30975. transform: translateX(5%);
  30976. }
  30977. }
  30978. @keyframes fadeOutLeft {
  30979. 0% {
  30980. opacity: 1;
  30981. -webkit-transform: translateX(0%);
  30982. transform: translateX(0%);
  30983. }
  30984. 100% {
  30985. opacity: 0;
  30986. -webkit-transform: translateX(5%);
  30987. transform: translateX(5%);
  30988. }
  30989. }
  30990. @-webkit-keyframes fadeOutRight {
  30991. 0% {
  30992. opacity: 1;
  30993. -webkit-transform: translateX(0%);
  30994. transform: translateX(0%);
  30995. }
  30996. 100% {
  30997. opacity: 0;
  30998. -webkit-transform: translateX(-5%);
  30999. transform: translateX(-5%);
  31000. }
  31001. }
  31002. @keyframes fadeOutRight {
  31003. 0% {
  31004. opacity: 1;
  31005. -webkit-transform: translateX(0%);
  31006. transform: translateX(0%);
  31007. }
  31008. 100% {
  31009. opacity: 0;
  31010. -webkit-transform: translateX(-5%);
  31011. transform: translateX(-5%);
  31012. }
  31013. }
  31014. /*--------------
  31015. Flips
  31016. ---------------*/
  31017. .flip.transition.in,
  31018. .flip.transition.out {
  31019. -webkit-animation-duration: 600ms;
  31020. animation-duration: 600ms;
  31021. }
  31022. .horizontal.flip.transition.in {
  31023. -webkit-animation-name: horizontalFlipIn;
  31024. animation-name: horizontalFlipIn;
  31025. }
  31026. .horizontal.flip.transition.out {
  31027. -webkit-animation-name: horizontalFlipOut;
  31028. animation-name: horizontalFlipOut;
  31029. }
  31030. .vertical.flip.transition.in {
  31031. -webkit-animation-name: verticalFlipIn;
  31032. animation-name: verticalFlipIn;
  31033. }
  31034. .vertical.flip.transition.out {
  31035. -webkit-animation-name: verticalFlipOut;
  31036. animation-name: verticalFlipOut;
  31037. }
  31038. /* In */
  31039. @-webkit-keyframes horizontalFlipIn {
  31040. 0% {
  31041. -webkit-transform: perspective(2000px) rotateY(-90deg);
  31042. transform: perspective(2000px) rotateY(-90deg);
  31043. opacity: 0;
  31044. }
  31045. 100% {
  31046. -webkit-transform: perspective(2000px) rotateY(0deg);
  31047. transform: perspective(2000px) rotateY(0deg);
  31048. opacity: 1;
  31049. }
  31050. }
  31051. @keyframes horizontalFlipIn {
  31052. 0% {
  31053. -webkit-transform: perspective(2000px) rotateY(-90deg);
  31054. transform: perspective(2000px) rotateY(-90deg);
  31055. opacity: 0;
  31056. }
  31057. 100% {
  31058. -webkit-transform: perspective(2000px) rotateY(0deg);
  31059. transform: perspective(2000px) rotateY(0deg);
  31060. opacity: 1;
  31061. }
  31062. }
  31063. @-webkit-keyframes verticalFlipIn {
  31064. 0% {
  31065. -webkit-transform: perspective(2000px) rotateX(-90deg);
  31066. transform: perspective(2000px) rotateX(-90deg);
  31067. opacity: 0;
  31068. }
  31069. 100% {
  31070. -webkit-transform: perspective(2000px) rotateX(0deg);
  31071. transform: perspective(2000px) rotateX(0deg);
  31072. opacity: 1;
  31073. }
  31074. }
  31075. @keyframes verticalFlipIn {
  31076. 0% {
  31077. -webkit-transform: perspective(2000px) rotateX(-90deg);
  31078. transform: perspective(2000px) rotateX(-90deg);
  31079. opacity: 0;
  31080. }
  31081. 100% {
  31082. -webkit-transform: perspective(2000px) rotateX(0deg);
  31083. transform: perspective(2000px) rotateX(0deg);
  31084. opacity: 1;
  31085. }
  31086. }
  31087. /* Out */
  31088. @-webkit-keyframes horizontalFlipOut {
  31089. 0% {
  31090. -webkit-transform: perspective(2000px) rotateY(0deg);
  31091. transform: perspective(2000px) rotateY(0deg);
  31092. opacity: 1;
  31093. }
  31094. 100% {
  31095. -webkit-transform: perspective(2000px) rotateY(90deg);
  31096. transform: perspective(2000px) rotateY(90deg);
  31097. opacity: 0;
  31098. }
  31099. }
  31100. @keyframes horizontalFlipOut {
  31101. 0% {
  31102. -webkit-transform: perspective(2000px) rotateY(0deg);
  31103. transform: perspective(2000px) rotateY(0deg);
  31104. opacity: 1;
  31105. }
  31106. 100% {
  31107. -webkit-transform: perspective(2000px) rotateY(90deg);
  31108. transform: perspective(2000px) rotateY(90deg);
  31109. opacity: 0;
  31110. }
  31111. }
  31112. @-webkit-keyframes verticalFlipOut {
  31113. 0% {
  31114. -webkit-transform: perspective(2000px) rotateX(0deg);
  31115. transform: perspective(2000px) rotateX(0deg);
  31116. opacity: 1;
  31117. }
  31118. 100% {
  31119. -webkit-transform: perspective(2000px) rotateX(-90deg);
  31120. transform: perspective(2000px) rotateX(-90deg);
  31121. opacity: 0;
  31122. }
  31123. }
  31124. @keyframes verticalFlipOut {
  31125. 0% {
  31126. -webkit-transform: perspective(2000px) rotateX(0deg);
  31127. transform: perspective(2000px) rotateX(0deg);
  31128. opacity: 1;
  31129. }
  31130. 100% {
  31131. -webkit-transform: perspective(2000px) rotateX(-90deg);
  31132. transform: perspective(2000px) rotateX(-90deg);
  31133. opacity: 0;
  31134. }
  31135. }
  31136. /*--------------
  31137. Scale
  31138. ---------------*/
  31139. .scale.transition.in {
  31140. -webkit-animation-name: scaleIn;
  31141. animation-name: scaleIn;
  31142. }
  31143. .scale.transition.out {
  31144. -webkit-animation-name: scaleOut;
  31145. animation-name: scaleOut;
  31146. }
  31147. @-webkit-keyframes scaleIn {
  31148. 0% {
  31149. opacity: 0;
  31150. -webkit-transform: scale(0.8);
  31151. transform: scale(0.8);
  31152. }
  31153. 100% {
  31154. opacity: 1;
  31155. -webkit-transform: scale(1);
  31156. transform: scale(1);
  31157. }
  31158. }
  31159. @keyframes scaleIn {
  31160. 0% {
  31161. opacity: 0;
  31162. -webkit-transform: scale(0.8);
  31163. transform: scale(0.8);
  31164. }
  31165. 100% {
  31166. opacity: 1;
  31167. -webkit-transform: scale(1);
  31168. transform: scale(1);
  31169. }
  31170. }
  31171. /* Out */
  31172. @-webkit-keyframes scaleOut {
  31173. 0% {
  31174. opacity: 1;
  31175. -webkit-transform: scale(1);
  31176. transform: scale(1);
  31177. }
  31178. 100% {
  31179. opacity: 0;
  31180. -webkit-transform: scale(0.9);
  31181. transform: scale(0.9);
  31182. }
  31183. }
  31184. @keyframes scaleOut {
  31185. 0% {
  31186. opacity: 1;
  31187. -webkit-transform: scale(1);
  31188. transform: scale(1);
  31189. }
  31190. 100% {
  31191. opacity: 0;
  31192. -webkit-transform: scale(0.9);
  31193. transform: scale(0.9);
  31194. }
  31195. }
  31196. /*--------------
  31197. Fly
  31198. ---------------*/
  31199. /* Inward */
  31200. .transition.fly {
  31201. -webkit-animation-duration: 0.6s;
  31202. animation-duration: 0.6s;
  31203. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  31204. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  31205. }
  31206. .transition.fly.in {
  31207. -webkit-animation-name: flyIn;
  31208. animation-name: flyIn;
  31209. }
  31210. .transition[class*="fly up"].in {
  31211. -webkit-animation-name: flyInUp;
  31212. animation-name: flyInUp;
  31213. }
  31214. .transition[class*="fly down"].in {
  31215. -webkit-animation-name: flyInDown;
  31216. animation-name: flyInDown;
  31217. }
  31218. .transition[class*="fly left"].in {
  31219. -webkit-animation-name: flyInLeft;
  31220. animation-name: flyInLeft;
  31221. }
  31222. .transition[class*="fly right"].in {
  31223. -webkit-animation-name: flyInRight;
  31224. animation-name: flyInRight;
  31225. }
  31226. /* Outward */
  31227. .transition.fly.out {
  31228. -webkit-animation-name: flyOut;
  31229. animation-name: flyOut;
  31230. }
  31231. .transition[class*="fly up"].out {
  31232. -webkit-animation-name: flyOutUp;
  31233. animation-name: flyOutUp;
  31234. }
  31235. .transition[class*="fly down"].out {
  31236. -webkit-animation-name: flyOutDown;
  31237. animation-name: flyOutDown;
  31238. }
  31239. .transition[class*="fly left"].out {
  31240. -webkit-animation-name: flyOutLeft;
  31241. animation-name: flyOutLeft;
  31242. }
  31243. .transition[class*="fly right"].out {
  31244. -webkit-animation-name: flyOutRight;
  31245. animation-name: flyOutRight;
  31246. }
  31247. /* In */
  31248. @-webkit-keyframes flyIn {
  31249. 0% {
  31250. opacity: 0;
  31251. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  31252. transform: scale3d(0.3, 0.3, 0.3);
  31253. }
  31254. 20% {
  31255. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  31256. transform: scale3d(1.1, 1.1, 1.1);
  31257. }
  31258. 40% {
  31259. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  31260. transform: scale3d(0.9, 0.9, 0.9);
  31261. }
  31262. 60% {
  31263. opacity: 1;
  31264. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  31265. transform: scale3d(1.03, 1.03, 1.03);
  31266. }
  31267. 80% {
  31268. -webkit-transform: scale3d(0.97, 0.97, 0.97);
  31269. transform: scale3d(0.97, 0.97, 0.97);
  31270. }
  31271. 100% {
  31272. opacity: 1;
  31273. -webkit-transform: scale3d(1, 1, 1);
  31274. transform: scale3d(1, 1, 1);
  31275. }
  31276. }
  31277. @keyframes flyIn {
  31278. 0% {
  31279. opacity: 0;
  31280. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  31281. transform: scale3d(0.3, 0.3, 0.3);
  31282. }
  31283. 20% {
  31284. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  31285. transform: scale3d(1.1, 1.1, 1.1);
  31286. }
  31287. 40% {
  31288. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  31289. transform: scale3d(0.9, 0.9, 0.9);
  31290. }
  31291. 60% {
  31292. opacity: 1;
  31293. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  31294. transform: scale3d(1.03, 1.03, 1.03);
  31295. }
  31296. 80% {
  31297. -webkit-transform: scale3d(0.97, 0.97, 0.97);
  31298. transform: scale3d(0.97, 0.97, 0.97);
  31299. }
  31300. 100% {
  31301. opacity: 1;
  31302. -webkit-transform: scale3d(1, 1, 1);
  31303. transform: scale3d(1, 1, 1);
  31304. }
  31305. }
  31306. @-webkit-keyframes flyInUp {
  31307. 0% {
  31308. opacity: 0;
  31309. -webkit-transform: translate3d(0, 1500px, 0);
  31310. transform: translate3d(0, 1500px, 0);
  31311. }
  31312. 60% {
  31313. opacity: 1;
  31314. -webkit-transform: translate3d(0, -20px, 0);
  31315. transform: translate3d(0, -20px, 0);
  31316. }
  31317. 75% {
  31318. -webkit-transform: translate3d(0, 10px, 0);
  31319. transform: translate3d(0, 10px, 0);
  31320. }
  31321. 90% {
  31322. -webkit-transform: translate3d(0, -5px, 0);
  31323. transform: translate3d(0, -5px, 0);
  31324. }
  31325. 100% {
  31326. -webkit-transform: translate3d(0, 0, 0);
  31327. transform: translate3d(0, 0, 0);
  31328. }
  31329. }
  31330. @keyframes flyInUp {
  31331. 0% {
  31332. opacity: 0;
  31333. -webkit-transform: translate3d(0, 1500px, 0);
  31334. transform: translate3d(0, 1500px, 0);
  31335. }
  31336. 60% {
  31337. opacity: 1;
  31338. -webkit-transform: translate3d(0, -20px, 0);
  31339. transform: translate3d(0, -20px, 0);
  31340. }
  31341. 75% {
  31342. -webkit-transform: translate3d(0, 10px, 0);
  31343. transform: translate3d(0, 10px, 0);
  31344. }
  31345. 90% {
  31346. -webkit-transform: translate3d(0, -5px, 0);
  31347. transform: translate3d(0, -5px, 0);
  31348. }
  31349. 100% {
  31350. -webkit-transform: translate3d(0, 0, 0);
  31351. transform: translate3d(0, 0, 0);
  31352. }
  31353. }
  31354. @-webkit-keyframes flyInDown {
  31355. 0% {
  31356. opacity: 0;
  31357. -webkit-transform: translate3d(0, -1500px, 0);
  31358. transform: translate3d(0, -1500px, 0);
  31359. }
  31360. 60% {
  31361. opacity: 1;
  31362. -webkit-transform: translate3d(0, 25px, 0);
  31363. transform: translate3d(0, 25px, 0);
  31364. }
  31365. 75% {
  31366. -webkit-transform: translate3d(0, -10px, 0);
  31367. transform: translate3d(0, -10px, 0);
  31368. }
  31369. 90% {
  31370. -webkit-transform: translate3d(0, 5px, 0);
  31371. transform: translate3d(0, 5px, 0);
  31372. }
  31373. 100% {
  31374. -webkit-transform: none;
  31375. transform: none;
  31376. }
  31377. }
  31378. @keyframes flyInDown {
  31379. 0% {
  31380. opacity: 0;
  31381. -webkit-transform: translate3d(0, -1500px, 0);
  31382. transform: translate3d(0, -1500px, 0);
  31383. }
  31384. 60% {
  31385. opacity: 1;
  31386. -webkit-transform: translate3d(0, 25px, 0);
  31387. transform: translate3d(0, 25px, 0);
  31388. }
  31389. 75% {
  31390. -webkit-transform: translate3d(0, -10px, 0);
  31391. transform: translate3d(0, -10px, 0);
  31392. }
  31393. 90% {
  31394. -webkit-transform: translate3d(0, 5px, 0);
  31395. transform: translate3d(0, 5px, 0);
  31396. }
  31397. 100% {
  31398. -webkit-transform: none;
  31399. transform: none;
  31400. }
  31401. }
  31402. @-webkit-keyframes flyInLeft {
  31403. 0% {
  31404. opacity: 0;
  31405. -webkit-transform: translate3d(1500px, 0, 0);
  31406. transform: translate3d(1500px, 0, 0);
  31407. }
  31408. 60% {
  31409. opacity: 1;
  31410. -webkit-transform: translate3d(-25px, 0, 0);
  31411. transform: translate3d(-25px, 0, 0);
  31412. }
  31413. 75% {
  31414. -webkit-transform: translate3d(10px, 0, 0);
  31415. transform: translate3d(10px, 0, 0);
  31416. }
  31417. 90% {
  31418. -webkit-transform: translate3d(-5px, 0, 0);
  31419. transform: translate3d(-5px, 0, 0);
  31420. }
  31421. 100% {
  31422. -webkit-transform: none;
  31423. transform: none;
  31424. }
  31425. }
  31426. @keyframes flyInLeft {
  31427. 0% {
  31428. opacity: 0;
  31429. -webkit-transform: translate3d(1500px, 0, 0);
  31430. transform: translate3d(1500px, 0, 0);
  31431. }
  31432. 60% {
  31433. opacity: 1;
  31434. -webkit-transform: translate3d(-25px, 0, 0);
  31435. transform: translate3d(-25px, 0, 0);
  31436. }
  31437. 75% {
  31438. -webkit-transform: translate3d(10px, 0, 0);
  31439. transform: translate3d(10px, 0, 0);
  31440. }
  31441. 90% {
  31442. -webkit-transform: translate3d(-5px, 0, 0);
  31443. transform: translate3d(-5px, 0, 0);
  31444. }
  31445. 100% {
  31446. -webkit-transform: none;
  31447. transform: none;
  31448. }
  31449. }
  31450. @-webkit-keyframes flyInRight {
  31451. 0% {
  31452. opacity: 0;
  31453. -webkit-transform: translate3d(-1500px, 0, 0);
  31454. transform: translate3d(-1500px, 0, 0);
  31455. }
  31456. 60% {
  31457. opacity: 1;
  31458. -webkit-transform: translate3d(25px, 0, 0);
  31459. transform: translate3d(25px, 0, 0);
  31460. }
  31461. 75% {
  31462. -webkit-transform: translate3d(-10px, 0, 0);
  31463. transform: translate3d(-10px, 0, 0);
  31464. }
  31465. 90% {
  31466. -webkit-transform: translate3d(5px, 0, 0);
  31467. transform: translate3d(5px, 0, 0);
  31468. }
  31469. 100% {
  31470. -webkit-transform: none;
  31471. transform: none;
  31472. }
  31473. }
  31474. @keyframes flyInRight {
  31475. 0% {
  31476. opacity: 0;
  31477. -webkit-transform: translate3d(-1500px, 0, 0);
  31478. transform: translate3d(-1500px, 0, 0);
  31479. }
  31480. 60% {
  31481. opacity: 1;
  31482. -webkit-transform: translate3d(25px, 0, 0);
  31483. transform: translate3d(25px, 0, 0);
  31484. }
  31485. 75% {
  31486. -webkit-transform: translate3d(-10px, 0, 0);
  31487. transform: translate3d(-10px, 0, 0);
  31488. }
  31489. 90% {
  31490. -webkit-transform: translate3d(5px, 0, 0);
  31491. transform: translate3d(5px, 0, 0);
  31492. }
  31493. 100% {
  31494. -webkit-transform: none;
  31495. transform: none;
  31496. }
  31497. }
  31498. /* Out */
  31499. @-webkit-keyframes flyOut {
  31500. 20% {
  31501. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  31502. transform: scale3d(0.9, 0.9, 0.9);
  31503. }
  31504. 50%, 55% {
  31505. opacity: 1;
  31506. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  31507. transform: scale3d(1.1, 1.1, 1.1);
  31508. }
  31509. 100% {
  31510. opacity: 0;
  31511. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  31512. transform: scale3d(0.3, 0.3, 0.3);
  31513. }
  31514. }
  31515. @keyframes flyOut {
  31516. 20% {
  31517. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  31518. transform: scale3d(0.9, 0.9, 0.9);
  31519. }
  31520. 50%, 55% {
  31521. opacity: 1;
  31522. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  31523. transform: scale3d(1.1, 1.1, 1.1);
  31524. }
  31525. 100% {
  31526. opacity: 0;
  31527. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  31528. transform: scale3d(0.3, 0.3, 0.3);
  31529. }
  31530. }
  31531. @-webkit-keyframes flyOutUp {
  31532. 20% {
  31533. -webkit-transform: translate3d(0, 10px, 0);
  31534. transform: translate3d(0, 10px, 0);
  31535. }
  31536. 40%, 45% {
  31537. opacity: 1;
  31538. -webkit-transform: translate3d(0, -20px, 0);
  31539. transform: translate3d(0, -20px, 0);
  31540. }
  31541. 100% {
  31542. opacity: 0;
  31543. -webkit-transform: translate3d(0, 2000px, 0);
  31544. transform: translate3d(0, 2000px, 0);
  31545. }
  31546. }
  31547. @keyframes flyOutUp {
  31548. 20% {
  31549. -webkit-transform: translate3d(0, 10px, 0);
  31550. transform: translate3d(0, 10px, 0);
  31551. }
  31552. 40%, 45% {
  31553. opacity: 1;
  31554. -webkit-transform: translate3d(0, -20px, 0);
  31555. transform: translate3d(0, -20px, 0);
  31556. }
  31557. 100% {
  31558. opacity: 0;
  31559. -webkit-transform: translate3d(0, 2000px, 0);
  31560. transform: translate3d(0, 2000px, 0);
  31561. }
  31562. }
  31563. @-webkit-keyframes flyOutDown {
  31564. 20% {
  31565. -webkit-transform: translate3d(0, -10px, 0);
  31566. transform: translate3d(0, -10px, 0);
  31567. }
  31568. 40%, 45% {
  31569. opacity: 1;
  31570. -webkit-transform: translate3d(0, 20px, 0);
  31571. transform: translate3d(0, 20px, 0);
  31572. }
  31573. 100% {
  31574. opacity: 0;
  31575. -webkit-transform: translate3d(0, -2000px, 0);
  31576. transform: translate3d(0, -2000px, 0);
  31577. }
  31578. }
  31579. @keyframes flyOutDown {
  31580. 20% {
  31581. -webkit-transform: translate3d(0, -10px, 0);
  31582. transform: translate3d(0, -10px, 0);
  31583. }
  31584. 40%, 45% {
  31585. opacity: 1;
  31586. -webkit-transform: translate3d(0, 20px, 0);
  31587. transform: translate3d(0, 20px, 0);
  31588. }
  31589. 100% {
  31590. opacity: 0;
  31591. -webkit-transform: translate3d(0, -2000px, 0);
  31592. transform: translate3d(0, -2000px, 0);
  31593. }
  31594. }
  31595. @-webkit-keyframes flyOutRight {
  31596. 20% {
  31597. opacity: 1;
  31598. -webkit-transform: translate3d(20px, 0, 0);
  31599. transform: translate3d(20px, 0, 0);
  31600. }
  31601. 100% {
  31602. opacity: 0;
  31603. -webkit-transform: translate3d(-2000px, 0, 0);
  31604. transform: translate3d(-2000px, 0, 0);
  31605. }
  31606. }
  31607. @keyframes flyOutRight {
  31608. 20% {
  31609. opacity: 1;
  31610. -webkit-transform: translate3d(20px, 0, 0);
  31611. transform: translate3d(20px, 0, 0);
  31612. }
  31613. 100% {
  31614. opacity: 0;
  31615. -webkit-transform: translate3d(-2000px, 0, 0);
  31616. transform: translate3d(-2000px, 0, 0);
  31617. }
  31618. }
  31619. @-webkit-keyframes flyOutLeft {
  31620. 20% {
  31621. opacity: 1;
  31622. -webkit-transform: translate3d(-20px, 0, 0);
  31623. transform: translate3d(-20px, 0, 0);
  31624. }
  31625. 100% {
  31626. opacity: 0;
  31627. -webkit-transform: translate3d(2000px, 0, 0);
  31628. transform: translate3d(2000px, 0, 0);
  31629. }
  31630. }
  31631. @keyframes flyOutLeft {
  31632. 20% {
  31633. opacity: 1;
  31634. -webkit-transform: translate3d(-20px, 0, 0);
  31635. transform: translate3d(-20px, 0, 0);
  31636. }
  31637. 100% {
  31638. opacity: 0;
  31639. -webkit-transform: translate3d(2000px, 0, 0);
  31640. transform: translate3d(2000px, 0, 0);
  31641. }
  31642. }
  31643. /*--------------
  31644. Slide
  31645. ---------------*/
  31646. .transition.slide.in,
  31647. .transition[class*="slide down"].in {
  31648. -webkit-animation-name: slideInY;
  31649. animation-name: slideInY;
  31650. -webkit-transform-origin: top center;
  31651. transform-origin: top center;
  31652. }
  31653. .transition[class*="slide up"].in {
  31654. -webkit-animation-name: slideInY;
  31655. animation-name: slideInY;
  31656. -webkit-transform-origin: bottom center;
  31657. transform-origin: bottom center;
  31658. }
  31659. .transition[class*="slide left"].in {
  31660. -webkit-animation-name: slideInX;
  31661. animation-name: slideInX;
  31662. -webkit-transform-origin: center right;
  31663. transform-origin: center right;
  31664. }
  31665. .transition[class*="slide right"].in {
  31666. -webkit-animation-name: slideInX;
  31667. animation-name: slideInX;
  31668. -webkit-transform-origin: center left;
  31669. transform-origin: center left;
  31670. }
  31671. .transition.slide.out,
  31672. .transition[class*="slide down"].out {
  31673. -webkit-animation-name: slideOutY;
  31674. animation-name: slideOutY;
  31675. -webkit-transform-origin: top center;
  31676. transform-origin: top center;
  31677. }
  31678. .transition[class*="slide up"].out {
  31679. -webkit-animation-name: slideOutY;
  31680. animation-name: slideOutY;
  31681. -webkit-transform-origin: bottom center;
  31682. transform-origin: bottom center;
  31683. }
  31684. .transition[class*="slide left"].out {
  31685. -webkit-animation-name: slideOutX;
  31686. animation-name: slideOutX;
  31687. -webkit-transform-origin: center right;
  31688. transform-origin: center right;
  31689. }
  31690. .transition[class*="slide right"].out {
  31691. -webkit-animation-name: slideOutX;
  31692. animation-name: slideOutX;
  31693. -webkit-transform-origin: center left;
  31694. transform-origin: center left;
  31695. }
  31696. /* In */
  31697. @-webkit-keyframes slideInY {
  31698. 0% {
  31699. opacity: 0;
  31700. -webkit-transform: scaleY(0);
  31701. transform: scaleY(0);
  31702. }
  31703. 100% {
  31704. opacity: 1;
  31705. -webkit-transform: scaleY(1);
  31706. transform: scaleY(1);
  31707. }
  31708. }
  31709. @keyframes slideInY {
  31710. 0% {
  31711. opacity: 0;
  31712. -webkit-transform: scaleY(0);
  31713. transform: scaleY(0);
  31714. }
  31715. 100% {
  31716. opacity: 1;
  31717. -webkit-transform: scaleY(1);
  31718. transform: scaleY(1);
  31719. }
  31720. }
  31721. @-webkit-keyframes slideInX {
  31722. 0% {
  31723. opacity: 0;
  31724. -webkit-transform: scaleX(0);
  31725. transform: scaleX(0);
  31726. }
  31727. 100% {
  31728. opacity: 1;
  31729. -webkit-transform: scaleX(1);
  31730. transform: scaleX(1);
  31731. }
  31732. }
  31733. @keyframes slideInX {
  31734. 0% {
  31735. opacity: 0;
  31736. -webkit-transform: scaleX(0);
  31737. transform: scaleX(0);
  31738. }
  31739. 100% {
  31740. opacity: 1;
  31741. -webkit-transform: scaleX(1);
  31742. transform: scaleX(1);
  31743. }
  31744. }
  31745. /* Out */
  31746. @-webkit-keyframes slideOutY {
  31747. 0% {
  31748. opacity: 1;
  31749. -webkit-transform: scaleY(1);
  31750. transform: scaleY(1);
  31751. }
  31752. 100% {
  31753. opacity: 0;
  31754. -webkit-transform: scaleY(0);
  31755. transform: scaleY(0);
  31756. }
  31757. }
  31758. @keyframes slideOutY {
  31759. 0% {
  31760. opacity: 1;
  31761. -webkit-transform: scaleY(1);
  31762. transform: scaleY(1);
  31763. }
  31764. 100% {
  31765. opacity: 0;
  31766. -webkit-transform: scaleY(0);
  31767. transform: scaleY(0);
  31768. }
  31769. }
  31770. @-webkit-keyframes slideOutX {
  31771. 0% {
  31772. opacity: 1;
  31773. -webkit-transform: scaleX(1);
  31774. transform: scaleX(1);
  31775. }
  31776. 100% {
  31777. opacity: 0;
  31778. -webkit-transform: scaleX(0);
  31779. transform: scaleX(0);
  31780. }
  31781. }
  31782. @keyframes slideOutX {
  31783. 0% {
  31784. opacity: 1;
  31785. -webkit-transform: scaleX(1);
  31786. transform: scaleX(1);
  31787. }
  31788. 100% {
  31789. opacity: 0;
  31790. -webkit-transform: scaleX(0);
  31791. transform: scaleX(0);
  31792. }
  31793. }
  31794. /*--------------
  31795. Swing
  31796. ---------------*/
  31797. .transition.swing {
  31798. -webkit-animation-duration: 800ms;
  31799. animation-duration: 800ms;
  31800. }
  31801. .transition[class*="swing down"].in {
  31802. -webkit-animation-name: swingInX;
  31803. animation-name: swingInX;
  31804. -webkit-transform-origin: top center;
  31805. transform-origin: top center;
  31806. }
  31807. .transition[class*="swing up"].in {
  31808. -webkit-animation-name: swingInX;
  31809. animation-name: swingInX;
  31810. -webkit-transform-origin: bottom center;
  31811. transform-origin: bottom center;
  31812. }
  31813. .transition[class*="swing left"].in {
  31814. -webkit-animation-name: swingInY;
  31815. animation-name: swingInY;
  31816. -webkit-transform-origin: center right;
  31817. transform-origin: center right;
  31818. }
  31819. .transition[class*="swing right"].in {
  31820. -webkit-animation-name: swingInY;
  31821. animation-name: swingInY;
  31822. -webkit-transform-origin: center left;
  31823. transform-origin: center left;
  31824. }
  31825. .transition.swing.out,
  31826. .transition[class*="swing down"].out {
  31827. -webkit-animation-name: swingOutX;
  31828. animation-name: swingOutX;
  31829. -webkit-transform-origin: top center;
  31830. transform-origin: top center;
  31831. }
  31832. .transition[class*="swing up"].out {
  31833. -webkit-animation-name: swingOutX;
  31834. animation-name: swingOutX;
  31835. -webkit-transform-origin: bottom center;
  31836. transform-origin: bottom center;
  31837. }
  31838. .transition[class*="swing left"].out {
  31839. -webkit-animation-name: swingOutY;
  31840. animation-name: swingOutY;
  31841. -webkit-transform-origin: center right;
  31842. transform-origin: center right;
  31843. }
  31844. .transition[class*="swing right"].out {
  31845. -webkit-animation-name: swingOutY;
  31846. animation-name: swingOutY;
  31847. -webkit-transform-origin: center left;
  31848. transform-origin: center left;
  31849. }
  31850. /* In */
  31851. @-webkit-keyframes swingInX {
  31852. 0% {
  31853. -webkit-transform: perspective(1000px) rotateX(90deg);
  31854. transform: perspective(1000px) rotateX(90deg);
  31855. opacity: 0;
  31856. }
  31857. 40% {
  31858. -webkit-transform: perspective(1000px) rotateX(-30deg);
  31859. transform: perspective(1000px) rotateX(-30deg);
  31860. opacity: 1;
  31861. }
  31862. 60% {
  31863. -webkit-transform: perspective(1000px) rotateX(15deg);
  31864. transform: perspective(1000px) rotateX(15deg);
  31865. }
  31866. 80% {
  31867. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  31868. transform: perspective(1000px) rotateX(-7.5deg);
  31869. }
  31870. 100% {
  31871. -webkit-transform: perspective(1000px) rotateX(0deg);
  31872. transform: perspective(1000px) rotateX(0deg);
  31873. }
  31874. }
  31875. @keyframes swingInX {
  31876. 0% {
  31877. -webkit-transform: perspective(1000px) rotateX(90deg);
  31878. transform: perspective(1000px) rotateX(90deg);
  31879. opacity: 0;
  31880. }
  31881. 40% {
  31882. -webkit-transform: perspective(1000px) rotateX(-30deg);
  31883. transform: perspective(1000px) rotateX(-30deg);
  31884. opacity: 1;
  31885. }
  31886. 60% {
  31887. -webkit-transform: perspective(1000px) rotateX(15deg);
  31888. transform: perspective(1000px) rotateX(15deg);
  31889. }
  31890. 80% {
  31891. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  31892. transform: perspective(1000px) rotateX(-7.5deg);
  31893. }
  31894. 100% {
  31895. -webkit-transform: perspective(1000px) rotateX(0deg);
  31896. transform: perspective(1000px) rotateX(0deg);
  31897. }
  31898. }
  31899. @-webkit-keyframes swingInY {
  31900. 0% {
  31901. -webkit-transform: perspective(1000px) rotateY(-90deg);
  31902. transform: perspective(1000px) rotateY(-90deg);
  31903. opacity: 0;
  31904. }
  31905. 40% {
  31906. -webkit-transform: perspective(1000px) rotateY(30deg);
  31907. transform: perspective(1000px) rotateY(30deg);
  31908. opacity: 1;
  31909. }
  31910. 60% {
  31911. -webkit-transform: perspective(1000px) rotateY(-17.5deg);
  31912. transform: perspective(1000px) rotateY(-17.5deg);
  31913. }
  31914. 80% {
  31915. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  31916. transform: perspective(1000px) rotateY(7.5deg);
  31917. }
  31918. 100% {
  31919. -webkit-transform: perspective(1000px) rotateY(0deg);
  31920. transform: perspective(1000px) rotateY(0deg);
  31921. }
  31922. }
  31923. @keyframes swingInY {
  31924. 0% {
  31925. -webkit-transform: perspective(1000px) rotateY(-90deg);
  31926. transform: perspective(1000px) rotateY(-90deg);
  31927. opacity: 0;
  31928. }
  31929. 40% {
  31930. -webkit-transform: perspective(1000px) rotateY(30deg);
  31931. transform: perspective(1000px) rotateY(30deg);
  31932. opacity: 1;
  31933. }
  31934. 60% {
  31935. -webkit-transform: perspective(1000px) rotateY(-17.5deg);
  31936. transform: perspective(1000px) rotateY(-17.5deg);
  31937. }
  31938. 80% {
  31939. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  31940. transform: perspective(1000px) rotateY(7.5deg);
  31941. }
  31942. 100% {
  31943. -webkit-transform: perspective(1000px) rotateY(0deg);
  31944. transform: perspective(1000px) rotateY(0deg);
  31945. }
  31946. }
  31947. /* Out */
  31948. @-webkit-keyframes swingOutX {
  31949. 0% {
  31950. -webkit-transform: perspective(1000px) rotateX(0deg);
  31951. transform: perspective(1000px) rotateX(0deg);
  31952. }
  31953. 40% {
  31954. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  31955. transform: perspective(1000px) rotateX(-7.5deg);
  31956. }
  31957. 60% {
  31958. -webkit-transform: perspective(1000px) rotateX(17.5deg);
  31959. transform: perspective(1000px) rotateX(17.5deg);
  31960. }
  31961. 80% {
  31962. -webkit-transform: perspective(1000px) rotateX(-30deg);
  31963. transform: perspective(1000px) rotateX(-30deg);
  31964. opacity: 1;
  31965. }
  31966. 100% {
  31967. -webkit-transform: perspective(1000px) rotateX(90deg);
  31968. transform: perspective(1000px) rotateX(90deg);
  31969. opacity: 0;
  31970. }
  31971. }
  31972. @keyframes swingOutX {
  31973. 0% {
  31974. -webkit-transform: perspective(1000px) rotateX(0deg);
  31975. transform: perspective(1000px) rotateX(0deg);
  31976. }
  31977. 40% {
  31978. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  31979. transform: perspective(1000px) rotateX(-7.5deg);
  31980. }
  31981. 60% {
  31982. -webkit-transform: perspective(1000px) rotateX(17.5deg);
  31983. transform: perspective(1000px) rotateX(17.5deg);
  31984. }
  31985. 80% {
  31986. -webkit-transform: perspective(1000px) rotateX(-30deg);
  31987. transform: perspective(1000px) rotateX(-30deg);
  31988. opacity: 1;
  31989. }
  31990. 100% {
  31991. -webkit-transform: perspective(1000px) rotateX(90deg);
  31992. transform: perspective(1000px) rotateX(90deg);
  31993. opacity: 0;
  31994. }
  31995. }
  31996. @-webkit-keyframes swingOutY {
  31997. 0% {
  31998. -webkit-transform: perspective(1000px) rotateY(0deg);
  31999. transform: perspective(1000px) rotateY(0deg);
  32000. }
  32001. 40% {
  32002. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  32003. transform: perspective(1000px) rotateY(7.5deg);
  32004. }
  32005. 60% {
  32006. -webkit-transform: perspective(1000px) rotateY(-10deg);
  32007. transform: perspective(1000px) rotateY(-10deg);
  32008. }
  32009. 80% {
  32010. -webkit-transform: perspective(1000px) rotateY(30deg);
  32011. transform: perspective(1000px) rotateY(30deg);
  32012. opacity: 1;
  32013. }
  32014. 100% {
  32015. -webkit-transform: perspective(1000px) rotateY(-90deg);
  32016. transform: perspective(1000px) rotateY(-90deg);
  32017. opacity: 0;
  32018. }
  32019. }
  32020. @keyframes swingOutY {
  32021. 0% {
  32022. -webkit-transform: perspective(1000px) rotateY(0deg);
  32023. transform: perspective(1000px) rotateY(0deg);
  32024. }
  32025. 40% {
  32026. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  32027. transform: perspective(1000px) rotateY(7.5deg);
  32028. }
  32029. 60% {
  32030. -webkit-transform: perspective(1000px) rotateY(-10deg);
  32031. transform: perspective(1000px) rotateY(-10deg);
  32032. }
  32033. 80% {
  32034. -webkit-transform: perspective(1000px) rotateY(30deg);
  32035. transform: perspective(1000px) rotateY(30deg);
  32036. opacity: 1;
  32037. }
  32038. 100% {
  32039. -webkit-transform: perspective(1000px) rotateY(-90deg);
  32040. transform: perspective(1000px) rotateY(-90deg);
  32041. opacity: 0;
  32042. }
  32043. }
  32044. /*--------------
  32045. Zoom
  32046. ---------------*/
  32047. .transition.zoom.in {
  32048. -webkit-animation-name: zoomIn;
  32049. animation-name: zoomIn;
  32050. }
  32051. .transition.zoom.out {
  32052. -webkit-animation-name: zoomOut;
  32053. animation-name: zoomOut;
  32054. }
  32055. @-webkit-keyframes zoomIn {
  32056. 0% {
  32057. opacity: 1;
  32058. -webkit-transform: scale(0);
  32059. transform: scale(0);
  32060. }
  32061. 100% {
  32062. opacity: 1;
  32063. -webkit-transform: scale(1);
  32064. transform: scale(1);
  32065. }
  32066. }
  32067. @keyframes zoomIn {
  32068. 0% {
  32069. opacity: 1;
  32070. -webkit-transform: scale(0);
  32071. transform: scale(0);
  32072. }
  32073. 100% {
  32074. opacity: 1;
  32075. -webkit-transform: scale(1);
  32076. transform: scale(1);
  32077. }
  32078. }
  32079. @-webkit-keyframes zoomOut {
  32080. 0% {
  32081. opacity: 1;
  32082. -webkit-transform: scale(1);
  32083. transform: scale(1);
  32084. }
  32085. 100% {
  32086. opacity: 1;
  32087. -webkit-transform: scale(0);
  32088. transform: scale(0);
  32089. }
  32090. }
  32091. @keyframes zoomOut {
  32092. 0% {
  32093. opacity: 1;
  32094. -webkit-transform: scale(1);
  32095. transform: scale(1);
  32096. }
  32097. 100% {
  32098. opacity: 1;
  32099. -webkit-transform: scale(0);
  32100. transform: scale(0);
  32101. }
  32102. }
  32103. /*******************************
  32104. Static Animations
  32105. *******************************/
  32106. /*--------------
  32107. Emphasis
  32108. ---------------*/
  32109. .flash.transition {
  32110. -webkit-animation-duration: 750ms;
  32111. animation-duration: 750ms;
  32112. -webkit-animation-name: flash;
  32113. animation-name: flash;
  32114. }
  32115. .shake.transition {
  32116. -webkit-animation-duration: 750ms;
  32117. animation-duration: 750ms;
  32118. -webkit-animation-name: shake;
  32119. animation-name: shake;
  32120. }
  32121. .bounce.transition {
  32122. -webkit-animation-duration: 750ms;
  32123. animation-duration: 750ms;
  32124. -webkit-animation-name: bounce;
  32125. animation-name: bounce;
  32126. }
  32127. .tada.transition {
  32128. -webkit-animation-duration: 750ms;
  32129. animation-duration: 750ms;
  32130. -webkit-animation-name: tada;
  32131. animation-name: tada;
  32132. }
  32133. .pulse.transition {
  32134. -webkit-animation-duration: 500ms;
  32135. animation-duration: 500ms;
  32136. -webkit-animation-name: pulse;
  32137. animation-name: pulse;
  32138. }
  32139. .jiggle.transition {
  32140. -webkit-animation-duration: 750ms;
  32141. animation-duration: 750ms;
  32142. -webkit-animation-name: jiggle;
  32143. animation-name: jiggle;
  32144. }
  32145. .transition.glow {
  32146. -webkit-animation-duration: 2000ms;
  32147. animation-duration: 2000ms;
  32148. -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  32149. animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  32150. }
  32151. .transition.glow {
  32152. -webkit-animation-name: glow;
  32153. animation-name: glow;
  32154. }
  32155. /* Flash */
  32156. @-webkit-keyframes flash {
  32157. 0%, 50%, 100% {
  32158. opacity: 1;
  32159. }
  32160. 25%, 75% {
  32161. opacity: 0;
  32162. }
  32163. }
  32164. @keyframes flash {
  32165. 0%, 50%, 100% {
  32166. opacity: 1;
  32167. }
  32168. 25%, 75% {
  32169. opacity: 0;
  32170. }
  32171. }
  32172. /* Shake */
  32173. @-webkit-keyframes shake {
  32174. 0%, 100% {
  32175. -webkit-transform: translateX(0);
  32176. transform: translateX(0);
  32177. }
  32178. 10%, 30%, 50%, 70%, 90% {
  32179. -webkit-transform: translateX(-10px);
  32180. transform: translateX(-10px);
  32181. }
  32182. 20%, 40%, 60%, 80% {
  32183. -webkit-transform: translateX(10px);
  32184. transform: translateX(10px);
  32185. }
  32186. }
  32187. @keyframes shake {
  32188. 0%, 100% {
  32189. -webkit-transform: translateX(0);
  32190. transform: translateX(0);
  32191. }
  32192. 10%, 30%, 50%, 70%, 90% {
  32193. -webkit-transform: translateX(-10px);
  32194. transform: translateX(-10px);
  32195. }
  32196. 20%, 40%, 60%, 80% {
  32197. -webkit-transform: translateX(10px);
  32198. transform: translateX(10px);
  32199. }
  32200. }
  32201. /* Bounce */
  32202. @-webkit-keyframes bounce {
  32203. 0%, 20%, 50%, 80%, 100% {
  32204. -webkit-transform: translateY(0);
  32205. transform: translateY(0);
  32206. }
  32207. 40% {
  32208. -webkit-transform: translateY(-30px);
  32209. transform: translateY(-30px);
  32210. }
  32211. 60% {
  32212. -webkit-transform: translateY(-15px);
  32213. transform: translateY(-15px);
  32214. }
  32215. }
  32216. @keyframes bounce {
  32217. 0%, 20%, 50%, 80%, 100% {
  32218. -webkit-transform: translateY(0);
  32219. transform: translateY(0);
  32220. }
  32221. 40% {
  32222. -webkit-transform: translateY(-30px);
  32223. transform: translateY(-30px);
  32224. }
  32225. 60% {
  32226. -webkit-transform: translateY(-15px);
  32227. transform: translateY(-15px);
  32228. }
  32229. }
  32230. /* Tada */
  32231. @-webkit-keyframes tada {
  32232. 0% {
  32233. -webkit-transform: scale(1);
  32234. transform: scale(1);
  32235. }
  32236. 10%, 20% {
  32237. -webkit-transform: scale(0.9) rotate(-3deg);
  32238. transform: scale(0.9) rotate(-3deg);
  32239. }
  32240. 30%, 50%, 70%, 90% {
  32241. -webkit-transform: scale(1.1) rotate(3deg);
  32242. transform: scale(1.1) rotate(3deg);
  32243. }
  32244. 40%, 60%, 80% {
  32245. -webkit-transform: scale(1.1) rotate(-3deg);
  32246. transform: scale(1.1) rotate(-3deg);
  32247. }
  32248. 100% {
  32249. -webkit-transform: scale(1) rotate(0);
  32250. transform: scale(1) rotate(0);
  32251. }
  32252. }
  32253. @keyframes tada {
  32254. 0% {
  32255. -webkit-transform: scale(1);
  32256. transform: scale(1);
  32257. }
  32258. 10%, 20% {
  32259. -webkit-transform: scale(0.9) rotate(-3deg);
  32260. transform: scale(0.9) rotate(-3deg);
  32261. }
  32262. 30%, 50%, 70%, 90% {
  32263. -webkit-transform: scale(1.1) rotate(3deg);
  32264. transform: scale(1.1) rotate(3deg);
  32265. }
  32266. 40%, 60%, 80% {
  32267. -webkit-transform: scale(1.1) rotate(-3deg);
  32268. transform: scale(1.1) rotate(-3deg);
  32269. }
  32270. 100% {
  32271. -webkit-transform: scale(1) rotate(0);
  32272. transform: scale(1) rotate(0);
  32273. }
  32274. }
  32275. /* Pulse */
  32276. @-webkit-keyframes pulse {
  32277. 0% {
  32278. -webkit-transform: scale(1);
  32279. transform: scale(1);
  32280. opacity: 1;
  32281. }
  32282. 50% {
  32283. -webkit-transform: scale(0.9);
  32284. transform: scale(0.9);
  32285. opacity: 0.7;
  32286. }
  32287. 100% {
  32288. -webkit-transform: scale(1);
  32289. transform: scale(1);
  32290. opacity: 1;
  32291. }
  32292. }
  32293. @keyframes pulse {
  32294. 0% {
  32295. -webkit-transform: scale(1);
  32296. transform: scale(1);
  32297. opacity: 1;
  32298. }
  32299. 50% {
  32300. -webkit-transform: scale(0.9);
  32301. transform: scale(0.9);
  32302. opacity: 0.7;
  32303. }
  32304. 100% {
  32305. -webkit-transform: scale(1);
  32306. transform: scale(1);
  32307. opacity: 1;
  32308. }
  32309. }
  32310. /* Jiggle */
  32311. @-webkit-keyframes jiggle {
  32312. 0% {
  32313. -webkit-transform: scale3d(1, 1, 1);
  32314. transform: scale3d(1, 1, 1);
  32315. }
  32316. 30% {
  32317. -webkit-transform: scale3d(1.25, 0.75, 1);
  32318. transform: scale3d(1.25, 0.75, 1);
  32319. }
  32320. 40% {
  32321. -webkit-transform: scale3d(0.75, 1.25, 1);
  32322. transform: scale3d(0.75, 1.25, 1);
  32323. }
  32324. 50% {
  32325. -webkit-transform: scale3d(1.15, 0.85, 1);
  32326. transform: scale3d(1.15, 0.85, 1);
  32327. }
  32328. 65% {
  32329. -webkit-transform: scale3d(0.95, 1.05, 1);
  32330. transform: scale3d(0.95, 1.05, 1);
  32331. }
  32332. 75% {
  32333. -webkit-transform: scale3d(1.05, 0.95, 1);
  32334. transform: scale3d(1.05, 0.95, 1);
  32335. }
  32336. 100% {
  32337. -webkit-transform: scale3d(1, 1, 1);
  32338. transform: scale3d(1, 1, 1);
  32339. }
  32340. }
  32341. @keyframes jiggle {
  32342. 0% {
  32343. -webkit-transform: scale3d(1, 1, 1);
  32344. transform: scale3d(1, 1, 1);
  32345. }
  32346. 30% {
  32347. -webkit-transform: scale3d(1.25, 0.75, 1);
  32348. transform: scale3d(1.25, 0.75, 1);
  32349. }
  32350. 40% {
  32351. -webkit-transform: scale3d(0.75, 1.25, 1);
  32352. transform: scale3d(0.75, 1.25, 1);
  32353. }
  32354. 50% {
  32355. -webkit-transform: scale3d(1.15, 0.85, 1);
  32356. transform: scale3d(1.15, 0.85, 1);
  32357. }
  32358. 65% {
  32359. -webkit-transform: scale3d(0.95, 1.05, 1);
  32360. transform: scale3d(0.95, 1.05, 1);
  32361. }
  32362. 75% {
  32363. -webkit-transform: scale3d(1.05, 0.95, 1);
  32364. transform: scale3d(1.05, 0.95, 1);
  32365. }
  32366. 100% {
  32367. -webkit-transform: scale3d(1, 1, 1);
  32368. transform: scale3d(1, 1, 1);
  32369. }
  32370. }
  32371. /* Glow */
  32372. @-webkit-keyframes glow {
  32373. 0% {
  32374. background-color: #FCFCFD;
  32375. }
  32376. 30% {
  32377. background-color: #FFF6CD;
  32378. }
  32379. 100% {
  32380. background-color: #FCFCFD;
  32381. }
  32382. }
  32383. @keyframes glow {
  32384. 0% {
  32385. background-color: #FCFCFD;
  32386. }
  32387. 30% {
  32388. background-color: #FFF6CD;
  32389. }
  32390. 100% {
  32391. background-color: #FCFCFD;
  32392. }
  32393. }
  32394. /*******************************
  32395. Site Overrides
  32396. *******************************/