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.

35128 lines
701 KiB

  1. /*
  2. * # Semantic UI - 2.1.6
  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.1.6 - Reset
  14. * http://github.com/semantic-org/semantic-ui/
  15. *
  16. *
  17. * Copyright 2015 Contributors
  18. * Released under the MIT license
  19. * http://opensource.org/licenses/MIT
  20. *
  21. */
  22. /*******************************
  23. Reset
  24. *******************************/
  25. /* Border-Box */
  26. *,
  27. *:before,
  28. *:after {
  29. box-sizing: inherit;
  30. }
  31. html {
  32. box-sizing: border-box;
  33. }
  34. /* iPad Input Shadows */
  35. input[type="text"],
  36. input[type="email"],
  37. input[type="search"],
  38. input[type="password"] {
  39. -webkit-appearance: none;
  40. -moz-appearance: none;
  41. /* mobile firefox too! */
  42. }
  43. /*******************************
  44. Theme Overrides
  45. *******************************/
  46. /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  47. /**
  48. * Correct `block` display not defined in IE 8/9.
  49. */
  50. /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  51. /**
  52. * 1. Set default font family to sans-serif.
  53. * 2. Prevent iOS text size adjust after orientation change, without disabling
  54. * user zoom.
  55. */
  56. html {
  57. font-family: sans-serif;
  58. /* 1 */
  59. -ms-text-size-adjust: 100%;
  60. /* 2 */
  61. -webkit-text-size-adjust: 100%;
  62. /* 2 */
  63. }
  64. /**
  65. * Remove default margin.
  66. */
  67. body {
  68. margin: 0;
  69. }
  70. /* HTML5 display definitions
  71. ========================================================================== */
  72. /**
  73. * Correct `block` display not defined for any HTML5 element in IE 8/9.
  74. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
  75. * Correct `block` display not defined for `main` in IE 11.
  76. */
  77. article,
  78. aside,
  79. details,
  80. figcaption,
  81. figure,
  82. footer,
  83. header,
  84. hgroup,
  85. main,
  86. nav,
  87. section,
  88. summary {
  89. display: block;
  90. }
  91. /**
  92. * 1. Correct `inline-block` display not defined in IE 8/9.
  93. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  94. */
  95. audio,
  96. canvas,
  97. progress,
  98. video {
  99. display: inline-block;
  100. /* 1 */
  101. vertical-align: baseline;
  102. /* 2 */
  103. }
  104. /**
  105. * Prevent modern browsers from displaying `audio` without controls.
  106. * Remove excess height in iOS 5 devices.
  107. */
  108. audio:not([controls]) {
  109. display: none;
  110. height: 0;
  111. }
  112. /**
  113. * Address `[hidden]` styling not present in IE 8/9/10.
  114. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
  115. */
  116. [hidden],
  117. template {
  118. display: none;
  119. }
  120. /* Links
  121. ========================================================================== */
  122. /**
  123. * Remove the gray background color from active links in IE 10.
  124. */
  125. a {
  126. background: transparent;
  127. }
  128. /**
  129. * Improve readability when focused and also mouse hovered in all browsers.
  130. */
  131. a:active,
  132. a:hover {
  133. outline: 0;
  134. }
  135. /* Text-level semantics
  136. ========================================================================== */
  137. /**
  138. * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  139. */
  140. abbr[title] {
  141. border-bottom: 1px dotted;
  142. }
  143. /**
  144. * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  145. */
  146. b,
  147. strong {
  148. font-weight: bold;
  149. }
  150. /**
  151. * Address styling not present in Safari and Chrome.
  152. */
  153. dfn {
  154. font-style: italic;
  155. }
  156. /**
  157. * Address variable `h1` font-size and margin within `section` and `article`
  158. * contexts in Firefox 4+, Safari, and Chrome.
  159. */
  160. h1 {
  161. font-size: 2em;
  162. margin: 0.67em 0;
  163. }
  164. /**
  165. * Address styling not present in IE 8/9.
  166. */
  167. mark {
  168. background: #ff0;
  169. color: #000;
  170. }
  171. /**
  172. * Address inconsistent and variable font size in all browsers.
  173. */
  174. small {
  175. font-size: 80%;
  176. }
  177. /**
  178. * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  179. */
  180. sub,
  181. sup {
  182. font-size: 75%;
  183. line-height: 0;
  184. position: relative;
  185. vertical-align: baseline;
  186. }
  187. sup {
  188. top: -0.5em;
  189. }
  190. sub {
  191. bottom: -0.25em;
  192. }
  193. /* Embedded content
  194. ========================================================================== */
  195. /**
  196. * Remove border when inside `a` element in IE 8/9/10.
  197. */
  198. img {
  199. border: 0;
  200. }
  201. /**
  202. * Correct overflow not hidden in IE 9/10/11.
  203. */
  204. svg:not(:root) {
  205. overflow: hidden;
  206. }
  207. /* Grouping content
  208. ========================================================================== */
  209. /**
  210. * Address margin not present in IE 8/9 and Safari.
  211. */
  212. figure {
  213. margin: 1em 40px;
  214. }
  215. /**
  216. * Address differences between Firefox and other browsers.
  217. */
  218. hr {
  219. box-sizing: content-box;
  220. height: 0;
  221. }
  222. /**
  223. * Contain overflow in all browsers.
  224. */
  225. pre {
  226. overflow: auto;
  227. }
  228. /**
  229. * Address odd `em`-unit font size rendering in all browsers.
  230. */
  231. code,
  232. kbd,
  233. pre,
  234. samp {
  235. font-family: monospace, monospace;
  236. font-size: 1em;
  237. }
  238. /* Forms
  239. ========================================================================== */
  240. /**
  241. * Known limitation: by default, Chrome and Safari on OS X allow very limited
  242. * styling of `select`, unless a `border` property is set.
  243. */
  244. /**
  245. * 1. Correct color not being inherited.
  246. * Known issue: affects color of disabled elements.
  247. * 2. Correct font properties not being inherited.
  248. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  249. */
  250. button,
  251. input,
  252. optgroup,
  253. select,
  254. textarea {
  255. color: inherit;
  256. /* 1 */
  257. font: inherit;
  258. /* 2 */
  259. margin: 0;
  260. /* 3 */
  261. }
  262. /**
  263. * Address `overflow` set to `hidden` in IE 8/9/10/11.
  264. */
  265. button {
  266. overflow: visible;
  267. }
  268. /**
  269. * Address inconsistent `text-transform` inheritance for `button` and `select`.
  270. * All other form control elements do not inherit `text-transform` values.
  271. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  272. * Correct `select` style inheritance in Firefox.
  273. */
  274. button,
  275. select {
  276. text-transform: none;
  277. }
  278. /**
  279. * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  280. * and `video` controls.
  281. * 2. Correct inability to style clickable `input` types in iOS.
  282. * 3. Improve usability and consistency of cursor style between image-type
  283. * `input` and others.
  284. */
  285. button,
  286. html input[type="button"],
  287. input[type="reset"],
  288. input[type="submit"] {
  289. -webkit-appearance: button;
  290. /* 2 */
  291. cursor: pointer;
  292. /* 3 */
  293. }
  294. /**
  295. * Re-set default cursor for disabled elements.
  296. */
  297. button[disabled],
  298. html input[disabled] {
  299. cursor: default;
  300. }
  301. /**
  302. * Remove inner padding and border in Firefox 4+.
  303. */
  304. button::-moz-focus-inner,
  305. input::-moz-focus-inner {
  306. border: 0;
  307. padding: 0;
  308. }
  309. /**
  310. * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  311. * the UA stylesheet.
  312. */
  313. input {
  314. line-height: normal;
  315. }
  316. /**
  317. * It's recommended that you don't attempt to style these elements.
  318. * Firefox's implementation doesn't respect box-sizing, padding, or width.
  319. *
  320. * 1. Address box sizing set to `content-box` in IE 8/9/10.
  321. * 2. Remove excess padding in IE 8/9/10.
  322. */
  323. input[type="checkbox"],
  324. input[type="radio"] {
  325. box-sizing: border-box;
  326. /* 1 */
  327. padding: 0;
  328. /* 2 */
  329. }
  330. /**
  331. * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  332. * `font-size` values of the `input`, it causes the cursor style of the
  333. * decrement button to change from `default` to `text`.
  334. */
  335. input[type="number"]::-webkit-inner-spin-button,
  336. input[type="number"]::-webkit-outer-spin-button {
  337. height: auto;
  338. }
  339. /**
  340. * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  341. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
  342. * (include `-moz` to future-proof).
  343. */
  344. input[type="search"] {
  345. -webkit-appearance: textfield;
  346. /* 1 */
  347. /* 2 */
  348. box-sizing: content-box;
  349. }
  350. /**
  351. * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  352. * Safari (but not Chrome) clips the cancel button when the search input has
  353. * padding (and `textfield` appearance).
  354. */
  355. input[type="search"]::-webkit-search-cancel-button,
  356. input[type="search"]::-webkit-search-decoration {
  357. -webkit-appearance: none;
  358. }
  359. /**
  360. * Define consistent border, margin, and padding.
  361. */
  362. fieldset {
  363. border: 1px solid #c0c0c0;
  364. margin: 0 2px;
  365. padding: 0.35em 0.625em 0.75em;
  366. }
  367. /**
  368. * 1. Correct `color` not being inherited in IE 8/9/10/11.
  369. * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  370. */
  371. legend {
  372. border: 0;
  373. /* 1 */
  374. padding: 0;
  375. /* 2 */
  376. }
  377. /**
  378. * Remove default vertical scrollbar in IE 8/9/10/11.
  379. */
  380. textarea {
  381. overflow: auto;
  382. }
  383. /**
  384. * Don't inherit the `font-weight` (applied by a rule above).
  385. * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  386. */
  387. optgroup {
  388. font-weight: bold;
  389. }
  390. /* Tables
  391. ========================================================================== */
  392. /**
  393. * Remove most spacing between table cells.
  394. */
  395. table {
  396. border-collapse: collapse;
  397. border-spacing: 0;
  398. }
  399. td,
  400. th {
  401. padding: 0;
  402. }
  403. /*******************************
  404. Site Overrides
  405. *******************************/
  406. /*!
  407. * # Semantic UI 2.1.6 - Site
  408. * http://github.com/semantic-org/semantic-ui/
  409. *
  410. *
  411. * Copyright 2015 Contributors
  412. * Released under the MIT license
  413. * http://opensource.org/licenses/MIT
  414. *
  415. */
  416. /*******************************
  417. Page
  418. *******************************/
  419. html,
  420. body {
  421. height: 100%;
  422. }
  423. html {
  424. font-size: 14px;
  425. }
  426. body {
  427. margin: 0px;
  428. padding: 0px;
  429. overflow-x: hidden;
  430. min-width: 320px;
  431. background: #FFFFFF;
  432. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  433. font-size: 14px;
  434. line-height: 1.4285em;
  435. color: rgba(0, 0, 0, 0.87);
  436. font-smoothing: antialiased;
  437. }
  438. /*******************************
  439. Headers
  440. *******************************/
  441. h1,
  442. h2,
  443. h3,
  444. h4,
  445. h5 {
  446. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  447. line-height: 1.2857em;
  448. margin: calc(2rem - 0.14285em ) 0em 1rem;
  449. font-weight: bold;
  450. padding: 0em;
  451. }
  452. h1 {
  453. min-height: 1rem;
  454. font-size: 2rem;
  455. }
  456. h2 {
  457. font-size: 1.714rem;
  458. }
  459. h3 {
  460. font-size: 1.28rem;
  461. }
  462. h4 {
  463. font-size: 1.071rem;
  464. }
  465. h5 {
  466. font-size: 1rem;
  467. }
  468. h1:first-child,
  469. h2:first-child,
  470. h3:first-child,
  471. h4:first-child,
  472. h5:first-child {
  473. margin-top: 0em;
  474. }
  475. h1:last-child,
  476. h2:last-child,
  477. h3:last-child,
  478. h4:last-child,
  479. h5:last-child {
  480. margin-bottom: 0em;
  481. }
  482. /*******************************
  483. Text
  484. *******************************/
  485. p {
  486. margin: 0em 0em 1em;
  487. line-height: 1.4285em;
  488. }
  489. p:first-child {
  490. margin-top: 0em;
  491. }
  492. p:last-child {
  493. margin-bottom: 0em;
  494. }
  495. /*-------------------
  496. Links
  497. --------------------*/
  498. a {
  499. color: #4183C4;
  500. text-decoration: none;
  501. }
  502. a:hover {
  503. color: #1e70bf;
  504. text-decoration: none;
  505. }
  506. /*******************************
  507. Highlighting
  508. *******************************/
  509. /* Site */
  510. ::-webkit-selection {
  511. background-color: #CCE2FF;
  512. color: rgba(0, 0, 0, 0.87);
  513. }
  514. ::-moz-selection {
  515. background-color: #CCE2FF;
  516. color: rgba(0, 0, 0, 0.87);
  517. }
  518. ::selection {
  519. background-color: #CCE2FF;
  520. color: rgba(0, 0, 0, 0.87);
  521. }
  522. /* Form */
  523. textarea::-webkit-selection,
  524. input::-webkit-selection {
  525. background-color: rgba(100, 100, 100, 0.4);
  526. color: rgba(0, 0, 0, 0.87);
  527. }
  528. textarea::-moz-selection,
  529. input::-moz-selection {
  530. background-color: rgba(100, 100, 100, 0.4);
  531. color: rgba(0, 0, 0, 0.87);
  532. }
  533. textarea::selection,
  534. input::selection {
  535. background-color: rgba(100, 100, 100, 0.4);
  536. color: rgba(0, 0, 0, 0.87);
  537. }
  538. /*******************************
  539. Global Overrides
  540. *******************************/
  541. /*******************************
  542. Site Overrides
  543. *******************************/
  544. /*!
  545. * # Semantic UI 2.1.6 - Button
  546. * http://github.com/semantic-org/semantic-ui/
  547. *
  548. *
  549. * Copyright 2015 Contributors
  550. * Released under the MIT license
  551. * http://opensource.org/licenses/MIT
  552. *
  553. */
  554. /*******************************
  555. Button
  556. *******************************/
  557. .ui.button {
  558. cursor: pointer;
  559. display: inline-block;
  560. min-height: 1em;
  561. outline: none;
  562. border: none;
  563. vertical-align: baseline;
  564. background: #E0E1E2 none;
  565. color: rgba(0, 0, 0, 0.6);
  566. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  567. margin: 0em 0.25em 0em 0em;
  568. padding: 0.78571429em 1.5em 0.78571429em;
  569. text-transform: none;
  570. text-shadow: none;
  571. font-weight: bold;
  572. line-height: 1em;
  573. font-style: normal;
  574. text-align: center;
  575. text-decoration: none;
  576. border-radius: 0.28571429rem;
  577. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  578. -webkit-user-select: none;
  579. -moz-user-select: none;
  580. -ms-user-select: none;
  581. user-select: none;
  582. -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  583. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  584. will-change: '';
  585. -webkit-tap-highlight-color: transparent;
  586. }
  587. /*******************************
  588. States
  589. *******************************/
  590. /*--------------
  591. Hover
  592. ---------------*/
  593. .ui.button:hover {
  594. background-color: #CACBCD;
  595. background-image: none;
  596. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  597. color: rgba(0, 0, 0, 0.8);
  598. }
  599. .ui.button:hover .icon {
  600. opacity: 0.85;
  601. }
  602. /*--------------
  603. Focus
  604. ---------------*/
  605. .ui.button:focus {
  606. background-color: #CACBCD;
  607. color: rgba(0, 0, 0, 0.8);
  608. background-image: '' !important;
  609. box-shadow: '' !important;
  610. }
  611. .ui.button:focus .icon {
  612. opacity: 0.85;
  613. }
  614. /*--------------
  615. Down
  616. ---------------*/
  617. .ui.button:active,
  618. .ui.active.button:active {
  619. background-color: #BABBBC;
  620. background-image: '';
  621. color: rgba(0, 0, 0, 0.9);
  622. box-shadow: 0px 0px 0px 1px transparent inset, none;
  623. }
  624. /*--------------
  625. Active
  626. ---------------*/
  627. .ui.active.button {
  628. background-color: #C0C1C2;
  629. background-image: none;
  630. box-shadow: 0px 0px 0px 1px transparent inset;
  631. color: rgba(0, 0, 0, 0.95);
  632. }
  633. .ui.active.button:hover {
  634. background-color: #C0C1C2;
  635. background-image: none;
  636. color: rgba(0, 0, 0, 0.95);
  637. }
  638. .ui.active.button:active {
  639. background-color: #C0C1C2;
  640. background-image: none;
  641. }
  642. /*--------------
  643. Loading
  644. ---------------*/
  645. /* Specificity hack */
  646. .ui.loading.loading.loading.loading.loading.loading.button {
  647. position: relative;
  648. cursor: default;
  649. text-shadow: none !important;
  650. color: transparent !important;
  651. opacity: 1;
  652. pointer-events: auto;
  653. -webkit-transition: all 0s linear, opacity 0.1s ease;
  654. transition: all 0s linear, opacity 0.1s ease;
  655. }
  656. .ui.loading.button:before {
  657. position: absolute;
  658. content: '';
  659. top: 50%;
  660. left: 50%;
  661. margin: -0.64285714em 0em 0em -0.64285714em;
  662. width: 1.28571429em;
  663. height: 1.28571429em;
  664. border-radius: 500rem;
  665. border: 0.2em solid rgba(0, 0, 0, 0.15);
  666. }
  667. .ui.loading.button:after {
  668. position: absolute;
  669. content: '';
  670. top: 50%;
  671. left: 50%;
  672. margin: -0.64285714em 0em 0em -0.64285714em;
  673. width: 1.28571429em;
  674. height: 1.28571429em;
  675. -webkit-animation: button-spin 0.6s linear;
  676. animation: button-spin 0.6s linear;
  677. -webkit-animation-iteration-count: infinite;
  678. animation-iteration-count: infinite;
  679. border-radius: 500rem;
  680. border-color: #FFFFFF transparent transparent;
  681. border-style: solid;
  682. border-width: 0.2em;
  683. box-shadow: 0px 0px 0px 1px transparent;
  684. }
  685. .ui.labeled.icon.loading.button .icon {
  686. background-color: transparent;
  687. box-shadow: none;
  688. }
  689. @-webkit-keyframes button-spin {
  690. from {
  691. -webkit-transform: rotate(0deg);
  692. transform: rotate(0deg);
  693. }
  694. to {
  695. -webkit-transform: rotate(360deg);
  696. transform: rotate(360deg);
  697. }
  698. }
  699. @keyframes button-spin {
  700. from {
  701. -webkit-transform: rotate(0deg);
  702. transform: rotate(0deg);
  703. }
  704. to {
  705. -webkit-transform: rotate(360deg);
  706. transform: rotate(360deg);
  707. }
  708. }
  709. .ui.basic.loading.button:not(.inverted):before {
  710. border-color: rgba(0, 0, 0, 0.1);
  711. }
  712. .ui.basic.loading.button:not(.inverted):after {
  713. border-top-color: #767676;
  714. }
  715. /*-------------------
  716. Disabled
  717. --------------------*/
  718. .ui.buttons .disabled.button,
  719. .ui.disabled.button,
  720. .ui.button:disabled,
  721. .ui.disabled.button:hover,
  722. .ui.disabled.active.button {
  723. cursor: default;
  724. opacity: 0.45 !important;
  725. background-image: none !important;
  726. box-shadow: none !important;
  727. pointer-events: none;
  728. }
  729. /* Basic Group With Disabled */
  730. .ui.basic.buttons .ui.disabled.button {
  731. border-color: rgba(34, 36, 38, 0.5);
  732. }
  733. /*******************************
  734. Types
  735. *******************************/
  736. /*-------------------
  737. Animated
  738. --------------------*/
  739. .ui.animated.button {
  740. position: relative;
  741. overflow: hidden;
  742. padding-right: 0em !important;
  743. vertical-align: middle;
  744. z-index: 1;
  745. }
  746. .ui.animated.button .content {
  747. will-change: transform, opacity;
  748. }
  749. .ui.animated.button .visible.content {
  750. position: relative;
  751. margin-right: 1.5em;
  752. }
  753. .ui.animated.button .hidden.content {
  754. position: absolute;
  755. width: 100%;
  756. }
  757. /* Horizontal */
  758. .ui.animated.button .visible.content,
  759. .ui.animated.button .hidden.content {
  760. -webkit-transition: right 0.3s ease 0s;
  761. transition: right 0.3s ease 0s;
  762. }
  763. .ui.animated.button .visible.content {
  764. left: auto;
  765. right: 0%;
  766. }
  767. .ui.animated.button .hidden.content {
  768. top: 50%;
  769. left: auto;
  770. right: -100%;
  771. margin-top: -0.5em;
  772. }
  773. .ui.animated.button:focus .visible.content,
  774. .ui.animated.button:hover .visible.content {
  775. left: auto;
  776. right: 200%;
  777. }
  778. .ui.animated.button:focus .hidden.content,
  779. .ui.animated.button:hover .hidden.content {
  780. left: auto;
  781. right: 0%;
  782. }
  783. /* Vertical */
  784. .ui.vertical.animated.button .visible.content,
  785. .ui.vertical.animated.button .hidden.content {
  786. -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  787. transition: top 0.3s ease, transform 0.3s ease;
  788. }
  789. .ui.vertical.animated.button .visible.content {
  790. -webkit-transform: translateY(0%);
  791. -ms-transform: translateY(0%);
  792. transform: translateY(0%);
  793. right: auto;
  794. }
  795. .ui.vertical.animated.button .hidden.content {
  796. top: -50%;
  797. left: 0%;
  798. right: auto;
  799. }
  800. .ui.vertical.animated.button:focus .visible.content,
  801. .ui.vertical.animated.button:hover .visible.content {
  802. -webkit-transform: translateY(200%);
  803. -ms-transform: translateY(200%);
  804. transform: translateY(200%);
  805. right: auto;
  806. }
  807. .ui.vertical.animated.button:focus .hidden.content,
  808. .ui.vertical.animated.button:hover .hidden.content {
  809. top: 50%;
  810. right: auto;
  811. }
  812. /* Fade */
  813. .ui.fade.animated.button .visible.content,
  814. .ui.fade.animated.button .hidden.content {
  815. -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  816. transition: opacity 0.3s ease, transform 0.3s ease;
  817. }
  818. .ui.fade.animated.button .visible.content {
  819. left: auto;
  820. right: auto;
  821. opacity: 1;
  822. -webkit-transform: scale(1);
  823. -ms-transform: scale(1);
  824. transform: scale(1);
  825. }
  826. .ui.fade.animated.button .hidden.content {
  827. opacity: 0;
  828. left: 0%;
  829. right: auto;
  830. -webkit-transform: scale(1.5);
  831. -ms-transform: scale(1.5);
  832. transform: scale(1.5);
  833. }
  834. .ui.fade.animated.button:focus .visible.content,
  835. .ui.fade.animated.button:hover .visible.content {
  836. left: auto;
  837. right: auto;
  838. opacity: 0;
  839. -webkit-transform: scale(0.75);
  840. -ms-transform: scale(0.75);
  841. transform: scale(0.75);
  842. }
  843. .ui.fade.animated.button:focus .hidden.content,
  844. .ui.fade.animated.button:hover .hidden.content {
  845. left: 0%;
  846. right: auto;
  847. opacity: 1;
  848. -webkit-transform: scale(1);
  849. -ms-transform: scale(1);
  850. transform: scale(1);
  851. }
  852. /*-------------------
  853. Inverted
  854. --------------------*/
  855. .ui.inverted.button {
  856. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  857. background: transparent none;
  858. color: #FFFFFF;
  859. text-shadow: none !important;
  860. }
  861. /* Group */
  862. .ui.inverted.buttons .button {
  863. margin: 0px 0px 0px -2px;
  864. }
  865. .ui.inverted.buttons .button:first-child {
  866. margin-left: 0em;
  867. }
  868. .ui.inverted.vertical.buttons .button {
  869. margin: 0px 0px -2px 0px;
  870. }
  871. .ui.inverted.vertical.buttons .button:first-child {
  872. margin-top: 0em;
  873. }
  874. /* States */
  875. /* Hover */
  876. .ui.inverted.button:hover {
  877. background: #FFFFFF;
  878. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  879. color: rgba(0, 0, 0, 0.8);
  880. }
  881. /* Active / Focus */
  882. .ui.inverted.button:focus,
  883. .ui.inverted.button.active {
  884. background: #FFFFFF;
  885. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  886. color: rgba(0, 0, 0, 0.8);
  887. }
  888. /* Active Focus */
  889. .ui.inverted.button.active:focus {
  890. background: #DCDDDE;
  891. box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
  892. color: rgba(0, 0, 0, 0.8);
  893. }
  894. /*-------------------
  895. Labeled Button
  896. --------------------*/
  897. .ui.labeled.button:not(.icon) {
  898. display: -webkit-inline-box;
  899. display: -webkit-inline-flex;
  900. display: -ms-inline-flexbox;
  901. display: inline-flex;
  902. -webkit-box-orient: horizontal;
  903. -webkit-box-direction: normal;
  904. -webkit-flex-direction: row;
  905. -ms-flex-direction: row;
  906. flex-direction: row;
  907. background: none !important;
  908. padding: 0px !important;
  909. border: none !important;
  910. box-shadow: none !important;
  911. }
  912. .ui.labeled.button > .button {
  913. margin: 0px;
  914. }
  915. .ui.labeled.button > .label {
  916. display: -webkit-box;
  917. display: -webkit-flex;
  918. display: -ms-flexbox;
  919. display: flex;
  920. -webkit-box-align: center;
  921. -webkit-align-items: center;
  922. -ms-flex-align: center;
  923. align-items: center;
  924. margin: 0px 0px 0px -1px !important;
  925. padding: '';
  926. font-size: 1em;
  927. border-color: rgba(34, 36, 38, 0.15);
  928. }
  929. /* Tag */
  930. .ui.labeled.button > .tag.label:before {
  931. width: 1.85em;
  932. height: 1.85em;
  933. }
  934. /* Right */
  935. .ui.labeled.button:not([class*="left labeled"]) > .button {
  936. border-top-right-radius: 0px;
  937. border-bottom-right-radius: 0px;
  938. }
  939. .ui.labeled.button:not([class*="left labeled"]) > .label {
  940. border-top-left-radius: 0px;
  941. border-bottom-left-radius: 0px;
  942. }
  943. /* Left Side */
  944. .ui[class*="left labeled"].button > .button {
  945. border-top-left-radius: 0px;
  946. border-bottom-left-radius: 0px;
  947. }
  948. .ui[class*="left labeled"].button > .label {
  949. border-top-right-radius: 0px;
  950. border-bottom-right-radius: 0px;
  951. }
  952. /*-------------------
  953. Social
  954. --------------------*/
  955. /* Facebook */
  956. .ui.facebook.button {
  957. background-color: #3B5998;
  958. color: #FFFFFF;
  959. text-shadow: none;
  960. background-image: none;
  961. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  962. }
  963. .ui.facebook.button:hover {
  964. background-color: #304d8a;
  965. color: #FFFFFF;
  966. text-shadow: none;
  967. }
  968. .ui.facebook.button:active {
  969. background-color: #2d4373;
  970. color: #FFFFFF;
  971. text-shadow: none;
  972. }
  973. /* Twitter */
  974. .ui.twitter.button {
  975. background-color: #0084B4;
  976. color: #FFFFFF;
  977. text-shadow: none;
  978. background-image: none;
  979. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  980. }
  981. .ui.twitter.button:hover {
  982. background-color: #00719b;
  983. color: #FFFFFF;
  984. text-shadow: none;
  985. }
  986. .ui.twitter.button:active {
  987. background-color: #005f81;
  988. color: #FFFFFF;
  989. text-shadow: none;
  990. }
  991. /* Google Plus */
  992. .ui.google.plus.button {
  993. background-color: #DC4A38;
  994. color: #FFFFFF;
  995. text-shadow: none;
  996. background-image: none;
  997. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  998. }
  999. .ui.google.plus.button:hover {
  1000. background-color: #de321d;
  1001. color: #FFFFFF;
  1002. text-shadow: none;
  1003. }
  1004. .ui.google.plus.button:active {
  1005. background-color: #bf3322;
  1006. color: #FFFFFF;
  1007. text-shadow: none;
  1008. }
  1009. /* Linked In */
  1010. .ui.linkedin.button {
  1011. background-color: #1F88BE;
  1012. color: #FFFFFF;
  1013. text-shadow: none;
  1014. }
  1015. .ui.linkedin.button:hover {
  1016. background-color: #147baf;
  1017. color: #FFFFFF;
  1018. text-shadow: none;
  1019. }
  1020. .ui.linkedin.button:active {
  1021. background-color: #186992;
  1022. color: #FFFFFF;
  1023. text-shadow: none;
  1024. }
  1025. /* YouTube */
  1026. .ui.youtube.button {
  1027. background-color: #CC181E;
  1028. color: #FFFFFF;
  1029. text-shadow: none;
  1030. background-image: none;
  1031. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1032. }
  1033. .ui.youtube.button:hover {
  1034. background-color: #bd0d13;
  1035. color: #FFFFFF;
  1036. text-shadow: none;
  1037. }
  1038. .ui.youtube.button:active {
  1039. background-color: #9e1317;
  1040. color: #FFFFFF;
  1041. text-shadow: none;
  1042. }
  1043. /* Instagram */
  1044. .ui.instagram.button {
  1045. background-color: #49769C;
  1046. color: #FFFFFF;
  1047. text-shadow: none;
  1048. background-image: none;
  1049. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1050. }
  1051. .ui.instagram.button:hover {
  1052. background-color: #3d698e;
  1053. color: #FFFFFF;
  1054. text-shadow: none;
  1055. }
  1056. .ui.instagram.button:active {
  1057. background-color: #395c79;
  1058. color: #FFFFFF;
  1059. text-shadow: none;
  1060. }
  1061. /* Pinterest */
  1062. .ui.pinterest.button {
  1063. background-color: #00ACED;
  1064. color: #FFFFFF;
  1065. text-shadow: none;
  1066. background-image: none;
  1067. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1068. }
  1069. .ui.pinterest.button:hover {
  1070. background-color: #0099d4;
  1071. color: #FFFFFF;
  1072. text-shadow: none;
  1073. }
  1074. .ui.pinterest.button:active {
  1075. background-color: #0087ba;
  1076. color: #FFFFFF;
  1077. text-shadow: none;
  1078. }
  1079. /* VK */
  1080. .ui.vk.button {
  1081. background-color: #4D7198;
  1082. color: #FFFFFF;
  1083. background-image: none;
  1084. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1085. }
  1086. .ui.vk.button:hover {
  1087. background-color: #41648a;
  1088. color: #FFFFFF;
  1089. }
  1090. .ui.vk.button:active {
  1091. background-color: #3c5876;
  1092. color: #FFFFFF;
  1093. }
  1094. /*--------------
  1095. Icon
  1096. ---------------*/
  1097. .ui.button > .icon:not(.button) {
  1098. height: 0.85714286em;
  1099. opacity: 0.8;
  1100. margin: 0em 0.42857143em 0em -0.21428571em;
  1101. -webkit-transition: opacity 0.1s ease;
  1102. transition: opacity 0.1s ease;
  1103. vertical-align: '';
  1104. color: '';
  1105. }
  1106. .ui.button > .right.icon:not(.button) {
  1107. margin: 0em -0.21428571em 0em 0.42857143em;
  1108. }
  1109. /*******************************
  1110. Variations
  1111. *******************************/
  1112. /*-------------------
  1113. Floated
  1114. --------------------*/
  1115. .ui[class*="left floated"].buttons,
  1116. .ui[class*="left floated"].button {
  1117. float: left;
  1118. margin-left: 0em;
  1119. margin-right: 0.25em;
  1120. }
  1121. .ui[class*="right floated"].buttons,
  1122. .ui[class*="right floated"].button {
  1123. float: right;
  1124. margin-right: 0em;
  1125. margin-left: 0.25em;
  1126. }
  1127. /*-------------------
  1128. Compact
  1129. --------------------*/
  1130. .ui.compact.buttons .button,
  1131. .ui.compact.button {
  1132. padding: 0.58928571em 1.125em 0.58928571em;
  1133. }
  1134. .ui.compact.icon.buttons .button,
  1135. .ui.compact.icon.button {
  1136. padding: 0.58928571em 0.58928571em 0.58928571em;
  1137. }
  1138. .ui.compact.labeled.icon.buttons .button,
  1139. .ui.compact.labeled.icon.button {
  1140. padding: 0.58928571em 3.69642857em 0.58928571em;
  1141. }
  1142. /*-------------------
  1143. Sizes
  1144. --------------------*/
  1145. .ui.mini.buttons .button,
  1146. .ui.mini.buttons .or,
  1147. .ui.mini.button {
  1148. font-size: 0.71428571rem;
  1149. }
  1150. .ui.tiny.buttons .button,
  1151. .ui.tiny.buttons .or,
  1152. .ui.tiny.button {
  1153. font-size: 0.85714286rem;
  1154. }
  1155. .ui.small.buttons .button,
  1156. .ui.small.buttons .or,
  1157. .ui.small.button {
  1158. font-size: 0.92857143rem;
  1159. }
  1160. .ui.buttons .button,
  1161. .ui.buttons .or,
  1162. .ui.button {
  1163. font-size: 1rem;
  1164. }
  1165. .ui.large.buttons .button,
  1166. .ui.large.buttons .or,
  1167. .ui.large.button {
  1168. font-size: 1.14285714rem;
  1169. }
  1170. .ui.big.buttons .button,
  1171. .ui.big.buttons .or,
  1172. .ui.big.button {
  1173. font-size: 1.28571429rem;
  1174. }
  1175. .ui.huge.buttons .button,
  1176. .ui.huge.buttons .or,
  1177. .ui.huge.button {
  1178. font-size: 1.42857143rem;
  1179. }
  1180. .ui.massive.buttons .button,
  1181. .ui.massive.buttons .or,
  1182. .ui.massive.button {
  1183. font-size: 1.71428571rem;
  1184. }
  1185. /*--------------
  1186. Icon Only
  1187. ---------------*/
  1188. .ui.icon.buttons .button,
  1189. .ui.icon.button {
  1190. padding: 0.78571429em 0.78571429em 0.78571429em;
  1191. }
  1192. .ui.icon.buttons .button > .icon,
  1193. .ui.icon.button > .icon {
  1194. opacity: 0.9;
  1195. margin: 0em;
  1196. vertical-align: top;
  1197. }
  1198. /*-------------------
  1199. Basic
  1200. --------------------*/
  1201. .ui.basic.buttons .button,
  1202. .ui.basic.button {
  1203. background: transparent none !important;
  1204. color: rgba(0, 0, 0, 0.6) !important;
  1205. font-weight: normal;
  1206. border-radius: 0.28571429rem;
  1207. text-transform: none;
  1208. text-shadow: none !important;
  1209. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  1210. }
  1211. .ui.basic.buttons {
  1212. box-shadow: none;
  1213. border: 1px solid rgba(34, 36, 38, 0.15);
  1214. border-radius: 0.28571429rem;
  1215. }
  1216. .ui.basic.buttons .button {
  1217. border-radius: 0em;
  1218. }
  1219. .ui.basic.buttons .button:hover,
  1220. .ui.basic.button:hover {
  1221. background: #FFFFFF !important;
  1222. color: rgba(0, 0, 0, 0.8) !important;
  1223. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
  1224. }
  1225. .ui.basic.buttons .button:focus,
  1226. .ui.basic.button:focus {
  1227. background: #FFFFFF !important;
  1228. color: rgba(0, 0, 0, 0.8) !important;
  1229. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
  1230. }
  1231. .ui.basic.buttons .button:active,
  1232. .ui.basic.button:active {
  1233. background: #F8F8F8 !important;
  1234. color: rgba(0, 0, 0, 0.9) !important;
  1235. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
  1236. }
  1237. .ui.basic.buttons .active.button,
  1238. .ui.basic.active.button {
  1239. background: rgba(0, 0, 0, 0.05) !important;
  1240. box-shadow: '' !important;
  1241. color: rgba(0, 0, 0, 0.95);
  1242. box-shadow: rgba(34, 36, 38, 0.35);
  1243. }
  1244. .ui.basic.buttons .active.button:hover,
  1245. .ui.basic.active.button:hover {
  1246. background-color: rgba(0, 0, 0, 0.05);
  1247. }
  1248. /* Vertical */
  1249. .ui.basic.buttons .button:hover {
  1250. 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;
  1251. }
  1252. .ui.basic.buttons .button:active {
  1253. 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;
  1254. }
  1255. .ui.basic.buttons .active.button {
  1256. box-shadow: rgba(34, 36, 38, 0.35) inset;
  1257. }
  1258. /* Standard Basic Inverted */
  1259. .ui.basic.inverted.buttons .button,
  1260. .ui.basic.inverted.button {
  1261. background-color: transparent !important;
  1262. color: #F9FAFB !important;
  1263. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1264. }
  1265. .ui.basic.inverted.buttons .button:hover,
  1266. .ui.basic.inverted.button:hover {
  1267. color: #FFFFFF !important;
  1268. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1269. }
  1270. .ui.basic.inverted.buttons .button:focus,
  1271. .ui.basic.inverted.button:focus {
  1272. color: #FFFFFF !important;
  1273. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1274. }
  1275. .ui.basic.inverted.buttons .button:active,
  1276. .ui.basic.inverted.button:active {
  1277. background-color: rgba(255, 255, 255, 0.08) !important;
  1278. color: #FFFFFF !important;
  1279. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
  1280. }
  1281. .ui.basic.inverted.buttons .active.button,
  1282. .ui.basic.inverted.active.button {
  1283. background-color: rgba(255, 255, 255, 0.08);
  1284. color: #FFFFFF;
  1285. text-shadow: none;
  1286. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
  1287. }
  1288. .ui.basic.inverted.buttons .active.button:hover,
  1289. .ui.basic.inverted.active.button:hover {
  1290. background-color: rgba(255, 255, 255, 0.15);
  1291. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  1292. }
  1293. /* Basic Group */
  1294. .ui.basic.buttons .button {
  1295. border-left: 1px solid rgba(34, 36, 38, 0.15);
  1296. box-shadow: none;
  1297. }
  1298. .ui.basic.vertical.buttons .button {
  1299. border-left: none;
  1300. }
  1301. .ui.basic.vertical.buttons .button {
  1302. border-left-width: 0px;
  1303. border-top: 1px solid rgba(34, 36, 38, 0.15);
  1304. }
  1305. .ui.basic.vertical.buttons .button:first-child {
  1306. border-top-width: 0px;
  1307. }
  1308. /*--------------
  1309. Labeled Icon
  1310. ---------------*/
  1311. .ui.labeled.icon.buttons .button,
  1312. .ui.labeled.icon.button {
  1313. position: relative;
  1314. padding-left: 4.07142857em !important;
  1315. padding-right: 1.5em !important;
  1316. }
  1317. /* Left Labeled */
  1318. .ui.labeled.icon.buttons > .button > .icon,
  1319. .ui.labeled.icon.button > .icon {
  1320. position: absolute;
  1321. height: 100%;
  1322. line-height: 1;
  1323. border-radius: 0px;
  1324. border-top-left-radius: inherit;
  1325. border-bottom-left-radius: inherit;
  1326. text-align: center;
  1327. margin: 0em;
  1328. width: 2.57142857em;
  1329. background-color: rgba(0, 0, 0, 0.05);
  1330. color: '';
  1331. box-shadow: -1px 0px 0px 0px transparent inset;
  1332. }
  1333. /* Left Labeled */
  1334. .ui.labeled.icon.buttons > .button > .icon,
  1335. .ui.labeled.icon.button > .icon {
  1336. top: 0em;
  1337. left: 0em;
  1338. }
  1339. /* Right Labeled */
  1340. .ui[class*="right labeled"].icon.button {
  1341. padding-right: 4.07142857em !important;
  1342. padding-left: 1.5em !important;
  1343. }
  1344. .ui[class*="right labeled"].icon.button > .icon {
  1345. left: auto;
  1346. right: 0em;
  1347. border-radius: 0px;
  1348. border-top-right-radius: inherit;
  1349. border-bottom-right-radius: inherit;
  1350. box-shadow: 1px 0px 0px 0px transparent inset;
  1351. }
  1352. .ui.labeled.icon.buttons > .button > .icon:before,
  1353. .ui.labeled.icon.button > .icon:before,
  1354. .ui.labeled.icon.buttons > .button > .icon:after,
  1355. .ui.labeled.icon.button > .icon:after {
  1356. display: block;
  1357. position: absolute;
  1358. width: 100%;
  1359. top: 50%;
  1360. text-align: center;
  1361. -webkit-transform: translateY(-50%);
  1362. -ms-transform: translateY(-50%);
  1363. transform: translateY(-50%);
  1364. }
  1365. .ui.labeled.icon.buttons .button > .icon {
  1366. border-radius: 0em;
  1367. }
  1368. .ui.labeled.icon.buttons .button:first-child > .icon {
  1369. border-top-left-radius: 0.28571429rem;
  1370. border-bottom-left-radius: 0.28571429rem;
  1371. }
  1372. .ui.labeled.icon.buttons .button:last-child > .icon {
  1373. border-top-right-radius: 0.28571429rem;
  1374. border-bottom-right-radius: 0.28571429rem;
  1375. }
  1376. .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  1377. border-radius: 0em;
  1378. border-top-left-radius: 0.28571429rem;
  1379. }
  1380. .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  1381. border-radius: 0em;
  1382. border-bottom-left-radius: 0.28571429rem;
  1383. }
  1384. /* Fluid Labeled */
  1385. .ui.fluid[class*="left labeled"].icon.button,
  1386. .ui.fluid[class*="right labeled"].icon.button {
  1387. padding-left: 1.5em !important;
  1388. padding-right: 1.5em !important;
  1389. }
  1390. /*--------------
  1391. Toggle
  1392. ---------------*/
  1393. /* Toggle (Modifies active state to give affordances) */
  1394. .ui.toggle.buttons .active.button,
  1395. .ui.buttons .button.toggle.active,
  1396. .ui.button.toggle.active {
  1397. background-color: #21BA45 !important;
  1398. box-shadow: none !important;
  1399. text-shadow: none;
  1400. color: #FFFFFF !important;
  1401. }
  1402. .ui.button.toggle.active:hover {
  1403. background-color: #16ab39 !important;
  1404. text-shadow: none;
  1405. color: #FFFFFF !important;
  1406. }
  1407. /*--------------
  1408. Circular
  1409. ---------------*/
  1410. .ui.circular.button {
  1411. border-radius: 10em;
  1412. }
  1413. .ui.circular.button > .icon {
  1414. width: 1em;
  1415. vertical-align: baseline;
  1416. }
  1417. /*-------------------
  1418. Or Buttons
  1419. --------------------*/
  1420. .ui.buttons .or {
  1421. position: relative;
  1422. width: 0.3em;
  1423. height: 2.57142857em;
  1424. z-index: 3;
  1425. }
  1426. .ui.buttons .or:before {
  1427. position: absolute;
  1428. text-align: center;
  1429. border-radius: 500rem;
  1430. content: 'or';
  1431. top: 50%;
  1432. left: 50%;
  1433. background-color: #FFFFFF;
  1434. text-shadow: none;
  1435. margin-top: -0.89285714em;
  1436. margin-left: -0.89285714em;
  1437. width: 1.78571429em;
  1438. height: 1.78571429em;
  1439. line-height: 1.78571429em;
  1440. color: rgba(0, 0, 0, 0.4);
  1441. font-style: normal;
  1442. font-weight: bold;
  1443. box-shadow: 0px 0px 0px 1px transparent inset;
  1444. }
  1445. .ui.buttons .or[data-text]:before {
  1446. content: attr(data-text);
  1447. }
  1448. /* Fluid Or */
  1449. .ui.fluid.buttons .or {
  1450. width: 0em !important;
  1451. }
  1452. .ui.fluid.buttons .or:after {
  1453. display: none;
  1454. }
  1455. /*-------------------
  1456. Attached
  1457. --------------------*/
  1458. /* Singular */
  1459. .ui.attached.button {
  1460. position: relative;
  1461. display: block;
  1462. margin: 0em;
  1463. border-radius: 0em;
  1464. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
  1465. }
  1466. /* Top / Bottom */
  1467. .ui.attached.top.button {
  1468. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  1469. }
  1470. .ui.attached.bottom.button {
  1471. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  1472. }
  1473. /* Left / Right */
  1474. .ui.left.attached.button {
  1475. display: inline-block;
  1476. border-left: none;
  1477. text-align: right;
  1478. padding-right: 0.75em;
  1479. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  1480. }
  1481. .ui.right.attached.button {
  1482. display: inline-block;
  1483. text-align: left;
  1484. padding-left: 0.75em;
  1485. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  1486. }
  1487. /* Plural */
  1488. .ui.attached.buttons {
  1489. position: relative;
  1490. display: -webkit-box;
  1491. display: -webkit-flex;
  1492. display: -ms-flexbox;
  1493. display: flex;
  1494. border-radius: 0em;
  1495. width: auto !important;
  1496. z-index: 2;
  1497. margin-left: -1px;
  1498. margin-right: -1px;
  1499. }
  1500. .ui.attached.buttons .button {
  1501. margin: 0em;
  1502. }
  1503. .ui.attached.buttons .button:first-child {
  1504. border-radius: 0em;
  1505. }
  1506. .ui.attached.buttons .button:last-child {
  1507. border-radius: 0em;
  1508. }
  1509. /* Top / Bottom */
  1510. .ui[class*="top attached"].buttons {
  1511. margin-bottom: -1px;
  1512. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  1513. }
  1514. .ui[class*="top attached"].buttons .button:first-child {
  1515. border-radius: 0.28571429rem 0em 0em 0em;
  1516. }
  1517. .ui[class*="top attached"].buttons .button:last-child {
  1518. border-radius: 0em 0.28571429rem 0em 0em;
  1519. }
  1520. .ui[class*="bottom attached"].buttons {
  1521. margin-top: -1px;
  1522. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  1523. }
  1524. .ui[class*="bottom attached"].buttons .button:first-child {
  1525. border-radius: 0em 0em 0em 0.28571429rem;
  1526. }
  1527. .ui[class*="bottom attached"].buttons .button:last-child {
  1528. border-radius: 0em 0em 0.28571429rem 0em;
  1529. }
  1530. /* Left / Right */
  1531. .ui[class*="left attached"].buttons {
  1532. display: -webkit-inline-box;
  1533. display: -webkit-inline-flex;
  1534. display: -ms-inline-flexbox;
  1535. display: inline-flex;
  1536. margin-right: 0em;
  1537. margin-left: -1px;
  1538. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  1539. }
  1540. .ui[class*="left attached"].buttons .button:first-child {
  1541. margin-left: -1px;
  1542. border-radius: 0em 0.28571429rem 0em 0em;
  1543. }
  1544. .ui[class*="left attached"].buttons .button:last-child {
  1545. margin-left: -1px;
  1546. border-radius: 0em 0em 0.28571429rem 0em;
  1547. }
  1548. .ui[class*="right attached"].buttons {
  1549. display: -webkit-inline-box;
  1550. display: -webkit-inline-flex;
  1551. display: -ms-inline-flexbox;
  1552. display: inline-flex;
  1553. margin-left: 0em;
  1554. margin-right: -1px;
  1555. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  1556. }
  1557. .ui[class*="right attached"].buttons .button:first-child {
  1558. margin-left: -1px;
  1559. border-radius: 0.28571429rem 0em 0em 0em;
  1560. }
  1561. .ui[class*="right attached"].buttons .button:last-child {
  1562. margin-left: -1px;
  1563. border-radius: 0em 0em 0em 0.28571429rem;
  1564. }
  1565. /*-------------------
  1566. Fluid
  1567. --------------------*/
  1568. .ui.fluid.buttons,
  1569. .ui.fluid.button {
  1570. width: 100%;
  1571. }
  1572. .ui.fluid.button {
  1573. display: block;
  1574. }
  1575. .ui.two.buttons {
  1576. width: 100%;
  1577. }
  1578. .ui.two.buttons > .button {
  1579. width: 50%;
  1580. }
  1581. .ui.three.buttons {
  1582. width: 100%;
  1583. }
  1584. .ui.three.buttons > .button {
  1585. width: 33.333%;
  1586. }
  1587. .ui.four.buttons {
  1588. width: 100%;
  1589. }
  1590. .ui.four.buttons > .button {
  1591. width: 25%;
  1592. }
  1593. .ui.five.buttons {
  1594. width: 100%;
  1595. }
  1596. .ui.five.buttons > .button {
  1597. width: 20%;
  1598. }
  1599. .ui.six.buttons {
  1600. width: 100%;
  1601. }
  1602. .ui.six.buttons > .button {
  1603. width: 16.666%;
  1604. }
  1605. .ui.seven.buttons {
  1606. width: 100%;
  1607. }
  1608. .ui.seven.buttons > .button {
  1609. width: 14.285%;
  1610. }
  1611. .ui.eight.buttons {
  1612. width: 100%;
  1613. }
  1614. .ui.eight.buttons > .button {
  1615. width: 12.500%;
  1616. }
  1617. .ui.nine.buttons {
  1618. width: 100%;
  1619. }
  1620. .ui.nine.buttons > .button {
  1621. width: 11.11%;
  1622. }
  1623. .ui.ten.buttons {
  1624. width: 100%;
  1625. }
  1626. .ui.ten.buttons > .button {
  1627. width: 10%;
  1628. }
  1629. .ui.eleven.buttons {
  1630. width: 100%;
  1631. }
  1632. .ui.eleven.buttons > .button {
  1633. width: 9.09%;
  1634. }
  1635. .ui.twelve.buttons {
  1636. width: 100%;
  1637. }
  1638. .ui.twelve.buttons > .button {
  1639. width: 8.3333%;
  1640. }
  1641. /* Fluid Vertical Buttons */
  1642. .ui.fluid.vertical.buttons,
  1643. .ui.fluid.vertical.buttons > .button {
  1644. display: -webkit-box;
  1645. display: -webkit-flex;
  1646. display: -ms-flexbox;
  1647. display: flex;
  1648. width: auto;
  1649. }
  1650. .ui.two.vertical.buttons > .button {
  1651. height: 50%;
  1652. }
  1653. .ui.three.vertical.buttons > .button {
  1654. height: 33.333%;
  1655. }
  1656. .ui.four.vertical.buttons > .button {
  1657. height: 25%;
  1658. }
  1659. .ui.five.vertical.buttons > .button {
  1660. height: 20%;
  1661. }
  1662. .ui.six.vertical.buttons > .button {
  1663. height: 16.666%;
  1664. }
  1665. .ui.seven.vertical.buttons > .button {
  1666. height: 14.285%;
  1667. }
  1668. .ui.eight.vertical.buttons > .button {
  1669. height: 12.500%;
  1670. }
  1671. .ui.nine.vertical.buttons > .button {
  1672. height: 11.11%;
  1673. }
  1674. .ui.ten.vertical.buttons > .button {
  1675. height: 10%;
  1676. }
  1677. .ui.eleven.vertical.buttons > .button {
  1678. height: 9.09%;
  1679. }
  1680. .ui.twelve.vertical.buttons > .button {
  1681. height: 8.3333%;
  1682. }
  1683. /*-------------------
  1684. Colors
  1685. --------------------*/
  1686. /*--- Black ---*/
  1687. .ui.black.buttons .button,
  1688. .ui.black.button {
  1689. background-color: #1B1C1D;
  1690. color: #FFFFFF;
  1691. text-shadow: none;
  1692. background-image: none;
  1693. }
  1694. .ui.black.button {
  1695. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1696. }
  1697. .ui.black.buttons .button:hover,
  1698. .ui.black.button:hover {
  1699. background-color: #27292a;
  1700. color: #FFFFFF;
  1701. text-shadow: none;
  1702. }
  1703. .ui.black.buttons .button:focus,
  1704. .ui.black.button:focus {
  1705. background-color: #2f3032;
  1706. color: #FFFFFF;
  1707. text-shadow: none;
  1708. }
  1709. .ui.black.buttons .button:active,
  1710. .ui.black.button:active {
  1711. background-color: #343637;
  1712. color: #FFFFFF;
  1713. text-shadow: none;
  1714. }
  1715. .ui.black.buttons .active.button,
  1716. .ui.black.buttons .active.button:active,
  1717. .ui.black.active.button,
  1718. .ui.black.button .active.button:active {
  1719. background-color: #0f0f10;
  1720. color: #FFFFFF;
  1721. text-shadow: none;
  1722. }
  1723. /* Basic */
  1724. .ui.basic.black.buttons .button,
  1725. .ui.basic.black.button {
  1726. box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  1727. color: #1B1C1D !important;
  1728. }
  1729. .ui.basic.black.buttons .button:hover,
  1730. .ui.basic.black.button:hover {
  1731. background: transparent !important;
  1732. box-shadow: 0px 0px 0px 1px #27292a inset !important;
  1733. color: #27292a !important;
  1734. }
  1735. .ui.basic.black.buttons .button:focus,
  1736. .ui.basic.black.button:focus {
  1737. background: transparent !important;
  1738. box-shadow: 0px 0px 0px 1px #2f3032 inset !important;
  1739. color: #27292a !important;
  1740. }
  1741. .ui.basic.black.buttons .active.button,
  1742. .ui.basic.black.active.button {
  1743. background: transparent !important;
  1744. box-shadow: 0px 0px 0px 1px #0f0f10 inset !important;
  1745. color: #343637 !important;
  1746. }
  1747. .ui.basic.black.buttons .button:active,
  1748. .ui.basic.black.button:active {
  1749. box-shadow: 0px 0px 0px 1px #343637 inset !important;
  1750. color: #343637 !important;
  1751. }
  1752. .ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
  1753. margin-left: -1px;
  1754. }
  1755. /* Inverted */
  1756. .ui.inverted.black.buttons .button,
  1757. .ui.inverted.black.button {
  1758. background-color: transparent;
  1759. box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  1760. color: #FFFFFF;
  1761. }
  1762. .ui.inverted.black.buttons .button:hover,
  1763. .ui.inverted.black.button:hover,
  1764. .ui.inverted.black.buttons .button:focus,
  1765. .ui.inverted.black.button:focus,
  1766. .ui.inverted.black.buttons .button.active,
  1767. .ui.inverted.black.button.active,
  1768. .ui.inverted.black.buttons .button:active,
  1769. .ui.inverted.black.button:active {
  1770. box-shadow: none !important;
  1771. color: #FFFFFF;
  1772. }
  1773. .ui.inverted.black.buttons .button:hover,
  1774. .ui.inverted.black.button:hover {
  1775. background-color: #000000;
  1776. }
  1777. .ui.inverted.black.buttons .button:focus,
  1778. .ui.inverted.black.button:focus {
  1779. background-color: #000000;
  1780. }
  1781. .ui.inverted.black.buttons .active.button,
  1782. .ui.inverted.black.active.button {
  1783. background-color: #000000;
  1784. }
  1785. .ui.inverted.black.buttons .button:active,
  1786. .ui.inverted.black.button:active {
  1787. background-color: #000000;
  1788. }
  1789. /* Inverted Basic */
  1790. .ui.inverted.black.basic.buttons .button,
  1791. .ui.inverted.black.buttons .basic.button,
  1792. .ui.inverted.black.basic.button {
  1793. background-color: transparent;
  1794. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1795. color: #FFFFFF !important;
  1796. }
  1797. .ui.inverted.black.basic.buttons .button:hover,
  1798. .ui.inverted.black.buttons .basic.button:hover,
  1799. .ui.inverted.black.basic.button:hover {
  1800. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1801. color: #FFFFFF !important;
  1802. }
  1803. .ui.inverted.black.basic.buttons .button:focus,
  1804. .ui.inverted.black.basic.buttons .button:focus,
  1805. .ui.inverted.black.basic.button:focus {
  1806. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1807. color: #545454 !important;
  1808. }
  1809. .ui.inverted.black.basic.buttons .active.button,
  1810. .ui.inverted.black.buttons .basic.active.button,
  1811. .ui.inverted.black.basic.active.button {
  1812. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1813. color: #FFFFFF !important;
  1814. }
  1815. .ui.inverted.black.basic.buttons .button:active,
  1816. .ui.inverted.black.buttons .basic.button:active,
  1817. .ui.inverted.black.basic.button:active {
  1818. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1819. color: #FFFFFF !important;
  1820. }
  1821. /*--- Grey ---*/
  1822. .ui.grey.buttons .button,
  1823. .ui.grey.button {
  1824. background-color: #767676;
  1825. color: #FFFFFF;
  1826. text-shadow: none;
  1827. background-image: none;
  1828. }
  1829. .ui.grey.button {
  1830. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1831. }
  1832. .ui.grey.buttons .button:hover,
  1833. .ui.grey.button:hover {
  1834. background-color: #838383;
  1835. color: #FFFFFF;
  1836. text-shadow: none;
  1837. }
  1838. .ui.grey.buttons .button:focus,
  1839. .ui.grey.button:focus {
  1840. background-color: #8a8a8a;
  1841. color: #FFFFFF;
  1842. text-shadow: none;
  1843. }
  1844. .ui.grey.buttons .button:active,
  1845. .ui.grey.button:active {
  1846. background-color: #909090;
  1847. color: #FFFFFF;
  1848. text-shadow: none;
  1849. }
  1850. .ui.grey.buttons .active.button,
  1851. .ui.grey.buttons .active.button:active,
  1852. .ui.grey.active.button,
  1853. .ui.grey.button .active.button:active {
  1854. background-color: #696969;
  1855. color: #FFFFFF;
  1856. text-shadow: none;
  1857. }
  1858. /* Basic */
  1859. .ui.basic.grey.buttons .button,
  1860. .ui.basic.grey.button {
  1861. box-shadow: 0px 0px 0px 1px #767676 inset !important;
  1862. color: #767676 !important;
  1863. }
  1864. .ui.basic.grey.buttons .button:hover,
  1865. .ui.basic.grey.button:hover {
  1866. background: transparent !important;
  1867. box-shadow: 0px 0px 0px 1px #838383 inset !important;
  1868. color: #838383 !important;
  1869. }
  1870. .ui.basic.grey.buttons .button:focus,
  1871. .ui.basic.grey.button:focus {
  1872. background: transparent !important;
  1873. box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
  1874. color: #838383 !important;
  1875. }
  1876. .ui.basic.grey.buttons .active.button,
  1877. .ui.basic.grey.active.button {
  1878. background: transparent !important;
  1879. box-shadow: 0px 0px 0px 1px #696969 inset !important;
  1880. color: #909090 !important;
  1881. }
  1882. .ui.basic.grey.buttons .button:active,
  1883. .ui.basic.grey.button:active {
  1884. box-shadow: 0px 0px 0px 1px #909090 inset !important;
  1885. color: #909090 !important;
  1886. }
  1887. .ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
  1888. margin-left: -1px;
  1889. }
  1890. /* Inverted */
  1891. .ui.inverted.grey.buttons .button,
  1892. .ui.inverted.grey.button {
  1893. background-color: transparent;
  1894. box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  1895. color: #FFFFFF;
  1896. }
  1897. .ui.inverted.grey.buttons .button:hover,
  1898. .ui.inverted.grey.button:hover,
  1899. .ui.inverted.grey.buttons .button:focus,
  1900. .ui.inverted.grey.button:focus,
  1901. .ui.inverted.grey.buttons .button.active,
  1902. .ui.inverted.grey.button.active,
  1903. .ui.inverted.grey.buttons .button:active,
  1904. .ui.inverted.grey.button:active {
  1905. box-shadow: none !important;
  1906. color: rgba(0, 0, 0, 0.6);
  1907. }
  1908. .ui.inverted.grey.buttons .button:hover,
  1909. .ui.inverted.grey.button:hover {
  1910. background-color: #cfd0d2;
  1911. }
  1912. .ui.inverted.grey.buttons .button:focus,
  1913. .ui.inverted.grey.button:focus {
  1914. background-color: #c7c9cb;
  1915. }
  1916. .ui.inverted.grey.buttons .active.button,
  1917. .ui.inverted.grey.active.button {
  1918. background-color: #cfd0d2;
  1919. }
  1920. .ui.inverted.grey.buttons .button:active,
  1921. .ui.inverted.grey.button:active {
  1922. background-color: #c2c4c5;
  1923. }
  1924. /* Inverted Basic */
  1925. .ui.inverted.grey.basic.buttons .button,
  1926. .ui.inverted.grey.buttons .basic.button,
  1927. .ui.inverted.grey.basic.button {
  1928. background-color: transparent;
  1929. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1930. color: #FFFFFF !important;
  1931. }
  1932. .ui.inverted.grey.basic.buttons .button:hover,
  1933. .ui.inverted.grey.buttons .basic.button:hover,
  1934. .ui.inverted.grey.basic.button:hover {
  1935. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  1936. color: #FFFFFF !important;
  1937. }
  1938. .ui.inverted.grey.basic.buttons .button:focus,
  1939. .ui.inverted.grey.basic.buttons .button:focus,
  1940. .ui.inverted.grey.basic.button:focus {
  1941. box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
  1942. color: #DCDDDE !important;
  1943. }
  1944. .ui.inverted.grey.basic.buttons .active.button,
  1945. .ui.inverted.grey.buttons .basic.active.button,
  1946. .ui.inverted.grey.basic.active.button {
  1947. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  1948. color: #FFFFFF !important;
  1949. }
  1950. .ui.inverted.grey.basic.buttons .button:active,
  1951. .ui.inverted.grey.buttons .basic.button:active,
  1952. .ui.inverted.grey.basic.button:active {
  1953. box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
  1954. color: #FFFFFF !important;
  1955. }
  1956. /*--- Brown ---*/
  1957. .ui.brown.buttons .button,
  1958. .ui.brown.button {
  1959. background-color: #A5673F;
  1960. color: #FFFFFF;
  1961. text-shadow: none;
  1962. background-image: none;
  1963. }
  1964. .ui.brown.button {
  1965. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  1966. }
  1967. .ui.brown.buttons .button:hover,
  1968. .ui.brown.button:hover {
  1969. background-color: #975b33;
  1970. color: #FFFFFF;
  1971. text-shadow: none;
  1972. }
  1973. .ui.brown.buttons .button:focus,
  1974. .ui.brown.button:focus {
  1975. background-color: #90532b;
  1976. color: #FFFFFF;
  1977. text-shadow: none;
  1978. }
  1979. .ui.brown.buttons .button:active,
  1980. .ui.brown.button:active {
  1981. background-color: #805031;
  1982. color: #FFFFFF;
  1983. text-shadow: none;
  1984. }
  1985. .ui.brown.buttons .active.button,
  1986. .ui.brown.buttons .active.button:active,
  1987. .ui.brown.active.button,
  1988. .ui.brown.button .active.button:active {
  1989. background-color: #995a31;
  1990. color: #FFFFFF;
  1991. text-shadow: none;
  1992. }
  1993. /* Basic */
  1994. .ui.basic.brown.buttons .button,
  1995. .ui.basic.brown.button {
  1996. box-shadow: 0px 0px 0px 1px #A5673F inset !important;
  1997. color: #A5673F !important;
  1998. }
  1999. .ui.basic.brown.buttons .button:hover,
  2000. .ui.basic.brown.button:hover {
  2001. background: transparent !important;
  2002. box-shadow: 0px 0px 0px 1px #975b33 inset !important;
  2003. color: #975b33 !important;
  2004. }
  2005. .ui.basic.brown.buttons .button:focus,
  2006. .ui.basic.brown.button:focus {
  2007. background: transparent !important;
  2008. box-shadow: 0px 0px 0px 1px #90532b inset !important;
  2009. color: #975b33 !important;
  2010. }
  2011. .ui.basic.brown.buttons .active.button,
  2012. .ui.basic.brown.active.button {
  2013. background: transparent !important;
  2014. box-shadow: 0px 0px 0px 1px #995a31 inset !important;
  2015. color: #805031 !important;
  2016. }
  2017. .ui.basic.brown.buttons .button:active,
  2018. .ui.basic.brown.button:active {
  2019. box-shadow: 0px 0px 0px 1px #805031 inset !important;
  2020. color: #805031 !important;
  2021. }
  2022. .ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
  2023. margin-left: -1px;
  2024. }
  2025. /* Inverted */
  2026. .ui.inverted.brown.buttons .button,
  2027. .ui.inverted.brown.button {
  2028. background-color: transparent;
  2029. box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
  2030. color: #D67C1C;
  2031. }
  2032. .ui.inverted.brown.buttons .button:hover,
  2033. .ui.inverted.brown.button:hover,
  2034. .ui.inverted.brown.buttons .button:focus,
  2035. .ui.inverted.brown.button:focus,
  2036. .ui.inverted.brown.buttons .button.active,
  2037. .ui.inverted.brown.button.active,
  2038. .ui.inverted.brown.buttons .button:active,
  2039. .ui.inverted.brown.button:active {
  2040. box-shadow: none !important;
  2041. color: #FFFFFF;
  2042. }
  2043. .ui.inverted.brown.buttons .button:hover,
  2044. .ui.inverted.brown.button:hover {
  2045. background-color: #c86f11;
  2046. }
  2047. .ui.inverted.brown.buttons .button:focus,
  2048. .ui.inverted.brown.button:focus {
  2049. background-color: #c16808;
  2050. }
  2051. .ui.inverted.brown.buttons .active.button,
  2052. .ui.inverted.brown.active.button {
  2053. background-color: #cc6f0d;
  2054. }
  2055. .ui.inverted.brown.buttons .button:active,
  2056. .ui.inverted.brown.button:active {
  2057. background-color: #a96216;
  2058. }
  2059. /* Inverted Basic */
  2060. .ui.inverted.brown.basic.buttons .button,
  2061. .ui.inverted.brown.buttons .basic.button,
  2062. .ui.inverted.brown.basic.button {
  2063. background-color: transparent;
  2064. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2065. color: #FFFFFF !important;
  2066. }
  2067. .ui.inverted.brown.basic.buttons .button:hover,
  2068. .ui.inverted.brown.buttons .basic.button:hover,
  2069. .ui.inverted.brown.basic.button:hover {
  2070. box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
  2071. color: #D67C1C !important;
  2072. }
  2073. .ui.inverted.brown.basic.buttons .button:focus,
  2074. .ui.inverted.brown.basic.buttons .button:focus,
  2075. .ui.inverted.brown.basic.button:focus {
  2076. box-shadow: 0px 0px 0px 2px #c16808 inset !important;
  2077. color: #D67C1C !important;
  2078. }
  2079. .ui.inverted.brown.basic.buttons .active.button,
  2080. .ui.inverted.brown.buttons .basic.active.button,
  2081. .ui.inverted.brown.basic.active.button {
  2082. box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
  2083. color: #D67C1C !important;
  2084. }
  2085. .ui.inverted.brown.basic.buttons .button:active,
  2086. .ui.inverted.brown.buttons .basic.button:active,
  2087. .ui.inverted.brown.basic.button:active {
  2088. box-shadow: 0px 0px 0px 2px #a96216 inset !important;
  2089. color: #D67C1C !important;
  2090. }
  2091. /*--- Blue ---*/
  2092. .ui.blue.buttons .button,
  2093. .ui.blue.button {
  2094. background-color: #2185D0;
  2095. color: #FFFFFF;
  2096. text-shadow: none;
  2097. background-image: none;
  2098. }
  2099. .ui.blue.button {
  2100. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2101. }
  2102. .ui.blue.buttons .button:hover,
  2103. .ui.blue.button:hover {
  2104. background-color: #1678c2;
  2105. color: #FFFFFF;
  2106. text-shadow: none;
  2107. }
  2108. .ui.blue.buttons .button:focus,
  2109. .ui.blue.button:focus {
  2110. background-color: #0d71bb;
  2111. color: #FFFFFF;
  2112. text-shadow: none;
  2113. }
  2114. .ui.blue.buttons .button:active,
  2115. .ui.blue.button:active {
  2116. background-color: #1a69a4;
  2117. color: #FFFFFF;
  2118. text-shadow: none;
  2119. }
  2120. .ui.blue.buttons .active.button,
  2121. .ui.blue.buttons .active.button:active,
  2122. .ui.blue.active.button,
  2123. .ui.blue.button .active.button:active {
  2124. background-color: #1279c6;
  2125. color: #FFFFFF;
  2126. text-shadow: none;
  2127. }
  2128. /* Basic */
  2129. .ui.basic.blue.buttons .button,
  2130. .ui.basic.blue.button {
  2131. box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  2132. color: #2185D0 !important;
  2133. }
  2134. .ui.basic.blue.buttons .button:hover,
  2135. .ui.basic.blue.button:hover {
  2136. background: transparent !important;
  2137. box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  2138. color: #1678c2 !important;
  2139. }
  2140. .ui.basic.blue.buttons .button:focus,
  2141. .ui.basic.blue.button:focus {
  2142. background: transparent !important;
  2143. box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  2144. color: #1678c2 !important;
  2145. }
  2146. .ui.basic.blue.buttons .active.button,
  2147. .ui.basic.blue.active.button {
  2148. background: transparent !important;
  2149. box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  2150. color: #1a69a4 !important;
  2151. }
  2152. .ui.basic.blue.buttons .button:active,
  2153. .ui.basic.blue.button:active {
  2154. box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  2155. color: #1a69a4 !important;
  2156. }
  2157. .ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
  2158. margin-left: -1px;
  2159. }
  2160. /* Inverted */
  2161. .ui.inverted.blue.buttons .button,
  2162. .ui.inverted.blue.button {
  2163. background-color: transparent;
  2164. box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  2165. color: #54C8FF;
  2166. }
  2167. .ui.inverted.blue.buttons .button:hover,
  2168. .ui.inverted.blue.button:hover,
  2169. .ui.inverted.blue.buttons .button:focus,
  2170. .ui.inverted.blue.button:focus,
  2171. .ui.inverted.blue.buttons .button.active,
  2172. .ui.inverted.blue.button.active,
  2173. .ui.inverted.blue.buttons .button:active,
  2174. .ui.inverted.blue.button:active {
  2175. box-shadow: none !important;
  2176. color: #FFFFFF;
  2177. }
  2178. .ui.inverted.blue.buttons .button:hover,
  2179. .ui.inverted.blue.button:hover {
  2180. background-color: #3ac0ff;
  2181. }
  2182. .ui.inverted.blue.buttons .button:focus,
  2183. .ui.inverted.blue.button:focus {
  2184. background-color: #2bbbff;
  2185. }
  2186. .ui.inverted.blue.buttons .active.button,
  2187. .ui.inverted.blue.active.button {
  2188. background-color: #3ac0ff;
  2189. }
  2190. .ui.inverted.blue.buttons .button:active,
  2191. .ui.inverted.blue.button:active {
  2192. background-color: #21b8ff;
  2193. }
  2194. /* Inverted Basic */
  2195. .ui.inverted.blue.basic.buttons .button,
  2196. .ui.inverted.blue.buttons .basic.button,
  2197. .ui.inverted.blue.basic.button {
  2198. background-color: transparent;
  2199. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2200. color: #FFFFFF !important;
  2201. }
  2202. .ui.inverted.blue.basic.buttons .button:hover,
  2203. .ui.inverted.blue.buttons .basic.button:hover,
  2204. .ui.inverted.blue.basic.button:hover {
  2205. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  2206. color: #54C8FF !important;
  2207. }
  2208. .ui.inverted.blue.basic.buttons .button:focus,
  2209. .ui.inverted.blue.basic.buttons .button:focus,
  2210. .ui.inverted.blue.basic.button:focus {
  2211. box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  2212. color: #54C8FF !important;
  2213. }
  2214. .ui.inverted.blue.basic.buttons .active.button,
  2215. .ui.inverted.blue.buttons .basic.active.button,
  2216. .ui.inverted.blue.basic.active.button {
  2217. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  2218. color: #54C8FF !important;
  2219. }
  2220. .ui.inverted.blue.basic.buttons .button:active,
  2221. .ui.inverted.blue.buttons .basic.button:active,
  2222. .ui.inverted.blue.basic.button:active {
  2223. box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  2224. color: #54C8FF !important;
  2225. }
  2226. /*--- Green ---*/
  2227. .ui.green.buttons .button,
  2228. .ui.green.button {
  2229. background-color: #21BA45;
  2230. color: #FFFFFF;
  2231. text-shadow: none;
  2232. background-image: none;
  2233. }
  2234. .ui.green.button {
  2235. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2236. }
  2237. .ui.green.buttons .button:hover,
  2238. .ui.green.button:hover {
  2239. background-color: #16ab39;
  2240. color: #FFFFFF;
  2241. text-shadow: none;
  2242. }
  2243. .ui.green.buttons .button:focus,
  2244. .ui.green.button:focus {
  2245. background-color: #0ea432;
  2246. color: #FFFFFF;
  2247. text-shadow: none;
  2248. }
  2249. .ui.green.buttons .button:active,
  2250. .ui.green.button:active {
  2251. background-color: #198f35;
  2252. color: #FFFFFF;
  2253. text-shadow: none;
  2254. }
  2255. .ui.green.buttons .active.button,
  2256. .ui.green.buttons .active.button:active,
  2257. .ui.green.active.button,
  2258. .ui.green.button .active.button:active {
  2259. background-color: #13ae38;
  2260. color: #FFFFFF;
  2261. text-shadow: none;
  2262. }
  2263. /* Basic */
  2264. .ui.basic.green.buttons .button,
  2265. .ui.basic.green.button {
  2266. box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  2267. color: #21BA45 !important;
  2268. }
  2269. .ui.basic.green.buttons .button:hover,
  2270. .ui.basic.green.button:hover {
  2271. background: transparent !important;
  2272. box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  2273. color: #16ab39 !important;
  2274. }
  2275. .ui.basic.green.buttons .button:focus,
  2276. .ui.basic.green.button:focus {
  2277. background: transparent !important;
  2278. box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  2279. color: #16ab39 !important;
  2280. }
  2281. .ui.basic.green.buttons .active.button,
  2282. .ui.basic.green.active.button {
  2283. background: transparent !important;
  2284. box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  2285. color: #198f35 !important;
  2286. }
  2287. .ui.basic.green.buttons .button:active,
  2288. .ui.basic.green.button:active {
  2289. box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  2290. color: #198f35 !important;
  2291. }
  2292. .ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
  2293. margin-left: -1px;
  2294. }
  2295. /* Inverted */
  2296. .ui.inverted.green.buttons .button,
  2297. .ui.inverted.green.button {
  2298. background-color: transparent;
  2299. box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
  2300. color: #2ECC40;
  2301. }
  2302. .ui.inverted.green.buttons .button:hover,
  2303. .ui.inverted.green.button:hover,
  2304. .ui.inverted.green.buttons .button:focus,
  2305. .ui.inverted.green.button:focus,
  2306. .ui.inverted.green.buttons .button.active,
  2307. .ui.inverted.green.button.active,
  2308. .ui.inverted.green.buttons .button:active,
  2309. .ui.inverted.green.button:active {
  2310. box-shadlightOw: none !important;
  2311. color: #FFFFFF;
  2312. }
  2313. .ui.inverted.green.buttons .button:hover,
  2314. .ui.inverted.green.button:hover {
  2315. background-color: #22be34;
  2316. }
  2317. .ui.inverted.green.buttons .button:focus,
  2318. .ui.inverted.green.button:focus {
  2319. background-color: #19b82b;
  2320. }
  2321. .ui.inverted.green.buttons .active.button,
  2322. .ui.inverted.green.active.button {
  2323. background-color: #1fc231;
  2324. }
  2325. .ui.inverted.green.buttons .button:active,
  2326. .ui.inverted.green.button:active {
  2327. background-color: #25a233;
  2328. }
  2329. /* Inverted Basic */
  2330. .ui.inverted.green.basic.buttons .button,
  2331. .ui.inverted.green.buttons .basic.button,
  2332. .ui.inverted.green.basic.button {
  2333. background-color: transparent;
  2334. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2335. color: #FFFFFF !important;
  2336. }
  2337. .ui.inverted.green.basic.buttons .button:hover,
  2338. .ui.inverted.green.buttons .basic.button:hover,
  2339. .ui.inverted.green.basic.button:hover {
  2340. box-shadow: 0px 0px 0px 2px #22be34 inset !important;
  2341. color: #2ECC40 !important;
  2342. }
  2343. .ui.inverted.green.basic.buttons .button:focus,
  2344. .ui.inverted.green.basic.buttons .button:focus,
  2345. .ui.inverted.green.basic.button:focus {
  2346. box-shadow: 0px 0px 0px 2px #19b82b inset !important;
  2347. color: #2ECC40 !important;
  2348. }
  2349. .ui.inverted.green.basic.buttons .active.button,
  2350. .ui.inverted.green.buttons .basic.active.button,
  2351. .ui.inverted.green.basic.active.button {
  2352. box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
  2353. color: #2ECC40 !important;
  2354. }
  2355. .ui.inverted.green.basic.buttons .button:active,
  2356. .ui.inverted.green.buttons .basic.button:active,
  2357. .ui.inverted.green.basic.button:active {
  2358. box-shadow: 0px 0px 0px 2px #25a233 inset !important;
  2359. color: #2ECC40 !important;
  2360. }
  2361. /*--- Orange ---*/
  2362. .ui.orange.buttons .button,
  2363. .ui.orange.button {
  2364. background-color: #F2711C;
  2365. color: #FFFFFF;
  2366. text-shadow: none;
  2367. background-image: none;
  2368. }
  2369. .ui.orange.button {
  2370. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2371. }
  2372. .ui.orange.buttons .button:hover,
  2373. .ui.orange.button:hover {
  2374. background-color: #f26202;
  2375. color: #FFFFFF;
  2376. text-shadow: none;
  2377. }
  2378. .ui.orange.buttons .button:focus,
  2379. .ui.orange.button:focus {
  2380. background-color: #e55b00;
  2381. color: #FFFFFF;
  2382. text-shadow: none;
  2383. }
  2384. .ui.orange.buttons .button:active,
  2385. .ui.orange.button:active {
  2386. background-color: #cf590c;
  2387. color: #FFFFFF;
  2388. text-shadow: none;
  2389. }
  2390. .ui.orange.buttons .active.button,
  2391. .ui.orange.buttons .active.button:active,
  2392. .ui.orange.active.button,
  2393. .ui.orange.button .active.button:active {
  2394. background-color: #f56100;
  2395. color: #FFFFFF;
  2396. text-shadow: none;
  2397. }
  2398. /* Basic */
  2399. .ui.basic.orange.buttons .button,
  2400. .ui.basic.orange.button {
  2401. box-shadow: 0px 0px 0px 1px #F2711C inset !important;
  2402. color: #F2711C !important;
  2403. }
  2404. .ui.basic.orange.buttons .button:hover,
  2405. .ui.basic.orange.button:hover {
  2406. background: transparent !important;
  2407. box-shadow: 0px 0px 0px 1px #f26202 inset !important;
  2408. color: #f26202 !important;
  2409. }
  2410. .ui.basic.orange.buttons .button:focus,
  2411. .ui.basic.orange.button:focus {
  2412. background: transparent !important;
  2413. box-shadow: 0px 0px 0px 1px #e55b00 inset !important;
  2414. color: #f26202 !important;
  2415. }
  2416. .ui.basic.orange.buttons .active.button,
  2417. .ui.basic.orange.active.button {
  2418. background: transparent !important;
  2419. box-shadow: 0px 0px 0px 1px #f56100 inset !important;
  2420. color: #cf590c !important;
  2421. }
  2422. .ui.basic.orange.buttons .button:active,
  2423. .ui.basic.orange.button:active {
  2424. box-shadow: 0px 0px 0px 1px #cf590c inset !important;
  2425. color: #cf590c !important;
  2426. }
  2427. .ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
  2428. margin-left: -1px;
  2429. }
  2430. /* Inverted */
  2431. .ui.inverted.orange.buttons .button,
  2432. .ui.inverted.orange.button {
  2433. background-color: transparent;
  2434. box-shadow: 0px 0px 0px 2px #FF851B inset !important;
  2435. color: #FF851B;
  2436. }
  2437. .ui.inverted.orange.buttons .button:hover,
  2438. .ui.inverted.orange.button:hover,
  2439. .ui.inverted.orange.buttons .button:focus,
  2440. .ui.inverted.orange.button:focus,
  2441. .ui.inverted.orange.buttons .button.active,
  2442. .ui.inverted.orange.button.active,
  2443. .ui.inverted.orange.buttons .button:active,
  2444. .ui.inverted.orange.button:active {
  2445. box-shadow: none !important;
  2446. color: #FFFFFF;
  2447. }
  2448. .ui.inverted.orange.buttons .button:hover,
  2449. .ui.inverted.orange.button:hover {
  2450. background-color: #ff7701;
  2451. }
  2452. .ui.inverted.orange.buttons .button:focus,
  2453. .ui.inverted.orange.button:focus {
  2454. background-color: #f17000;
  2455. }
  2456. .ui.inverted.orange.buttons .active.button,
  2457. .ui.inverted.orange.active.button {
  2458. background-color: #ff7701;
  2459. }
  2460. .ui.inverted.orange.buttons .button:active,
  2461. .ui.inverted.orange.button:active {
  2462. background-color: #e76b00;
  2463. }
  2464. /* Inverted Basic */
  2465. .ui.inverted.orange.basic.buttons .button,
  2466. .ui.inverted.orange.buttons .basic.button,
  2467. .ui.inverted.orange.basic.button {
  2468. background-color: transparent;
  2469. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2470. color: #FFFFFF !important;
  2471. }
  2472. .ui.inverted.orange.basic.buttons .button:hover,
  2473. .ui.inverted.orange.buttons .basic.button:hover,
  2474. .ui.inverted.orange.basic.button:hover {
  2475. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2476. color: #FF851B !important;
  2477. }
  2478. .ui.inverted.orange.basic.buttons .button:focus,
  2479. .ui.inverted.orange.basic.buttons .button:focus,
  2480. .ui.inverted.orange.basic.button:focus {
  2481. box-shadow: 0px 0px 0px 2px #f17000 inset !important;
  2482. color: #FF851B !important;
  2483. }
  2484. .ui.inverted.orange.basic.buttons .active.button,
  2485. .ui.inverted.orange.buttons .basic.active.button,
  2486. .ui.inverted.orange.basic.active.button {
  2487. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2488. color: #FF851B !important;
  2489. }
  2490. .ui.inverted.orange.basic.buttons .button:active,
  2491. .ui.inverted.orange.buttons .basic.button:active,
  2492. .ui.inverted.orange.basic.button:active {
  2493. box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
  2494. color: #FF851B !important;
  2495. }
  2496. /*--- Pink ---*/
  2497. .ui.pink.buttons .button,
  2498. .ui.pink.button {
  2499. background-color: #E03997;
  2500. color: #FFFFFF;
  2501. text-shadow: none;
  2502. background-image: none;
  2503. }
  2504. .ui.pink.button {
  2505. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2506. }
  2507. .ui.pink.buttons .button:hover,
  2508. .ui.pink.button:hover {
  2509. background-color: #e61a8d;
  2510. color: #FFFFFF;
  2511. text-shadow: none;
  2512. }
  2513. .ui.pink.buttons .button:focus,
  2514. .ui.pink.button:focus {
  2515. background-color: #e10f85;
  2516. color: #FFFFFF;
  2517. text-shadow: none;
  2518. }
  2519. .ui.pink.buttons .button:active,
  2520. .ui.pink.button:active {
  2521. background-color: #c71f7e;
  2522. color: #FFFFFF;
  2523. text-shadow: none;
  2524. }
  2525. .ui.pink.buttons .active.button,
  2526. .ui.pink.buttons .active.button:active,
  2527. .ui.pink.active.button,
  2528. .ui.pink.button .active.button:active {
  2529. background-color: #ea158d;
  2530. color: #FFFFFF;
  2531. text-shadow: none;
  2532. }
  2533. /* Basic */
  2534. .ui.basic.pink.buttons .button,
  2535. .ui.basic.pink.button {
  2536. box-shadow: 0px 0px 0px 1px #E03997 inset !important;
  2537. color: #E03997 !important;
  2538. }
  2539. .ui.basic.pink.buttons .button:hover,
  2540. .ui.basic.pink.button:hover {
  2541. background: transparent !important;
  2542. box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
  2543. color: #e61a8d !important;
  2544. }
  2545. .ui.basic.pink.buttons .button:focus,
  2546. .ui.basic.pink.button:focus {
  2547. background: transparent !important;
  2548. box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
  2549. color: #e61a8d !important;
  2550. }
  2551. .ui.basic.pink.buttons .active.button,
  2552. .ui.basic.pink.active.button {
  2553. background: transparent !important;
  2554. box-shadow: 0px 0px 0px 1px #ea158d inset !important;
  2555. color: #c71f7e !important;
  2556. }
  2557. .ui.basic.pink.buttons .button:active,
  2558. .ui.basic.pink.button:active {
  2559. box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
  2560. color: #c71f7e !important;
  2561. }
  2562. .ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
  2563. margin-left: -1px;
  2564. }
  2565. /* Inverted */
  2566. .ui.inverted.pink.buttons .button,
  2567. .ui.inverted.pink.button {
  2568. background-color: transparent;
  2569. box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
  2570. color: #FF8EDF;
  2571. }
  2572. .ui.inverted.pink.buttons .button:hover,
  2573. .ui.inverted.pink.button:hover,
  2574. .ui.inverted.pink.buttons .button:focus,
  2575. .ui.inverted.pink.button:focus,
  2576. .ui.inverted.pink.buttons .button.active,
  2577. .ui.inverted.pink.button.active,
  2578. .ui.inverted.pink.buttons .button:active,
  2579. .ui.inverted.pink.button:active {
  2580. box-shadow: none !important;
  2581. color: #FFFFFF;
  2582. }
  2583. .ui.inverted.pink.buttons .button:hover,
  2584. .ui.inverted.pink.button:hover {
  2585. background-color: #ff74d8;
  2586. }
  2587. .ui.inverted.pink.buttons .button:focus,
  2588. .ui.inverted.pink.button:focus {
  2589. background-color: #ff65d3;
  2590. }
  2591. .ui.inverted.pink.buttons .active.button,
  2592. .ui.inverted.pink.active.button {
  2593. background-color: #ff74d8;
  2594. }
  2595. .ui.inverted.pink.buttons .button:active,
  2596. .ui.inverted.pink.button:active {
  2597. background-color: #ff5bd1;
  2598. }
  2599. /* Inverted Basic */
  2600. .ui.inverted.pink.basic.buttons .button,
  2601. .ui.inverted.pink.buttons .basic.button,
  2602. .ui.inverted.pink.basic.button {
  2603. background-color: transparent;
  2604. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2605. color: #FFFFFF !important;
  2606. }
  2607. .ui.inverted.pink.basic.buttons .button:hover,
  2608. .ui.inverted.pink.buttons .basic.button:hover,
  2609. .ui.inverted.pink.basic.button:hover {
  2610. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2611. color: #FF8EDF !important;
  2612. }
  2613. .ui.inverted.pink.basic.buttons .button:focus,
  2614. .ui.inverted.pink.basic.buttons .button:focus,
  2615. .ui.inverted.pink.basic.button:focus {
  2616. box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
  2617. color: #FF8EDF !important;
  2618. }
  2619. .ui.inverted.pink.basic.buttons .active.button,
  2620. .ui.inverted.pink.buttons .basic.active.button,
  2621. .ui.inverted.pink.basic.active.button {
  2622. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2623. color: #FF8EDF !important;
  2624. }
  2625. .ui.inverted.pink.basic.buttons .button:active,
  2626. .ui.inverted.pink.buttons .basic.button:active,
  2627. .ui.inverted.pink.basic.button:active {
  2628. box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
  2629. color: #FF8EDF !important;
  2630. }
  2631. /*--- Violet ---*/
  2632. .ui.violet.buttons .button,
  2633. .ui.violet.button {
  2634. background-color: #6435C9;
  2635. color: #FFFFFF;
  2636. text-shadow: none;
  2637. background-image: none;
  2638. }
  2639. .ui.violet.button {
  2640. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2641. }
  2642. .ui.violet.buttons .button:hover,
  2643. .ui.violet.button:hover {
  2644. background-color: #5829bb;
  2645. color: #FFFFFF;
  2646. text-shadow: none;
  2647. }
  2648. .ui.violet.buttons .button:focus,
  2649. .ui.violet.button:focus {
  2650. background-color: #4f20b5;
  2651. color: #FFFFFF;
  2652. text-shadow: none;
  2653. }
  2654. .ui.violet.buttons .button:active,
  2655. .ui.violet.button:active {
  2656. background-color: #502aa1;
  2657. color: #FFFFFF;
  2658. text-shadow: none;
  2659. }
  2660. .ui.violet.buttons .active.button,
  2661. .ui.violet.buttons .active.button:active,
  2662. .ui.violet.active.button,
  2663. .ui.violet.button .active.button:active {
  2664. background-color: #5626bf;
  2665. color: #FFFFFF;
  2666. text-shadow: none;
  2667. }
  2668. /* Basic */
  2669. .ui.basic.violet.buttons .button,
  2670. .ui.basic.violet.button {
  2671. box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
  2672. color: #6435C9 !important;
  2673. }
  2674. .ui.basic.violet.buttons .button:hover,
  2675. .ui.basic.violet.button:hover {
  2676. background: transparent !important;
  2677. box-shadow: 0px 0px 0px 1px #5829bb inset !important;
  2678. color: #5829bb !important;
  2679. }
  2680. .ui.basic.violet.buttons .button:focus,
  2681. .ui.basic.violet.button:focus {
  2682. background: transparent !important;
  2683. box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
  2684. color: #5829bb !important;
  2685. }
  2686. .ui.basic.violet.buttons .active.button,
  2687. .ui.basic.violet.active.button {
  2688. background: transparent !important;
  2689. box-shadow: 0px 0px 0px 1px #5626bf inset !important;
  2690. color: #502aa1 !important;
  2691. }
  2692. .ui.basic.violet.buttons .button:active,
  2693. .ui.basic.violet.button:active {
  2694. box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
  2695. color: #502aa1 !important;
  2696. }
  2697. .ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
  2698. margin-left: -1px;
  2699. }
  2700. /* Inverted */
  2701. .ui.inverted.violet.buttons .button,
  2702. .ui.inverted.violet.button {
  2703. background-color: transparent;
  2704. box-shadow: 0px 0px 0px 2px #A291FB inset !important;
  2705. color: #A291FB;
  2706. }
  2707. .ui.inverted.violet.buttons .button:hover,
  2708. .ui.inverted.violet.button:hover,
  2709. .ui.inverted.violet.buttons .button:focus,
  2710. .ui.inverted.violet.button:focus,
  2711. .ui.inverted.violet.buttons .button.active,
  2712. .ui.inverted.violet.button.active,
  2713. .ui.inverted.violet.buttons .button:active,
  2714. .ui.inverted.violet.button:active {
  2715. box-shadow: none !important;
  2716. color: #FFFFFF;
  2717. }
  2718. .ui.inverted.violet.buttons .button:hover,
  2719. .ui.inverted.violet.button:hover {
  2720. background-color: #8a73ff;
  2721. }
  2722. .ui.inverted.violet.buttons .button:focus,
  2723. .ui.inverted.violet.button:focus {
  2724. background-color: #7d64ff;
  2725. }
  2726. .ui.inverted.violet.buttons .active.button,
  2727. .ui.inverted.violet.active.button {
  2728. background-color: #8a73ff;
  2729. }
  2730. .ui.inverted.violet.buttons .button:active,
  2731. .ui.inverted.violet.button:active {
  2732. background-color: #7860f9;
  2733. }
  2734. /* Inverted Basic */
  2735. .ui.inverted.violet.basic.buttons .button,
  2736. .ui.inverted.violet.buttons .basic.button,
  2737. .ui.inverted.violet.basic.button {
  2738. background-color: transparent;
  2739. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2740. color: #FFFFFF !important;
  2741. }
  2742. .ui.inverted.violet.basic.buttons .button:hover,
  2743. .ui.inverted.violet.buttons .basic.button:hover,
  2744. .ui.inverted.violet.basic.button:hover {
  2745. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2746. color: #A291FB !important;
  2747. }
  2748. .ui.inverted.violet.basic.buttons .button:focus,
  2749. .ui.inverted.violet.basic.buttons .button:focus,
  2750. .ui.inverted.violet.basic.button:focus {
  2751. box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
  2752. color: #A291FB !important;
  2753. }
  2754. .ui.inverted.violet.basic.buttons .active.button,
  2755. .ui.inverted.violet.buttons .basic.active.button,
  2756. .ui.inverted.violet.basic.active.button {
  2757. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2758. color: #A291FB !important;
  2759. }
  2760. .ui.inverted.violet.basic.buttons .button:active,
  2761. .ui.inverted.violet.buttons .basic.button:active,
  2762. .ui.inverted.violet.basic.button:active {
  2763. box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
  2764. color: #A291FB !important;
  2765. }
  2766. /*--- Purple ---*/
  2767. .ui.purple.buttons .button,
  2768. .ui.purple.button {
  2769. background-color: #A333C8;
  2770. color: #FFFFFF;
  2771. text-shadow: none;
  2772. background-image: none;
  2773. }
  2774. .ui.purple.button {
  2775. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2776. }
  2777. .ui.purple.buttons .button:hover,
  2778. .ui.purple.button:hover {
  2779. background-color: #9627ba;
  2780. color: #FFFFFF;
  2781. text-shadow: none;
  2782. }
  2783. .ui.purple.buttons .button:focus,
  2784. .ui.purple.button:focus {
  2785. background-color: #8f1eb4;
  2786. color: #FFFFFF;
  2787. text-shadow: none;
  2788. }
  2789. .ui.purple.buttons .button:active,
  2790. .ui.purple.button:active {
  2791. background-color: #82299f;
  2792. color: #FFFFFF;
  2793. text-shadow: none;
  2794. }
  2795. .ui.purple.buttons .active.button,
  2796. .ui.purple.buttons .active.button:active,
  2797. .ui.purple.active.button,
  2798. .ui.purple.button .active.button:active {
  2799. background-color: #9724be;
  2800. color: #FFFFFF;
  2801. text-shadow: none;
  2802. }
  2803. /* Basic */
  2804. .ui.basic.purple.buttons .button,
  2805. .ui.basic.purple.button {
  2806. box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
  2807. color: #A333C8 !important;
  2808. }
  2809. .ui.basic.purple.buttons .button:hover,
  2810. .ui.basic.purple.button:hover {
  2811. background: transparent !important;
  2812. box-shadow: 0px 0px 0px 1px #9627ba inset !important;
  2813. color: #9627ba !important;
  2814. }
  2815. .ui.basic.purple.buttons .button:focus,
  2816. .ui.basic.purple.button:focus {
  2817. background: transparent !important;
  2818. box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
  2819. color: #9627ba !important;
  2820. }
  2821. .ui.basic.purple.buttons .active.button,
  2822. .ui.basic.purple.active.button {
  2823. background: transparent !important;
  2824. box-shadow: 0px 0px 0px 1px #9724be inset !important;
  2825. color: #82299f !important;
  2826. }
  2827. .ui.basic.purple.buttons .button:active,
  2828. .ui.basic.purple.button:active {
  2829. box-shadow: 0px 0px 0px 1px #82299f inset !important;
  2830. color: #82299f !important;
  2831. }
  2832. .ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
  2833. margin-left: -1px;
  2834. }
  2835. /* Inverted */
  2836. .ui.inverted.purple.buttons .button,
  2837. .ui.inverted.purple.button {
  2838. background-color: transparent;
  2839. box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
  2840. color: #DC73FF;
  2841. }
  2842. .ui.inverted.purple.buttons .button:hover,
  2843. .ui.inverted.purple.button:hover,
  2844. .ui.inverted.purple.buttons .button:focus,
  2845. .ui.inverted.purple.button:focus,
  2846. .ui.inverted.purple.buttons .button.active,
  2847. .ui.inverted.purple.button.active,
  2848. .ui.inverted.purple.buttons .button:active,
  2849. .ui.inverted.purple.button:active {
  2850. box-shadow: none !important;
  2851. color: #FFFFFF;
  2852. }
  2853. .ui.inverted.purple.buttons .button:hover,
  2854. .ui.inverted.purple.button:hover {
  2855. background-color: #d65aff;
  2856. }
  2857. .ui.inverted.purple.buttons .button:focus,
  2858. .ui.inverted.purple.button:focus {
  2859. background-color: #d24aff;
  2860. }
  2861. .ui.inverted.purple.buttons .active.button,
  2862. .ui.inverted.purple.active.button {
  2863. background-color: #d65aff;
  2864. }
  2865. .ui.inverted.purple.buttons .button:active,
  2866. .ui.inverted.purple.button:active {
  2867. background-color: #cf40ff;
  2868. }
  2869. /* Inverted Basic */
  2870. .ui.inverted.purple.basic.buttons .button,
  2871. .ui.inverted.purple.buttons .basic.button,
  2872. .ui.inverted.purple.basic.button {
  2873. background-color: transparent;
  2874. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2875. color: #FFFFFF !important;
  2876. }
  2877. .ui.inverted.purple.basic.buttons .button:hover,
  2878. .ui.inverted.purple.buttons .basic.button:hover,
  2879. .ui.inverted.purple.basic.button:hover {
  2880. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  2881. color: #DC73FF !important;
  2882. }
  2883. .ui.inverted.purple.basic.buttons .button:focus,
  2884. .ui.inverted.purple.basic.buttons .button:focus,
  2885. .ui.inverted.purple.basic.button:focus {
  2886. box-shadow: 0px 0px 0px 2px #d24aff inset !important;
  2887. color: #DC73FF !important;
  2888. }
  2889. .ui.inverted.purple.basic.buttons .active.button,
  2890. .ui.inverted.purple.buttons .basic.active.button,
  2891. .ui.inverted.purple.basic.active.button {
  2892. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  2893. color: #DC73FF !important;
  2894. }
  2895. .ui.inverted.purple.basic.buttons .button:active,
  2896. .ui.inverted.purple.buttons .basic.button:active,
  2897. .ui.inverted.purple.basic.button:active {
  2898. box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
  2899. color: #DC73FF !important;
  2900. }
  2901. /*--- Red ---*/
  2902. .ui.red.buttons .button,
  2903. .ui.red.button {
  2904. background-color: #DB2828;
  2905. color: #FFFFFF;
  2906. text-shadow: none;
  2907. background-image: none;
  2908. }
  2909. .ui.red.button {
  2910. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  2911. }
  2912. .ui.red.buttons .button:hover,
  2913. .ui.red.button:hover {
  2914. background-color: #d01919;
  2915. color: #FFFFFF;
  2916. text-shadow: none;
  2917. }
  2918. .ui.red.buttons .button:focus,
  2919. .ui.red.button:focus {
  2920. background-color: #ca1010;
  2921. color: #FFFFFF;
  2922. text-shadow: none;
  2923. }
  2924. .ui.red.buttons .button:active,
  2925. .ui.red.button:active {
  2926. background-color: #b21e1e;
  2927. color: #FFFFFF;
  2928. text-shadow: none;
  2929. }
  2930. .ui.red.buttons .active.button,
  2931. .ui.red.buttons .active.button:active,
  2932. .ui.red.active.button,
  2933. .ui.red.button .active.button:active {
  2934. background-color: #d41515;
  2935. color: #FFFFFF;
  2936. text-shadow: none;
  2937. }
  2938. /* Basic */
  2939. .ui.basic.red.buttons .button,
  2940. .ui.basic.red.button {
  2941. box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  2942. color: #DB2828 !important;
  2943. }
  2944. .ui.basic.red.buttons .button:hover,
  2945. .ui.basic.red.button:hover {
  2946. background: transparent !important;
  2947. box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  2948. color: #d01919 !important;
  2949. }
  2950. .ui.basic.red.buttons .button:focus,
  2951. .ui.basic.red.button:focus {
  2952. background: transparent !important;
  2953. box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  2954. color: #d01919 !important;
  2955. }
  2956. .ui.basic.red.buttons .active.button,
  2957. .ui.basic.red.active.button {
  2958. background: transparent !important;
  2959. box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  2960. color: #b21e1e !important;
  2961. }
  2962. .ui.basic.red.buttons .button:active,
  2963. .ui.basic.red.button:active {
  2964. box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  2965. color: #b21e1e !important;
  2966. }
  2967. .ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
  2968. margin-left: -1px;
  2969. }
  2970. /* Inverted */
  2971. .ui.inverted.red.buttons .button,
  2972. .ui.inverted.red.button {
  2973. background-color: transparent;
  2974. box-shadow: 0px 0px 0px 2px #FF695E inset !important;
  2975. color: #FF695E;
  2976. }
  2977. .ui.inverted.red.buttons .button:hover,
  2978. .ui.inverted.red.button:hover,
  2979. .ui.inverted.red.buttons .button:focus,
  2980. .ui.inverted.red.button:focus,
  2981. .ui.inverted.red.buttons .button.active,
  2982. .ui.inverted.red.button.active,
  2983. .ui.inverted.red.buttons .button:active,
  2984. .ui.inverted.red.button:active {
  2985. box-shadow: none !important;
  2986. color: #FFFFFF;
  2987. }
  2988. .ui.inverted.red.buttons .button:hover,
  2989. .ui.inverted.red.button:hover {
  2990. background-color: #ff5144;
  2991. }
  2992. .ui.inverted.red.buttons .button:focus,
  2993. .ui.inverted.red.button:focus {
  2994. background-color: #ff4335;
  2995. }
  2996. .ui.inverted.red.buttons .active.button,
  2997. .ui.inverted.red.active.button {
  2998. background-color: #ff5144;
  2999. }
  3000. .ui.inverted.red.buttons .button:active,
  3001. .ui.inverted.red.button:active {
  3002. background-color: #ff392b;
  3003. }
  3004. /* Inverted Basic */
  3005. .ui.inverted.red.basic.buttons .button,
  3006. .ui.inverted.red.buttons .basic.button,
  3007. .ui.inverted.red.basic.button {
  3008. background-color: transparent;
  3009. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3010. color: #FFFFFF !important;
  3011. }
  3012. .ui.inverted.red.basic.buttons .button:hover,
  3013. .ui.inverted.red.buttons .basic.button:hover,
  3014. .ui.inverted.red.basic.button:hover {
  3015. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  3016. color: #FF695E !important;
  3017. }
  3018. .ui.inverted.red.basic.buttons .button:focus,
  3019. .ui.inverted.red.basic.buttons .button:focus,
  3020. .ui.inverted.red.basic.button:focus {
  3021. box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
  3022. color: #FF695E !important;
  3023. }
  3024. .ui.inverted.red.basic.buttons .active.button,
  3025. .ui.inverted.red.buttons .basic.active.button,
  3026. .ui.inverted.red.basic.active.button {
  3027. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  3028. color: #FF695E !important;
  3029. }
  3030. .ui.inverted.red.basic.buttons .button:active,
  3031. .ui.inverted.red.buttons .basic.button:active,
  3032. .ui.inverted.red.basic.button:active {
  3033. box-shadow: 0px 0px 0px 2px #ff392b inset !important;
  3034. color: #FF695E !important;
  3035. }
  3036. /*--- Teal ---*/
  3037. .ui.teal.buttons .button,
  3038. .ui.teal.button {
  3039. background-color: #00B5AD;
  3040. color: #FFFFFF;
  3041. text-shadow: none;
  3042. background-image: none;
  3043. }
  3044. .ui.teal.button {
  3045. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3046. }
  3047. .ui.teal.buttons .button:hover,
  3048. .ui.teal.button:hover {
  3049. background-color: #009c95;
  3050. color: #FFFFFF;
  3051. text-shadow: none;
  3052. }
  3053. .ui.teal.buttons .button:focus,
  3054. .ui.teal.button:focus {
  3055. background-color: #008c86;
  3056. color: #FFFFFF;
  3057. text-shadow: none;
  3058. }
  3059. .ui.teal.buttons .button:active,
  3060. .ui.teal.button:active {
  3061. background-color: #00827c;
  3062. color: #FFFFFF;
  3063. text-shadow: none;
  3064. }
  3065. .ui.teal.buttons .active.button,
  3066. .ui.teal.buttons .active.button:active,
  3067. .ui.teal.active.button,
  3068. .ui.teal.button .active.button:active {
  3069. background-color: #009c95;
  3070. color: #FFFFFF;
  3071. text-shadow: none;
  3072. }
  3073. /* Basic */
  3074. .ui.basic.teal.buttons .button,
  3075. .ui.basic.teal.button {
  3076. box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
  3077. color: #00B5AD !important;
  3078. }
  3079. .ui.basic.teal.buttons .button:hover,
  3080. .ui.basic.teal.button:hover {
  3081. background: transparent !important;
  3082. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  3083. color: #009c95 !important;
  3084. }
  3085. .ui.basic.teal.buttons .button:focus,
  3086. .ui.basic.teal.button:focus {
  3087. background: transparent !important;
  3088. box-shadow: 0px 0px 0px 1px #008c86 inset !important;
  3089. color: #009c95 !important;
  3090. }
  3091. .ui.basic.teal.buttons .active.button,
  3092. .ui.basic.teal.active.button {
  3093. background: transparent !important;
  3094. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  3095. color: #00827c !important;
  3096. }
  3097. .ui.basic.teal.buttons .button:active,
  3098. .ui.basic.teal.button:active {
  3099. box-shadow: 0px 0px 0px 1px #00827c inset !important;
  3100. color: #00827c !important;
  3101. }
  3102. .ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
  3103. margin-left: -1px;
  3104. }
  3105. /* Inverted */
  3106. .ui.inverted.teal.buttons .button,
  3107. .ui.inverted.teal.button {
  3108. background-color: transparent;
  3109. box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
  3110. color: #6DFFFF;
  3111. }
  3112. .ui.inverted.teal.buttons .button:hover,
  3113. .ui.inverted.teal.button:hover,
  3114. .ui.inverted.teal.buttons .button:focus,
  3115. .ui.inverted.teal.button:focus,
  3116. .ui.inverted.teal.buttons .button.active,
  3117. .ui.inverted.teal.button.active,
  3118. .ui.inverted.teal.buttons .button:active,
  3119. .ui.inverted.teal.button:active {
  3120. box-shadow: none !important;
  3121. color: rgba(0, 0, 0, 0.6);
  3122. }
  3123. .ui.inverted.teal.buttons .button:hover,
  3124. .ui.inverted.teal.button:hover {
  3125. background-color: #54ffff;
  3126. }
  3127. .ui.inverted.teal.buttons .button:focus,
  3128. .ui.inverted.teal.button:focus {
  3129. background-color: #44ffff;
  3130. }
  3131. .ui.inverted.teal.buttons .active.button,
  3132. .ui.inverted.teal.active.button {
  3133. background-color: #54ffff;
  3134. }
  3135. .ui.inverted.teal.buttons .button:active,
  3136. .ui.inverted.teal.button:active {
  3137. background-color: #3affff;
  3138. }
  3139. /* Inverted Basic */
  3140. .ui.inverted.teal.basic.buttons .button,
  3141. .ui.inverted.teal.buttons .basic.button,
  3142. .ui.inverted.teal.basic.button {
  3143. background-color: transparent;
  3144. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3145. color: #FFFFFF !important;
  3146. }
  3147. .ui.inverted.teal.basic.buttons .button:hover,
  3148. .ui.inverted.teal.buttons .basic.button:hover,
  3149. .ui.inverted.teal.basic.button:hover {
  3150. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  3151. color: #6DFFFF !important;
  3152. }
  3153. .ui.inverted.teal.basic.buttons .button:focus,
  3154. .ui.inverted.teal.basic.buttons .button:focus,
  3155. .ui.inverted.teal.basic.button:focus {
  3156. box-shadow: 0px 0px 0px 2px #44ffff inset !important;
  3157. color: #6DFFFF !important;
  3158. }
  3159. .ui.inverted.teal.basic.buttons .active.button,
  3160. .ui.inverted.teal.buttons .basic.active.button,
  3161. .ui.inverted.teal.basic.active.button {
  3162. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  3163. color: #6DFFFF !important;
  3164. }
  3165. .ui.inverted.teal.basic.buttons .button:active,
  3166. .ui.inverted.teal.buttons .basic.button:active,
  3167. .ui.inverted.teal.basic.button:active {
  3168. box-shadow: 0px 0px 0px 2px #3affff inset !important;
  3169. color: #6DFFFF !important;
  3170. }
  3171. /*--- Olive ---*/
  3172. .ui.olive.buttons .button,
  3173. .ui.olive.button {
  3174. background-color: #B5CC18;
  3175. color: #FFFFFF;
  3176. text-shadow: none;
  3177. background-image: none;
  3178. }
  3179. .ui.olive.button {
  3180. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3181. }
  3182. .ui.olive.buttons .button:hover,
  3183. .ui.olive.button:hover {
  3184. background-color: #a7bd0d;
  3185. color: #FFFFFF;
  3186. text-shadow: none;
  3187. }
  3188. .ui.olive.buttons .button:focus,
  3189. .ui.olive.button:focus {
  3190. background-color: #a0b605;
  3191. color: #FFFFFF;
  3192. text-shadow: none;
  3193. }
  3194. .ui.olive.buttons .button:active,
  3195. .ui.olive.button:active {
  3196. background-color: #8d9e13;
  3197. color: #FFFFFF;
  3198. text-shadow: none;
  3199. }
  3200. .ui.olive.buttons .active.button,
  3201. .ui.olive.buttons .active.button:active,
  3202. .ui.olive.active.button,
  3203. .ui.olive.button .active.button:active {
  3204. background-color: #aac109;
  3205. color: #FFFFFF;
  3206. text-shadow: none;
  3207. }
  3208. /* Basic */
  3209. .ui.basic.olive.buttons .button,
  3210. .ui.basic.olive.button {
  3211. box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
  3212. color: #B5CC18 !important;
  3213. }
  3214. .ui.basic.olive.buttons .button:hover,
  3215. .ui.basic.olive.button:hover {
  3216. background: transparent !important;
  3217. box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
  3218. color: #a7bd0d !important;
  3219. }
  3220. .ui.basic.olive.buttons .button:focus,
  3221. .ui.basic.olive.button:focus {
  3222. background: transparent !important;
  3223. box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
  3224. color: #a7bd0d !important;
  3225. }
  3226. .ui.basic.olive.buttons .active.button,
  3227. .ui.basic.olive.active.button {
  3228. background: transparent !important;
  3229. box-shadow: 0px 0px 0px 1px #aac109 inset !important;
  3230. color: #8d9e13 !important;
  3231. }
  3232. .ui.basic.olive.buttons .button:active,
  3233. .ui.basic.olive.button:active {
  3234. box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
  3235. color: #8d9e13 !important;
  3236. }
  3237. .ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
  3238. margin-left: -1px;
  3239. }
  3240. /* Inverted */
  3241. .ui.inverted.olive.buttons .button,
  3242. .ui.inverted.olive.button {
  3243. background-color: transparent;
  3244. box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
  3245. color: #D9E778;
  3246. }
  3247. .ui.inverted.olive.buttons .button:hover,
  3248. .ui.inverted.olive.button:hover,
  3249. .ui.inverted.olive.buttons .button:focus,
  3250. .ui.inverted.olive.button:focus,
  3251. .ui.inverted.olive.buttons .button.active,
  3252. .ui.inverted.olive.button.active,
  3253. .ui.inverted.olive.buttons .button:active,
  3254. .ui.inverted.olive.button:active {
  3255. box-shadow: none !important;
  3256. color: rgba(0, 0, 0, 0.6);
  3257. }
  3258. .ui.inverted.olive.buttons .button:hover,
  3259. .ui.inverted.olive.button:hover {
  3260. background-color: #d8ea5c;
  3261. }
  3262. .ui.inverted.olive.buttons .button:focus,
  3263. .ui.inverted.olive.button:focus {
  3264. background-color: #daef47;
  3265. }
  3266. .ui.inverted.olive.buttons .active.button,
  3267. .ui.inverted.olive.active.button {
  3268. background-color: #daed59;
  3269. }
  3270. .ui.inverted.olive.buttons .button:active,
  3271. .ui.inverted.olive.button:active {
  3272. background-color: #cddf4d;
  3273. }
  3274. /* Inverted Basic */
  3275. .ui.inverted.olive.basic.buttons .button,
  3276. .ui.inverted.olive.buttons .basic.button,
  3277. .ui.inverted.olive.basic.button {
  3278. background-color: transparent;
  3279. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3280. color: #FFFFFF !important;
  3281. }
  3282. .ui.inverted.olive.basic.buttons .button:hover,
  3283. .ui.inverted.olive.buttons .basic.button:hover,
  3284. .ui.inverted.olive.basic.button:hover {
  3285. box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
  3286. color: #D9E778 !important;
  3287. }
  3288. .ui.inverted.olive.basic.buttons .button:focus,
  3289. .ui.inverted.olive.basic.buttons .button:focus,
  3290. .ui.inverted.olive.basic.button:focus {
  3291. box-shadow: 0px 0px 0px 2px #daef47 inset !important;
  3292. color: #D9E778 !important;
  3293. }
  3294. .ui.inverted.olive.basic.buttons .active.button,
  3295. .ui.inverted.olive.buttons .basic.active.button,
  3296. .ui.inverted.olive.basic.active.button {
  3297. box-shadow: 0px 0px 0px 2px #daed59 inset !important;
  3298. color: #D9E778 !important;
  3299. }
  3300. .ui.inverted.olive.basic.buttons .button:active,
  3301. .ui.inverted.olive.buttons .basic.button:active,
  3302. .ui.inverted.olive.basic.button:active {
  3303. box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
  3304. color: #D9E778 !important;
  3305. }
  3306. /*--- Yellow ---*/
  3307. .ui.yellow.buttons .button,
  3308. .ui.yellow.button {
  3309. background-color: #FBBD08;
  3310. color: #FFFFFF;
  3311. text-shadow: none;
  3312. background-image: none;
  3313. }
  3314. .ui.yellow.button {
  3315. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3316. }
  3317. .ui.yellow.buttons .button:hover,
  3318. .ui.yellow.button:hover {
  3319. background-color: #eaae00;
  3320. color: #FFFFFF;
  3321. text-shadow: none;
  3322. }
  3323. .ui.yellow.buttons .button:focus,
  3324. .ui.yellow.button:focus {
  3325. background-color: #daa300;
  3326. color: #FFFFFF;
  3327. text-shadow: none;
  3328. }
  3329. .ui.yellow.buttons .button:active,
  3330. .ui.yellow.button:active {
  3331. background-color: #cd9903;
  3332. color: #FFFFFF;
  3333. text-shadow: none;
  3334. }
  3335. .ui.yellow.buttons .active.button,
  3336. .ui.yellow.buttons .active.button:active,
  3337. .ui.yellow.active.button,
  3338. .ui.yellow.button .active.button:active {
  3339. background-color: #eaae00;
  3340. color: #FFFFFF;
  3341. text-shadow: none;
  3342. }
  3343. /* Basic */
  3344. .ui.basic.yellow.buttons .button,
  3345. .ui.basic.yellow.button {
  3346. box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
  3347. color: #FBBD08 !important;
  3348. }
  3349. .ui.basic.yellow.buttons .button:hover,
  3350. .ui.basic.yellow.button:hover {
  3351. background: transparent !important;
  3352. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3353. color: #eaae00 !important;
  3354. }
  3355. .ui.basic.yellow.buttons .button:focus,
  3356. .ui.basic.yellow.button:focus {
  3357. background: transparent !important;
  3358. box-shadow: 0px 0px 0px 1px #daa300 inset !important;
  3359. color: #eaae00 !important;
  3360. }
  3361. .ui.basic.yellow.buttons .active.button,
  3362. .ui.basic.yellow.active.button {
  3363. background: transparent !important;
  3364. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3365. color: #cd9903 !important;
  3366. }
  3367. .ui.basic.yellow.buttons .button:active,
  3368. .ui.basic.yellow.button:active {
  3369. box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
  3370. color: #cd9903 !important;
  3371. }
  3372. .ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
  3373. margin-left: -1px;
  3374. }
  3375. /* Inverted */
  3376. .ui.inverted.yellow.buttons .button,
  3377. .ui.inverted.yellow.button {
  3378. background-color: transparent;
  3379. box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
  3380. color: #FFE21F;
  3381. }
  3382. .ui.inverted.yellow.buttons .button:hover,
  3383. .ui.inverted.yellow.button:hover,
  3384. .ui.inverted.yellow.buttons .button:focus,
  3385. .ui.inverted.yellow.button:focus,
  3386. .ui.inverted.yellow.buttons .button.active,
  3387. .ui.inverted.yellow.button.active,
  3388. .ui.inverted.yellow.buttons .button:active,
  3389. .ui.inverted.yellow.button:active {
  3390. box-shadow: none !important;
  3391. color: rgba(0, 0, 0, 0.6);
  3392. }
  3393. .ui.inverted.yellow.buttons .button:hover,
  3394. .ui.inverted.yellow.button:hover {
  3395. background-color: #ffdf05;
  3396. }
  3397. .ui.inverted.yellow.buttons .button:focus,
  3398. .ui.inverted.yellow.button:focus {
  3399. background-color: #f5d500;
  3400. }
  3401. .ui.inverted.yellow.buttons .active.button,
  3402. .ui.inverted.yellow.active.button {
  3403. background-color: #ffdf05;
  3404. }
  3405. .ui.inverted.yellow.buttons .button:active,
  3406. .ui.inverted.yellow.button:active {
  3407. background-color: #ebcd00;
  3408. }
  3409. /* Inverted Basic */
  3410. .ui.inverted.yellow.basic.buttons .button,
  3411. .ui.inverted.yellow.buttons .basic.button,
  3412. .ui.inverted.yellow.basic.button {
  3413. background-color: transparent;
  3414. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3415. color: #FFFFFF !important;
  3416. }
  3417. .ui.inverted.yellow.basic.buttons .button:hover,
  3418. .ui.inverted.yellow.buttons .basic.button:hover,
  3419. .ui.inverted.yellow.basic.button:hover {
  3420. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3421. color: #FFE21F !important;
  3422. }
  3423. .ui.inverted.yellow.basic.buttons .button:focus,
  3424. .ui.inverted.yellow.basic.buttons .button:focus,
  3425. .ui.inverted.yellow.basic.button:focus {
  3426. box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
  3427. color: #FFE21F !important;
  3428. }
  3429. .ui.inverted.yellow.basic.buttons .active.button,
  3430. .ui.inverted.yellow.buttons .basic.active.button,
  3431. .ui.inverted.yellow.basic.active.button {
  3432. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3433. color: #FFE21F !important;
  3434. }
  3435. .ui.inverted.yellow.basic.buttons .button:active,
  3436. .ui.inverted.yellow.buttons .basic.button:active,
  3437. .ui.inverted.yellow.basic.button:active {
  3438. box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
  3439. color: #FFE21F !important;
  3440. }
  3441. /*-------------------
  3442. Primary
  3443. --------------------*/
  3444. .ui.primary.buttons .button,
  3445. .ui.primary.button {
  3446. background-color: #2185D0;
  3447. color: #FFFFFF;
  3448. text-shadow: none;
  3449. background-image: none;
  3450. }
  3451. .ui.primary.button {
  3452. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3453. }
  3454. .ui.primary.buttons .button:hover,
  3455. .ui.primary.button:hover {
  3456. background-color: #1678c2;
  3457. color: #FFFFFF;
  3458. text-shadow: none;
  3459. }
  3460. .ui.primary.buttons .button:focus,
  3461. .ui.primary.button:focus {
  3462. background-color: #0d71bb;
  3463. color: #FFFFFF;
  3464. text-shadow: none;
  3465. }
  3466. .ui.primary.buttons .button:active,
  3467. .ui.primary.button:active {
  3468. background-color: #1a69a4;
  3469. color: #FFFFFF;
  3470. text-shadow: none;
  3471. }
  3472. .ui.primary.buttons .active.button,
  3473. .ui.primary.active.button {
  3474. background-color: #1279c6;
  3475. color: #FFFFFF;
  3476. text-shadow: none;
  3477. }
  3478. /*-------------------
  3479. Secondary
  3480. --------------------*/
  3481. .ui.secondary.buttons .button,
  3482. .ui.secondary.button {
  3483. background-color: #1B1C1D;
  3484. color: #FFFFFF;
  3485. text-shadow: none;
  3486. background-image: none;
  3487. }
  3488. .ui.secondary.button {
  3489. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3490. }
  3491. .ui.secondary.buttons .button:hover,
  3492. .ui.secondary.button:hover {
  3493. background-color: #27292a;
  3494. color: #FFFFFF;
  3495. text-shadow: none;
  3496. }
  3497. .ui.secondary.buttons .button:focus,
  3498. .ui.secondary.button:focus {
  3499. background-color: #2e3032;
  3500. color: #FFFFFF;
  3501. text-shadow: none;
  3502. }
  3503. .ui.secondary.buttons .button:active,
  3504. .ui.secondary.button:active {
  3505. background-color: #343637;
  3506. color: #FFFFFF;
  3507. text-shadow: none;
  3508. }
  3509. .ui.secondary.buttons .active.button,
  3510. .ui.secondary.active.button {
  3511. background-color: #27292a;
  3512. color: #FFFFFF;
  3513. text-shadow: none;
  3514. }
  3515. /*---------------
  3516. Positive
  3517. ----------------*/
  3518. .ui.positive.buttons .button,
  3519. .ui.positive.button {
  3520. background-color: #21BA45 !important;
  3521. color: #FFFFFF;
  3522. text-shadow: none;
  3523. background-image: none;
  3524. }
  3525. .ui.positive.button {
  3526. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3527. }
  3528. .ui.positive.buttons .button:hover,
  3529. .ui.positive.button:hover {
  3530. background-color: #16ab39 !important;
  3531. color: #FFFFFF;
  3532. text-shadow: none;
  3533. }
  3534. .ui.positive.buttons .button:focus,
  3535. .ui.positive.button:focus {
  3536. background-color: #0ea432 !important;
  3537. color: #FFFFFF;
  3538. text-shadow: none;
  3539. }
  3540. .ui.positive.buttons .button:active,
  3541. .ui.positive.button:active {
  3542. background-color: #198f35 !important;
  3543. color: #FFFFFF;
  3544. text-shadow: none;
  3545. }
  3546. .ui.positive.buttons .active.button,
  3547. .ui.positive.active.button,
  3548. .ui.positive.buttons .active.button:active {
  3549. background-color: #13ae38;
  3550. color: #FFFFFF;
  3551. text-shadow: none;
  3552. }
  3553. /*---------------
  3554. Negative
  3555. ----------------*/
  3556. .ui.negative.buttons .button,
  3557. .ui.negative.button {
  3558. background-color: #DB2828 !important;
  3559. color: #FFFFFF;
  3560. text-shadow: none;
  3561. background-image: none;
  3562. }
  3563. .ui.negative.button {
  3564. box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3565. }
  3566. .ui.negative.buttons .button:hover,
  3567. .ui.negative.button:hover {
  3568. background-color: #d01919 !important;
  3569. color: #FFFFFF;
  3570. text-shadow: none;
  3571. }
  3572. .ui.negative.buttons .button:focus,
  3573. .ui.negative.button:focus {
  3574. background-color: #ca1010 !important;
  3575. color: #FFFFFF;
  3576. text-shadow: none;
  3577. }
  3578. .ui.negative.buttons .button:active,
  3579. .ui.negative.button:active {
  3580. background-color: #b21e1e !important;
  3581. color: #FFFFFF;
  3582. text-shadow: none;
  3583. }
  3584. .ui.negative.buttons .active.button,
  3585. .ui.negative.active.button,
  3586. .ui.negative.buttons .active.button:active {
  3587. background-color: #d41515;
  3588. color: #FFFFFF;
  3589. text-shadow: none;
  3590. }
  3591. /*******************************
  3592. Groups
  3593. *******************************/
  3594. .ui.buttons {
  3595. display: -webkit-inline-box;
  3596. display: -webkit-inline-flex;
  3597. display: -ms-inline-flexbox;
  3598. display: inline-flex;
  3599. -webkit-box-orient: horizontal;
  3600. -webkit-box-direction: normal;
  3601. -webkit-flex-direction: row;
  3602. -ms-flex-direction: row;
  3603. flex-direction: row;
  3604. font-size: 0em;
  3605. vertical-align: baseline;
  3606. margin: 0em 0.25em 0em 0em;
  3607. }
  3608. .ui.buttons:not(.basic):not(.inverted) {
  3609. box-shadow: none;
  3610. }
  3611. /* Clearfix */
  3612. .ui.buttons:after {
  3613. content: ".";
  3614. display: block;
  3615. height: 0;
  3616. clear: both;
  3617. visibility: hidden;
  3618. }
  3619. /* Standard Group */
  3620. .ui.buttons .button {
  3621. -webkit-box-flex: 1;
  3622. -webkit-flex: 1 0 auto;
  3623. -ms-flex: 1 0 auto;
  3624. flex: 1 0 auto;
  3625. margin: 0em;
  3626. border-radius: 0em;
  3627. margin: 0px 0px 0px 0px;
  3628. }
  3629. .ui.buttons > .ui.button:not(.basic):not(.inverted),
  3630. .ui.buttons:not(.basic):not(.inverted) > .button {
  3631. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  3632. }
  3633. .ui.buttons .button:first-child {
  3634. border-left: none;
  3635. margin-left: 0em;
  3636. border-top-left-radius: 0.28571429rem;
  3637. border-bottom-left-radius: 0.28571429rem;
  3638. }
  3639. .ui.buttons .button:last-child {
  3640. border-top-right-radius: 0.28571429rem;
  3641. border-bottom-right-radius: 0.28571429rem;
  3642. }
  3643. /* Vertical Style */
  3644. .ui.vertical.buttons {
  3645. display: -webkit-inline-box;
  3646. display: -webkit-inline-flex;
  3647. display: -ms-inline-flexbox;
  3648. display: inline-flex;
  3649. -webkit-box-orient: vertical;
  3650. -webkit-box-direction: normal;
  3651. -webkit-flex-direction: column;
  3652. -ms-flex-direction: column;
  3653. flex-direction: column;
  3654. }
  3655. .ui.vertical.buttons .button {
  3656. display: block;
  3657. float: none;
  3658. width: 100%;
  3659. margin: 0px 0px 0px 0px;
  3660. box-shadow: none;
  3661. }
  3662. .ui.vertical.buttons .button:first-child,
  3663. .ui.vertical.buttons .mini.button:first-child,
  3664. .ui.vertical.buttons .tiny.button:first-child,
  3665. .ui.vertical.buttons .small.button:first-child,
  3666. .ui.vertical.buttons .massive.button:first-child,
  3667. .ui.vertical.buttons .huge.button:first-child {
  3668. border-radius: 0.28571429rem 0.28571429rem 0px 0px;
  3669. }
  3670. .ui.vertical.buttons .button:last-child,
  3671. .ui.vertical.buttons .mini.button:last-child,
  3672. .ui.vertical.buttons .tiny.button:last-child,
  3673. .ui.vertical.buttons .small.button:last-child,
  3674. .ui.vertical.buttons .massive.button:last-child,
  3675. .ui.vertical.buttons .huge.button:last-child,
  3676. .ui.vertical.buttons .gigantic.button:last-child {
  3677. margin-bottom: 0px;
  3678. border-radius: 0px 0px 0.28571429rem 0.28571429rem;
  3679. }
  3680. /*******************************
  3681. Theme Overrides
  3682. *******************************/
  3683. /*******************************
  3684. Site Overrides
  3685. *******************************/
  3686. /*!
  3687. * # Semantic UI 2.1.6 - Container
  3688. * http://github.com/semantic-org/semantic-ui/
  3689. *
  3690. *
  3691. * Copyright 2015 Contributors
  3692. * Released under the MIT license
  3693. * http://opensource.org/licenses/MIT
  3694. *
  3695. */
  3696. /*******************************
  3697. Container
  3698. *******************************/
  3699. /* All Sizes */
  3700. .ui.container {
  3701. display: block;
  3702. max-width: 100% !important;
  3703. }
  3704. /* Mobile */
  3705. @media only screen and (max-width: 767px) {
  3706. .ui.container {
  3707. width: auto !important;
  3708. margin-left: 1em !important;
  3709. margin-right: 1em !important;
  3710. }
  3711. .ui.grid.container {
  3712. width: auto !important;
  3713. }
  3714. .ui.relaxed.grid.container {
  3715. width: auto !important;
  3716. }
  3717. .ui.very.relaxed.grid.container {
  3718. width: auto !important;
  3719. }
  3720. }
  3721. /* Tablet */
  3722. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3723. .ui.container {
  3724. width: 723px;
  3725. margin-left: auto !important;
  3726. margin-right: auto !important;
  3727. }
  3728. .ui.grid.container {
  3729. width: calc( 723px + 2rem ) !important;
  3730. }
  3731. .ui.relaxed.grid.container {
  3732. width: calc( 723px + 3rem ) !important;
  3733. }
  3734. .ui.very.relaxed.grid.container {
  3735. width: calc( 723px + 5rem ) !important;
  3736. }
  3737. }
  3738. /* Small Monitor */
  3739. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3740. .ui.container {
  3741. width: 933px;
  3742. margin-left: auto !important;
  3743. margin-right: auto !important;
  3744. }
  3745. .ui.grid.container {
  3746. width: calc( 933px + 2rem ) !important;
  3747. }
  3748. .ui.relaxed.grid.container {
  3749. width: calc( 933px + 3rem ) !important;
  3750. }
  3751. .ui.very.relaxed.grid.container {
  3752. width: calc( 933px + 5rem ) !important;
  3753. }
  3754. }
  3755. /* Large Monitor */
  3756. @media only screen and (min-width: 1200px) {
  3757. .ui.container {
  3758. width: 1127px;
  3759. margin-left: auto !important;
  3760. margin-right: auto !important;
  3761. }
  3762. .ui.grid.container {
  3763. width: calc( 1127px + 2rem ) !important;
  3764. }
  3765. .ui.relaxed.grid.container {
  3766. width: calc( 1127px + 3rem ) !important;
  3767. }
  3768. .ui.very.relaxed.grid.container {
  3769. width: calc( 1127px + 5rem ) !important;
  3770. }
  3771. }
  3772. /*******************************
  3773. Types
  3774. *******************************/
  3775. /* Text Container */
  3776. .ui.text.container {
  3777. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  3778. max-width: 700px !important;
  3779. line-height: 1.5;
  3780. }
  3781. .ui.text.container {
  3782. font-size: 1.14285714rem;
  3783. }
  3784. /* Fluid */
  3785. .ui.fluid.container {
  3786. width: 100%;
  3787. }
  3788. /*******************************
  3789. Variations
  3790. *******************************/
  3791. .ui[class*="left aligned"].container {
  3792. text-align: left;
  3793. }
  3794. .ui[class*="center aligned"].container {
  3795. text-align: center;
  3796. }
  3797. .ui[class*="right aligned"].container {
  3798. text-align: right;
  3799. }
  3800. .ui.justified.container {
  3801. text-align: justify;
  3802. -webkit-hyphens: auto;
  3803. -moz-hyphens: auto;
  3804. -ms-hyphens: auto;
  3805. hyphens: auto;
  3806. }
  3807. /*******************************
  3808. Theme Overrides
  3809. *******************************/
  3810. /*******************************
  3811. Site Overrides
  3812. *******************************/
  3813. /*!
  3814. * # Semantic UI 2.1.6 - Divider
  3815. * http://github.com/semantic-org/semantic-ui/
  3816. *
  3817. *
  3818. * Copyright 2015 Contributors
  3819. * Released under the MIT license
  3820. * http://opensource.org/licenses/MIT
  3821. *
  3822. */
  3823. /*******************************
  3824. Divider
  3825. *******************************/
  3826. .ui.divider {
  3827. margin: 1rem 0rem;
  3828. line-height: 1;
  3829. height: 0em;
  3830. font-weight: bold;
  3831. text-transform: uppercase;
  3832. letter-spacing: 0.05em;
  3833. color: rgba(0, 0, 0, 0.85);
  3834. -webkit-user-select: none;
  3835. -moz-user-select: none;
  3836. -ms-user-select: none;
  3837. user-select: none;
  3838. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  3839. }
  3840. /*--------------
  3841. Basic
  3842. ---------------*/
  3843. .ui.divider:not(.vertical):not(.horizontal) {
  3844. border-top: 1px solid rgba(34, 36, 38, 0.15);
  3845. border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3846. }
  3847. /*--------------
  3848. Coupling
  3849. ---------------*/
  3850. /* Allow divider between each column row */
  3851. .ui.grid > .column + .divider,
  3852. .ui.grid > .row > .column + .divider {
  3853. left: auto;
  3854. }
  3855. /*--------------
  3856. Horizontal
  3857. ---------------*/
  3858. .ui.horizontal.divider {
  3859. display: table;
  3860. white-space: nowrap;
  3861. height: auto;
  3862. margin: '';
  3863. overflow: hidden;
  3864. line-height: 1;
  3865. text-align: center;
  3866. }
  3867. .ui.horizontal.divider:before,
  3868. .ui.horizontal.divider:after {
  3869. content: '';
  3870. display: table-cell;
  3871. position: relative;
  3872. top: 50%;
  3873. width: 50%;
  3874. background-repeat: no-repeat;
  3875. }
  3876. .ui.horizontal.divider:before {
  3877. background-position: right 1em top 50%;
  3878. }
  3879. .ui.horizontal.divider:after {
  3880. background-position: left 1em top 50%;
  3881. }
  3882. /*--------------
  3883. Vertical
  3884. ---------------*/
  3885. .ui.vertical.divider {
  3886. position: absolute;
  3887. z-index: 2;
  3888. top: 50%;
  3889. left: 50%;
  3890. margin: 0rem;
  3891. padding: 0em;
  3892. width: auto;
  3893. height: 50%;
  3894. line-height: 0em;
  3895. text-align: center;
  3896. -webkit-transform: translateX(-50%);
  3897. -ms-transform: translateX(-50%);
  3898. transform: translateX(-50%);
  3899. }
  3900. .ui.vertical.divider:before,
  3901. .ui.vertical.divider:after {
  3902. position: absolute;
  3903. left: 50%;
  3904. content: '';
  3905. z-index: 3;
  3906. border-left: 1px solid rgba(34, 36, 38, 0.15);
  3907. border-right: 1px solid rgba(255, 255, 255, 0.1);
  3908. width: 0%;
  3909. height: calc(100% - 1rem );
  3910. }
  3911. .ui.vertical.divider:before {
  3912. top: -100%;
  3913. }
  3914. .ui.vertical.divider:after {
  3915. top: auto;
  3916. bottom: 0px;
  3917. }
  3918. /* Inside grid */
  3919. @media only screen and (max-width: 767px) {
  3920. .ui.stackable.grid .ui.vertical.divider,
  3921. .ui.grid .stackable.row .ui.vertical.divider {
  3922. display: table;
  3923. white-space: nowrap;
  3924. height: auto;
  3925. margin: '';
  3926. overflow: hidden;
  3927. line-height: 1;
  3928. text-align: center;
  3929. position: static;
  3930. top: 0;
  3931. left: 0;
  3932. -webkit-transform: none;
  3933. -ms-transform: none;
  3934. transform: none;
  3935. }
  3936. .ui.stackable.grid .ui.vertical.divider:before,
  3937. .ui.grid .stackable.row .ui.vertical.divider:before,
  3938. .ui.stackable.grid .ui.vertical.divider:after,
  3939. .ui.grid .stackable.row .ui.vertical.divider:after {
  3940. position: static;
  3941. left: 0;
  3942. border-left: none;
  3943. border-right: none;
  3944. content: '';
  3945. display: table-cell;
  3946. position: relative;
  3947. top: 50%;
  3948. width: 50%;
  3949. background-repeat: no-repeat;
  3950. }
  3951. .ui.stackable.grid .ui.vertical.divider:before,
  3952. .ui.grid .stackable.row .ui.vertical.divider:before {
  3953. background-position: right 1em top 50%;
  3954. }
  3955. .ui.stackable.grid .ui.vertical.divider:after,
  3956. .ui.grid .stackable.row .ui.vertical.divider:after {
  3957. background-position: left 1em top 50%;
  3958. }
  3959. }
  3960. /*--------------
  3961. Icon
  3962. ---------------*/
  3963. .ui.divider > .icon {
  3964. margin: 0rem;
  3965. font-size: 1rem;
  3966. height: 1em;
  3967. vertical-align: middle;
  3968. }
  3969. /*******************************
  3970. Variations
  3971. *******************************/
  3972. /*--------------
  3973. Hidden
  3974. ---------------*/
  3975. .ui.hidden.divider {
  3976. border-color: transparent !important;
  3977. }
  3978. .ui.hidden.divider:before,
  3979. .ui.hidden.divider:after {
  3980. display: none;
  3981. }
  3982. /*--------------
  3983. Inverted
  3984. ---------------*/
  3985. .ui.divider.inverted,
  3986. .ui.vertical.inverted.divider,
  3987. .ui.horizontal.inverted.divider {
  3988. color: #FFFFFF;
  3989. }
  3990. .ui.divider.inverted,
  3991. .ui.divider.inverted:after,
  3992. .ui.divider.inverted:before {
  3993. border-top-color: rgba(34, 36, 38, 0.15) !important;
  3994. border-left-color: rgba(34, 36, 38, 0.15) !important;
  3995. border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  3996. border-right-color: rgba(255, 255, 255, 0.15) !important;
  3997. }
  3998. /*--------------
  3999. Fitted
  4000. ---------------*/
  4001. .ui.fitted.divider {
  4002. margin: 0em;
  4003. }
  4004. /*--------------
  4005. Clearing
  4006. ---------------*/
  4007. .ui.clearing.divider {
  4008. clear: both;
  4009. }
  4010. /*--------------
  4011. Section
  4012. ---------------*/
  4013. .ui.section.divider {
  4014. margin-top: 2rem;
  4015. margin-bottom: 2rem;
  4016. }
  4017. /*--------------
  4018. Sizes
  4019. ---------------*/
  4020. .ui.divider {
  4021. font-size: 1rem;
  4022. }
  4023. /*******************************
  4024. Theme Overrides
  4025. *******************************/
  4026. .ui.horizontal.divider:before,
  4027. .ui.horizontal.divider:after {
  4028. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
  4029. }
  4030. @media only screen and (max-width: 767px) {
  4031. .ui.stackable.grid .ui.vertical.divider:before,
  4032. .ui.grid .stackable.row .ui.vertical.divider:before,
  4033. .ui.stackable.grid .ui.vertical.divider:after,
  4034. .ui.grid .stackable.row .ui.vertical.divider:after {
  4035. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
  4036. }
  4037. }
  4038. /*******************************
  4039. Site Overrides
  4040. *******************************/
  4041. /*!
  4042. * # Semantic UI 2.1.6 - Flag
  4043. * http://github.com/semantic-org/semantic-ui/
  4044. *
  4045. *
  4046. * Copyright 2015 Contributors
  4047. * Released under the MIT license
  4048. * http://opensource.org/licenses/MIT
  4049. *
  4050. */
  4051. /*******************************
  4052. Flag
  4053. *******************************/
  4054. i.flag:not(.icon) {
  4055. display: inline-block;
  4056. width: 16px;
  4057. height: 11px;
  4058. line-height: 11px;
  4059. vertical-align: baseline;
  4060. margin: 0em 0.5em 0em 0em;
  4061. text-decoration: inherit;
  4062. speak: none;
  4063. font-smoothing: antialiased;
  4064. -webkit-backface-visibility: hidden;
  4065. backface-visibility: hidden;
  4066. }
  4067. /* Sprite */
  4068. i.flag:not(.icon):before {
  4069. display: inline-block;
  4070. content: '';
  4071. background: url("themes/default/assets/images/flags.png") no-repeat 0px 0px;
  4072. width: 16px;
  4073. height: 11px;
  4074. }
  4075. /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
  4076. /*******************************
  4077. Theme Overrides
  4078. *******************************/
  4079. i.flag.ad:before,
  4080. i.flag.andorra:before {
  4081. background-position: 0px 0px;
  4082. }
  4083. i.flag.ae:before,
  4084. i.flag.united.arab.emirates:before,
  4085. i.flag.uae:before {
  4086. background-position: 0px -26px;
  4087. }
  4088. i.flag.af:before,
  4089. i.flag.afghanistan:before {
  4090. background-position: 0px -52px;
  4091. }
  4092. i.flag.ag:before,
  4093. i.flag.antigua:before {
  4094. background-position: 0px -78px;
  4095. }
  4096. i.flag.ai:before,
  4097. i.flag.anguilla:before {
  4098. background-position: 0px -104px;
  4099. }
  4100. i.flag.al:before,
  4101. i.flag.albania:before {
  4102. background-position: 0px -130px;
  4103. }
  4104. i.flag.am:before,
  4105. i.flag.armenia:before {
  4106. background-position: 0px -156px;
  4107. }
  4108. i.flag.an:before,
  4109. i.flag.netherlands.antilles:before {
  4110. background-position: 0px -182px;
  4111. }
  4112. i.flag.ao:before,
  4113. i.flag.angola:before {
  4114. background-position: 0px -208px;
  4115. }
  4116. i.flag.ar:before,
  4117. i.flag.argentina:before {
  4118. background-position: 0px -234px;
  4119. }
  4120. i.flag.as:before,
  4121. i.flag.american.samoa:before {
  4122. background-position: 0px -260px;
  4123. }
  4124. i.flag.at:before,
  4125. i.flag.austria:before {
  4126. background-position: 0px -286px;
  4127. }
  4128. i.flag.au:before,
  4129. i.flag.australia:before {
  4130. background-position: 0px -312px;
  4131. }
  4132. i.flag.aw:before,
  4133. i.flag.aruba:before {
  4134. background-position: 0px -338px;
  4135. }
  4136. i.flag.ax:before,
  4137. i.flag.aland.islands:before {
  4138. background-position: 0px -364px;
  4139. }
  4140. i.flag.az:before,
  4141. i.flag.azerbaijan:before {
  4142. background-position: 0px -390px;
  4143. }
  4144. i.flag.ba:before,
  4145. i.flag.bosnia:before {
  4146. background-position: 0px -416px;
  4147. }
  4148. i.flag.bb:before,
  4149. i.flag.barbados:before {
  4150. background-position: 0px -442px;
  4151. }
  4152. i.flag.bd:before,
  4153. i.flag.bangladesh:before {
  4154. background-position: 0px -468px;
  4155. }
  4156. i.flag.be:before,
  4157. i.flag.belgium:before {
  4158. background-position: 0px -494px;
  4159. }
  4160. i.flag.bf:before,
  4161. i.flag.burkina.faso:before {
  4162. background-position: 0px -520px;
  4163. }
  4164. i.flag.bg:before,
  4165. i.flag.bulgaria:before {
  4166. background-position: 0px -546px;
  4167. }
  4168. i.flag.bh:before,
  4169. i.flag.bahrain:before {
  4170. background-position: 0px -572px;
  4171. }
  4172. i.flag.bi:before,
  4173. i.flag.burundi:before {
  4174. background-position: 0px -598px;
  4175. }
  4176. i.flag.bj:before,
  4177. i.flag.benin:before {
  4178. background-position: 0px -624px;
  4179. }
  4180. i.flag.bm:before,
  4181. i.flag.bermuda:before {
  4182. background-position: 0px -650px;
  4183. }
  4184. i.flag.bn:before,
  4185. i.flag.brunei:before {
  4186. background-position: 0px -676px;
  4187. }
  4188. i.flag.bo:before,
  4189. i.flag.bolivia:before {
  4190. background-position: 0px -702px;
  4191. }
  4192. i.flag.br:before,
  4193. i.flag.brazil:before {
  4194. background-position: 0px -728px;
  4195. }
  4196. i.flag.bs:before,
  4197. i.flag.bahamas:before {
  4198. background-position: 0px -754px;
  4199. }
  4200. i.flag.bt:before,
  4201. i.flag.bhutan:before {
  4202. background-position: 0px -780px;
  4203. }
  4204. i.flag.bv:before,
  4205. i.flag.bouvet.island:before {
  4206. background-position: 0px -806px;
  4207. }
  4208. i.flag.bw:before,
  4209. i.flag.botswana:before {
  4210. background-position: 0px -832px;
  4211. }
  4212. i.flag.by:before,
  4213. i.flag.belarus:before {
  4214. background-position: 0px -858px;
  4215. }
  4216. i.flag.bz:before,
  4217. i.flag.belize:before {
  4218. background-position: 0px -884px;
  4219. }
  4220. i.flag.ca:before,
  4221. i.flag.canada:before {
  4222. background-position: 0px -910px;
  4223. }
  4224. i.flag.cc:before,
  4225. i.flag.cocos.islands:before {
  4226. background-position: 0px -962px;
  4227. }
  4228. i.flag.cd:before,
  4229. i.flag.congo:before {
  4230. background-position: 0px -988px;
  4231. }
  4232. i.flag.cf:before,
  4233. i.flag.central.african.republic:before {
  4234. background-position: 0px -1014px;
  4235. }
  4236. i.flag.cg:before,
  4237. i.flag.congo.brazzaville:before {
  4238. background-position: 0px -1040px;
  4239. }
  4240. i.flag.ch:before,
  4241. i.flag.switzerland:before {
  4242. background-position: 0px -1066px;
  4243. }
  4244. i.flag.ci:before,
  4245. i.flag.cote.divoire:before {
  4246. background-position: 0px -1092px;
  4247. }
  4248. i.flag.ck:before,
  4249. i.flag.cook.islands:before {
  4250. background-position: 0px -1118px;
  4251. }
  4252. i.flag.cl:before,
  4253. i.flag.chile:before {
  4254. background-position: 0px -1144px;
  4255. }
  4256. i.flag.cm:before,
  4257. i.flag.cameroon:before {
  4258. background-position: 0px -1170px;
  4259. }
  4260. i.flag.cn:before,
  4261. i.flag.china:before {
  4262. background-position: 0px -1196px;
  4263. }
  4264. i.flag.co:before,
  4265. i.flag.colombia:before {
  4266. background-position: 0px -1222px;
  4267. }
  4268. i.flag.cr:before,
  4269. i.flag.costa.rica:before {
  4270. background-position: 0px -1248px;
  4271. }
  4272. i.flag.cs:before,
  4273. i.flag.serbia:before {
  4274. background-position: 0px -1274px;
  4275. }
  4276. i.flag.cu:before,
  4277. i.flag.cuba:before {
  4278. background-position: 0px -1300px;
  4279. }
  4280. i.flag.cv:before,
  4281. i.flag.cape.verde:before {
  4282. background-position: 0px -1326px;
  4283. }
  4284. i.flag.cx:before,
  4285. i.flag.christmas.island:before {
  4286. background-position: 0px -1352px;
  4287. }
  4288. i.flag.cy:before,
  4289. i.flag.cyprus:before {
  4290. background-position: 0px -1378px;
  4291. }
  4292. i.flag.cz:before,
  4293. i.flag.czech.republic:before {
  4294. background-position: 0px -1404px;
  4295. }
  4296. i.flag.de:before,
  4297. i.flag.germany:before {
  4298. background-position: 0px -1430px;
  4299. }
  4300. i.flag.dj:before,
  4301. i.flag.djibouti:before {
  4302. background-position: 0px -1456px;
  4303. }
  4304. i.flag.dk:before,
  4305. i.flag.denmark:before {
  4306. background-position: 0px -1482px;
  4307. }
  4308. i.flag.dm:before,
  4309. i.flag.dominica:before {
  4310. background-position: 0px -1508px;
  4311. }
  4312. i.flag.do:before,
  4313. i.flag.dominican.republic:before {
  4314. background-position: 0px -1534px;
  4315. }
  4316. i.flag.dz:before,
  4317. i.flag.algeria:before {
  4318. background-position: 0px -1560px;
  4319. }
  4320. i.flag.ec:before,
  4321. i.flag.ecuador:before {
  4322. background-position: 0px -1586px;
  4323. }
  4324. i.flag.ee:before,
  4325. i.flag.estonia:before {
  4326. background-position: 0px -1612px;
  4327. }
  4328. i.flag.eg:before,
  4329. i.flag.egypt:before {
  4330. background-position: 0px -1638px;
  4331. }
  4332. i.flag.eh:before,
  4333. i.flag.western.sahara:before {
  4334. background-position: 0px -1664px;
  4335. }
  4336. i.flag.er:before,
  4337. i.flag.eritrea:before {
  4338. background-position: 0px -1716px;
  4339. }
  4340. i.flag.es:before,
  4341. i.flag.spain:before {
  4342. background-position: 0px -1742px;
  4343. }
  4344. i.flag.et:before,
  4345. i.flag.ethiopia:before {
  4346. background-position: 0px -1768px;
  4347. }
  4348. i.flag.eu:before,
  4349. i.flag.european.union:before {
  4350. background-position: 0px -1794px;
  4351. }
  4352. i.flag.fi:before,
  4353. i.flag.finland:before {
  4354. background-position: 0px -1846px;
  4355. }
  4356. i.flag.fj:before,
  4357. i.flag.fiji:before {
  4358. background-position: 0px -1872px;
  4359. }
  4360. i.flag.fk:before,
  4361. i.flag.falkland.islands:before {
  4362. background-position: 0px -1898px;
  4363. }
  4364. i.flag.fm:before,
  4365. i.flag.micronesia:before {
  4366. background-position: 0px -1924px;
  4367. }
  4368. i.flag.fo:before,
  4369. i.flag.faroe.islands:before {
  4370. background-position: 0px -1950px;
  4371. }
  4372. i.flag.fr:before,
  4373. i.flag.france:before {
  4374. background-position: 0px -1976px;
  4375. }
  4376. i.flag.ga:before,
  4377. i.flag.gabon:before {
  4378. background-position: -36px 0px;
  4379. }
  4380. i.flag.gb:before,
  4381. i.flag.united.kingdom:before {
  4382. background-position: -36px -26px;
  4383. }
  4384. i.flag.gd:before,
  4385. i.flag.grenada:before {
  4386. background-position: -36px -52px;
  4387. }
  4388. i.flag.ge:before,
  4389. i.flag.georgia:before {
  4390. background-position: -36px -78px;
  4391. }
  4392. i.flag.gf:before,
  4393. i.flag.french.guiana:before {
  4394. background-position: -36px -104px;
  4395. }
  4396. i.flag.gh:before,
  4397. i.flag.ghana:before {
  4398. background-position: -36px -130px;
  4399. }
  4400. i.flag.gi:before,
  4401. i.flag.gibraltar:before {
  4402. background-position: -36px -156px;
  4403. }
  4404. i.flag.gl:before,
  4405. i.flag.greenland:before {
  4406. background-position: -36px -182px;
  4407. }
  4408. i.flag.gm:before,
  4409. i.flag.gambia:before {
  4410. background-position: -36px -208px;
  4411. }
  4412. i.flag.gn:before,
  4413. i.flag.guinea:before {
  4414. background-position: -36px -234px;
  4415. }
  4416. i.flag.gp:before,
  4417. i.flag.guadeloupe:before {
  4418. background-position: -36px -260px;
  4419. }
  4420. i.flag.gq:before,
  4421. i.flag.equatorial.guinea:before {
  4422. background-position: -36px -286px;
  4423. }
  4424. i.flag.gr:before,
  4425. i.flag.greece:before {
  4426. background-position: -36px -312px;
  4427. }
  4428. i.flag.gs:before,
  4429. i.flag.sandwich.islands:before {
  4430. background-position: -36px -338px;
  4431. }
  4432. i.flag.gt:before,
  4433. i.flag.guatemala:before {
  4434. background-position: -36px -364px;
  4435. }
  4436. i.flag.gu:before,
  4437. i.flag.guam:before {
  4438. background-position: -36px -390px;
  4439. }
  4440. i.flag.gw:before,
  4441. i.flag.guinea-bissau:before {
  4442. background-position: -36px -416px;
  4443. }
  4444. i.flag.gy:before,
  4445. i.flag.guyana:before {
  4446. background-position: -36px -442px;
  4447. }
  4448. i.flag.hk:before,
  4449. i.flag.hong.kong:before {
  4450. background-position: -36px -468px;
  4451. }
  4452. i.flag.hm:before,
  4453. i.flag.heard.island:before {
  4454. background-position: -36px -494px;
  4455. }
  4456. i.flag.hn:before,
  4457. i.flag.honduras:before {
  4458. background-position: -36px -520px;
  4459. }
  4460. i.flag.hr:before,
  4461. i.flag.croatia:before {
  4462. background-position: -36px -546px;
  4463. }
  4464. i.flag.ht:before,
  4465. i.flag.haiti:before {
  4466. background-position: -36px -572px;
  4467. }
  4468. i.flag.hu:before,
  4469. i.flag.hungary:before {
  4470. background-position: -36px -598px;
  4471. }
  4472. i.flag.id:before,
  4473. i.flag.indonesia:before {
  4474. background-position: -36px -624px;
  4475. }
  4476. i.flag.ie:before,
  4477. i.flag.ireland:before {
  4478. background-position: -36px -650px;
  4479. }
  4480. i.flag.il:before,
  4481. i.flag.israel:before {
  4482. background-position: -36px -676px;
  4483. }
  4484. i.flag.in:before,
  4485. i.flag.india:before {
  4486. background-position: -36px -702px;
  4487. }
  4488. i.flag.io:before,
  4489. i.flag.indian.ocean.territory:before {
  4490. background-position: -36px -728px;
  4491. }
  4492. i.flag.iq:before,
  4493. i.flag.iraq:before {
  4494. background-position: -36px -754px;
  4495. }
  4496. i.flag.ir:before,
  4497. i.flag.iran:before {
  4498. background-position: -36px -780px;
  4499. }
  4500. i.flag.is:before,
  4501. i.flag.iceland:before {
  4502. background-position: -36px -806px;
  4503. }
  4504. i.flag.it:before,
  4505. i.flag.italy:before {
  4506. background-position: -36px -832px;
  4507. }
  4508. i.flag.jm:before,
  4509. i.flag.jamaica:before {
  4510. background-position: -36px -858px;
  4511. }
  4512. i.flag.jo:before,
  4513. i.flag.jordan:before {
  4514. background-position: -36px -884px;
  4515. }
  4516. i.flag.jp:before,
  4517. i.flag.japan:before {
  4518. background-position: -36px -910px;
  4519. }
  4520. i.flag.ke:before,
  4521. i.flag.kenya:before {
  4522. background-position: -36px -936px;
  4523. }
  4524. i.flag.kg:before,
  4525. i.flag.kyrgyzstan:before {
  4526. background-position: -36px -962px;
  4527. }
  4528. i.flag.kh:before,
  4529. i.flag.cambodia:before {
  4530. background-position: -36px -988px;
  4531. }
  4532. i.flag.ki:before,
  4533. i.flag.kiribati:before {
  4534. background-position: -36px -1014px;
  4535. }
  4536. i.flag.km:before,
  4537. i.flag.comoros:before {
  4538. background-position: -36px -1040px;
  4539. }
  4540. i.flag.kn:before,
  4541. i.flag.saint.kitts.and.nevis:before {
  4542. background-position: -36px -1066px;
  4543. }
  4544. i.flag.kp:before,
  4545. i.flag.north.korea:before {
  4546. background-position: -36px -1092px;
  4547. }
  4548. i.flag.kr:before,
  4549. i.flag.south.korea:before {
  4550. background-position: -36px -1118px;
  4551. }
  4552. i.flag.kw:before,
  4553. i.flag.kuwait:before {
  4554. background-position: -36px -1144px;
  4555. }
  4556. i.flag.ky:before,
  4557. i.flag.cayman.islands:before {
  4558. background-position: -36px -1170px;
  4559. }
  4560. i.flag.kz:before,
  4561. i.flag.kazakhstan:before {
  4562. background-position: -36px -1196px;
  4563. }
  4564. i.flag.la:before,
  4565. i.flag.laos:before {
  4566. background-position: -36px -1222px;
  4567. }
  4568. i.flag.lb:before,
  4569. i.flag.lebanon:before {
  4570. background-position: -36px -1248px;
  4571. }
  4572. i.flag.lc:before,
  4573. i.flag.saint.lucia:before {
  4574. background-position: -36px -1274px;
  4575. }
  4576. i.flag.li:before,
  4577. i.flag.liechtenstein:before {
  4578. background-position: -36px -1300px;
  4579. }
  4580. i.flag.lk:before,
  4581. i.flag.sri.lanka:before {
  4582. background-position: -36px -1326px;
  4583. }
  4584. i.flag.lr:before,
  4585. i.flag.liberia:before {
  4586. background-position: -36px -1352px;
  4587. }
  4588. i.flag.ls:before,
  4589. i.flag.lesotho:before {
  4590. background-position: -36px -1378px;
  4591. }
  4592. i.flag.lt:before,
  4593. i.flag.lithuania:before {
  4594. background-position: -36px -1404px;
  4595. }
  4596. i.flag.lu:before,
  4597. i.flag.luxembourg:before {
  4598. background-position: -36px -1430px;
  4599. }
  4600. i.flag.lv:before,
  4601. i.flag.latvia:before {
  4602. background-position: -36px -1456px;
  4603. }
  4604. i.flag.ly:before,
  4605. i.flag.libya:before {
  4606. background-position: -36px -1482px;
  4607. }
  4608. i.flag.ma:before,
  4609. i.flag.morocco:before {
  4610. background-position: -36px -1508px;
  4611. }
  4612. i.flag.mc:before,
  4613. i.flag.monaco:before {
  4614. background-position: -36px -1534px;
  4615. }
  4616. i.flag.md:before,
  4617. i.flag.moldova:before {
  4618. background-position: -36px -1560px;
  4619. }
  4620. i.flag.me:before,
  4621. i.flag.montenegro:before {
  4622. background-position: -36px -1586px;
  4623. }
  4624. i.flag.mg:before,
  4625. i.flag.madagascar:before {
  4626. background-position: -36px -1613px;
  4627. }
  4628. i.flag.mh:before,
  4629. i.flag.marshall.islands:before {
  4630. background-position: -36px -1639px;
  4631. }
  4632. i.flag.mk:before,
  4633. i.flag.macedonia:before {
  4634. background-position: -36px -1665px;
  4635. }
  4636. i.flag.ml:before,
  4637. i.flag.mali:before {
  4638. background-position: -36px -1691px;
  4639. }
  4640. i.flag.mm:before,
  4641. i.flag.myanmar:before,
  4642. i.flag.burma:before {
  4643. background-position: -36px -1717px;
  4644. }
  4645. i.flag.mn:before,
  4646. i.flag.mongolia:before {
  4647. background-position: -36px -1743px;
  4648. }
  4649. i.flag.mo:before,
  4650. i.flag.macau:before {
  4651. background-position: -36px -1769px;
  4652. }
  4653. i.flag.mp:before,
  4654. i.flag.northern.mariana.islands:before {
  4655. background-position: -36px -1795px;
  4656. }
  4657. i.flag.mq:before,
  4658. i.flag.martinique:before {
  4659. background-position: -36px -1821px;
  4660. }
  4661. i.flag.mr:before,
  4662. i.flag.mauritania:before {
  4663. background-position: -36px -1847px;
  4664. }
  4665. i.flag.ms:before,
  4666. i.flag.montserrat:before {
  4667. background-position: -36px -1873px;
  4668. }
  4669. i.flag.mt:before,
  4670. i.flag.malta:before {
  4671. background-position: -36px -1899px;
  4672. }
  4673. i.flag.mu:before,
  4674. i.flag.mauritius:before {
  4675. background-position: -36px -1925px;
  4676. }
  4677. i.flag.mv:before,
  4678. i.flag.maldives:before {
  4679. background-position: -36px -1951px;
  4680. }
  4681. i.flag.mw:before,
  4682. i.flag.malawi:before {
  4683. background-position: -36px -1977px;
  4684. }
  4685. i.flag.mx:before,
  4686. i.flag.mexico:before {
  4687. background-position: -72px 0px;
  4688. }
  4689. i.flag.my:before,
  4690. i.flag.malaysia:before {
  4691. background-position: -72px -26px;
  4692. }
  4693. i.flag.mz:before,
  4694. i.flag.mozambique:before {
  4695. background-position: -72px -52px;
  4696. }
  4697. i.flag.na:before,
  4698. i.flag.namibia:before {
  4699. background-position: -72px -78px;
  4700. }
  4701. i.flag.nc:before,
  4702. i.flag.new.caledonia:before {
  4703. background-position: -72px -104px;
  4704. }
  4705. i.flag.ne:before,
  4706. i.flag.niger:before {
  4707. background-position: -72px -130px;
  4708. }
  4709. i.flag.nf:before,
  4710. i.flag.norfolk.island:before {
  4711. background-position: -72px -156px;
  4712. }
  4713. i.flag.ng:before,
  4714. i.flag.nigeria:before {
  4715. background-position: -72px -182px;
  4716. }
  4717. i.flag.ni:before,
  4718. i.flag.nicaragua:before {
  4719. background-position: -72px -208px;
  4720. }
  4721. i.flag.nl:before,
  4722. i.flag.netherlands:before {
  4723. background-position: -72px -234px;
  4724. }
  4725. i.flag.no:before,
  4726. i.flag.norway:before {
  4727. background-position: -72px -260px;
  4728. }
  4729. i.flag.np:before,
  4730. i.flag.nepal:before {
  4731. background-position: -72px -286px;
  4732. }
  4733. i.flag.nr:before,
  4734. i.flag.nauru:before {
  4735. background-position: -72px -312px;
  4736. }
  4737. i.flag.nu:before,
  4738. i.flag.niue:before {
  4739. background-position: -72px -338px;
  4740. }
  4741. i.flag.nz:before,
  4742. i.flag.new.zealand:before {
  4743. background-position: -72px -364px;
  4744. }
  4745. i.flag.om:before,
  4746. i.flag.oman:before {
  4747. background-position: -72px -390px;
  4748. }
  4749. i.flag.pa:before,
  4750. i.flag.panama:before {
  4751. background-position: -72px -416px;
  4752. }
  4753. i.flag.pe:before,
  4754. i.flag.peru:before {
  4755. background-position: -72px -442px;
  4756. }
  4757. i.flag.pf:before,
  4758. i.flag.french.polynesia:before {
  4759. background-position: -72px -468px;
  4760. }
  4761. i.flag.pg:before,
  4762. i.flag.new.guinea:before {
  4763. background-position: -72px -494px;
  4764. }
  4765. i.flag.ph:before,
  4766. i.flag.philippines:before {
  4767. background-position: -72px -520px;
  4768. }
  4769. i.flag.pk:before,
  4770. i.flag.pakistan:before {
  4771. background-position: -72px -546px;
  4772. }
  4773. i.flag.pl:before,
  4774. i.flag.poland:before {
  4775. background-position: -72px -572px;
  4776. }
  4777. i.flag.pm:before,
  4778. i.flag.saint.pierre:before {
  4779. background-position: -72px -598px;
  4780. }
  4781. i.flag.pn:before,
  4782. i.flag.pitcairn.islands:before {
  4783. background-position: -72px -624px;
  4784. }
  4785. i.flag.pr:before,
  4786. i.flag.puerto.rico:before {
  4787. background-position: -72px -650px;
  4788. }
  4789. i.flag.ps:before,
  4790. i.flag.palestine:before {
  4791. background-position: -72px -676px;
  4792. }
  4793. i.flag.pt:before,
  4794. i.flag.portugal:before {
  4795. background-position: -72px -702px;
  4796. }
  4797. i.flag.pw:before,
  4798. i.flag.palau:before {
  4799. background-position: -72px -728px;
  4800. }
  4801. i.flag.py:before,
  4802. i.flag.paraguay:before {
  4803. background-position: -72px -754px;
  4804. }
  4805. i.flag.qa:before,
  4806. i.flag.qatar:before {
  4807. background-position: -72px -780px;
  4808. }
  4809. i.flag.re:before,
  4810. i.flag.reunion:before {
  4811. background-position: -72px -806px;
  4812. }
  4813. i.flag.ro:before,
  4814. i.flag.romania:before {
  4815. background-position: -72px -832px;
  4816. }
  4817. i.flag.rs:before,
  4818. i.flag.serbia:before {
  4819. background-position: -72px -858px;
  4820. }
  4821. i.flag.ru:before,
  4822. i.flag.russia:before {
  4823. background-position: -72px -884px;
  4824. }
  4825. i.flag.rw:before,
  4826. i.flag.rwanda:before {
  4827. background-position: -72px -910px;
  4828. }
  4829. i.flag.sa:before,
  4830. i.flag.saudi.arabia:before {
  4831. background-position: -72px -936px;
  4832. }
  4833. i.flag.sb:before,
  4834. i.flag.solomon.islands:before {
  4835. background-position: -72px -962px;
  4836. }
  4837. i.flag.sc:before,
  4838. i.flag.seychelles:before {
  4839. background-position: -72px -988px;
  4840. }
  4841. i.flag.sd:before,
  4842. i.flag.sudan:before {
  4843. background-position: -72px -1040px;
  4844. }
  4845. i.flag.se:before,
  4846. i.flag.sweden:before {
  4847. background-position: -72px -1066px;
  4848. }
  4849. i.flag.sg:before,
  4850. i.flag.singapore:before {
  4851. background-position: -72px -1092px;
  4852. }
  4853. i.flag.sh:before,
  4854. i.flag.saint.helena:before {
  4855. background-position: -72px -1118px;
  4856. }
  4857. i.flag.si:before,
  4858. i.flag.slovenia:before {
  4859. background-position: -72px -1144px;
  4860. }
  4861. i.flag.sj:before,
  4862. i.flag.svalbard:before,
  4863. i.flag.jan.mayen:before {
  4864. background-position: -72px -1170px;
  4865. }
  4866. i.flag.sk:before,
  4867. i.flag.slovakia:before {
  4868. background-position: -72px -1196px;
  4869. }
  4870. i.flag.sl:before,
  4871. i.flag.sierra.leone:before {
  4872. background-position: -72px -1222px;
  4873. }
  4874. i.flag.sm:before,
  4875. i.flag.san.marino:before {
  4876. background-position: -72px -1248px;
  4877. }
  4878. i.flag.sn:before,
  4879. i.flag.senegal:before {
  4880. background-position: -72px -1274px;
  4881. }
  4882. i.flag.so:before,
  4883. i.flag.somalia:before {
  4884. background-position: -72px -1300px;
  4885. }
  4886. i.flag.sr:before,
  4887. i.flag.suriname:before {
  4888. background-position: -72px -1326px;
  4889. }
  4890. i.flag.st:before,
  4891. i.flag.sao.tome:before {
  4892. background-position: -72px -1352px;
  4893. }
  4894. i.flag.sv:before,
  4895. i.flag.el.salvador:before {
  4896. background-position: -72px -1378px;
  4897. }
  4898. i.flag.sy:before,
  4899. i.flag.syria:before {
  4900. background-position: -72px -1404px;
  4901. }
  4902. i.flag.sz:before,
  4903. i.flag.swaziland:before {
  4904. background-position: -72px -1430px;
  4905. }
  4906. i.flag.tc:before,
  4907. i.flag.caicos.islands:before {
  4908. background-position: -72px -1456px;
  4909. }
  4910. i.flag.td:before,
  4911. i.flag.chad:before {
  4912. background-position: -72px -1482px;
  4913. }
  4914. i.flag.tf:before,
  4915. i.flag.french.territories:before {
  4916. background-position: -72px -1508px;
  4917. }
  4918. i.flag.tg:before,
  4919. i.flag.togo:before {
  4920. background-position: -72px -1534px;
  4921. }
  4922. i.flag.th:before,
  4923. i.flag.thailand:before {
  4924. background-position: -72px -1560px;
  4925. }
  4926. i.flag.tj:before,
  4927. i.flag.tajikistan:before {
  4928. background-position: -72px -1586px;
  4929. }
  4930. i.flag.tk:before,
  4931. i.flag.tokelau:before {
  4932. background-position: -72px -1612px;
  4933. }
  4934. i.flag.tl:before,
  4935. i.flag.timorleste:before {
  4936. background-position: -72px -1638px;
  4937. }
  4938. i.flag.tm:before,
  4939. i.flag.turkmenistan:before {
  4940. background-position: -72px -1664px;
  4941. }
  4942. i.flag.tn:before,
  4943. i.flag.tunisia:before {
  4944. background-position: -72px -1690px;
  4945. }
  4946. i.flag.to:before,
  4947. i.flag.tonga:before {
  4948. background-position: -72px -1716px;
  4949. }
  4950. i.flag.tr:before,
  4951. i.flag.turkey:before {
  4952. background-position: -72px -1742px;
  4953. }
  4954. i.flag.tt:before,
  4955. i.flag.trinidad:before {
  4956. background-position: -72px -1768px;
  4957. }
  4958. i.flag.tv:before,
  4959. i.flag.tuvalu:before {
  4960. background-position: -72px -1794px;
  4961. }
  4962. i.flag.tw:before,
  4963. i.flag.taiwan:before {
  4964. background-position: -72px -1820px;
  4965. }
  4966. i.flag.tz:before,
  4967. i.flag.tanzania:before {
  4968. background-position: -72px -1846px;
  4969. }
  4970. i.flag.ua:before,
  4971. i.flag.ukraine:before {
  4972. background-position: -72px -1872px;
  4973. }
  4974. i.flag.ug:before,
  4975. i.flag.uganda:before {
  4976. background-position: -72px -1898px;
  4977. }
  4978. i.flag.um:before,
  4979. i.flag.us.minor.islands:before {
  4980. background-position: -72px -1924px;
  4981. }
  4982. i.flag.us:before,
  4983. i.flag.america:before,
  4984. i.flag.united.states:before {
  4985. background-position: -72px -1950px;
  4986. }
  4987. i.flag.uy:before,
  4988. i.flag.uruguay:before {
  4989. background-position: -72px -1976px;
  4990. }
  4991. i.flag.uz:before,
  4992. i.flag.uzbekistan:before {
  4993. background-position: -108px 0px;
  4994. }
  4995. i.flag.va:before,
  4996. i.flag.vatican.city:before {
  4997. background-position: -108px -26px;
  4998. }
  4999. i.flag.vc:before,
  5000. i.flag.saint.vincent:before {
  5001. background-position: -108px -52px;
  5002. }
  5003. i.flag.ve:before,
  5004. i.flag.venezuela:before {
  5005. background-position: -108px -78px;
  5006. }
  5007. i.flag.vg:before,
  5008. i.flag.british.virgin.islands:before {
  5009. background-position: -108px -104px;
  5010. }
  5011. i.flag.vi:before,
  5012. i.flag.us.virgin.islands:before {
  5013. background-position: -108px -130px;
  5014. }
  5015. i.flag.vn:before,
  5016. i.flag.vietnam:before {
  5017. background-position: -108px -156px;
  5018. }
  5019. i.flag.vu:before,
  5020. i.flag.vanuatu:before {
  5021. background-position: -108px -182px;
  5022. }
  5023. i.flag.wf:before,
  5024. i.flag.wallis.and.futuna:before {
  5025. background-position: -108px -234px;
  5026. }
  5027. i.flag.ws:before,
  5028. i.flag.samoa:before {
  5029. background-position: -108px -260px;
  5030. }
  5031. i.flag.ye:before,
  5032. i.flag.yemen:before {
  5033. background-position: -108px -286px;
  5034. }
  5035. i.flag.yt:before,
  5036. i.flag.mayotte:before {
  5037. background-position: -108px -312px;
  5038. }
  5039. i.flag.za:before,
  5040. i.flag.south.africa:before {
  5041. background-position: -108px -338px;
  5042. }
  5043. i.flag.zm:before,
  5044. i.flag.zambia:before {
  5045. background-position: -108px -364px;
  5046. }
  5047. i.flag.zw:before,
  5048. i.flag.zimbabwe:before {
  5049. background-position: -108px -390px;
  5050. }
  5051. /*******************************
  5052. Site Overrides
  5053. *******************************/
  5054. /*!
  5055. * # Semantic UI 2.1.6 - Header
  5056. * http://github.com/semantic-org/semantic-ui/
  5057. *
  5058. *
  5059. * Copyright 2015 Contributors
  5060. * Released under the MIT license
  5061. * http://opensource.org/licenses/MIT
  5062. *
  5063. */
  5064. /*******************************
  5065. Header
  5066. *******************************/
  5067. /* Standard */
  5068. .ui.header {
  5069. border: none;
  5070. margin: calc(2rem - 0.14285em ) 0em 1rem;
  5071. padding: 0em 0em;
  5072. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  5073. font-weight: bold;
  5074. line-height: 1.2857em;
  5075. text-transform: none;
  5076. color: rgba(0, 0, 0, 0.87);
  5077. }
  5078. .ui.header:first-child {
  5079. margin-top: -0.14285em;
  5080. }
  5081. .ui.header:last-child {
  5082. margin-bottom: 0em;
  5083. }
  5084. /*--------------
  5085. Sub Header
  5086. ---------------*/
  5087. .ui.header .sub.header {
  5088. display: block;
  5089. font-weight: normal;
  5090. padding: 0em;
  5091. margin: 0em;
  5092. font-size: 1rem;
  5093. line-height: 1.2em;
  5094. color: rgba(0, 0, 0, 0.6);
  5095. }
  5096. /*--------------
  5097. Icon
  5098. ---------------*/
  5099. .ui.header > .icon {
  5100. display: table-cell;
  5101. opacity: 1;
  5102. font-size: 1.5em;
  5103. padding-top: 0.14285em;
  5104. vertical-align: middle;
  5105. }
  5106. /* With Text Node */
  5107. .ui.header .icon:only-child {
  5108. display: inline-block;
  5109. padding: 0em;
  5110. margin-right: 0.75rem;
  5111. }
  5112. /*-------------------
  5113. Image
  5114. --------------------*/
  5115. .ui.header > .image,
  5116. .ui.header > img {
  5117. display: inline-block;
  5118. margin-top: 0.14285em;
  5119. width: 2.5em;
  5120. height: auto;
  5121. vertical-align: middle;
  5122. }
  5123. .ui.header > .image:only-child,
  5124. .ui.header > img:only-child {
  5125. margin-right: 0.75rem;
  5126. }
  5127. /*--------------
  5128. Content
  5129. ---------------*/
  5130. .ui.header .content {
  5131. display: inline-block;
  5132. vertical-align: top;
  5133. }
  5134. /* After Image */
  5135. .ui.header > img + .content,
  5136. .ui.header > .image + .content {
  5137. padding-left: 0.75rem;
  5138. vertical-align: middle;
  5139. }
  5140. /* After Icon */
  5141. .ui.header > .icon + .content {
  5142. padding-left: 0.75rem;
  5143. display: table-cell;
  5144. vertical-align: middle;
  5145. }
  5146. /*--------------
  5147. Loose Coupling
  5148. ---------------*/
  5149. .ui.header .ui.label {
  5150. font-size: '';
  5151. margin-left: 0.5rem;
  5152. vertical-align: middle;
  5153. }
  5154. /* Positioning */
  5155. .ui.header + p {
  5156. margin-top: 0em;
  5157. }
  5158. /*******************************
  5159. Types
  5160. *******************************/
  5161. /*--------------
  5162. Page
  5163. ---------------*/
  5164. h1.ui.header {
  5165. font-size: 2rem;
  5166. }
  5167. h2.ui.header {
  5168. font-size: 1.714rem;
  5169. }
  5170. h3.ui.header {
  5171. font-size: 1.28rem;
  5172. }
  5173. h4.ui.header {
  5174. font-size: 1.071rem;
  5175. }
  5176. h5.ui.header {
  5177. font-size: 1rem;
  5178. }
  5179. /* Sub Header */
  5180. h1.ui.header .sub.header {
  5181. font-size: 1.14285714rem;
  5182. }
  5183. h2.ui.header .sub.header {
  5184. font-size: 1.14285714rem;
  5185. }
  5186. h3.ui.header .sub.header {
  5187. font-size: 1rem;
  5188. }
  5189. h4.ui.header .sub.header {
  5190. font-size: 1rem;
  5191. }
  5192. h5.ui.header .sub.header {
  5193. font-size: 0.92857143rem;
  5194. }
  5195. /*--------------
  5196. Content Heading
  5197. ---------------*/
  5198. .ui.huge.header {
  5199. min-height: 1em;
  5200. font-size: 2em;
  5201. }
  5202. .ui.large.header {
  5203. font-size: 1.714em;
  5204. }
  5205. .ui.medium.header {
  5206. font-size: 1.28em;
  5207. }
  5208. .ui.small.header {
  5209. font-size: 1.071em;
  5210. }
  5211. .ui.tiny.header {
  5212. font-size: 1em;
  5213. }
  5214. /* Sub Header */
  5215. .ui.huge.header .sub.header {
  5216. font-size: 1.14285714rem;
  5217. }
  5218. .ui.large.header .sub.header {
  5219. font-size: 1.14285714rem;
  5220. }
  5221. .ui.header .sub.header {
  5222. font-size: 1rem;
  5223. }
  5224. .ui.small.header .sub.header {
  5225. font-size: 1rem;
  5226. }
  5227. .ui.tiny.header .sub.header {
  5228. font-size: 0.92857143rem;
  5229. }
  5230. /*--------------
  5231. Sub Heading
  5232. ---------------*/
  5233. .ui.sub.header {
  5234. padding: 0em;
  5235. margin-bottom: 0.14285714rem;
  5236. font-weight: bold;
  5237. font-size: 0.85714286em;
  5238. text-transform: uppercase;
  5239. color: '';
  5240. }
  5241. .ui.small.sub.header {
  5242. font-size: 0.71428571em;
  5243. }
  5244. .ui.sub.header {
  5245. font-size: 0.85714286em;
  5246. }
  5247. .ui.large.sub.header {
  5248. font-size: 0.92857143em;
  5249. }
  5250. .ui.huge.sub.header {
  5251. font-size: 1em;
  5252. }
  5253. /*-------------------
  5254. Icon
  5255. --------------------*/
  5256. .ui.icon.header {
  5257. display: inline-block;
  5258. text-align: center;
  5259. margin: 2rem 0em 1rem;
  5260. }
  5261. .ui.icon.header:after {
  5262. content: '';
  5263. display: block;
  5264. height: 0px;
  5265. clear: both;
  5266. visibility: hidden;
  5267. }
  5268. .ui.icon.header:first-child {
  5269. margin-top: 0em;
  5270. }
  5271. .ui.icon.header .icon {
  5272. float: none;
  5273. display: block;
  5274. width: auto;
  5275. height: auto;
  5276. line-height: 1;
  5277. padding: 0em;
  5278. font-size: 3em;
  5279. margin: 0em auto 0.5rem;
  5280. opacity: 1;
  5281. }
  5282. .ui.icon.header .content {
  5283. display: block;
  5284. }
  5285. .ui.icon.header .circular.icon {
  5286. font-size: 2em;
  5287. }
  5288. .ui.icon.header .square.icon {
  5289. font-size: 2em;
  5290. }
  5291. .ui.block.icon.header .icon {
  5292. margin-bottom: 0em;
  5293. }
  5294. .ui.icon.header.aligned {
  5295. margin-left: auto;
  5296. margin-right: auto;
  5297. display: block;
  5298. }
  5299. /*******************************
  5300. States
  5301. *******************************/
  5302. .ui.disabled.header {
  5303. opacity: 0.45;
  5304. }
  5305. /*******************************
  5306. Variations
  5307. *******************************/
  5308. /*-------------------
  5309. Inverted
  5310. --------------------*/
  5311. .ui.inverted.header {
  5312. color: #FFFFFF;
  5313. }
  5314. .ui.inverted.header .sub.header {
  5315. color: rgba(255, 255, 255, 0.8);
  5316. }
  5317. .ui.inverted.attached.header {
  5318. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5319. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5320. box-shadow: none;
  5321. border-color: transparent;
  5322. }
  5323. .ui.inverted.block.header {
  5324. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5325. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  5326. box-shadow: none;
  5327. }
  5328. .ui.inverted.block.header {
  5329. border-bottom: none;
  5330. }
  5331. /*-------------------
  5332. Colors
  5333. --------------------*/
  5334. /*--- Red ---*/
  5335. .ui.red.header {
  5336. color: #DB2828 !important;
  5337. }
  5338. a.ui.red.header:hover {
  5339. color: #d01919 !important;
  5340. }
  5341. .ui.red.dividing.header {
  5342. border-bottom: 2px solid #DB2828;
  5343. }
  5344. /* Inverted */
  5345. .ui.inverted.red.header {
  5346. color: #FF695E !important;
  5347. }
  5348. a.ui.inverted.red.header:hover {
  5349. color: #ff5144 !important;
  5350. }
  5351. /*--- Orange ---*/
  5352. .ui.orange.header {
  5353. color: #F2711C !important;
  5354. }
  5355. a.ui.orange.header:hover {
  5356. color: #f26202 !important;
  5357. }
  5358. .ui.orange.dividing.header {
  5359. border-bottom: 2px solid #F2711C;
  5360. }
  5361. /* Inverted */
  5362. .ui.inverted.orange.header {
  5363. color: #FF851B !important;
  5364. }
  5365. a.ui.inverted.orange.header:hover {
  5366. color: #ff7701 !important;
  5367. }
  5368. /*--- Olive ---*/
  5369. .ui.olive.header {
  5370. color: #B5CC18 !important;
  5371. }
  5372. a.ui.olive.header:hover {
  5373. color: #a7bd0d !important;
  5374. }
  5375. .ui.olive.dividing.header {
  5376. border-bottom: 2px solid #B5CC18;
  5377. }
  5378. /* Inverted */
  5379. .ui.inverted.olive.header {
  5380. color: #D9E778 !important;
  5381. }
  5382. a.ui.inverted.olive.header:hover {
  5383. color: #d8ea5c !important;
  5384. }
  5385. /*--- Yellow ---*/
  5386. .ui.yellow.header {
  5387. color: #FBBD08 !important;
  5388. }
  5389. a.ui.yellow.header:hover {
  5390. color: #eaae00 !important;
  5391. }
  5392. .ui.yellow.dividing.header {
  5393. border-bottom: 2px solid #FBBD08;
  5394. }
  5395. /* Inverted */
  5396. .ui.inverted.yellow.header {
  5397. color: #FFE21F !important;
  5398. }
  5399. a.ui.inverted.yellow.header:hover {
  5400. color: #ffdf05 !important;
  5401. }
  5402. /*--- Green ---*/
  5403. .ui.green.header {
  5404. color: #21BA45 !important;
  5405. }
  5406. a.ui.green.header:hover {
  5407. color: #16ab39 !important;
  5408. }
  5409. .ui.green.dividing.header {
  5410. border-bottom: 2px solid #21BA45;
  5411. }
  5412. /* Inverted */
  5413. .ui.inverted.green.header {
  5414. color: #2ECC40 !important;
  5415. }
  5416. a.ui.inverted.green.header:hover {
  5417. color: #22be34 !important;
  5418. }
  5419. /*--- Teal ---*/
  5420. .ui.teal.header {
  5421. color: #00B5AD !important;
  5422. }
  5423. a.ui.teal.header:hover {
  5424. color: #009c95 !important;
  5425. }
  5426. .ui.teal.dividing.header {
  5427. border-bottom: 2px solid #00B5AD;
  5428. }
  5429. /* Inverted */
  5430. .ui.inverted.teal.header {
  5431. color: #6DFFFF !important;
  5432. }
  5433. a.ui.inverted.teal.header:hover {
  5434. color: #54ffff !important;
  5435. }
  5436. /*--- Blue ---*/
  5437. .ui.blue.header {
  5438. color: #2185D0 !important;
  5439. }
  5440. a.ui.blue.header:hover {
  5441. color: #1678c2 !important;
  5442. }
  5443. .ui.blue.dividing.header {
  5444. border-bottom: 2px solid #2185D0;
  5445. }
  5446. /* Inverted */
  5447. .ui.inverted.blue.header {
  5448. color: #54C8FF !important;
  5449. }
  5450. a.ui.inverted.blue.header:hover {
  5451. color: #3ac0ff !important;
  5452. }
  5453. /*--- Violet ---*/
  5454. .ui.violet.header {
  5455. color: #6435C9 !important;
  5456. }
  5457. a.ui.violet.header:hover {
  5458. color: #5829bb !important;
  5459. }
  5460. .ui.violet.dividing.header {
  5461. border-bottom: 2px solid #6435C9;
  5462. }
  5463. /* Inverted */
  5464. .ui.inverted.violet.header {
  5465. color: #A291FB !important;
  5466. }
  5467. a.ui.inverted.violet.header:hover {
  5468. color: #8a73ff !important;
  5469. }
  5470. /*--- Purple ---*/
  5471. .ui.purple.header {
  5472. color: #A333C8 !important;
  5473. }
  5474. a.ui.purple.header:hover {
  5475. color: #9627ba !important;
  5476. }
  5477. .ui.purple.dividing.header {
  5478. border-bottom: 2px solid #A333C8;
  5479. }
  5480. /* Inverted */
  5481. .ui.inverted.purple.header {
  5482. color: #DC73FF !important;
  5483. }
  5484. a.ui.inverted.purple.header:hover {
  5485. color: #d65aff !important;
  5486. }
  5487. /*--- Pink ---*/
  5488. .ui.pink.header {
  5489. color: #E03997 !important;
  5490. }
  5491. a.ui.pink.header:hover {
  5492. color: #e61a8d !important;
  5493. }
  5494. .ui.pink.dividing.header {
  5495. border-bottom: 2px solid #E03997;
  5496. }
  5497. /* Inverted */
  5498. .ui.inverted.pink.header {
  5499. color: #FF8EDF !important;
  5500. }
  5501. a.ui.inverted.pink.header:hover {
  5502. color: #ff74d8 !important;
  5503. }
  5504. /*--- Brown ---*/
  5505. .ui.brown.header {
  5506. color: #A5673F !important;
  5507. }
  5508. a.ui.brown.header:hover {
  5509. color: #975b33 !important;
  5510. }
  5511. .ui.brown.dividing.header {
  5512. border-bottom: 2px solid #A5673F;
  5513. }
  5514. /* Inverted */
  5515. .ui.inverted.brown.header {
  5516. color: #D67C1C !important;
  5517. }
  5518. a.ui.inverted.brown.header:hover {
  5519. color: #c86f11 !important;
  5520. }
  5521. /*--- Grey ---*/
  5522. .ui.grey.header {
  5523. color: #767676 !important;
  5524. }
  5525. a.ui.grey.header:hover {
  5526. color: #838383 !important;
  5527. }
  5528. .ui.grey.dividing.header {
  5529. border-bottom: 2px solid #767676;
  5530. }
  5531. /* Inverted */
  5532. .ui.inverted.grey.header {
  5533. color: #DCDDDE !important;
  5534. }
  5535. a.ui.inverted.grey.header:hover {
  5536. color: #cfd0d2 !important;
  5537. }
  5538. /*-------------------
  5539. Aligned
  5540. --------------------*/
  5541. .ui.left.aligned.header {
  5542. text-align: left;
  5543. }
  5544. .ui.right.aligned.header {
  5545. text-align: right;
  5546. }
  5547. .ui.centered.header,
  5548. .ui.center.aligned.header {
  5549. text-align: center;
  5550. }
  5551. .ui.justified.header {
  5552. text-align: justify;
  5553. }
  5554. .ui.justified.header:after {
  5555. display: inline-block;
  5556. content: '';
  5557. width: 100%;
  5558. }
  5559. /*-------------------
  5560. Floated
  5561. --------------------*/
  5562. .ui.floated.header,
  5563. .ui[class*="left floated"].header {
  5564. float: left;
  5565. margin-top: 0em;
  5566. margin-right: 0.5em;
  5567. }
  5568. .ui[class*="right floated"].header {
  5569. float: right;
  5570. margin-top: 0em;
  5571. margin-left: 0.5em;
  5572. }
  5573. /*-------------------
  5574. Fittted
  5575. --------------------*/
  5576. .ui.fitted.header {
  5577. padding: 0em;
  5578. }
  5579. /*-------------------
  5580. Dividing
  5581. --------------------*/
  5582. .ui.dividing.header {
  5583. padding-bottom: 0.21428571rem;
  5584. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  5585. }
  5586. .ui.dividing.header .sub.header {
  5587. padding-bottom: 0.21428571rem;
  5588. }
  5589. .ui.dividing.header .icon {
  5590. margin-bottom: 0em;
  5591. }
  5592. .ui.inverted.dividing.header {
  5593. border-bottom-color: rgba(255, 255, 255, 0.1);
  5594. }
  5595. /*-------------------
  5596. Block
  5597. --------------------*/
  5598. .ui.block.header {
  5599. background: #F3F4F5;
  5600. padding: 0.71428571rem 1rem;
  5601. box-shadow: none;
  5602. border: 1px solid #D4D4D5;
  5603. border-radius: 0.28571429rem;
  5604. }
  5605. .ui.tiny.block.header {
  5606. font-size: 0.85714286rem;
  5607. }
  5608. .ui.small.block.header {
  5609. font-size: 0.92857143rem;
  5610. }
  5611. .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  5612. font-size: 1rem;
  5613. }
  5614. .ui.large.block.header {
  5615. font-size: 1.14285714rem;
  5616. }
  5617. .ui.huge.block.header {
  5618. font-size: 1.42857143rem;
  5619. }
  5620. /*-------------------
  5621. Attached
  5622. --------------------*/
  5623. .ui.attached.header {
  5624. background: #FFFFFF;
  5625. padding: 0.71428571rem 1rem;
  5626. margin-left: -1px;
  5627. margin-right: -1px;
  5628. box-shadow: none;
  5629. border: 1px solid #D4D4D5;
  5630. }
  5631. .ui.attached.block.header {
  5632. background: #F3F4F5;
  5633. }
  5634. .ui.attached:not(.top):not(.bottom).header {
  5635. margin-top: 0em;
  5636. margin-bottom: 0em;
  5637. border-top: none;
  5638. border-radius: 0em;
  5639. }
  5640. .ui.top.attached.header {
  5641. margin-bottom: 0em;
  5642. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  5643. }
  5644. .ui.bottom.attached.header {
  5645. margin-top: 0em;
  5646. border-top: none;
  5647. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  5648. }
  5649. /* Attached Sizes */
  5650. .ui.tiny.attached.header {
  5651. font-size: 0.85714286em;
  5652. }
  5653. .ui.small.attached.header {
  5654. font-size: 0.92857143em;
  5655. }
  5656. .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  5657. font-size: 1em;
  5658. }
  5659. .ui.large.attached.header {
  5660. font-size: 1.14285714em;
  5661. }
  5662. .ui.huge.attached.header {
  5663. font-size: 1.42857143em;
  5664. }
  5665. /*-------------------
  5666. Sizing
  5667. --------------------*/
  5668. .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  5669. font-size: 1.28em;
  5670. }
  5671. /*******************************
  5672. Theme Overrides
  5673. *******************************/
  5674. /*******************************
  5675. Site Overrides
  5676. *******************************/
  5677. /*!
  5678. * # Semantic UI 2.1.6 - Icon
  5679. * http://github.com/semantic-org/semantic-ui/
  5680. *
  5681. *
  5682. * Copyright 2015 Contributors
  5683. * Released under the MIT license
  5684. * http://opensource.org/licenses/MIT
  5685. *
  5686. */
  5687. /*******************************
  5688. Icon
  5689. *******************************/
  5690. @font-face {
  5691. font-family: 'Icons';
  5692. src: url("themes/default/assets/fonts/icons.eot");
  5693. 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');
  5694. font-style: normal;
  5695. font-weight: normal;
  5696. font-variant: normal;
  5697. text-decoration: inherit;
  5698. text-transform: none;
  5699. }
  5700. i.icon {
  5701. display: inline-block;
  5702. opacity: 1;
  5703. margin: 0em 0.25rem 0em 0em;
  5704. width: 1.18em;
  5705. height: 1em;
  5706. font-family: 'Icons';
  5707. font-style: normal;
  5708. font-weight: normal;
  5709. text-decoration: inherit;
  5710. text-align: center;
  5711. speak: none;
  5712. font-smoothing: antialiased;
  5713. -moz-osx-font-smoothing: grayscale;
  5714. -webkit-font-smoothing: antialiased;
  5715. -webkit-backface-visibility: hidden;
  5716. backface-visibility: hidden;
  5717. }
  5718. i.icon:before {
  5719. background: none !important;
  5720. }
  5721. /*******************************
  5722. Types
  5723. *******************************/
  5724. /*--------------
  5725. Loading
  5726. ---------------*/
  5727. i.icon.loading {
  5728. height: 1em;
  5729. line-height: 1;
  5730. -webkit-animation: icon-loading 2s linear infinite;
  5731. animation: icon-loading 2s linear infinite;
  5732. }
  5733. @-webkit-keyframes icon-loading {
  5734. from {
  5735. -webkit-transform: rotate(0deg);
  5736. transform: rotate(0deg);
  5737. }
  5738. to {
  5739. -webkit-transform: rotate(360deg);
  5740. transform: rotate(360deg);
  5741. }
  5742. }
  5743. @keyframes icon-loading {
  5744. from {
  5745. -webkit-transform: rotate(0deg);
  5746. transform: rotate(0deg);
  5747. }
  5748. to {
  5749. -webkit-transform: rotate(360deg);
  5750. transform: rotate(360deg);
  5751. }
  5752. }
  5753. /*******************************
  5754. States
  5755. *******************************/
  5756. i.icon.hover {
  5757. opacity: 1 !important;
  5758. }
  5759. i.icon.active {
  5760. opacity: 1 !important;
  5761. }
  5762. i.emphasized.icon {
  5763. opacity: 1 !important;
  5764. }
  5765. i.disabled.icon {
  5766. opacity: 0.45 !important;
  5767. }
  5768. /*******************************
  5769. Variations
  5770. *******************************/
  5771. /*-------------------
  5772. Fitted
  5773. --------------------*/
  5774. i.fitted.icon {
  5775. width: auto;
  5776. margin: 0em;
  5777. }
  5778. /*-------------------
  5779. Link
  5780. --------------------*/
  5781. i.link.icon {
  5782. cursor: pointer;
  5783. opacity: 0.8;
  5784. -webkit-transition: opacity 0.1s ease;
  5785. transition: opacity 0.1s ease;
  5786. }
  5787. i.link.icon:hover {
  5788. opacity: 1 !important;
  5789. }
  5790. /*-------------------
  5791. Circular
  5792. --------------------*/
  5793. i.circular.icon {
  5794. border-radius: 500em !important;
  5795. line-height: 1 !important;
  5796. padding: 0.5em 0.5em !important;
  5797. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  5798. width: 2em !important;
  5799. height: 2em !important;
  5800. }
  5801. i.circular.inverted.icon {
  5802. border: none;
  5803. box-shadow: none;
  5804. }
  5805. /*-------------------
  5806. Flipped
  5807. --------------------*/
  5808. i.flipped.icon,
  5809. i.horizontally.flipped.icon {
  5810. -webkit-transform: scale(-1, 1);
  5811. -ms-transform: scale(-1, 1);
  5812. transform: scale(-1, 1);
  5813. }
  5814. i.vertically.flipped.icon {
  5815. -webkit-transform: scale(1, -1);
  5816. -ms-transform: scale(1, -1);
  5817. transform: scale(1, -1);
  5818. }
  5819. /*-------------------
  5820. Rotated
  5821. --------------------*/
  5822. i.rotated.icon,
  5823. i.right.rotated.icon,
  5824. i.clockwise.rotated.icon {
  5825. -webkit-transform: rotate(90deg);
  5826. -ms-transform: rotate(90deg);
  5827. transform: rotate(90deg);
  5828. }
  5829. i.left.rotated.icon,
  5830. i.counterclockwise.rotated.icon {
  5831. -webkit-transform: rotate(-90deg);
  5832. -ms-transform: rotate(-90deg);
  5833. transform: rotate(-90deg);
  5834. }
  5835. /*-------------------
  5836. Bordered
  5837. --------------------*/
  5838. i.bordered.icon {
  5839. line-height: 1;
  5840. vertical-align: baseline;
  5841. width: 2em;
  5842. height: 2em;
  5843. padding: 0.5em 0.41em !important;
  5844. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  5845. }
  5846. i.bordered.inverted.icon {
  5847. border: none;
  5848. box-shadow: none;
  5849. }
  5850. /*-------------------
  5851. Inverted
  5852. --------------------*/
  5853. /* Inverted Shapes */
  5854. i.inverted.bordered.icon,
  5855. i.inverted.circular.icon {
  5856. background-color: #1B1C1D !important;
  5857. color: #FFFFFF !important;
  5858. }
  5859. i.inverted.icon {
  5860. color: #FFFFFF;
  5861. }
  5862. /*-------------------
  5863. Colors
  5864. --------------------*/
  5865. /* Red */
  5866. i.red.icon {
  5867. color: #DB2828 !important;
  5868. }
  5869. i.inverted.red.icon {
  5870. color: #FF695E !important;
  5871. }
  5872. i.inverted.bordered.red.icon,
  5873. i.inverted.circular.red.icon {
  5874. background-color: #DB2828 !important;
  5875. color: #FFFFFF !important;
  5876. }
  5877. /* Orange */
  5878. i.orange.icon {
  5879. color: #F2711C !important;
  5880. }
  5881. i.inverted.orange.icon {
  5882. color: #FF851B !important;
  5883. }
  5884. i.inverted.bordered.orange.icon,
  5885. i.inverted.circular.orange.icon {
  5886. background-color: #F2711C !important;
  5887. color: #FFFFFF !important;
  5888. }
  5889. /* Yellow */
  5890. i.yellow.icon {
  5891. color: #FBBD08 !important;
  5892. }
  5893. i.inverted.yellow.icon {
  5894. color: #FFE21F !important;
  5895. }
  5896. i.inverted.bordered.yellow.icon,
  5897. i.inverted.circular.yellow.icon {
  5898. background-color: #FBBD08 !important;
  5899. color: #FFFFFF !important;
  5900. }
  5901. /* Olive */
  5902. i.olive.icon {
  5903. color: #B5CC18 !important;
  5904. }
  5905. i.inverted.olive.icon {
  5906. color: #D9E778 !important;
  5907. }
  5908. i.inverted.bordered.olive.icon,
  5909. i.inverted.circular.olive.icon {
  5910. background-color: #B5CC18 !important;
  5911. color: #FFFFFF !important;
  5912. }
  5913. /* Green */
  5914. i.green.icon {
  5915. color: #21BA45 !important;
  5916. }
  5917. i.inverted.green.icon {
  5918. color: #2ECC40 !important;
  5919. }
  5920. i.inverted.bordered.green.icon,
  5921. i.inverted.circular.green.icon {
  5922. background-color: #21BA45 !important;
  5923. color: #FFFFFF !important;
  5924. }
  5925. /* Teal */
  5926. i.teal.icon {
  5927. color: #00B5AD !important;
  5928. }
  5929. i.inverted.teal.icon {
  5930. color: #6DFFFF !important;
  5931. }
  5932. i.inverted.bordered.teal.icon,
  5933. i.inverted.circular.teal.icon {
  5934. background-color: #00B5AD !important;
  5935. color: #FFFFFF !important;
  5936. }
  5937. /* Blue */
  5938. i.blue.icon {
  5939. color: #2185D0 !important;
  5940. }
  5941. i.inverted.blue.icon {
  5942. color: #54C8FF !important;
  5943. }
  5944. i.inverted.bordered.blue.icon,
  5945. i.inverted.circular.blue.icon {
  5946. background-color: #2185D0 !important;
  5947. color: #FFFFFF !important;
  5948. }
  5949. /* Violet */
  5950. i.violet.icon {
  5951. color: #6435C9 !important;
  5952. }
  5953. i.inverted.violet.icon {
  5954. color: #A291FB !important;
  5955. }
  5956. i.inverted.bordered.violet.icon,
  5957. i.inverted.circular.violet.icon {
  5958. background-color: #6435C9 !important;
  5959. color: #FFFFFF !important;
  5960. }
  5961. /* Purple */
  5962. i.purple.icon {
  5963. color: #A333C8 !important;
  5964. }
  5965. i.inverted.purple.icon {
  5966. color: #DC73FF !important;
  5967. }
  5968. i.inverted.bordered.purple.icon,
  5969. i.inverted.circular.purple.icon {
  5970. background-color: #A333C8 !important;
  5971. color: #FFFFFF !important;
  5972. }
  5973. /* Pink */
  5974. i.pink.icon {
  5975. color: #E03997 !important;
  5976. }
  5977. i.inverted.pink.icon {
  5978. color: #FF8EDF !important;
  5979. }
  5980. i.inverted.bordered.pink.icon,
  5981. i.inverted.circular.pink.icon {
  5982. background-color: #E03997 !important;
  5983. color: #FFFFFF !important;
  5984. }
  5985. /* Brown */
  5986. i.brown.icon {
  5987. color: #A5673F !important;
  5988. }
  5989. i.inverted.brown.icon {
  5990. color: #D67C1C !important;
  5991. }
  5992. i.inverted.bordered.brown.icon,
  5993. i.inverted.circular.brown.icon {
  5994. background-color: #A5673F !important;
  5995. color: #FFFFFF !important;
  5996. }
  5997. /* Grey */
  5998. i.grey.icon {
  5999. color: #767676 !important;
  6000. }
  6001. i.inverted.grey.icon {
  6002. color: #DCDDDE !important;
  6003. }
  6004. i.inverted.bordered.grey.icon,
  6005. i.inverted.circular.grey.icon {
  6006. background-color: #767676 !important;
  6007. color: #FFFFFF !important;
  6008. }
  6009. /* Black */
  6010. i.black.icon {
  6011. color: #1B1C1D !important;
  6012. }
  6013. i.inverted.black.icon {
  6014. color: #545454 !important;
  6015. }
  6016. i.inverted.bordeblack.black.icon,
  6017. i.inverted.circular.black.icon {
  6018. background-color: #1B1C1D !important;
  6019. color: #FFFFFF !important;
  6020. }
  6021. /*-------------------
  6022. Sizes
  6023. --------------------*/
  6024. i.mini.icon,
  6025. i.mini.icons {
  6026. line-height: 1;
  6027. font-size: 0.71428571rem;
  6028. }
  6029. i.tiny.icon,
  6030. i.tiny.icons {
  6031. line-height: 1;
  6032. font-size: 0.85714286rem;
  6033. }
  6034. i.small.icon,
  6035. i.small.icons {
  6036. line-height: 1;
  6037. font-size: 0.92857143em;
  6038. }
  6039. i.icon,
  6040. i.icons {
  6041. font-size: 1em;
  6042. }
  6043. i.large.icon,
  6044. i.large.icons {
  6045. line-height: 1;
  6046. vertical-align: middle;
  6047. font-size: 1.5em;
  6048. }
  6049. i.big.icon,
  6050. i.big.icons {
  6051. line-height: 1;
  6052. vertical-align: middle;
  6053. font-size: 2em;
  6054. }
  6055. i.huge.icon,
  6056. i.huge.icons {
  6057. line-height: 1;
  6058. vertical-align: middle;
  6059. font-size: 4em;
  6060. }
  6061. i.massive.icon,
  6062. i.massive.icons {
  6063. line-height: 1;
  6064. vertical-align: middle;
  6065. font-size: 8em;
  6066. }
  6067. /*******************************
  6068. Groups
  6069. *******************************/
  6070. i.icons {
  6071. display: inline-block;
  6072. position: relative;
  6073. line-height: 1;
  6074. }
  6075. i.icons .icon {
  6076. position: absolute;
  6077. top: 50%;
  6078. left: 50%;
  6079. -webkit-transform: translateX(-50%) translateY(-50%);
  6080. -ms-transform: translateX(-50%) translateY(-50%);
  6081. transform: translateX(-50%) translateY(-50%);
  6082. margin: 0em;
  6083. margin: 0;
  6084. }
  6085. i.icons .icon:first-child {
  6086. position: static;
  6087. width: auto;
  6088. height: auto;
  6089. vertical-align: top;
  6090. -webkit-transform: none;
  6091. -ms-transform: none;
  6092. transform: none;
  6093. margin-right: 0.25rem;
  6094. }
  6095. /* Corner Icon */
  6096. i.icons .corner.icon {
  6097. top: auto;
  6098. left: auto;
  6099. right: 0;
  6100. bottom: 0;
  6101. -webkit-transform: none;
  6102. -ms-transform: none;
  6103. transform: none;
  6104. font-size: 0.45em;
  6105. text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  6106. }
  6107. i.icons .inverted.corner.icon {
  6108. text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
  6109. }
  6110. /*
  6111. * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
  6112. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  6113. */
  6114. /*******************************
  6115. Semantic-UI integration of font-awesome :
  6116. ///class names are separated
  6117. i.icon.circle => i.icon.circle
  6118. i.icon.circle-o => i.icon.circle.outline
  6119. //abbreviation are replaced by full letters:
  6120. i.icon.ellipsis-h => i.icon.ellipsis.horizontal
  6121. i.icon.ellipsis-v => i.icon.ellipsis.vertical
  6122. .alpha => .i.icon.alphabet
  6123. .asc => .i.icon.ascending
  6124. .desc => .i.icon.descending
  6125. .alt =>.alternate
  6126. ASCII order is conserved for easier maintenance.
  6127. Icons that only have one style 'outline', 'square' etc do not require this class
  6128. for instance `lemon icon` not `lemon outline icon` since there is only one lemon
  6129. *******************************/
  6130. /*******************************
  6131. Icons
  6132. *******************************/
  6133. /* Web Content */
  6134. i.icon.search:before {
  6135. content: "\f002";
  6136. }
  6137. i.icon.mail.outline:before {
  6138. content: "\f003";
  6139. }
  6140. i.icon.external:before {
  6141. content: "\f08e";
  6142. }
  6143. i.icon.signal:before {
  6144. content: "\f012";
  6145. }
  6146. i.icon.setting:before {
  6147. content: "\f013";
  6148. }
  6149. i.icon.home:before {
  6150. content: "\f015";
  6151. }
  6152. i.icon.inbox:before {
  6153. content: "\f01c";
  6154. }
  6155. i.icon.browser:before {
  6156. content: "\f022";
  6157. }
  6158. i.icon.tag:before {
  6159. content: "\f02b";
  6160. }
  6161. i.icon.tags:before {
  6162. content: "\f02c";
  6163. }
  6164. i.icon.calendar:before {
  6165. content: "\f073";
  6166. }
  6167. i.icon.comment:before {
  6168. content: "\f075";
  6169. }
  6170. i.icon.comments:before {
  6171. content: "\f086";
  6172. }
  6173. i.icon.shop:before {
  6174. content: "\f07a";
  6175. }
  6176. i.icon.privacy:before {
  6177. content: "\f084";
  6178. }
  6179. i.icon.settings:before {
  6180. content: "\f085";
  6181. }
  6182. i.icon.trophy:before {
  6183. content: "\f091";
  6184. }
  6185. i.icon.payment:before {
  6186. content: "\f09d";
  6187. }
  6188. i.icon.feed:before {
  6189. content: "\f09e";
  6190. }
  6191. i.icon.alarm.outline:before {
  6192. content: "\f0a2";
  6193. }
  6194. i.icon.tasks:before {
  6195. content: "\f0ae";
  6196. }
  6197. i.icon.cloud:before {
  6198. content: "\f0c2";
  6199. }
  6200. i.icon.lab:before {
  6201. content: "\f0c3";
  6202. }
  6203. i.icon.mail:before {
  6204. content: "\f0e0";
  6205. }
  6206. i.icon.idea:before {
  6207. content: "\f0eb";
  6208. }
  6209. i.icon.dashboard:before {
  6210. content: "\f0e4";
  6211. }
  6212. i.icon.sitemap:before {
  6213. content: "\f0e8";
  6214. }
  6215. i.icon.alarm:before {
  6216. content: "\f0f3";
  6217. }
  6218. i.icon.terminal:before {
  6219. content: "\f120";
  6220. }
  6221. i.icon.code:before {
  6222. content: "\f121";
  6223. }
  6224. i.icon.protect:before {
  6225. content: "\f132";
  6226. }
  6227. i.icon.calendar.outline:before {
  6228. content: "\f133";
  6229. }
  6230. i.icon.ticket:before {
  6231. content: "\f145";
  6232. }
  6233. i.icon.external.square:before {
  6234. content: "\f14c";
  6235. }
  6236. i.icon.map:before {
  6237. content: "\f14e";
  6238. }
  6239. i.icon.bug:before {
  6240. content: "\f188";
  6241. }
  6242. i.icon.mail.square:before {
  6243. content: "\f199";
  6244. }
  6245. i.icon.history:before {
  6246. content: "\f1da";
  6247. }
  6248. i.icon.options:before {
  6249. content: "\f1de";
  6250. }
  6251. i.icon.comment.outline:before {
  6252. content: "\f0e5";
  6253. }
  6254. i.icon.comments.outline:before {
  6255. content: "\f0e6";
  6256. }
  6257. i.icon.text.telephone:before {
  6258. content: "\f1e4";
  6259. }
  6260. i.icon.find:before {
  6261. content: "\f1e5";
  6262. }
  6263. i.icon.wifi:before {
  6264. content: "\f1eb";
  6265. }
  6266. i.icon.alarm.slash:before {
  6267. content: "\f1f6";
  6268. }
  6269. i.icon.alarm.slash.outline:before {
  6270. content: "\f1f7";
  6271. }
  6272. i.icon.copyright:before {
  6273. content: "\f1f9";
  6274. }
  6275. i.icon.at:before {
  6276. content: "\f1fa";
  6277. }
  6278. i.icon.eyedropper:before {
  6279. content: "\f1fb";
  6280. }
  6281. i.icon.paint.brush:before {
  6282. content: "\f1fc";
  6283. }
  6284. i.icon.heartbeat:before {
  6285. content: "\f21e";
  6286. }
  6287. /* User Actions */
  6288. i.icon.download:before {
  6289. content: "\f019";
  6290. }
  6291. i.icon.repeat:before {
  6292. content: "\f01e";
  6293. }
  6294. i.icon.refresh:before {
  6295. content: "\f021";
  6296. }
  6297. i.icon.lock:before {
  6298. content: "\f023";
  6299. }
  6300. i.icon.bookmark:before {
  6301. content: "\f02e";
  6302. }
  6303. i.icon.print:before {
  6304. content: "\f02f";
  6305. }
  6306. i.icon.write:before {
  6307. content: "\f040";
  6308. }
  6309. i.icon.theme:before {
  6310. content: "\f043";
  6311. }
  6312. i.icon.adjust:before {
  6313. content: "\f042";
  6314. }
  6315. i.icon.edit:before {
  6316. content: "\f044";
  6317. }
  6318. i.icon.external.share:before {
  6319. content: "\f045";
  6320. }
  6321. i.icon.ban:before {
  6322. content: "\f05e";
  6323. }
  6324. i.icon.mail.forward:before {
  6325. content: "\f064";
  6326. }
  6327. i.icon.share:before {
  6328. content: "\f064";
  6329. }
  6330. i.icon.expand:before {
  6331. content: "\f065";
  6332. }
  6333. i.icon.compress:before {
  6334. content: "\f066";
  6335. }
  6336. i.icon.unhide:before {
  6337. content: "\f06e";
  6338. }
  6339. i.icon.hide:before {
  6340. content: "\f070";
  6341. }
  6342. i.icon.random:before {
  6343. content: "\f074";
  6344. }
  6345. i.icon.retweet:before {
  6346. content: "\f079";
  6347. }
  6348. i.icon.sign.out:before {
  6349. content: "\f08b";
  6350. }
  6351. i.icon.pin:before {
  6352. content: "\f08d";
  6353. }
  6354. i.icon.sign.in:before {
  6355. content: "\f090";
  6356. }
  6357. i.icon.upload:before {
  6358. content: "\f093";
  6359. }
  6360. i.icon.call:before {
  6361. content: "\f095";
  6362. }
  6363. i.icon.call.square:before {
  6364. content: "\f098";
  6365. }
  6366. i.icon.remove.bookmark:before {
  6367. content: "\f097";
  6368. }
  6369. i.icon.unlock:before {
  6370. content: "\f09c";
  6371. }
  6372. i.icon.configure:before {
  6373. content: "\f0ad";
  6374. }
  6375. i.icon.filter:before {
  6376. content: "\f0b0";
  6377. }
  6378. i.icon.wizard:before {
  6379. content: "\f0d0";
  6380. }
  6381. i.icon.undo:before {
  6382. content: "\f0e2";
  6383. }
  6384. i.icon.exchange:before {
  6385. content: "\f0ec";
  6386. }
  6387. i.icon.cloud.download:before {
  6388. content: "\f0ed";
  6389. }
  6390. i.icon.cloud.upload:before {
  6391. content: "\f0ee";
  6392. }
  6393. i.icon.reply:before {
  6394. content: "\f112";
  6395. }
  6396. i.icon.reply.all:before {
  6397. content: "\f122";
  6398. }
  6399. i.icon.erase:before {
  6400. content: "\f12d";
  6401. }
  6402. i.icon.unlock.alternate:before {
  6403. content: "\f13e";
  6404. }
  6405. i.icon.archive:before {
  6406. content: "\f187";
  6407. }
  6408. i.icon.translate:before {
  6409. content: "\f1ab";
  6410. }
  6411. i.icon.recycle:before {
  6412. content: "\f1b8";
  6413. }
  6414. i.icon.send:before {
  6415. content: "\f1d8";
  6416. }
  6417. i.icon.send.outline:before {
  6418. content: "\f1d9";
  6419. }
  6420. i.icon.share.alternate:before {
  6421. content: "\f1e0";
  6422. }
  6423. i.icon.share.alternate.square:before {
  6424. content: "\f1e1";
  6425. }
  6426. i.icon.wait:before {
  6427. content: "\f017";
  6428. }
  6429. i.icon.write.square:before {
  6430. content: "\f14b";
  6431. }
  6432. i.icon.share.square:before {
  6433. content: "\f14d";
  6434. }
  6435. i.icon.add.to.cart:before {
  6436. content: "\f217";
  6437. }
  6438. i.icon.in.cart:before {
  6439. content: "\f218";
  6440. }
  6441. i.icon.add.user:before {
  6442. content: "\f234";
  6443. }
  6444. i.icon.remove.user:before {
  6445. content: "\f235";
  6446. }
  6447. /* Messages */
  6448. i.icon.help.circle:before {
  6449. content: "\f059";
  6450. }
  6451. i.icon.info.circle:before {
  6452. content: "\f05a";
  6453. }
  6454. i.icon.warning:before {
  6455. content: "\f12a";
  6456. }
  6457. i.icon.warning.circle:before {
  6458. content: "\f06a";
  6459. }
  6460. i.icon.warning.sign:before {
  6461. content: "\f071";
  6462. }
  6463. i.icon.help:before {
  6464. content: "\f128";
  6465. }
  6466. i.icon.info:before {
  6467. content: "\f129";
  6468. }
  6469. i.icon.announcement:before {
  6470. content: "\f0a1";
  6471. }
  6472. i.icon.birthday:before {
  6473. content: "\f1fd";
  6474. }
  6475. /* Users */
  6476. i.icon.users:before {
  6477. content: "\f0c0";
  6478. }
  6479. i.icon.doctor:before {
  6480. content: "\f0f0";
  6481. }
  6482. i.icon.child:before {
  6483. content: "\f1ae";
  6484. }
  6485. i.icon.user:before {
  6486. content: "\f007";
  6487. }
  6488. i.icon.handicap:before {
  6489. content: "\f193";
  6490. }
  6491. i.icon.student:before {
  6492. content: "\f19d";
  6493. }
  6494. i.icon.spy:before {
  6495. content: "\f21b";
  6496. }
  6497. /* Gender & Sexuality */
  6498. i.icon.female:before {
  6499. content: "\f182";
  6500. }
  6501. i.icon.male:before {
  6502. content: "\f183";
  6503. }
  6504. i.icon.woman:before {
  6505. content: "\f221";
  6506. }
  6507. i.icon.man:before {
  6508. content: "\f222";
  6509. }
  6510. i.icon.non.binary.transgender:before {
  6511. content: "\f223";
  6512. }
  6513. i.icon.intergender:before {
  6514. content: "\f224";
  6515. }
  6516. i.icon.transgender:before {
  6517. content: "\f225";
  6518. }
  6519. i.icon.lesbian:before {
  6520. content: "\f226";
  6521. }
  6522. i.icon.gay:before {
  6523. content: "\f227";
  6524. }
  6525. i.icon.heterosexual:before {
  6526. content: "\f228";
  6527. }
  6528. i.icon.other.gender:before {
  6529. content: "\f229";
  6530. }
  6531. i.icon.other.gender.vertical:before {
  6532. content: "\f22a";
  6533. }
  6534. i.icon.other.gender.horizontal:before {
  6535. content: "\f22b";
  6536. }
  6537. i.icon.neuter:before {
  6538. content: "\f22c";
  6539. }
  6540. /* View Adjustment */
  6541. i.icon.grid.layout:before {
  6542. content: "\f00a";
  6543. }
  6544. i.icon.list.layout:before {
  6545. content: "\f00b";
  6546. }
  6547. i.icon.block.layout:before {
  6548. content: "\f009";
  6549. }
  6550. i.icon.zoom:before {
  6551. content: "\f00e";
  6552. }
  6553. i.icon.zoom.out:before {
  6554. content: "\f010";
  6555. }
  6556. i.icon.resize.vertical:before {
  6557. content: "\f07d";
  6558. }
  6559. i.icon.resize.horizontal:before {
  6560. content: "\f07e";
  6561. }
  6562. i.icon.maximize:before {
  6563. content: "\f0b2";
  6564. }
  6565. i.icon.crop:before {
  6566. content: "\f125";
  6567. }
  6568. /* Literal Objects */
  6569. i.icon.cocktail:before {
  6570. content: "\f000";
  6571. }
  6572. i.icon.road:before {
  6573. content: "\f018";
  6574. }
  6575. i.icon.flag:before {
  6576. content: "\f024";
  6577. }
  6578. i.icon.book:before {
  6579. content: "\f02d";
  6580. }
  6581. i.icon.gift:before {
  6582. content: "\f06b";
  6583. }
  6584. i.icon.leaf:before {
  6585. content: "\f06c";
  6586. }
  6587. i.icon.fire:before {
  6588. content: "\f06d";
  6589. }
  6590. i.icon.plane:before {
  6591. content: "\f072";
  6592. }
  6593. i.icon.magnet:before {
  6594. content: "\f076";
  6595. }
  6596. i.icon.legal:before {
  6597. content: "\f0e3";
  6598. }
  6599. i.icon.lemon:before {
  6600. content: "\f094";
  6601. }
  6602. i.icon.world:before {
  6603. content: "\f0ac";
  6604. }
  6605. i.icon.travel:before {
  6606. content: "\f0b1";
  6607. }
  6608. i.icon.shipping:before {
  6609. content: "\f0d1";
  6610. }
  6611. i.icon.money:before {
  6612. content: "\f0d6";
  6613. }
  6614. i.icon.lightning:before {
  6615. content: "\f0e7";
  6616. }
  6617. i.icon.rain:before {
  6618. content: "\f0e9";
  6619. }
  6620. i.icon.treatment:before {
  6621. content: "\f0f1";
  6622. }
  6623. i.icon.suitcase:before {
  6624. content: "\f0f2";
  6625. }
  6626. i.icon.bar:before {
  6627. content: "\f0fc";
  6628. }
  6629. i.icon.flag.outline:before {
  6630. content: "\f11d";
  6631. }
  6632. i.icon.flag.checkered:before {
  6633. content: "\f11e";
  6634. }
  6635. i.icon.puzzle:before {
  6636. content: "\f12e";
  6637. }
  6638. i.icon.fire.extinguisher:before {
  6639. content: "\f134";
  6640. }
  6641. i.icon.rocket:before {
  6642. content: "\f135";
  6643. }
  6644. i.icon.anchor:before {
  6645. content: "\f13d";
  6646. }
  6647. i.icon.bullseye:before {
  6648. content: "\f140";
  6649. }
  6650. i.icon.sun:before {
  6651. content: "\f185";
  6652. }
  6653. i.icon.moon:before {
  6654. content: "\f186";
  6655. }
  6656. i.icon.fax:before {
  6657. content: "\f1ac";
  6658. }
  6659. i.icon.life.ring:before {
  6660. content: "\f1cd";
  6661. }
  6662. i.icon.bomb:before {
  6663. content: "\f1e2";
  6664. }
  6665. i.icon.soccer:before {
  6666. content: "\f1e3";
  6667. }
  6668. i.icon.calculator:before {
  6669. content: "\f1ec";
  6670. }
  6671. i.icon.diamond:before {
  6672. content: "\f219";
  6673. }
  6674. /* Shapes */
  6675. i.icon.crosshairs:before {
  6676. content: "\f05b";
  6677. }
  6678. i.icon.asterisk:before {
  6679. content: "\f069";
  6680. }
  6681. i.icon.certificate:before {
  6682. content: "\f0a3";
  6683. }
  6684. i.icon.circle:before {
  6685. content: "\f111";
  6686. }
  6687. i.icon.quote.left:before {
  6688. content: "\f10d";
  6689. }
  6690. i.icon.quote.right:before {
  6691. content: "\f10e";
  6692. }
  6693. i.icon.ellipsis.horizontal:before {
  6694. content: "\f141";
  6695. }
  6696. i.icon.ellipsis.vertical:before {
  6697. content: "\f142";
  6698. }
  6699. i.icon.cube:before {
  6700. content: "\f1b2";
  6701. }
  6702. i.icon.cubes:before {
  6703. content: "\f1b3";
  6704. }
  6705. i.icon.circle.notched:before {
  6706. content: "\f1ce";
  6707. }
  6708. i.icon.circle.thin:before {
  6709. content: "\f1db";
  6710. }
  6711. i.icon.square.outline:before {
  6712. content: "\f096";
  6713. }
  6714. i.icon.square:before {
  6715. content: "\f0c8";
  6716. }
  6717. /* Item Selection */
  6718. i.icon.checkmark:before {
  6719. content: "\f00c";
  6720. }
  6721. i.icon.remove:before {
  6722. content: "\f00d";
  6723. }
  6724. i.icon.checkmark.box:before {
  6725. content: "\f046";
  6726. }
  6727. i.icon.move:before {
  6728. content: "\f047";
  6729. }
  6730. i.icon.add.circle:before {
  6731. content: "\f055";
  6732. }
  6733. i.icon.minus.circle:before {
  6734. content: "\f056";
  6735. }
  6736. i.icon.remove.circle:before {
  6737. content: "\f057";
  6738. }
  6739. i.icon.check.circle:before {
  6740. content: "\f058";
  6741. }
  6742. i.icon.remove.circle.outline:before {
  6743. content: "\f05c";
  6744. }
  6745. i.icon.check.circle.outline:before {
  6746. content: "\f05d";
  6747. }
  6748. i.icon.plus:before {
  6749. content: "\f067";
  6750. }
  6751. i.icon.minus:before {
  6752. content: "\f068";
  6753. }
  6754. i.icon.add.square:before {
  6755. content: "\f0fe";
  6756. }
  6757. i.icon.radio:before {
  6758. content: "\f10c";
  6759. }
  6760. i.icon.selected.radio:before {
  6761. content: "\f192";
  6762. }
  6763. i.icon.minus.square:before {
  6764. content: "\f146";
  6765. }
  6766. i.icon.minus.square.outline:before {
  6767. content: "\f147";
  6768. }
  6769. i.icon.check.square:before {
  6770. content: "\f14a";
  6771. }
  6772. i.icon.plus.square.outline:before {
  6773. content: "\f196";
  6774. }
  6775. i.icon.toggle.off:before {
  6776. content: "\f204";
  6777. }
  6778. i.icon.toggle.on:before {
  6779. content: "\f205";
  6780. }
  6781. /* Media */
  6782. i.icon.film:before {
  6783. content: "\f008";
  6784. }
  6785. i.icon.sound:before {
  6786. content: "\f025";
  6787. }
  6788. i.icon.photo:before {
  6789. content: "\f030";
  6790. }
  6791. i.icon.bar.chart:before {
  6792. content: "\f080";
  6793. }
  6794. i.icon.camera.retro:before {
  6795. content: "\f083";
  6796. }
  6797. i.icon.newspaper:before {
  6798. content: "\f1ea";
  6799. }
  6800. i.icon.area.chart:before {
  6801. content: "\f1fe";
  6802. }
  6803. i.icon.pie.chart:before {
  6804. content: "\f200";
  6805. }
  6806. i.icon.line.chart:before {
  6807. content: "\f201";
  6808. }
  6809. /* Pointers */
  6810. i.icon.arrow.circle.outline.down:before {
  6811. content: "\f01a";
  6812. }
  6813. i.icon.arrow.circle.outline.up:before {
  6814. content: "\f01b";
  6815. }
  6816. i.icon.chevron.left:before {
  6817. content: "\f053";
  6818. }
  6819. i.icon.chevron.right:before {
  6820. content: "\f054";
  6821. }
  6822. i.icon.arrow.left:before {
  6823. content: "\f060";
  6824. }
  6825. i.icon.arrow.right:before {
  6826. content: "\f061";
  6827. }
  6828. i.icon.arrow.up:before {
  6829. content: "\f062";
  6830. }
  6831. i.icon.arrow.down:before {
  6832. content: "\f063";
  6833. }
  6834. i.icon.chevron.up:before {
  6835. content: "\f077";
  6836. }
  6837. i.icon.chevron.down:before {
  6838. content: "\f078";
  6839. }
  6840. i.icon.pointing.right:before {
  6841. content: "\f0a4";
  6842. }
  6843. i.icon.pointing.left:before {
  6844. content: "\f0a5";
  6845. }
  6846. i.icon.pointing.up:before {
  6847. content: "\f0a6";
  6848. }
  6849. i.icon.pointing.down:before {
  6850. content: "\f0a7";
  6851. }
  6852. i.icon.arrow.circle.left:before {
  6853. content: "\f0a8";
  6854. }
  6855. i.icon.arrow.circle.right:before {
  6856. content: "\f0a9";
  6857. }
  6858. i.icon.arrow.circle.up:before {
  6859. content: "\f0aa";
  6860. }
  6861. i.icon.arrow.circle.down:before {
  6862. content: "\f0ab";
  6863. }
  6864. i.icon.caret.down:before {
  6865. content: "\f0d7";
  6866. }
  6867. i.icon.caret.up:before {
  6868. content: "\f0d8";
  6869. }
  6870. i.icon.caret.left:before {
  6871. content: "\f0d9";
  6872. }
  6873. i.icon.caret.right:before {
  6874. content: "\f0da";
  6875. }
  6876. i.icon.angle.double.left:before {
  6877. content: "\f100";
  6878. }
  6879. i.icon.angle.double.right:before {
  6880. content: "\f101";
  6881. }
  6882. i.icon.angle.double.up:before {
  6883. content: "\f102";
  6884. }
  6885. i.icon.angle.double.down:before {
  6886. content: "\f103";
  6887. }
  6888. i.icon.angle.left:before {
  6889. content: "\f104";
  6890. }
  6891. i.icon.angle.right:before {
  6892. content: "\f105";
  6893. }
  6894. i.icon.angle.up:before {
  6895. content: "\f106";
  6896. }
  6897. i.icon.angle.down:before {
  6898. content: "\f107";
  6899. }
  6900. i.icon.chevron.circle.left:before {
  6901. content: "\f137";
  6902. }
  6903. i.icon.chevron.circle.right:before {
  6904. content: "\f138";
  6905. }
  6906. i.icon.chevron.circle.up:before {
  6907. content: "\f139";
  6908. }
  6909. i.icon.chevron.circle.down:before {
  6910. content: "\f13a";
  6911. }
  6912. i.icon.toggle.down:before {
  6913. content: "\f150";
  6914. }
  6915. i.icon.toggle.up:before {
  6916. content: "\f151";
  6917. }
  6918. i.icon.toggle.right:before {
  6919. content: "\f152";
  6920. }
  6921. i.icon.long.arrow.down:before {
  6922. content: "\f175";
  6923. }
  6924. i.icon.long.arrow.up:before {
  6925. content: "\f176";
  6926. }
  6927. i.icon.long.arrow.left:before {
  6928. content: "\f177";
  6929. }
  6930. i.icon.long.arrow.right:before {
  6931. content: "\f178";
  6932. }
  6933. i.icon.arrow.circle.outline.right:before {
  6934. content: "\f18e";
  6935. }
  6936. i.icon.arrow.circle.outline.left:before {
  6937. content: "\f190";
  6938. }
  6939. i.icon.toggle.left:before {
  6940. content: "\f191";
  6941. }
  6942. /* Computer */
  6943. i.icon.power:before {
  6944. content: "\f011";
  6945. }
  6946. i.icon.trash:before {
  6947. content: "\f1f8";
  6948. }
  6949. i.icon.trash.outline:before {
  6950. content: "\f014";
  6951. }
  6952. i.icon.disk.outline:before {
  6953. content: "\f0a0";
  6954. }
  6955. i.icon.desktop:before {
  6956. content: "\f108";
  6957. }
  6958. i.icon.laptop:before {
  6959. content: "\f109";
  6960. }
  6961. i.icon.tablet:before {
  6962. content: "\f10a";
  6963. }
  6964. i.icon.mobile:before {
  6965. content: "\f10b";
  6966. }
  6967. i.icon.game:before {
  6968. content: "\f11b";
  6969. }
  6970. i.icon.keyboard:before {
  6971. content: "\f11c";
  6972. }
  6973. i.icon.plug:before {
  6974. content: "\f1e6";
  6975. }
  6976. /* File System */
  6977. i.icon.folder:before {
  6978. content: "\f07b";
  6979. }
  6980. i.icon.folder.open:before {
  6981. content: "\f07c";
  6982. }
  6983. i.icon.level.up:before {
  6984. content: "\f148";
  6985. }
  6986. i.icon.level.down:before {
  6987. content: "\f149";
  6988. }
  6989. i.icon.file:before {
  6990. content: "\f15b";
  6991. }
  6992. i.icon.file.outline:before {
  6993. content: "\f016";
  6994. }
  6995. i.icon.file.text:before {
  6996. content: "\f15c";
  6997. }
  6998. i.icon.file.text.outline:before {
  6999. content: "\f0f6";
  7000. }
  7001. i.icon.folder.outline:before {
  7002. content: "\f114";
  7003. }
  7004. i.icon.folder.open.outline:before {
  7005. content: "\f115";
  7006. }
  7007. i.icon.file.pdf.outline:before {
  7008. content: "\f1c1";
  7009. }
  7010. i.icon.file.word.outline:before {
  7011. content: "\f1c2";
  7012. }
  7013. i.icon.file.excel.outline:before {
  7014. content: "\f1c3";
  7015. }
  7016. i.icon.file.powerpoint.outline:before {
  7017. content: "\f1c4";
  7018. }
  7019. i.icon.file.image.outline:before {
  7020. content: "\f1c5";
  7021. }
  7022. i.icon.file.archive.outline:before {
  7023. content: "\f1c6";
  7024. }
  7025. i.icon.file.audio.outline:before {
  7026. content: "\f1c7";
  7027. }
  7028. i.icon.file.video.outline:before {
  7029. content: "\f1c8";
  7030. }
  7031. i.icon.file.code.outline:before {
  7032. content: "\f1c9";
  7033. }
  7034. /* Technologies */
  7035. i.icon.barcode:before {
  7036. content: "\f02a";
  7037. }
  7038. i.icon.qrcode:before {
  7039. content: "\f029";
  7040. }
  7041. i.icon.fork:before {
  7042. content: "\f126";
  7043. }
  7044. i.icon.html5:before {
  7045. content: "\f13b";
  7046. }
  7047. i.icon.css3:before {
  7048. content: "\f13c";
  7049. }
  7050. i.icon.rss:before {
  7051. content: "\f09e";
  7052. }
  7053. i.icon.rss.square:before {
  7054. content: "\f143";
  7055. }
  7056. i.icon.openid:before {
  7057. content: "\f19b";
  7058. }
  7059. i.icon.database:before {
  7060. content: "\f1c0";
  7061. }
  7062. i.icon.server:before {
  7063. content: "\f233";
  7064. }
  7065. /* Rating */
  7066. i.icon.heart:before {
  7067. content: "\f004";
  7068. }
  7069. i.icon.star:before {
  7070. content: "\f005";
  7071. }
  7072. i.icon.empty.star:before {
  7073. content: "\f006";
  7074. }
  7075. i.icon.thumbs.outline.up:before {
  7076. content: "\f087";
  7077. }
  7078. i.icon.thumbs.outline.down:before {
  7079. content: "\f088";
  7080. }
  7081. i.icon.star.half:before {
  7082. content: "\f089";
  7083. }
  7084. i.icon.empty.heart:before {
  7085. content: "\f08a";
  7086. }
  7087. i.icon.smile:before {
  7088. content: "\f118";
  7089. }
  7090. i.icon.frown:before {
  7091. content: "\f119";
  7092. }
  7093. i.icon.meh:before {
  7094. content: "\f11a";
  7095. }
  7096. i.icon.star.half.empty:before {
  7097. content: "\f123";
  7098. }
  7099. i.icon.thumbs.up:before {
  7100. content: "\f164";
  7101. }
  7102. i.icon.thumbs.down:before {
  7103. content: "\f165";
  7104. }
  7105. /* Audio */
  7106. i.icon.music:before {
  7107. content: "\f001";
  7108. }
  7109. i.icon.video.play.outline:before {
  7110. content: "\f01d";
  7111. }
  7112. i.icon.volume.off:before {
  7113. content: "\f026";
  7114. }
  7115. i.icon.volume.down:before {
  7116. content: "\f027";
  7117. }
  7118. i.icon.volume.up:before {
  7119. content: "\f028";
  7120. }
  7121. i.icon.record:before {
  7122. content: "\f03d";
  7123. }
  7124. i.icon.step.backward:before {
  7125. content: "\f048";
  7126. }
  7127. i.icon.fast.backward:before {
  7128. content: "\f049";
  7129. }
  7130. i.icon.backward:before {
  7131. content: "\f04a";
  7132. }
  7133. i.icon.play:before {
  7134. content: "\f04b";
  7135. }
  7136. i.icon.pause:before {
  7137. content: "\f04c";
  7138. }
  7139. i.icon.stop:before {
  7140. content: "\f04d";
  7141. }
  7142. i.icon.forward:before {
  7143. content: "\f04e";
  7144. }
  7145. i.icon.fast.forward:before {
  7146. content: "\f050";
  7147. }
  7148. i.icon.step.forward:before {
  7149. content: "\f051";
  7150. }
  7151. i.icon.eject:before {
  7152. content: "\f052";
  7153. }
  7154. i.icon.unmute:before {
  7155. content: "\f130";
  7156. }
  7157. i.icon.mute:before {
  7158. content: "\f131";
  7159. }
  7160. i.icon.video.play:before {
  7161. content: "\f144";
  7162. }
  7163. i.icon.closed.captioning:before {
  7164. content: "\f20a";
  7165. }
  7166. /* Map, Locations, & Transportation */
  7167. i.icon.marker:before {
  7168. content: "\f041";
  7169. }
  7170. i.icon.coffee:before {
  7171. content: "\f0f4";
  7172. }
  7173. i.icon.food:before {
  7174. content: "\f0f5";
  7175. }
  7176. i.icon.building.outline:before {
  7177. content: "\f0f7";
  7178. }
  7179. i.icon.hospital:before {
  7180. content: "\f0f8";
  7181. }
  7182. i.icon.emergency:before {
  7183. content: "\f0f9";
  7184. }
  7185. i.icon.first.aid:before {
  7186. content: "\f0fa";
  7187. }
  7188. i.icon.military:before {
  7189. content: "\f0fb";
  7190. }
  7191. i.icon.h:before {
  7192. content: "\f0fd";
  7193. }
  7194. i.icon.location.arrow:before {
  7195. content: "\f124";
  7196. }
  7197. i.icon.space.shuttle:before {
  7198. content: "\f197";
  7199. }
  7200. i.icon.university:before {
  7201. content: "\f19c";
  7202. }
  7203. i.icon.building:before {
  7204. content: "\f1ad";
  7205. }
  7206. i.icon.paw:before {
  7207. content: "\f1b0";
  7208. }
  7209. i.icon.spoon:before {
  7210. content: "\f1b1";
  7211. }
  7212. i.icon.car:before {
  7213. content: "\f1b9";
  7214. }
  7215. i.icon.taxi:before {
  7216. content: "\f1ba";
  7217. }
  7218. i.icon.tree:before {
  7219. content: "\f1bb";
  7220. }
  7221. i.icon.bicycle:before {
  7222. content: "\f206";
  7223. }
  7224. i.icon.bus:before {
  7225. content: "\f207";
  7226. }
  7227. i.icon.ship:before {
  7228. content: "\f21a";
  7229. }
  7230. i.icon.motorcycle:before {
  7231. content: "\f21c";
  7232. }
  7233. i.icon.street.view:before {
  7234. content: "\f21d";
  7235. }
  7236. i.icon.hotel:before {
  7237. content: "\f236";
  7238. }
  7239. i.icon.train:before {
  7240. content: "\f238";
  7241. }
  7242. i.icon.subway:before {
  7243. content: "\f239";
  7244. }
  7245. /* Tables */
  7246. i.icon.table:before {
  7247. content: "\f0ce";
  7248. }
  7249. i.icon.columns:before {
  7250. content: "\f0db";
  7251. }
  7252. i.icon.sort:before {
  7253. content: "\f0dc";
  7254. }
  7255. i.icon.sort.ascending:before {
  7256. content: "\f0de";
  7257. }
  7258. i.icon.sort.descending:before {
  7259. content: "\f0dd";
  7260. }
  7261. i.icon.sort.alphabet.ascending:before {
  7262. content: "\f15d";
  7263. }
  7264. i.icon.sort.alphabet.descending:before {
  7265. content: "\f15e";
  7266. }
  7267. i.icon.sort.content.ascending:before {
  7268. content: "\f160";
  7269. }
  7270. i.icon.sort.content.descending:before {
  7271. content: "\f161";
  7272. }
  7273. i.icon.sort.numeric.ascending:before {
  7274. content: "\f162";
  7275. }
  7276. i.icon.sort.numeric.descending:before {
  7277. content: "\f163";
  7278. }
  7279. /* Text Editor */
  7280. i.icon.font:before {
  7281. content: "\f031";
  7282. }
  7283. i.icon.bold:before {
  7284. content: "\f032";
  7285. }
  7286. i.icon.italic:before {
  7287. content: "\f033";
  7288. }
  7289. i.icon.text.height:before {
  7290. content: "\f034";
  7291. }
  7292. i.icon.text.width:before {
  7293. content: "\f035";
  7294. }
  7295. i.icon.align.left:before {
  7296. content: "\f036";
  7297. }
  7298. i.icon.align.center:before {
  7299. content: "\f037";
  7300. }
  7301. i.icon.align.right:before {
  7302. content: "\f038";
  7303. }
  7304. i.icon.align.justify:before {
  7305. content: "\f039";
  7306. }
  7307. i.icon.list:before {
  7308. content: "\f03a";
  7309. }
  7310. i.icon.outdent:before {
  7311. content: "\f03b";
  7312. }
  7313. i.icon.indent:before {
  7314. content: "\f03c";
  7315. }
  7316. i.icon.linkify:before {
  7317. content: "\f0c1";
  7318. }
  7319. i.icon.cut:before {
  7320. content: "\f0c4";
  7321. }
  7322. i.icon.copy:before {
  7323. content: "\f0c5";
  7324. }
  7325. i.icon.attach:before {
  7326. content: "\f0c6";
  7327. }
  7328. i.icon.save:before {
  7329. content: "\f0c7";
  7330. }
  7331. i.icon.content:before {
  7332. content: "\f0c9";
  7333. }
  7334. i.icon.unordered.list:before {
  7335. content: "\f0ca";
  7336. }
  7337. i.icon.ordered.list:before {
  7338. content: "\f0cb";
  7339. }
  7340. i.icon.strikethrough:before {
  7341. content: "\f0cc";
  7342. }
  7343. i.icon.underline:before {
  7344. content: "\f0cd";
  7345. }
  7346. i.icon.paste:before {
  7347. content: "\f0ea";
  7348. }
  7349. i.icon.unlink:before {
  7350. content: "\f127";
  7351. }
  7352. i.icon.superscript:before {
  7353. content: "\f12b";
  7354. }
  7355. i.icon.subscript:before {
  7356. content: "\f12c";
  7357. }
  7358. i.icon.header:before {
  7359. content: "\f1dc";
  7360. }
  7361. i.icon.paragraph:before {
  7362. content: "\f1dd";
  7363. }
  7364. /* Currency */
  7365. i.icon.euro:before {
  7366. content: "\f153";
  7367. }
  7368. i.icon.pound:before {
  7369. content: "\f154";
  7370. }
  7371. i.icon.dollar:before {
  7372. content: "\f155";
  7373. }
  7374. i.icon.rupee:before {
  7375. content: "\f156";
  7376. }
  7377. i.icon.yen:before {
  7378. content: "\f157";
  7379. }
  7380. i.icon.ruble:before {
  7381. content: "\f158";
  7382. }
  7383. i.icon.won:before {
  7384. content: "\f159";
  7385. }
  7386. i.icon.lira:before {
  7387. content: "\f195";
  7388. }
  7389. i.icon.shekel:before {
  7390. content: "\f20b";
  7391. }
  7392. /* Payment Options */
  7393. i.icon.paypal:before {
  7394. content: "\f1ed";
  7395. }
  7396. i.icon.paypal.card:before {
  7397. content: "\f1f4";
  7398. }
  7399. i.icon.google.wallet:before {
  7400. content: "\f1ee";
  7401. }
  7402. i.icon.visa:before {
  7403. content: "\f1f0";
  7404. }
  7405. i.icon.mastercard:before {
  7406. content: "\f1f1";
  7407. }
  7408. i.icon.discover:before {
  7409. content: "\f1f2";
  7410. }
  7411. i.icon.american.express:before {
  7412. content: "\f1f3";
  7413. }
  7414. i.icon.stripe:before {
  7415. content: "\f1f5";
  7416. }
  7417. /* Networks and Websites*/
  7418. i.icon.twitter.square:before {
  7419. content: "\f081";
  7420. }
  7421. i.icon.facebook.square:before {
  7422. content: "\f082";
  7423. }
  7424. i.icon.linkedin.square:before {
  7425. content: "\f08c";
  7426. }
  7427. i.icon.github.square:before {
  7428. content: "\f092";
  7429. }
  7430. i.icon.twitter:before {
  7431. content: "\f099";
  7432. }
  7433. i.icon.facebook:before {
  7434. content: "\f09a";
  7435. }
  7436. i.icon.github:before {
  7437. content: "\f09b";
  7438. }
  7439. i.icon.pinterest:before {
  7440. content: "\f0d2";
  7441. }
  7442. i.icon.pinterest.square:before {
  7443. content: "\f0d3";
  7444. }
  7445. i.icon.google.plus.square:before {
  7446. content: "\f0d4";
  7447. }
  7448. i.icon.google.plus:before {
  7449. content: "\f0d5";
  7450. }
  7451. i.icon.linkedin:before {
  7452. content: "\f0e1";
  7453. }
  7454. i.icon.github.alternate:before {
  7455. content: "\f113";
  7456. }
  7457. i.icon.maxcdn:before {
  7458. content: "\f136";
  7459. }
  7460. i.icon.bitcoin:before {
  7461. content: "\f15a";
  7462. }
  7463. i.icon.youtube.square:before {
  7464. content: "\f166";
  7465. }
  7466. i.icon.youtube:before {
  7467. content: "\f167";
  7468. }
  7469. i.icon.xing:before {
  7470. content: "\f168";
  7471. }
  7472. i.icon.xing.square:before {
  7473. content: "\f169";
  7474. }
  7475. i.icon.youtube.play:before {
  7476. content: "\f16a";
  7477. }
  7478. i.icon.dropbox:before {
  7479. content: "\f16b";
  7480. }
  7481. i.icon.stack.overflow:before {
  7482. content: "\f16c";
  7483. }
  7484. i.icon.instagram:before {
  7485. content: "\f16d";
  7486. }
  7487. i.icon.flickr:before {
  7488. content: "\f16e";
  7489. }
  7490. i.icon.adn:before {
  7491. content: "\f170";
  7492. }
  7493. i.icon.bitbucket:before {
  7494. content: "\f171";
  7495. }
  7496. i.icon.bitbucket.square:before {
  7497. content: "\f172";
  7498. }
  7499. i.icon.tumblr:before {
  7500. content: "\f173";
  7501. }
  7502. i.icon.tumblr.square:before {
  7503. content: "\f174";
  7504. }
  7505. i.icon.apple:before {
  7506. content: "\f179";
  7507. }
  7508. i.icon.windows:before {
  7509. content: "\f17a";
  7510. }
  7511. i.icon.android:before {
  7512. content: "\f17b";
  7513. }
  7514. i.icon.linux:before {
  7515. content: "\f17c";
  7516. }
  7517. i.icon.dribbble:before {
  7518. content: "\f17d";
  7519. }
  7520. i.icon.skype:before {
  7521. content: "\f17e";
  7522. }
  7523. i.icon.foursquare:before {
  7524. content: "\f180";
  7525. }
  7526. i.icon.trello:before {
  7527. content: "\f181";
  7528. }
  7529. i.icon.gittip:before {
  7530. content: "\f184";
  7531. }
  7532. i.icon.vk:before {
  7533. content: "\f189";
  7534. }
  7535. i.icon.weibo:before {
  7536. content: "\f18a";
  7537. }
  7538. i.icon.renren:before {
  7539. content: "\f18b";
  7540. }
  7541. i.icon.pagelines:before {
  7542. content: "\f18c";
  7543. }
  7544. i.icon.stack.exchange:before {
  7545. content: "\f18d";
  7546. }
  7547. i.icon.vimeo:before {
  7548. content: "\f194";
  7549. }
  7550. i.icon.slack:before {
  7551. content: "\f198";
  7552. }
  7553. i.icon.wordpress:before {
  7554. content: "\f19a";
  7555. }
  7556. i.icon.yahoo:before {
  7557. content: "\f19e";
  7558. }
  7559. i.icon.google:before {
  7560. content: "\f1a0";
  7561. }
  7562. i.icon.reddit:before {
  7563. content: "\f1a1";
  7564. }
  7565. i.icon.reddit.square:before {
  7566. content: "\f1a2";
  7567. }
  7568. i.icon.stumbleupon.circle:before {
  7569. content: "\f1a3";
  7570. }
  7571. i.icon.stumbleupon:before {
  7572. content: "\f1a4";
  7573. }
  7574. i.icon.delicious:before {
  7575. content: "\f1a5";
  7576. }
  7577. i.icon.digg:before {
  7578. content: "\f1a6";
  7579. }
  7580. i.icon.pied.piper:before {
  7581. content: "\f1a7";
  7582. }
  7583. i.icon.pied.piper.alternate:before {
  7584. content: "\f1a8";
  7585. }
  7586. i.icon.drupal:before {
  7587. content: "\f1a9";
  7588. }
  7589. i.icon.joomla:before {
  7590. content: "\f1aa";
  7591. }
  7592. i.icon.behance:before {
  7593. content: "\f1b4";
  7594. }
  7595. i.icon.behance.square:before {
  7596. content: "\f1b5";
  7597. }
  7598. i.icon.steam:before {
  7599. content: "\f1b6";
  7600. }
  7601. i.icon.steam.square:before {
  7602. content: "\f1b7";
  7603. }
  7604. i.icon.spotify:before {
  7605. content: "\f1bc";
  7606. }
  7607. i.icon.deviantart:before {
  7608. content: "\f1bd";
  7609. }
  7610. i.icon.soundcloud:before {
  7611. content: "\f1be";
  7612. }
  7613. i.icon.vine:before {
  7614. content: "\f1ca";
  7615. }
  7616. i.icon.codepen:before {
  7617. content: "\f1cb";
  7618. }
  7619. i.icon.jsfiddle:before {
  7620. content: "\f1cc";
  7621. }
  7622. i.icon.rebel:before {
  7623. content: "\f1d0";
  7624. }
  7625. i.icon.empire:before {
  7626. content: "\f1d1";
  7627. }
  7628. i.icon.git.square:before {
  7629. content: "\f1d2";
  7630. }
  7631. i.icon.git:before {
  7632. content: "\f1d3";
  7633. }
  7634. i.icon.hacker.news:before {
  7635. content: "\f1d4";
  7636. }
  7637. i.icon.tencent.weibo:before {
  7638. content: "\f1d5";
  7639. }
  7640. i.icon.qq:before {
  7641. content: "\f1d6";
  7642. }
  7643. i.icon.wechat:before {
  7644. content: "\f1d7";
  7645. }
  7646. i.icon.slideshare:before {
  7647. content: "\f1e7";
  7648. }
  7649. i.icon.twitch:before {
  7650. content: "\f1e8";
  7651. }
  7652. i.icon.yelp:before {
  7653. content: "\f1e9";
  7654. }
  7655. i.icon.lastfm:before {
  7656. content: "\f202";
  7657. }
  7658. i.icon.lastfm.square:before {
  7659. content: "\f203";
  7660. }
  7661. i.icon.ioxhost:before {
  7662. content: "\f208";
  7663. }
  7664. i.icon.angellist:before {
  7665. content: "\f209";
  7666. }
  7667. i.icon.meanpath:before {
  7668. content: "\f20c";
  7669. }
  7670. i.icon.buysellads:before {
  7671. content: "\f20d";
  7672. }
  7673. i.icon.connectdevelop:before {
  7674. content: "\f20e";
  7675. }
  7676. i.icon.dashcube:before {
  7677. content: "\f210";
  7678. }
  7679. i.icon.forumbee:before {
  7680. content: "\f211";
  7681. }
  7682. i.icon.leanpub:before {
  7683. content: "\f212";
  7684. }
  7685. i.icon.sellsy:before {
  7686. content: "\f213";
  7687. }
  7688. i.icon.shirtsinbulk:before {
  7689. content: "\f214";
  7690. }
  7691. i.icon.simplybuilt:before {
  7692. content: "\f215";
  7693. }
  7694. i.icon.skyatlas:before {
  7695. content: "\f216";
  7696. }
  7697. i.icon.whatsapp:before {
  7698. content: "\f232";
  7699. }
  7700. i.icon.viacoin:before {
  7701. content: "\f237";
  7702. }
  7703. i.icon.medium:before {
  7704. content: "\f23a";
  7705. }
  7706. /*******************************
  7707. Aliases
  7708. *******************************/
  7709. i.icon.like:before {
  7710. content: "\f004";
  7711. }
  7712. i.icon.favorite:before {
  7713. content: "\f005";
  7714. }
  7715. i.icon.video:before {
  7716. content: "\f008";
  7717. }
  7718. i.icon.check:before {
  7719. content: "\f00c";
  7720. }
  7721. i.icon.close:before {
  7722. content: "\f00d";
  7723. }
  7724. i.icon.cancel:before {
  7725. content: "\f00d";
  7726. }
  7727. i.icon.delete:before {
  7728. content: "\f00d";
  7729. }
  7730. i.icon.x:before {
  7731. content: "\f00d";
  7732. }
  7733. i.icon.user.times:before {
  7734. content: "\f235";
  7735. }
  7736. i.icon.user.close:before {
  7737. content: "\f235";
  7738. }
  7739. i.icon.user.cancel:before {
  7740. content: "\f235";
  7741. }
  7742. i.icon.user.delete:before {
  7743. content: "\f235";
  7744. }
  7745. i.icon.user.x:before {
  7746. content: "\f235";
  7747. }
  7748. i.icon.zoom.in:before {
  7749. content: "\f00e";
  7750. }
  7751. i.icon.magnify:before {
  7752. content: "\f00e";
  7753. }
  7754. i.icon.shutdown:before {
  7755. content: "\f011";
  7756. }
  7757. i.icon.clock:before {
  7758. content: "\f017";
  7759. }
  7760. i.icon.time:before {
  7761. content: "\f017";
  7762. }
  7763. i.icon.play.circle.outline:before {
  7764. content: "\f01d";
  7765. }
  7766. i.icon.headphone:before {
  7767. content: "\f025";
  7768. }
  7769. i.icon.camera:before {
  7770. content: "\f030";
  7771. }
  7772. i.icon.video.camera:before {
  7773. content: "\f03d";
  7774. }
  7775. i.icon.picture:before {
  7776. content: "\f03e";
  7777. }
  7778. i.icon.pencil:before {
  7779. content: "\f040";
  7780. }
  7781. i.icon.compose:before {
  7782. content: "\f040";
  7783. }
  7784. i.icon.point:before {
  7785. content: "\f041";
  7786. }
  7787. i.icon.tint:before {
  7788. content: "\f043";
  7789. }
  7790. i.icon.signup:before {
  7791. content: "\f044";
  7792. }
  7793. i.icon.plus.circle:before {
  7794. content: "\f055";
  7795. }
  7796. i.icon.dont:before {
  7797. content: "\f05e";
  7798. }
  7799. i.icon.minimize:before {
  7800. content: "\f066";
  7801. }
  7802. i.icon.add:before {
  7803. content: "\f067";
  7804. }
  7805. i.icon.eye:before {
  7806. content: "\f06e";
  7807. }
  7808. i.icon.attention:before {
  7809. content: "\f06a";
  7810. }
  7811. i.icon.cart:before {
  7812. content: "\f07a";
  7813. }
  7814. i.icon.shuffle:before {
  7815. content: "\f074";
  7816. }
  7817. i.icon.talk:before {
  7818. content: "\f075";
  7819. }
  7820. i.icon.chat:before {
  7821. content: "\f075";
  7822. }
  7823. i.icon.shopping.cart:before {
  7824. content: "\f07a";
  7825. }
  7826. i.icon.bar.graph:before {
  7827. content: "\f080";
  7828. }
  7829. i.icon.area.graph:before {
  7830. content: "\f1fe";
  7831. }
  7832. i.icon.pie.graph:before {
  7833. content: "\f200";
  7834. }
  7835. i.icon.line.graph:before {
  7836. content: "\f201";
  7837. }
  7838. i.icon.key:before {
  7839. content: "\f084";
  7840. }
  7841. i.icon.cogs:before {
  7842. content: "\f085";
  7843. }
  7844. i.icon.discussions:before {
  7845. content: "\f086";
  7846. }
  7847. i.icon.like.outline:before {
  7848. content: "\f087";
  7849. }
  7850. i.icon.dislike.outline:before {
  7851. content: "\f088";
  7852. }
  7853. i.icon.heart.outline:before {
  7854. content: "\f08a";
  7855. }
  7856. i.icon.log.out:before {
  7857. content: "\f08b";
  7858. }
  7859. i.icon.thumb.tack:before {
  7860. content: "\f08d";
  7861. }
  7862. i.icon.winner:before {
  7863. content: "\f091";
  7864. }
  7865. i.icon.bookmark.outline:before {
  7866. content: "\f097";
  7867. }
  7868. i.icon.phone:before {
  7869. content: "\f095";
  7870. }
  7871. i.icon.phone.square:before {
  7872. content: "\f098";
  7873. }
  7874. i.icon.credit.card:before {
  7875. content: "\f09d";
  7876. }
  7877. i.icon.hdd.outline:before {
  7878. content: "\f0a0";
  7879. }
  7880. i.icon.bullhorn:before {
  7881. content: "\f0a1";
  7882. }
  7883. i.icon.bell:before {
  7884. content: "\f0f3";
  7885. }
  7886. i.icon.bell.outline:before {
  7887. content: "\f0a2";
  7888. }
  7889. i.icon.bell.slash:before {
  7890. content: "\f1f6";
  7891. }
  7892. i.icon.bell.slash.outline:before {
  7893. content: "\f1f7";
  7894. }
  7895. i.icon.hand.outline.right:before {
  7896. content: "\f0a4";
  7897. }
  7898. i.icon.hand.outline.left:before {
  7899. content: "\f0a5";
  7900. }
  7901. i.icon.hand.outline.up:before {
  7902. content: "\f0a6";
  7903. }
  7904. i.icon.hand.outline.down:before {
  7905. content: "\f0a7";
  7906. }
  7907. i.icon.globe:before {
  7908. content: "\f0ac";
  7909. }
  7910. i.icon.wrench:before {
  7911. content: "\f0ad";
  7912. }
  7913. i.icon.briefcase:before {
  7914. content: "\f0b1";
  7915. }
  7916. i.icon.group:before {
  7917. content: "\f0c0";
  7918. }
  7919. i.icon.flask:before {
  7920. content: "\f0c3";
  7921. }
  7922. i.icon.sidebar:before {
  7923. content: "\f0c9";
  7924. }
  7925. i.icon.bars:before {
  7926. content: "\f0c9";
  7927. }
  7928. i.icon.list.ul:before {
  7929. content: "\f0ca";
  7930. }
  7931. i.icon.list.ol:before {
  7932. content: "\f0cb";
  7933. }
  7934. i.icon.numbered.list:before {
  7935. content: "\f0cb";
  7936. }
  7937. i.icon.magic:before {
  7938. content: "\f0d0";
  7939. }
  7940. i.icon.truck:before {
  7941. content: "\f0d1";
  7942. }
  7943. i.icon.currency:before {
  7944. content: "\f0d6";
  7945. }
  7946. i.icon.triangle.down:before {
  7947. content: "\f0d7";
  7948. }
  7949. i.icon.dropdown:before {
  7950. content: "\f0d7";
  7951. }
  7952. i.icon.triangle.up:before {
  7953. content: "\f0d8";
  7954. }
  7955. i.icon.triangle.left:before {
  7956. content: "\f0d9";
  7957. }
  7958. i.icon.triangle.right:before {
  7959. content: "\f0da";
  7960. }
  7961. i.icon.envelope:before {
  7962. content: "\f0e0";
  7963. }
  7964. i.icon.conversation:before {
  7965. content: "\f0e6";
  7966. }
  7967. i.icon.umbrella:before {
  7968. content: "\f0e9";
  7969. }
  7970. i.icon.clipboard:before {
  7971. content: "\f0ea";
  7972. }
  7973. i.icon.lightbulb:before {
  7974. content: "\f0eb";
  7975. }
  7976. i.icon.ambulance:before {
  7977. content: "\f0f9";
  7978. }
  7979. i.icon.medkit:before {
  7980. content: "\f0fa";
  7981. }
  7982. i.icon.fighter.jet:before {
  7983. content: "\f0fb";
  7984. }
  7985. i.icon.beer:before {
  7986. content: "\f0fc";
  7987. }
  7988. i.icon.plus.square:before {
  7989. content: "\f0fe";
  7990. }
  7991. i.icon.computer:before {
  7992. content: "\f108";
  7993. }
  7994. i.icon.circle.outline:before {
  7995. content: "\f10c";
  7996. }
  7997. i.icon.intersex:before {
  7998. content: "\f10c";
  7999. }
  8000. i.icon.asexual:before {
  8001. content: "\f10c";
  8002. }
  8003. i.icon.spinner:before {
  8004. content: "\f110";
  8005. }
  8006. i.icon.gamepad:before {
  8007. content: "\f11b";
  8008. }
  8009. i.icon.star.half.full:before {
  8010. content: "\f123";
  8011. }
  8012. i.icon.question:before {
  8013. content: "\f128";
  8014. }
  8015. i.icon.eraser:before {
  8016. content: "\f12d";
  8017. }
  8018. i.icon.microphone:before {
  8019. content: "\f130";
  8020. }
  8021. i.icon.microphone.slash:before {
  8022. content: "\f131";
  8023. }
  8024. i.icon.shield:before {
  8025. content: "\f132";
  8026. }
  8027. i.icon.target:before {
  8028. content: "\f140";
  8029. }
  8030. i.icon.play.circle:before {
  8031. content: "\f144";
  8032. }
  8033. i.icon.pencil.square:before {
  8034. content: "\f14b";
  8035. }
  8036. i.icon.compass:before {
  8037. content: "\f14e";
  8038. }
  8039. i.icon.amex:before {
  8040. content: "\f1f3";
  8041. }
  8042. i.icon.eur:before {
  8043. content: "\f153";
  8044. }
  8045. i.icon.gbp:before {
  8046. content: "\f154";
  8047. }
  8048. i.icon.usd:before {
  8049. content: "\f155";
  8050. }
  8051. i.icon.inr:before {
  8052. content: "\f156";
  8053. }
  8054. i.icon.cny:before,
  8055. i.icon.rmb:before,
  8056. i.icon.jpy:before {
  8057. content: "\f157";
  8058. }
  8059. i.icon.rouble:before,
  8060. i.icon.rub:before {
  8061. content: "\f158";
  8062. }
  8063. i.icon.krw:before {
  8064. content: "\f159";
  8065. }
  8066. i.icon.btc:before {
  8067. content: "\f15a";
  8068. }
  8069. i.icon.sheqel:before,
  8070. i.icon.ils:before {
  8071. content: "\f20b";
  8072. }
  8073. i.icon.try:before {
  8074. content: "\f195";
  8075. }
  8076. i.icon.zip:before {
  8077. content: "\f187";
  8078. }
  8079. i.icon.dot.circle.outline:before {
  8080. content: "\f192";
  8081. }
  8082. i.icon.sliders:before {
  8083. content: "\f1de";
  8084. }
  8085. i.icon.wi-fi:before {
  8086. content: "\f1eb";
  8087. }
  8088. i.icon.graduation:before {
  8089. content: "\f19d";
  8090. }
  8091. i.icon.weixin:before {
  8092. content: "\f1d7";
  8093. }
  8094. i.icon.binoculars:before {
  8095. content: "\f1e5";
  8096. }
  8097. i.icon.gratipay:before {
  8098. content: "\f184";
  8099. }
  8100. i.icon.genderless:before {
  8101. content: "\f1db";
  8102. }
  8103. i.icon.teletype:before {
  8104. content: "\f1e4";
  8105. }
  8106. i.icon.power.cord:before {
  8107. content: "\f1e6";
  8108. }
  8109. i.icon.tty:before {
  8110. content: "\f1e4";
  8111. }
  8112. i.icon.cc:before {
  8113. content: "\f20a";
  8114. }
  8115. i.icon.plus.cart:before {
  8116. content: "\f217";
  8117. }
  8118. i.icon.arrow.down.cart:before {
  8119. content: "\f218";
  8120. }
  8121. i.icon.detective:before {
  8122. content: "\f21b";
  8123. }
  8124. i.icon.venus:before {
  8125. content: "\f221";
  8126. }
  8127. i.icon.mars:before {
  8128. content: "\f222";
  8129. }
  8130. i.icon.mercury:before {
  8131. content: "\f223";
  8132. }
  8133. i.icon.venus.double:before {
  8134. content: "\f226";
  8135. }
  8136. i.icon.female.homosexual:before {
  8137. content: "\f226";
  8138. }
  8139. i.icon.mars.double:before {
  8140. content: "\f227";
  8141. }
  8142. i.icon.male.homosexual:before {
  8143. content: "\f227";
  8144. }
  8145. i.icon.venus.mars:before {
  8146. content: "\f228";
  8147. }
  8148. i.icon.mars.stroke:before {
  8149. content: "\f229";
  8150. }
  8151. i.icon.mars.alternate:before {
  8152. content: "\f229";
  8153. }
  8154. i.icon.mars.vertical:before {
  8155. content: "\f22a";
  8156. }
  8157. i.icon.mars.horizontal:before {
  8158. content: "\f22b";
  8159. }
  8160. i.icon.mars.stroke.vertical:before {
  8161. content: "\f22a";
  8162. }
  8163. i.icon.mars.stroke.horizontal:before {
  8164. content: "\f22b";
  8165. }
  8166. i.icon.facebook.official {
  8167. content: "\f230";
  8168. }
  8169. i.icon.pinterest.official {
  8170. content: "\f231";
  8171. }
  8172. i.icon.bed:before {
  8173. content: "\f236";
  8174. }
  8175. /*******************************
  8176. Site Overrides
  8177. *******************************/
  8178. /*!
  8179. * # Semantic UI 2.1.6 - Image
  8180. * http://github.com/semantic-org/semantic-ui/
  8181. *
  8182. *
  8183. * Copyright 2015 Contributors
  8184. * Released under the MIT license
  8185. * http://opensource.org/licenses/MIT
  8186. *
  8187. */
  8188. /*******************************
  8189. Image
  8190. *******************************/
  8191. .ui.image {
  8192. position: relative;
  8193. display: inline-block;
  8194. vertical-align: middle;
  8195. max-width: 100%;
  8196. background-color: transparent;
  8197. }
  8198. img.ui.image {
  8199. display: block;
  8200. }
  8201. .ui.image svg,
  8202. .ui.image img {
  8203. display: block;
  8204. max-width: 100%;
  8205. height: auto;
  8206. }
  8207. /*******************************
  8208. States
  8209. *******************************/
  8210. .ui.hidden.images,
  8211. .ui.hidden.image {
  8212. display: none;
  8213. }
  8214. .ui.disabled.images,
  8215. .ui.disabled.image {
  8216. cursor: default;
  8217. opacity: 0.45;
  8218. }
  8219. /*******************************
  8220. Variations
  8221. *******************************/
  8222. /*--------------
  8223. Inline
  8224. ---------------*/
  8225. .ui.inline.image,
  8226. .ui.inline.image svg,
  8227. .ui.inline.image img {
  8228. display: inline-block;
  8229. }
  8230. /*------------------
  8231. Vertical Aligned
  8232. -------------------*/
  8233. .ui.top.aligned.images .image,
  8234. .ui.top.aligned.image,
  8235. .ui.top.aligned.image svg,
  8236. .ui.top.aligned.image img {
  8237. display: inline-block;
  8238. vertical-align: top;
  8239. }
  8240. .ui.middle.aligned.images .image,
  8241. .ui.middle.aligned.image,
  8242. .ui.middle.aligned.image svg,
  8243. .ui.middle.aligned.image img {
  8244. display: inline-block;
  8245. vertical-align: middle;
  8246. }
  8247. .ui.bottom.aligned.images .image,
  8248. .ui.bottom.aligned.image,
  8249. .ui.bottom.aligned.image svg,
  8250. .ui.bottom.aligned.image img {
  8251. display: inline-block;
  8252. vertical-align: bottom;
  8253. }
  8254. /*--------------
  8255. Rounded
  8256. ---------------*/
  8257. .ui.rounded.images .image,
  8258. .ui.rounded.image,
  8259. .ui.rounded.images .image > *,
  8260. .ui.rounded.image > * {
  8261. border-radius: 0.3125em;
  8262. }
  8263. /*--------------
  8264. Bordered
  8265. ---------------*/
  8266. .ui.bordered.images .image,
  8267. .ui.bordered.images img,
  8268. .ui.bordered.images svg,
  8269. .ui.bordered.image img,
  8270. .ui.bordered.image svg,
  8271. img.ui.bordered.image {
  8272. border: 1px solid rgba(0, 0, 0, 0.1);
  8273. }
  8274. /*--------------
  8275. Circular
  8276. ---------------*/
  8277. .ui.circular.images,
  8278. .ui.circular.image {
  8279. overflow: hidden;
  8280. }
  8281. .ui.circular.images .image,
  8282. .ui.circular.image,
  8283. .ui.circular.images .image > *,
  8284. .ui.circular.image > * {
  8285. border-radius: 500rem;
  8286. }
  8287. /*--------------
  8288. Fluid
  8289. ---------------*/
  8290. .ui.fluid.images,
  8291. .ui.fluid.image,
  8292. .ui.fluid.images img,
  8293. .ui.fluid.images svg,
  8294. .ui.fluid.image svg,
  8295. .ui.fluid.image img {
  8296. display: block;
  8297. width: 100%;
  8298. height: auto;
  8299. }
  8300. /*--------------
  8301. Avatar
  8302. ---------------*/
  8303. .ui.avatar.images .image,
  8304. .ui.avatar.images img,
  8305. .ui.avatar.images svg,
  8306. .ui.avatar.image img,
  8307. .ui.avatar.image svg,
  8308. .ui.avatar.image {
  8309. margin-right: 0.25em;
  8310. display: inline-block;
  8311. width: 2em;
  8312. height: 2em;
  8313. border-radius: 500rem;
  8314. }
  8315. /*-------------------
  8316. Spaced
  8317. --------------------*/
  8318. .ui.spaced.image {
  8319. display: inline-block !important;
  8320. margin-left: 0.5em;
  8321. margin-right: 0.5em;
  8322. }
  8323. .ui[class*="left spaced"].image {
  8324. margin-left: 0.5em;
  8325. margin-right: 0em;
  8326. }
  8327. .ui[class*="right spaced"].image {
  8328. margin-left: 0em;
  8329. margin-right: 0.5em;
  8330. }
  8331. /*-------------------
  8332. Floated
  8333. --------------------*/
  8334. .ui.floated.image,
  8335. .ui.floated.images {
  8336. float: left;
  8337. margin-right: 1em;
  8338. margin-bottom: 1em;
  8339. }
  8340. .ui.right.floated.images,
  8341. .ui.right.floated.image {
  8342. float: right;
  8343. margin-right: 0em;
  8344. margin-bottom: 1em;
  8345. margin-left: 1em;
  8346. }
  8347. .ui.floated.images:last-child,
  8348. .ui.floated.image:last-child {
  8349. margin-bottom: 0em;
  8350. }
  8351. .ui.centered.images,
  8352. .ui.centered.image {
  8353. margin-left: auto;
  8354. margin-right: auto;
  8355. }
  8356. /*--------------
  8357. Sizes
  8358. ---------------*/
  8359. .ui.mini.images .image,
  8360. .ui.mini.images img,
  8361. .ui.mini.images svg,
  8362. .ui.mini.image {
  8363. width: 35px;
  8364. height: auto;
  8365. font-size: 0.71428571rem;
  8366. }
  8367. .ui.tiny.images .image,
  8368. .ui.tiny.images img,
  8369. .ui.tiny.images svg,
  8370. .ui.tiny.image {
  8371. width: 80px;
  8372. height: auto;
  8373. font-size: 0.85714286rem;
  8374. }
  8375. .ui.small.images .image,
  8376. .ui.small.images img,
  8377. .ui.small.images svg,
  8378. .ui.small.image {
  8379. width: 150px;
  8380. height: auto;
  8381. font-size: 0.92857143rem;
  8382. }
  8383. .ui.medium.images .image,
  8384. .ui.medium.images img,
  8385. .ui.medium.images svg,
  8386. .ui.medium.image {
  8387. width: 300px;
  8388. height: auto;
  8389. font-size: 1rem;
  8390. }
  8391. .ui.large.images .image,
  8392. .ui.large.images img,
  8393. .ui.large.images svg,
  8394. .ui.large.image {
  8395. width: 450px;
  8396. height: auto;
  8397. font-size: 1.14285714rem;
  8398. }
  8399. .ui.big.images .image,
  8400. .ui.big.images img,
  8401. .ui.big.images svg,
  8402. .ui.big.image {
  8403. width: 600px;
  8404. height: auto;
  8405. font-size: 1.28571429rem;
  8406. }
  8407. .ui.huge.images .image,
  8408. .ui.huge.images img,
  8409. .ui.huge.images svg,
  8410. .ui.huge.image {
  8411. width: 800px;
  8412. height: auto;
  8413. font-size: 1.42857143rem;
  8414. }
  8415. .ui.massive.images .image,
  8416. .ui.massive.images img,
  8417. .ui.massive.images svg,
  8418. .ui.massive.image {
  8419. width: 960px;
  8420. height: auto;
  8421. font-size: 1.71428571rem;
  8422. }
  8423. /*******************************
  8424. Groups
  8425. *******************************/
  8426. .ui.images {
  8427. font-size: 0em;
  8428. margin: 0em -0.25rem 0rem;
  8429. }
  8430. .ui.images .image,
  8431. .ui.images img,
  8432. .ui.images svg {
  8433. display: inline-block;
  8434. margin: 0em 0.25rem 0.5rem;
  8435. }
  8436. /*******************************
  8437. Theme Overrides
  8438. *******************************/
  8439. /*******************************
  8440. Site Overrides
  8441. *******************************/
  8442. /*!
  8443. * # Semantic UI 2.1.6 - Input
  8444. * http://github.com/semantic-org/semantic-ui/
  8445. *
  8446. *
  8447. * Copyright 2015 Contributors
  8448. * Released under the MIT license
  8449. * http://opensource.org/licenses/MIT
  8450. *
  8451. */
  8452. /*******************************
  8453. Standard
  8454. *******************************/
  8455. /*--------------------
  8456. Inputs
  8457. ---------------------*/
  8458. .ui.input {
  8459. position: relative;
  8460. font-weight: normal;
  8461. font-style: normal;
  8462. display: -webkit-inline-box;
  8463. display: -webkit-inline-flex;
  8464. display: -ms-inline-flexbox;
  8465. display: inline-flex;
  8466. color: rgba(0, 0, 0, 0.87);
  8467. }
  8468. .ui.input input {
  8469. margin: 0em;
  8470. max-width: 100%;
  8471. -webkit-box-flex: 1;
  8472. -webkit-flex: 1 0 auto;
  8473. -ms-flex: 1 0 auto;
  8474. flex: 1 0 auto;
  8475. outline: none;
  8476. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  8477. text-align: left;
  8478. line-height: 1.2142em;
  8479. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  8480. padding: 0.67861429em 1em;
  8481. background: #FFFFFF;
  8482. border: 1px solid rgba(34, 36, 38, 0.15);
  8483. color: rgba(0, 0, 0, 0.87);
  8484. border-radius: 0.28571429rem;
  8485. -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  8486. transition: box-shadow 0.1s ease, border-color 0.1s ease;
  8487. box-shadow: none;
  8488. }
  8489. /*--------------------
  8490. Placeholder
  8491. ---------------------*/
  8492. /* browsers require these rules separate */
  8493. .ui.input input::-webkit-input-placeholder {
  8494. color: rgba(0, 0, 0, 0.4);
  8495. }
  8496. .ui.input input::-moz-placeholder {
  8497. color: rgba(0, 0, 0, 0.4);
  8498. }
  8499. .ui.input input::-ms-input-placeholder {
  8500. color: rgba(0, 0, 0, 0.4);
  8501. }
  8502. /*******************************
  8503. States
  8504. *******************************/
  8505. /*--------------------
  8506. Disabled
  8507. ---------------------*/
  8508. .ui.disabled.input,
  8509. .ui.input input[disabled] {
  8510. opacity: 0.45;
  8511. }
  8512. .ui.disabled.input input {
  8513. pointer-events: none;
  8514. }
  8515. /*--------------------
  8516. Active
  8517. ---------------------*/
  8518. .ui.input input:active,
  8519. .ui.input.down input {
  8520. border-color: rgba(0, 0, 0, 0.3);
  8521. background: #FAFAFA;
  8522. color: rgba(0, 0, 0, 0.87);
  8523. box-shadow: none;
  8524. }
  8525. /*--------------------
  8526. Loading
  8527. ---------------------*/
  8528. .ui.loading.loading.input > i.icon:before {
  8529. position: absolute;
  8530. content: '';
  8531. top: 50%;
  8532. left: 50%;
  8533. margin: -0.64285714em 0em 0em -0.64285714em;
  8534. width: 1.28571429em;
  8535. height: 1.28571429em;
  8536. border-radius: 500rem;
  8537. border: 0.2em solid rgba(0, 0, 0, 0.1);
  8538. }
  8539. .ui.loading.loading.input > i.icon:after {
  8540. position: absolute;
  8541. content: '';
  8542. top: 50%;
  8543. left: 50%;
  8544. margin: -0.64285714em 0em 0em -0.64285714em;
  8545. width: 1.28571429em;
  8546. height: 1.28571429em;
  8547. -webkit-animation: button-spin 0.6s linear;
  8548. animation: button-spin 0.6s linear;
  8549. -webkit-animation-iteration-count: infinite;
  8550. animation-iteration-count: infinite;
  8551. border-radius: 500rem;
  8552. border-color: #767676 transparent transparent;
  8553. border-style: solid;
  8554. border-width: 0.2em;
  8555. box-shadow: 0px 0px 0px 1px transparent;
  8556. }
  8557. /*--------------------
  8558. Focus
  8559. ---------------------*/
  8560. .ui.input.focus input,
  8561. .ui.input input:focus {
  8562. border-color: #85B7D9;
  8563. background: #FFFFFF;
  8564. color: rgba(0, 0, 0, 0.8);
  8565. box-shadow: none;
  8566. }
  8567. .ui.input.focus input::-webkit-input-placeholder,
  8568. .ui.input input:focus::-webkit-input-placeholder {
  8569. color: rgba(0, 0, 0, 0.87);
  8570. }
  8571. .ui.input.focus input::-moz-placeholder,
  8572. .ui.input input:focus::-moz-placeholder {
  8573. color: rgba(0, 0, 0, 0.87);
  8574. }
  8575. .ui.input.focus input::-ms-input-placeholder,
  8576. .ui.input input:focus::-ms-input-placeholder {
  8577. color: rgba(0, 0, 0, 0.87);
  8578. }
  8579. /*--------------------
  8580. Error
  8581. ---------------------*/
  8582. .ui.input.error input {
  8583. background-color: #FFF6F6;
  8584. border-color: #E0B4B4;
  8585. color: #9F3A38;
  8586. box-shadow: none;
  8587. }
  8588. /* Error Placeholder */
  8589. .ui.input.error input::-webkit-input-placeholder {
  8590. color: #e7bdbc;
  8591. }
  8592. .ui.input.error input::-moz-placeholder {
  8593. color: #e7bdbc;
  8594. }
  8595. .ui.input.error input::-ms-input-placeholder {
  8596. color: #e7bdbc;
  8597. }
  8598. /* Focused Error Placeholder */
  8599. .ui.input.error input:focus::-webkit-input-placeholder {
  8600. color: #da9796;
  8601. }
  8602. .ui.input.error input:focus::-moz-placeholder {
  8603. color: #da9796;
  8604. }
  8605. .ui.input.error input:focus::-ms-input-placeholder {
  8606. color: #da9796;
  8607. }
  8608. /*******************************
  8609. Variations
  8610. *******************************/
  8611. /*--------------------
  8612. Transparent
  8613. ---------------------*/
  8614. .ui.transparent.input input {
  8615. border-color: transparent !important;
  8616. background-color: transparent !important;
  8617. padding: 0em !important;
  8618. box-shadow: none !important;
  8619. }
  8620. /* Transparent Icon */
  8621. .ui.transparent.icon.input > i.icon {
  8622. width: 1.1em;
  8623. }
  8624. .ui.transparent.icon.input > input {
  8625. padding-left: 0em !important;
  8626. padding-right: 2em !important;
  8627. }
  8628. .ui.transparent[class*="left icon"].input > input {
  8629. padding-left: 2em !important;
  8630. padding-right: 0em !important;
  8631. }
  8632. /* Transparent Inverted */
  8633. .ui.transparent.inverted.input {
  8634. color: #FFFFFF;
  8635. }
  8636. .ui.transparent.inverted.input input {
  8637. color: inherit;
  8638. }
  8639. .ui.transparent.inverted.input input::-webkit-input-placeholder {
  8640. color: rgba(255, 255, 255, 0.5);
  8641. }
  8642. .ui.transparent.inverted.input input::-moz-placeholder {
  8643. color: rgba(255, 255, 255, 0.5);
  8644. }
  8645. .ui.transparent.inverted.input input::-ms-input-placeholder {
  8646. color: rgba(255, 255, 255, 0.5);
  8647. }
  8648. /*--------------------
  8649. Icon
  8650. ---------------------*/
  8651. .ui.icon.input > i.icon {
  8652. cursor: default;
  8653. position: absolute;
  8654. line-height: 1;
  8655. text-align: center;
  8656. top: 0px;
  8657. right: 0px;
  8658. margin: 0em;
  8659. height: 100%;
  8660. width: 2.67142857em;
  8661. opacity: 0.5;
  8662. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  8663. -webkit-transition: opacity 0.3s ease;
  8664. transition: opacity 0.3s ease;
  8665. }
  8666. .ui.icon.input > i.icon:not(.link) {
  8667. pointer-events: none;
  8668. }
  8669. .ui.icon.input input {
  8670. padding-right: 2.67142857em !important;
  8671. }
  8672. .ui.icon.input > i.icon:before,
  8673. .ui.icon.input > i.icon:after {
  8674. left: 0;
  8675. position: absolute;
  8676. text-align: center;
  8677. top: 50%;
  8678. width: 100%;
  8679. margin-top: -0.5em;
  8680. }
  8681. .ui.icon.input > i.link.icon {
  8682. cursor: pointer;
  8683. }
  8684. .ui.icon.input > i.circular.icon {
  8685. top: 0.35em;
  8686. right: 0.5em;
  8687. }
  8688. /* Left Icon Input */
  8689. .ui[class*="left icon"].input > i.icon {
  8690. right: auto;
  8691. left: 1px;
  8692. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  8693. }
  8694. .ui[class*="left icon"].input > i.circular.icon {
  8695. right: auto;
  8696. left: 0.5em;
  8697. }
  8698. .ui[class*="left icon"].input > input {
  8699. padding-left: 2.67142857em !important;
  8700. padding-right: 1em !important;
  8701. }
  8702. /* Focus */
  8703. .ui.icon.input > input:focus ~ i.icon {
  8704. opacity: 1;
  8705. }
  8706. /*--------------------
  8707. Labeled
  8708. ---------------------*/
  8709. /* Adjacent Label */
  8710. .ui.labeled.input > .label {
  8711. -webkit-box-flex: 0;
  8712. -webkit-flex: 0 0 auto;
  8713. -ms-flex: 0 0 auto;
  8714. flex: 0 0 auto;
  8715. margin: 0;
  8716. font-size: 1em;
  8717. }
  8718. .ui.labeled.input > .label:not(.corner) {
  8719. padding-top: 0.78571429em;
  8720. padding-bottom: 0.78571429em;
  8721. }
  8722. /* Regular Label on Left */
  8723. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  8724. border-top-right-radius: 0px;
  8725. border-bottom-right-radius: 0px;
  8726. }
  8727. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  8728. border-top-left-radius: 0px;
  8729. border-bottom-left-radius: 0px;
  8730. border-left-color: transparent;
  8731. }
  8732. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  8733. border-left-color: #85B7D9;
  8734. }
  8735. /* Regular Label on Right */
  8736. .ui[class*="right labeled"].input input {
  8737. border-top-right-radius: 0px !important;
  8738. border-bottom-right-radius: 0px !important;
  8739. border-right-color: transparent !important;
  8740. }
  8741. .ui[class*="right labeled"].input input + .label {
  8742. border-top-left-radius: 0px;
  8743. border-bottom-left-radius: 0px;
  8744. }
  8745. .ui[class*="right labeled"].input input:focus {
  8746. border-right-color: #85B7D9 !important;
  8747. }
  8748. /* Corner Label */
  8749. .ui.labeled.input .corner.label {
  8750. top: 1px;
  8751. right: 1px;
  8752. font-size: 0.64285714em;
  8753. border-radius: 0em 0.28571429rem 0em 0em;
  8754. }
  8755. /* Spacing with corner label */
  8756. .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input {
  8757. padding-right: 2.5em !important;
  8758. }
  8759. .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  8760. padding-right: 3.25em !important;
  8761. }
  8762. .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  8763. margin-right: 1.25em;
  8764. }
  8765. /* Left Labeled */
  8766. .ui[class*="left corner labeled"].labeled.input input {
  8767. padding-left: 2.5em !important;
  8768. }
  8769. .ui[class*="left corner labeled"].icon.input > input {
  8770. padding-left: 3.25em !important;
  8771. }
  8772. .ui[class*="left corner labeled"].icon.input > .icon {
  8773. margin-left: 1.25em;
  8774. }
  8775. /* Corner Label Position */
  8776. .ui.input > .ui.corner.label {
  8777. top: 1px;
  8778. right: 1px;
  8779. }
  8780. .ui.input > .ui.left.corner.label {
  8781. right: auto;
  8782. left: 1px;
  8783. }
  8784. /*--------------------
  8785. Action
  8786. ---------------------*/
  8787. .ui.action.input > .button,
  8788. .ui.action.input > .buttons {
  8789. display: -webkit-box;
  8790. display: -webkit-flex;
  8791. display: -ms-flexbox;
  8792. display: flex;
  8793. -webkit-box-align: center;
  8794. -webkit-align-items: center;
  8795. -ms-flex-align: center;
  8796. align-items: center;
  8797. -webkit-box-flex: 0;
  8798. -webkit-flex: 0 0 auto;
  8799. -ms-flex: 0 0 auto;
  8800. flex: 0 0 auto;
  8801. }
  8802. .ui.action.input > .button,
  8803. .ui.action.input > .buttons > .button {
  8804. padding-top: 0.78571429em;
  8805. padding-bottom: 0.78571429em;
  8806. margin: 0;
  8807. }
  8808. /* Button on Right */
  8809. .ui.action.input:not([class*="left action"]) > input {
  8810. border-top-right-radius: 0px !important;
  8811. border-bottom-right-radius: 0px !important;
  8812. border-right-color: transparent !important;
  8813. }
  8814. .ui.action.input:not([class*="left action"]) > .dropdown,
  8815. .ui.action.input:not([class*="left action"]) > .button,
  8816. .ui.action.input:not([class*="left action"]) > .buttons > .button {
  8817. border-radius: 0px;
  8818. }
  8819. .ui.action.input:not([class*="left action"]) > .dropdown:last-child,
  8820. .ui.action.input:not([class*="left action"]) > .button:last-child,
  8821. .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
  8822. border-radius: 0px 0.28571429rem 0.28571429rem 0px;
  8823. }
  8824. /* Input Focus */
  8825. .ui.action.input:not([class*="left action"]) input:focus {
  8826. border-right-color: #85B7D9 !important;
  8827. }
  8828. /* Button on Left */
  8829. .ui[class*="left action"].input > input {
  8830. border-top-left-radius: 0px !important;
  8831. border-bottom-left-radius: 0px !important;
  8832. border-left-color: transparent !important;
  8833. }
  8834. .ui[class*="left action"].input > .dropdown,
  8835. .ui[class*="left action"].input > .button,
  8836. .ui[class*="left action"].input > .buttons > .button {
  8837. border-radius: 0px;
  8838. }
  8839. .ui[class*="left action"].input > .dropdown:first-child,
  8840. .ui[class*="left action"].input > .button:first-child,
  8841. .ui[class*="left action"].input > .buttons:first-child > .button {
  8842. border-radius: 0.28571429rem 0px 0px 0.28571429rem;
  8843. }
  8844. /* Input Focus */
  8845. .ui[class*="left action"].input > input:focus {
  8846. border-left-color: #85B7D9 !important;
  8847. }
  8848. /*--------------------
  8849. Inverted
  8850. ---------------------*/
  8851. /* Standard */
  8852. .ui.inverted.input input {
  8853. border: none;
  8854. }
  8855. /*--------------------
  8856. Fluid
  8857. ---------------------*/
  8858. .ui.fluid.input {
  8859. display: -webkit-box;
  8860. display: -webkit-flex;
  8861. display: -ms-flexbox;
  8862. display: flex;
  8863. }
  8864. .ui.fluid.input > input {
  8865. width: 0px !important;
  8866. }
  8867. /*--------------------
  8868. Size
  8869. ---------------------*/
  8870. .ui.mini.input {
  8871. font-size: 0.71428571em;
  8872. }
  8873. .ui.small.input {
  8874. font-size: 0.92857143em;
  8875. }
  8876. .ui.input {
  8877. font-size: 1em;
  8878. }
  8879. .ui.large.input {
  8880. font-size: 1.14285714em;
  8881. }
  8882. .ui.big.input {
  8883. font-size: 1.28571429em;
  8884. }
  8885. .ui.huge.input {
  8886. font-size: 1.42857143em;
  8887. }
  8888. .ui.massive.input {
  8889. font-size: 1.71428571em;
  8890. }
  8891. /*******************************
  8892. Theme Overrides
  8893. *******************************/
  8894. /*******************************
  8895. Site Overrides
  8896. *******************************/
  8897. /*!
  8898. * # Semantic UI 2.1.6 - Label
  8899. * http://github.com/semantic-org/semantic-ui/
  8900. *
  8901. *
  8902. * Copyright 2015 Contributors
  8903. * Released under the MIT license
  8904. * http://opensource.org/licenses/MIT
  8905. *
  8906. */
  8907. /*******************************
  8908. Label
  8909. *******************************/
  8910. .ui.label {
  8911. display: inline-block;
  8912. line-height: 1;
  8913. vertical-align: baseline;
  8914. margin: 0em 0.14285714em;
  8915. background-color: #E8E8E8;
  8916. background-image: none;
  8917. padding: 0.5833em 0.833em;
  8918. color: rgba(0, 0, 0, 0.6);
  8919. text-transform: none;
  8920. font-weight: bold;
  8921. border: 0px solid transparent;
  8922. border-radius: 0.28571429rem;
  8923. -webkit-transition: background 0.1s ease;
  8924. transition: background 0.1s ease;
  8925. }
  8926. .ui.label:first-child {
  8927. margin-left: 0em;
  8928. }
  8929. .ui.label:last-child {
  8930. margin-right: 0em;
  8931. }
  8932. /* Link */
  8933. a.ui.label {
  8934. cursor: pointer;
  8935. }
  8936. /* Inside Link */
  8937. .ui.label > a {
  8938. cursor: pointer;
  8939. color: inherit;
  8940. opacity: 0.5;
  8941. -webkit-transition: 0.1s opacity ease;
  8942. transition: 0.1s opacity ease;
  8943. }
  8944. .ui.label > a:hover {
  8945. opacity: 1;
  8946. }
  8947. /* Image */
  8948. .ui.label > img {
  8949. width: auto !important;
  8950. vertical-align: middle;
  8951. height: 2.1666em !important;
  8952. }
  8953. /* Icon */
  8954. .ui.label > .icon {
  8955. width: auto;
  8956. margin: 0em 0.75em 0em 0em;
  8957. }
  8958. /* Detail */
  8959. .ui.label > .detail {
  8960. display: inline-block;
  8961. vertical-align: top;
  8962. font-weight: bold;
  8963. margin-left: 1em;
  8964. opacity: 0.8;
  8965. }
  8966. .ui.label > .detail .icon {
  8967. margin: 0em 0.25em 0em 0em;
  8968. }
  8969. /* Removable label */
  8970. .ui.label > .close.icon,
  8971. .ui.label > .delete.icon {
  8972. cursor: pointer;
  8973. margin-right: 0em;
  8974. margin-left: 0.5em;
  8975. font-size: 0.92857143em;
  8976. opacity: 0.5;
  8977. -webkit-transition: background 0.1s ease;
  8978. transition: background 0.1s ease;
  8979. }
  8980. .ui.label > .delete.icon:hover {
  8981. opacity: 1;
  8982. }
  8983. /*-------------------
  8984. Group
  8985. --------------------*/
  8986. .ui.labels > .label {
  8987. margin: 0em 0.5em 0.5em 0em;
  8988. }
  8989. /*-------------------
  8990. Coupling
  8991. --------------------*/
  8992. .ui.header > .ui.label {
  8993. margin-top: -0.29165em;
  8994. }
  8995. /* Remove border radius on attached segment */
  8996. .ui.attached.segment > .ui.top.left.attached.label,
  8997. .ui.bottom.attached.segment > .ui.top.left.attached.label {
  8998. border-top-left-radius: 0;
  8999. }
  9000. .ui.attached.segment > .ui.top.right.attached.label,
  9001. .ui.bottom.attached.segment > .ui.top.right.attached.label {
  9002. border-top-right-radius: 0;
  9003. }
  9004. .ui.top.attached.segment > .ui.bottom.left.attached.label {
  9005. border-bottom-left-radius: 0;
  9006. }
  9007. .ui.top.attached.segment > .ui.bottom.right.attached.label {
  9008. border-bottom-right-radius: 0;
  9009. }
  9010. /* Padding on next content after a label */
  9011. .ui.top.attached.label:first-child + :not(.attached) {
  9012. margin-top: 2rem !important;
  9013. }
  9014. .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
  9015. margin-top: 0em;
  9016. margin-bottom: 2rem !important;
  9017. }
  9018. /*******************************
  9019. Types
  9020. *******************************/
  9021. .ui.image.label {
  9022. width: auto !important;
  9023. margin-top: 0em;
  9024. margin-bottom: 0em;
  9025. max-width: 9999px;
  9026. vertical-align: baseline;
  9027. text-transform: none;
  9028. background: #E8E8E8;
  9029. padding: 0.5833em 0.833em 0.5833em 0.5em;
  9030. border-radius: 0.28571429rem;
  9031. box-shadow: none;
  9032. }
  9033. .ui.image.label img {
  9034. display: inline-block;
  9035. vertical-align: top;
  9036. height: 2.1666em;
  9037. margin: -0.5833em 0.5em -0.5833em -0.5em;
  9038. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  9039. }
  9040. .ui.image.label .detail {
  9041. background: rgba(0, 0, 0, 0.1);
  9042. margin: -0.5833em -0.833em -0.5833em 0.5em;
  9043. padding: 0.5833em 0.833em;
  9044. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  9045. }
  9046. /*-------------------
  9047. Tag
  9048. --------------------*/
  9049. .ui.tag.labels .label,
  9050. .ui.tag.label {
  9051. margin-left: 1em;
  9052. position: relative;
  9053. padding-left: 1.5em;
  9054. padding-right: 1.5em;
  9055. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  9056. -webkit-transition: none;
  9057. transition: none;
  9058. }
  9059. .ui.tag.labels .label:before,
  9060. .ui.tag.label:before {
  9061. position: absolute;
  9062. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  9063. -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  9064. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  9065. top: 50%;
  9066. right: 100%;
  9067. content: '';
  9068. background-color: inherit;
  9069. background-image: none;
  9070. width: 1.56em;
  9071. height: 1.56em;
  9072. -webkit-transition: none;
  9073. transition: none;
  9074. }
  9075. .ui.tag.labels .label:after,
  9076. .ui.tag.label:after {
  9077. position: absolute;
  9078. content: '';
  9079. top: 50%;
  9080. left: -0.25em;
  9081. margin-top: -0.25em;
  9082. background-color: #FFFFFF !important;
  9083. width: 0.5em;
  9084. height: 0.5em;
  9085. box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  9086. border-radius: 500rem;
  9087. }
  9088. /*-------------------
  9089. Corner Label
  9090. --------------------*/
  9091. .ui.corner.label {
  9092. position: absolute;
  9093. top: 0em;
  9094. right: 0em;
  9095. margin: 0em;
  9096. padding: 0em;
  9097. text-align: center;
  9098. border-color: #E8E8E8;
  9099. width: 4em;
  9100. height: 4em;
  9101. z-index: 1;
  9102. -webkit-transition: border-color 0.1s ease;
  9103. transition: border-color 0.1s ease;
  9104. }
  9105. /* Icon Label */
  9106. .ui.corner.label {
  9107. background-color: transparent !important;
  9108. }
  9109. .ui.corner.label:after {
  9110. position: absolute;
  9111. content: "";
  9112. right: 0em;
  9113. top: 0em;
  9114. z-index: -1;
  9115. width: 0em;
  9116. height: 0em;
  9117. background-color: transparent !important;
  9118. border-top: 0em solid transparent;
  9119. border-right: 4em solid transparent;
  9120. border-bottom: 4em solid transparent;
  9121. border-left: 0em solid transparent;
  9122. border-right-color: inherit;
  9123. -webkit-transition: border-color 0.1s ease;
  9124. transition: border-color 0.1s ease;
  9125. }
  9126. .ui.corner.label .icon {
  9127. cursor: default;
  9128. position: relative;
  9129. top: 0.64285714em;
  9130. left: 0.78571429em;
  9131. font-size: 1.14285714em;
  9132. margin: 0em;
  9133. }
  9134. /* Left Corner */
  9135. .ui.left.corner.label,
  9136. .ui.left.corner.label:after {
  9137. right: auto;
  9138. left: 0em;
  9139. }
  9140. .ui.left.corner.label:after {
  9141. border-top: 4em solid transparent;
  9142. border-right: 4em solid transparent;
  9143. border-bottom: 0em solid transparent;
  9144. border-left: 0em solid transparent;
  9145. border-top-color: inherit;
  9146. }
  9147. .ui.left.corner.label .icon {
  9148. left: -0.78571429em;
  9149. }
  9150. /* Segment */
  9151. .ui.segment > .ui.corner.label {
  9152. top: -1px;
  9153. right: -1px;
  9154. }
  9155. .ui.segment > .ui.left.corner.label {
  9156. right: auto;
  9157. left: -1px;
  9158. }
  9159. /*-------------------
  9160. Ribbon
  9161. --------------------*/
  9162. .ui.ribbon.label {
  9163. position: relative;
  9164. margin: 0em;
  9165. min-width: -webkit-max-content;
  9166. min-width: -moz-max-content;
  9167. min-width: max-content;
  9168. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  9169. border-color: rgba(0, 0, 0, 0.15);
  9170. }
  9171. .ui.ribbon.label:after {
  9172. position: absolute;
  9173. content: '';
  9174. top: 100%;
  9175. left: 0%;
  9176. background-color: transparent !important;
  9177. border-style: solid;
  9178. border-width: 0em 1.2em 1.2em 0em;
  9179. border-color: transparent;
  9180. border-right-color: inherit;
  9181. width: 0em;
  9182. height: 0em;
  9183. }
  9184. /* Positioning */
  9185. .ui.ribbon.label {
  9186. left: calc( -1rem - 1.2em );
  9187. margin-right: -1.2em;
  9188. padding-left: calc( 1rem + 1.2em );
  9189. padding-right: 1.2em;
  9190. }
  9191. .ui[class*="right ribbon"].label {
  9192. left: calc(100% + 1rem + 1.2em );
  9193. padding-left: 1.2em;
  9194. padding-right: calc( 1rem + 1.2em );
  9195. }
  9196. /* Right Ribbon */
  9197. .ui[class*="right ribbon"].label {
  9198. text-align: left;
  9199. -webkit-transform: translateX(-100%);
  9200. -ms-transform: translateX(-100%);
  9201. transform: translateX(-100%);
  9202. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  9203. }
  9204. .ui[class*="right ribbon"].label:after {
  9205. left: auto;
  9206. right: 0%;
  9207. border-style: solid;
  9208. border-width: 1.2em 1.2em 0em 0em;
  9209. border-color: transparent;
  9210. border-top-color: inherit;
  9211. }
  9212. /* Inside Table */
  9213. .ui.image > .ribbon.label,
  9214. .ui.card .image > .ribbon.label {
  9215. position: absolute;
  9216. top: 1rem;
  9217. }
  9218. .ui.card .image > .ui.ribbon.label,
  9219. .ui.image > .ui.ribbon.label {
  9220. left: calc( 0.05rem - 1.2em );
  9221. }
  9222. .ui.card .image > .ui[class*="right ribbon"].label,
  9223. .ui.image > .ui[class*="right ribbon"].label {
  9224. left: calc(100% + -0.05rem + 1.2em );
  9225. padding-left: 0.833em;
  9226. }
  9227. /* Inside Table */
  9228. .ui.table td > .ui.ribbon.label {
  9229. left: calc( -0.71428571em - 1.2em );
  9230. }
  9231. .ui.table td > .ui[class*="right ribbon"].label {
  9232. left: calc(100% + 0.71428571em + 1.2em );
  9233. padding-left: 0.833em;
  9234. }
  9235. /*-------------------
  9236. Attached
  9237. --------------------*/
  9238. .ui[class*="top attached"].label,
  9239. .ui.attached.label {
  9240. width: 100%;
  9241. position: absolute;
  9242. margin: 0em;
  9243. top: 0em;
  9244. left: 0em;
  9245. padding: 0.75em 1em;
  9246. border-radius: 0.21428571rem 0.21428571rem 0em 0em;
  9247. }
  9248. .ui[class*="bottom attached"].label {
  9249. top: auto;
  9250. bottom: 0em;
  9251. border-radius: 0em 0em 0.21428571rem 0.21428571rem;
  9252. }
  9253. .ui[class*="top left attached"].label {
  9254. width: auto;
  9255. margin-top: 0em !important;
  9256. border-radius: 0.21428571rem 0em 0.28571429rem 0em;
  9257. }
  9258. .ui[class*="top right attached"].label {
  9259. width: auto;
  9260. left: auto;
  9261. right: 0em;
  9262. border-radius: 0em 0.21428571rem 0em 0.28571429rem;
  9263. }
  9264. .ui[class*="bottom left attached"].label {
  9265. width: auto;
  9266. top: auto;
  9267. bottom: 0em;
  9268. border-radius: 0em 0.28571429rem 0em 0.21428571rem;
  9269. }
  9270. .ui[class*="bottom right attached"].label {
  9271. top: auto;
  9272. bottom: 0em;
  9273. left: auto;
  9274. right: 0em;
  9275. width: auto;
  9276. border-radius: 0.28571429rem 0em 0.21428571rem 0em;
  9277. }
  9278. /*******************************
  9279. States
  9280. *******************************/
  9281. /*-------------------
  9282. Disabled
  9283. --------------------*/
  9284. .ui.label.disabled {
  9285. opacity: 0.5;
  9286. }
  9287. /*-------------------
  9288. Hover
  9289. --------------------*/
  9290. a.ui.labels .label:hover,
  9291. a.ui.label:hover {
  9292. background-color: #E0E0E0;
  9293. border-color: #E0E0E0;
  9294. background-image: none;
  9295. color: rgba(0, 0, 0, 0.8);
  9296. }
  9297. .ui.labels a.label:hover:before,
  9298. a.ui.label:hover:before {
  9299. color: rgba(0, 0, 0, 0.8);
  9300. }
  9301. /*-------------------
  9302. Active
  9303. --------------------*/
  9304. .ui.active.label {
  9305. background-color: #D0D0D0;
  9306. border-color: #D0D0D0;
  9307. background-image: none;
  9308. color: rgba(0, 0, 0, 0.95);
  9309. }
  9310. .ui.active.label:before {
  9311. background-color: #D0D0D0;
  9312. background-image: none;
  9313. color: rgba(0, 0, 0, 0.95);
  9314. }
  9315. /*-------------------
  9316. Active Hover
  9317. --------------------*/
  9318. a.ui.labels .active.label:hover,
  9319. a.ui.active.label:hover {
  9320. background-color: #C8C8C8;
  9321. border-color: #C8C8C8;
  9322. background-image: none;
  9323. color: rgba(0, 0, 0, 0.95);
  9324. }
  9325. .ui.labels a.active.label:ActiveHover:before,
  9326. a.ui.active.label:ActiveHover:before {
  9327. background-color: #C8C8C8;
  9328. background-image: none;
  9329. color: rgba(0, 0, 0, 0.95);
  9330. }
  9331. /*-------------------
  9332. Visible
  9333. --------------------*/
  9334. .ui.labels.visible .label,
  9335. .ui.label.visible {
  9336. display: inline-block !important;
  9337. }
  9338. /*-------------------
  9339. Hidden
  9340. --------------------*/
  9341. .ui.labels.hidden .label,
  9342. .ui.label.hidden {
  9343. display: none !important;
  9344. }
  9345. /*******************************
  9346. Variations
  9347. *******************************/
  9348. /*-------------------
  9349. Colors
  9350. --------------------*/
  9351. /*--- Red ---*/
  9352. .ui.red.labels .label,
  9353. .ui.red.label {
  9354. background-color: #DB2828 !important;
  9355. border-color: #DB2828 !important;
  9356. color: #FFFFFF !important;
  9357. }
  9358. /* Link */
  9359. .ui.red.labels .label:hover,
  9360. a.ui.red.label:hover {
  9361. background-color: #d01919 !important;
  9362. border-color: #d01919 !important;
  9363. color: #FFFFFF !important;
  9364. }
  9365. /* Corner */
  9366. .ui.red.corner.label,
  9367. .ui.red.corner.label:hover {
  9368. background-color: transparent !important;
  9369. }
  9370. /* Ribbon */
  9371. .ui.red.ribbon.label {
  9372. border-color: #b21e1e !important;
  9373. }
  9374. /* Basic */
  9375. .ui.basic.red.label {
  9376. background-color: #FFFFFF !important;
  9377. color: #DB2828 !important;
  9378. border-color: #DB2828 !important;
  9379. }
  9380. .ui.basic.red.labels a.label:hover,
  9381. a.ui.basic.red.label:hover {
  9382. background-color: #FFFFFF !important;
  9383. color: #d01919 !important;
  9384. border-color: #d01919 !important;
  9385. }
  9386. /*--- Orange ---*/
  9387. .ui.orange.labels .label,
  9388. .ui.orange.label {
  9389. background-color: #F2711C !important;
  9390. border-color: #F2711C !important;
  9391. color: #FFFFFF !important;
  9392. }
  9393. /* Link */
  9394. .ui.orange.labels .label:hover,
  9395. a.ui.orange.label:hover {
  9396. background-color: #f26202 !important;
  9397. border-color: #f26202 !important;
  9398. color: #FFFFFF !important;
  9399. }
  9400. /* Corner */
  9401. .ui.orange.corner.label,
  9402. .ui.orange.corner.label:hover {
  9403. background-color: transparent !important;
  9404. }
  9405. /* Ribbon */
  9406. .ui.orange.ribbon.label {
  9407. border-color: #cf590c !important;
  9408. }
  9409. /* Basic */
  9410. .ui.basic.orange.label {
  9411. background-color: #FFFFFF !important;
  9412. color: #F2711C !important;
  9413. border-color: #F2711C !important;
  9414. }
  9415. .ui.basic.orange.labels a.label:hover,
  9416. a.ui.basic.orange.label:hover {
  9417. background-color: #FFFFFF !important;
  9418. color: #f26202 !important;
  9419. border-color: #f26202 !important;
  9420. }
  9421. /*--- Yellow ---*/
  9422. .ui.yellow.labels .label,
  9423. .ui.yellow.label {
  9424. background-color: #FBBD08 !important;
  9425. border-color: #FBBD08 !important;
  9426. color: #FFFFFF !important;
  9427. }
  9428. /* Link */
  9429. .ui.yellow.labels .label:hover,
  9430. a.ui.yellow.label:hover {
  9431. background-color: #eaae00 !important;
  9432. border-color: #eaae00 !important;
  9433. color: #FFFFFF !important;
  9434. }
  9435. /* Corner */
  9436. .ui.yellow.corner.label,
  9437. .ui.yellow.corner.label:hover {
  9438. background-color: transparent !important;
  9439. }
  9440. /* Ribbon */
  9441. .ui.yellow.ribbon.label {
  9442. border-color: #cd9903 !important;
  9443. }
  9444. /* Basic */
  9445. .ui.basic.yellow.label {
  9446. background-color: #FFFFFF !important;
  9447. color: #FBBD08 !important;
  9448. border-color: #FBBD08 !important;
  9449. }
  9450. .ui.basic.yellow.labels a.label:hover,
  9451. a.ui.basic.yellow.label:hover {
  9452. background-color: #FFFFFF !important;
  9453. color: #eaae00 !important;
  9454. border-color: #eaae00 !important;
  9455. }
  9456. /*--- Olive ---*/
  9457. .ui.olive.labels .label,
  9458. .ui.olive.label {
  9459. background-color: #B5CC18 !important;
  9460. border-color: #B5CC18 !important;
  9461. color: #FFFFFF !important;
  9462. }
  9463. /* Link */
  9464. .ui.olive.labels .label:hover,
  9465. a.ui.olive.label:hover {
  9466. background-color: #a7bd0d !important;
  9467. border-color: #a7bd0d !important;
  9468. color: #FFFFFF !important;
  9469. }
  9470. /* Corner */
  9471. .ui.olive.corner.label,
  9472. .ui.olive.corner.label:hover {
  9473. background-color: transparent !important;
  9474. }
  9475. /* Ribbon */
  9476. .ui.olive.ribbon.label {
  9477. border-color: #198f35 !important;
  9478. }
  9479. /* Basic */
  9480. .ui.basic.olive.label {
  9481. background-color: #FFFFFF !important;
  9482. color: #B5CC18 !important;
  9483. border-color: #B5CC18 !important;
  9484. }
  9485. .ui.basic.olive.labels a.label:hover,
  9486. a.ui.basic.olive.label:hover {
  9487. background-color: #FFFFFF !important;
  9488. color: #a7bd0d !important;
  9489. border-color: #a7bd0d !important;
  9490. }
  9491. /*--- Green ---*/
  9492. .ui.green.labels .label,
  9493. .ui.green.label {
  9494. background-color: #21BA45 !important;
  9495. border-color: #21BA45 !important;
  9496. color: #FFFFFF !important;
  9497. }
  9498. /* Link */
  9499. .ui.green.labels .label:hover,
  9500. a.ui.green.label:hover {
  9501. background-color: #16ab39 !important;
  9502. border-color: #16ab39 !important;
  9503. color: #FFFFFF !important;
  9504. }
  9505. /* Corner */
  9506. .ui.green.corner.label,
  9507. .ui.green.corner.label:hover {
  9508. background-color: transparent !important;
  9509. }
  9510. /* Ribbon */
  9511. .ui.green.ribbon.label {
  9512. border-color: #198f35 !important;
  9513. }
  9514. /* Basic */
  9515. .ui.basic.green.label {
  9516. background-color: #FFFFFF !important;
  9517. color: #21BA45 !important;
  9518. border-color: #21BA45 !important;
  9519. }
  9520. .ui.basic.green.labels a.label:hover,
  9521. a.ui.basic.green.label:hover {
  9522. background-color: #FFFFFF !important;
  9523. color: #16ab39 !important;
  9524. border-color: #16ab39 !important;
  9525. }
  9526. /*--- Teal ---*/
  9527. .ui.teal.labels .label,
  9528. .ui.teal.label {
  9529. background-color: #00B5AD !important;
  9530. border-color: #00B5AD !important;
  9531. color: #FFFFFF !important;
  9532. }
  9533. /* Link */
  9534. .ui.teal.labels .label:hover,
  9535. a.ui.teal.label:hover {
  9536. background-color: #009c95 !important;
  9537. border-color: #009c95 !important;
  9538. color: #FFFFFF !important;
  9539. }
  9540. /* Corner */
  9541. .ui.teal.corner.label,
  9542. .ui.teal.corner.label:hover {
  9543. background-color: transparent !important;
  9544. }
  9545. /* Ribbon */
  9546. .ui.teal.ribbon.label {
  9547. border-color: #00827c !important;
  9548. }
  9549. /* Basic */
  9550. .ui.basic.teal.label {
  9551. background-color: #FFFFFF !important;
  9552. color: #00B5AD !important;
  9553. border-color: #00B5AD !important;
  9554. }
  9555. .ui.basic.teal.labels a.label:hover,
  9556. a.ui.basic.teal.label:hover {
  9557. background-color: #FFFFFF !important;
  9558. color: #009c95 !important;
  9559. border-color: #009c95 !important;
  9560. }
  9561. /*--- Blue ---*/
  9562. .ui.blue.labels .label,
  9563. .ui.blue.label {
  9564. background-color: #2185D0 !important;
  9565. border-color: #2185D0 !important;
  9566. color: #FFFFFF !important;
  9567. }
  9568. /* Link */
  9569. .ui.blue.labels .label:hover,
  9570. a.ui.blue.label:hover {
  9571. background-color: #1678c2 !important;
  9572. border-color: #1678c2 !important;
  9573. color: #FFFFFF !important;
  9574. }
  9575. /* Corner */
  9576. .ui.blue.corner.label,
  9577. .ui.blue.corner.label:hover {
  9578. background-color: transparent !important;
  9579. }
  9580. /* Ribbon */
  9581. .ui.blue.ribbon.label {
  9582. border-color: #1a69a4 !important;
  9583. }
  9584. /* Basic */
  9585. .ui.basic.blue.label {
  9586. background-color: #FFFFFF !important;
  9587. color: #2185D0 !important;
  9588. border-color: #2185D0 !important;
  9589. }
  9590. .ui.basic.blue.labels a.label:hover,
  9591. a.ui.basic.blue.label:hover {
  9592. background-color: #FFFFFF !important;
  9593. color: #1678c2 !important;
  9594. border-color: #1678c2 !important;
  9595. }
  9596. /*--- Violet ---*/
  9597. .ui.violet.labels .label,
  9598. .ui.violet.label {
  9599. background-color: #6435C9 !important;
  9600. border-color: #6435C9 !important;
  9601. color: #FFFFFF !important;
  9602. }
  9603. /* Link */
  9604. .ui.violet.labels .label:hover,
  9605. a.ui.violet.label:hover {
  9606. background-color: #5829bb !important;
  9607. border-color: #5829bb !important;
  9608. color: #FFFFFF !important;
  9609. }
  9610. /* Corner */
  9611. .ui.violet.corner.label,
  9612. .ui.violet.corner.label:hover {
  9613. background-color: transparent !important;
  9614. }
  9615. /* Ribbon */
  9616. .ui.violet.ribbon.label {
  9617. border-color: #502aa1 !important;
  9618. }
  9619. /* Basic */
  9620. .ui.basic.violet.label {
  9621. background-color: #FFFFFF !important;
  9622. color: #6435C9 !important;
  9623. border-color: #6435C9 !important;
  9624. }
  9625. .ui.basic.violet.labels a.label:hover,
  9626. a.ui.basic.violet.label:hover {
  9627. background-color: #FFFFFF !important;
  9628. color: #5829bb !important;
  9629. border-color: #5829bb !important;
  9630. }
  9631. /*--- Purple ---*/
  9632. .ui.purple.labels .label,
  9633. .ui.purple.label {
  9634. background-color: #A333C8 !important;
  9635. border-color: #A333C8 !important;
  9636. color: #FFFFFF !important;
  9637. }
  9638. /* Link */
  9639. .ui.purple.labels .label:hover,
  9640. a.ui.purple.label:hover {
  9641. background-color: #9627ba !important;
  9642. border-color: #9627ba !important;
  9643. color: #FFFFFF !important;
  9644. }
  9645. /* Corner */
  9646. .ui.purple.corner.label,
  9647. .ui.purple.corner.label:hover {
  9648. background-color: transparent !important;
  9649. }
  9650. /* Ribbon */
  9651. .ui.purple.ribbon.label {
  9652. border-color: #82299f !important;
  9653. }
  9654. /* Basic */
  9655. .ui.basic.purple.label {
  9656. background-color: #FFFFFF !important;
  9657. color: #A333C8 !important;
  9658. border-color: #A333C8 !important;
  9659. }
  9660. .ui.basic.purple.labels a.label:hover,
  9661. a.ui.basic.purple.label:hover {
  9662. background-color: #FFFFFF !important;
  9663. color: #9627ba !important;
  9664. border-color: #9627ba !important;
  9665. }
  9666. /*--- Pink ---*/
  9667. .ui.pink.labels .label,
  9668. .ui.pink.label {
  9669. background-color: #E03997 !important;
  9670. border-color: #E03997 !important;
  9671. color: #FFFFFF !important;
  9672. }
  9673. /* Link */
  9674. .ui.pink.labels .label:hover,
  9675. a.ui.pink.label:hover {
  9676. background-color: #e61a8d !important;
  9677. border-color: #e61a8d !important;
  9678. color: #FFFFFF !important;
  9679. }
  9680. /* Corner */
  9681. .ui.pink.corner.label,
  9682. .ui.pink.corner.label:hover {
  9683. background-color: transparent !important;
  9684. }
  9685. /* Ribbon */
  9686. .ui.pink.ribbon.label {
  9687. border-color: #c71f7e !important;
  9688. }
  9689. /* Basic */
  9690. .ui.basic.pink.label {
  9691. background-color: #FFFFFF !important;
  9692. color: #E03997 !important;
  9693. border-color: #E03997 !important;
  9694. }
  9695. .ui.basic.pink.labels a.label:hover,
  9696. a.ui.basic.pink.label:hover {
  9697. background-color: #FFFFFF !important;
  9698. color: #e61a8d !important;
  9699. border-color: #e61a8d !important;
  9700. }
  9701. /*--- Brown ---*/
  9702. .ui.brown.labels .label,
  9703. .ui.brown.label {
  9704. background-color: #A5673F !important;
  9705. border-color: #A5673F !important;
  9706. color: #FFFFFF !important;
  9707. }
  9708. /* Link */
  9709. .ui.brown.labels .label:hover,
  9710. a.ui.brown.label:hover {
  9711. background-color: #975b33 !important;
  9712. border-color: #975b33 !important;
  9713. color: #FFFFFF !important;
  9714. }
  9715. /* Corner */
  9716. .ui.brown.corner.label,
  9717. .ui.brown.corner.label:hover {
  9718. background-color: transparent !important;
  9719. }
  9720. /* Ribbon */
  9721. .ui.brown.ribbon.label {
  9722. border-color: #805031 !important;
  9723. }
  9724. /* Basic */
  9725. .ui.basic.brown.label {
  9726. background-color: #FFFFFF !important;
  9727. color: #A5673F !important;
  9728. border-color: #A5673F !important;
  9729. }
  9730. .ui.basic.brown.labels a.label:hover,
  9731. a.ui.basic.brown.label:hover {
  9732. background-color: #FFFFFF !important;
  9733. color: #975b33 !important;
  9734. border-color: #975b33 !important;
  9735. }
  9736. /*--- Grey ---*/
  9737. .ui.grey.labels .label,
  9738. .ui.grey.label {
  9739. background-color: #767676 !important;
  9740. border-color: #767676 !important;
  9741. color: #FFFFFF !important;
  9742. }
  9743. /* Link */
  9744. .ui.grey.labels .label:hover,
  9745. a.ui.grey.label:hover {
  9746. background-color: #838383 !important;
  9747. border-color: #838383 !important;
  9748. color: #FFFFFF !important;
  9749. }
  9750. /* Corner */
  9751. .ui.grey.corner.label,
  9752. .ui.grey.corner.label:hover {
  9753. background-color: transparent !important;
  9754. }
  9755. /* Ribbon */
  9756. .ui.grey.ribbon.label {
  9757. border-color: #805031 !important;
  9758. }
  9759. /* Basic */
  9760. .ui.basic.grey.label {
  9761. background-color: #FFFFFF !important;
  9762. color: #767676 !important;
  9763. border-color: #767676 !important;
  9764. }
  9765. .ui.basic.grey.labels a.label:hover,
  9766. a.ui.basic.grey.label:hover {
  9767. background-color: #FFFFFF !important;
  9768. color: #838383 !important;
  9769. border-color: #838383 !important;
  9770. }
  9771. /*--- Black ---*/
  9772. .ui.black.labels .label,
  9773. .ui.black.label {
  9774. background-color: #1B1C1D !important;
  9775. border-color: #1B1C1D !important;
  9776. color: #FFFFFF !important;
  9777. }
  9778. /* Link */
  9779. .ui.black.labels .label:hover,
  9780. a.ui.black.label:hover {
  9781. background-color: #27292a !important;
  9782. border-color: #27292a !important;
  9783. color: #FFFFFF !important;
  9784. }
  9785. /* Corner */
  9786. .ui.black.corner.label,
  9787. .ui.black.corner.label:hover {
  9788. background-color: transparent !important;
  9789. }
  9790. /* Ribbon */
  9791. .ui.black.ribbon.label {
  9792. border-color: #805031 !important;
  9793. }
  9794. /* Basic */
  9795. .ui.basic.black.label {
  9796. background-color: #FFFFFF !important;
  9797. color: #1B1C1D !important;
  9798. border-color: #1B1C1D !important;
  9799. }
  9800. .ui.basic.black.labels a.label:hover,
  9801. a.ui.basic.black.label:hover {
  9802. background-color: #FFFFFF !important;
  9803. color: #27292a !important;
  9804. border-color: #27292a !important;
  9805. }
  9806. /*-------------------
  9807. Basic
  9808. --------------------*/
  9809. .ui.basic.label {
  9810. background: none #FFFFFF;
  9811. border: 1px solid rgba(34, 36, 38, 0.15);
  9812. color: rgba(0, 0, 0, 0.87);
  9813. box-shadow: none;
  9814. }
  9815. /* Link */
  9816. a.ui.basic.label:hover {
  9817. text-decoration: none;
  9818. background: none #FFFFFF;
  9819. color: #1e70bf;
  9820. box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  9821. box-shadow: none;
  9822. }
  9823. /* Pointing */
  9824. .ui.basic.pointing.label:before {
  9825. border-color: inherit;
  9826. }
  9827. /*-------------------
  9828. Fluid
  9829. --------------------*/
  9830. .ui.label.fluid,
  9831. .ui.fluid.labels > .label {
  9832. width: 100%;
  9833. box-sizing: border-box;
  9834. }
  9835. /*-------------------
  9836. Inverted
  9837. --------------------*/
  9838. .ui.inverted.labels .label,
  9839. .ui.inverted.label {
  9840. color: rgba(255, 255, 255, 0.9) !important;
  9841. }
  9842. /*-------------------
  9843. Horizontal
  9844. --------------------*/
  9845. .ui.horizontal.labels .label,
  9846. .ui.horizontal.label {
  9847. margin: 0em 0.5em 0em 0em;
  9848. padding: 0.4em 0.833em;
  9849. min-width: 3em;
  9850. text-align: center;
  9851. }
  9852. /*-------------------
  9853. Circular
  9854. --------------------*/
  9855. .ui.circular.labels .label,
  9856. .ui.circular.label {
  9857. min-width: 2em;
  9858. min-height: 2em;
  9859. padding: 0.5em !important;
  9860. line-height: 1em;
  9861. text-align: center;
  9862. border-radius: 500rem;
  9863. }
  9864. .ui.empty.circular.labels .label,
  9865. .ui.empty.circular.label {
  9866. min-width: 0em;
  9867. min-height: 0em;
  9868. overflow: hidden;
  9869. width: 0.5em;
  9870. height: 0.5em;
  9871. vertical-align: baseline;
  9872. }
  9873. /*-------------------
  9874. Pointing
  9875. --------------------*/
  9876. .ui.pointing.label {
  9877. position: relative;
  9878. }
  9879. .ui.attached.pointing.label {
  9880. position: absolute;
  9881. }
  9882. .ui.pointing.label:before {
  9883. background-color: inherit;
  9884. background-image: inherit;
  9885. border-width: none;
  9886. border-style: solid;
  9887. border-color: inherit;
  9888. }
  9889. /* Arrow */
  9890. .ui.pointing.label:before {
  9891. position: absolute;
  9892. content: '';
  9893. -webkit-transform: rotate(45deg);
  9894. -ms-transform: rotate(45deg);
  9895. transform: rotate(45deg);
  9896. background-image: none;
  9897. z-index: 2;
  9898. width: 0.6666em;
  9899. height: 0.6666em;
  9900. -webkit-transition: background 0.1s ease;
  9901. transition: background 0.1s ease;
  9902. }
  9903. /*--- Above ---*/
  9904. .ui.pointing.label,
  9905. .ui[class*="pointing above"].label {
  9906. margin-top: 1em;
  9907. }
  9908. .ui.pointing.label:before,
  9909. .ui[class*="pointing above"].label:before {
  9910. border-width: 1px 0px 0px 1px;
  9911. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9912. -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9913. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9914. top: 0%;
  9915. left: 50%;
  9916. }
  9917. /*--- Below ---*/
  9918. .ui[class*="bottom pointing"].label,
  9919. .ui[class*="pointing below"].label {
  9920. margin-top: 0em;
  9921. margin-bottom: 1em;
  9922. }
  9923. .ui[class*="bottom pointing"].label:before,
  9924. .ui[class*="pointing below"].label:before {
  9925. border-width: 0px 1px 1px 0px;
  9926. top: auto;
  9927. right: auto;
  9928. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9929. -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9930. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9931. top: 100%;
  9932. left: 50%;
  9933. }
  9934. /*--- Left ---*/
  9935. .ui[class*="left pointing"].label {
  9936. margin-top: 0em;
  9937. margin-left: 0.6666em;
  9938. }
  9939. .ui[class*="left pointing"].label:before {
  9940. border-width: 0px 0px 1px 1px;
  9941. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9942. -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9943. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  9944. bottom: auto;
  9945. right: auto;
  9946. top: 50%;
  9947. left: 0em;
  9948. }
  9949. /*--- Right ---*/
  9950. .ui[class*="right pointing"].label {
  9951. margin-top: 0em;
  9952. margin-right: 0.6666em;
  9953. }
  9954. .ui[class*="right pointing"].label:before {
  9955. border-width: 1px 1px 0px 0px;
  9956. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  9957. -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  9958. transform: translateX(50%) translateY(-50%) rotate(45deg);
  9959. top: 50%;
  9960. right: 0%;
  9961. bottom: auto;
  9962. left: auto;
  9963. }
  9964. /* Basic Pointing */
  9965. /*--- Above ---*/
  9966. .ui.basic.pointing.label:before,
  9967. .ui.basic[class*="pointing above"].label:before {
  9968. margin-top: -1px;
  9969. }
  9970. /*--- Below ---*/
  9971. .ui.basic[class*="bottom pointing"].label:before,
  9972. .ui.basic[class*="pointing below"].label:before {
  9973. bottom: auto;
  9974. top: 100%;
  9975. margin-top: 1px;
  9976. }
  9977. /*--- Left ---*/
  9978. .ui.basic[class*="left pointing"].label:before {
  9979. top: 50%;
  9980. left: -1px;
  9981. }
  9982. /*--- Right ---*/
  9983. .ui.basic[class*="right pointing"].label:before {
  9984. top: 50%;
  9985. right: -1px;
  9986. }
  9987. /*------------------
  9988. Floating Label
  9989. -------------------*/
  9990. .ui.floating.label {
  9991. position: absolute;
  9992. z-index: 100;
  9993. top: -1em;
  9994. left: 100%;
  9995. margin: 0em 0em 0em -1.5em !important;
  9996. }
  9997. /*-------------------
  9998. Sizes
  9999. --------------------*/
  10000. .ui.mini.labels .label,
  10001. .ui.mini.label {
  10002. font-size: 0.64285714rem;
  10003. }
  10004. .ui.tiny.labels .label,
  10005. .ui.tiny.label {
  10006. font-size: 0.71428571rem;
  10007. }
  10008. .ui.small.labels .label,
  10009. .ui.small.label {
  10010. font-size: 0.78571429rem;
  10011. }
  10012. .ui.labels .label,
  10013. .ui.label {
  10014. font-size: 0.85714286rem;
  10015. }
  10016. .ui.large.labels .label,
  10017. .ui.large.label {
  10018. font-size: 1rem;
  10019. }
  10020. .ui.big.labels .label,
  10021. .ui.big.label {
  10022. font-size: 1.28571429rem;
  10023. }
  10024. .ui.huge.labels .label,
  10025. .ui.huge.label {
  10026. font-size: 1.42857143rem;
  10027. }
  10028. .ui.massive.labels .label,
  10029. .ui.massive.label {
  10030. font-size: 1.71428571rem;
  10031. }
  10032. /*******************************
  10033. Theme Overrides
  10034. *******************************/
  10035. /*******************************
  10036. Site Overrides
  10037. *******************************/
  10038. /*!
  10039. * # Semantic UI 2.1.6 - List
  10040. * http://github.com/semantic-org/semantic-ui/
  10041. *
  10042. *
  10043. * Copyright 2015 Contributors
  10044. * Released under the MIT license
  10045. * http://opensource.org/licenses/MIT
  10046. *
  10047. */
  10048. /*******************************
  10049. List
  10050. *******************************/
  10051. ul.ui.list,
  10052. ol.ui.list,
  10053. .ui.list {
  10054. list-style-type: none;
  10055. margin: 1em 0em;
  10056. padding: 0em 0em;
  10057. }
  10058. ul.ui.list:first-child,
  10059. ol.ui.list:first-child,
  10060. .ui.list:first-child {
  10061. margin-top: 0em;
  10062. padding-top: 0em;
  10063. }
  10064. ul.ui.list:last-child,
  10065. ol.ui.list:last-child,
  10066. .ui.list:last-child {
  10067. margin-bottom: 0em;
  10068. padding-bottom: 0em;
  10069. }
  10070. /*******************************
  10071. Content
  10072. *******************************/
  10073. /* List Item */
  10074. ul.ui.list li,
  10075. ol.ui.list li,
  10076. .ui.list > .item,
  10077. .ui.list .list > .item {
  10078. display: list-item;
  10079. table-layout: fixed;
  10080. list-style-type: none;
  10081. list-style-position: outside;
  10082. padding: 0.21428571em 0em;
  10083. line-height: 1.14285714em;
  10084. }
  10085. ul.ui.list > li:first-child:after,
  10086. ol.ui.list > li:first-child:after,
  10087. .ui.list > .list > .item,
  10088. .ui.list > .item:after {
  10089. content: '';
  10090. display: block;
  10091. height: 0;
  10092. clear: both;
  10093. visibility: hidden;
  10094. }
  10095. ul.ui.list li:first-child,
  10096. ol.ui.list li:first-child,
  10097. .ui.list .list > .item:first-child,
  10098. .ui.list > .item:first-child {
  10099. padding-top: 0em;
  10100. }
  10101. ul.ui.list li:last-child,
  10102. ol.ui.list li:last-child,
  10103. .ui.list .list > .item:last-child,
  10104. .ui.list > .item:last-child {
  10105. padding-bottom: 0em;
  10106. }
  10107. /* Child List */
  10108. ul.ui.list ul,
  10109. ol.ui.list ol,
  10110. .ui.list .list {
  10111. clear: both;
  10112. margin: 0em;
  10113. padding: 0.75em 0em 0.25em 0.5em;
  10114. }
  10115. /* Child Item */
  10116. ul.ui.list ul li,
  10117. ol.ui.list ol li,
  10118. .ui.list .list > .item {
  10119. padding: 0.14285714em 0em;
  10120. line-height: inherit;
  10121. }
  10122. /* Icon */
  10123. .ui.list .list > .item > i.icon,
  10124. .ui.list > .item > i.icon {
  10125. display: table-cell;
  10126. margin: 0em;
  10127. padding-top: 0.07142857em;
  10128. padding-right: 0.28571429em;
  10129. vertical-align: top;
  10130. -webkit-transition: color 0.1s ease;
  10131. transition: color 0.1s ease;
  10132. }
  10133. .ui.list .list > .item > i.icon:only-child,
  10134. .ui.list > .item > i.icon:only-child {
  10135. display: inline-block;
  10136. vertical-align: top;
  10137. }
  10138. /* Image */
  10139. .ui.list .list > .item > .image,
  10140. .ui.list > .item > .image {
  10141. display: table-cell;
  10142. background-color: transparent;
  10143. margin: 0em;
  10144. vertical-align: top;
  10145. }
  10146. .ui.list .list > .item > .image:not(:only-child):not(img),
  10147. .ui.list > .item > .image:not(:only-child):not(img) {
  10148. padding-right: 0.5em;
  10149. }
  10150. .ui.list .list > .item > .image img,
  10151. .ui.list > .item > .image img {
  10152. vertical-align: top;
  10153. }
  10154. .ui.list .list > .item > img.image,
  10155. .ui.list .list > .item > .image:only-child,
  10156. .ui.list > .item > img.image,
  10157. .ui.list > .item > .image:only-child {
  10158. display: inline-block;
  10159. }
  10160. /* Content */
  10161. .ui.list .list > .item > .content,
  10162. .ui.list > .item > .content {
  10163. line-height: 1.14285714em;
  10164. }
  10165. .ui.list .list > .item > .image + .content,
  10166. .ui.list .list > .item > .icon + .content,
  10167. .ui.list > .item > .image + .content,
  10168. .ui.list > .item > .icon + .content {
  10169. display: table-cell;
  10170. padding: 0em 0em 0em 0.5em;
  10171. vertical-align: top;
  10172. }
  10173. .ui.list .list > .item > img.image + .content,
  10174. .ui.list > .item > img.image + .content {
  10175. display: inline-block;
  10176. }
  10177. .ui.list .list > .item > .content > .list,
  10178. .ui.list > .item > .content > .list {
  10179. margin-left: 0em;
  10180. padding-left: 0em;
  10181. }
  10182. /* Header */
  10183. .ui.list .list > .item .header,
  10184. .ui.list > .item .header {
  10185. display: block;
  10186. margin: 0em;
  10187. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  10188. font-weight: bold;
  10189. color: rgba(0, 0, 0, 0.87);
  10190. }
  10191. /* Description */
  10192. .ui.list .list > .item .description,
  10193. .ui.list > .item .description {
  10194. display: block;
  10195. color: rgba(0, 0, 0, 0.7);
  10196. }
  10197. /* Child Link */
  10198. .ui.list > .item a,
  10199. .ui.list .list > .item a {
  10200. cursor: pointer;
  10201. }
  10202. /* Linking Item */
  10203. .ui.list .list > a.item,
  10204. .ui.list > a.item {
  10205. cursor: pointer;
  10206. color: #4183C4;
  10207. }
  10208. .ui.list .list > a.item:hover,
  10209. .ui.list > a.item:hover {
  10210. color: #1e70bf;
  10211. }
  10212. /* Linked Item Icons */
  10213. .ui.list .list > a.item i.icon,
  10214. .ui.list > a.item i.icon {
  10215. color: rgba(0, 0, 0, 0.4);
  10216. }
  10217. /* Header Link */
  10218. .ui.list .list > .item a.header,
  10219. .ui.list > .item a.header {
  10220. cursor: pointer;
  10221. color: #4183C4 !important;
  10222. }
  10223. .ui.list .list > .item a.header:hover,
  10224. .ui.list > .item a.header:hover {
  10225. color: #1e70bf !important;
  10226. }
  10227. /* Floated Content */
  10228. .ui[class*="left floated"].list {
  10229. float: left;
  10230. }
  10231. .ui[class*="right floated"].list {
  10232. float: right;
  10233. }
  10234. .ui.list .list > .item [class*="left floated"],
  10235. .ui.list > .item [class*="left floated"] {
  10236. float: left;
  10237. margin: 0em 1em 0em 0em;
  10238. }
  10239. .ui.list .list > .item [class*="right floated"],
  10240. .ui.list > .item [class*="right floated"] {
  10241. float: right;
  10242. margin: 0em 0em 0em 1em;
  10243. }
  10244. /*******************************
  10245. Coupling
  10246. *******************************/
  10247. .ui.menu .ui.list > .item,
  10248. .ui.menu .ui.list .list > .item {
  10249. display: list-item;
  10250. table-layout: fixed;
  10251. background-color: transparent;
  10252. list-style-type: none;
  10253. list-style-position: outside;
  10254. padding: 0.21428571em 0em;
  10255. line-height: 1.14285714em;
  10256. }
  10257. .ui.menu .ui.list .list > .item:before,
  10258. .ui.menu .ui.list > .item:before {
  10259. border: none;
  10260. background: none;
  10261. }
  10262. .ui.menu .ui.list .list > .item:first-child,
  10263. .ui.menu .ui.list > .item:first-child {
  10264. padding-top: 0em;
  10265. }
  10266. .ui.menu .ui.list .list > .item:last-child,
  10267. .ui.menu .ui.list > .item:last-child {
  10268. padding-bottom: 0em;
  10269. }
  10270. /*******************************
  10271. Types
  10272. *******************************/
  10273. /*-------------------
  10274. Horizontal
  10275. --------------------*/
  10276. .ui.horizontal.list {
  10277. display: inline-block;
  10278. font-size: 0em;
  10279. }
  10280. .ui.horizontal.list > .item {
  10281. display: inline-block;
  10282. margin-left: 1em;
  10283. font-size: 1rem;
  10284. }
  10285. .ui.horizontal.list:not(.celled) > .item:first-child {
  10286. margin-left: 0em !important;
  10287. padding-left: 0em !important;
  10288. }
  10289. .ui.horizontal.list .list {
  10290. padding-left: 0em;
  10291. padding-bottom: 0em;
  10292. }
  10293. .ui.horizontal.list > .item > .image,
  10294. .ui.horizontal.list .list > .item > .image,
  10295. .ui.horizontal.list > .item > .icon,
  10296. .ui.horizontal.list .list > .item > .icon,
  10297. .ui.horizontal.list > .item > .content,
  10298. .ui.horizontal.list .list > .item > .content {
  10299. vertical-align: middle;
  10300. }
  10301. /* Padding on all elements */
  10302. .ui.horizontal.list > .item:first-child,
  10303. .ui.horizontal.list > .item:last-child {
  10304. padding-top: 0.21428571em;
  10305. padding-bottom: 0.21428571em;
  10306. }
  10307. /* Horizontal List */
  10308. .ui.horizontal.list > .item > i.icon {
  10309. margin: 0em;
  10310. padding: 0em 0.25em 0em 0em;
  10311. }
  10312. .ui.horizontal.list > .item > .icon,
  10313. .ui.horizontal.list > .item > .icon + .content {
  10314. float: none;
  10315. display: inline-block;
  10316. }
  10317. /*******************************
  10318. States
  10319. *******************************/
  10320. /*-------------------
  10321. Disabled
  10322. --------------------*/
  10323. .ui.list .list > .disabled.item,
  10324. .ui.list > .disabled.item {
  10325. pointer-events: none;
  10326. color: rgba(40, 40, 40, 0.3) !important;
  10327. }
  10328. .ui.inverted.list .list > .disabled.item,
  10329. .ui.inverted.list > .disabled.item {
  10330. color: rgba(225, 225, 225, 0.3) !important;
  10331. }
  10332. /*-------------------
  10333. Hover
  10334. --------------------*/
  10335. .ui.list .list > a.item:hover .icon,
  10336. .ui.list > a.item:hover .icon {
  10337. color: rgba(0, 0, 0, 0.87);
  10338. }
  10339. /*******************************
  10340. Variations
  10341. *******************************/
  10342. /*-------------------
  10343. Inverted
  10344. --------------------*/
  10345. .ui.inverted.list .list > a.item > .icon,
  10346. .ui.inverted.list > a.item > .icon {
  10347. color: rgba(255, 255, 255, 0.7);
  10348. }
  10349. .ui.inverted.list .list > .item .header,
  10350. .ui.inverted.list > .item .header {
  10351. color: rgba(255, 255, 255, 0.9);
  10352. }
  10353. .ui.inverted.list .list > .item .description,
  10354. .ui.inverted.list > .item .description {
  10355. color: rgba(255, 255, 255, 0.7);
  10356. }
  10357. /* Item Link */
  10358. .ui.inverted.list .list > a.item,
  10359. .ui.inverted.list > a.item {
  10360. cursor: pointer;
  10361. color: rgba(255, 255, 255, 0.9);
  10362. }
  10363. .ui.inverted.list .list > a.item:hover,
  10364. .ui.inverted.list > a.item:hover {
  10365. color: #1e70bf;
  10366. }
  10367. /* Linking Content */
  10368. .ui.inverted.list .item a:not(.ui) {
  10369. color: rgba(255, 255, 255, 0.9) !important;
  10370. }
  10371. .ui.inverted.list .item a:not(.ui):hover {
  10372. color: #1e70bf !important;
  10373. }
  10374. /*-------------------
  10375. Aligned
  10376. --------------------*/
  10377. .ui.list[class*="top aligned"] .image,
  10378. .ui.list[class*="top aligned"] .content,
  10379. .ui.list [class*="top aligned"] {
  10380. vertical-align: top !important;
  10381. }
  10382. .ui.list[class*="middle aligned"] .image,
  10383. .ui.list[class*="middle aligned"] .content,
  10384. .ui.list [class*="middle aligned"] {
  10385. vertical-align: middle !important;
  10386. }
  10387. .ui.list[class*="bottom aligned"] .image,
  10388. .ui.list[class*="bottom aligned"] .content,
  10389. .ui.list [class*="bottom aligned"] {
  10390. vertical-align: bottom !important;
  10391. }
  10392. /*-------------------
  10393. Link
  10394. --------------------*/
  10395. .ui.link.list .item,
  10396. .ui.link.list a.item,
  10397. .ui.link.list .item a:not(.ui) {
  10398. color: rgba(0, 0, 0, 0.4);
  10399. -webkit-transition: 0.1s color ease;
  10400. transition: 0.1s color ease;
  10401. }
  10402. .ui.link.list a.item:hover,
  10403. .ui.link.list .item a:not(.ui):hover {
  10404. color: rgba(0, 0, 0, 0.8);
  10405. }
  10406. .ui.link.list a.item:active,
  10407. .ui.link.list .item a:not(.ui):active {
  10408. color: rgba(0, 0, 0, 0.9);
  10409. }
  10410. .ui.link.list .active.item,
  10411. .ui.link.list .active.item a:not(.ui) {
  10412. color: rgba(0, 0, 0, 0.95);
  10413. }
  10414. /* Inverted */
  10415. .ui.inverted.link.list .item,
  10416. .ui.inverted.link.list a.item,
  10417. .ui.inverted.link.list .item a:not(.ui) {
  10418. color: rgba(255, 255, 255, 0.5);
  10419. }
  10420. .ui.inverted.link.list a.item:hover,
  10421. .ui.inverted.link.list .item a:not(.ui):hover {
  10422. color: #ffffff;
  10423. }
  10424. .ui.inverted.link.list a.item:active,
  10425. .ui.inverted.link.list .item a:not(.ui):active {
  10426. color: #ffffff;
  10427. }
  10428. .ui.inverted.link.list a.active.item,
  10429. .ui.inverted.link.list .active.item a:not(.ui) {
  10430. color: #ffffff;
  10431. }
  10432. /*-------------------
  10433. Selection
  10434. --------------------*/
  10435. .ui.selection.list .list > .item,
  10436. .ui.selection.list > .item {
  10437. cursor: pointer;
  10438. background: transparent;
  10439. padding: 0.5em 0.5em;
  10440. margin: 0em;
  10441. color: rgba(0, 0, 0, 0.4);
  10442. border-radius: 0.5em;
  10443. -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  10444. transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  10445. }
  10446. .ui.selection.list .list > .item:last-child,
  10447. .ui.selection.list > .item:last-child {
  10448. margin-bottom: 0em;
  10449. }
  10450. .ui.selection.list.list > .item:hover,
  10451. .ui.selection.list > .item:hover {
  10452. background: rgba(0, 0, 0, 0.03);
  10453. color: rgba(0, 0, 0, 0.8);
  10454. }
  10455. .ui.selection.list .list > .item:active,
  10456. .ui.selection.list > .item:active {
  10457. background: rgba(0, 0, 0, 0.05);
  10458. color: rgba(0, 0, 0, 0.9);
  10459. }
  10460. .ui.selection.list .list > .item.active,
  10461. .ui.selection.list > .item.active {
  10462. background: rgba(0, 0, 0, 0.05);
  10463. color: rgba(0, 0, 0, 0.95);
  10464. }
  10465. /* Inverted */
  10466. .ui.inverted.selection.list > .item,
  10467. .ui.inverted.selection.list > .item {
  10468. background: transparent;
  10469. color: rgba(255, 255, 255, 0.5);
  10470. }
  10471. .ui.inverted.selection.list > .item:hover,
  10472. .ui.inverted.selection.list > .item:hover {
  10473. background: rgba(255, 255, 255, 0.02);
  10474. color: #ffffff;
  10475. }
  10476. .ui.inverted.selection.list > .item:active,
  10477. .ui.inverted.selection.list > .item:active {
  10478. background: rgba(255, 255, 255, 0.08);
  10479. color: #ffffff;
  10480. }
  10481. .ui.inverted.selection.list > .item.active,
  10482. .ui.inverted.selection.list > .item.active {
  10483. background: rgba(255, 255, 255, 0.08);
  10484. color: #ffffff;
  10485. }
  10486. /* Celled / Divided Selection List */
  10487. .ui.celled.selection.list .list > .item,
  10488. .ui.divided.selection.list .list > .item,
  10489. .ui.celled.selection.list > .item,
  10490. .ui.divided.selection.list > .item {
  10491. border-radius: 0em;
  10492. }
  10493. /*-------------------
  10494. Animated
  10495. --------------------*/
  10496. .ui.animated.list > .item {
  10497. -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  10498. transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  10499. }
  10500. .ui.animated.list:not(.horizontal) > .item:hover {
  10501. padding-left: 1em;
  10502. }
  10503. /*-------------------
  10504. Fitted
  10505. --------------------*/
  10506. .ui.fitted.list:not(.selection) .list > .item,
  10507. .ui.fitted.list:not(.selection) > .item {
  10508. padding-left: 0em;
  10509. padding-right: 0em;
  10510. }
  10511. .ui.fitted.selection.list .list > .item,
  10512. .ui.fitted.selection.list > .item {
  10513. margin-left: -0.5em;
  10514. margin-right: -0.5em;
  10515. }
  10516. /*-------------------
  10517. Bulleted
  10518. --------------------*/
  10519. ul.ui.list,
  10520. .ui.bulleted.list {
  10521. margin-left: 1.25rem;
  10522. }
  10523. ul.ui.list li,
  10524. .ui.bulleted.list .list > .item,
  10525. .ui.bulleted.list > .item {
  10526. position: relative;
  10527. }
  10528. ul.ui.list li:before,
  10529. .ui.bulleted.list .list > .item:before,
  10530. .ui.bulleted.list > .item:before {
  10531. -webkit-user-select: none;
  10532. -moz-user-select: none;
  10533. -ms-user-select: none;
  10534. user-select: none;
  10535. pointer-events: none;
  10536. position: absolute;
  10537. top: auto;
  10538. left: auto;
  10539. margin-left: -1.25rem;
  10540. content: '•';
  10541. opacity: 1;
  10542. color: inherit;
  10543. vertical-align: top;
  10544. }
  10545. ul.ui.list ul,
  10546. .ui.bulleted.list .list {
  10547. padding-left: 1.25rem;
  10548. }
  10549. /* Horizontal Bulleted */
  10550. ul.ui.horizontal.bulleted.list,
  10551. .ui.horizontal.bulleted.list {
  10552. margin-left: 0em;
  10553. }
  10554. ul.ui.horizontal.bulleted.list li,
  10555. .ui.horizontal.bulleted.list > .item {
  10556. margin-left: 1.75rem;
  10557. }
  10558. ul.ui.horizontal.bulleted.list li:first-child,
  10559. .ui.horizontal.bulleted.list > .item:first-child {
  10560. margin-left: 0em;
  10561. }
  10562. ul.ui.horizontal.bulleted.list li::before,
  10563. .ui.horizontal.bulleted.list > .item::before {
  10564. color: rgba(0, 0, 0, 0.87);
  10565. }
  10566. ul.ui.horizontal.bulleted.list li:first-child::before,
  10567. .ui.horizontal.bulleted.list > .item:first-child::before {
  10568. display: none;
  10569. }
  10570. /*-------------------
  10571. Ordered
  10572. --------------------*/
  10573. ol.ui.list,
  10574. .ui.ordered.list,
  10575. .ui.ordered.list .list,
  10576. ol.ui.list ol {
  10577. counter-reset: ordered;
  10578. margin-left: 1.25rem;
  10579. list-style-type: none;
  10580. }
  10581. ol.ui.list li,
  10582. .ui.ordered.list .list > .item,
  10583. .ui.ordered.list > .item {
  10584. list-style-type: none;
  10585. position: relative;
  10586. }
  10587. ol.ui.list li:before,
  10588. .ui.ordered.list .list > .item:before,
  10589. .ui.ordered.list > .item:before {
  10590. position: absolute;
  10591. top: auto;
  10592. left: auto;
  10593. -webkit-user-select: none;
  10594. -moz-user-select: none;
  10595. -ms-user-select: none;
  10596. user-select: none;
  10597. pointer-events: none;
  10598. margin-left: -1.25rem;
  10599. counter-increment: ordered;
  10600. content: counters(ordered, ".") " ";
  10601. text-align: right;
  10602. color: rgba(0, 0, 0, 0.87);
  10603. vertical-align: middle;
  10604. opacity: 0.8;
  10605. }
  10606. ol.ui.inverted.list li:before,
  10607. .ui.ordered.inverted.list .list > .item:before,
  10608. .ui.ordered.inverted.list > .item:before {
  10609. color: rgba(255, 255, 255, 0.7);
  10610. }
  10611. /* Value */
  10612. .ui.ordered.list > .list > .item[data-value],
  10613. .ui.ordered.list > .item[data-value] {
  10614. content: attr(data-value);
  10615. }
  10616. ol.ui.list li[value]:before {
  10617. content: attr(value);
  10618. }
  10619. /* Child Lists */
  10620. ol.ui.list ol,
  10621. .ui.ordered.list .list {
  10622. margin-left: 1em;
  10623. }
  10624. ol.ui.list ol li:before,
  10625. .ui.ordered.list .list > .item:before {
  10626. margin-left: -2em;
  10627. }
  10628. /* Horizontal Ordered */
  10629. ol.ui.horizontal.list,
  10630. .ui.ordered.horizontal.list {
  10631. margin-left: 0em;
  10632. }
  10633. ol.ui.horizontal.list li:before,
  10634. .ui.ordered.horizontal.list .list > .item:before,
  10635. .ui.ordered.horizontal.list > .item:before {
  10636. position: static;
  10637. margin: 0em 0.5em 0em 0em;
  10638. }
  10639. /*-------------------
  10640. Divided
  10641. --------------------*/
  10642. .ui.divided.list > .item {
  10643. border-top: 1px solid rgba(34, 36, 38, 0.15);
  10644. }
  10645. .ui.divided.list .list > .item {
  10646. border-top: none;
  10647. }
  10648. .ui.divided.list .item .list > .item {
  10649. border-top: none;
  10650. }
  10651. .ui.divided.list .list > .item:first-child,
  10652. .ui.divided.list > .item:first-child {
  10653. border-top: none;
  10654. }
  10655. /* Sub Menu */
  10656. .ui.divided.list:not(.horizontal) .list > .item:first-child {
  10657. border-top-width: 1px;
  10658. }
  10659. /* Divided bulleted */
  10660. .ui.divided.bulleted.list:not(.horizontal),
  10661. .ui.divided.bulleted.list .list {
  10662. margin-left: 0em;
  10663. padding-left: 0em;
  10664. }
  10665. .ui.divided.bulleted.list > .item:not(.horizontal) {
  10666. padding-left: 1.25rem;
  10667. }
  10668. /* Divided Ordered */
  10669. .ui.divided.ordered.list {
  10670. margin-left: 0em;
  10671. }
  10672. .ui.divided.ordered.list .list > .item,
  10673. .ui.divided.ordered.list > .item {
  10674. padding-left: 1.25rem;
  10675. }
  10676. .ui.divided.ordered.list .item .list {
  10677. margin-left: 0em;
  10678. margin-right: 0em;
  10679. padding-bottom: 0.21428571em;
  10680. }
  10681. .ui.divided.ordered.list .item .list > .item {
  10682. padding-left: 1em;
  10683. }
  10684. /* Divided Selection */
  10685. .ui.divided.selection.list .list > .item,
  10686. .ui.divided.selection.list > .item {
  10687. margin: 0em;
  10688. border-radius: 0em;
  10689. }
  10690. /* Divided horizontal */
  10691. .ui.divided.horizontal.list {
  10692. margin-left: 0em;
  10693. }
  10694. .ui.divided.horizontal.list > .item {
  10695. border-top: none;
  10696. border-left: 1px solid rgba(34, 36, 38, 0.15);
  10697. margin: 0em;
  10698. padding-left: 0.5em;
  10699. padding-right: 0.5em;
  10700. line-height: 0.6;
  10701. }
  10702. .ui.horizontal.divided.list > .item:first-child {
  10703. border-left: none;
  10704. }
  10705. /* Inverted */
  10706. .ui.divided.inverted.list > .item,
  10707. .ui.divided.inverted.list > .list,
  10708. .ui.divided.inverted.horizontal.list > .item {
  10709. border-color: rgba(255, 255, 255, 0.1);
  10710. }
  10711. /*-------------------
  10712. Celled
  10713. --------------------*/
  10714. .ui.celled.list > .item,
  10715. .ui.celled.list > .list {
  10716. border-top: 1px solid rgba(34, 36, 38, 0.15);
  10717. padding-left: 0.5em;
  10718. padding-right: 0.5em;
  10719. }
  10720. .ui.celled.list > .item:last-child {
  10721. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  10722. }
  10723. /* Padding on all elements */
  10724. .ui.celled.list > .item:first-child,
  10725. .ui.celled.list > .item:last-child {
  10726. padding-top: 0.21428571em;
  10727. padding-bottom: 0.21428571em;
  10728. }
  10729. /* Sub Menu */
  10730. .ui.celled.list .item .list > .item {
  10731. border-width: 0px;
  10732. }
  10733. .ui.celled.list .list > .item:first-child {
  10734. border-top-width: 0px;
  10735. }
  10736. /* Celled Bulleted */
  10737. .ui.celled.bulleted.list {
  10738. margin-left: 0em;
  10739. }
  10740. .ui.celled.bulleted.list .list > .item,
  10741. .ui.celled.bulleted.list > .item {
  10742. padding-left: 1.25rem;
  10743. }
  10744. .ui.celled.bulleted.list .item .list {
  10745. margin-left: -1.25rem;
  10746. margin-right: -1.25rem;
  10747. padding-bottom: 0.21428571em;
  10748. }
  10749. /* Celled Ordered */
  10750. .ui.celled.ordered.list {
  10751. margin-left: 0em;
  10752. }
  10753. .ui.celled.ordered.list .list > .item,
  10754. .ui.celled.ordered.list > .item {
  10755. padding-left: 1.25rem;
  10756. }
  10757. .ui.celled.ordered.list .item .list {
  10758. margin-left: 0em;
  10759. margin-right: 0em;
  10760. padding-bottom: 0.21428571em;
  10761. }
  10762. .ui.celled.ordered.list .list > .item {
  10763. padding-left: 1em;
  10764. }
  10765. /* Celled Horizontal */
  10766. .ui.horizontal.celled.list {
  10767. margin-left: 0em;
  10768. }
  10769. .ui.horizontal.celled.list .list > .item,
  10770. .ui.horizontal.celled.list > .item {
  10771. border-top: none;
  10772. border-left: 1px solid rgba(34, 36, 38, 0.15);
  10773. margin: 0em;
  10774. padding-left: 0.5em;
  10775. padding-right: 0.5em;
  10776. line-height: 0.6;
  10777. }
  10778. .ui.horizontal.celled.list .list > .item:last-child,
  10779. .ui.horizontal.celled.list > .item:last-child {
  10780. border-bottom: none;
  10781. border-right: 1px solid rgba(34, 36, 38, 0.15);
  10782. }
  10783. /* Inverted */
  10784. .ui.celled.inverted.list > .item,
  10785. .ui.celled.inverted.list > .list {
  10786. border-color: 1px solid rgba(255, 255, 255, 0.1);
  10787. }
  10788. .ui.celled.inverted.horizontal.list .list > .item,
  10789. .ui.celled.inverted.horizontal.list > .item {
  10790. border-color: 1px solid rgba(255, 255, 255, 0.1);
  10791. }
  10792. /*-------------------
  10793. Relaxed
  10794. --------------------*/
  10795. .ui.relaxed.list:not(.horizontal) > .item {
  10796. padding-top: 0.42857143em;
  10797. padding-bottom: 0.42857143em;
  10798. }
  10799. .ui.relaxed.list:not(.horizontal) .list > .item {
  10800. padding-top: 0.21428571em;
  10801. padding-bottom: 0.21428571em;
  10802. }
  10803. .ui.horizontal.relaxed.list > .item {
  10804. padding-left: 1rem;
  10805. padding-right: 1rem;
  10806. }
  10807. /* Very Relaxed */
  10808. .ui[class*="very relaxed"].list:not(.horizontal) > .item {
  10809. padding-top: 0.85714286em;
  10810. padding-bottom: 0.85714286em;
  10811. }
  10812. .ui[class*="very relaxed"].list:not(.horizontal) .list > .item {
  10813. padding-top: 0.28571429em;
  10814. padding-bottom: 0.28571429em;
  10815. }
  10816. .ui.horizontal[class*="very relaxed"].list .list > .item,
  10817. .ui.horizontal[class*="very relaxed"].list > .item {
  10818. padding-left: 1.5rem;
  10819. padding-right: 1.5rem;
  10820. }
  10821. /*-------------------
  10822. Sizes
  10823. --------------------*/
  10824. .ui.mini.list {
  10825. font-size: 0.71428571em;
  10826. }
  10827. .ui.tiny.list {
  10828. font-size: 0.85714286em;
  10829. }
  10830. .ui.small.list {
  10831. font-size: 0.92857143em;
  10832. }
  10833. .ui.list {
  10834. font-size: 1em;
  10835. }
  10836. .ui.large.list {
  10837. font-size: 1.14285714em;
  10838. }
  10839. .ui.big.list {
  10840. font-size: 1.28571429em;
  10841. }
  10842. .ui.huge.list {
  10843. font-size: 1.42857143em;
  10844. }
  10845. .ui.massive.list {
  10846. font-size: 1.71428571em;
  10847. }
  10848. .ui.mini.horizontal.list .list > .item,
  10849. .ui.mini.horizontal.list > .item {
  10850. font-size: 0.71428571rem;
  10851. }
  10852. .ui.tiny.horizontal.list .list > .item,
  10853. .ui.tiny.horizontal.list > .item {
  10854. font-size: 0.85714286rem;
  10855. }
  10856. .ui.small.horizontal.list .list > .item,
  10857. .ui.small.horizontal.list > .item {
  10858. font-size: 0.92857143rem;
  10859. }
  10860. .ui.horizontal.list .list > .item,
  10861. .ui.horizontal.list > .item {
  10862. font-size: 1rem;
  10863. }
  10864. .ui.large.horizontal.list .list > .item,
  10865. .ui.large.horizontal.list > .item {
  10866. font-size: 1.14285714rem;
  10867. }
  10868. .ui.big.horizontal.list .list > .item,
  10869. .ui.big.horizontal.list > .item {
  10870. font-size: 1.28571429rem;
  10871. }
  10872. .ui.huge.horizontal.list .list > .item,
  10873. .ui.huge.horizontal.list > .item {
  10874. font-size: 1.42857143rem;
  10875. }
  10876. .ui.massive.horizontal.list .list > .item,
  10877. .ui.massive.horizontal.list > .item {
  10878. font-size: 1.71428571rem;
  10879. }
  10880. /*******************************
  10881. Theme Overrides
  10882. *******************************/
  10883. /*******************************
  10884. User Variable Overrides
  10885. *******************************/
  10886. /*!
  10887. * # Semantic UI 2.1.6 - Loader
  10888. * http://github.com/semantic-org/semantic-ui/
  10889. *
  10890. *
  10891. * Copyright 2015 Contributors
  10892. * Released under the MIT license
  10893. * http://opensource.org/licenses/MIT
  10894. *
  10895. */
  10896. /*******************************
  10897. Loader
  10898. *******************************/
  10899. /* Standard Size */
  10900. .ui.loader {
  10901. display: none;
  10902. position: absolute;
  10903. top: 50%;
  10904. left: 50%;
  10905. margin: 0px;
  10906. text-align: center;
  10907. z-index: 1000;
  10908. -webkit-transform: translateX(-50%) translateY(-50%);
  10909. -ms-transform: translateX(-50%) translateY(-50%);
  10910. transform: translateX(-50%) translateY(-50%);
  10911. }
  10912. /* Static Shape */
  10913. .ui.loader:before {
  10914. position: absolute;
  10915. content: '';
  10916. top: 0%;
  10917. left: 50%;
  10918. width: 100%;
  10919. height: 100%;
  10920. border-radius: 500rem;
  10921. border: 0.2em solid rgba(0, 0, 0, 0.1);
  10922. }
  10923. /* Active Shape */
  10924. .ui.loader:after {
  10925. position: absolute;
  10926. content: '';
  10927. top: 0%;
  10928. left: 50%;
  10929. width: 100%;
  10930. height: 100%;
  10931. -webkit-animation: loader 0.6s linear;
  10932. animation: loader 0.6s linear;
  10933. -webkit-animation-iteration-count: infinite;
  10934. animation-iteration-count: infinite;
  10935. border-radius: 500rem;
  10936. border-color: #767676 transparent transparent;
  10937. border-style: solid;
  10938. border-width: 0.2em;
  10939. box-shadow: 0px 0px 0px 1px transparent;
  10940. }
  10941. /* Active Animation */
  10942. @-webkit-keyframes loader {
  10943. from {
  10944. -webkit-transform: rotate(0deg);
  10945. transform: rotate(0deg);
  10946. }
  10947. to {
  10948. -webkit-transform: rotate(360deg);
  10949. transform: rotate(360deg);
  10950. }
  10951. }
  10952. @keyframes loader {
  10953. from {
  10954. -webkit-transform: rotate(0deg);
  10955. transform: rotate(0deg);
  10956. }
  10957. to {
  10958. -webkit-transform: rotate(360deg);
  10959. transform: rotate(360deg);
  10960. }
  10961. }
  10962. /* Sizes */
  10963. .ui.loader:before,
  10964. .ui.loader:after {
  10965. width: 2.2585em;
  10966. height: 2.2585em;
  10967. margin: 0em 0em 0em -1.12925em;
  10968. }
  10969. .ui.mini.loader:before,
  10970. .ui.mini.loader:after {
  10971. width: 1.2857em;
  10972. height: 1.2857em;
  10973. margin: 0em 0em 0em -0.64285em;
  10974. }
  10975. .ui.small.loader:before,
  10976. .ui.small.loader:after {
  10977. width: 1.7142em;
  10978. height: 1.7142em;
  10979. margin: 0em 0em 0em -0.8571em;
  10980. }
  10981. .ui.large.loader:before,
  10982. .ui.large.loader:after {
  10983. width: 4.5714em;
  10984. height: 4.5714em;
  10985. margin: 0em 0em 0em -2.2857em;
  10986. }
  10987. /*-------------------
  10988. Coupling
  10989. --------------------*/
  10990. /* Show inside active dimmer */
  10991. .ui.dimmer .loader {
  10992. display: block;
  10993. }
  10994. /* Black Dimmer */
  10995. .ui.dimmer .ui.loader {
  10996. color: rgba(255, 255, 255, 0.9);
  10997. }
  10998. .ui.dimmer .ui.loader:before {
  10999. border-color: rgba(255, 255, 255, 0.15);
  11000. }
  11001. .ui.dimmer .ui.loader:after {
  11002. border-color: #FFFFFF transparent transparent;
  11003. }
  11004. /* White Dimmer (Inverted) */
  11005. .ui.inverted.dimmer .ui.loader {
  11006. color: rgba(0, 0, 0, 0.87);
  11007. }
  11008. .ui.inverted.dimmer .ui.loader:before {
  11009. border-color: rgba(0, 0, 0, 0.1);
  11010. }
  11011. .ui.inverted.dimmer .ui.loader:after {
  11012. border-color: #767676 transparent transparent;
  11013. }
  11014. /*******************************
  11015. Types
  11016. *******************************/
  11017. /*-------------------
  11018. Text
  11019. --------------------*/
  11020. .ui.text.loader {
  11021. width: auto !important;
  11022. height: auto !important;
  11023. text-align: center;
  11024. font-style: normal;
  11025. }
  11026. /*******************************
  11027. States
  11028. *******************************/
  11029. .ui.indeterminate.loader:after {
  11030. -webkit-animation-direction: reverse;
  11031. animation-direction: reverse;
  11032. -webkit-animation-duration: 1.2s;
  11033. animation-duration: 1.2s;
  11034. }
  11035. .ui.loader.active,
  11036. .ui.loader.visible {
  11037. display: block;
  11038. }
  11039. .ui.loader.disabled,
  11040. .ui.loader.hidden {
  11041. display: none;
  11042. }
  11043. /*******************************
  11044. Variations
  11045. *******************************/
  11046. /*-------------------
  11047. Sizes
  11048. --------------------*/
  11049. /* Loader */
  11050. .ui.inverted.dimmer .ui.mini.loader,
  11051. .ui.mini.loader {
  11052. width: 1.2857em;
  11053. height: 1.2857em;
  11054. font-size: 0.71428571em;
  11055. }
  11056. .ui.inverted.dimmer .ui.small.loader,
  11057. .ui.small.loader {
  11058. width: 1.7142em;
  11059. height: 1.7142em;
  11060. font-size: 0.92857143em;
  11061. }
  11062. .ui.inverted.dimmer .ui.loader,
  11063. .ui.loader {
  11064. width: 2.2585em;
  11065. height: 2.2585em;
  11066. font-size: 1em;
  11067. }
  11068. .ui.inverted.dimmer .ui.loader.large,
  11069. .ui.loader.large {
  11070. width: 4.5714em;
  11071. height: 4.5714em;
  11072. font-size: 1.14285714em;
  11073. }
  11074. /* Text Loader */
  11075. .ui.mini.text.loader {
  11076. min-width: 1.2857em;
  11077. padding-top: 1.99998571em;
  11078. }
  11079. .ui.small.text.loader {
  11080. min-width: 1.7142em;
  11081. padding-top: 2.42848571em;
  11082. }
  11083. .ui.text.loader {
  11084. min-width: 2.2585em;
  11085. padding-top: 2.97278571em;
  11086. }
  11087. .ui.large.text.loader {
  11088. min-width: 4.5714em;
  11089. padding-top: 5.28568571em;
  11090. }
  11091. /*-------------------
  11092. Inverted
  11093. --------------------*/
  11094. .ui.inverted.loader {
  11095. color: rgba(255, 255, 255, 0.9);
  11096. }
  11097. .ui.inverted.loader:before {
  11098. border-color: rgba(255, 255, 255, 0.15);
  11099. }
  11100. .ui.inverted.loader:after {
  11101. border-top-color: #FFFFFF;
  11102. }
  11103. /*-------------------
  11104. Inline
  11105. --------------------*/
  11106. .ui.inline.loader {
  11107. position: relative;
  11108. vertical-align: middle;
  11109. margin: 0em;
  11110. left: 0em;
  11111. top: 0em;
  11112. -webkit-transform: none;
  11113. -ms-transform: none;
  11114. transform: none;
  11115. }
  11116. .ui.inline.loader.active,
  11117. .ui.inline.loader.visible {
  11118. display: inline-block;
  11119. }
  11120. /* Centered Inline */
  11121. .ui.centered.inline.loader.active,
  11122. .ui.centered.inline.loader.visible {
  11123. display: block;
  11124. margin-left: auto;
  11125. margin-right: auto;
  11126. }
  11127. /*******************************
  11128. Theme Overrides
  11129. *******************************/
  11130. /*******************************
  11131. Site Overrides
  11132. *******************************/
  11133. /*!
  11134. * # Semantic UI 2.1.6 - Rail
  11135. * http://github.com/semantic-org/semantic-ui/
  11136. *
  11137. *
  11138. * Copyright 2015 Contributors
  11139. * Released under the MIT license
  11140. * http://opensource.org/licenses/MIT
  11141. *
  11142. */
  11143. /*******************************
  11144. Rails
  11145. *******************************/
  11146. .ui.rail {
  11147. position: absolute;
  11148. top: 0%;
  11149. width: 300px;
  11150. height: 100%;
  11151. }
  11152. .ui.left.rail {
  11153. left: auto;
  11154. right: 100%;
  11155. padding: 0em 2rem 0em 0em;
  11156. margin: 0em 2rem 0em 0em;
  11157. }
  11158. .ui.right.rail {
  11159. left: 100%;
  11160. right: auto;
  11161. padding: 0em 0em 0em 2rem;
  11162. margin: 0em 0em 0em 2rem;
  11163. }
  11164. /*******************************
  11165. Variations
  11166. *******************************/
  11167. /*--------------
  11168. Internal
  11169. ---------------*/
  11170. .ui.left.internal.rail {
  11171. left: 0%;
  11172. right: auto;
  11173. padding: 0em 0em 0em 2rem;
  11174. margin: 0em 0em 0em 2rem;
  11175. }
  11176. .ui.right.internal.rail {
  11177. left: auto;
  11178. right: 0%;
  11179. padding: 0em 2rem 0em 0em;
  11180. margin: 0em 2rem 0em 0em;
  11181. }
  11182. /*--------------
  11183. Dividing
  11184. ---------------*/
  11185. .ui.dividing.rail {
  11186. width: 302.5px;
  11187. }
  11188. .ui.left.dividing.rail {
  11189. padding: 0em 2.5rem 0em 0em;
  11190. margin: 0em 2.5rem 0em 0em;
  11191. border-right: 1px solid rgba(34, 36, 38, 0.15);
  11192. }
  11193. .ui.right.dividing.rail {
  11194. border-left: 1px solid rgba(34, 36, 38, 0.15);
  11195. padding: 0em 0em 0em 2.5rem;
  11196. margin: 0em 0em 0em 2.5rem;
  11197. }
  11198. /*--------------
  11199. Distance
  11200. ---------------*/
  11201. .ui.close.rail {
  11202. width: 301px;
  11203. }
  11204. .ui.close.left.rail {
  11205. padding: 0em 1em 0em 0em;
  11206. margin: 0em 1em 0em 0em;
  11207. }
  11208. .ui.close.right.rail {
  11209. padding: 0em 0em 0em 1em;
  11210. margin: 0em 0em 0em 1em;
  11211. }
  11212. .ui.very.close.rail {
  11213. width: 300.5px;
  11214. }
  11215. .ui.very.close.left.rail {
  11216. padding: 0em 0.5em 0em 0em;
  11217. margin: 0em 0.5em 0em 0em;
  11218. }
  11219. .ui.very.close.right.rail {
  11220. padding: 0em 0em 0em 0.5em;
  11221. margin: 0em 0em 0em 0.5em;
  11222. }
  11223. /*--------------
  11224. Attached
  11225. ---------------*/
  11226. .ui.attached.left.rail,
  11227. .ui.attached.right.rail {
  11228. padding: 0em;
  11229. margin: 0em;
  11230. }
  11231. /*--------------
  11232. Sizing
  11233. ---------------*/
  11234. .ui.rail {
  11235. font-size: 1rem;
  11236. }
  11237. /*******************************
  11238. Theme Overrides
  11239. *******************************/
  11240. /*******************************
  11241. Site Overrides
  11242. *******************************/
  11243. /*!
  11244. * # Semantic UI 2.1.6 - Reveal
  11245. * http://github.com/semantic-org/semantic-ui/
  11246. *
  11247. *
  11248. * Copyright 2015 Contributors
  11249. * Released under the MIT license
  11250. * http://opensource.org/licenses/MIT
  11251. *
  11252. */
  11253. /*******************************
  11254. Reveal
  11255. *******************************/
  11256. .ui.reveal {
  11257. display: inherit;
  11258. position: relative !important;
  11259. font-size: 0em !important;
  11260. }
  11261. .ui.reveal > .visible.content {
  11262. position: absolute !important;
  11263. top: 0em !important;
  11264. left: 0em !important;
  11265. z-index: 3 !important;
  11266. -webkit-transition: all 0.5s ease 0.1s;
  11267. transition: all 0.5s ease 0.1s;
  11268. }
  11269. .ui.reveal > .hidden.content {
  11270. position: relative !important;
  11271. z-index: 2 !important;
  11272. }
  11273. /* Make sure hovered element is on top of other reveal */
  11274. .ui.active.reveal .visible.content,
  11275. .ui.reveal:hover .visible.content {
  11276. z-index: 4 !important;
  11277. }
  11278. /*******************************
  11279. Types
  11280. *******************************/
  11281. /*--------------
  11282. Slide
  11283. ---------------*/
  11284. .ui.slide.reveal {
  11285. position: relative !important;
  11286. overflow: hidden !important;
  11287. white-space: nowrap;
  11288. }
  11289. .ui.slide.reveal > .content {
  11290. display: block;
  11291. width: 100%;
  11292. float: left;
  11293. margin: 0em;
  11294. -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  11295. transition: transform 0.5s ease 0.1s;
  11296. }
  11297. .ui.slide.reveal > .visible.content {
  11298. position: relative !important;
  11299. }
  11300. .ui.slide.reveal > .hidden.content {
  11301. position: absolute !important;
  11302. left: 0% !important;
  11303. width: 100% !important;
  11304. -webkit-transform: translateX(100%) !important;
  11305. -ms-transform: translateX(100%) !important;
  11306. transform: translateX(100%) !important;
  11307. }
  11308. .ui.slide.active.reveal > .visible.content,
  11309. .ui.slide.reveal:hover > .visible.content {
  11310. -webkit-transform: translateX(-100%) !important;
  11311. -ms-transform: translateX(-100%) !important;
  11312. transform: translateX(-100%) !important;
  11313. }
  11314. .ui.slide.active.reveal > .hidden.content,
  11315. .ui.slide.reveal:hover > .hidden.content {
  11316. -webkit-transform: translateX(0%) !important;
  11317. -ms-transform: translateX(0%) !important;
  11318. transform: translateX(0%) !important;
  11319. }
  11320. .ui.slide.right.reveal > .visible.content {
  11321. -webkit-transform: translateX(0%) !important;
  11322. -ms-transform: translateX(0%) !important;
  11323. transform: translateX(0%) !important;
  11324. }
  11325. .ui.slide.right.reveal > .hidden.content {
  11326. -webkit-transform: translateX(-100%) !important;
  11327. -ms-transform: translateX(-100%) !important;
  11328. transform: translateX(-100%) !important;
  11329. }
  11330. .ui.slide.right.active.reveal > .visible.content,
  11331. .ui.slide.right.reveal:hover > .visible.content {
  11332. -webkit-transform: translateX(100%) !important;
  11333. -ms-transform: translateX(100%) !important;
  11334. transform: translateX(100%) !important;
  11335. }
  11336. .ui.slide.right.active.reveal > .hidden.content,
  11337. .ui.slide.right.reveal:hover > .hidden.content {
  11338. -webkit-transform: translateX(0%) !important;
  11339. -ms-transform: translateX(0%) !important;
  11340. transform: translateX(0%) !important;
  11341. }
  11342. .ui.slide.up.reveal > .hidden.content {
  11343. -webkit-transform: translateY(100%) !important;
  11344. -ms-transform: translateY(100%) !important;
  11345. transform: translateY(100%) !important;
  11346. }
  11347. .ui.slide.up.active.reveal > .visible.content,
  11348. .ui.slide.up.reveal:hover > .visible.content {
  11349. -webkit-transform: translateY(-100%) !important;
  11350. -ms-transform: translateY(-100%) !important;
  11351. transform: translateY(-100%) !important;
  11352. }
  11353. .ui.slide.up.active.reveal > .hidden.content,
  11354. .ui.slide.up.reveal:hover > .hidden.content {
  11355. -webkit-transform: translateY(0%) !important;
  11356. -ms-transform: translateY(0%) !important;
  11357. transform: translateY(0%) !important;
  11358. }
  11359. .ui.slide.down.reveal > .hidden.content {
  11360. -webkit-transform: translateY(-100%) !important;
  11361. -ms-transform: translateY(-100%) !important;
  11362. transform: translateY(-100%) !important;
  11363. }
  11364. .ui.slide.down.active.reveal > .visible.content,
  11365. .ui.slide.down.reveal:hover > .visible.content {
  11366. -webkit-transform: translateY(100%) !important;
  11367. -ms-transform: translateY(100%) !important;
  11368. transform: translateY(100%) !important;
  11369. }
  11370. .ui.slide.down.active.reveal > .hidden.content,
  11371. .ui.slide.down.reveal:hover > .hidden.content {
  11372. -webkit-transform: translateY(0%) !important;
  11373. -ms-transform: translateY(0%) !important;
  11374. transform: translateY(0%) !important;
  11375. }
  11376. /*--------------
  11377. Fade
  11378. ---------------*/
  11379. .ui.fade.reveal > .visible.content {
  11380. opacity: 1;
  11381. }
  11382. .ui.fade.active.reveal > .visible.content,
  11383. .ui.fade.reveal:hover > .visible.content {
  11384. opacity: 0;
  11385. }
  11386. /*--------------
  11387. Move
  11388. ---------------*/
  11389. .ui.move.reveal {
  11390. position: relative !important;
  11391. overflow: hidden !important;
  11392. white-space: nowrap;
  11393. }
  11394. .ui.move.reveal > .content {
  11395. display: block;
  11396. float: left;
  11397. margin: 0em;
  11398. -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  11399. transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  11400. }
  11401. .ui.move.reveal > .visible.content {
  11402. position: relative !important;
  11403. }
  11404. .ui.move.reveal > .hidden.content {
  11405. position: absolute !important;
  11406. left: 0% !important;
  11407. width: 100% !important;
  11408. }
  11409. .ui.move.active.reveal > .visible.content,
  11410. .ui.move.reveal:hover > .visible.content {
  11411. -webkit-transform: translateX(-100%) !important;
  11412. -ms-transform: translateX(-100%) !important;
  11413. transform: translateX(-100%) !important;
  11414. }
  11415. .ui.move.right.active.reveal > .visible.content,
  11416. .ui.move.right.reveal:hover > .visible.content {
  11417. -webkit-transform: translateX(100%) !important;
  11418. -ms-transform: translateX(100%) !important;
  11419. transform: translateX(100%) !important;
  11420. }
  11421. .ui.move.up.active.reveal > .visible.content,
  11422. .ui.move.up.reveal:hover > .visible.content {
  11423. -webkit-transform: translateY(-100%) !important;
  11424. -ms-transform: translateY(-100%) !important;
  11425. transform: translateY(-100%) !important;
  11426. }
  11427. .ui.move.down.active.reveal > .visible.content,
  11428. .ui.move.down.reveal:hover > .visible.content {
  11429. -webkit-transform: translateY(100%) !important;
  11430. -ms-transform: translateY(100%) !important;
  11431. transform: translateY(100%) !important;
  11432. }
  11433. /*--------------
  11434. Rotate
  11435. ---------------*/
  11436. .ui.rotate.reveal > .visible.content {
  11437. -webkit-transition-duration: 0.5s;
  11438. transition-duration: 0.5s;
  11439. -webkit-transform: rotate(0deg);
  11440. -ms-transform: rotate(0deg);
  11441. transform: rotate(0deg);
  11442. }
  11443. .ui.rotate.reveal > .visible.content,
  11444. .ui.rotate.right.reveal > .visible.content {
  11445. -webkit-transform-origin: bottom right;
  11446. -ms-transform-origin: bottom right;
  11447. transform-origin: bottom right;
  11448. }
  11449. .ui.rotate.active.reveal > .visible.conten,
  11450. .ui.rotate.reveal:hover > .visible.content,
  11451. .ui.rotate.right.active.reveal > .visible.content,
  11452. .ui.rotate.right.reveal:hover > .visible.content {
  11453. -webkit-transform: rotate(110deg);
  11454. -ms-transform: rotate(110deg);
  11455. transform: rotate(110deg);
  11456. }
  11457. .ui.rotate.left.reveal > .visible.content {
  11458. -webkit-transform-origin: bottom left;
  11459. -ms-transform-origin: bottom left;
  11460. transform-origin: bottom left;
  11461. }
  11462. .ui.rotate.left.active.reveal > .visible.content,
  11463. .ui.rotate.left.reveal:hover > .visible.content {
  11464. -webkit-transform: rotate(-110deg);
  11465. -ms-transform: rotate(-110deg);
  11466. transform: rotate(-110deg);
  11467. }
  11468. /*******************************
  11469. States
  11470. *******************************/
  11471. .ui.disabled.reveal:hover > .visible.visible.content {
  11472. position: static !important;
  11473. display: block !important;
  11474. opacity: 1 !important;
  11475. top: 0 !important;
  11476. left: 0 !important;
  11477. right: auto !important;
  11478. bottom: auto !important;
  11479. -webkit-transform: none !important;
  11480. -ms-transform: none !important;
  11481. transform: none !important;
  11482. }
  11483. .ui.disabled.reveal:hover > .hidden.hidden.content {
  11484. display: none !important;
  11485. }
  11486. /*******************************
  11487. Variations
  11488. *******************************/
  11489. /*--------------
  11490. Visible
  11491. ---------------*/
  11492. .ui.visible.reveal {
  11493. overflow: visible;
  11494. }
  11495. /*--------------
  11496. Instant
  11497. ---------------*/
  11498. .ui.instant.reveal > .content {
  11499. -webkit-transition-delay: 0s !important;
  11500. transition-delay: 0s !important;
  11501. }
  11502. /*--------------
  11503. Sizing
  11504. ---------------*/
  11505. .ui.reveal > .content {
  11506. font-size: 1rem !important;
  11507. }
  11508. /*******************************
  11509. Theme Overrides
  11510. *******************************/
  11511. /*******************************
  11512. Site Overrides
  11513. *******************************/
  11514. /*!
  11515. * # Semantic UI 2.1.6 - Segment
  11516. * http://github.com/semantic-org/semantic-ui/
  11517. *
  11518. *
  11519. * Copyright 2015 Contributors
  11520. * Released under the MIT license
  11521. * http://opensource.org/licenses/MIT
  11522. *
  11523. */
  11524. /*******************************
  11525. Segment
  11526. *******************************/
  11527. .ui.segment {
  11528. position: relative;
  11529. background: #FFFFFF;
  11530. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  11531. margin: 1rem 0em;
  11532. padding: 1em 1em;
  11533. border-radius: 0.28571429rem;
  11534. border: 1px solid rgba(34, 36, 38, 0.15);
  11535. }
  11536. .ui.segment:first-child {
  11537. margin-top: 0em;
  11538. }
  11539. .ui.segment:last-child {
  11540. margin-bottom: 0em;
  11541. }
  11542. /* Vertical */
  11543. .ui.vertical.segment {
  11544. margin: 0em;
  11545. padding-left: 0em;
  11546. padding-right: 0em;
  11547. background: none transparent;
  11548. border-radius: 0px;
  11549. box-shadow: none;
  11550. border: none;
  11551. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  11552. }
  11553. .ui.vertical.segment:last-child {
  11554. border-bottom: none;
  11555. }
  11556. /*-------------------
  11557. Loose Coupling
  11558. --------------------*/
  11559. /* Header */
  11560. .ui.inverted.segment > .ui.header {
  11561. color: #FFFFFF;
  11562. }
  11563. /* Label */
  11564. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  11565. border-top-left-radius: 0em;
  11566. border-top-right-radius: 0em;
  11567. }
  11568. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  11569. border-bottom-left-radius: 0em;
  11570. border-bottom-right-radius: 0em;
  11571. }
  11572. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  11573. border-top-left-radius: 0em;
  11574. border-top-right-radius: 0em;
  11575. }
  11576. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  11577. border-bottom-left-radius: 0em;
  11578. border-bottom-right-radius: 0em;
  11579. }
  11580. /* Grid */
  11581. .ui.page.grid.segment,
  11582. .ui.grid > .row > .ui.segment.column,
  11583. .ui.grid > .ui.segment.column {
  11584. padding-top: 2em;
  11585. padding-bottom: 2em;
  11586. }
  11587. .ui.grid.segment {
  11588. margin: 1rem 0em;
  11589. border-radius: 0.28571429rem;
  11590. }
  11591. /* Table */
  11592. .ui.basic.table.segment {
  11593. background: #FFFFFF;
  11594. border: 1px solid rgba(34, 36, 38, 0.15);
  11595. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  11596. }
  11597. .ui[class*="very basic"].table.segment {
  11598. padding: 1em 1em;
  11599. }
  11600. /*******************************
  11601. Types
  11602. *******************************/
  11603. /*-------------------
  11604. Piled
  11605. --------------------*/
  11606. .ui.piled.segments,
  11607. .ui.piled.segment {
  11608. margin: 3em 0em;
  11609. box-shadow: '';
  11610. z-index: auto;
  11611. }
  11612. .ui.piled.segment:first-child {
  11613. margin-top: 0em;
  11614. }
  11615. .ui.piled.segment:last-child {
  11616. margin-bottom: 0em;
  11617. }
  11618. .ui.piled.segments:after,
  11619. .ui.piled.segments:before,
  11620. .ui.piled.segment:after,
  11621. .ui.piled.segment:before {
  11622. background-color: #FFFFFF;
  11623. visibility: visible;
  11624. content: '';
  11625. display: block;
  11626. height: 100%;
  11627. left: 0px;
  11628. position: absolute;
  11629. width: 100%;
  11630. border: 1px solid rgba(34, 36, 38, 0.15);
  11631. box-shadow: '';
  11632. }
  11633. .ui.piled.segments:before,
  11634. .ui.piled.segment:before {
  11635. -webkit-transform: rotate(-1.2deg);
  11636. -ms-transform: rotate(-1.2deg);
  11637. transform: rotate(-1.2deg);
  11638. top: 0;
  11639. z-index: -2;
  11640. }
  11641. .ui.piled.segments:after,
  11642. .ui.piled.segment:after {
  11643. -webkit-transform: rotate(1.2deg);
  11644. -ms-transform: rotate(1.2deg);
  11645. transform: rotate(1.2deg);
  11646. top: 0;
  11647. z-index: -1;
  11648. }
  11649. /* Piled Attached */
  11650. .ui[class*="top attached"].piled.segment {
  11651. margin-top: 3em;
  11652. margin-bottom: 0em;
  11653. }
  11654. .ui.piled.segment[class*="top attached"]:first-child {
  11655. margin-top: 0em;
  11656. }
  11657. .ui.piled.segment[class*="bottom attached"] {
  11658. margin-top: 0em;
  11659. margin-bottom: 3em;
  11660. }
  11661. .ui.piled.segment[class*="bottom attached"]:last-child {
  11662. margin-bottom: 0em;
  11663. }
  11664. /*-------------------
  11665. Stacked
  11666. --------------------*/
  11667. .ui.stacked.segment {
  11668. padding-bottom: 1.4em;
  11669. }
  11670. .ui.stacked.segments:before,
  11671. .ui.stacked.segments:after,
  11672. .ui.stacked.segment:before,
  11673. .ui.stacked.segment:after {
  11674. content: '';
  11675. position: absolute;
  11676. bottom: -3px;
  11677. left: 0%;
  11678. border-top: 1px solid rgba(34, 36, 38, 0.15);
  11679. background: rgba(0, 0, 0, 0.03);
  11680. width: 100%;
  11681. height: 6px;
  11682. visibility: visible;
  11683. }
  11684. .ui.stacked.segments:before,
  11685. .ui.stacked.segment:before {
  11686. display: none;
  11687. }
  11688. /* Add additional page */
  11689. .ui.tall.stacked.segments:before,
  11690. .ui.tall.stacked.segment:before {
  11691. display: block;
  11692. bottom: 0px;
  11693. }
  11694. /* Inverted */
  11695. .ui.stacked.inverted.segments:before,
  11696. .ui.stacked.inverted.segments:after,
  11697. .ui.stacked.inverted.segment:before,
  11698. .ui.stacked.inverted.segment:after {
  11699. background-color: rgba(0, 0, 0, 0.03);
  11700. border-top: 1px solid rgba(34, 36, 38, 0.35);
  11701. }
  11702. /*-------------------
  11703. Padded
  11704. --------------------*/
  11705. .ui.padded.segment {
  11706. padding: 1.5em;
  11707. }
  11708. .ui[class*="very padded"].segment {
  11709. padding: 3em;
  11710. }
  11711. /*-------------------
  11712. Compact
  11713. --------------------*/
  11714. .ui.compact.segment {
  11715. display: table;
  11716. }
  11717. /* Compact Group */
  11718. .ui.compact.segments {
  11719. display: -webkit-inline-box;
  11720. display: -webkit-inline-flex;
  11721. display: -ms-inline-flexbox;
  11722. display: inline-flex;
  11723. }
  11724. .ui.compact.segments .segment,
  11725. .ui.segments .compact.segment {
  11726. display: block;
  11727. -webkit-box-flex: 0;
  11728. -webkit-flex: 0 1 auto;
  11729. -ms-flex: 0 1 auto;
  11730. flex: 0 1 auto;
  11731. }
  11732. /*-------------------
  11733. Circular
  11734. --------------------*/
  11735. .ui.circular.segment {
  11736. display: table-cell;
  11737. padding: 2em;
  11738. text-align: center;
  11739. vertical-align: middle;
  11740. border-radius: 500em;
  11741. }
  11742. /*-------------------
  11743. Raised
  11744. --------------------*/
  11745. .ui.raised.segments,
  11746. .ui.raised.segment {
  11747. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  11748. }
  11749. /*******************************
  11750. Groups
  11751. *******************************/
  11752. /* Group */
  11753. .ui.segments {
  11754. -webkit-box-orient: vertical;
  11755. -webkit-box-direction: normal;
  11756. -webkit-flex-direction: column;
  11757. -ms-flex-direction: column;
  11758. flex-direction: column;
  11759. position: relative;
  11760. margin: 1rem 0em;
  11761. border: 1px solid rgba(34, 36, 38, 0.15);
  11762. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  11763. border-radius: 0.28571429rem;
  11764. }
  11765. .ui.segments:first-child {
  11766. margin-top: 0em;
  11767. }
  11768. .ui.segments:last-child {
  11769. margin-bottom: 0em;
  11770. }
  11771. /* Nested Segment */
  11772. .ui.segments > .segment {
  11773. top: 0px;
  11774. bottom: 0px;
  11775. border-radius: 0px;
  11776. margin: 0em;
  11777. width: auto;
  11778. box-shadow: none;
  11779. border: none;
  11780. border-top: 1px solid rgba(34, 36, 38, 0.15);
  11781. }
  11782. .ui.segments:not(.horizontal) > .segment:first-child {
  11783. border-top: none;
  11784. margin-top: 0em;
  11785. bottom: 0px;
  11786. margin-bottom: 0em;
  11787. top: 0px;
  11788. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  11789. }
  11790. /* Bottom */
  11791. .ui.segments:not(.horizontal) > .segment:last-child {
  11792. top: 0px;
  11793. bottom: 0px;
  11794. margin-top: 0em;
  11795. margin-bottom: 0em;
  11796. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  11797. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  11798. }
  11799. /* Nested Group */
  11800. .ui.segments > .ui.segments {
  11801. border-top: 1px solid rgba(34, 36, 38, 0.15);
  11802. margin: 1rem 1rem;
  11803. }
  11804. .ui.segments > .segments:first-child {
  11805. border-top: none;
  11806. }
  11807. .ui.segments > .segment + .segments:not(.horizontal) {
  11808. margin-top: 0em;
  11809. }
  11810. /* Horizontal Group */
  11811. .ui.horizontal.segments {
  11812. display: -webkit-box;
  11813. display: -webkit-flex;
  11814. display: -ms-flexbox;
  11815. display: flex;
  11816. -webkit-box-orient: horizontal;
  11817. -webkit-box-direction: normal;
  11818. -webkit-flex-direction: row;
  11819. -ms-flex-direction: row;
  11820. flex-direction: row;
  11821. background-color: transparent;
  11822. border-radius: 0px;
  11823. padding: 0em;
  11824. background-color: #FFFFFF;
  11825. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  11826. margin: 1rem 0em;
  11827. border-radius: 0.28571429rem;
  11828. border: 1px solid rgba(34, 36, 38, 0.15);
  11829. }
  11830. /* Nested Horizontal Group */
  11831. .ui.segments > .horizontal.segments {
  11832. margin: 0em;
  11833. background-color: transparent;
  11834. border-radius: 0px;
  11835. border: none;
  11836. box-shadow: none;
  11837. border-top: 1px solid rgba(34, 36, 38, 0.15);
  11838. }
  11839. /* Horizontal Segment */
  11840. .ui.horizontal.segments > .segment {
  11841. -webkit-box-flex: 1;
  11842. -webkit-flex: 1 1 auto;
  11843. flex: 1 1 auto;
  11844. -ms-flex: 1 1 0px;
  11845. /* Solves #2550 MS Flex */
  11846. margin: 0em;
  11847. min-width: 0px;
  11848. background-color: transparent;
  11849. border-radius: 0px;
  11850. border: none;
  11851. box-shadow: none;
  11852. border-left: 1px solid rgba(34, 36, 38, 0.15);
  11853. }
  11854. /* Border Fixes */
  11855. .ui.segments > .horizontal.segments:first-child {
  11856. border-top: none;
  11857. }
  11858. .ui.horizontal.segments > .segment:first-child {
  11859. border-left: none;
  11860. }
  11861. /*******************************
  11862. States
  11863. *******************************/
  11864. /*--------------
  11865. Disabled
  11866. ---------------*/
  11867. .ui.disabled.segment {
  11868. opacity: 0.45;
  11869. color: rgba(40, 40, 40, 0.3);
  11870. }
  11871. /*--------------
  11872. Loading
  11873. ---------------*/
  11874. .ui.loading.segment {
  11875. position: relative;
  11876. cursor: default;
  11877. point-events: none;
  11878. text-shadow: none !important;
  11879. color: transparent !important;
  11880. -webkit-transition: all 0s linear;
  11881. transition: all 0s linear;
  11882. }
  11883. .ui.loading.segment:before {
  11884. position: absolute;
  11885. content: '';
  11886. top: 0%;
  11887. left: 0%;
  11888. background: rgba(255, 255, 255, 0.8);
  11889. width: 100%;
  11890. height: 100%;
  11891. border-radius: 0.28571429rem;
  11892. z-index: 100;
  11893. }
  11894. .ui.loading.segment:after {
  11895. position: absolute;
  11896. content: '';
  11897. top: 50%;
  11898. left: 50%;
  11899. margin: -1.5em 0em 0em -1.5em;
  11900. width: 3em;
  11901. height: 3em;
  11902. -webkit-animation: segment-spin 0.6s linear;
  11903. animation: segment-spin 0.6s linear;
  11904. -webkit-animation-iteration-count: infinite;
  11905. animation-iteration-count: infinite;
  11906. border-radius: 500rem;
  11907. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  11908. border-style: solid;
  11909. border-width: 0.2em;
  11910. box-shadow: 0px 0px 0px 1px transparent;
  11911. visibility: visible;
  11912. z-index: 101;
  11913. }
  11914. @-webkit-keyframes segment-spin {
  11915. from {
  11916. -webkit-transform: rotate(0deg);
  11917. transform: rotate(0deg);
  11918. }
  11919. to {
  11920. -webkit-transform: rotate(360deg);
  11921. transform: rotate(360deg);
  11922. }
  11923. }
  11924. @keyframes segment-spin {
  11925. from {
  11926. -webkit-transform: rotate(0deg);
  11927. transform: rotate(0deg);
  11928. }
  11929. to {
  11930. -webkit-transform: rotate(360deg);
  11931. transform: rotate(360deg);
  11932. }
  11933. }
  11934. /*******************************
  11935. Variations
  11936. *******************************/
  11937. /*-------------------
  11938. Basic
  11939. --------------------*/
  11940. .ui.basic.segment {
  11941. background: none transparent;
  11942. box-shadow: none;
  11943. border: none;
  11944. border-radius: 0px;
  11945. }
  11946. /*-------------------
  11947. Clearing
  11948. --------------------*/
  11949. .ui.clearing.segment:after {
  11950. content: ".";
  11951. display: block;
  11952. height: 0;
  11953. clear: both;
  11954. visibility: hidden;
  11955. }
  11956. /*-------------------
  11957. Colors
  11958. --------------------*/
  11959. /* Red */
  11960. .ui.red.segment:not(.inverted) {
  11961. border-top: 2px solid #DB2828;
  11962. }
  11963. .ui.inverted.red.segment {
  11964. background-color: #DB2828 !important;
  11965. color: #FFFFFF !important;
  11966. }
  11967. /* Orange */
  11968. .ui.orange.segment:not(.inverted) {
  11969. border-top: 2px solid #F2711C;
  11970. }
  11971. .ui.inverted.orange.segment {
  11972. background-color: #F2711C !important;
  11973. color: #FFFFFF !important;
  11974. }
  11975. /* Yellow */
  11976. .ui.yellow.segment:not(.inverted) {
  11977. border-top: 2px solid #FBBD08;
  11978. }
  11979. .ui.inverted.yellow.segment {
  11980. background-color: #FBBD08 !important;
  11981. color: #FFFFFF !important;
  11982. }
  11983. /* Olive */
  11984. .ui.olive.segment:not(.inverted) {
  11985. border-top: 2px solid #B5CC18;
  11986. }
  11987. .ui.inverted.olive.segment {
  11988. background-color: #B5CC18 !important;
  11989. color: #FFFFFF !important;
  11990. }
  11991. /* Green */
  11992. .ui.green.segment:not(.inverted) {
  11993. border-top: 2px solid #21BA45;
  11994. }
  11995. .ui.inverted.green.segment {
  11996. background-color: #21BA45 !important;
  11997. color: #FFFFFF !important;
  11998. }
  11999. /* Teal */
  12000. .ui.teal.segment:not(.inverted) {
  12001. border-top: 2px solid #00B5AD;
  12002. }
  12003. .ui.inverted.teal.segment {
  12004. background-color: #00B5AD !important;
  12005. color: #FFFFFF !important;
  12006. }
  12007. /* Blue */
  12008. .ui.blue.segment:not(.inverted) {
  12009. border-top: 2px solid #2185D0;
  12010. }
  12011. .ui.inverted.blue.segment {
  12012. background-color: #2185D0 !important;
  12013. color: #FFFFFF !important;
  12014. }
  12015. /* Violet */
  12016. .ui.violet.segment:not(.inverted) {
  12017. border-top: 2px solid #6435C9;
  12018. }
  12019. .ui.inverted.violet.segment {
  12020. background-color: #6435C9 !important;
  12021. color: #FFFFFF !important;
  12022. }
  12023. /* Purple */
  12024. .ui.purple.segment:not(.inverted) {
  12025. border-top: 2px solid #A333C8;
  12026. }
  12027. .ui.inverted.purple.segment {
  12028. background-color: #A333C8 !important;
  12029. color: #FFFFFF !important;
  12030. }
  12031. /* Pink */
  12032. .ui.pink.segment:not(.inverted) {
  12033. border-top: 2px solid #E03997;
  12034. }
  12035. .ui.inverted.pink.segment {
  12036. background-color: #E03997 !important;
  12037. color: #FFFFFF !important;
  12038. }
  12039. /* Brown */
  12040. .ui.brown.segment:not(.inverted) {
  12041. border-top: 2px solid #A5673F;
  12042. }
  12043. .ui.inverted.brown.segment {
  12044. background-color: #A5673F !important;
  12045. color: #FFFFFF !important;
  12046. }
  12047. /* Grey */
  12048. .ui.grey.segment:not(.inverted) {
  12049. border-top: 2px solid #767676;
  12050. }
  12051. .ui.inverted.grey.segment {
  12052. background-color: #767676 !important;
  12053. color: #FFFFFF !important;
  12054. }
  12055. /* Black */
  12056. .ui.black.segment:not(.inverted) {
  12057. border-top: 2px solid #1B1C1D;
  12058. }
  12059. .ui.inverted.black.segment {
  12060. background-color: #1B1C1D !important;
  12061. color: #FFFFFF !important;
  12062. }
  12063. /*-------------------
  12064. Aligned
  12065. --------------------*/
  12066. .ui[class*="left aligned"].segment {
  12067. text-align: left;
  12068. }
  12069. .ui[class*="right aligned"].segment {
  12070. text-align: right;
  12071. }
  12072. .ui[class*="center aligned"].segment {
  12073. text-align: center;
  12074. }
  12075. /*-------------------
  12076. Floated
  12077. --------------------*/
  12078. .ui.floated.segment,
  12079. .ui[class*="left floated"].segment {
  12080. float: left;
  12081. margin-right: 1em;
  12082. }
  12083. .ui[class*="right floated"].segment {
  12084. float: right;
  12085. margin-left: 1em;
  12086. }
  12087. /*-------------------
  12088. Inverted
  12089. --------------------*/
  12090. .ui.inverted.segment {
  12091. border: none;
  12092. box-shadow: none;
  12093. }
  12094. .ui.inverted.segment,
  12095. .ui.primary.inverted.segment {
  12096. background: #1B1C1D;
  12097. color: rgba(255, 255, 255, 0.9);
  12098. }
  12099. /* Nested */
  12100. .ui.inverted.segment .segment {
  12101. color: rgba(0, 0, 0, 0.87);
  12102. }
  12103. .ui.inverted.segment .inverted.segment {
  12104. color: rgba(255, 255, 255, 0.9);
  12105. }
  12106. /* Attached */
  12107. .ui.inverted.attached.segment {
  12108. border-color: #555555;
  12109. }
  12110. /*-------------------
  12111. Emphasis
  12112. --------------------*/
  12113. /* Secondary */
  12114. .ui.secondary.segment {
  12115. background: #F3F4F5;
  12116. color: rgba(0, 0, 0, 0.6);
  12117. }
  12118. .ui.secondary.inverted.segment {
  12119. background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  12120. background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  12121. color: rgba(255, 255, 255, 0.8);
  12122. }
  12123. /* Tertiary */
  12124. .ui.tertiary.segment {
  12125. background: #DCDDDE;
  12126. color: rgba(0, 0, 0, 0.6);
  12127. }
  12128. .ui.tertiary.inverted.segment {
  12129. background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  12130. background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  12131. color: rgba(255, 255, 255, 0.8);
  12132. }
  12133. /*-------------------
  12134. Attached
  12135. --------------------*/
  12136. /* Middle */
  12137. .ui.attached.segment {
  12138. top: 0px;
  12139. bottom: 0px;
  12140. border-radius: 0px;
  12141. margin: 0em -1px;
  12142. width: calc(100% + 2px );
  12143. max-width: calc(100% + 2px );
  12144. box-shadow: none;
  12145. border: 1px solid #D4D4D5;
  12146. }
  12147. .ui.attached + .ui.attached.segment:not(.top) {
  12148. border-top: none;
  12149. }
  12150. /* Top */
  12151. .ui[class*="top attached"].segment {
  12152. bottom: 0px;
  12153. margin-bottom: 0em;
  12154. top: 0px;
  12155. margin-top: 1rem;
  12156. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  12157. }
  12158. .ui.segment[class*="top attached"]:first-child {
  12159. margin-top: 0em;
  12160. }
  12161. /* Bottom */
  12162. .ui.segment[class*="bottom attached"] {
  12163. bottom: 0px;
  12164. margin-top: 0em;
  12165. top: 0px;
  12166. margin-bottom: 1rem;
  12167. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  12168. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  12169. }
  12170. .ui.segment[class*="bottom attached"]:last-child {
  12171. margin-bottom: 0em;
  12172. }
  12173. /*******************************
  12174. Theme Overrides
  12175. *******************************/
  12176. /*******************************
  12177. Site Overrides
  12178. *******************************/
  12179. /*!
  12180. * # Semantic UI 2.1.6 - Step
  12181. * http://github.com/semantic-org/semantic-ui/
  12182. *
  12183. *
  12184. * Copyright 2015 Contributors
  12185. * Released under the MIT license
  12186. * http://opensource.org/licenses/MIT
  12187. *
  12188. */
  12189. /*******************************
  12190. Plural
  12191. *******************************/
  12192. .ui.steps {
  12193. display: -webkit-inline-box;
  12194. display: -webkit-inline-flex;
  12195. display: -ms-inline-flexbox;
  12196. display: inline-flex;
  12197. -webkit-box-orient: horizontal;
  12198. -webkit-box-direction: normal;
  12199. -webkit-flex-direction: row;
  12200. -ms-flex-direction: row;
  12201. flex-direction: row;
  12202. -webkit-box-align: stretch;
  12203. -webkit-align-items: stretch;
  12204. -ms-flex-align: stretch;
  12205. align-items: stretch;
  12206. margin: 1em 0em;
  12207. background: '';
  12208. box-shadow: none;
  12209. line-height: 1.14285714em;
  12210. border-radius: 0.28571429rem;
  12211. border: 1px solid rgba(34, 36, 38, 0.15);
  12212. }
  12213. /* First Steps */
  12214. .ui.steps:first-child {
  12215. margin-top: 0em;
  12216. }
  12217. /* Last Steps */
  12218. .ui.steps:last-child {
  12219. margin-bottom: 0em;
  12220. }
  12221. /*******************************
  12222. Singular
  12223. *******************************/
  12224. .ui.steps .step {
  12225. position: relative;
  12226. display: -webkit-box;
  12227. display: -webkit-flex;
  12228. display: -ms-flexbox;
  12229. display: flex;
  12230. -webkit-box-flex: 1;
  12231. -webkit-flex: 1 0 auto;
  12232. -ms-flex: 1 0 auto;
  12233. flex: 1 0 auto;
  12234. -webkit-flex-wrap: wrap;
  12235. -ms-flex-wrap: wrap;
  12236. flex-wrap: wrap;
  12237. -webkit-box-orient: horizontal;
  12238. -webkit-box-direction: normal;
  12239. -webkit-flex-direction: row;
  12240. -ms-flex-direction: row;
  12241. flex-direction: row;
  12242. vertical-align: middle;
  12243. -webkit-box-align: center;
  12244. -webkit-align-items: center;
  12245. -ms-flex-align: center;
  12246. align-items: center;
  12247. -webkit-box-pack: center;
  12248. -webkit-justify-content: center;
  12249. -ms-flex-pack: center;
  12250. justify-content: center;
  12251. margin: 0em 0em;
  12252. padding: 1.14285714em 2em;
  12253. background: #FFFFFF;
  12254. color: rgba(0, 0, 0, 0.87);
  12255. box-shadow: none;
  12256. border-radius: 0em;
  12257. border: none;
  12258. border-right: 1px solid rgba(34, 36, 38, 0.15);
  12259. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  12260. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  12261. }
  12262. /* Arrow */
  12263. .ui.steps .step:after {
  12264. display: none;
  12265. position: absolute;
  12266. z-index: 2;
  12267. content: '';
  12268. top: 50%;
  12269. right: 0%;
  12270. border: medium none;
  12271. background-color: #FFFFFF;
  12272. width: 1.14285714em;
  12273. height: 1.14285714em;
  12274. border-style: solid;
  12275. border-color: rgba(34, 36, 38, 0.15);
  12276. border-width: 0px 1px 1px 0px;
  12277. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  12278. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  12279. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  12280. -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  12281. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  12282. }
  12283. /* First Step */
  12284. .ui.steps .step:first-child {
  12285. padding-left: 2em;
  12286. border-radius: 0.28571429rem 0em 0em 0.28571429rem;
  12287. }
  12288. /* Last Step */
  12289. .ui.steps .step:last-child {
  12290. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  12291. }
  12292. .ui.steps .step:last-child {
  12293. border-right: none;
  12294. margin-right: 0em;
  12295. }
  12296. /* Only Step */
  12297. .ui.steps .step:only-child {
  12298. border-radius: 0.28571429rem;
  12299. }
  12300. /*******************************
  12301. Content
  12302. *******************************/
  12303. /* Title */
  12304. .ui.steps .step .title {
  12305. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  12306. font-size: 1.14285714em;
  12307. font-weight: bold;
  12308. }
  12309. .ui.steps .step > .title {
  12310. width: 100%;
  12311. }
  12312. /* Description */
  12313. .ui.steps .step .description {
  12314. font-weight: normal;
  12315. font-size: 0.92857143em;
  12316. color: rgba(0, 0, 0, 0.87);
  12317. }
  12318. .ui.steps .step > .description {
  12319. width: 100%;
  12320. }
  12321. .ui.steps .step .title ~ .description {
  12322. margin-top: 0.25em;
  12323. }
  12324. /* Icon */
  12325. .ui.steps .step > .icon {
  12326. line-height: 1;
  12327. font-size: 2.5em;
  12328. margin: 0em 1rem 0em 0em;
  12329. }
  12330. .ui.steps .step > .icon,
  12331. .ui.steps .step > .icon ~ .content {
  12332. display: block;
  12333. -webkit-box-flex: 0;
  12334. -webkit-flex: 0 1 auto;
  12335. -ms-flex: 0 1 auto;
  12336. flex: 0 1 auto;
  12337. -webkit-align-self: middle;
  12338. -ms-flex-item-align: middle;
  12339. align-self: middle;
  12340. }
  12341. .ui.steps .step > .icon ~ .content {
  12342. -webkit-box-flex: 1 0 auto;
  12343. -webkit-flex-grow: 1 0 auto;
  12344. -ms-flex-positive: 1 0 auto;
  12345. flex-grow: 1 0 auto;
  12346. }
  12347. /* Horizontal Icon */
  12348. .ui.steps:not(.vertical) .step > .icon {
  12349. width: auto;
  12350. }
  12351. /* Link */
  12352. .ui.steps .link.step,
  12353. .ui.steps a.step {
  12354. cursor: pointer;
  12355. }
  12356. /*******************************
  12357. Types
  12358. *******************************/
  12359. /*--------------
  12360. Ordered
  12361. ---------------*/
  12362. .ui.ordered.steps {
  12363. counter-reset: ordered;
  12364. }
  12365. .ui.ordered.steps .step:before {
  12366. display: block;
  12367. position: static;
  12368. text-align: center;
  12369. content: counters(ordered, ".");
  12370. -webkit-align-self: middle;
  12371. -ms-flex-item-align: middle;
  12372. align-self: middle;
  12373. margin-right: 1rem;
  12374. font-size: 2.5em;
  12375. counter-increment: ordered;
  12376. font-family: inherit;
  12377. font-weight: bold;
  12378. }
  12379. .ui.ordered.steps .step > * {
  12380. display: block;
  12381. -webkit-align-self: middle;
  12382. -ms-flex-item-align: middle;
  12383. align-self: middle;
  12384. }
  12385. /*--------------
  12386. Vertical
  12387. ---------------*/
  12388. .ui.vertical.steps {
  12389. display: -webkit-inline-box;
  12390. display: -webkit-inline-flex;
  12391. display: -ms-inline-flexbox;
  12392. display: inline-flex;
  12393. -webkit-box-orient: vertical;
  12394. -webkit-box-direction: normal;
  12395. -webkit-flex-direction: column;
  12396. -ms-flex-direction: column;
  12397. flex-direction: column;
  12398. overflow: visible;
  12399. }
  12400. .ui.vertical.steps .step {
  12401. -webkit-box-pack: start;
  12402. -webkit-justify-content: flex-start;
  12403. -ms-flex-pack: start;
  12404. justify-content: flex-start;
  12405. border-radius: 0em;
  12406. padding: 1.14285714em 2em;
  12407. border-right: none;
  12408. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  12409. }
  12410. .ui.vertical.steps .step:first-child {
  12411. padding: 1.14285714em 2em;
  12412. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  12413. }
  12414. .ui.vertical.steps .step:last-child {
  12415. border-bottom: none;
  12416. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  12417. }
  12418. .ui.vertical.steps .step:only-child {
  12419. border-radius: 0.28571429rem;
  12420. }
  12421. /* Arrow */
  12422. .ui.vertical.steps .step:after {
  12423. display: none;
  12424. }
  12425. .ui.vertical.steps .step:after {
  12426. top: 50%;
  12427. right: 0%;
  12428. border-width: 0px 1px 1px 0px;
  12429. }
  12430. .ui.vertical.steps .step:after {
  12431. display: none;
  12432. }
  12433. .ui.vertical.steps .active.step:after {
  12434. display: block;
  12435. }
  12436. .ui.vertical.steps .step:last-child:after {
  12437. display: none;
  12438. }
  12439. .ui.vertical.steps .active.step:last-child:after {
  12440. display: block;
  12441. }
  12442. /*---------------
  12443. Responsive
  12444. ----------------*/
  12445. /* Mobile (Default) */
  12446. @media only screen and (max-width: 767px) {
  12447. .ui.steps {
  12448. display: -webkit-inline-box;
  12449. display: -webkit-inline-flex;
  12450. display: -ms-inline-flexbox;
  12451. display: inline-flex;
  12452. overflow: visible;
  12453. -webkit-box-orient: vertical;
  12454. -webkit-box-direction: normal;
  12455. -webkit-flex-direction: column;
  12456. -ms-flex-direction: column;
  12457. flex-direction: column;
  12458. }
  12459. .ui.steps .step {
  12460. width: 100% !important;
  12461. -webkit-box-orient: vertical;
  12462. -webkit-box-direction: normal;
  12463. -webkit-flex-direction: column;
  12464. -ms-flex-direction: column;
  12465. flex-direction: column;
  12466. border-radius: 0em;
  12467. padding: 1.14285714em 2em;
  12468. }
  12469. .ui.steps .step:first-child {
  12470. padding: 1.14285714em 2em;
  12471. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  12472. }
  12473. .ui.steps .step:last-child {
  12474. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  12475. }
  12476. /* Arrow */
  12477. .ui.steps .step:after {
  12478. display: none !important;
  12479. }
  12480. /* Content */
  12481. .ui.steps .step .content {
  12482. text-align: center;
  12483. }
  12484. /* Icon */
  12485. .ui.steps .step > .icon,
  12486. .ui.ordered.steps .step:before {
  12487. margin: 0em 0em 1rem 0em;
  12488. }
  12489. }
  12490. /*******************************
  12491. States
  12492. *******************************/
  12493. /* Link Hover */
  12494. .ui.steps .link.step:hover::after,
  12495. .ui.steps .link.step:hover,
  12496. .ui.steps a.step:hover::after,
  12497. .ui.steps a.step:hover {
  12498. background: #F9FAFB;
  12499. color: rgba(0, 0, 0, 0.8);
  12500. }
  12501. /* Link Down */
  12502. .ui.steps .link.step:active::after,
  12503. .ui.steps .link.step:active,
  12504. .ui.steps a.step:active::after,
  12505. .ui.steps a.step:active {
  12506. background: #F3F4F5;
  12507. color: rgba(0, 0, 0, 0.9);
  12508. }
  12509. /* Active */
  12510. .ui.steps .step.active {
  12511. cursor: auto;
  12512. background: #F3F4F5;
  12513. }
  12514. .ui.steps .step.active:after {
  12515. background: #F3F4F5;
  12516. }
  12517. .ui.steps .step.active .title {
  12518. color: #4183C4;
  12519. }
  12520. .ui.ordered.steps .step.active:before,
  12521. .ui.steps .active.step .icon {
  12522. color: rgba(0, 0, 0, 0.85);
  12523. }
  12524. /* Active Arrow */
  12525. .ui.steps .step:after {
  12526. display: block;
  12527. }
  12528. .ui.steps .active.step:after {
  12529. display: block;
  12530. }
  12531. .ui.steps .step:last-child:after {
  12532. display: none;
  12533. }
  12534. .ui.steps .active.step:last-child:after {
  12535. display: none;
  12536. }
  12537. /* Active Hover */
  12538. .ui.steps .link.active.step:hover::after,
  12539. .ui.steps .link.active.step:hover,
  12540. .ui.steps a.active.step:hover::after,
  12541. .ui.steps a.active.step:hover {
  12542. cursor: pointer;
  12543. background: #DCDDDE;
  12544. color: rgba(0, 0, 0, 0.87);
  12545. }
  12546. /* Completed */
  12547. .ui.steps .step.completed > .icon:before,
  12548. .ui.ordered.steps .step.completed:before {
  12549. color: #21BA45;
  12550. }
  12551. /* Disabled */
  12552. .ui.steps .disabled.step {
  12553. cursor: auto;
  12554. background: #FFFFFF;
  12555. pointer-events: none;
  12556. }
  12557. .ui.steps .disabled.step,
  12558. .ui.steps .disabled.step .title,
  12559. .ui.steps .disabled.step .description {
  12560. color: rgba(40, 40, 40, 0.3);
  12561. }
  12562. .ui.steps .disabled.step:after {
  12563. background: #FFFFFF;
  12564. }
  12565. /*******************************
  12566. Variations
  12567. *******************************/
  12568. /*--------------
  12569. Stackable
  12570. ---------------*/
  12571. /* Tablet Or Below */
  12572. @media only screen and (max-width: 991px) {
  12573. .ui[class*="tablet stackable"].steps {
  12574. display: -webkit-inline-box;
  12575. display: -webkit-inline-flex;
  12576. display: -ms-inline-flexbox;
  12577. display: inline-flex;
  12578. overflow: visible;
  12579. -webkit-box-orient: vertical;
  12580. -webkit-box-direction: normal;
  12581. -webkit-flex-direction: column;
  12582. -ms-flex-direction: column;
  12583. flex-direction: column;
  12584. }
  12585. /* Steps */
  12586. .ui[class*="tablet stackable"].steps .step {
  12587. -webkit-box-orient: vertical;
  12588. -webkit-box-direction: normal;
  12589. -webkit-flex-direction: column;
  12590. -ms-flex-direction: column;
  12591. flex-direction: column;
  12592. border-radius: 0em;
  12593. padding: 1.14285714em 2em;
  12594. }
  12595. .ui[class*="tablet stackable"].steps .step:first-child {
  12596. padding: 1.14285714em 2em;
  12597. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  12598. }
  12599. .ui[class*="tablet stackable"].steps .step:last-child {
  12600. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  12601. }
  12602. /* Arrow */
  12603. .ui[class*="tablet stackable"].steps .step:after {
  12604. display: none !important;
  12605. }
  12606. /* Content */
  12607. .ui[class*="tablet stackable"].steps .step .content {
  12608. text-align: center;
  12609. }
  12610. /* Icon */
  12611. .ui[class*="tablet stackable"].steps .step > .icon,
  12612. .ui[class*="tablet stackable"].ordered.steps .step:before {
  12613. margin: 0em 0em 1rem 0em;
  12614. }
  12615. }
  12616. /*--------------
  12617. Fluid
  12618. ---------------*/
  12619. /* Fluid */
  12620. .ui.fluid.steps {
  12621. display: -webkit-box;
  12622. display: -webkit-flex;
  12623. display: -ms-flexbox;
  12624. display: flex;
  12625. width: 100%;
  12626. }
  12627. /*--------------
  12628. Attached
  12629. ---------------*/
  12630. /* Top */
  12631. .ui.attached.steps {
  12632. width: calc(100% + 2px ) !important;
  12633. margin: 0em -1px -1px;
  12634. max-width: calc(100% + 2px );
  12635. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  12636. }
  12637. .ui.attached.steps .step:first-child {
  12638. border-radius: 0.28571429rem 0em 0em 0em;
  12639. }
  12640. .ui.attached.steps .step:last-child {
  12641. border-radius: 0em 0.28571429rem 0em 0em;
  12642. }
  12643. /* Bottom */
  12644. .ui.bottom.attached.steps {
  12645. margin: -1px -1px 0em;
  12646. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  12647. }
  12648. .ui.bottom.attached.steps .step:first-child {
  12649. border-radius: 0em 0em 0em 0.28571429rem;
  12650. }
  12651. .ui.bottom.attached.steps .step:last-child {
  12652. border-radius: 0em 0em 0.28571429rem 0em;
  12653. }
  12654. /*-------------------
  12655. Evenly Divided
  12656. --------------------*/
  12657. .ui.one.steps,
  12658. .ui.two.steps,
  12659. .ui.three.steps,
  12660. .ui.four.steps,
  12661. .ui.five.steps,
  12662. .ui.six.steps,
  12663. .ui.seven.steps,
  12664. .ui.eight.steps {
  12665. width: 100%;
  12666. }
  12667. .ui.one.steps > .step,
  12668. .ui.two.steps > .step,
  12669. .ui.three.steps > .step,
  12670. .ui.four.steps > .step,
  12671. .ui.five.steps > .step,
  12672. .ui.six.steps > .step,
  12673. .ui.seven.steps > .step,
  12674. .ui.eight.steps > .step {
  12675. -webkit-flex-wrap: nowrap;
  12676. -ms-flex-wrap: nowrap;
  12677. flex-wrap: nowrap;
  12678. }
  12679. .ui.one.steps > .step {
  12680. width: 100%;
  12681. }
  12682. .ui.two.steps > .step {
  12683. width: 50%;
  12684. }
  12685. .ui.three.steps > .step {
  12686. width: 33.333%;
  12687. }
  12688. .ui.four.steps > .step {
  12689. width: 25%;
  12690. }
  12691. .ui.five.steps > .step {
  12692. width: 20%;
  12693. }
  12694. .ui.six.steps > .step {
  12695. width: 16.666%;
  12696. }
  12697. .ui.seven.steps > .step {
  12698. width: 14.285%;
  12699. }
  12700. .ui.eight.steps > .step {
  12701. width: 12.500%;
  12702. }
  12703. /*-------------------
  12704. Sizes
  12705. --------------------*/
  12706. .ui.small.step,
  12707. .ui.small.steps .step {
  12708. font-size: 0.92857143rem;
  12709. }
  12710. .ui.step,
  12711. .ui.steps .step {
  12712. font-size: 1rem;
  12713. }
  12714. .ui.large.step,
  12715. .ui.large.steps .step {
  12716. font-size: 1.14285714rem;
  12717. }
  12718. /*******************************
  12719. Theme Overrides
  12720. *******************************/
  12721. @font-face {
  12722. font-family: 'Step';
  12723. 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/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgs
  12724. }
  12725. .ui.steps .step.completed > .icon:before,
  12726. .ui.ordered.steps .step.completed:before {
  12727. font-family: 'Step';
  12728. content: '\e800';
  12729. /* '' */
  12730. }
  12731. /*******************************
  12732. Site Overrides
  12733. *******************************/
  12734. /*!
  12735. * # Semantic UI 2.1.6 - Breadcrumb
  12736. * http://github.com/semantic-org/semantic-ui/
  12737. *
  12738. *
  12739. * Copyright 2015 Contributors
  12740. * Released under the MIT license
  12741. * http://opensource.org/licenses/MIT
  12742. *
  12743. */
  12744. /*******************************
  12745. Breadcrumb
  12746. *******************************/
  12747. .ui.breadcrumb {
  12748. line-height: 1;
  12749. display: inline-block;
  12750. margin: 0em 0em;
  12751. vertical-align: middle;
  12752. }
  12753. .ui.breadcrumb:first-child {
  12754. margin-top: 0em;
  12755. }
  12756. .ui.breadcrumb:last-child {
  12757. margin-bottom: 0em;
  12758. }
  12759. /*******************************
  12760. Content
  12761. *******************************/
  12762. /* Divider */
  12763. .ui.breadcrumb .divider {
  12764. display: inline-block;
  12765. opacity: 0.7;
  12766. margin: 0em 0.21428571rem 0em;
  12767. font-size: 0.92857143em;
  12768. color: rgba(0, 0, 0, 0.4);
  12769. vertical-align: baseline;
  12770. }
  12771. /* Link */
  12772. .ui.breadcrumb a {
  12773. color: #4183C4;
  12774. }
  12775. .ui.breadcrumb a:hover {
  12776. color: #1e70bf;
  12777. }
  12778. /* Icon Divider */
  12779. .ui.breadcrumb .icon.divider {
  12780. font-size: 0.85714286em;
  12781. vertical-align: baseline;
  12782. }
  12783. /* Section */
  12784. .ui.breadcrumb a.section {
  12785. cursor: pointer;
  12786. }
  12787. .ui.breadcrumb .section {
  12788. display: inline-block;
  12789. margin: 0em;
  12790. padding: 0em;
  12791. }
  12792. /* Loose Coupling */
  12793. .ui.breadcrumb.segment {
  12794. display: inline-block;
  12795. padding: 0.71428571em 1em;
  12796. }
  12797. /*******************************
  12798. States
  12799. *******************************/
  12800. .ui.breadcrumb .active.section {
  12801. font-weight: bold;
  12802. }
  12803. /*******************************
  12804. Variations
  12805. *******************************/
  12806. .ui.mini.breadcrumb {
  12807. font-size: 0.71428571rem;
  12808. }
  12809. .ui.tiny.breadcrumb {
  12810. font-size: 0.85714286rem;
  12811. }
  12812. .ui.small.breadcrumb {
  12813. font-size: 0.92857143rem;
  12814. }
  12815. .ui.breadcrumb {
  12816. font-size: 1rem;
  12817. }
  12818. .ui.large.breadcrumb {
  12819. font-size: 1.14285714rem;
  12820. }
  12821. .ui.big.breadcrumb {
  12822. font-size: 1.28571429rem;
  12823. }
  12824. .ui.huge.breadcrumb {
  12825. font-size: 1.42857143rem;
  12826. }
  12827. .ui.massive.breadcrumb {
  12828. font-size: 1.71428571rem;
  12829. }
  12830. /*******************************
  12831. Theme Overrides
  12832. *******************************/
  12833. /*******************************
  12834. Site Overrides
  12835. *******************************/
  12836. /*!
  12837. * # Semantic UI 2.1.6 - Form
  12838. * http://github.com/semantic-org/semantic-ui/
  12839. *
  12840. *
  12841. * Copyright 2015 Contributors
  12842. * Released under the MIT license
  12843. * http://opensource.org/licenses/MIT
  12844. *
  12845. */
  12846. /*******************************
  12847. Elements
  12848. *******************************/
  12849. /*--------------------
  12850. Form
  12851. ---------------------*/
  12852. .ui.form {
  12853. position: relative;
  12854. max-width: 100%;
  12855. }
  12856. /*--------------------
  12857. Content
  12858. ---------------------*/
  12859. .ui.form > p {
  12860. margin: 1em 0em;
  12861. }
  12862. /*--------------------
  12863. Field
  12864. ---------------------*/
  12865. .ui.form .field {
  12866. clear: both;
  12867. margin: 0em 0em 1em;
  12868. }
  12869. .ui.form .field:last-child,
  12870. .ui.form .fields:last-child .field {
  12871. margin-bottom: 0em;
  12872. }
  12873. .ui.form .fields .field {
  12874. clear: both;
  12875. margin: 0em 0em 1em;
  12876. }
  12877. /*--------------------
  12878. Labels
  12879. ---------------------*/
  12880. .ui.form .field > label {
  12881. display: block;
  12882. margin: 0em 0em 0.28571429rem 0em;
  12883. color: rgba(0, 0, 0, 0.87);
  12884. font-size: 0.92857143em;
  12885. font-weight: bold;
  12886. text-transform: none;
  12887. }
  12888. /*--------------------
  12889. Standard Inputs
  12890. ---------------------*/
  12891. .ui.form textarea,
  12892. .ui.form input:not([type]),
  12893. .ui.form input[type="date"],
  12894. .ui.form input[type="datetime-local"],
  12895. .ui.form input[type="email"],
  12896. .ui.form input[type="number"],
  12897. .ui.form input[type="password"],
  12898. .ui.form input[type="search"],
  12899. .ui.form input[type="tel"],
  12900. .ui.form input[type="time"],
  12901. .ui.form input[type="text"],
  12902. .ui.form input[type="url"] {
  12903. width: 100%;
  12904. vertical-align: top;
  12905. }
  12906. /* Set max height on unusual input */
  12907. .ui.form ::-webkit-datetime-edit,
  12908. .ui.form ::-webkit-inner-spin-button {
  12909. height: 1.2142em;
  12910. }
  12911. .ui.form input:not([type]),
  12912. .ui.form input[type="date"],
  12913. .ui.form input[type="datetime-local"],
  12914. .ui.form input[type="email"],
  12915. .ui.form input[type="number"],
  12916. .ui.form input[type="password"],
  12917. .ui.form input[type="search"],
  12918. .ui.form input[type="tel"],
  12919. .ui.form input[type="time"],
  12920. .ui.form input[type="text"],
  12921. .ui.form input[type="url"] {
  12922. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  12923. margin: 0em;
  12924. outline: none;
  12925. -webkit-appearance: none;
  12926. tap-highlight-color: rgba(255, 255, 255, 0);
  12927. line-height: 1.2142em;
  12928. padding: 0.67861429em 1em;
  12929. font-size: 1em;
  12930. background: #FFFFFF;
  12931. border: 1px solid rgba(34, 36, 38, 0.15);
  12932. color: rgba(0, 0, 0, 0.87);
  12933. border-radius: 0.28571429rem;
  12934. box-shadow: 0em 0em 0em 0em transparent inset;
  12935. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  12936. transition: color 0.1s ease, border-color 0.1s ease;
  12937. }
  12938. /* Text Area */
  12939. .ui.form textarea {
  12940. margin: 0em;
  12941. -webkit-appearance: none;
  12942. tap-highlight-color: rgba(255, 255, 255, 0);
  12943. padding: 0.78571429em 1em;
  12944. background: #FFFFFF;
  12945. border: 1px solid rgba(34, 36, 38, 0.15);
  12946. outline: none;
  12947. color: rgba(0, 0, 0, 0.87);
  12948. border-radius: 0.28571429rem;
  12949. box-shadow: 0em 0em 0em 0em transparent inset;
  12950. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  12951. transition: color 0.1s ease, border-color 0.1s ease;
  12952. font-size: 1em;
  12953. line-height: 1.2857;
  12954. resize: vertical;
  12955. }
  12956. .ui.form textarea:not([rows]) {
  12957. height: 12em;
  12958. min-height: 8em;
  12959. max-height: 24em;
  12960. }
  12961. .ui.form textarea,
  12962. .ui.form input[type="checkbox"] {
  12963. vertical-align: top;
  12964. }
  12965. /*--------------------------
  12966. Input w/ attached Button
  12967. ---------------------------*/
  12968. .ui.form input.attached {
  12969. width: auto;
  12970. }
  12971. /*--------------------
  12972. Basic Select
  12973. ---------------------*/
  12974. .ui.form select {
  12975. display: block;
  12976. height: auto;
  12977. width: 100%;
  12978. background: #FFFFFF;
  12979. border: 1px solid rgba(34, 36, 38, 0.15);
  12980. border-radius: 0.28571429rem;
  12981. box-shadow: 0em 0em 0em 0em transparent inset;
  12982. padding: 0.62em 1em;
  12983. color: rgba(0, 0, 0, 0.87);
  12984. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  12985. transition: color 0.1s ease, border-color 0.1s ease;
  12986. }
  12987. /*--------------------
  12988. Dropdown
  12989. ---------------------*/
  12990. /* Block */
  12991. .ui.form .field > .selection.dropdown {
  12992. width: 100%;
  12993. }
  12994. .ui.form .field > .selection.dropdown > .dropdown.icon {
  12995. float: right;
  12996. }
  12997. /* Inline */
  12998. .ui.form .inline.fields .field > .selection.dropdown,
  12999. .ui.form .inline.field > .selection.dropdown {
  13000. width: auto;
  13001. }
  13002. .ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
  13003. .ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  13004. float: none;
  13005. }
  13006. /*--------------------
  13007. UI Input
  13008. ---------------------*/
  13009. /* Block */
  13010. .ui.form .field .ui.input,
  13011. .ui.form .fields .field .ui.input,
  13012. .ui.form .wide.field .ui.input {
  13013. width: 100%;
  13014. }
  13015. /* Inline */
  13016. .ui.form .inline.fields .field:not(.wide) .ui.input,
  13017. .ui.form .inline.field:not(.wide) .ui.input {
  13018. width: auto;
  13019. vertical-align: middle;
  13020. }
  13021. /* Auto Input */
  13022. .ui.form .fields .field .ui.input input,
  13023. .ui.form .field .ui.input input {
  13024. width: auto;
  13025. }
  13026. /* Full Width Input */
  13027. .ui.form .ten.fields .ui.input input,
  13028. .ui.form .nine.fields .ui.input input,
  13029. .ui.form .eight.fields .ui.input input,
  13030. .ui.form .seven.fields .ui.input input,
  13031. .ui.form .six.fields .ui.input input,
  13032. .ui.form .five.fields .ui.input input,
  13033. .ui.form .four.fields .ui.input input,
  13034. .ui.form .three.fields .ui.input input,
  13035. .ui.form .two.fields .ui.input input,
  13036. .ui.form .wide.field .ui.input input {
  13037. -webkit-box-flex: 1;
  13038. -webkit-flex: 1 0 auto;
  13039. -ms-flex: 1 0 auto;
  13040. flex: 1 0 auto;
  13041. width: 0px;
  13042. }
  13043. /*--------------------
  13044. Types of Messages
  13045. ---------------------*/
  13046. .ui.form .success.message,
  13047. .ui.form .warning.message,
  13048. .ui.form .error.message {
  13049. display: none;
  13050. }
  13051. /* Assumptions */
  13052. .ui.form .message:first-child {
  13053. margin-top: 0px;
  13054. }
  13055. /*--------------------
  13056. Validation Prompt
  13057. ---------------------*/
  13058. .ui.form .field .prompt.label {
  13059. white-space: normal;
  13060. background: #FFFFFF !important;
  13061. border: 1px solid #E0B4B4 !important;
  13062. color: #9F3A38 !important;
  13063. }
  13064. .ui.form .inline.fields .field .prompt,
  13065. .ui.form .inline.field .prompt {
  13066. vertical-align: top;
  13067. margin: -0.25em 0em -0.5em 0.5em;
  13068. }
  13069. .ui.form .inline.fields .field .prompt:before,
  13070. .ui.form .inline.field .prompt:before {
  13071. border-width: 0px 0px 1px 1px;
  13072. bottom: auto;
  13073. right: auto;
  13074. top: 50%;
  13075. left: 0em;
  13076. }
  13077. /*******************************
  13078. States
  13079. *******************************/
  13080. /*--------------------
  13081. Autofilled
  13082. ---------------------*/
  13083. .ui.form .field.field input:-webkit-autofill {
  13084. box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  13085. border-color: #E5DFA1 !important;
  13086. }
  13087. /* Focus */
  13088. .ui.form .field.field input:-webkit-autofill:focus {
  13089. box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  13090. border-color: #D5C315 !important;
  13091. }
  13092. /* Error */
  13093. .ui.form .error.error input:-webkit-autofill {
  13094. box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  13095. border-color: #E0B4B4 !important;
  13096. }
  13097. /*--------------------
  13098. Placeholder
  13099. ---------------------*/
  13100. /* browsers require these rules separate */
  13101. .ui.form ::-webkit-input-placeholder {
  13102. color: rgba(140, 140, 140, 0.87);
  13103. }
  13104. .ui.form ::-ms-input-placeholder {
  13105. color: rgba(140, 140, 140, 0.87);
  13106. }
  13107. .ui.form ::-moz-placeholder {
  13108. color: rgba(140, 140, 140, 0.87);
  13109. }
  13110. .ui.form :focus::-webkit-input-placeholder {
  13111. color: rgba(89, 89, 89, 0.87);
  13112. }
  13113. .ui.form :focus::-ms-input-placeholder {
  13114. color: rgba(89, 89, 89, 0.87);
  13115. }
  13116. .ui.form :focus::-moz-placeholder {
  13117. color: rgba(89, 89, 89, 0.87);
  13118. }
  13119. /* Error Placeholder */
  13120. .ui.form .error ::-webkit-input-placeholder {
  13121. color: #e7bdbc;
  13122. }
  13123. .ui.form .error ::-ms-input-placeholder {
  13124. color: #e7bdbc;
  13125. }
  13126. .ui.form .error ::-moz-placeholder {
  13127. color: #e7bdbc;
  13128. }
  13129. .ui.form .error :focus::-webkit-input-placeholder {
  13130. color: #da9796;
  13131. }
  13132. .ui.form .error :focus::-ms-input-placeholder {
  13133. color: #da9796;
  13134. }
  13135. .ui.form .error :focus::-moz-placeholder {
  13136. color: #da9796;
  13137. }
  13138. /*--------------------
  13139. Focus
  13140. ---------------------*/
  13141. .ui.form input:not([type]):focus,
  13142. .ui.form input[type="date"]:focus,
  13143. .ui.form input[type="datetime-local"]:focus,
  13144. .ui.form input[type="email"]:focus,
  13145. .ui.form input[type="number"]:focus,
  13146. .ui.form input[type="password"]:focus,
  13147. .ui.form input[type="search"]:focus,
  13148. .ui.form input[type="tel"]:focus,
  13149. .ui.form input[type="time"]:focus,
  13150. .ui.form input[type="text"]:focus,
  13151. .ui.form input[type="url"]:focus {
  13152. color: rgba(0, 0, 0, 0.95);
  13153. border-color: #85B7D9;
  13154. border-radius: 0.28571429rem;
  13155. background: #FFFFFF;
  13156. box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  13157. }
  13158. .ui.form textarea:focus {
  13159. color: rgba(0, 0, 0, 0.95);
  13160. border-color: #85B7D9;
  13161. border-radius: 0.28571429rem;
  13162. background: #FFFFFF;
  13163. box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  13164. -webkit-appearance: none;
  13165. }
  13166. /*--------------------
  13167. Success
  13168. ---------------------*/
  13169. /* On Form */
  13170. .ui.form.success .success.message:not(:empty) {
  13171. display: block;
  13172. }
  13173. .ui.form.success .icon.success.message:not(:empty) {
  13174. display: -webkit-box;
  13175. display: -webkit-flex;
  13176. display: -ms-flexbox;
  13177. display: flex;
  13178. }
  13179. /*--------------------
  13180. Warning
  13181. ---------------------*/
  13182. /* On Form */
  13183. .ui.form.warning .warning.message:not(:empty) {
  13184. display: block;
  13185. }
  13186. .ui.form.warning .icon.warning.message:not(:empty) {
  13187. display: -webkit-box;
  13188. display: -webkit-flex;
  13189. display: -ms-flexbox;
  13190. display: flex;
  13191. }
  13192. /*--------------------
  13193. Error
  13194. ---------------------*/
  13195. /* On Form */
  13196. .ui.form.error .error.message:not(:empty) {
  13197. display: block;
  13198. }
  13199. .ui.form.error .icon.error.message:not(:empty) {
  13200. display: -webkit-box;
  13201. display: -webkit-flex;
  13202. display: -ms-flexbox;
  13203. display: flex;
  13204. }
  13205. /* On Field(s) */
  13206. .ui.form .fields.error .field label,
  13207. .ui.form .field.error label,
  13208. .ui.form .fields.error .field .input,
  13209. .ui.form .field.error .input {
  13210. color: #9F3A38;
  13211. }
  13212. .ui.form .fields.error .field .corner.label,
  13213. .ui.form .field.error .corner.label {
  13214. border-color: #9F3A38;
  13215. color: #FFFFFF;
  13216. }
  13217. .ui.form .fields.error .field textarea,
  13218. .ui.form .fields.error .field select,
  13219. .ui.form .fields.error .field input:not([type]),
  13220. .ui.form .fields.error .field input[type="date"],
  13221. .ui.form .fields.error .field input[type="datetime-local"],
  13222. .ui.form .fields.error .field input[type="email"],
  13223. .ui.form .fields.error .field input[type="number"],
  13224. .ui.form .fields.error .field input[type="password"],
  13225. .ui.form .fields.error .field input[type="search"],
  13226. .ui.form .fields.error .field input[type="tel"],
  13227. .ui.form .fields.error .field input[type="time"],
  13228. .ui.form .fields.error .field input[type="text"],
  13229. .ui.form .fields.error .field input[type="url"],
  13230. .ui.form .field.error textarea,
  13231. .ui.form .field.error select,
  13232. .ui.form .field.error input:not([type]),
  13233. .ui.form .field.error input[type="date"],
  13234. .ui.form .field.error input[type="datetime-local"],
  13235. .ui.form .field.error input[type="email"],
  13236. .ui.form .field.error input[type="number"],
  13237. .ui.form .field.error input[type="password"],
  13238. .ui.form .field.error input[type="search"],
  13239. .ui.form .field.error input[type="tel"],
  13240. .ui.form .field.error input[type="time"],
  13241. .ui.form .field.error input[type="text"],
  13242. .ui.form .field.error input[type="url"] {
  13243. background: #FFF6F6;
  13244. border-color: #E0B4B4;
  13245. color: #9F3A38;
  13246. border-radius: '';
  13247. box-shadow: none;
  13248. }
  13249. .ui.form .field.error textarea:focus,
  13250. .ui.form .field.error select:focus,
  13251. .ui.form .field.error input:not([type]):focus,
  13252. .ui.form .field.error input[type="date"]:focus,
  13253. .ui.form .field.error input[type="datetime-local"]:focus,
  13254. .ui.form .field.error input[type="email"]:focus,
  13255. .ui.form .field.error input[type="number"]:focus,
  13256. .ui.form .field.error input[type="password"]:focus,
  13257. .ui.form .field.error input[type="search"]:focus,
  13258. .ui.form .field.error input[type="tel"]:focus,
  13259. .ui.form .field.error input[type="time"]:focus,
  13260. .ui.form .field.error input[type="text"]:focus,
  13261. .ui.form .field.error input[type="url"]:focus {
  13262. background: #FFF6F6;
  13263. border-color: #E0B4B4;
  13264. color: #9F3A38;
  13265. -webkit-appearance: none;
  13266. box-shadow: none;
  13267. }
  13268. /* Preserve Native Select Stylings */
  13269. .ui.form .field.error select {
  13270. -webkit-appearance: menulist-button;
  13271. }
  13272. /*------------------
  13273. Dropdown Error
  13274. --------------------*/
  13275. .ui.form .fields.error .field .ui.dropdown,
  13276. .ui.form .fields.error .field .ui.dropdown .item,
  13277. .ui.form .field.error .ui.dropdown,
  13278. .ui.form .field.error .ui.dropdown .text,
  13279. .ui.form .field.error .ui.dropdown .item {
  13280. background: #FFF6F6;
  13281. color: #9F3A38;
  13282. }
  13283. .ui.form .fields.error .field .ui.dropdown,
  13284. .ui.form .field.error .ui.dropdown {
  13285. border-color: #E0B4B4 !important;
  13286. }
  13287. .ui.form .fields.error .field .ui.dropdown:hover,
  13288. .ui.form .field.error .ui.dropdown:hover {
  13289. border-color: #E0B4B4 !important;
  13290. }
  13291. .ui.form .fields.error .field .ui.dropdown:hover .menu,
  13292. .ui.form .field.error .ui.dropdown:hover .menu {
  13293. border-color: #E0B4B4;
  13294. }
  13295. .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
  13296. .ui.form .field.error .ui.multiple.selection.dropdown > .label {
  13297. background-color: #EACBCB;
  13298. color: #9F3A38;
  13299. }
  13300. /* Hover */
  13301. .ui.form .fields.error .field .ui.dropdown .menu .item:hover,
  13302. .ui.form .field.error .ui.dropdown .menu .item:hover {
  13303. background-color: #FBE7E7;
  13304. }
  13305. /* Selected */
  13306. .ui.form .fields.error .field .ui.dropdown .menu .selected.item,
  13307. .ui.form .field.error .ui.dropdown .menu .selected.item {
  13308. background-color: #FBE7E7;
  13309. }
  13310. /* Active */
  13311. .ui.form .fields.error .field .ui.dropdown .menu .active.item,
  13312. .ui.form .field.error .ui.dropdown .menu .active.item {
  13313. background-color: #FDCFCF !important;
  13314. }
  13315. /*--------------------
  13316. Checkbox Error
  13317. ---------------------*/
  13318. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
  13319. .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
  13320. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
  13321. .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  13322. color: #9F3A38;
  13323. }
  13324. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
  13325. .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
  13326. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
  13327. .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  13328. background: #FFF6F6;
  13329. border-color: #E0B4B4;
  13330. }
  13331. .ui.form .fields.error .field .checkbox label:after,
  13332. .ui.form .field.error .checkbox label:after,
  13333. .ui.form .fields.error .field .checkbox .box:after,
  13334. .ui.form .field.error .checkbox .box:after {
  13335. color: #9F3A38;
  13336. }
  13337. /*--------------------
  13338. Disabled
  13339. ---------------------*/
  13340. .ui.form .disabled.fields .field,
  13341. .ui.form .disabled.field,
  13342. .ui.form .field :disabled {
  13343. pointer-events: none;
  13344. opacity: 0.45;
  13345. }
  13346. .ui.form .field.disabled label {
  13347. opacity: 0.45;
  13348. }
  13349. .ui.form .field.disabled :disabled {
  13350. opacity: 1;
  13351. }
  13352. /*--------------
  13353. Loading
  13354. ---------------*/
  13355. .ui.loading.form {
  13356. position: relative;
  13357. cursor: default;
  13358. point-events: none;
  13359. text-shadow: none !important;
  13360. color: transparent !important;
  13361. -webkit-transition: all 0s linear;
  13362. transition: all 0s linear;
  13363. z-index: 100;
  13364. }
  13365. .ui.loading.form:before {
  13366. position: absolute;
  13367. content: '';
  13368. top: 0%;
  13369. left: 0%;
  13370. background: rgba(255, 255, 255, 0.8);
  13371. width: 100%;
  13372. height: 100%;
  13373. z-index: 100;
  13374. }
  13375. .ui.loading.form:after {
  13376. position: absolute;
  13377. content: '';
  13378. top: 50%;
  13379. left: 50%;
  13380. margin: -1.5em 0em 0em -1.5em;
  13381. width: 3em;
  13382. height: 3em;
  13383. -webkit-animation: form-spin 0.6s linear;
  13384. animation: form-spin 0.6s linear;
  13385. -webkit-animation-iteration-count: infinite;
  13386. animation-iteration-count: infinite;
  13387. border-radius: 500rem;
  13388. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  13389. border-style: solid;
  13390. border-width: 0.2em;
  13391. box-shadow: 0px 0px 0px 1px transparent;
  13392. visibility: visible;
  13393. z-index: 101;
  13394. }
  13395. @-webkit-keyframes form-spin {
  13396. from {
  13397. -webkit-transform: rotate(0deg);
  13398. transform: rotate(0deg);
  13399. }
  13400. to {
  13401. -webkit-transform: rotate(360deg);
  13402. transform: rotate(360deg);
  13403. }
  13404. }
  13405. @keyframes form-spin {
  13406. from {
  13407. -webkit-transform: rotate(0deg);
  13408. transform: rotate(0deg);
  13409. }
  13410. to {
  13411. -webkit-transform: rotate(360deg);
  13412. transform: rotate(360deg);
  13413. }
  13414. }
  13415. /*******************************
  13416. Element Types
  13417. *******************************/
  13418. /*--------------------
  13419. Required Field
  13420. ---------------------*/
  13421. .ui.form .required.fields:not(.grouped) > .field > label:after,
  13422. .ui.form .required.fields.grouped > label:after,
  13423. .ui.form .required.field > label:after,
  13424. .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
  13425. .ui.form .required.field > .checkbox:after {
  13426. margin: -0.2em 0em 0em 0.2em;
  13427. content: '*';
  13428. color: #DB2828;
  13429. }
  13430. .ui.form .required.fields:not(.grouped) > .field > label:after,
  13431. .ui.form .required.fields.grouped > label:after,
  13432. .ui.form .required.field > label:after {
  13433. display: inline-block;
  13434. vertical-align: top;
  13435. }
  13436. .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
  13437. .ui.form .required.field > .checkbox:after {
  13438. position: absolute;
  13439. top: 0%;
  13440. left: 100%;
  13441. }
  13442. /*******************************
  13443. Variations
  13444. *******************************/
  13445. /*--------------------
  13446. Inverted Colors
  13447. ---------------------*/
  13448. .ui.inverted.form label,
  13449. .ui.form .inverted.segment label,
  13450. .ui.form .inverted.segment .ui.checkbox label,
  13451. .ui.form .inverted.segment .ui.checkbox .box,
  13452. .ui.inverted.form .ui.checkbox label,
  13453. .ui.inverted.form .ui.checkbox .box {
  13454. color: rgba(255, 255, 255, 0.9);
  13455. }
  13456. /* Inverted Field */
  13457. .ui.inverted.form input:not([type]),
  13458. .ui.inverted.form input[type="date"],
  13459. .ui.inverted.form input[type="datetime-local"],
  13460. .ui.inverted.form input[type="email"],
  13461. .ui.inverted.form input[type="number"],
  13462. .ui.inverted.form input[type="password"],
  13463. .ui.inverted.form input[type="search"],
  13464. .ui.inverted.form input[type="tel"],
  13465. .ui.inverted.form input[type="time"],
  13466. .ui.inverted.form input[type="text"],
  13467. .ui.inverted.form input[type="url"] {
  13468. background: #FFFFFF;
  13469. border-color: rgba(255, 255, 255, 0.1);
  13470. color: rgba(0, 0, 0, 0.87);
  13471. box-shadow: none;
  13472. }
  13473. /*--------------------
  13474. Field Groups
  13475. ---------------------*/
  13476. /* Grouped Vertically */
  13477. .ui.form .grouped.fields {
  13478. display: block;
  13479. margin: 0em 0em 1em;
  13480. }
  13481. .ui.form .grouped.fields:last-child {
  13482. margin-bottom: 0em;
  13483. }
  13484. .ui.form .grouped.fields > label {
  13485. margin: 0em 0em 0.28571429rem 0em;
  13486. color: rgba(0, 0, 0, 0.87);
  13487. font-size: 0.92857143em;
  13488. font-weight: bold;
  13489. text-transform: none;
  13490. }
  13491. .ui.form .grouped.fields .field,
  13492. .ui.form .grouped.inline.fields .field {
  13493. display: block;
  13494. margin: 0.5em 0em;
  13495. padding: 0em;
  13496. }
  13497. /*--------------------
  13498. Fields
  13499. ---------------------*/
  13500. /* Split fields */
  13501. .ui.form .fields {
  13502. display: -webkit-box;
  13503. display: -webkit-flex;
  13504. display: -ms-flexbox;
  13505. display: flex;
  13506. -webkit-box-orient: horizontal;
  13507. -webkit-box-direction: normal;
  13508. -webkit-flex-direction: row;
  13509. -ms-flex-direction: row;
  13510. flex-direction: row;
  13511. }
  13512. .ui.form .fields > .field {
  13513. -webkit-box-flex: 0;
  13514. -webkit-flex: 0 1 auto;
  13515. -ms-flex: 0 1 auto;
  13516. flex: 0 1 auto;
  13517. padding-left: 0.5em;
  13518. padding-right: 0.5em;
  13519. }
  13520. .ui.form .fields > .field:first-child {
  13521. border-left: none;
  13522. box-shadow: none;
  13523. }
  13524. /* Other Combinations */
  13525. .ui.form .two.fields > .fields,
  13526. .ui.form .two.fields > .field {
  13527. width: 50%;
  13528. }
  13529. .ui.form .three.fields > .fields,
  13530. .ui.form .three.fields > .field {
  13531. width: 33.33333333%;
  13532. }
  13533. .ui.form .four.fields > .fields,
  13534. .ui.form .four.fields > .field {
  13535. width: 25%;
  13536. }
  13537. .ui.form .five.fields > .fields,
  13538. .ui.form .five.fields > .field {
  13539. width: 20%;
  13540. }
  13541. .ui.form .six.fields > .fields,
  13542. .ui.form .six.fields > .field {
  13543. width: 16.66666667%;
  13544. }
  13545. .ui.form .seven.fields > .fields,
  13546. .ui.form .seven.fields > .field {
  13547. width: 14.28571429%;
  13548. }
  13549. .ui.form .eight.fields > .fields,
  13550. .ui.form .eight.fields > .field {
  13551. width: 12.5%;
  13552. }
  13553. .ui.form .nine.fields > .fields,
  13554. .ui.form .nine.fields > .field {
  13555. width: 11.11111111%;
  13556. }
  13557. .ui.form .ten.fields > .fields,
  13558. .ui.form .ten.fields > .field {
  13559. width: 10%;
  13560. }
  13561. /* Swap to full width on mobile */
  13562. @media only screen and (max-width: 767px) {
  13563. .ui.form .fields {
  13564. -webkit-flex-wrap: wrap;
  13565. -ms-flex-wrap: wrap;
  13566. flex-wrap: wrap;
  13567. }
  13568. .ui.form .two.fields > .fields,
  13569. .ui.form .two.fields > .field,
  13570. .ui.form .three.fields > .fields,
  13571. .ui.form .three.fields > .field,
  13572. .ui.form .four.fields > .fields,
  13573. .ui.form .four.fields > .field,
  13574. .ui.form .five.fields > .fields,
  13575. .ui.form .five.fields > .field,
  13576. .ui.form .six.fields > .fields,
  13577. .ui.form .six.fields > .field,
  13578. .ui.form .seven.fields > .fields,
  13579. .ui.form .seven.fields > .field,
  13580. .ui.form .eight.fields > .fields,
  13581. .ui.form .eight.fields > .field,
  13582. .ui.form .nine.fields > .fields,
  13583. .ui.form .nine.fields > .field,
  13584. .ui.form .ten.fields > .fields,
  13585. .ui.form .ten.fields > .field {
  13586. width: 100% !important;
  13587. margin: 0em 0em 1em;
  13588. padding-left: 0%;
  13589. padding-right: 0%;
  13590. }
  13591. }
  13592. .ui.form .fields .field:first-child {
  13593. padding-left: 0%;
  13594. }
  13595. .ui.form .fields .field:last-child {
  13596. padding-right: 0%;
  13597. }
  13598. /* Sizing Combinations */
  13599. .ui.form .fields .wide.field {
  13600. width: 6.25%;
  13601. padding-left: 0.5em;
  13602. padding-right: 0.5em;
  13603. }
  13604. .ui.form .fields .wide.field:first-child {
  13605. padding-left: 0%;
  13606. }
  13607. .ui.form .fields .wide.field:last-child {
  13608. padding-right: 0%;
  13609. }
  13610. .ui.form .one.wide.field {
  13611. width: 6.25% !important;
  13612. }
  13613. .ui.form .two.wide.field {
  13614. width: 12.5% !important;
  13615. }
  13616. .ui.form .three.wide.field {
  13617. width: 18.75% !important;
  13618. }
  13619. .ui.form .four.wide.field {
  13620. width: 25% !important;
  13621. }
  13622. .ui.form .five.wide.field {
  13623. width: 31.25% !important;
  13624. }
  13625. .ui.form .six.wide.field {
  13626. width: 37.5% !important;
  13627. }
  13628. .ui.form .seven.wide.field {
  13629. width: 43.75% !important;
  13630. }
  13631. .ui.form .eight.wide.field {
  13632. width: 50% !important;
  13633. }
  13634. .ui.form .nine.wide.field {
  13635. width: 56.25% !important;
  13636. }
  13637. .ui.form .ten.wide.field {
  13638. width: 62.5% !important;
  13639. }
  13640. .ui.form .eleven.wide.field {
  13641. width: 68.75% !important;
  13642. }
  13643. .ui.form .twelve.wide.field {
  13644. width: 75% !important;
  13645. }
  13646. .ui.form .thirteen.wide.field {
  13647. width: 81.25% !important;
  13648. }
  13649. .ui.form .fourteen.wide.field {
  13650. width: 87.5% !important;
  13651. }
  13652. .ui.form .fifteen.wide.field {
  13653. width: 93.75% !important;
  13654. }
  13655. .ui.form .sixteen.wide.field {
  13656. width: 100% !important;
  13657. }
  13658. /* Swap to full width on mobile */
  13659. @media only screen and (max-width: 767px) {
  13660. .ui.form .two.fields > .fields,
  13661. .ui.form .two.fields > .field,
  13662. .ui.form .three.fields > .fields,
  13663. .ui.form .three.fields > .field,
  13664. .ui.form .four.fields > .fields,
  13665. .ui.form .four.fields > .field,
  13666. .ui.form .five.fields > .fields,
  13667. .ui.form .five.fields > .field,
  13668. .ui.form .fields > .two.wide.field,
  13669. .ui.form .fields > .three.wide.field,
  13670. .ui.form .fields > .four.wide.field,
  13671. .ui.form .fields > .five.wide.field,
  13672. .ui.form .fields > .six.wide.field,
  13673. .ui.form .fields > .seven.wide.field,
  13674. .ui.form .fields > .eight.wide.field,
  13675. .ui.form .fields > .nine.wide.field,
  13676. .ui.form .fields > .ten.wide.field,
  13677. .ui.form .fields > .eleven.wide.field,
  13678. .ui.form .fields > .twelve.wide.field,
  13679. .ui.form .fields > .thirteen.wide.field,
  13680. .ui.form .fields > .fourteen.wide.field,
  13681. .ui.form .fields > .fifteen.wide.field,
  13682. .ui.form .fields > .sixteen.wide.field {
  13683. width: 100% !important;
  13684. margin: 0em 0em 1em;
  13685. padding-left: 0%;
  13686. padding-right: 0%;
  13687. }
  13688. }
  13689. /*--------------------
  13690. Equal Width
  13691. ---------------------*/
  13692. .ui[class*="equal width"].form .fields > .field,
  13693. .ui.form [class*="equal width"].fields > .field {
  13694. width: 100%;
  13695. -webkit-box-flex: 1;
  13696. -webkit-flex: 1 1 auto;
  13697. -ms-flex: 1 1 auto;
  13698. flex: 1 1 auto;
  13699. }
  13700. /*--------------------
  13701. Inline Fields
  13702. ---------------------*/
  13703. .ui.form .inline.fields {
  13704. margin: 0em 0em 1em;
  13705. -webkit-box-align: center;
  13706. -webkit-align-items: center;
  13707. -ms-flex-align: center;
  13708. align-items: center;
  13709. }
  13710. .ui.form .inline.fields .field {
  13711. margin: 0em;
  13712. padding: 0em 1em 0em 0em;
  13713. }
  13714. /* Inline Label */
  13715. .ui.form .inline.fields > label,
  13716. .ui.form .inline.fields .field > label,
  13717. .ui.form .inline.fields .field > p,
  13718. .ui.form .inline.field > label,
  13719. .ui.form .inline.field > p {
  13720. display: inline-block;
  13721. width: auto;
  13722. margin-top: 0em;
  13723. margin-bottom: 0em;
  13724. vertical-align: baseline;
  13725. font-size: 0.92857143em;
  13726. font-weight: bold;
  13727. color: rgba(0, 0, 0, 0.87);
  13728. text-transform: none;
  13729. }
  13730. /* Grouped Inline Label */
  13731. .ui.form .inline.fields > label {
  13732. margin: 0.035714em 1em 0em 0em;
  13733. }
  13734. /* Inline Input */
  13735. .ui.form .inline.fields .field > input,
  13736. .ui.form .inline.fields .field > select,
  13737. .ui.form .inline.field > input,
  13738. .ui.form .inline.field > select {
  13739. display: inline-block;
  13740. width: auto;
  13741. margin-top: 0em;
  13742. margin-bottom: 0em;
  13743. vertical-align: middle;
  13744. font-size: 1em;
  13745. }
  13746. /* Label */
  13747. .ui.form .inline.fields .field > :first-child,
  13748. .ui.form .inline.field > :first-child {
  13749. margin: 0em 0.85714286em 0em 0em;
  13750. }
  13751. .ui.form .inline.fields .field > :only-child,
  13752. .ui.form .inline.field > :only-child {
  13753. margin: 0em;
  13754. }
  13755. /* Wide */
  13756. .ui.form .inline.fields .wide.field {
  13757. display: -webkit-box;
  13758. display: -webkit-flex;
  13759. display: -ms-flexbox;
  13760. display: flex;
  13761. -webkit-box-align: center;
  13762. -webkit-align-items: center;
  13763. -ms-flex-align: center;
  13764. align-items: center;
  13765. }
  13766. .ui.form .inline.fields .wide.field > input,
  13767. .ui.form .inline.fields .wide.field > select {
  13768. width: 100%;
  13769. }
  13770. /*--------------------
  13771. Sizes
  13772. ---------------------*/
  13773. /* Standard */
  13774. .ui.small.form {
  13775. font-size: 0.92857143rem;
  13776. }
  13777. /* Medium */
  13778. .ui.form {
  13779. font-size: 1rem;
  13780. }
  13781. /* Large */
  13782. .ui.large.form {
  13783. font-size: 1.14285714rem;
  13784. }
  13785. /* Huge */
  13786. .ui.huge.form {
  13787. font-size: 1.42857143rem;
  13788. }
  13789. /*******************************
  13790. Theme Overrides
  13791. *******************************/
  13792. /*******************************
  13793. Site Overrides
  13794. *******************************/
  13795. /*!
  13796. * # Semantic UI 2.1.6 - Grid
  13797. * http://github.com/semantic-org/semantic-ui/
  13798. *
  13799. *
  13800. * Copyright 2015 Contributors
  13801. * Released under the MIT license
  13802. * http://opensource.org/licenses/MIT
  13803. *
  13804. */
  13805. /*******************************
  13806. Standard
  13807. *******************************/
  13808. .ui.grid {
  13809. display: -webkit-box;
  13810. display: -webkit-flex;
  13811. display: -ms-flexbox;
  13812. display: flex;
  13813. -webkit-box-orient: horizontal;
  13814. -webkit-box-direction: normal;
  13815. -webkit-flex-direction: row;
  13816. -ms-flex-direction: row;
  13817. flex-direction: row;
  13818. -webkit-flex-wrap: wrap;
  13819. -ms-flex-wrap: wrap;
  13820. flex-wrap: wrap;
  13821. -webkit-box-align: stretch;
  13822. -webkit-align-items: stretch;
  13823. -ms-flex-align: stretch;
  13824. align-items: stretch;
  13825. padding: 0em;
  13826. }
  13827. /*----------------------
  13828. Remove Gutters
  13829. -----------------------*/
  13830. .ui.grid {
  13831. margin-top: -1rem;
  13832. margin-bottom: -1rem;
  13833. margin-left: -1rem;
  13834. margin-right: -1rem;
  13835. }
  13836. .ui.relaxed.grid {
  13837. margin-left: -1.5rem;
  13838. margin-right: -1.5rem;
  13839. }
  13840. .ui[class*="very relaxed"].grid {
  13841. margin-left: -2.5rem;
  13842. margin-right: -2.5rem;
  13843. }
  13844. /* Preserve Rows Spacing on Consecutive Grids */
  13845. .ui.grid + .grid {
  13846. margin-top: 1rem;
  13847. }
  13848. /*-------------------
  13849. Columns
  13850. --------------------*/
  13851. /* Standard 16 column */
  13852. .ui.grid > .column:not(.row),
  13853. .ui.grid > .row > .column {
  13854. position: relative;
  13855. display: inline-block;
  13856. width: 6.25%;
  13857. padding-left: 1rem;
  13858. padding-right: 1rem;
  13859. vertical-align: top;
  13860. }
  13861. .ui.grid > * {
  13862. padding-left: 1rem;
  13863. padding-right: 1rem;
  13864. }
  13865. /*-------------------
  13866. Rows
  13867. --------------------*/
  13868. .ui.grid > .row {
  13869. position: relative;
  13870. display: -webkit-box;
  13871. display: -webkit-flex;
  13872. display: -ms-flexbox;
  13873. display: flex;
  13874. -webkit-box-orient: horizontal;
  13875. -webkit-box-direction: normal;
  13876. -webkit-flex-direction: row;
  13877. -ms-flex-direction: row;
  13878. flex-direction: row;
  13879. -webkit-flex-wrap: wrap;
  13880. -ms-flex-wrap: wrap;
  13881. flex-wrap: wrap;
  13882. -webkit-box-pack: inherit;
  13883. -webkit-justify-content: inherit;
  13884. -ms-flex-pack: inherit;
  13885. justify-content: inherit;
  13886. -webkit-box-align: stretch;
  13887. -webkit-align-items: stretch;
  13888. -ms-flex-align: stretch;
  13889. align-items: stretch;
  13890. width: 100% !important;
  13891. padding: 0rem;
  13892. padding-top: 1rem;
  13893. padding-bottom: 1rem;
  13894. }
  13895. /*-------------------
  13896. Columns
  13897. --------------------*/
  13898. /* Vertical padding when no rows */
  13899. .ui.grid > .column:not(.row) {
  13900. padding-top: 1rem;
  13901. padding-bottom: 1rem;
  13902. }
  13903. .ui.grid > .row > .column {
  13904. margin-top: 0em;
  13905. margin-bottom: 0em;
  13906. }
  13907. /*-------------------
  13908. Content
  13909. --------------------*/
  13910. .ui.grid > .row > img,
  13911. .ui.grid > .row > .column > img {
  13912. max-width: 100%;
  13913. }
  13914. /*-------------------
  13915. Loose Coupling
  13916. --------------------*/
  13917. /* Collapse Margin on Consecutive Grid */
  13918. .ui.grid > .ui.grid:first-child {
  13919. margin-top: 0em;
  13920. }
  13921. .ui.grid > .ui.grid:last-child {
  13922. margin-bottom: 0em;
  13923. }
  13924. /* Segment inside Aligned Grid */
  13925. .ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
  13926. .ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  13927. width: 100%;
  13928. }
  13929. /* Align Dividers with Gutter */
  13930. .ui.grid .row + .ui.divider {
  13931. -webkit-box-flex: 1;
  13932. -webkit-flex-grow: 1;
  13933. -ms-flex-positive: 1;
  13934. flex-grow: 1;
  13935. margin: 1rem 1rem;
  13936. }
  13937. .ui.grid .column + .ui.vertical.divider {
  13938. height: calc(50% - 1rem );
  13939. }
  13940. /* Remove Border on Last Horizontal Segment */
  13941. .ui.grid > .row > .column:last-child > .horizontal.segment,
  13942. .ui.grid > .column:last-child > .horizontal.segment {
  13943. box-shadow: none;
  13944. }
  13945. /*******************************
  13946. Variations
  13947. *******************************/
  13948. /*-----------------------
  13949. Page Grid
  13950. -------------------------*/
  13951. @media only screen and (max-width: 767px) {
  13952. .ui.page.grid {
  13953. width: auto;
  13954. padding-left: 0em;
  13955. padding-right: 0em;
  13956. margin-left: 0em;
  13957. margin-right: 0em;
  13958. }
  13959. }
  13960. @media only screen and (min-width: 768px) and (max-width: 991px) {
  13961. .ui.page.grid {
  13962. width: auto;
  13963. margin-left: 0em;
  13964. margin-right: 0em;
  13965. padding-left: 2em;
  13966. padding-right: 2em;
  13967. }
  13968. }
  13969. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  13970. .ui.page.grid {
  13971. width: auto;
  13972. margin-left: 0em;
  13973. margin-right: 0em;
  13974. padding-left: 3%;
  13975. padding-right: 3%;
  13976. }
  13977. }
  13978. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  13979. .ui.page.grid {
  13980. width: auto;
  13981. margin-left: 0em;
  13982. margin-right: 0em;
  13983. padding-left: 15%;
  13984. padding-right: 15%;
  13985. }
  13986. }
  13987. @media only screen and (min-width: 1920px) {
  13988. .ui.page.grid {
  13989. width: auto;
  13990. margin-left: 0em;
  13991. margin-right: 0em;
  13992. padding-left: 23%;
  13993. padding-right: 23%;
  13994. }
  13995. }
  13996. /*-------------------
  13997. Column Count
  13998. --------------------*/
  13999. /* Assume full width with one column */
  14000. .ui.grid > .column:only-child,
  14001. .ui.grid > .row > .column:only-child {
  14002. width: 100%;
  14003. }
  14004. /* Grid Based */
  14005. .ui[class*="one column"].grid > .row > .column,
  14006. .ui[class*="one column"].grid > .column:not(.row) {
  14007. width: 100%;
  14008. }
  14009. .ui[class*="two column"].grid > .row > .column,
  14010. .ui[class*="two column"].grid > .column:not(.row) {
  14011. width: 50%;
  14012. }
  14013. .ui[class*="three column"].grid > .row > .column,
  14014. .ui[class*="three column"].grid > .column:not(.row) {
  14015. width: 33.33333333%;
  14016. }
  14017. .ui[class*="four column"].grid > .row > .column,
  14018. .ui[class*="four column"].grid > .column:not(.row) {
  14019. width: 25%;
  14020. }
  14021. .ui[class*="five column"].grid > .row > .column,
  14022. .ui[class*="five column"].grid > .column:not(.row) {
  14023. width: 20%;
  14024. }
  14025. .ui[class*="six column"].grid > .row > .column,
  14026. .ui[class*="six column"].grid > .column:not(.row) {
  14027. width: 16.66666667%;
  14028. }
  14029. .ui[class*="seven column"].grid > .row > .column,
  14030. .ui[class*="seven column"].grid > .column:not(.row) {
  14031. width: 14.28571429%;
  14032. }
  14033. .ui[class*="eight column"].grid > .row > .column,
  14034. .ui[class*="eight column"].grid > .column:not(.row) {
  14035. width: 12.5%;
  14036. }
  14037. .ui[class*="nine column"].grid > .row > .column,
  14038. .ui[class*="nine column"].grid > .column:not(.row) {
  14039. width: 11.11111111%;
  14040. }
  14041. .ui[class*="ten column"].grid > .row > .column,
  14042. .ui[class*="ten column"].grid > .column:not(.row) {
  14043. width: 10%;
  14044. }
  14045. .ui[class*="eleven column"].grid > .row > .column,
  14046. .ui[class*="eleven column"].grid > .column:not(.row) {
  14047. width: 9.09090909%;
  14048. }
  14049. .ui[class*="twelve column"].grid > .row > .column,
  14050. .ui[class*="twelve column"].grid > .column:not(.row) {
  14051. width: 8.33333333%;
  14052. }
  14053. .ui[class*="thirteen column"].grid > .row > .column,
  14054. .ui[class*="thirteen column"].grid > .column:not(.row) {
  14055. width: 7.69230769%;
  14056. }
  14057. .ui[class*="fourteen column"].grid > .row > .column,
  14058. .ui[class*="fourteen column"].grid > .column:not(.row) {
  14059. width: 7.14285714%;
  14060. }
  14061. .ui[class*="fifteen column"].grid > .row > .column,
  14062. .ui[class*="fifteen column"].grid > .column:not(.row) {
  14063. width: 6.66666667%;
  14064. }
  14065. .ui[class*="sixteen column"].grid > .row > .column,
  14066. .ui[class*="sixteen column"].grid > .column:not(.row) {
  14067. width: 6.25%;
  14068. }
  14069. /* Row Based Overrides */
  14070. .ui.grid > [class*="one column"].row > .column {
  14071. width: 100% !important;
  14072. }
  14073. .ui.grid > [class*="two column"].row > .column {
  14074. width: 50% !important;
  14075. }
  14076. .ui.grid > [class*="three column"].row > .column {
  14077. width: 33.33333333% !important;
  14078. }
  14079. .ui.grid > [class*="four column"].row > .column {
  14080. width: 25% !important;
  14081. }
  14082. .ui.grid > [class*="five column"].row > .column {
  14083. width: 20% !important;
  14084. }
  14085. .ui.grid > [class*="six column"].row > .column {
  14086. width: 16.66666667% !important;
  14087. }
  14088. .ui.grid > [class*="seven column"].row > .column {
  14089. width: 14.28571429% !important;
  14090. }
  14091. .ui.grid > [class*="eight column"].row > .column {
  14092. width: 12.5% !important;
  14093. }
  14094. .ui.grid > [class*="nine column"].row > .column {
  14095. width: 11.11111111% !important;
  14096. }
  14097. .ui.grid > [class*="ten column"].row > .column {
  14098. width: 10% !important;
  14099. }
  14100. .ui.grid > [class*="eleven column"].row > .column {
  14101. width: 9.09090909% !important;
  14102. }
  14103. .ui.grid > [class*="twelve column"].row > .column {
  14104. width: 8.33333333% !important;
  14105. }
  14106. .ui.grid > [class*="thirteen column"].row > .column {
  14107. width: 7.69230769% !important;
  14108. }
  14109. .ui.grid > [class*="fourteen column"].row > .column {
  14110. width: 7.14285714% !important;
  14111. }
  14112. .ui.grid > [class*="fifteen column"].row > .column {
  14113. width: 6.66666667% !important;
  14114. }
  14115. .ui.grid > [class*="sixteen column"].row > .column {
  14116. width: 6.25% !important;
  14117. }
  14118. /* Celled Page */
  14119. .ui.celled.page.grid {
  14120. box-shadow: none;
  14121. }
  14122. /*-------------------
  14123. Column Width
  14124. --------------------*/
  14125. /* Sizing Combinations */
  14126. .ui.grid > .row > [class*="one wide"].column,
  14127. .ui.grid > .column.row > [class*="one wide"].column,
  14128. .ui.grid > [class*="one wide"].column,
  14129. .ui.column.grid > [class*="one wide"].column {
  14130. width: 6.25% !important;
  14131. }
  14132. .ui.grid > .row > [class*="two wide"].column,
  14133. .ui.grid > .column.row > [class*="two wide"].column,
  14134. .ui.grid > [class*="two wide"].column,
  14135. .ui.column.grid > [class*="two wide"].column {
  14136. width: 12.5% !important;
  14137. }
  14138. .ui.grid > .row > [class*="three wide"].column,
  14139. .ui.grid > .column.row > [class*="three wide"].column,
  14140. .ui.grid > [class*="three wide"].column,
  14141. .ui.column.grid > [class*="three wide"].column {
  14142. width: 18.75% !important;
  14143. }
  14144. .ui.grid > .row > [class*="four wide"].column,
  14145. .ui.grid > .column.row > [class*="four wide"].column,
  14146. .ui.grid > [class*="four wide"].column,
  14147. .ui.column.grid > [class*="four wide"].column {
  14148. width: 25% !important;
  14149. }
  14150. .ui.grid > .row > [class*="five wide"].column,
  14151. .ui.grid > .column.row > [class*="five wide"].column,
  14152. .ui.grid > [class*="five wide"].column,
  14153. .ui.column.grid > [class*="five wide"].column {
  14154. width: 31.25% !important;
  14155. }
  14156. .ui.grid > .row > [class*="six wide"].column,
  14157. .ui.grid > .column.row > [class*="six wide"].column,
  14158. .ui.grid > [class*="six wide"].column,
  14159. .ui.column.grid > [class*="six wide"].column {
  14160. width: 37.5% !important;
  14161. }
  14162. .ui.grid > .row > [class*="seven wide"].column,
  14163. .ui.grid > .column.row > [class*="seven wide"].column,
  14164. .ui.grid > [class*="seven wide"].column,
  14165. .ui.column.grid > [class*="seven wide"].column {
  14166. width: 43.75% !important;
  14167. }
  14168. .ui.grid > .row > [class*="eight wide"].column,
  14169. .ui.grid > .column.row > [class*="eight wide"].column,
  14170. .ui.grid > [class*="eight wide"].column,
  14171. .ui.column.grid > [class*="eight wide"].column {
  14172. width: 50% !important;
  14173. }
  14174. .ui.grid > .row > [class*="nine wide"].column,
  14175. .ui.grid > .column.row > [class*="nine wide"].column,
  14176. .ui.grid > [class*="nine wide"].column,
  14177. .ui.column.grid > [class*="nine wide"].column {
  14178. width: 56.25% !important;
  14179. }
  14180. .ui.grid > .row > [class*="ten wide"].column,
  14181. .ui.grid > .column.row > [class*="ten wide"].column,
  14182. .ui.grid > [class*="ten wide"].column,
  14183. .ui.column.grid > [class*="ten wide"].column {
  14184. width: 62.5% !important;
  14185. }
  14186. .ui.grid > .row > [class*="eleven wide"].column,
  14187. .ui.grid > .column.row > [class*="eleven wide"].column,
  14188. .ui.grid > [class*="eleven wide"].column,
  14189. .ui.column.grid > [class*="eleven wide"].column {
  14190. width: 68.75% !important;
  14191. }
  14192. .ui.grid > .row > [class*="twelve wide"].column,
  14193. .ui.grid > .column.row > [class*="twelve wide"].column,
  14194. .ui.grid > [class*="twelve wide"].column,
  14195. .ui.column.grid > [class*="twelve wide"].column {
  14196. width: 75% !important;
  14197. }
  14198. .ui.grid > .row > [class*="thirteen wide"].column,
  14199. .ui.grid > .column.row > [class*="thirteen wide"].column,
  14200. .ui.grid > [class*="thirteen wide"].column,
  14201. .ui.column.grid > [class*="thirteen wide"].column {
  14202. width: 81.25% !important;
  14203. }
  14204. .ui.grid > .row > [class*="fourteen wide"].column,
  14205. .ui.grid > .column.row > [class*="fourteen wide"].column,
  14206. .ui.grid > [class*="fourteen wide"].column,
  14207. .ui.column.grid > [class*="fourteen wide"].column {
  14208. width: 87.5% !important;
  14209. }
  14210. .ui.grid > .row > [class*="fifteen wide"].column,
  14211. .ui.grid > .column.row > [class*="fifteen wide"].column,
  14212. .ui.grid > [class*="fifteen wide"].column,
  14213. .ui.column.grid > [class*="fifteen wide"].column {
  14214. width: 93.75% !important;
  14215. }
  14216. .ui.grid > .row > [class*="sixteen wide"].column,
  14217. .ui.grid > .column.row > [class*="sixteen wide"].column,
  14218. .ui.grid > [class*="sixteen wide"].column,
  14219. .ui.column.grid > [class*="sixteen wide"].column {
  14220. width: 100% !important;
  14221. }
  14222. /*----------------------
  14223. Width per Device
  14224. -----------------------*/
  14225. /* Mobile Sizing Combinations */
  14226. @media only screen and (min-width: 320px) and (max-width: 767px) {
  14227. .ui.grid > .row > [class*="one wide mobile"].column,
  14228. .ui.grid > .column.row > [class*="one wide mobile"].column,
  14229. .ui.grid > [class*="one wide mobile"].column,
  14230. .ui.column.grid > [class*="one wide mobile"].column {
  14231. width: 6.25% !important;
  14232. }
  14233. .ui.grid > .row > [class*="two wide mobile"].column,
  14234. .ui.grid > .column.row > [class*="two wide mobile"].column,
  14235. .ui.grid > [class*="two wide mobile"].column,
  14236. .ui.column.grid > [class*="two wide mobile"].column {
  14237. width: 12.5% !important;
  14238. }
  14239. .ui.grid > .row > [class*="three wide mobile"].column,
  14240. .ui.grid > .column.row > [class*="three wide mobile"].column,
  14241. .ui.grid > [class*="three wide mobile"].column,
  14242. .ui.column.grid > [class*="three wide mobile"].column {
  14243. width: 18.75% !important;
  14244. }
  14245. .ui.grid > .row > [class*="four wide mobile"].column,
  14246. .ui.grid > .column.row > [class*="four wide mobile"].column,
  14247. .ui.grid > [class*="four wide mobile"].column,
  14248. .ui.column.grid > [class*="four wide mobile"].column {
  14249. width: 25% !important;
  14250. }
  14251. .ui.grid > .row > [class*="five wide mobile"].column,
  14252. .ui.grid > .column.row > [class*="five wide mobile"].column,
  14253. .ui.grid > [class*="five wide mobile"].column,
  14254. .ui.column.grid > [class*="five wide mobile"].column {
  14255. width: 31.25% !important;
  14256. }
  14257. .ui.grid > .row > [class*="six wide mobile"].column,
  14258. .ui.grid > .column.row > [class*="six wide mobile"].column,
  14259. .ui.grid > [class*="six wide mobile"].column,
  14260. .ui.column.grid > [class*="six wide mobile"].column {
  14261. width: 37.5% !important;
  14262. }
  14263. .ui.grid > .row > [class*="seven wide mobile"].column,
  14264. .ui.grid > .column.row > [class*="seven wide mobile"].column,
  14265. .ui.grid > [class*="seven wide mobile"].column,
  14266. .ui.column.grid > [class*="seven wide mobile"].column {
  14267. width: 43.75% !important;
  14268. }
  14269. .ui.grid > .row > [class*="eight wide mobile"].column,
  14270. .ui.grid > .column.row > [class*="eight wide mobile"].column,
  14271. .ui.grid > [class*="eight wide mobile"].column,
  14272. .ui.column.grid > [class*="eight wide mobile"].column {
  14273. width: 50% !important;
  14274. }
  14275. .ui.grid > .row > [class*="nine wide mobile"].column,
  14276. .ui.grid > .column.row > [class*="nine wide mobile"].column,
  14277. .ui.grid > [class*="nine wide mobile"].column,
  14278. .ui.column.grid > [class*="nine wide mobile"].column {
  14279. width: 56.25% !important;
  14280. }
  14281. .ui.grid > .row > [class*="ten wide mobile"].column,
  14282. .ui.grid > .column.row > [class*="ten wide mobile"].column,
  14283. .ui.grid > [class*="ten wide mobile"].column,
  14284. .ui.column.grid > [class*="ten wide mobile"].column {
  14285. width: 62.5% !important;
  14286. }
  14287. .ui.grid > .row > [class*="eleven wide mobile"].column,
  14288. .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  14289. .ui.grid > [class*="eleven wide mobile"].column,
  14290. .ui.column.grid > [class*="eleven wide mobile"].column {
  14291. width: 68.75% !important;
  14292. }
  14293. .ui.grid > .row > [class*="twelve wide mobile"].column,
  14294. .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  14295. .ui.grid > [class*="twelve wide mobile"].column,
  14296. .ui.column.grid > [class*="twelve wide mobile"].column {
  14297. width: 75% !important;
  14298. }
  14299. .ui.grid > .row > [class*="thirteen wide mobile"].column,
  14300. .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  14301. .ui.grid > [class*="thirteen wide mobile"].column,
  14302. .ui.column.grid > [class*="thirteen wide mobile"].column {
  14303. width: 81.25% !important;
  14304. }
  14305. .ui.grid > .row > [class*="fourteen wide mobile"].column,
  14306. .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  14307. .ui.grid > [class*="fourteen wide mobile"].column,
  14308. .ui.column.grid > [class*="fourteen wide mobile"].column {
  14309. width: 87.5% !important;
  14310. }
  14311. .ui.grid > .row > [class*="fifteen wide mobile"].column,
  14312. .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  14313. .ui.grid > [class*="fifteen wide mobile"].column,
  14314. .ui.column.grid > [class*="fifteen wide mobile"].column {
  14315. width: 93.75% !important;
  14316. }
  14317. .ui.grid > .row > [class*="sixteen wide mobile"].column,
  14318. .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  14319. .ui.grid > [class*="sixteen wide mobile"].column,
  14320. .ui.column.grid > [class*="sixteen wide mobile"].column {
  14321. width: 100% !important;
  14322. }
  14323. }
  14324. /* Tablet Sizing Combinations */
  14325. @media only screen and (min-width: 768px) and (max-width: 991px) {
  14326. .ui.grid > .row > [class*="one wide tablet"].column,
  14327. .ui.grid > .column.row > [class*="one wide tablet"].column,
  14328. .ui.grid > [class*="one wide tablet"].column,
  14329. .ui.column.grid > [class*="one wide tablet"].column {
  14330. width: 6.25% !important;
  14331. }
  14332. .ui.grid > .row > [class*="two wide tablet"].column,
  14333. .ui.grid > .column.row > [class*="two wide tablet"].column,
  14334. .ui.grid > [class*="two wide tablet"].column,
  14335. .ui.column.grid > [class*="two wide tablet"].column {
  14336. width: 12.5% !important;
  14337. }
  14338. .ui.grid > .row > [class*="three wide tablet"].column,
  14339. .ui.grid > .column.row > [class*="three wide tablet"].column,
  14340. .ui.grid > [class*="three wide tablet"].column,
  14341. .ui.column.grid > [class*="three wide tablet"].column {
  14342. width: 18.75% !important;
  14343. }
  14344. .ui.grid > .row > [class*="four wide tablet"].column,
  14345. .ui.grid > .column.row > [class*="four wide tablet"].column,
  14346. .ui.grid > [class*="four wide tablet"].column,
  14347. .ui.column.grid > [class*="four wide tablet"].column {
  14348. width: 25% !important;
  14349. }
  14350. .ui.grid > .row > [class*="five wide tablet"].column,
  14351. .ui.grid > .column.row > [class*="five wide tablet"].column,
  14352. .ui.grid > [class*="five wide tablet"].column,
  14353. .ui.column.grid > [class*="five wide tablet"].column {
  14354. width: 31.25% !important;
  14355. }
  14356. .ui.grid > .row > [class*="six wide tablet"].column,
  14357. .ui.grid > .column.row > [class*="six wide tablet"].column,
  14358. .ui.grid > [class*="six wide tablet"].column,
  14359. .ui.column.grid > [class*="six wide tablet"].column {
  14360. width: 37.5% !important;
  14361. }
  14362. .ui.grid > .row > [class*="seven wide tablet"].column,
  14363. .ui.grid > .column.row > [class*="seven wide tablet"].column,
  14364. .ui.grid > [class*="seven wide tablet"].column,
  14365. .ui.column.grid > [class*="seven wide tablet"].column {
  14366. width: 43.75% !important;
  14367. }
  14368. .ui.grid > .row > [class*="eight wide tablet"].column,
  14369. .ui.grid > .column.row > [class*="eight wide tablet"].column,
  14370. .ui.grid > [class*="eight wide tablet"].column,
  14371. .ui.column.grid > [class*="eight wide tablet"].column {
  14372. width: 50% !important;
  14373. }
  14374. .ui.grid > .row > [class*="nine wide tablet"].column,
  14375. .ui.grid > .column.row > [class*="nine wide tablet"].column,
  14376. .ui.grid > [class*="nine wide tablet"].column,
  14377. .ui.column.grid > [class*="nine wide tablet"].column {
  14378. width: 56.25% !important;
  14379. }
  14380. .ui.grid > .row > [class*="ten wide tablet"].column,
  14381. .ui.grid > .column.row > [class*="ten wide tablet"].column,
  14382. .ui.grid > [class*="ten wide tablet"].column,
  14383. .ui.column.grid > [class*="ten wide tablet"].column {
  14384. width: 62.5% !important;
  14385. }
  14386. .ui.grid > .row > [class*="eleven wide tablet"].column,
  14387. .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  14388. .ui.grid > [class*="eleven wide tablet"].column,
  14389. .ui.column.grid > [class*="eleven wide tablet"].column {
  14390. width: 68.75% !important;
  14391. }
  14392. .ui.grid > .row > [class*="twelve wide tablet"].column,
  14393. .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  14394. .ui.grid > [class*="twelve wide tablet"].column,
  14395. .ui.column.grid > [class*="twelve wide tablet"].column {
  14396. width: 75% !important;
  14397. }
  14398. .ui.grid > .row > [class*="thirteen wide tablet"].column,
  14399. .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  14400. .ui.grid > [class*="thirteen wide tablet"].column,
  14401. .ui.column.grid > [class*="thirteen wide tablet"].column {
  14402. width: 81.25% !important;
  14403. }
  14404. .ui.grid > .row > [class*="fourteen wide tablet"].column,
  14405. .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  14406. .ui.grid > [class*="fourteen wide tablet"].column,
  14407. .ui.column.grid > [class*="fourteen wide tablet"].column {
  14408. width: 87.5% !important;
  14409. }
  14410. .ui.grid > .row > [class*="fifteen wide tablet"].column,
  14411. .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  14412. .ui.grid > [class*="fifteen wide tablet"].column,
  14413. .ui.column.grid > [class*="fifteen wide tablet"].column {
  14414. width: 93.75% !important;
  14415. }
  14416. .ui.grid > .row > [class*="sixteen wide tablet"].column,
  14417. .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  14418. .ui.grid > [class*="sixteen wide tablet"].column,
  14419. .ui.column.grid > [class*="sixteen wide tablet"].column {
  14420. width: 100% !important;
  14421. }
  14422. }
  14423. /* Computer/Desktop Sizing Combinations */
  14424. @media only screen and (min-width: 992px) {
  14425. .ui.grid > .row > [class*="one wide computer"].column,
  14426. .ui.grid > .column.row > [class*="one wide computer"].column,
  14427. .ui.grid > [class*="one wide computer"].column,
  14428. .ui.column.grid > [class*="one wide computer"].column {
  14429. width: 6.25% !important;
  14430. }
  14431. .ui.grid > .row > [class*="two wide computer"].column,
  14432. .ui.grid > .column.row > [class*="two wide computer"].column,
  14433. .ui.grid > [class*="two wide computer"].column,
  14434. .ui.column.grid > [class*="two wide computer"].column {
  14435. width: 12.5% !important;
  14436. }
  14437. .ui.grid > .row > [class*="three wide computer"].column,
  14438. .ui.grid > .column.row > [class*="three wide computer"].column,
  14439. .ui.grid > [class*="three wide computer"].column,
  14440. .ui.column.grid > [class*="three wide computer"].column {
  14441. width: 18.75% !important;
  14442. }
  14443. .ui.grid > .row > [class*="four wide computer"].column,
  14444. .ui.grid > .column.row > [class*="four wide computer"].column,
  14445. .ui.grid > [class*="four wide computer"].column,
  14446. .ui.column.grid > [class*="four wide computer"].column {
  14447. width: 25% !important;
  14448. }
  14449. .ui.grid > .row > [class*="five wide computer"].column,
  14450. .ui.grid > .column.row > [class*="five wide computer"].column,
  14451. .ui.grid > [class*="five wide computer"].column,
  14452. .ui.column.grid > [class*="five wide computer"].column {
  14453. width: 31.25% !important;
  14454. }
  14455. .ui.grid > .row > [class*="six wide computer"].column,
  14456. .ui.grid > .column.row > [class*="six wide computer"].column,
  14457. .ui.grid > [class*="six wide computer"].column,
  14458. .ui.column.grid > [class*="six wide computer"].column {
  14459. width: 37.5% !important;
  14460. }
  14461. .ui.grid > .row > [class*="seven wide computer"].column,
  14462. .ui.grid > .column.row > [class*="seven wide computer"].column,
  14463. .ui.grid > [class*="seven wide computer"].column,
  14464. .ui.column.grid > [class*="seven wide computer"].column {
  14465. width: 43.75% !important;
  14466. }
  14467. .ui.grid > .row > [class*="eight wide computer"].column,
  14468. .ui.grid > .column.row > [class*="eight wide computer"].column,
  14469. .ui.grid > [class*="eight wide computer"].column,
  14470. .ui.column.grid > [class*="eight wide computer"].column {
  14471. width: 50% !important;
  14472. }
  14473. .ui.grid > .row > [class*="nine wide computer"].column,
  14474. .ui.grid > .column.row > [class*="nine wide computer"].column,
  14475. .ui.grid > [class*="nine wide computer"].column,
  14476. .ui.column.grid > [class*="nine wide computer"].column {
  14477. width: 56.25% !important;
  14478. }
  14479. .ui.grid > .row > [class*="ten wide computer"].column,
  14480. .ui.grid > .column.row > [class*="ten wide computer"].column,
  14481. .ui.grid > [class*="ten wide computer"].column,
  14482. .ui.column.grid > [class*="ten wide computer"].column {
  14483. width: 62.5% !important;
  14484. }
  14485. .ui.grid > .row > [class*="eleven wide computer"].column,
  14486. .ui.grid > .column.row > [class*="eleven wide computer"].column,
  14487. .ui.grid > [class*="eleven wide computer"].column,
  14488. .ui.column.grid > [class*="eleven wide computer"].column {
  14489. width: 68.75% !important;
  14490. }
  14491. .ui.grid > .row > [class*="twelve wide computer"].column,
  14492. .ui.grid > .column.row > [class*="twelve wide computer"].column,
  14493. .ui.grid > [class*="twelve wide computer"].column,
  14494. .ui.column.grid > [class*="twelve wide computer"].column {
  14495. width: 75% !important;
  14496. }
  14497. .ui.grid > .row > [class*="thirteen wide computer"].column,
  14498. .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  14499. .ui.grid > [class*="thirteen wide computer"].column,
  14500. .ui.column.grid > [class*="thirteen wide computer"].column {
  14501. width: 81.25% !important;
  14502. }
  14503. .ui.grid > .row > [class*="fourteen wide computer"].column,
  14504. .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  14505. .ui.grid > [class*="fourteen wide computer"].column,
  14506. .ui.column.grid > [class*="fourteen wide computer"].column {
  14507. width: 87.5% !important;
  14508. }
  14509. .ui.grid > .row > [class*="fifteen wide computer"].column,
  14510. .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  14511. .ui.grid > [class*="fifteen wide computer"].column,
  14512. .ui.column.grid > [class*="fifteen wide computer"].column {
  14513. width: 93.75% !important;
  14514. }
  14515. .ui.grid > .row > [class*="sixteen wide computer"].column,
  14516. .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  14517. .ui.grid > [class*="sixteen wide computer"].column,
  14518. .ui.column.grid > [class*="sixteen wide computer"].column {
  14519. width: 100% !important;
  14520. }
  14521. }
  14522. /* Large Monitor Sizing Combinations */
  14523. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  14524. .ui.grid > .row > [class*="one wide large screen"].column,
  14525. .ui.grid > .column.row > [class*="one wide large screen"].column,
  14526. .ui.grid > [class*="one wide large screen"].column,
  14527. .ui.column.grid > [class*="one wide large screen"].column {
  14528. width: 6.25% !important;
  14529. }
  14530. .ui.grid > .row > [class*="two wide large screen"].column,
  14531. .ui.grid > .column.row > [class*="two wide large screen"].column,
  14532. .ui.grid > [class*="two wide large screen"].column,
  14533. .ui.column.grid > [class*="two wide large screen"].column {
  14534. width: 12.5% !important;
  14535. }
  14536. .ui.grid > .row > [class*="three wide large screen"].column,
  14537. .ui.grid > .column.row > [class*="three wide large screen"].column,
  14538. .ui.grid > [class*="three wide large screen"].column,
  14539. .ui.column.grid > [class*="three wide large screen"].column {
  14540. width: 18.75% !important;
  14541. }
  14542. .ui.grid > .row > [class*="four wide large screen"].column,
  14543. .ui.grid > .column.row > [class*="four wide large screen"].column,
  14544. .ui.grid > [class*="four wide large screen"].column,
  14545. .ui.column.grid > [class*="four wide large screen"].column {
  14546. width: 25% !important;
  14547. }
  14548. .ui.grid > .row > [class*="five wide large screen"].column,
  14549. .ui.grid > .column.row > [class*="five wide large screen"].column,
  14550. .ui.grid > [class*="five wide large screen"].column,
  14551. .ui.column.grid > [class*="five wide large screen"].column {
  14552. width: 31.25% !important;
  14553. }
  14554. .ui.grid > .row > [class*="six wide large screen"].column,
  14555. .ui.grid > .column.row > [class*="six wide large screen"].column,
  14556. .ui.grid > [class*="six wide large screen"].column,
  14557. .ui.column.grid > [class*="six wide large screen"].column {
  14558. width: 37.5% !important;
  14559. }
  14560. .ui.grid > .row > [class*="seven wide large screen"].column,
  14561. .ui.grid > .column.row > [class*="seven wide large screen"].column,
  14562. .ui.grid > [class*="seven wide large screen"].column,
  14563. .ui.column.grid > [class*="seven wide large screen"].column {
  14564. width: 43.75% !important;
  14565. }
  14566. .ui.grid > .row > [class*="eight wide large screen"].column,
  14567. .ui.grid > .column.row > [class*="eight wide large screen"].column,
  14568. .ui.grid > [class*="eight wide large screen"].column,
  14569. .ui.column.grid > [class*="eight wide large screen"].column {
  14570. width: 50% !important;
  14571. }
  14572. .ui.grid > .row > [class*="nine wide large screen"].column,
  14573. .ui.grid > .column.row > [class*="nine wide large screen"].column,
  14574. .ui.grid > [class*="nine wide large screen"].column,
  14575. .ui.column.grid > [class*="nine wide large screen"].column {
  14576. width: 56.25% !important;
  14577. }
  14578. .ui.grid > .row > [class*="ten wide large screen"].column,
  14579. .ui.grid > .column.row > [class*="ten wide large screen"].column,
  14580. .ui.grid > [class*="ten wide large screen"].column,
  14581. .ui.column.grid > [class*="ten wide large screen"].column {
  14582. width: 62.5% !important;
  14583. }
  14584. .ui.grid > .row > [class*="eleven wide large screen"].column,
  14585. .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  14586. .ui.grid > [class*="eleven wide large screen"].column,
  14587. .ui.column.grid > [class*="eleven wide large screen"].column {
  14588. width: 68.75% !important;
  14589. }
  14590. .ui.grid > .row > [class*="twelve wide large screen"].column,
  14591. .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  14592. .ui.grid > [class*="twelve wide large screen"].column,
  14593. .ui.column.grid > [class*="twelve wide large screen"].column {
  14594. width: 75% !important;
  14595. }
  14596. .ui.grid > .row > [class*="thirteen wide large screen"].column,
  14597. .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  14598. .ui.grid > [class*="thirteen wide large screen"].column,
  14599. .ui.column.grid > [class*="thirteen wide large screen"].column {
  14600. width: 81.25% !important;
  14601. }
  14602. .ui.grid > .row > [class*="fourteen wide large screen"].column,
  14603. .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  14604. .ui.grid > [class*="fourteen wide large screen"].column,
  14605. .ui.column.grid > [class*="fourteen wide large screen"].column {
  14606. width: 87.5% !important;
  14607. }
  14608. .ui.grid > .row > [class*="fifteen wide large screen"].column,
  14609. .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  14610. .ui.grid > [class*="fifteen wide large screen"].column,
  14611. .ui.column.grid > [class*="fifteen wide large screen"].column {
  14612. width: 93.75% !important;
  14613. }
  14614. .ui.grid > .row > [class*="sixteen wide large screen"].column,
  14615. .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  14616. .ui.grid > [class*="sixteen wide large screen"].column,
  14617. .ui.column.grid > [class*="sixteen wide large screen"].column {
  14618. width: 100% !important;
  14619. }
  14620. }
  14621. /* Widescreen Sizing Combinations */
  14622. @media only screen and (min-width: 1920px) {
  14623. .ui.grid > .row > [class*="one wide widescreen"].column,
  14624. .ui.grid > .column.row > [class*="one wide widescreen"].column,
  14625. .ui.grid > [class*="one wide widescreen"].column,
  14626. .ui.column.grid > [class*="one wide widescreen"].column {
  14627. width: 6.25% !important;
  14628. }
  14629. .ui.grid > .row > [class*="two wide widescreen"].column,
  14630. .ui.grid > .column.row > [class*="two wide widescreen"].column,
  14631. .ui.grid > [class*="two wide widescreen"].column,
  14632. .ui.column.grid > [class*="two wide widescreen"].column {
  14633. width: 12.5% !important;
  14634. }
  14635. .ui.grid > .row > [class*="three wide widescreen"].column,
  14636. .ui.grid > .column.row > [class*="three wide widescreen"].column,
  14637. .ui.grid > [class*="three wide widescreen"].column,
  14638. .ui.column.grid > [class*="three wide widescreen"].column {
  14639. width: 18.75% !important;
  14640. }
  14641. .ui.grid > .row > [class*="four wide widescreen"].column,
  14642. .ui.grid > .column.row > [class*="four wide widescreen"].column,
  14643. .ui.grid > [class*="four wide widescreen"].column,
  14644. .ui.column.grid > [class*="four wide widescreen"].column {
  14645. width: 25% !important;
  14646. }
  14647. .ui.grid > .row > [class*="five wide widescreen"].column,
  14648. .ui.grid > .column.row > [class*="five wide widescreen"].column,
  14649. .ui.grid > [class*="five wide widescreen"].column,
  14650. .ui.column.grid > [class*="five wide widescreen"].column {
  14651. width: 31.25% !important;
  14652. }
  14653. .ui.grid > .row > [class*="six wide widescreen"].column,
  14654. .ui.grid > .column.row > [class*="six wide widescreen"].column,
  14655. .ui.grid > [class*="six wide widescreen"].column,
  14656. .ui.column.grid > [class*="six wide widescreen"].column {
  14657. width: 37.5% !important;
  14658. }
  14659. .ui.grid > .row > [class*="seven wide widescreen"].column,
  14660. .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  14661. .ui.grid > [class*="seven wide widescreen"].column,
  14662. .ui.column.grid > [class*="seven wide widescreen"].column {
  14663. width: 43.75% !important;
  14664. }
  14665. .ui.grid > .row > [class*="eight wide widescreen"].column,
  14666. .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  14667. .ui.grid > [class*="eight wide widescreen"].column,
  14668. .ui.column.grid > [class*="eight wide widescreen"].column {
  14669. width: 50% !important;
  14670. }
  14671. .ui.grid > .row > [class*="nine wide widescreen"].column,
  14672. .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  14673. .ui.grid > [class*="nine wide widescreen"].column,
  14674. .ui.column.grid > [class*="nine wide widescreen"].column {
  14675. width: 56.25% !important;
  14676. }
  14677. .ui.grid > .row > [class*="ten wide widescreen"].column,
  14678. .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  14679. .ui.grid > [class*="ten wide widescreen"].column,
  14680. .ui.column.grid > [class*="ten wide widescreen"].column {
  14681. width: 62.5% !important;
  14682. }
  14683. .ui.grid > .row > [class*="eleven wide widescreen"].column,
  14684. .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  14685. .ui.grid > [class*="eleven wide widescreen"].column,
  14686. .ui.column.grid > [class*="eleven wide widescreen"].column {
  14687. width: 68.75% !important;
  14688. }
  14689. .ui.grid > .row > [class*="twelve wide widescreen"].column,
  14690. .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  14691. .ui.grid > [class*="twelve wide widescreen"].column,
  14692. .ui.column.grid > [class*="twelve wide widescreen"].column {
  14693. width: 75% !important;
  14694. }
  14695. .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  14696. .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  14697. .ui.grid > [class*="thirteen wide widescreen"].column,
  14698. .ui.column.grid > [class*="thirteen wide widescreen"].column {
  14699. width: 81.25% !important;
  14700. }
  14701. .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  14702. .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  14703. .ui.grid > [class*="fourteen wide widescreen"].column,
  14704. .ui.column.grid > [class*="fourteen wide widescreen"].column {
  14705. width: 87.5% !important;
  14706. }
  14707. .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  14708. .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  14709. .ui.grid > [class*="fifteen wide widescreen"].column,
  14710. .ui.column.grid > [class*="fifteen wide widescreen"].column {
  14711. width: 93.75% !important;
  14712. }
  14713. .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  14714. .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  14715. .ui.grid > [class*="sixteen wide widescreen"].column,
  14716. .ui.column.grid > [class*="sixteen wide widescreen"].column {
  14717. width: 100% !important;
  14718. }
  14719. }
  14720. /*----------------------
  14721. Centered
  14722. -----------------------*/
  14723. .ui.centered.grid,
  14724. .ui.centered.grid > .row,
  14725. .ui.grid > .centered.row {
  14726. text-align: center;
  14727. -webkit-box-pack: center;
  14728. -webkit-justify-content: center;
  14729. -ms-flex-pack: center;
  14730. justify-content: center;
  14731. }
  14732. .ui.centered.grid > .column:not(.aligned):not(.row),
  14733. .ui.centered.grid > .row > .column:not(.aligned),
  14734. .ui.grid .centered.row > .column:not(.aligned) {
  14735. text-align: left;
  14736. }
  14737. .ui.grid > .centered.column,
  14738. .ui.grid > .row > .centered.column {
  14739. display: block;
  14740. margin-left: auto;
  14741. margin-right: auto;
  14742. }
  14743. /*----------------------
  14744. Relaxed
  14745. -----------------------*/
  14746. .ui.relaxed.grid > .column:not(.row),
  14747. .ui.relaxed.grid > .row > .column,
  14748. .ui.grid > .relaxed.row > .column {
  14749. padding-left: 1.5rem;
  14750. padding-right: 1.5rem;
  14751. }
  14752. .ui[class*="very relaxed"].grid > .column:not(.row),
  14753. .ui[class*="very relaxed"].grid > .row > .column,
  14754. .ui.grid > [class*="very relaxed"].row > .column {
  14755. padding-left: 2.5rem;
  14756. padding-right: 2.5rem;
  14757. }
  14758. /* Coupling with UI Divider */
  14759. .ui.relaxed.grid .row + .ui.divider,
  14760. .ui.grid .relaxed.row + .ui.divider {
  14761. margin-left: 1.5rem;
  14762. margin-right: 1.5rem;
  14763. }
  14764. .ui[class*="very relaxed"].grid .row + .ui.divider,
  14765. .ui.grid [class*="very relaxed"].row + .ui.divider {
  14766. margin-left: 2.5rem;
  14767. margin-right: 2.5rem;
  14768. }
  14769. /*----------------------
  14770. Padded
  14771. -----------------------*/
  14772. .ui.padded.grid:not(.vertically):not(.horizontally) {
  14773. margin: 0em !important;
  14774. }
  14775. [class*="horizontally padded"].ui.grid {
  14776. margin-left: 0em !important;
  14777. margin-right: 0em !important;
  14778. }
  14779. [class*="vertically padded"].ui.grid {
  14780. margin-top: 0em !important;
  14781. margin-bottom: 0em !important;
  14782. }
  14783. /*----------------------
  14784. "Floated"
  14785. -----------------------*/
  14786. .ui.grid [class*="left floated"].column {
  14787. margin-right: auto;
  14788. }
  14789. .ui.grid [class*="right floated"].column {
  14790. margin-left: auto;
  14791. }
  14792. /*----------------------
  14793. Divided
  14794. -----------------------*/
  14795. .ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  14796. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  14797. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  14798. }
  14799. /* Swap from padding to margin on columns to have dividers align */
  14800. .ui[class*="vertically divided"].grid > .column:not(.row),
  14801. .ui[class*="vertically divided"].grid > .row > .column {
  14802. margin-top: 1rem;
  14803. margin-bottom: 1rem;
  14804. padding-top: 0rem;
  14805. padding-bottom: 0rem;
  14806. }
  14807. .ui[class*="vertically divided"].grid > .row {
  14808. margin-top: 0em;
  14809. margin-bottom: 0em;
  14810. }
  14811. /* No divider on first column on row */
  14812. .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
  14813. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  14814. box-shadow: none;
  14815. }
  14816. /* Divided Row */
  14817. .ui.grid > .divided.row > .column {
  14818. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  14819. }
  14820. .ui.grid > .divided.row > .column:first-child {
  14821. box-shadow: none;
  14822. }
  14823. /* Vertically Divided */
  14824. .ui[class*="vertically divided"].grid > .row {
  14825. position: relative;
  14826. }
  14827. .ui[class*="vertically divided"].grid > .row:before {
  14828. position: absolute;
  14829. content: "";
  14830. top: 0em;
  14831. left: 0px;
  14832. width: calc(100% - 2rem );
  14833. height: 1px;
  14834. margin: 0% 1rem;
  14835. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  14836. }
  14837. /* Padded Horizontally Divided */
  14838. [class*="horizontally padded"].ui.divided.grid,
  14839. .ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  14840. width: 100%;
  14841. }
  14842. /* First Row Vertically Divided */
  14843. .ui[class*="vertically divided"].grid > .row:first-child:before {
  14844. box-shadow: none;
  14845. }
  14846. /* Inverted Divided */
  14847. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  14848. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  14849. box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  14850. }
  14851. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
  14852. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  14853. box-shadow: none;
  14854. }
  14855. .ui.inverted[class*="vertically divided"].grid > .row:before {
  14856. box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  14857. }
  14858. /* Relaxed */
  14859. .ui.relaxed[class*="vertically divided"].grid > .row:before {
  14860. margin-left: 1.5rem;
  14861. margin-right: 1.5rem;
  14862. width: calc(100% - 3rem );
  14863. }
  14864. .ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  14865. margin-left: 5rem;
  14866. margin-right: 5rem;
  14867. width: calc(100% - 5rem );
  14868. }
  14869. /*----------------------
  14870. Celled
  14871. -----------------------*/
  14872. .ui.celled.grid {
  14873. width: 100%;
  14874. margin: 1em 0em;
  14875. box-shadow: 0px 0px 0px 1px #D4D4D5;
  14876. }
  14877. .ui.celled.grid > .row {
  14878. width: 100% !important;
  14879. margin: 0em;
  14880. padding: 0em;
  14881. box-shadow: 0px -1px 0px 0px #D4D4D5;
  14882. }
  14883. .ui.celled.grid > .column:not(.row),
  14884. .ui.celled.grid > .row > .column {
  14885. box-shadow: -1px 0px 0px 0px #D4D4D5;
  14886. }
  14887. .ui.celled.grid > .column:first-child,
  14888. .ui.celled.grid > .row > .column:first-child {
  14889. box-shadow: none;
  14890. }
  14891. .ui.celled.grid > .column:not(.row),
  14892. .ui.celled.grid > .row > .column {
  14893. padding: 1em;
  14894. }
  14895. .ui.relaxed.celled.grid > .column:not(.row),
  14896. .ui.relaxed.celled.grid > .row > .column {
  14897. padding: 1.5em;
  14898. }
  14899. .ui[class*="very relaxed"].celled.grid > .column:not(.row),
  14900. .ui[class*="very relaxed"].celled.grid > .row > .column {
  14901. padding: 2em;
  14902. }
  14903. /* Internally Celled */
  14904. .ui[class*="internally celled"].grid {
  14905. box-shadow: none;
  14906. margin: 0em;
  14907. }
  14908. .ui[class*="internally celled"].grid > .row:first-child {
  14909. box-shadow: none;
  14910. }
  14911. .ui[class*="internally celled"].grid > .row > .column:first-child {
  14912. box-shadow: none;
  14913. }
  14914. /*----------------------
  14915. Vertically Aligned
  14916. -----------------------*/
  14917. /* Top Aligned */
  14918. .ui[class*="top aligned"].grid > .column:not(.row),
  14919. .ui[class*="top aligned"].grid > .row > .column,
  14920. .ui.grid > [class*="top aligned"].row > .column,
  14921. .ui.grid > [class*="top aligned"].column:not(.row),
  14922. .ui.grid > .row > [class*="top aligned"].column {
  14923. -webkit-box-orient: vertical;
  14924. -webkit-box-direction: normal;
  14925. -webkit-flex-direction: column;
  14926. -ms-flex-direction: column;
  14927. flex-direction: column;
  14928. vertical-align: top;
  14929. -webkit-align-self: flex-start !important;
  14930. -ms-flex-item-align: start !important;
  14931. align-self: flex-start !important;
  14932. }
  14933. /* Middle Aligned */
  14934. .ui[class*="middle aligned"].grid > .column:not(.row),
  14935. .ui[class*="middle aligned"].grid > .row > .column,
  14936. .ui.grid > [class*="middle aligned"].row > .column,
  14937. .ui.grid > [class*="middle aligned"].column:not(.row),
  14938. .ui.grid > .row > [class*="middle aligned"].column {
  14939. -webkit-box-orient: vertical;
  14940. -webkit-box-direction: normal;
  14941. -webkit-flex-direction: column;
  14942. -ms-flex-direction: column;
  14943. flex-direction: column;
  14944. vertical-align: middle;
  14945. -webkit-align-self: center !important;
  14946. -ms-flex-item-align: center !important;
  14947. align-self: center !important;
  14948. }
  14949. /* Bottom Aligned */
  14950. .ui[class*="bottom aligned"].grid > .column:not(.row),
  14951. .ui[class*="bottom aligned"].grid > .row > .column,
  14952. .ui.grid > [class*="bottom aligned"].row > .column,
  14953. .ui.grid > [class*="bottom aligned"].column:not(.row),
  14954. .ui.grid > .row > [class*="bottom aligned"].column {
  14955. -webkit-box-orient: vertical;
  14956. -webkit-box-direction: normal;
  14957. -webkit-flex-direction: column;
  14958. -ms-flex-direction: column;
  14959. flex-direction: column;
  14960. vertical-align: bottom;
  14961. -webkit-align-self: flex-end !important;
  14962. -ms-flex-item-align: end !important;
  14963. align-self: flex-end !important;
  14964. }
  14965. /* Stretched */
  14966. .ui.stretched.grid > .row > .column,
  14967. .ui.stretched.grid > .column,
  14968. .ui.grid > .stretched.row > .column,
  14969. .ui.grid > .stretched.column:not(.row),
  14970. .ui.grid > .row > .stretched.column {
  14971. display: -webkit-inline-box !important;
  14972. display: -webkit-inline-flex !important;
  14973. display: -ms-inline-flexbox !important;
  14974. display: inline-flex !important;
  14975. -webkit-align-self: stretch;
  14976. -ms-flex-item-align: stretch;
  14977. align-self: stretch;
  14978. -webkit-box-orient: vertical;
  14979. -webkit-box-direction: normal;
  14980. -webkit-flex-direction: column;
  14981. -ms-flex-direction: column;
  14982. flex-direction: column;
  14983. }
  14984. .ui.stretched.grid > .row > .column > *,
  14985. .ui.stretched.grid > .column > *,
  14986. .ui.grid > .stretched.row > .column > *,
  14987. .ui.grid > .stretched.column:not(.row) > *,
  14988. .ui.grid > .row > .stretched.column > * {
  14989. -webkit-box-flex: 1;
  14990. -webkit-flex-grow: 1;
  14991. -ms-flex-positive: 1;
  14992. flex-grow: 1;
  14993. }
  14994. /*----------------------
  14995. Horizontally Centered
  14996. -----------------------*/
  14997. /* Left Aligned */
  14998. .ui[class*="left aligned"].grid > .column,
  14999. .ui[class*="left aligned"].grid > .row > .column,
  15000. .ui.grid > [class*="left aligned"].row > .column,
  15001. .ui.grid > [class*="left aligned"].column.column,
  15002. .ui.grid > .row > [class*="left aligned"].column {
  15003. text-align: left;
  15004. -webkit-align-self: inherit;
  15005. -ms-flex-item-align: inherit;
  15006. align-self: inherit;
  15007. }
  15008. /* Center Aligned */
  15009. .ui[class*="center aligned"].grid > .column,
  15010. .ui[class*="center aligned"].grid > .row > .column,
  15011. .ui.grid > [class*="center aligned"].row > .column,
  15012. .ui.grid > [class*="center aligned"].column.column,
  15013. .ui.grid > .row > [class*="center aligned"].column {
  15014. text-align: center;
  15015. -webkit-align-self: inherit;
  15016. -ms-flex-item-align: inherit;
  15017. align-self: inherit;
  15018. }
  15019. .ui[class*="center aligned"].grid {
  15020. -webkit-box-pack: center;
  15021. -webkit-justify-content: center;
  15022. -ms-flex-pack: center;
  15023. justify-content: center;
  15024. }
  15025. /* Right Aligned */
  15026. .ui[class*="right aligned"].grid > .column,
  15027. .ui[class*="right aligned"].grid > .row > .column,
  15028. .ui.grid > [class*="right aligned"].row > .column,
  15029. .ui.grid > [class*="right aligned"].column.column,
  15030. .ui.grid > .row > [class*="right aligned"].column {
  15031. text-align: right;
  15032. -webkit-align-self: inherit;
  15033. -ms-flex-item-align: inherit;
  15034. align-self: inherit;
  15035. }
  15036. /* Justified */
  15037. .ui.justified.grid > .column,
  15038. .ui.justified.grid > .row > .column,
  15039. .ui.grid > .justified.row > .column,
  15040. .ui.grid > .justified.column.column,
  15041. .ui.grid > .row > .justified.column {
  15042. text-align: justify;
  15043. -webkit-hyphens: auto;
  15044. -moz-hyphens: auto;
  15045. -ms-hyphens: auto;
  15046. hyphens: auto;
  15047. }
  15048. /*----------------------
  15049. Colored
  15050. -----------------------*/
  15051. .ui.grid > .row > .red.column,
  15052. .ui.grid > .row > .orange.column,
  15053. .ui.grid > .row > .yellow.column,
  15054. .ui.grid > .row > .olive.column,
  15055. .ui.grid > .row > .green.column,
  15056. .ui.grid > .row > .teal.column,
  15057. .ui.grid > .row > .blue.column,
  15058. .ui.grid > .row > .violet.column,
  15059. .ui.grid > .row > .purple.column,
  15060. .ui.grid > .row > .pink.column,
  15061. .ui.grid > .row > .brown.column,
  15062. .ui.grid > .row > .grey.column,
  15063. .ui.grid > .row > .black.column {
  15064. margin-top: -1rem;
  15065. margin-bottom: -1rem;
  15066. padding-top: 1rem;
  15067. padding-bottom: 1rem;
  15068. }
  15069. /* Red */
  15070. .ui.grid > .red.row,
  15071. .ui.grid > .red.column,
  15072. .ui.grid > .row > .red.column {
  15073. background-color: #DB2828 !important;
  15074. color: #FFFFFF;
  15075. }
  15076. /* Orange */
  15077. .ui.grid > .orange.row,
  15078. .ui.grid > .orange.column,
  15079. .ui.grid > .row > .orange.column {
  15080. background-color: #F2711C !important;
  15081. color: #FFFFFF;
  15082. }
  15083. /* Yellow */
  15084. .ui.grid > .yellow.row,
  15085. .ui.grid > .yellow.column,
  15086. .ui.grid > .row > .yellow.column {
  15087. background-color: #FBBD08 !important;
  15088. color: #FFFFFF;
  15089. }
  15090. /* Olive */
  15091. .ui.grid > .olive.row,
  15092. .ui.grid > .olive.column,
  15093. .ui.grid > .row > .olive.column {
  15094. background-color: #B5CC18 !important;
  15095. color: #FFFFFF;
  15096. }
  15097. /* Green */
  15098. .ui.grid > .green.row,
  15099. .ui.grid > .green.column,
  15100. .ui.grid > .row > .green.column {
  15101. background-color: #21BA45 !important;
  15102. color: #FFFFFF;
  15103. }
  15104. /* Teal */
  15105. .ui.grid > .teal.row,
  15106. .ui.grid > .teal.column,
  15107. .ui.grid > .row > .teal.column {
  15108. background-color: #00B5AD !important;
  15109. color: #FFFFFF;
  15110. }
  15111. /* Blue */
  15112. .ui.grid > .blue.row,
  15113. .ui.grid > .blue.column,
  15114. .ui.grid > .row > .blue.column {
  15115. background-color: #2185D0 !important;
  15116. color: #FFFFFF;
  15117. }
  15118. /* Violet */
  15119. .ui.grid > .violet.row,
  15120. .ui.grid > .violet.column,
  15121. .ui.grid > .row > .violet.column {
  15122. background-color: #6435C9 !important;
  15123. color: #FFFFFF;
  15124. }
  15125. /* Purple */
  15126. .ui.grid > .purple.row,
  15127. .ui.grid > .purple.column,
  15128. .ui.grid > .row > .purple.column {
  15129. background-color: #A333C8 !important;
  15130. color: #FFFFFF;
  15131. }
  15132. /* Pink */
  15133. .ui.grid > .pink.row,
  15134. .ui.grid > .pink.column,
  15135. .ui.grid > .row > .pink.column {
  15136. background-color: #E03997 !important;
  15137. color: #FFFFFF;
  15138. }
  15139. /* Brown */
  15140. .ui.grid > .brown.row,
  15141. .ui.grid > .brown.column,
  15142. .ui.grid > .row > .brown.column {
  15143. background-color: #A5673F !important;
  15144. color: #FFFFFF;
  15145. }
  15146. /* Grey */
  15147. .ui.grid > .grey.row,
  15148. .ui.grid > .grey.column,
  15149. .ui.grid > .row > .grey.column {
  15150. background-color: #767676 !important;
  15151. color: #FFFFFF;
  15152. }
  15153. /* Black */
  15154. .ui.grid > .black.row,
  15155. .ui.grid > .black.column,
  15156. .ui.grid > .row > .black.column {
  15157. background-color: #1B1C1D !important;
  15158. color: #FFFFFF;
  15159. }
  15160. /*----------------------
  15161. Equal Width
  15162. -----------------------*/
  15163. .ui[class*="equal width"].grid > .column:not(.row),
  15164. .ui[class*="equal width"].grid > .row > .column,
  15165. .ui.grid > [class*="equal width"].row > .column {
  15166. display: inline-block;
  15167. -webkit-box-flex: 1;
  15168. -webkit-flex-grow: 1;
  15169. -ms-flex-positive: 1;
  15170. flex-grow: 1;
  15171. }
  15172. .ui[class*="equal width"].grid > .wide.column,
  15173. .ui[class*="equal width"].grid > .row > .wide.column,
  15174. .ui.grid > [class*="equal width"].row > .wide.column {
  15175. -webkit-box-flex: 0;
  15176. -webkit-flex-grow: 0;
  15177. -ms-flex-positive: 0;
  15178. flex-grow: 0;
  15179. }
  15180. /*----------------------
  15181. Reverse
  15182. -----------------------*/
  15183. /* Mobile */
  15184. @media only screen and (max-width: 767px) {
  15185. .ui[class*="mobile reversed"].grid,
  15186. .ui[class*="mobile reversed"].grid > .row,
  15187. .ui.grid > [class*="mobile reversed"].row {
  15188. -webkit-box-orient: horizontal;
  15189. -webkit-box-direction: reverse;
  15190. -webkit-flex-direction: row-reverse;
  15191. -ms-flex-direction: row-reverse;
  15192. flex-direction: row-reverse;
  15193. }
  15194. .ui[class*="mobile vertically reversed"].grid,
  15195. .ui.stackable[class*="mobile reversed"] {
  15196. -webkit-box-orient: vertical;
  15197. -webkit-box-direction: reverse;
  15198. -webkit-flex-direction: column-reverse;
  15199. -ms-flex-direction: column-reverse;
  15200. flex-direction: column-reverse;
  15201. }
  15202. /* Divided Reversed */
  15203. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  15204. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  15205. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  15206. }
  15207. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  15208. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  15209. box-shadow: none;
  15210. }
  15211. /* Vertically Divided Reversed */
  15212. .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
  15213. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  15214. }
  15215. .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
  15216. box-shadow: none;
  15217. }
  15218. /* Celled Reversed */
  15219. .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
  15220. box-shadow: -1px 0px 0px 0px #D4D4D5;
  15221. }
  15222. .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
  15223. box-shadow: none;
  15224. }
  15225. }
  15226. /* Tablet */
  15227. @media only screen and (min-width: 768px) and (max-width: 991px) {
  15228. .ui[class*="tablet reversed"].grid,
  15229. .ui[class*="tablet reversed"].grid > .row,
  15230. .ui.grid > [class*="tablet reversed"].row {
  15231. -webkit-box-orient: horizontal;
  15232. -webkit-box-direction: reverse;
  15233. -webkit-flex-direction: row-reverse;
  15234. -ms-flex-direction: row-reverse;
  15235. flex-direction: row-reverse;
  15236. }
  15237. .ui[class*="tablet vertically reversed"].grid {
  15238. -webkit-box-orient: vertical;
  15239. -webkit-box-direction: reverse;
  15240. -webkit-flex-direction: column-reverse;
  15241. -ms-flex-direction: column-reverse;
  15242. flex-direction: column-reverse;
  15243. }
  15244. /* Divided Reversed */
  15245. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  15246. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  15247. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  15248. }
  15249. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  15250. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  15251. box-shadow: none;
  15252. }
  15253. /* Vertically Divided Reversed */
  15254. .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
  15255. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  15256. }
  15257. .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
  15258. box-shadow: none;
  15259. }
  15260. /* Celled Reversed */
  15261. .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
  15262. box-shadow: -1px 0px 0px 0px #D4D4D5;
  15263. }
  15264. .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
  15265. box-shadow: none;
  15266. }
  15267. }
  15268. /* Computer */
  15269. @media only screen and (min-width: 992px) {
  15270. .ui[class*="computer reversed"].grid,
  15271. .ui[class*="computer reversed"].grid > .row,
  15272. .ui.grid > [class*="computer reversed"].row {
  15273. -webkit-box-orient: horizontal;
  15274. -webkit-box-direction: reverse;
  15275. -webkit-flex-direction: row-reverse;
  15276. -ms-flex-direction: row-reverse;
  15277. flex-direction: row-reverse;
  15278. }
  15279. .ui[class*="computer vertically reversed"].grid {
  15280. -webkit-box-orient: vertical;
  15281. -webkit-box-direction: reverse;
  15282. -webkit-flex-direction: column-reverse;
  15283. -ms-flex-direction: column-reverse;
  15284. flex-direction: column-reverse;
  15285. }
  15286. /* Divided Reversed */
  15287. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  15288. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  15289. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  15290. }
  15291. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  15292. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  15293. box-shadow: none;
  15294. }
  15295. /* Vertically Divided Reversed */
  15296. .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
  15297. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  15298. }
  15299. .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
  15300. box-shadow: none;
  15301. }
  15302. /* Celled Reversed */
  15303. .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
  15304. box-shadow: -1px 0px 0px 0px #D4D4D5;
  15305. }
  15306. .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
  15307. box-shadow: none;
  15308. }
  15309. }
  15310. /*-------------------
  15311. Doubling
  15312. --------------------*/
  15313. /* Tablet Only */
  15314. @media only screen and (min-width: 768px) and (max-width: 991px) {
  15315. .ui.doubling.grid {
  15316. width: auto;
  15317. }
  15318. .ui.grid > .doubling.row,
  15319. .ui.doubling.grid > .row {
  15320. margin: 0em !important;
  15321. padding: 0em !important;
  15322. }
  15323. .ui.grid > .doubling.row > .column,
  15324. .ui.doubling.grid > .row > .column {
  15325. display: inline-block !important;
  15326. padding-top: 1rem !important;
  15327. padding-bottom: 1rem !important;
  15328. box-shadow: none !important;
  15329. margin: 0em;
  15330. }
  15331. .ui[class*="two column"].doubling.grid > .row > .column,
  15332. .ui[class*="two column"].doubling.grid > .column:not(.row),
  15333. .ui.grid > [class*="two column"].doubling.row.row > .column {
  15334. width: 100% !important;
  15335. }
  15336. .ui[class*="three column"].doubling.grid > .row > .column,
  15337. .ui[class*="three column"].doubling.grid > .column:not(.row),
  15338. .ui.grid > [class*="three column"].doubling.row.row > .column {
  15339. width: 50% !important;
  15340. }
  15341. .ui[class*="four column"].doubling.grid > .row > .column,
  15342. .ui[class*="four column"].doubling.grid > .column:not(.row),
  15343. .ui.grid > [class*="four column"].doubling.row.row > .column {
  15344. width: 50% !important;
  15345. }
  15346. .ui[class*="five column"].doubling.grid > .row > .column,
  15347. .ui[class*="five column"].doubling.grid > .column:not(.row),
  15348. .ui.grid > [class*="five column"].doubling.row.row > .column {
  15349. width: 33.33333333% !important;
  15350. }
  15351. .ui[class*="six column"].doubling.grid > .row > .column,
  15352. .ui[class*="six column"].doubling.grid > .column:not(.row),
  15353. .ui.grid > [class*="six column"].doubling.row.row > .column {
  15354. width: 33.33333333% !important;
  15355. }
  15356. .ui[class*="seven column"].doubling.grid > .row > .column,
  15357. .ui[class*="seven column"].doubling.grid > .column:not(.row),
  15358. .ui.grid > [class*="seven column"].doubling.row.row > .column {
  15359. width: 33.33333333% !important;
  15360. }
  15361. .ui[class*="eight column"].doubling.grid > .row > .column,
  15362. .ui[class*="eight column"].doubling.grid > .column:not(.row),
  15363. .ui.grid > [class*="eight column"].doubling.row.row > .column {
  15364. width: 25% !important;
  15365. }
  15366. .ui[class*="nine column"].doubling.grid > .row > .column,
  15367. .ui[class*="nine column"].doubling.grid > .column:not(.row),
  15368. .ui.grid > [class*="nine column"].doubling.row.row > .column {
  15369. width: 25% !important;
  15370. }
  15371. .ui[class*="ten column"].doubling.grid > .row > .column,
  15372. .ui[class*="ten column"].doubling.grid > .column:not(.row),
  15373. .ui.grid > [class*="ten column"].doubling.row.row > .column {
  15374. width: 20% !important;
  15375. }
  15376. .ui[class*="eleven column"].doubling.grid > .row > .column,
  15377. .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  15378. .ui.grid > [class*="eleven column"].doubling.row.row > .column {
  15379. width: 20% !important;
  15380. }
  15381. .ui[class*="twelve column"].doubling.grid > .row > .column,
  15382. .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  15383. .ui.grid > [class*="twelve column"].doubling.row.row > .column {
  15384. width: 16.66666667% !important;
  15385. }
  15386. .ui[class*="thirteen column"].doubling.grid > .row > .column,
  15387. .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  15388. .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
  15389. width: 16.66666667% !important;
  15390. }
  15391. .ui[class*="fourteen column"].doubling.grid > .row > .column,
  15392. .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  15393. .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
  15394. width: 14.28571429% !important;
  15395. }
  15396. .ui[class*="fifteen column"].doubling.grid > .row > .column,
  15397. .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  15398. .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
  15399. width: 14.28571429% !important;
  15400. }
  15401. .ui[class*="sixteen column"].doubling.grid > .row > .column,
  15402. .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  15403. .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
  15404. width: 12.5% !important;
  15405. }
  15406. }
  15407. /* Mobily Only */
  15408. @media only screen and (max-width: 767px) {
  15409. .ui.grid > .doubling.row,
  15410. .ui.doubling.grid > .row {
  15411. margin: 0em !important;
  15412. padding: 0em !important;
  15413. }
  15414. .ui.grid > .doubling.row > .column,
  15415. .ui.doubling.grid > .row > .column {
  15416. padding-top: 1rem !important;
  15417. padding-bottom: 1rem !important;
  15418. margin: 0em !important;
  15419. box-shadow: none !important;
  15420. }
  15421. .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  15422. .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  15423. .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
  15424. width: 100% !important;
  15425. }
  15426. .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  15427. .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  15428. .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
  15429. width: 50% !important;
  15430. }
  15431. .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  15432. .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  15433. .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
  15434. width: 50% !important;
  15435. }
  15436. .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  15437. .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  15438. .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
  15439. width: 50% !important;
  15440. }
  15441. .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  15442. .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  15443. .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
  15444. width: 50% !important;
  15445. }
  15446. .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  15447. .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  15448. .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
  15449. width: 50% !important;
  15450. }
  15451. .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  15452. .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  15453. .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
  15454. width: 50% !important;
  15455. }
  15456. .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  15457. .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  15458. .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
  15459. width: 33.33333333% !important;
  15460. }
  15461. .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  15462. .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  15463. .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
  15464. width: 33.33333333% !important;
  15465. }
  15466. .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  15467. .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  15468. .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
  15469. width: 33.33333333% !important;
  15470. }
  15471. .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  15472. .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  15473. .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
  15474. width: 33.33333333% !important;
  15475. }
  15476. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  15477. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  15478. .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
  15479. width: 33.33333333% !important;
  15480. }
  15481. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  15482. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  15483. .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
  15484. width: 25% !important;
  15485. }
  15486. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  15487. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  15488. .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
  15489. width: 25% !important;
  15490. }
  15491. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  15492. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  15493. .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
  15494. width: 25% !important;
  15495. }
  15496. }
  15497. /*-------------------
  15498. Stackable
  15499. --------------------*/
  15500. @media only screen and (max-width: 767px) {
  15501. .ui.stackable.grid {
  15502. width: auto;
  15503. margin-left: 0em !important;
  15504. margin-right: 0em !important;
  15505. }
  15506. .ui.stackable.grid > .row > .wide.column,
  15507. .ui.stackable.grid > .wide.column,
  15508. .ui.stackable.grid > .column.grid > .column,
  15509. .ui.stackable.grid > .column.row > .column,
  15510. .ui.stackable.grid > .row > .column,
  15511. .ui.stackable.grid > .column:not(.row),
  15512. .ui.grid > .stackable.stackable.row > .column {
  15513. width: 100% !important;
  15514. margin: 0em 0em !important;
  15515. box-shadow: none !important;
  15516. padding: 1rem 1rem !important;
  15517. }
  15518. .ui.stackable.grid:not(.vertically) > .row {
  15519. margin: 0em;
  15520. padding: 0em;
  15521. }
  15522. /* Coupling */
  15523. .ui.container > .ui.stackable.grid > .column,
  15524. .ui.container > .ui.stackable.grid > .row > .column {
  15525. padding-left: 0em !important;
  15526. padding-right: 0em !important;
  15527. }
  15528. /* Don't pad inside segment or nested grid */
  15529. .ui.grid .ui.stackable.grid,
  15530. .ui.segment:not(.vertical) .ui.stackable.page.grid {
  15531. margin-left: -1rem !important;
  15532. margin-right: -1rem !important;
  15533. }
  15534. /* Divided Stackable */
  15535. .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  15536. .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  15537. .ui.stackable.divided.grid > .column:not(.row):first-child,
  15538. .ui.stackable.celled.grid > .column:not(.row):first-child {
  15539. border-top: none !important;
  15540. }
  15541. .ui.inverted.stackable.celled.grid > .column:not(.row),
  15542. .ui.inverted.stackable.divided.grid > .column:not(.row),
  15543. .ui.inverted.stackable.celled.grid > .row > .column,
  15544. .ui.inverted.stackable.divided.grid > .row > .column {
  15545. border-top: 1px solid rgba(255, 255, 255, 0.1);
  15546. }
  15547. .ui.stackable.celled.grid > .column:not(.row),
  15548. .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  15549. .ui.stackable.celled.grid > .row > .column,
  15550. .ui.stackable.divided:not(.vertically).grid > .row > .column {
  15551. border-top: 1px solid rgba(34, 36, 38, 0.15);
  15552. box-shadow: none !important;
  15553. padding-top: 2rem !important;
  15554. padding-bottom: 2rem !important;
  15555. }
  15556. .ui.stackable.celled.grid > .row {
  15557. box-shadow: none !important;
  15558. }
  15559. .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  15560. .ui.stackable.divided:not(.vertically).grid > .row > .column {
  15561. padding-left: 0em !important;
  15562. padding-right: 0em !important;
  15563. }
  15564. }
  15565. /*----------------------
  15566. Only (Device)
  15567. -----------------------*/
  15568. /* These include arbitrary class repetitions for forced specificity */
  15569. /* Mobile Only Hide */
  15570. @media only screen and (max-width: 767px) {
  15571. .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  15572. .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  15573. .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  15574. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
  15575. display: none !important;
  15576. }
  15577. .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  15578. .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  15579. .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  15580. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
  15581. display: none !important;
  15582. }
  15583. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  15584. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  15585. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  15586. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  15587. display: none !important;
  15588. }
  15589. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  15590. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  15591. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  15592. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  15593. display: none !important;
  15594. }
  15595. }
  15596. /* Tablet Only Hide */
  15597. @media only screen and (min-width: 768px) and (max-width: 991px) {
  15598. .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  15599. .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  15600. .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  15601. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
  15602. display: none !important;
  15603. }
  15604. .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  15605. .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  15606. .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  15607. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
  15608. display: none !important;
  15609. }
  15610. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  15611. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  15612. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  15613. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  15614. display: none !important;
  15615. }
  15616. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  15617. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  15618. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  15619. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  15620. display: none !important;
  15621. }
  15622. }
  15623. /* Computer Only Hide */
  15624. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  15625. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  15626. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  15627. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  15628. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  15629. display: none !important;
  15630. }
  15631. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  15632. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  15633. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  15634. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  15635. display: none !important;
  15636. }
  15637. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  15638. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  15639. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  15640. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  15641. display: none !important;
  15642. }
  15643. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  15644. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  15645. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  15646. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  15647. display: none !important;
  15648. }
  15649. }
  15650. /* Large Screen Only Hide */
  15651. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  15652. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  15653. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  15654. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  15655. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  15656. display: none !important;
  15657. }
  15658. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  15659. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  15660. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  15661. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  15662. display: none !important;
  15663. }
  15664. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  15665. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  15666. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  15667. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  15668. display: none !important;
  15669. }
  15670. }
  15671. /* Widescreen Only Hide */
  15672. @media only screen and (min-width: 1920px) {
  15673. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  15674. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  15675. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  15676. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  15677. display: none !important;
  15678. }
  15679. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  15680. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  15681. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  15682. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  15683. display: none !important;
  15684. }
  15685. }
  15686. /*******************************
  15687. Theme Overrides
  15688. *******************************/
  15689. /*******************************
  15690. Site Overrides
  15691. *******************************/
  15692. /*
  15693. * # Semantic - Menu
  15694. * http://github.com/semantic-org/semantic-ui/
  15695. *
  15696. *
  15697. * Copyright 2015 Contributor
  15698. * Released under the MIT license
  15699. * http://opensource.org/licenses/MIT
  15700. *
  15701. */
  15702. /*******************************
  15703. Standard
  15704. *******************************/
  15705. /*--------------
  15706. Menu
  15707. ---------------*/
  15708. .ui.menu {
  15709. display: -webkit-box;
  15710. display: -webkit-flex;
  15711. display: -ms-flexbox;
  15712. display: flex;
  15713. margin: 1rem 0em;
  15714. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  15715. background: #FFFFFF;
  15716. font-weight: normal;
  15717. border: 1px solid rgba(34, 36, 38, 0.15);
  15718. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  15719. border-radius: 0.28571429rem;
  15720. min-height: 2.85714286em;
  15721. }
  15722. .ui.menu:after {
  15723. content: '';
  15724. display: block;
  15725. height: 0px;
  15726. clear: both;
  15727. visibility: hidden;
  15728. }
  15729. .ui.menu:first-child {
  15730. margin-top: 0rem;
  15731. }
  15732. .ui.menu:last-child {
  15733. margin-bottom: 0rem;
  15734. }
  15735. /*--------------
  15736. Sub-Menu
  15737. ---------------*/
  15738. .ui.menu .menu {
  15739. margin: 0em;
  15740. }
  15741. .ui.menu:not(.vertical) > .menu {
  15742. display: -webkit-box;
  15743. display: -webkit-flex;
  15744. display: -ms-flexbox;
  15745. display: flex;
  15746. }
  15747. /*--------------
  15748. Item
  15749. ---------------*/
  15750. .ui.menu:not(.vertical) .item {
  15751. display: -webkit-box;
  15752. display: -webkit-flex;
  15753. display: -ms-flexbox;
  15754. display: flex;
  15755. -webkit-box-align: center;
  15756. -webkit-align-items: center;
  15757. -ms-flex-align: center;
  15758. align-items: center;
  15759. }
  15760. .ui.menu .item {
  15761. position: relative;
  15762. vertical-align: middle;
  15763. line-height: 1;
  15764. text-decoration: none;
  15765. -webkit-tap-highlight-color: transparent;
  15766. -webkit-box-flex: 0;
  15767. -webkit-flex: 0 0 auto;
  15768. -ms-flex: 0 0 auto;
  15769. flex: 0 0 auto;
  15770. -webkit-user-select: none;
  15771. -moz-user-select: none;
  15772. -ms-user-select: none;
  15773. user-select: none;
  15774. background: none;
  15775. padding: 0.92857143em 1.14285714em;
  15776. text-transform: none;
  15777. color: rgba(0, 0, 0, 0.87);
  15778. font-weight: normal;
  15779. -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  15780. transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  15781. }
  15782. .ui.menu > .item:first-child {
  15783. border-radius: 0.28571429rem 0px 0px 0.28571429rem;
  15784. }
  15785. /* Border */
  15786. .ui.menu .item:before {
  15787. position: absolute;
  15788. content: '';
  15789. top: 0%;
  15790. right: 0px;
  15791. height: 100%;
  15792. width: 1px;
  15793. background: rgba(34, 36, 38, 0.1);
  15794. }
  15795. /*--------------
  15796. Text Content
  15797. ---------------*/
  15798. .ui.menu .text.item > *,
  15799. .ui.menu .item > a:not(.ui),
  15800. .ui.menu .item > p:only-child {
  15801. -webkit-user-select: text;
  15802. -moz-user-select: text;
  15803. -ms-user-select: text;
  15804. user-select: text;
  15805. line-height: 1.3;
  15806. }
  15807. .ui.menu .item > p:first-child {
  15808. margin-top: 0;
  15809. }
  15810. .ui.menu .item > p:last-child {
  15811. margin-bottom: 0;
  15812. }
  15813. /*--------------
  15814. Icons
  15815. ---------------*/
  15816. .ui.menu .item > i.icon {
  15817. opacity: 0.9;
  15818. float: none;
  15819. margin: 0em 0.35714286em 0em 0em;
  15820. }
  15821. /*--------------
  15822. Button
  15823. ---------------*/
  15824. .ui.menu:not(.vertical) .item > .button {
  15825. position: relative;
  15826. top: 0em;
  15827. margin: -0.5em 0em;
  15828. padding-bottom: 0.71428571em;
  15829. padding-top: 0.71428571em;
  15830. font-size: 1em;
  15831. }
  15832. /*----------------
  15833. Grid / Container
  15834. -----------------*/
  15835. .ui.menu > .grid,
  15836. .ui.menu > .container {
  15837. display: -webkit-box;
  15838. display: -webkit-flex;
  15839. display: -ms-flexbox;
  15840. display: flex;
  15841. -webkit-box-align: inherit;
  15842. -webkit-align-items: inherit;
  15843. -ms-flex-align: inherit;
  15844. align-items: inherit;
  15845. -webkit-box-orient: vertical;
  15846. -webkit-box-direction: normal;
  15847. -webkit-flex-direction: inherit;
  15848. -ms-flex-direction: inherit;
  15849. flex-direction: inherit;
  15850. }
  15851. /*--------------
  15852. Inputs
  15853. ---------------*/
  15854. .ui.menu .item > .input {
  15855. width: 100%;
  15856. }
  15857. .ui.menu:not(.vertical) .item > .input {
  15858. position: relative;
  15859. top: 0em;
  15860. margin: -0.5em 0em;
  15861. }
  15862. .ui.menu .item > .input input {
  15863. font-size: 1em;
  15864. padding-top: 0.57142857em;
  15865. padding-bottom: 0.57142857em;
  15866. }
  15867. /*--------------
  15868. Header
  15869. ---------------*/
  15870. .ui.menu .header.item,
  15871. .ui.vertical.menu .header.item {
  15872. margin: 0em;
  15873. background: '';
  15874. text-transform: normal;
  15875. font-weight: bold;
  15876. }
  15877. .ui.vertical.menu .item > .header:not(.ui) {
  15878. margin: 0em 0em 0.5em;
  15879. font-size: 1em;
  15880. font-weight: bold;
  15881. }
  15882. /*--------------
  15883. Popup
  15884. ---------------*/
  15885. .ui.menu .ui.popup {
  15886. display: none;
  15887. }
  15888. .ui.menu .ui.visible.popup {
  15889. display: block;
  15890. }
  15891. /*--------------
  15892. Dropdowns
  15893. ---------------*/
  15894. /* Dropdown Icon */
  15895. .ui.menu .item > i.dropdown.icon {
  15896. padding: 0em;
  15897. float: right;
  15898. margin: 0em 0em 0em 1em;
  15899. }
  15900. /* Menu */
  15901. .ui.menu .dropdown.item .menu {
  15902. left: 0px;
  15903. min-width: calc(100% - 1px);
  15904. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  15905. background: #FFFFFF;
  15906. margin: 0em 0px 0px;
  15907. box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  15908. -webkit-box-orient: vertical !important;
  15909. -webkit-box-direction: normal !important;
  15910. -webkit-flex-direction: column !important;
  15911. -ms-flex-direction: column !important;
  15912. flex-direction: column !important;
  15913. }
  15914. /* Menu Items */
  15915. .ui.menu .ui.dropdown .menu > .item {
  15916. margin: 0;
  15917. text-align: left;
  15918. font-size: 1em !important;
  15919. padding: 0.71428571em 1.14285714em !important;
  15920. background: transparent !important;
  15921. color: rgba(0, 0, 0, 0.87) !important;
  15922. text-transform: none !important;
  15923. font-weight: normal !important;
  15924. box-shadow: none !important;
  15925. -webkit-transition: none !important;
  15926. transition: none !important;
  15927. }
  15928. .ui.menu .ui.dropdown .menu > .item:hover {
  15929. background: rgba(0, 0, 0, 0.05) !important;
  15930. color: rgba(0, 0, 0, 0.95) !important;
  15931. }
  15932. .ui.menu .ui.dropdown .menu > .selected.item {
  15933. background: rgba(0, 0, 0, 0.05) !important;
  15934. color: rgba(0, 0, 0, 0.95) !important;
  15935. }
  15936. .ui.menu .ui.dropdown .menu > .active.item {
  15937. background: rgba(0, 0, 0, 0.03) !important;
  15938. font-weight: bold !important;
  15939. color: rgba(0, 0, 0, 0.95) !important;
  15940. }
  15941. .ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  15942. display: block;
  15943. }
  15944. .ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
  15945. display: inline-block;
  15946. font-size: 1em !important;
  15947. float: none;
  15948. margin: 0em 0.75em 0em 0em;
  15949. }
  15950. /* Secondary */
  15951. .ui.secondary.menu .dropdown.item > .menu,
  15952. .ui.text.menu .dropdown.item > .menu {
  15953. border-radius: 0.28571429rem;
  15954. margin-top: 0.35714286em;
  15955. }
  15956. /* Pointing */
  15957. .ui.menu .pointing.dropdown.item .menu {
  15958. margin-top: 0.75em;
  15959. }
  15960. /* Inverted */
  15961. .ui.inverted.menu .search.dropdown.item > .search,
  15962. .ui.inverted.menu .search.dropdown.item > .text {
  15963. color: rgba(255, 255, 255, 0.9);
  15964. }
  15965. /* Vertical */
  15966. .ui.vertical.menu .dropdown.item > .icon {
  15967. float: right;
  15968. content: "\f0da";
  15969. margin-left: 1em;
  15970. }
  15971. .ui.vertical.menu .dropdown.item .menu {
  15972. top: 0% !important;
  15973. left: 100%;
  15974. min-width: 0;
  15975. margin: 0em 0em 0em 0em;
  15976. box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  15977. border-radius: 0em 0.28571429rem 0.28571429rem 0.28571429rem;
  15978. }
  15979. .ui.vertical.menu .active.dropdown.item {
  15980. border-top-right-radius: 0em;
  15981. border-bottom-right-radius: 0em;
  15982. }
  15983. .ui.vertical.menu .dropdown.active.item {
  15984. box-shadow: none;
  15985. }
  15986. /* Evenly Divided */
  15987. .ui.item.menu .dropdown .menu .item {
  15988. width: 100%;
  15989. }
  15990. /*--------------
  15991. Labels
  15992. ---------------*/
  15993. .ui.menu .item > .label {
  15994. background: #999999;
  15995. color: #FFFFFF;
  15996. margin-left: 1em;
  15997. padding: 0.3em 0.71428571em;
  15998. }
  15999. .ui.vertical.menu .item > .label {
  16000. background: #999999;
  16001. color: #FFFFFF;
  16002. margin-top: -0.15em;
  16003. margin-bottom: -0.15em;
  16004. padding: 0.3em 0.71428571em;
  16005. }
  16006. .ui.menu .item > .floating.label {
  16007. padding: 0.3em 0.71428571em;
  16008. }
  16009. /*--------------
  16010. Images
  16011. ---------------*/
  16012. .ui.menu .item > img:not(.ui) {
  16013. display: inline-block;
  16014. vertical-align: middle;
  16015. margin: -0.3em 0em;
  16016. width: 2.5em;
  16017. }
  16018. .ui.vertical.menu .item > img:not(.ui):only-child {
  16019. display: block;
  16020. max-width: 100%;
  16021. width: auto;
  16022. }
  16023. /*******************************
  16024. Coupling
  16025. *******************************/
  16026. /*--------------
  16027. Sidebar
  16028. ---------------*/
  16029. /* Show vertical dividers below last */
  16030. .ui.vertical.sidebar.menu > .item:first-child:before {
  16031. display: block !important;
  16032. }
  16033. .ui.vertical.sidebar.menu > .item::before {
  16034. top: auto;
  16035. bottom: 0px;
  16036. }
  16037. /*--------------
  16038. Container
  16039. ---------------*/
  16040. @media only screen and (max-width: 767px) {
  16041. .ui.menu > .ui.container {
  16042. width: 100% !important;
  16043. margin-left: 0em !important;
  16044. margin-right: 0em !important;
  16045. }
  16046. }
  16047. @media only screen and (min-width: 768px) {
  16048. .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
  16049. border-left: 1px solid rgba(34, 36, 38, 0.1);
  16050. }
  16051. }
  16052. /*******************************
  16053. States
  16054. *******************************/
  16055. /*--------------
  16056. Hover
  16057. ---------------*/
  16058. .ui.link.menu .item:hover,
  16059. .ui.menu .dropdown.item:hover,
  16060. .ui.menu .link.item:hover,
  16061. .ui.menu a.item:hover {
  16062. cursor: pointer;
  16063. background: rgba(0, 0, 0, 0.03);
  16064. color: rgba(0, 0, 0, 0.95);
  16065. }
  16066. /*--------------
  16067. Pressed
  16068. ---------------*/
  16069. .ui.link.menu .item:active,
  16070. .ui.menu .link.item:active,
  16071. .ui.menu a.item:active {
  16072. background: rgba(0, 0, 0, 0.03);
  16073. color: rgba(0, 0, 0, 0.95);
  16074. }
  16075. /*--------------
  16076. Active
  16077. ---------------*/
  16078. .ui.menu .active.item {
  16079. background: rgba(0, 0, 0, 0.05);
  16080. color: rgba(0, 0, 0, 0.95);
  16081. font-weight: normal;
  16082. box-shadow: none;
  16083. }
  16084. .ui.menu .active.item > i.icon {
  16085. opacity: 1;
  16086. }
  16087. /*--------------
  16088. Active Hover
  16089. ---------------*/
  16090. .ui.menu .active.item:hover,
  16091. .ui.vertical.menu .active.item:hover {
  16092. background-color: rgba(0, 0, 0, 0.05);
  16093. color: rgba(0, 0, 0, 0.95);
  16094. }
  16095. /*--------------
  16096. Disabled
  16097. ---------------*/
  16098. .ui.menu .item.disabled,
  16099. .ui.menu .item.disabled:hover {
  16100. cursor: default;
  16101. background-color: transparent !important;
  16102. color: rgba(40, 40, 40, 0.3);
  16103. }
  16104. /*******************************
  16105. Types
  16106. *******************************/
  16107. /*------------------
  16108. Floated Menu / Item
  16109. -------------------*/
  16110. /* Left Floated */
  16111. .ui.menu:not(.vertical) .left.item,
  16112. .ui.menu:not(.vertical) .left.menu {
  16113. display: -webkit-box;
  16114. display: -webkit-flex;
  16115. display: -ms-flexbox;
  16116. display: flex;
  16117. margin-right: auto !important;
  16118. }
  16119. /* Right Floated */
  16120. .ui.menu:not(.vertical) .right.item,
  16121. .ui.menu:not(.vertical) .right.menu {
  16122. display: -webkit-box;
  16123. display: -webkit-flex;
  16124. display: -ms-flexbox;
  16125. display: flex;
  16126. margin-left: auto !important;
  16127. }
  16128. /* Swapped Borders */
  16129. .ui.menu .right.item::before,
  16130. .ui.menu .right.menu > .item::before {
  16131. right: auto;
  16132. left: 0;
  16133. }
  16134. /*--------------
  16135. Vertical
  16136. ---------------*/
  16137. .ui.vertical.menu {
  16138. display: block;
  16139. -webkit-box-orient: vertical;
  16140. -webkit-box-direction: normal;
  16141. -webkit-flex-direction: column;
  16142. -ms-flex-direction: column;
  16143. flex-direction: column;
  16144. background: #FFFFFF;
  16145. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  16146. }
  16147. /*--- Item ---*/
  16148. .ui.vertical.menu .item {
  16149. display: block;
  16150. background: none;
  16151. border-top: none;
  16152. border-right: none;
  16153. }
  16154. .ui.vertical.menu > .item:first-child {
  16155. border-radius: 0.28571429rem 0.28571429rem 0px 0px;
  16156. }
  16157. .ui.vertical.menu > .item:last-child {
  16158. border-radius: 0px 0px 0.28571429rem 0.28571429rem;
  16159. }
  16160. /*--- Label ---*/
  16161. .ui.vertical.menu .item > .label {
  16162. float: right;
  16163. text-align: center;
  16164. }
  16165. /*--- Icon ---*/
  16166. .ui.vertical.menu .item > i.icon {
  16167. width: 1.18em;
  16168. float: right;
  16169. margin: 0em 0em 0em 0.5em;
  16170. }
  16171. .ui.vertical.menu .item > .label + i.icon {
  16172. float: none;
  16173. margin: 0em 0.5em 0em 0em;
  16174. }
  16175. /*--- Border ---*/
  16176. .ui.vertical.menu .item:before {
  16177. position: absolute;
  16178. content: '';
  16179. top: 0%;
  16180. left: 0px;
  16181. width: 100%;
  16182. background: rgba(34, 36, 38, 0.1);
  16183. height: 1px;
  16184. }
  16185. .ui.vertical.menu .item:first-child:before {
  16186. display: none !important;
  16187. }
  16188. /*--- Sub Menu ---*/
  16189. .ui.vertical.menu .item > .menu {
  16190. margin: 0.5em -1.14285714em 0em;
  16191. }
  16192. .ui.vertical.menu .menu .item {
  16193. background: none;
  16194. padding: 0.5em 1.33333333em;
  16195. font-size: 0.85714286em;
  16196. color: rgba(0, 0, 0, 0.5);
  16197. }
  16198. .ui.vertical.menu .item .menu a.item:hover,
  16199. .ui.vertical.menu .item .menu .link.item:hover {
  16200. color: rgba(0, 0, 0, 0.85);
  16201. }
  16202. .ui.vertical.menu .menu .item:before {
  16203. display: none;
  16204. }
  16205. /* Vertical Active */
  16206. .ui.vertical.menu .active.item {
  16207. background: rgba(0, 0, 0, 0.05);
  16208. border-radius: 0em;
  16209. box-shadow: none;
  16210. }
  16211. .ui.vertical.menu > .active.item:first-child {
  16212. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  16213. }
  16214. .ui.vertical.menu > .active.item:last-child {
  16215. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  16216. }
  16217. .ui.vertical.menu > .active.item:only-child {
  16218. border-radius: 0.28571429rem;
  16219. }
  16220. .ui.vertical.menu .active.item .menu .active.item {
  16221. border-left: none;
  16222. }
  16223. .ui.vertical.menu .item .menu .active.item {
  16224. background-color: transparent;
  16225. font-weight: bold;
  16226. color: rgba(0, 0, 0, 0.95);
  16227. }
  16228. /*--------------
  16229. Tabular
  16230. ---------------*/
  16231. .ui.tabular.menu {
  16232. border-radius: 0em;
  16233. box-shadow: none !important;
  16234. border: none;
  16235. background: none transparent;
  16236. border-bottom: 1px solid #D4D4D5;
  16237. }
  16238. .ui.tabular.fluid.menu {
  16239. width: calc(100% + 2px ) !important;
  16240. }
  16241. .ui.tabular.menu .item {
  16242. background: transparent;
  16243. border-bottom: none;
  16244. border-left: 1px solid transparent;
  16245. border-right: 1px solid transparent;
  16246. border-top: 2px solid transparent;
  16247. padding: 0.92857143em 1.42857143em;
  16248. color: rgba(0, 0, 0, 0.87);
  16249. }
  16250. .ui.tabular.menu .item:before {
  16251. display: none;
  16252. }
  16253. /* Hover */
  16254. .ui.tabular.menu .item:hover {
  16255. background-color: transparent;
  16256. color: rgba(0, 0, 0, 0.8);
  16257. }
  16258. /* Active */
  16259. .ui.tabular.menu .active.item {
  16260. background: none #FFFFFF;
  16261. color: rgba(0, 0, 0, 0.95);
  16262. border-top-width: 1px;
  16263. border-color: #D4D4D5;
  16264. font-weight: bold;
  16265. margin-bottom: -1px;
  16266. box-shadow: none;
  16267. border-radius: 0.28571429rem 0.28571429rem 0px 0px !important;
  16268. }
  16269. /* Coupling with segment for attachment */
  16270. .ui.tabular.menu + .bottom.attached.segment {
  16271. border-top: none;
  16272. margin: 0px;
  16273. width: 100%;
  16274. }
  16275. .top.attached.segment + .ui.bottom.tabular.menu {
  16276. position: relative;
  16277. width: calc(100% + 2px );
  16278. left: -1px;
  16279. }
  16280. /* Bottom Vertical Tabular */
  16281. .ui.bottom.tabular.menu {
  16282. background: none transparent;
  16283. border-radius: 0em;
  16284. box-shadow: none !important;
  16285. border-bottom: none;
  16286. border-top: 1px solid #D4D4D5;
  16287. }
  16288. .ui.bottom.tabular.menu .item {
  16289. background: none;
  16290. border-left: 1px solid transparent;
  16291. border-right: 1px solid transparent;
  16292. border-bottom: 1px solid transparent;
  16293. border-top: none;
  16294. }
  16295. .ui.bottom.tabular.menu .active.item {
  16296. background: none #FFFFFF;
  16297. color: rgba(0, 0, 0, 0.95);
  16298. border-color: #D4D4D5;
  16299. margin: -1px 0px 0px 0px;
  16300. border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
  16301. }
  16302. /* Vertical Tabular (Left) */
  16303. .ui.vertical.tabular.menu {
  16304. background: none transparent;
  16305. border-radius: 0em;
  16306. box-shadow: none !important;
  16307. border-bottom: none;
  16308. border-right: 1px solid #D4D4D5;
  16309. }
  16310. .ui.vertical.tabular.menu .item {
  16311. background: none;
  16312. border-left: 1px solid transparent;
  16313. border-bottom: 1px solid transparent;
  16314. border-top: 1px solid transparent;
  16315. border-right: none;
  16316. }
  16317. .ui.vertical.tabular.menu .active.item {
  16318. background: none #FFFFFF;
  16319. color: rgba(0, 0, 0, 0.95);
  16320. border-color: #D4D4D5;
  16321. margin: 0px -1px 0px 0px;
  16322. border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
  16323. }
  16324. /* Vertical Right Tabular */
  16325. .ui.vertical.right.tabular.menu {
  16326. background: none transparent;
  16327. border-radius: 0em;
  16328. box-shadow: none !important;
  16329. border-bottom: none;
  16330. border-right: none;
  16331. border-left: 1px solid #D4D4D5;
  16332. }
  16333. .ui.vertical.right.tabular.menu .item {
  16334. background: none;
  16335. border-right: 1px solid transparent;
  16336. border-bottom: 1px solid transparent;
  16337. border-top: 1px solid transparent;
  16338. border-left: none;
  16339. }
  16340. .ui.vertical.right.tabular.menu .active.item {
  16341. background: none #FFFFFF;
  16342. color: rgba(0, 0, 0, 0.95);
  16343. border-color: #D4D4D5;
  16344. margin: 0px 0px 0px -1px;
  16345. border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
  16346. }
  16347. /* Dropdown */
  16348. .ui.tabular.menu .active.dropdown.item {
  16349. margin-bottom: 0px;
  16350. border-left: 1px solid transparent;
  16351. border-right: 1px solid transparent;
  16352. border-top: 2px solid transparent;
  16353. border-bottom: none;
  16354. }
  16355. /*--------------
  16356. Pagination
  16357. ---------------*/
  16358. .ui.pagination.menu {
  16359. margin: 0em;
  16360. display: -webkit-inline-box;
  16361. display: -webkit-inline-flex;
  16362. display: -ms-inline-flexbox;
  16363. display: inline-flex;
  16364. vertical-align: middle;
  16365. }
  16366. .ui.pagination.menu .item:last-child {
  16367. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  16368. }
  16369. .ui.compact.menu .item:last-child {
  16370. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  16371. }
  16372. .ui.pagination.menu .item:last-child:before {
  16373. display: none;
  16374. }
  16375. .ui.pagination.menu .item {
  16376. min-width: 3em;
  16377. text-align: center;
  16378. }
  16379. .ui.pagination.menu .icon.item i.icon {
  16380. vertical-align: top;
  16381. }
  16382. /* Active */
  16383. .ui.pagination.menu .active.item {
  16384. border-top: none;
  16385. padding-top: 0.92857143em;
  16386. background-color: rgba(0, 0, 0, 0.05);
  16387. color: rgba(0, 0, 0, 0.95);
  16388. box-shadow: none;
  16389. }
  16390. /*--------------
  16391. Secondary
  16392. ---------------*/
  16393. .ui.secondary.menu {
  16394. background: none;
  16395. margin-left: -0.35714286em;
  16396. margin-right: -0.35714286em;
  16397. border-radius: 0em;
  16398. border: none;
  16399. box-shadow: none;
  16400. }
  16401. /* Item */
  16402. .ui.secondary.menu .item {
  16403. -webkit-align-self: center;
  16404. -ms-flex-item-align: center;
  16405. align-self: center;
  16406. box-shadow: none;
  16407. border: none;
  16408. padding: 0.71428571em 0.92857143em;
  16409. margin: 0em 0.35714286em;
  16410. background: none;
  16411. -webkit-transition: color 0.1s ease;
  16412. transition: color 0.1s ease;
  16413. border-radius: 0.28571429rem;
  16414. }
  16415. /* No Divider */
  16416. .ui.secondary.menu .item:before {
  16417. display: none !important;
  16418. }
  16419. /* Header */
  16420. .ui.secondary.menu .header.item {
  16421. border-radius: 0em;
  16422. border-right: none;
  16423. background: none transparent;
  16424. }
  16425. /* Image */
  16426. .ui.secondary.menu .item > img:not(.ui) {
  16427. margin: 0em;
  16428. }
  16429. /* Hover */
  16430. .ui.secondary.menu .dropdown.item:hover,
  16431. .ui.secondary.menu .link.item:hover,
  16432. .ui.secondary.menu a.item:hover {
  16433. background: rgba(0, 0, 0, 0.05);
  16434. color: rgba(0, 0, 0, 0.95);
  16435. }
  16436. /* Active */
  16437. .ui.secondary.menu .active.item {
  16438. box-shadow: none;
  16439. background: rgba(0, 0, 0, 0.05);
  16440. color: rgba(0, 0, 0, 0.95);
  16441. border-radius: 0.28571429rem;
  16442. }
  16443. /* Active Hover */
  16444. .ui.secondary.menu .active.item:hover {
  16445. box-shadow: none;
  16446. background: rgba(0, 0, 0, 0.05);
  16447. color: rgba(0, 0, 0, 0.95);
  16448. }
  16449. /* Inverted */
  16450. .ui.secondary.inverted.menu .link.item,
  16451. .ui.secondary.inverted.menu a.item {
  16452. color: rgba(255, 255, 255, 0.7) !important;
  16453. }
  16454. .ui.secondary.inverted.menu .dropdown.item:hover,
  16455. .ui.secondary.inverted.menu .link.item:hover,
  16456. .ui.secondary.inverted.menu a.item:hover {
  16457. background: rgba(255, 255, 255, 0.08);
  16458. color: #ffffff !important;
  16459. }
  16460. .ui.secondary.inverted.menu .active.item {
  16461. background: rgba(255, 255, 255, 0.15);
  16462. color: #ffffff !important;
  16463. }
  16464. /* Fix item margins */
  16465. .ui.secondary.item.menu {
  16466. margin-left: 0em;
  16467. margin-right: 0em;
  16468. }
  16469. .ui.secondary.item.menu .item:last-child {
  16470. margin-right: 0em;
  16471. }
  16472. .ui.secondary.attached.menu {
  16473. box-shadow: none;
  16474. }
  16475. /* Sub Menu */
  16476. .ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
  16477. margin: 0em -0.92857143em;
  16478. }
  16479. .ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
  16480. margin: 0em;
  16481. padding: 0.5em 1.33333333em;
  16482. }
  16483. /*---------------------
  16484. Secondary Vertical
  16485. -----------------------*/
  16486. .ui.secondary.vertical.menu > .item {
  16487. border: none;
  16488. margin: 0em 0em 0.35714286em;
  16489. border-radius: 0.28571429rem !important;
  16490. }
  16491. .ui.secondary.vertical.menu > .header.item {
  16492. border-radius: 0em;
  16493. }
  16494. /* Sub Menu */
  16495. .ui.vertical.secondary.menu .item > .menu .item {
  16496. background-color: transparent;
  16497. }
  16498. /* Inverted */
  16499. .ui.secondary.inverted.menu {
  16500. background-color: transparent;
  16501. }
  16502. /*---------------------
  16503. Secondary Pointing
  16504. -----------------------*/
  16505. .ui.secondary.pointing.menu {
  16506. margin-left: 0em;
  16507. margin-right: 0em;
  16508. border-bottom: 2px solid rgba(34, 36, 38, 0.15);
  16509. }
  16510. .ui.secondary.pointing.menu .item {
  16511. border-bottom-color: transparent;
  16512. border-bottom-style: solid;
  16513. border-radius: 0em;
  16514. -webkit-align-self: flex-end;
  16515. -ms-flex-item-align: end;
  16516. align-self: flex-end;
  16517. margin: 0em 0em -2px;
  16518. padding: 0.85714286em 1.14285714em;
  16519. border-bottom-width: 2px;
  16520. -webkit-transition: color 0.1s ease;
  16521. transition: color 0.1s ease;
  16522. }
  16523. /* Item Types */
  16524. .ui.secondary.pointing.menu .header.item {
  16525. color: rgba(0, 0, 0, 0.85) !important;
  16526. }
  16527. .ui.secondary.pointing.menu .text.item {
  16528. box-shadow: none !important;
  16529. }
  16530. .ui.secondary.pointing.menu .item:after {
  16531. display: none;
  16532. }
  16533. /* Hover */
  16534. .ui.secondary.pointing.menu .dropdown.item:hover,
  16535. .ui.secondary.pointing.menu .link.item:hover,
  16536. .ui.secondary.pointing.menu a.item:hover {
  16537. background-color: transparent;
  16538. color: rgba(0, 0, 0, 0.87);
  16539. }
  16540. /* Pressed */
  16541. .ui.secondary.pointing.menu .dropdown.item:active,
  16542. .ui.secondary.pointing.menu .link.item:active,
  16543. .ui.secondary.pointing.menu a.item:active {
  16544. background-color: transparent;
  16545. border-color: rgba(34, 36, 38, 0.15);
  16546. }
  16547. /* Active */
  16548. .ui.secondary.pointing.menu .active.item {
  16549. background-color: transparent;
  16550. box-shadow: none;
  16551. border-color: #1B1C1D;
  16552. font-weight: bold;
  16553. color: rgba(0, 0, 0, 0.95);
  16554. }
  16555. /* Active Hover */
  16556. .ui.secondary.pointing.menu .active.item:hover {
  16557. border-color: #1B1C1D;
  16558. color: rgba(0, 0, 0, 0.95);
  16559. }
  16560. /* Active Dropdown */
  16561. .ui.secondary.pointing.menu .active.dropdown.item {
  16562. border-color: transparent;
  16563. }
  16564. /* Vertical Pointing */
  16565. .ui.secondary.vertical.pointing.menu {
  16566. border-bottom-width: 0px;
  16567. border-right-width: 2px;
  16568. border-right-style: solid;
  16569. border-right-color: rgba(34, 36, 38, 0.15);
  16570. }
  16571. .ui.secondary.vertical.pointing.menu .item {
  16572. border-bottom: none;
  16573. border-right-style: solid;
  16574. border-right-color: transparent;
  16575. border-radius: 0em !important;
  16576. margin: 0em -2px 0em 0em;
  16577. border-right-width: 2px;
  16578. }
  16579. /* Vertical Active */
  16580. .ui.secondary.vertical.pointing.menu .active.item {
  16581. border-color: #1B1C1D;
  16582. }
  16583. /* Inverted */
  16584. .ui.secondary.inverted.pointing.menu {
  16585. border-color: rgba(255, 255, 255, 0.1);
  16586. }
  16587. .ui.secondary.inverted.pointing.menu {
  16588. border-width: 2px;
  16589. border-color: rgba(34, 36, 38, 0.15);
  16590. }
  16591. .ui.secondary.inverted.pointing.menu .item {
  16592. color: rgba(255, 255, 255, 0.9);
  16593. }
  16594. .ui.secondary.inverted.pointing.menu .header.item {
  16595. color: #FFFFFF !important;
  16596. }
  16597. /* Hover */
  16598. .ui.secondary.inverted.pointing.menu .item:hover {
  16599. color: rgba(0, 0, 0, 0.95);
  16600. }
  16601. /* Active */
  16602. .ui.secondary.inverted.pointing.menu .active.item {
  16603. border-color: #FFFFFF;
  16604. color: #ffffff;
  16605. }
  16606. /*--------------
  16607. Text Menu
  16608. ---------------*/
  16609. .ui.text.menu {
  16610. background: none transparent;
  16611. border-radius: 0px;
  16612. box-shadow: none;
  16613. border: none;
  16614. margin: 1em -0.5em;
  16615. }
  16616. .ui.text.menu .item {
  16617. border-radius: 0px;
  16618. box-shadow: none;
  16619. -webkit-align-self: center;
  16620. -ms-flex-item-align: center;
  16621. align-self: center;
  16622. margin: 0em 0em;
  16623. padding: 0.35714286em 0.5em;
  16624. font-weight: normal;
  16625. color: rgba(0, 0, 0, 0.6);
  16626. -webkit-transition: opacity 0.1s ease;
  16627. transition: opacity 0.1s ease;
  16628. }
  16629. /* Border */
  16630. .ui.text.menu .item:before,
  16631. .ui.text.menu .menu .item:before {
  16632. display: none !important;
  16633. }
  16634. /* Header */
  16635. .ui.text.menu .header.item {
  16636. background-color: transparent;
  16637. opacity: 1;
  16638. color: rgba(0, 0, 0, 0.85);
  16639. font-size: 0.92857143em;
  16640. text-transform: uppercase;
  16641. font-weight: bold;
  16642. }
  16643. /* Image */
  16644. .ui.text.menu .item > img:not(.ui) {
  16645. margin: 0em;
  16646. }
  16647. /*--- fluid text ---*/
  16648. .ui.text.item.menu .item {
  16649. margin: 0em;
  16650. }
  16651. /*--- vertical text ---*/
  16652. .ui.vertical.text.menu {
  16653. margin: 1em 0em;
  16654. }
  16655. .ui.vertical.text.menu:first-child {
  16656. margin-top: 0rem;
  16657. }
  16658. .ui.vertical.text.menu:last-child {
  16659. margin-bottom: 0rem;
  16660. }
  16661. .ui.vertical.text.menu .item {
  16662. margin: 0.57142857em 0em;
  16663. }
  16664. .ui.vertical.text.menu .item > i.icon {
  16665. float: none;
  16666. margin: 0em 0.35714286em 0em 0em;
  16667. }
  16668. .ui.vertical.text.menu .header.item {
  16669. margin: 0.57142857em 0em 0.71428571em;
  16670. }
  16671. /* Vertical Sub Menu */
  16672. .ui.vertical.text.menu .item:not(.dropdown) > .menu {
  16673. margin: 0em;
  16674. }
  16675. .ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
  16676. margin: 0em;
  16677. padding: 0.5em 0em;
  16678. }
  16679. /*--- hover ---*/
  16680. .ui.text.menu .item:hover {
  16681. opacity: 1;
  16682. background-color: transparent;
  16683. }
  16684. /*--- active ---*/
  16685. .ui.text.menu .active.item {
  16686. background-color: transparent;
  16687. border: none;
  16688. box-shadow: none;
  16689. font-weight: normal;
  16690. color: rgba(0, 0, 0, 0.95);
  16691. }
  16692. /*--- active hover ---*/
  16693. .ui.text.menu .active.item:hover {
  16694. background-color: transparent;
  16695. }
  16696. /* Disable Bariations */
  16697. .ui.text.pointing.menu .active.item:after {
  16698. box-shadow: none;
  16699. }
  16700. .ui.text.attached.menu {
  16701. box-shadow: none;
  16702. }
  16703. /* Inverted */
  16704. .ui.inverted.text.menu,
  16705. .ui.inverted.text.menu .item,
  16706. .ui.inverted.text.menu .item:hover,
  16707. .ui.inverted.text.menu .active.item {
  16708. background-color: transparent !important;
  16709. }
  16710. /* Fluid */
  16711. .ui.fluid.text.menu {
  16712. margin-left: 0em;
  16713. margin-right: 0em;
  16714. }
  16715. /*--------------
  16716. Icon Only
  16717. ---------------*/
  16718. /* Vertical Menu */
  16719. .ui.vertical.icon.menu {
  16720. display: inline-block;
  16721. width: auto;
  16722. }
  16723. /* Item */
  16724. .ui.icon.menu .item {
  16725. height: auto;
  16726. text-align: center;
  16727. color: #1B1C1D;
  16728. }
  16729. /* Icon */
  16730. .ui.icon.menu .item > .icon:not(.dropdown) {
  16731. margin: 0;
  16732. opacity: 1;
  16733. }
  16734. /* Icon Gylph */
  16735. .ui.icon.menu .icon:before {
  16736. opacity: 1;
  16737. }
  16738. /* (x) Item Icon */
  16739. .ui.menu .icon.item > .icon {
  16740. width: auto;
  16741. margin: 0em auto;
  16742. }
  16743. /* Vertical Icon */
  16744. .ui.vertical.icon.menu .item > .icon:not(.dropdown) {
  16745. display: block;
  16746. opacity: 1;
  16747. margin: 0em auto;
  16748. float: none;
  16749. }
  16750. /* Inverted */
  16751. .ui.inverted.icon.menu .item {
  16752. color: #FFFFFF;
  16753. }
  16754. /*--------------
  16755. Labeled Icon
  16756. ---------------*/
  16757. /* Menu */
  16758. .ui.labeled.icon.menu {
  16759. text-align: center;
  16760. }
  16761. /* Item */
  16762. .ui.labeled.icon.menu .item {
  16763. min-width: 6em;
  16764. -webkit-box-orient: vertical;
  16765. -webkit-box-direction: normal;
  16766. -webkit-flex-direction: column;
  16767. -ms-flex-direction: column;
  16768. flex-direction: column;
  16769. }
  16770. /* Icon */
  16771. .ui.labeled.icon.menu .item > .icon:not(.dropdown) {
  16772. height: 1em;
  16773. display: block;
  16774. font-size: 1.71428571em !important;
  16775. margin: 0em auto 0.5rem !important;
  16776. }
  16777. /* Fluid */
  16778. .ui.fluid.labeled.icon.menu > .item {
  16779. min-width: 0em;
  16780. }
  16781. /*******************************
  16782. Variations
  16783. *******************************/
  16784. /*--------------
  16785. Stackable
  16786. ---------------*/
  16787. @media only screen and (max-width: 767px) {
  16788. .ui.stackable.menu {
  16789. -webkit-box-orient: vertical;
  16790. -webkit-box-direction: normal;
  16791. -webkit-flex-direction: column;
  16792. -ms-flex-direction: column;
  16793. flex-direction: column;
  16794. }
  16795. .ui.stackable.menu .item {
  16796. width: 100% !important;
  16797. }
  16798. .ui.stackable.menu .item:before {
  16799. position: absolute;
  16800. content: '';
  16801. top: auto;
  16802. bottom: 0px;
  16803. left: 0px;
  16804. width: 100%;
  16805. background: rgba(34, 36, 38, 0.1);
  16806. height: 1px;
  16807. }
  16808. }
  16809. /*--------------
  16810. Colors
  16811. ---------------*/
  16812. /*--- Standard Colors ---*/
  16813. .ui.menu .red.active.item,
  16814. .ui.red.menu .active.item {
  16815. border-color: #DB2828 !important;
  16816. color: #DB2828 !important;
  16817. }
  16818. .ui.menu .orange.active.item,
  16819. .ui.orange.menu .active.item {
  16820. border-color: #F2711C !important;
  16821. color: #F2711C !important;
  16822. }
  16823. .ui.menu .yellow.active.item,
  16824. .ui.yellow.menu .active.item {
  16825. border-color: #FBBD08 !important;
  16826. color: #FBBD08 !important;
  16827. }
  16828. .ui.menu .olive.active.item,
  16829. .ui.olive.menu .active.item {
  16830. border-color: #B5CC18 !important;
  16831. color: #B5CC18 !important;
  16832. }
  16833. .ui.menu .green.active.item,
  16834. .ui.green.menu .active.item {
  16835. border-color: #21BA45 !important;
  16836. color: #21BA45 !important;
  16837. }
  16838. .ui.menu .teal.active.item,
  16839. .ui.teal.menu .active.item {
  16840. border-color: #00B5AD !important;
  16841. color: #00B5AD !important;
  16842. }
  16843. .ui.menu .blue.active.item,
  16844. .ui.blue.menu .active.item {
  16845. border-color: #2185D0 !important;
  16846. color: #2185D0 !important;
  16847. }
  16848. .ui.menu .violet.active.item,
  16849. .ui.violet.menu .active.item {
  16850. border-color: #6435C9 !important;
  16851. color: #6435C9 !important;
  16852. }
  16853. .ui.menu .purple.active.item,
  16854. .ui.purple.menu .active.item {
  16855. border-color: #A333C8 !important;
  16856. color: #A333C8 !important;
  16857. }
  16858. .ui.menu .pink.active.item,
  16859. .ui.pink.menu .active.item {
  16860. border-color: #E03997 !important;
  16861. color: #E03997 !important;
  16862. }
  16863. .ui.menu .brown.active.item,
  16864. .ui.brown.menu .active.item {
  16865. border-color: #A5673F !important;
  16866. color: #A5673F !important;
  16867. }
  16868. .ui.menu .grey.active.item,
  16869. .ui.grey.menu .active.item {
  16870. border-color: #767676 !important;
  16871. color: #767676 !important;
  16872. }
  16873. /*--------------
  16874. Inverted
  16875. ---------------*/
  16876. .ui.inverted.menu {
  16877. border: 0px solid transparent;
  16878. background: #1B1C1D;
  16879. box-shadow: none;
  16880. }
  16881. /* Menu Item */
  16882. .ui.inverted.menu .item,
  16883. .ui.inverted.menu .item > a:not(.ui) {
  16884. background: transparent;
  16885. color: rgba(255, 255, 255, 0.9);
  16886. }
  16887. .ui.inverted.menu .item.menu {
  16888. background: transparent;
  16889. }
  16890. /*--- Border ---*/
  16891. .ui.inverted.menu .item:before {
  16892. background: rgba(255, 255, 255, 0.08);
  16893. }
  16894. .ui.vertical.inverted.menu .item:before {
  16895. background: rgba(255, 255, 255, 0.08);
  16896. }
  16897. /* Sub Menu */
  16898. .ui.vertical.inverted.menu .menu .item,
  16899. .ui.vertical.inverted.menu .menu .item a:not(.ui) {
  16900. color: rgba(255, 255, 255, 0.5);
  16901. }
  16902. /* Header */
  16903. .ui.inverted.menu .header.item {
  16904. margin: 0em;
  16905. background: transparent;
  16906. box-shadow: none;
  16907. }
  16908. /* Disabled */
  16909. .ui.inverted.menu .item.disabled,
  16910. .ui.inverted.menu .item.disabled:hover {
  16911. color: rgba(225, 225, 225, 0.3);
  16912. }
  16913. /*--- Hover ---*/
  16914. .ui.link.inverted.menu .item:hover,
  16915. .ui.inverted.menu .dropdown.item:hover,
  16916. .ui.inverted.menu .link.item:hover,
  16917. .ui.inverted.menu a.item:hover {
  16918. background: rgba(255, 255, 255, 0.08);
  16919. color: #ffffff;
  16920. }
  16921. .ui.vertical.inverted.menu .item .menu a.item:hover,
  16922. .ui.vertical.inverted.menu .item .menu .link.item:hover {
  16923. background: transparent;
  16924. color: #ffffff;
  16925. }
  16926. /*--- Pressed ---*/
  16927. .ui.inverted.menu a.item:active,
  16928. .ui.inverted.menu .link.item:active,
  16929. .ui.inverted.menu a.item:active {
  16930. background: rgba(255, 255, 255, 0.08);
  16931. color: #ffffff;
  16932. }
  16933. /*--- Active ---*/
  16934. .ui.inverted.menu .active.item {
  16935. background: rgba(255, 255, 255, 0.15);
  16936. color: #ffffff !important;
  16937. }
  16938. .ui.inverted.vertical.menu .item .menu .active.item {
  16939. background: transparent;
  16940. color: #FFFFFF;
  16941. }
  16942. .ui.inverted.pointing.menu .active.item:after {
  16943. background: #3D3E3F !important;
  16944. margin: 0em !important;
  16945. box-shadow: none !important;
  16946. border: none !important;
  16947. }
  16948. /*--- Active Hover ---*/
  16949. .ui.inverted.menu .active.item:hover {
  16950. background: rgba(255, 255, 255, 0.15);
  16951. color: #FFFFFF !important;
  16952. }
  16953. .ui.inverted.pointing.menu .active.item:hover:after {
  16954. background: #3D3E3F !important;
  16955. }
  16956. /*--------------
  16957. Floated
  16958. ---------------*/
  16959. .ui.floated.menu {
  16960. float: left;
  16961. margin: 0rem 0.5rem 0rem 0rem;
  16962. }
  16963. .ui.floated.menu .item:last-child:before {
  16964. display: none;
  16965. }
  16966. .ui.right.floated.menu {
  16967. float: right;
  16968. margin: 0rem 0rem 0rem 0.5rem;
  16969. }
  16970. /*--------------
  16971. Inverted
  16972. ---------------*/
  16973. /* Red */
  16974. .ui.inverted.menu .red.active.item,
  16975. .ui.inverted.red.menu {
  16976. background-color: #DB2828;
  16977. }
  16978. .ui.inverted.red.menu .item:before {
  16979. background-color: rgba(34, 36, 38, 0.1);
  16980. }
  16981. .ui.inverted.red.menu .active.item {
  16982. background-color: rgba(0, 0, 0, 0.1) !important;
  16983. }
  16984. /* Orange */
  16985. .ui.inverted.menu .orange.active.item,
  16986. .ui.inverted.orange.menu {
  16987. background-color: #F2711C;
  16988. }
  16989. .ui.inverted.orange.menu .item:before {
  16990. background-color: rgba(34, 36, 38, 0.1);
  16991. }
  16992. .ui.inverted.orange.menu .active.item {
  16993. background-color: rgba(0, 0, 0, 0.1) !important;
  16994. }
  16995. /* Yellow */
  16996. .ui.inverted.menu .yellow.active.item,
  16997. .ui.inverted.yellow.menu {
  16998. background-color: #FBBD08;
  16999. }
  17000. .ui.inverted.yellow.menu .item:before {
  17001. background-color: rgba(34, 36, 38, 0.1);
  17002. }
  17003. .ui.inverted.yellow.menu .active.item {
  17004. background-color: rgba(0, 0, 0, 0.1) !important;
  17005. }
  17006. /* Olive */
  17007. .ui.inverted.menu .olive.active.item,
  17008. .ui.inverted.olive.menu {
  17009. background-color: #B5CC18;
  17010. }
  17011. .ui.inverted.olive.menu .item:before {
  17012. background-color: rgba(34, 36, 38, 0.1);
  17013. }
  17014. .ui.inverted.olive.menu .active.item {
  17015. background-color: rgba(0, 0, 0, 0.1) !important;
  17016. }
  17017. /* Green */
  17018. .ui.inverted.menu .green.active.item,
  17019. .ui.inverted.green.menu {
  17020. background-color: #21BA45;
  17021. }
  17022. .ui.inverted.green.menu .item:before {
  17023. background-color: rgba(34, 36, 38, 0.1);
  17024. }
  17025. .ui.inverted.green.menu .active.item {
  17026. background-color: rgba(0, 0, 0, 0.1) !important;
  17027. }
  17028. /* Teal */
  17029. .ui.inverted.menu .teal.active.item,
  17030. .ui.inverted.teal.menu {
  17031. background-color: #00B5AD;
  17032. }
  17033. .ui.inverted.teal.menu .item:before {
  17034. background-color: rgba(34, 36, 38, 0.1);
  17035. }
  17036. .ui.inverted.teal.menu .active.item {
  17037. background-color: rgba(0, 0, 0, 0.1) !important;
  17038. }
  17039. /* Blue */
  17040. .ui.inverted.menu .blue.active.item,
  17041. .ui.inverted.blue.menu {
  17042. background-color: #2185D0;
  17043. }
  17044. .ui.inverted.blue.menu .item:before {
  17045. background-color: rgba(34, 36, 38, 0.1);
  17046. }
  17047. .ui.inverted.blue.menu .active.item {
  17048. background-color: rgba(0, 0, 0, 0.1) !important;
  17049. }
  17050. /* Violet */
  17051. .ui.inverted.menu .violet.active.item,
  17052. .ui.inverted.violet.menu {
  17053. background-color: #6435C9;
  17054. }
  17055. .ui.inverted.violet.menu .item:before {
  17056. background-color: rgba(34, 36, 38, 0.1);
  17057. }
  17058. .ui.inverted.violet.menu .active.item {
  17059. background-color: rgba(0, 0, 0, 0.1) !important;
  17060. }
  17061. /* Purple */
  17062. .ui.inverted.menu .purple.active.item,
  17063. .ui.inverted.purple.menu {
  17064. background-color: #A333C8;
  17065. }
  17066. .ui.inverted.purple.menu .item:before {
  17067. background-color: rgba(34, 36, 38, 0.1);
  17068. }
  17069. .ui.inverted.purple.menu .active.item {
  17070. background-color: rgba(0, 0, 0, 0.1) !important;
  17071. }
  17072. /* Pink */
  17073. .ui.inverted.menu .pink.active.item,
  17074. .ui.inverted.pink.menu {
  17075. background-color: #E03997;
  17076. }
  17077. .ui.inverted.pink.menu .item:before {
  17078. background-color: rgba(34, 36, 38, 0.1);
  17079. }
  17080. .ui.inverted.pink.menu .active.item {
  17081. background-color: rgba(0, 0, 0, 0.1) !important;
  17082. }
  17083. /* Brown */
  17084. .ui.inverted.menu .brown.active.item,
  17085. .ui.inverted.brown.menu {
  17086. background-color: #A5673F;
  17087. }
  17088. .ui.inverted.brown.menu .item:before {
  17089. background-color: rgba(34, 36, 38, 0.1);
  17090. }
  17091. .ui.inverted.brown.menu .active.item {
  17092. background-color: rgba(0, 0, 0, 0.1) !important;
  17093. }
  17094. /* Grey */
  17095. .ui.inverted.menu .grey.active.item,
  17096. .ui.inverted.grey.menu {
  17097. background-color: #767676;
  17098. }
  17099. .ui.inverted.grey.menu .item:before {
  17100. background-color: rgba(34, 36, 38, 0.1);
  17101. }
  17102. .ui.inverted.grey.menu .active.item {
  17103. background-color: rgba(0, 0, 0, 0.1) !important;
  17104. }
  17105. /*--------------
  17106. Fitted
  17107. ---------------*/
  17108. .ui.fitted.menu .item,
  17109. .ui.fitted.menu .item .menu .item,
  17110. .ui.menu .fitted.item {
  17111. padding: 0em;
  17112. }
  17113. .ui.horizontally.fitted.menu .item,
  17114. .ui.horizontally.fitted.menu .item .menu .item,
  17115. .ui.menu .horizontally.fitted.item {
  17116. padding-top: 0.92857143em;
  17117. padding-bottom: 0.92857143em;
  17118. }
  17119. .ui.vertically.fitted.menu .item,
  17120. .ui.vertically.fitted.menu .item .menu .item,
  17121. .ui.menu .vertically.fitted.item {
  17122. padding-left: 1.14285714em;
  17123. padding-right: 1.14285714em;
  17124. }
  17125. /*--------------
  17126. Borderless
  17127. ---------------*/
  17128. .ui.borderless.menu .item:before,
  17129. .ui.borderless.menu .item .menu .item:before,
  17130. .ui.menu .borderless.item:before {
  17131. background: none !important;
  17132. }
  17133. /*-------------------
  17134. Compact
  17135. --------------------*/
  17136. .ui.compact.menu {
  17137. display: -webkit-inline-box;
  17138. display: -webkit-inline-flex;
  17139. display: -ms-inline-flexbox;
  17140. display: inline-flex;
  17141. margin: 0em;
  17142. vertical-align: middle;
  17143. }
  17144. .ui.compact.vertical.menu {
  17145. display: inline-block;
  17146. }
  17147. .ui.compact.menu .item:last-child {
  17148. border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  17149. }
  17150. .ui.compact.menu .item:last-child:before {
  17151. display: none;
  17152. }
  17153. .ui.compact.vertical.menu {
  17154. width: auto !important;
  17155. }
  17156. .ui.compact.vertical.menu .item:last-child::before {
  17157. display: block;
  17158. }
  17159. /*-------------------
  17160. Fluid
  17161. --------------------*/
  17162. .ui.menu.fluid,
  17163. .ui.vertical.menu.fluid {
  17164. width: 100% !important;
  17165. }
  17166. /*-------------------
  17167. Evenly Sized
  17168. --------------------*/
  17169. .ui.item.menu,
  17170. .ui.item.menu .item {
  17171. width: 100%;
  17172. padding-left: 0em !important;
  17173. padding-right: 0em !important;
  17174. margin-left: 0em !important;
  17175. margin-right: 0em !important;
  17176. text-align: center;
  17177. -webkit-box-pack: center;
  17178. -webkit-justify-content: center;
  17179. -ms-flex-pack: center;
  17180. justify-content: center;
  17181. }
  17182. .ui.item.menu .item:last-child:before {
  17183. display: none;
  17184. }
  17185. .ui.menu.two.item .item {
  17186. width: 50%;
  17187. }
  17188. .ui.menu.three.item .item {
  17189. width: 33.333%;
  17190. }
  17191. .ui.menu.four.item .item {
  17192. width: 25%;
  17193. }
  17194. .ui.menu.five.item .item {
  17195. width: 20%;
  17196. }
  17197. .ui.menu.six.item .item {
  17198. width: 16.666%;
  17199. }
  17200. .ui.menu.seven.item .item {
  17201. width: 14.285%;
  17202. }
  17203. .ui.menu.eight.item .item {
  17204. width: 12.500%;
  17205. }
  17206. .ui.menu.nine.item .item {
  17207. width: 11.11%;
  17208. }
  17209. .ui.menu.ten.item .item {
  17210. width: 10.0%;
  17211. }
  17212. .ui.menu.eleven.item .item {
  17213. width: 9.09%;
  17214. }
  17215. .ui.menu.twelve.item .item {
  17216. width: 8.333%;
  17217. }
  17218. /*--------------
  17219. Fixed
  17220. ---------------*/
  17221. .ui.menu.fixed {
  17222. position: fixed;
  17223. z-index: 101;
  17224. margin: 0em;
  17225. width: 100%;
  17226. }
  17227. .ui.menu.fixed,
  17228. .ui.menu.fixed .item:first-child,
  17229. .ui.menu.fixed .item:last-child {
  17230. border-radius: 0px !important;
  17231. }
  17232. .ui.fixed.menu,
  17233. .ui[class*="top fixed"].menu {
  17234. top: 0px;
  17235. left: 0px;
  17236. right: auto;
  17237. bottom: auto;
  17238. }
  17239. .ui[class*="top fixed"].menu {
  17240. border-top: none;
  17241. border-left: none;
  17242. border-right: none;
  17243. }
  17244. .ui[class*="right fixed"].menu {
  17245. border-top: none;
  17246. border-bottom: none;
  17247. border-right: none;
  17248. top: 0px;
  17249. right: 0px;
  17250. left: auto;
  17251. bottom: auto;
  17252. width: auto;
  17253. height: 100%;
  17254. }
  17255. .ui[class*="bottom fixed"].menu {
  17256. border-bottom: none;
  17257. border-left: none;
  17258. border-right: none;
  17259. bottom: 0px;
  17260. left: 0px;
  17261. top: auto;
  17262. right: auto;
  17263. }
  17264. .ui[class*="left fixed"].menu {
  17265. border-top: none;
  17266. border-bottom: none;
  17267. border-left: none;
  17268. top: 0px;
  17269. left: 0px;
  17270. right: auto;
  17271. bottom: auto;
  17272. width: auto;
  17273. height: 100%;
  17274. }
  17275. /* Coupling with Grid */
  17276. .ui.fixed.menu + .ui.grid {
  17277. padding-top: 2.75rem;
  17278. }
  17279. /*-------------------
  17280. Pointing
  17281. --------------------*/
  17282. .ui.pointing.menu .item:after {
  17283. visibility: hidden;
  17284. position: absolute;
  17285. content: '';
  17286. top: 100%;
  17287. left: 50%;
  17288. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  17289. -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  17290. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  17291. background: none;
  17292. margin: 0.5px 0em 0em;
  17293. width: 0.57142857em;
  17294. height: 0.57142857em;
  17295. border: none;
  17296. border-bottom: 1px solid #D4D4D5;
  17297. border-right: 1px solid #D4D4D5;
  17298. z-index: 2;
  17299. -webkit-transition: background 0.1s ease;
  17300. transition: background 0.1s ease;
  17301. }
  17302. .ui.vertical.pointing.menu .item:after {
  17303. position: absolute;
  17304. top: 50%;
  17305. right: 0%;
  17306. bottom: auto;
  17307. left: auto;
  17308. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  17309. -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  17310. transform: translateX(50%) translateY(-50%) rotate(45deg);
  17311. margin: 0em -0.5px 0em 0em;
  17312. border: none;
  17313. border-top: 1px solid #D4D4D5;
  17314. border-right: 1px solid #D4D4D5;
  17315. }
  17316. /* Active */
  17317. .ui.pointing.menu .active.item:after {
  17318. visibility: visible;
  17319. }
  17320. .ui.pointing.menu .active.dropdown.item:after {
  17321. visibility: hidden;
  17322. }
  17323. /* Don't double up pointers */
  17324. .ui.pointing.menu .dropdown.active.item:after,
  17325. .ui.pointing.menu .active.item .menu .active.item:after {
  17326. display: none;
  17327. }
  17328. /* Colors */
  17329. .ui.pointing.menu .active.item:hover:after {
  17330. background-color: #F2F2F2;
  17331. }
  17332. .ui.pointing.menu .active.item:after {
  17333. background-color: #F2F2F2;
  17334. }
  17335. .ui.pointing.menu .active.item:hover:after {
  17336. background-color: #F2F2F2;
  17337. }
  17338. .ui.vertical.pointing.menu .active.item:hover:after {
  17339. background-color: #F2F2F2;
  17340. }
  17341. .ui.vertical.pointing.menu .active.item:after {
  17342. background-color: #F2F2F2;
  17343. }
  17344. .ui.vertical.pointing.menu .menu .active.item:after {
  17345. background-color: #FFFFFF;
  17346. }
  17347. /*--------------
  17348. Attached
  17349. ---------------*/
  17350. /* Middle */
  17351. .ui.attached.menu {
  17352. top: 0px;
  17353. bottom: 0px;
  17354. border-radius: 0px;
  17355. margin: 0em -1px;
  17356. width: calc(100% + 2px );
  17357. max-width: calc(100% + 2px );
  17358. box-shadow: none;
  17359. }
  17360. .ui.attached + .ui.attached.menu:not(.top) {
  17361. border-top: none;
  17362. }
  17363. /* Top */
  17364. .ui[class*="top attached"].menu {
  17365. bottom: 0px;
  17366. margin-bottom: 0em;
  17367. top: 0px;
  17368. margin-top: 1rem;
  17369. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  17370. }
  17371. .ui.menu[class*="top attached"]:first-child {
  17372. margin-top: 0em;
  17373. }
  17374. /* Bottom */
  17375. .ui[class*="bottom attached"].menu {
  17376. bottom: 0px;
  17377. margin-top: 0em;
  17378. top: 0px;
  17379. margin-bottom: 1rem;
  17380. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  17381. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  17382. }
  17383. .ui[class*="bottom attached"].menu:last-child {
  17384. margin-bottom: 0em;
  17385. }
  17386. /* Attached Menu Item */
  17387. .ui.top.attached.menu > .item:first-child {
  17388. border-radius: 0.28571429rem 0em 0em 0em;
  17389. }
  17390. .ui.bottom.attached.menu > .item:first-child {
  17391. border-radius: 0em 0em 0em 0.28571429rem;
  17392. }
  17393. /* Tabular Attached */
  17394. .ui.attached.menu:not(.tabular) {
  17395. border: 1px solid #D4D4D5;
  17396. }
  17397. .ui.attached.inverted.menu {
  17398. border: none;
  17399. }
  17400. .ui.attached.tabular.menu {
  17401. margin-left: 0;
  17402. margin-right: 0;
  17403. width: 100%;
  17404. }
  17405. /*--------------
  17406. Sizes
  17407. ---------------*/
  17408. /* Small */
  17409. .ui.small.menu {
  17410. font-size: 0.92857143rem;
  17411. }
  17412. .ui.small.vertical.menu {
  17413. width: 13rem;
  17414. }
  17415. /* Medium */
  17416. .ui.menu {
  17417. font-size: 1rem;
  17418. }
  17419. .ui.vertical.menu {
  17420. width: 15rem;
  17421. }
  17422. /* Large */
  17423. .ui.large.menu {
  17424. font-size: 1.14285714rem;
  17425. }
  17426. .ui.large.vertical.menu {
  17427. width: 18rem;
  17428. }
  17429. /* Huge */
  17430. .ui.huge.menu {
  17431. font-size: 1.42857143rem;
  17432. }
  17433. .ui.huge.vertical.menu {
  17434. width: 20rem;
  17435. }
  17436. /*******************************
  17437. Theme Overrides
  17438. *******************************/
  17439. /*******************************
  17440. Site Overrides
  17441. *******************************/
  17442. /*!
  17443. * # Semantic UI 2.1.6 - Message
  17444. * http://github.com/semantic-org/semantic-ui/
  17445. *
  17446. *
  17447. * Copyright 2015 Contributors
  17448. * Released under the MIT license
  17449. * http://opensource.org/licenses/MIT
  17450. *
  17451. */
  17452. /*******************************
  17453. Message
  17454. *******************************/
  17455. .ui.message {
  17456. position: relative;
  17457. min-height: 1em;
  17458. margin: 1em 0em;
  17459. background: #F8F8F9;
  17460. padding: 1em 1.5em;
  17461. line-height: 1.4285em;
  17462. color: rgba(0, 0, 0, 0.87);
  17463. -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  17464. transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  17465. border-radius: 0.28571429rem;
  17466. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17467. }
  17468. .ui.message:first-child {
  17469. margin-top: 0em;
  17470. }
  17471. .ui.message:last-child {
  17472. margin-bottom: 0em;
  17473. }
  17474. /*--------------
  17475. Content
  17476. ---------------*/
  17477. /* Header */
  17478. .ui.message .header {
  17479. display: block;
  17480. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  17481. font-weight: bold;
  17482. margin: -0.14285em 0em 0rem 0em;
  17483. }
  17484. /* Default font size */
  17485. .ui.message .header:not(.ui) {
  17486. font-size: 1.14285714em;
  17487. }
  17488. /* Paragraph */
  17489. .ui.message p {
  17490. opacity: 0.85;
  17491. margin: 0.75em 0em;
  17492. }
  17493. .ui.message p:first-child {
  17494. margin-top: 0em;
  17495. }
  17496. .ui.message p:last-child {
  17497. margin-bottom: 0em;
  17498. }
  17499. .ui.message .header + p {
  17500. margin-top: 0.25em;
  17501. }
  17502. /* List */
  17503. .ui.message .list:not(.ui) {
  17504. text-align: left;
  17505. padding: 0em;
  17506. opacity: 0.85;
  17507. list-style-position: inside;
  17508. margin: 0.5em 0em 0em;
  17509. }
  17510. .ui.message .list:not(.ui):first-child {
  17511. margin-top: 0em;
  17512. }
  17513. .ui.message .list:not(.ui):last-child {
  17514. margin-bottom: 0em;
  17515. }
  17516. .ui.message .list:not(.ui) li {
  17517. position: relative;
  17518. list-style-type: none;
  17519. margin: 0em 0em 0.3em 1em;
  17520. padding: 0em;
  17521. }
  17522. .ui.message .list:not(.ui) li:before {
  17523. position: absolute;
  17524. content: '•';
  17525. left: -1em;
  17526. height: 100%;
  17527. vertical-align: baseline;
  17528. }
  17529. .ui.message .list:not(.ui) li:last-child {
  17530. margin-bottom: 0em;
  17531. }
  17532. /* Icon */
  17533. .ui.message > .icon {
  17534. margin-right: 0.6em;
  17535. }
  17536. /* Close Icon */
  17537. .ui.message > .close.icon {
  17538. cursor: pointer;
  17539. position: absolute;
  17540. margin: 0em;
  17541. top: 0.78575em;
  17542. right: 0.5em;
  17543. opacity: 0.7;
  17544. -webkit-transition: opacity 0.1s ease;
  17545. transition: opacity 0.1s ease;
  17546. }
  17547. .ui.message > .close.icon:hover {
  17548. opacity: 1;
  17549. }
  17550. /* First / Last Element */
  17551. .ui.message > :first-child {
  17552. margin-top: 0em;
  17553. }
  17554. .ui.message > :last-child {
  17555. margin-bottom: 0em;
  17556. }
  17557. /*******************************
  17558. Coupling
  17559. *******************************/
  17560. .ui.dropdown .menu > .message {
  17561. margin: 0px -1px;
  17562. }
  17563. /*******************************
  17564. States
  17565. *******************************/
  17566. /*--------------
  17567. Visible
  17568. ---------------*/
  17569. .ui.visible.visible.visible.visible.message {
  17570. display: block;
  17571. }
  17572. .ui.icon.visible.visible.visible.visible.message {
  17573. display: -webkit-box;
  17574. display: -webkit-flex;
  17575. display: -ms-flexbox;
  17576. display: flex;
  17577. }
  17578. /*--------------
  17579. Hidden
  17580. ---------------*/
  17581. .ui.hidden.hidden.hidden.hidden.message {
  17582. display: none;
  17583. }
  17584. /*******************************
  17585. Variations
  17586. *******************************/
  17587. /*--------------
  17588. Compact
  17589. ---------------*/
  17590. .ui.compact.message {
  17591. display: inline-block;
  17592. }
  17593. /*--------------
  17594. Attached
  17595. ---------------*/
  17596. .ui.attached.message {
  17597. margin-bottom: -1px;
  17598. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  17599. box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset;
  17600. margin-left: -1px;
  17601. margin-right: -1px;
  17602. }
  17603. .ui.attached + .ui.attached.message:not(.top):not(.bottom) {
  17604. margin-top: -1px;
  17605. border-radius: 0em;
  17606. }
  17607. .ui.bottom.attached.message {
  17608. margin-top: -1px;
  17609. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  17610. box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset, 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  17611. }
  17612. .ui.bottom.attached.message:not(:last-child) {
  17613. margin-bottom: 1em;
  17614. }
  17615. .ui.attached.icon.message {
  17616. width: auto;
  17617. }
  17618. /*--------------
  17619. Icon
  17620. ---------------*/
  17621. .ui.icon.message {
  17622. display: -webkit-box;
  17623. display: -webkit-flex;
  17624. display: -ms-flexbox;
  17625. display: flex;
  17626. width: 100%;
  17627. -webkit-box-align: center;
  17628. -webkit-align-items: center;
  17629. -ms-flex-align: center;
  17630. align-items: center;
  17631. }
  17632. .ui.icon.message > .icon:not(.close) {
  17633. display: block;
  17634. -webkit-box-flex: 0;
  17635. -webkit-flex: 0 0 auto;
  17636. -ms-flex: 0 0 auto;
  17637. flex: 0 0 auto;
  17638. width: auto;
  17639. line-height: 1;
  17640. vertical-align: middle;
  17641. font-size: 3em;
  17642. opacity: 0.8;
  17643. }
  17644. .ui.icon.message > .content {
  17645. display: block;
  17646. -webkit-box-flex: 1;
  17647. -webkit-flex: 1 1 auto;
  17648. -ms-flex: 1 1 auto;
  17649. flex: 1 1 auto;
  17650. vertical-align: middle;
  17651. }
  17652. .ui.icon.message .icon:not(.close) + .content {
  17653. padding-left: 0rem;
  17654. }
  17655. .ui.icon.message .circular.icon {
  17656. width: 1em;
  17657. }
  17658. /*--------------
  17659. Floating
  17660. ---------------*/
  17661. .ui.floating.message {
  17662. 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.08);
  17663. }
  17664. /*--------------
  17665. Colors
  17666. ---------------*/
  17667. .ui.black.message {
  17668. background-color: #1B1C1D;
  17669. color: rgba(255, 255, 255, 0.9);
  17670. }
  17671. /*--------------
  17672. Types
  17673. ---------------*/
  17674. /* Positive */
  17675. .ui.positive.message {
  17676. background-color: #FCFFF5;
  17677. color: #2C662D;
  17678. }
  17679. .ui.positive.message,
  17680. .ui.attached.positive.message {
  17681. box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17682. }
  17683. .ui.positive.message .header {
  17684. color: #1A531B;
  17685. }
  17686. /* Negative */
  17687. .ui.negative.message {
  17688. background-color: #FFF6F6;
  17689. color: #9F3A38;
  17690. }
  17691. .ui.negative.message,
  17692. .ui.attached.negative.message {
  17693. box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17694. }
  17695. .ui.negative.message .header {
  17696. color: #912D2B;
  17697. }
  17698. /* Info */
  17699. .ui.info.message {
  17700. background-color: #F8FFFF;
  17701. color: #276F86;
  17702. }
  17703. .ui.info.message,
  17704. .ui.attached.info.message {
  17705. box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17706. }
  17707. .ui.info.message .header {
  17708. color: #0E566C;
  17709. }
  17710. /* Warning */
  17711. .ui.warning.message {
  17712. background-color: #FFFAF3;
  17713. color: #573A08;
  17714. }
  17715. .ui.warning.message,
  17716. .ui.attached.warning.message {
  17717. box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17718. }
  17719. .ui.warning.message .header {
  17720. color: #794B02;
  17721. }
  17722. /* Error */
  17723. .ui.error.message {
  17724. background-color: #FFF6F6;
  17725. color: #9F3A38;
  17726. }
  17727. .ui.error.message,
  17728. .ui.attached.error.message {
  17729. box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17730. }
  17731. .ui.error.message .header {
  17732. color: #912D2B;
  17733. }
  17734. /* Success */
  17735. .ui.success.message {
  17736. background-color: #FCFFF5;
  17737. color: #2C662D;
  17738. }
  17739. .ui.success.message,
  17740. .ui.attached.success.message {
  17741. box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  17742. }
  17743. .ui.success.message .header {
  17744. color: #1A531B;
  17745. }
  17746. /* Colors */
  17747. .ui.inverted.message,
  17748. .ui.black.message {
  17749. background-color: #1B1C1D;
  17750. color: rgba(255, 255, 255, 0.9);
  17751. }
  17752. .ui.red.message {
  17753. background-color: #FFE8E6;
  17754. color: #DB2828;
  17755. }
  17756. .ui.red.message .header {
  17757. color: #c82121;
  17758. }
  17759. .ui.orange.message {
  17760. background-color: #FFEDDE;
  17761. color: #F2711C;
  17762. }
  17763. .ui.orange.message .header {
  17764. color: #e7640d;
  17765. }
  17766. .ui.yellow.message {
  17767. background-color: #FFF8DB;
  17768. color: #B58105;
  17769. }
  17770. .ui.yellow.message .header {
  17771. color: #9c6f04;
  17772. }
  17773. .ui.olive.message {
  17774. background-color: #FBFDEF;
  17775. color: #8ABC1E;
  17776. }
  17777. .ui.olive.message .header {
  17778. color: #7aa61a;
  17779. }
  17780. .ui.green.message {
  17781. background-color: #E5F9E7;
  17782. color: #1EBC30;
  17783. }
  17784. .ui.green.message .header {
  17785. color: #1aa62a;
  17786. }
  17787. .ui.teal.message {
  17788. background-color: #E1F7F7;
  17789. color: #10A3A3;
  17790. }
  17791. .ui.teal.message .header {
  17792. color: #0e8c8c;
  17793. }
  17794. .ui.blue.message {
  17795. background-color: #DFF0FF;
  17796. color: #2185D0;
  17797. }
  17798. .ui.blue.message .header {
  17799. color: #1e77ba;
  17800. }
  17801. .ui.violet.message {
  17802. background-color: #EAE7FF;
  17803. color: #6435C9;
  17804. }
  17805. .ui.violet.message .header {
  17806. color: #5a30b5;
  17807. }
  17808. .ui.purple.message {
  17809. background-color: #F6E7FF;
  17810. color: #A333C8;
  17811. }
  17812. .ui.purple.message .header {
  17813. color: #922eb4;
  17814. }
  17815. .ui.pink.message {
  17816. background-color: #FFE3FB;
  17817. color: #E03997;
  17818. }
  17819. .ui.pink.message .header {
  17820. color: #dd238b;
  17821. }
  17822. .ui.brown.message {
  17823. background-color: #F1E2D3;
  17824. color: #A5673F;
  17825. }
  17826. .ui.brown.message .header {
  17827. color: #935b38;
  17828. }
  17829. /*--------------
  17830. Sizes
  17831. ---------------*/
  17832. .ui.small.message {
  17833. font-size: 0.92857143em;
  17834. }
  17835. .ui.message {
  17836. font-size: 1em;
  17837. }
  17838. .ui.large.message {
  17839. font-size: 1.14285714em;
  17840. }
  17841. .ui.huge.message {
  17842. font-size: 1.42857143em;
  17843. }
  17844. .ui.massive.message {
  17845. font-size: 1.71428571em;
  17846. }
  17847. /*******************************
  17848. Theme Overrides
  17849. *******************************/
  17850. /*******************************
  17851. User Variable Overrides
  17852. *******************************/
  17853. /*!
  17854. * # Semantic UI 2.1.6 - Table
  17855. * http://github.com/semantic-org/semantic-ui/
  17856. *
  17857. *
  17858. * Copyright 2015 Contributors
  17859. * Released under the MIT license
  17860. * http://opensource.org/licenses/MIT
  17861. *
  17862. */
  17863. /*******************************
  17864. Table
  17865. *******************************/
  17866. /* Prototype */
  17867. .ui.table {
  17868. width: 100%;
  17869. background: #FFFFFF;
  17870. margin: 1em 0em;
  17871. border: 1px solid rgba(34, 36, 38, 0.15);
  17872. box-shadow: none;
  17873. border-radius: 0.28571429rem;
  17874. text-align: left;
  17875. color: rgba(0, 0, 0, 0.87);
  17876. border-collapse: separate;
  17877. border-spacing: 0px;
  17878. }
  17879. .ui.table:first-child {
  17880. margin-top: 0em;
  17881. }
  17882. .ui.table:last-child {
  17883. margin-bottom: 0em;
  17884. }
  17885. /*******************************
  17886. Parts
  17887. *******************************/
  17888. /* Table Content */
  17889. .ui.table th,
  17890. .ui.table td {
  17891. -webkit-transition: background 0.1s ease, color 0.1s ease;
  17892. transition: background 0.1s ease, color 0.1s ease;
  17893. }
  17894. /* Headers */
  17895. .ui.table thead {
  17896. box-shadow: none;
  17897. }
  17898. .ui.table thead th {
  17899. cursor: auto;
  17900. background: #F9FAFB;
  17901. text-align: inherit;
  17902. color: rgba(0, 0, 0, 0.87);
  17903. padding: 0.92857143em 0.71428571em;
  17904. vertical-align: inherit;
  17905. font-style: none;
  17906. font-weight: bold;
  17907. text-transform: none;
  17908. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  17909. border-left: none;
  17910. }
  17911. .ui.table thead tr > th:first-child {
  17912. border-left: none;
  17913. }
  17914. .ui.table thead tr:first-child > th:first-child {
  17915. border-radius: 0.28571429rem 0em 0em 0em;
  17916. }
  17917. .ui.table thead tr:first-child > th:last-child {
  17918. border-radius: 0em 0.28571429rem 0em 0em;
  17919. }
  17920. .ui.table thead tr:first-child > th:only-child {
  17921. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  17922. }
  17923. /* Footer */
  17924. .ui.table tfoot {
  17925. box-shadow: none;
  17926. }
  17927. .ui.table tfoot th {
  17928. cursor: auto;
  17929. border-top: 1px solid rgba(34, 36, 38, 0.15);
  17930. background: #F9FAFB;
  17931. text-align: inherit;
  17932. color: rgba(0, 0, 0, 0.87);
  17933. padding: 0.71428571em 0.71428571em;
  17934. vertical-align: middle;
  17935. font-style: normal;
  17936. font-weight: normal;
  17937. text-transform: none;
  17938. }
  17939. .ui.table tfoot tr > th:first-child {
  17940. border-left: none;
  17941. }
  17942. .ui.table tfoot tr:first-child > th:first-child {
  17943. border-radius: 0em 0em 0em 0.28571429rem;
  17944. }
  17945. .ui.table tfoot tr:first-child > th:last-child {
  17946. border-radius: 0em 0em 0.28571429rem 0em;
  17947. }
  17948. .ui.table tfoot tr:first-child > th:only-child {
  17949. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  17950. }
  17951. /* Table Row */
  17952. .ui.table tr td {
  17953. border-top: 1px solid rgba(34, 36, 38, 0.1);
  17954. }
  17955. .ui.table tr:first-child td {
  17956. border-top: none;
  17957. }
  17958. /* Table Cells */
  17959. .ui.table td {
  17960. padding: 0.71428571em 0.71428571em;
  17961. text-align: inherit;
  17962. }
  17963. /* Icons */
  17964. .ui.table > .icon {
  17965. vertical-align: baseline;
  17966. }
  17967. .ui.table > .icon:only-child {
  17968. margin: 0em;
  17969. }
  17970. /* Table Segment */
  17971. .ui.table.segment {
  17972. padding: 0em;
  17973. }
  17974. .ui.table.segment:after {
  17975. display: none;
  17976. }
  17977. .ui.table.segment.stacked:after {
  17978. display: block;
  17979. }
  17980. /* Responsive */
  17981. @media only screen and (max-width: 767px) {
  17982. .ui.table:not(.unstackable) {
  17983. width: 100%;
  17984. }
  17985. .ui.table:not(.unstackable) tbody,
  17986. .ui.table:not(.unstackable) tr,
  17987. .ui.table:not(.unstackable) tr > th,
  17988. .ui.table:not(.unstackable) tr > td {
  17989. width: auto !important;
  17990. display: block !important;
  17991. }
  17992. .ui.table:not(.unstackable) {
  17993. padding: 0em;
  17994. }
  17995. .ui.table:not(.unstackable) thead {
  17996. display: block;
  17997. }
  17998. .ui.table:not(.unstackable) tfoot {
  17999. display: block;
  18000. }
  18001. .ui.table:not(.unstackable) tr {
  18002. padding-top: 1em;
  18003. padding-bottom: 1em;
  18004. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  18005. }
  18006. .ui.table:not(.unstackable) tr > th,
  18007. .ui.table:not(.unstackable) tr > td {
  18008. background: none;
  18009. border: none !important;
  18010. padding: 0.25em 0.75em !important;
  18011. box-shadow: none !important;
  18012. }
  18013. .ui.table:not(.unstackable) th:first-child,
  18014. .ui.table:not(.unstackable) td:first-child {
  18015. font-weight: bold;
  18016. }
  18017. /* Definition Table */
  18018. .ui.definition.table:not(.unstackable) thead th:first-child {
  18019. box-shadow: none !important;
  18020. }
  18021. }
  18022. /*******************************
  18023. Coupling
  18024. *******************************/
  18025. /* UI Image */
  18026. .ui.table th .image,
  18027. .ui.table th .image img,
  18028. .ui.table td .image,
  18029. .ui.table td .image img {
  18030. max-width: none;
  18031. }
  18032. /*******************************
  18033. Types
  18034. *******************************/
  18035. /*--------------
  18036. Complex
  18037. ---------------*/
  18038. .ui.structured.table {
  18039. border-collapse: collapse;
  18040. }
  18041. .ui.structured.table thead th {
  18042. border-left: none;
  18043. border-right: none;
  18044. }
  18045. .ui.structured.sortable.table thead th {
  18046. border-left: 1px solid rgba(34, 36, 38, 0.15);
  18047. border-right: 1px solid rgba(34, 36, 38, 0.15);
  18048. }
  18049. .ui.structured.basic.table th {
  18050. border-left: none;
  18051. border-right: none;
  18052. }
  18053. .ui.structured.celled.table tr th,
  18054. .ui.structured.celled.table tr td {
  18055. border-left: 1px solid rgba(34, 36, 38, 0.1);
  18056. border-right: 1px solid rgba(34, 36, 38, 0.1);
  18057. }
  18058. /*--------------
  18059. Definition
  18060. ---------------*/
  18061. .ui.definition.table thead:not(.full-width) th:first-child {
  18062. pointer-events: none;
  18063. background: transparent;
  18064. font-weight: normal;
  18065. color: rgba(0, 0, 0, 0.4);
  18066. box-shadow: -1px -1px 0px 1px #FFFFFF;
  18067. }
  18068. .ui.definition.table tfoot:not(.full-width) th:first-child {
  18069. pointer-events: none;
  18070. background: transparent;
  18071. font-weight: rgba(0, 0, 0, 0.4);
  18072. color: normal;
  18073. box-shadow: 1px 1px 0px 1px #FFFFFF;
  18074. }
  18075. /* Remove Border */
  18076. .ui.celled.definition.table thead:not(.full-width) th:first-child {
  18077. box-shadow: 0px -1px 0px 1px #FFFFFF;
  18078. }
  18079. .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  18080. box-shadow: 0px 1px 0px 1px #FFFFFF;
  18081. }
  18082. /* Highlight Defining Column */
  18083. .ui.definition.table tr td:first-child {
  18084. background: rgba(0, 0, 0, 0.03);
  18085. font-weight: bold;
  18086. color: rgba(0, 0, 0, 0.95);
  18087. }
  18088. /* Fix 2nd Column */
  18089. .ui.definition.table thead:not(.full-width) th:nth-child(2) {
  18090. border-left: 1px solid rgba(34, 36, 38, 0.15);
  18091. }
  18092. .ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
  18093. border-left: 1px solid rgba(34, 36, 38, 0.15);
  18094. }
  18095. .ui.definition.table td:nth-child(2) {
  18096. border-left: 1px solid rgba(34, 36, 38, 0.15);
  18097. }
  18098. /*******************************
  18099. States
  18100. *******************************/
  18101. /*--------------
  18102. Positive
  18103. ---------------*/
  18104. .ui.table tr.positive,
  18105. .ui.table td.positive {
  18106. box-shadow: 0px 0px 0px #A3C293 inset;
  18107. }
  18108. .ui.table tr.positive,
  18109. .ui.table td.positive {
  18110. background: #FCFFF5 !important;
  18111. color: #2C662D !important;
  18112. }
  18113. /*--------------
  18114. Negative
  18115. ---------------*/
  18116. .ui.table tr.negative,
  18117. .ui.table td.negative {
  18118. box-shadow: 0px 0px 0px #E0B4B4 inset;
  18119. }
  18120. .ui.table tr.negative,
  18121. .ui.table td.negative {
  18122. background: #FFF6F6 !important;
  18123. color: #9F3A38 !important;
  18124. }
  18125. /*--------------
  18126. Error
  18127. ---------------*/
  18128. .ui.table tr.error,
  18129. .ui.table td.error {
  18130. box-shadow: 0px 0px 0px #E0B4B4 inset;
  18131. }
  18132. .ui.table tr.error,
  18133. .ui.table td.error {
  18134. background: #FFF6F6 !important;
  18135. color: #9F3A38 !important;
  18136. }
  18137. /*--------------
  18138. Warning
  18139. ---------------*/
  18140. .ui.table tr.warning,
  18141. .ui.table td.warning {
  18142. box-shadow: 0px 0px 0px #C9BA9B inset;
  18143. }
  18144. .ui.table tr.warning,
  18145. .ui.table td.warning {
  18146. background: #FFFAF3 !important;
  18147. color: #573A08 !important;
  18148. }
  18149. /*--------------
  18150. Active
  18151. ---------------*/
  18152. .ui.table tr.active,
  18153. .ui.table td.active {
  18154. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
  18155. }
  18156. .ui.table tr.active,
  18157. .ui.table td.active {
  18158. background: #E0E0E0 !important;
  18159. color: rgba(0, 0, 0, 0.87) !important;
  18160. }
  18161. /*--------------
  18162. Disabled
  18163. ---------------*/
  18164. .ui.table tr.disabled td,
  18165. .ui.table tr td.disabled,
  18166. .ui.table tr.disabled:hover,
  18167. .ui.table tr:hover td.disabled {
  18168. pointer-events: none;
  18169. color: rgba(40, 40, 40, 0.3);
  18170. }
  18171. /*******************************
  18172. Variations
  18173. *******************************/
  18174. /*--------------
  18175. Stackable
  18176. ---------------*/
  18177. @media only screen and (max-width: 991px) {
  18178. .ui[class*="tablet stackable"].table,
  18179. .ui[class*="tablet stackable"].table tbody,
  18180. .ui[class*="tablet stackable"].table tr,
  18181. .ui[class*="tablet stackable"].table tr > th,
  18182. .ui[class*="tablet stackable"].table tr > td {
  18183. width: 100% !important;
  18184. display: block !important;
  18185. }
  18186. .ui[class*="tablet stackable"].table {
  18187. padding: 0em;
  18188. }
  18189. .ui[class*="tablet stackable"].table thead {
  18190. display: block;
  18191. }
  18192. .ui[class*="tablet stackable"].table tfoot {
  18193. display: block;
  18194. }
  18195. .ui[class*="tablet stackable"].table tr {
  18196. padding-top: 1em;
  18197. padding-bottom: 1em;
  18198. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  18199. }
  18200. .ui[class*="tablet stackable"].table tr > th,
  18201. .ui[class*="tablet stackable"].table tr > td {
  18202. background: none;
  18203. border: none !important;
  18204. padding: 0.25em 0.75em;
  18205. box-shadow: none !important;
  18206. }
  18207. /* Definition Table */
  18208. .ui.definition[class*="tablet stackable"].table thead th:first-child {
  18209. box-shadow: none !important;
  18210. }
  18211. }
  18212. /*--------------
  18213. Text Alignment
  18214. ---------------*/
  18215. .ui.table[class*="left aligned"],
  18216. .ui.table [class*="left aligned"] {
  18217. text-align: left;
  18218. }
  18219. .ui.table[class*="center aligned"],
  18220. .ui.table [class*="center aligned"] {
  18221. text-align: center;
  18222. }
  18223. .ui.table[class*="right aligned"],
  18224. .ui.table [class*="right aligned"] {
  18225. text-align: right;
  18226. }
  18227. /*------------------
  18228. Vertical Alignment
  18229. ------------------*/
  18230. .ui.table[class*="top aligned"],
  18231. .ui.table [class*="top aligned"] {
  18232. vertical-align: top;
  18233. }
  18234. .ui.table[class*="middle aligned"],
  18235. .ui.table [class*="middle aligned"] {
  18236. vertical-align: middle;
  18237. }
  18238. .ui.table[class*="bottom aligned"],
  18239. .ui.table [class*="bottom aligned"] {
  18240. vertical-align: bottom;
  18241. }
  18242. /*--------------
  18243. Collapsing
  18244. ---------------*/
  18245. .ui.table th.collapsing,
  18246. .ui.table td.collapsing {
  18247. width: 1px;
  18248. white-space: nowrap;
  18249. }
  18250. /*--------------
  18251. Fixed
  18252. ---------------*/
  18253. .ui.fixed.table {
  18254. table-layout: fixed;
  18255. }
  18256. .ui.fixed.table th,
  18257. .ui.fixed.table td {
  18258. overflow: hidden;
  18259. text-overflow: ellipsis;
  18260. }
  18261. /*--------------
  18262. Selectable
  18263. ---------------*/
  18264. .ui.selectable.table tbody tr:hover,
  18265. .ui.table tbody tr td.selectable:hover {
  18266. background: rgba(0, 0, 0, 0.05) !important;
  18267. color: rgba(0, 0, 0, 0.95) !important;
  18268. }
  18269. .ui.selectable.inverted.table tbody tr:hover,
  18270. .ui.inverted.table tbody tr td.selectable:hover {
  18271. background: rgba(255, 255, 255, 0.08) !important;
  18272. color: #ffffff !important;
  18273. }
  18274. /* Selectable Cell Link */
  18275. .ui.table tbody tr td.selectable {
  18276. padding: 0em;
  18277. }
  18278. .ui.table tbody tr td.selectable > a:not(.ui) {
  18279. display: block;
  18280. color: inherit;
  18281. padding: 0.71428571em 0.71428571em;
  18282. }
  18283. /* Other States */
  18284. .ui.selectable.table tr.error:hover,
  18285. .ui.table tr td.selectable.error:hover,
  18286. .ui.selectable.table tr:hover td.error {
  18287. background: #ffe7e7 !important;
  18288. color: #943634 !important;
  18289. }
  18290. .ui.selectable.table tr.warning:hover,
  18291. .ui.table tr td.selectable.warning:hover,
  18292. .ui.selectable.table tr:hover td.warning {
  18293. background: #fff4e4 !important;
  18294. color: #493107 !important;
  18295. }
  18296. .ui.selectable.table tr.active:hover,
  18297. .ui.table tr td.selectable.active:hover,
  18298. .ui.selectable.table tr:hover td.active {
  18299. background: #E0E0E0 !important;
  18300. color: rgba(0, 0, 0, 0.87) !important;
  18301. }
  18302. .ui.selectable.table tr.positive:hover,
  18303. .ui.table tr td.selectable.positive:hover,
  18304. .ui.selectable.table tr:hover td.positive {
  18305. background: #f7ffe6 !important;
  18306. color: #275b28 !important;
  18307. }
  18308. .ui.selectable.table tr.negative:hover,
  18309. .ui.table tr td.selectable.negative:hover,
  18310. .ui.selectable.table tr:hover td.negative {
  18311. background: #ffe7e7 !important;
  18312. color: #943634 !important;
  18313. }
  18314. /*-------------------
  18315. Attached
  18316. --------------------*/
  18317. /* Middle */
  18318. .ui.attached.table {
  18319. top: 0px;
  18320. bottom: 0px;
  18321. border-radius: 0px;
  18322. margin: 0em -1px;
  18323. width: calc(100% + 2px );
  18324. max-width: calc(100% + 2px );
  18325. box-shadow: none;
  18326. border: 1px solid #D4D4D5;
  18327. }
  18328. .ui.attached + .ui.attached.table:not(.top) {
  18329. border-top: none;
  18330. }
  18331. /* Top */
  18332. .ui[class*="top attached"].table {
  18333. bottom: 0px;
  18334. margin-bottom: 0em;
  18335. top: 0px;
  18336. margin-top: 1em;
  18337. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  18338. }
  18339. .ui.table[class*="top attached"]:first-child {
  18340. margin-top: 0em;
  18341. }
  18342. /* Bottom */
  18343. .ui[class*="bottom attached"].table {
  18344. bottom: 0px;
  18345. margin-top: 0em;
  18346. top: 0px;
  18347. margin-bottom: 1em;
  18348. box-shadow: none, none;
  18349. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  18350. }
  18351. .ui[class*="bottom attached"].table:last-child {
  18352. margin-bottom: 0em;
  18353. }
  18354. /*--------------
  18355. Striped
  18356. ---------------*/
  18357. /* Table Striping */
  18358. .ui.striped.table > tr:nth-child(2n),
  18359. .ui.striped.table tbody tr:nth-child(2n) {
  18360. background-color: rgba(0, 0, 50, 0.02);
  18361. }
  18362. /* Stripes */
  18363. .ui.inverted.striped.table > tr:nth-child(2n),
  18364. .ui.inverted.striped.table tbody tr:nth-child(2n) {
  18365. background-color: rgba(255, 255, 255, 0.05);
  18366. }
  18367. /*--------------
  18368. Single Line
  18369. ---------------*/
  18370. .ui.table[class*="single line"],
  18371. .ui.table [class*="single line"] {
  18372. white-space: nowrap;
  18373. }
  18374. .ui.table[class*="single line"],
  18375. .ui.table [class*="single line"] {
  18376. white-space: nowrap;
  18377. }
  18378. /*-------------------
  18379. Colors
  18380. --------------------*/
  18381. /* Red */
  18382. .ui.red.table {
  18383. border-top: 0.2em solid #DB2828;
  18384. }
  18385. .ui.inverted.red.table {
  18386. background-color: #DB2828 !important;
  18387. color: #FFFFFF !important;
  18388. }
  18389. /* Orange */
  18390. .ui.orange.table {
  18391. border-top: 0.2em solid #F2711C;
  18392. }
  18393. .ui.inverted.orange.table {
  18394. background-color: #F2711C !important;
  18395. color: #FFFFFF !important;
  18396. }
  18397. /* Yellow */
  18398. .ui.yellow.table {
  18399. border-top: 0.2em solid #FBBD08;
  18400. }
  18401. .ui.inverted.yellow.table {
  18402. background-color: #FBBD08 !important;
  18403. color: #FFFFFF !important;
  18404. }
  18405. /* Olive */
  18406. .ui.olive.table {
  18407. border-top: 0.2em solid #B5CC18;
  18408. }
  18409. .ui.inverted.olive.table {
  18410. background-color: #B5CC18 !important;
  18411. color: #FFFFFF !important;
  18412. }
  18413. /* Green */
  18414. .ui.green.table {
  18415. border-top: 0.2em solid #21BA45;
  18416. }
  18417. .ui.inverted.green.table {
  18418. background-color: #21BA45 !important;
  18419. color: #FFFFFF !important;
  18420. }
  18421. /* Teal */
  18422. .ui.teal.table {
  18423. border-top: 0.2em solid #00B5AD;
  18424. }
  18425. .ui.inverted.teal.table {
  18426. background-color: #00B5AD !important;
  18427. color: #FFFFFF !important;
  18428. }
  18429. /* Blue */
  18430. .ui.blue.table {
  18431. border-top: 0.2em solid #2185D0;
  18432. }
  18433. .ui.inverted.blue.table {
  18434. background-color: #2185D0 !important;
  18435. color: #FFFFFF !important;
  18436. }
  18437. /* Violet */
  18438. .ui.violet.table {
  18439. border-top: 0.2em solid #6435C9;
  18440. }
  18441. .ui.inverted.violet.table {
  18442. background-color: #6435C9 !important;
  18443. color: #FFFFFF !important;
  18444. }
  18445. /* Purple */
  18446. .ui.purple.table {
  18447. border-top: 0.2em solid #A333C8;
  18448. }
  18449. .ui.inverted.purple.table {
  18450. background-color: #A333C8 !important;
  18451. color: #FFFFFF !important;
  18452. }
  18453. /* Pink */
  18454. .ui.pink.table {
  18455. border-top: 0.2em solid #E03997;
  18456. }
  18457. .ui.inverted.pink.table {
  18458. background-color: #E03997 !important;
  18459. color: #FFFFFF !important;
  18460. }
  18461. /* Brown */
  18462. .ui.brown.table {
  18463. border-top: 0.2em solid #A5673F;
  18464. }
  18465. .ui.inverted.brown.table {
  18466. background-color: #A5673F !important;
  18467. color: #FFFFFF !important;
  18468. }
  18469. /* Grey */
  18470. .ui.grey.table {
  18471. border-top: 0.2em solid #767676;
  18472. }
  18473. .ui.inverted.grey.table {
  18474. background-color: #767676 !important;
  18475. color: #FFFFFF !important;
  18476. }
  18477. /* Black */
  18478. .ui.black.table {
  18479. border-top: 0.2em solid #1B1C1D;
  18480. }
  18481. .ui.inverted.black.table {
  18482. background-color: #1B1C1D !important;
  18483. color: #FFFFFF !important;
  18484. }
  18485. /*--------------
  18486. Column Count
  18487. ---------------*/
  18488. /* Grid Based */
  18489. .ui.one.column.table td {
  18490. width: 100%;
  18491. }
  18492. .ui.two.column.table td {
  18493. width: 50%;
  18494. }
  18495. .ui.three.column.table td {
  18496. width: 33.33333333%;
  18497. }
  18498. .ui.four.column.table td {
  18499. width: 25%;
  18500. }
  18501. .ui.five.column.table td {
  18502. width: 20%;
  18503. }
  18504. .ui.six.column.table td {
  18505. width: 16.66666667%;
  18506. }
  18507. .ui.seven.column.table td {
  18508. width: 14.28571429%;
  18509. }
  18510. .ui.eight.column.table td {
  18511. width: 12.5%;
  18512. }
  18513. .ui.nine.column.table td {
  18514. width: 11.11111111%;
  18515. }
  18516. .ui.ten.column.table td {
  18517. width: 10%;
  18518. }
  18519. .ui.eleven.column.table td {
  18520. width: 9.09090909%;
  18521. }
  18522. .ui.twelve.column.table td {
  18523. width: 8.33333333%;
  18524. }
  18525. .ui.thirteen.column.table td {
  18526. width: 7.69230769%;
  18527. }
  18528. .ui.fourteen.column.table td {
  18529. width: 7.14285714%;
  18530. }
  18531. .ui.fifteen.column.table td {
  18532. width: 6.66666667%;
  18533. }
  18534. .ui.sixteen.column.table td {
  18535. width: 6.25%;
  18536. }
  18537. /* Column Width */
  18538. .ui.table th.one.wide,
  18539. .ui.table td.one.wide {
  18540. width: 6.25%;
  18541. }
  18542. .ui.table th.two.wide,
  18543. .ui.table td.two.wide {
  18544. width: 12.5%;
  18545. }
  18546. .ui.table th.three.wide,
  18547. .ui.table td.three.wide {
  18548. width: 18.75%;
  18549. }
  18550. .ui.table th.four.wide,
  18551. .ui.table td.four.wide {
  18552. width: 25%;
  18553. }
  18554. .ui.table th.five.wide,
  18555. .ui.table td.five.wide {
  18556. width: 31.25%;
  18557. }
  18558. .ui.table th.six.wide,
  18559. .ui.table td.six.wide {
  18560. width: 37.5%;
  18561. }
  18562. .ui.table th.seven.wide,
  18563. .ui.table td.seven.wide {
  18564. width: 43.75%;
  18565. }
  18566. .ui.table th.eight.wide,
  18567. .ui.table td.eight.wide {
  18568. width: 50%;
  18569. }
  18570. .ui.table th.nine.wide,
  18571. .ui.table td.nine.wide {
  18572. width: 56.25%;
  18573. }
  18574. .ui.table th.ten.wide,
  18575. .ui.table td.ten.wide {
  18576. width: 62.5%;
  18577. }
  18578. .ui.table th.eleven.wide,
  18579. .ui.table td.eleven.wide {
  18580. width: 68.75%;
  18581. }
  18582. .ui.table th.twelve.wide,
  18583. .ui.table td.twelve.wide {
  18584. width: 75%;
  18585. }
  18586. .ui.table th.thirteen.wide,
  18587. .ui.table td.thirteen.wide {
  18588. width: 81.25%;
  18589. }
  18590. .ui.table th.fourteen.wide,
  18591. .ui.table td.fourteen.wide {
  18592. width: 87.5%;
  18593. }
  18594. .ui.table th.fifteen.wide,
  18595. .ui.table td.fifteen.wide {
  18596. width: 93.75%;
  18597. }
  18598. .ui.table th.sixteen.wide,
  18599. .ui.table td.sixteen.wide {
  18600. width: 100%;
  18601. }
  18602. /*--------------
  18603. Sortable
  18604. ---------------*/
  18605. .ui.sortable.table thead th {
  18606. cursor: pointer;
  18607. white-space: nowrap;
  18608. border-left: 1px solid rgba(34, 36, 38, 0.15);
  18609. color: rgba(0, 0, 0, 0.87);
  18610. }
  18611. .ui.sortable.table thead th:first-child {
  18612. border-left: none;
  18613. }
  18614. .ui.sortable.table thead th.sorted,
  18615. .ui.sortable.table thead th.sorted:hover {
  18616. -webkit-user-select: none;
  18617. -moz-user-select: none;
  18618. -ms-user-select: none;
  18619. user-select: none;
  18620. }
  18621. .ui.sortable.table thead th:after {
  18622. display: none;
  18623. font-style: normal;
  18624. font-weight: normal;
  18625. text-decoration: inherit;
  18626. content: '';
  18627. height: 1em;
  18628. width: auto;
  18629. opacity: 0.8;
  18630. margin: 0em 0em 0em 0.5em;
  18631. font-family: 'Icons';
  18632. }
  18633. .ui.sortable.table thead th.ascending:after {
  18634. content: '\f0d8';
  18635. }
  18636. .ui.sortable.table thead th.descending:after {
  18637. content: '\f0d7';
  18638. }
  18639. /* Hover */
  18640. .ui.sortable.table th.disabled:hover {
  18641. cursor: auto;
  18642. color: rgba(40, 40, 40, 0.3);
  18643. }
  18644. .ui.sortable.table thead th:hover {
  18645. background: rgba(0, 0, 0, 0.05);
  18646. color: rgba(0, 0, 0, 0.8);
  18647. }
  18648. /* Sorted */
  18649. .ui.sortable.table thead th.sorted {
  18650. background: rgba(0, 0, 0, 0.05);
  18651. color: rgba(0, 0, 0, 0.95);
  18652. }
  18653. .ui.sortable.table thead th.sorted:after {
  18654. display: inline-block;
  18655. }
  18656. /* Sorted Hover */
  18657. .ui.sortable.table thead th.sorted:hover {
  18658. background: rgba(0, 0, 0, 0.05);
  18659. color: rgba(0, 0, 0, 0.95);
  18660. }
  18661. /* Inverted */
  18662. .ui.inverted.sortable.table thead th.sorted {
  18663. background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  18664. background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  18665. color: #ffffff;
  18666. }
  18667. .ui.inverted.sortable.table thead th:hover {
  18668. background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  18669. background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  18670. color: #ffffff;
  18671. }
  18672. .ui.inverted.sortable.table thead th {
  18673. border-left-color: transparent;
  18674. border-right-color: transparent;
  18675. }
  18676. /*--------------
  18677. Inverted
  18678. ---------------*/
  18679. /* Text Color */
  18680. .ui.inverted.table {
  18681. background: #333333;
  18682. color: rgba(255, 255, 255, 0.9);
  18683. border: none;
  18684. }
  18685. .ui.inverted.table th {
  18686. background-color: rgba(0, 0, 0, 0.15);
  18687. border-color: rgba(255, 255, 255, 0.1) !important;
  18688. color: rgba(255, 255, 255, 0.9);
  18689. }
  18690. .ui.inverted.table tr td {
  18691. border-color: rgba(255, 255, 255, 0.1) !important;
  18692. }
  18693. .ui.inverted.table tr.disabled td,
  18694. .ui.inverted.table tr td.disabled,
  18695. .ui.inverted.table tr.disabled:hover td,
  18696. .ui.inverted.table tr:hover td.disabled {
  18697. pointer-events: none;
  18698. color: rgba(225, 225, 225, 0.3);
  18699. }
  18700. /* Definition */
  18701. .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
  18702. .ui.inverted.definition.table thead:not(.full-width) th:first-child {
  18703. background: #FFFFFF;
  18704. }
  18705. .ui.inverted.definition.table tr td:first-child {
  18706. background: rgba(255, 255, 255, 0.02);
  18707. color: #ffffff;
  18708. }
  18709. /*--------------
  18710. Collapsing
  18711. ---------------*/
  18712. .ui.collapsing.table {
  18713. width: auto;
  18714. }
  18715. /*--------------
  18716. Basic
  18717. ---------------*/
  18718. .ui.basic.table {
  18719. background: transparent;
  18720. border: 1px solid rgba(34, 36, 38, 0.15);
  18721. box-shadow: none;
  18722. }
  18723. .ui.basic.table thead,
  18724. .ui.basic.table tfoot {
  18725. box-shadow: none;
  18726. }
  18727. .ui.basic.table th {
  18728. background: transparent;
  18729. border-left: none;
  18730. }
  18731. .ui.basic.table tbody tr {
  18732. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  18733. }
  18734. .ui.basic.table td {
  18735. background: transparent;
  18736. }
  18737. .ui.basic.striped.table tbody tr:nth-child(2n) {
  18738. background-color: rgba(0, 0, 0, 0.05) !important;
  18739. }
  18740. /* Very Basic */
  18741. .ui[class*="very basic"].table {
  18742. border: none;
  18743. }
  18744. .ui[class*="very basic"].table:not(.sortable):not(.striped) th,
  18745. .ui[class*="very basic"].table:not(.sortable):not(.striped) td {
  18746. padding: '';
  18747. }
  18748. .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
  18749. .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
  18750. padding-left: 0em;
  18751. }
  18752. .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
  18753. .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
  18754. padding-right: 0em;
  18755. }
  18756. .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
  18757. padding-top: 0em;
  18758. }
  18759. /*--------------
  18760. Celled
  18761. ---------------*/
  18762. .ui.celled.table tr th,
  18763. .ui.celled.table tr td {
  18764. border-left: 1px solid rgba(34, 36, 38, 0.1);
  18765. }
  18766. .ui.celled.table tr th:first-child,
  18767. .ui.celled.table tr td:first-child {
  18768. border-left: none;
  18769. }
  18770. /*--------------
  18771. Padded
  18772. ---------------*/
  18773. .ui.padded.table th {
  18774. padding-left: 1em;
  18775. padding-right: 1em;
  18776. }
  18777. .ui.padded.table th,
  18778. .ui.padded.table td {
  18779. padding: 1em 1em;
  18780. }
  18781. /* Very */
  18782. .ui[class*="very padded"].table th {
  18783. padding-left: 1.5em;
  18784. padding-right: 1.5em;
  18785. }
  18786. .ui[class*="very padded"].table td {
  18787. padding: 1.5em 1.5em;
  18788. }
  18789. /*--------------
  18790. Compact
  18791. ---------------*/
  18792. .ui.compact.table th {
  18793. padding-left: 0.7em;
  18794. padding-right: 0.7em;
  18795. }
  18796. .ui.compact.table td {
  18797. padding: 0.5em 0.7em;
  18798. }
  18799. /* Very */
  18800. .ui[class*="very compact"].table th {
  18801. padding-left: 0.6em;
  18802. padding-right: 0.6em;
  18803. }
  18804. .ui[class*="very compact"].table td {
  18805. padding: 0.4em 0.6em;
  18806. }
  18807. /*--------------
  18808. Sizes
  18809. ---------------*/
  18810. /* Small */
  18811. .ui.small.table {
  18812. font-size: 0.9em;
  18813. }
  18814. /* Standard */
  18815. .ui.table {
  18816. font-size: 1em;
  18817. }
  18818. /* Large */
  18819. .ui.large.table {
  18820. font-size: 1.1em;
  18821. }
  18822. /*******************************
  18823. Site Overrides
  18824. *******************************/
  18825. /*!
  18826. * # Semantic UI 2.1.6 - Ad
  18827. * http://github.com/semantic-org/semantic-ui/
  18828. *
  18829. *
  18830. * Copyright 2013 Contributors
  18831. * Released under the MIT license
  18832. * http://opensource.org/licenses/MIT
  18833. *
  18834. */
  18835. /*******************************
  18836. Advertisement
  18837. *******************************/
  18838. .ui.ad {
  18839. display: block;
  18840. overflow: hidden;
  18841. margin: 1em 0em;
  18842. }
  18843. .ui.ad:first-child {
  18844. margin: 0em;
  18845. }
  18846. .ui.ad:last-child {
  18847. margin: 0em;
  18848. }
  18849. .ui.ad iframe {
  18850. margin: 0em;
  18851. padding: 0em;
  18852. border: none;
  18853. overflow: hidden;
  18854. }
  18855. /*--------------
  18856. Common
  18857. ---------------*/
  18858. /* Leaderboard */
  18859. .ui.leaderboard.ad {
  18860. width: 728px;
  18861. height: 90px;
  18862. }
  18863. /* Medium Rectangle */
  18864. .ui[class*="medium rectangle"].ad {
  18865. width: 300px;
  18866. height: 250px;
  18867. }
  18868. /* Large Rectangle */
  18869. .ui[class*="large rectangle"].ad {
  18870. width: 336px;
  18871. height: 280px;
  18872. }
  18873. /* Half Page */
  18874. .ui[class*="half page"].ad {
  18875. width: 300px;
  18876. height: 600px;
  18877. }
  18878. /*--------------
  18879. Square
  18880. ---------------*/
  18881. /* Square */
  18882. .ui.square.ad {
  18883. width: 250px;
  18884. height: 250px;
  18885. }
  18886. /* Small Square */
  18887. .ui[class*="small square"].ad {
  18888. width: 200px;
  18889. height: 200px;
  18890. }
  18891. /*--------------
  18892. Rectangle
  18893. ---------------*/
  18894. /* Small Rectangle */
  18895. .ui[class*="small rectangle"].ad {
  18896. width: 180px;
  18897. height: 150px;
  18898. }
  18899. /* Vertical Rectangle */
  18900. .ui[class*="vertical rectangle"].ad {
  18901. width: 240px;
  18902. height: 400px;
  18903. }
  18904. /*--------------
  18905. Button
  18906. ---------------*/
  18907. .ui.button.ad {
  18908. width: 120px;
  18909. height: 90px;
  18910. }
  18911. .ui[class*="square button"].ad {
  18912. width: 125px;
  18913. height: 125px;
  18914. }
  18915. .ui[class*="small button"].ad {
  18916. width: 120px;
  18917. height: 60px;
  18918. }
  18919. /*--------------
  18920. Skyscrapers
  18921. ---------------*/
  18922. /* Skyscraper */
  18923. .ui.skyscraper.ad {
  18924. width: 120px;
  18925. height: 600px;
  18926. }
  18927. /* Wide Skyscraper */
  18928. .ui[class*="wide skyscraper"].ad {
  18929. width: 160px;
  18930. }
  18931. /*--------------
  18932. Banners
  18933. ---------------*/
  18934. /* Banner */
  18935. .ui.banner.ad {
  18936. width: 468px;
  18937. height: 60px;
  18938. }
  18939. /* Vertical Banner */
  18940. .ui[class*="vertical banner"].ad {
  18941. width: 120px;
  18942. height: 240px;
  18943. }
  18944. /* Top Banner */
  18945. .ui[class*="top banner"].ad {
  18946. width: 930px;
  18947. height: 180px;
  18948. }
  18949. /* Half Banner */
  18950. .ui[class*="half banner"].ad {
  18951. width: 234px;
  18952. height: 60px;
  18953. }
  18954. /*--------------
  18955. Boards
  18956. ---------------*/
  18957. /* Leaderboard */
  18958. .ui[class*="large leaderboard"].ad {
  18959. width: 970px;
  18960. height: 90px;
  18961. }
  18962. /* Billboard */
  18963. .ui.billboard.ad {
  18964. width: 970px;
  18965. height: 250px;
  18966. }
  18967. /*--------------
  18968. Panorama
  18969. ---------------*/
  18970. /* Panorama */
  18971. .ui.panorama.ad {
  18972. width: 980px;
  18973. height: 120px;
  18974. }
  18975. /*--------------
  18976. Netboard
  18977. ---------------*/
  18978. /* Netboard */
  18979. .ui.netboard.ad {
  18980. width: 580px;
  18981. height: 400px;
  18982. }
  18983. /*--------------
  18984. Mobile
  18985. ---------------*/
  18986. /* Large Mobile Banner */
  18987. .ui[class*="large mobile banner"].ad {
  18988. width: 320px;
  18989. height: 100px;
  18990. }
  18991. /* Mobile Leaderboard */
  18992. .ui[class*="mobile leaderboard"].ad {
  18993. width: 320px;
  18994. height: 50px;
  18995. }
  18996. /*******************************
  18997. Types
  18998. *******************************/
  18999. /* Mobile Sizes */
  19000. .ui.mobile.ad {
  19001. display: none;
  19002. }
  19003. @media only screen and (max-width: 767px) {
  19004. .ui.mobile.ad {
  19005. display: block;
  19006. }
  19007. }
  19008. /*******************************
  19009. Variations
  19010. *******************************/
  19011. .ui.centered.ad {
  19012. margin-left: auto;
  19013. margin-right: auto;
  19014. }
  19015. .ui.test.ad {
  19016. position: relative;
  19017. background: #545454;
  19018. }
  19019. .ui.test.ad:after {
  19020. position: absolute;
  19021. top: 50%;
  19022. left: 50%;
  19023. width: 100%;
  19024. text-align: center;
  19025. -webkit-transform: translateX(-50%) translateY(-50%);
  19026. -ms-transform: translateX(-50%) translateY(-50%);
  19027. transform: translateX(-50%) translateY(-50%);
  19028. content: 'Ad';
  19029. color: #FFFFFF;
  19030. font-size: 1em;
  19031. font-weight: bold;
  19032. }
  19033. .ui.mobile.test.ad:after {
  19034. font-size: 0.85714286em;
  19035. }
  19036. .ui.test.ad[data-text]:after {
  19037. content: attr(data-text);
  19038. }
  19039. /*******************************
  19040. Theme Overrides
  19041. *******************************/
  19042. /*******************************
  19043. User Variable Overrides
  19044. *******************************/
  19045. /*!
  19046. * # Semantic UI 2.1.6 - Item
  19047. * http://github.com/semantic-org/semantic-ui/
  19048. *
  19049. *
  19050. * Copyright 2015 Contributors
  19051. * Released under the MIT license
  19052. * http://opensource.org/licenses/MIT
  19053. *
  19054. */
  19055. /*******************************
  19056. Standard
  19057. *******************************/
  19058. /*--------------
  19059. Card
  19060. ---------------*/
  19061. .ui.cards > .card,
  19062. .ui.card {
  19063. max-width: 100%;
  19064. position: relative;
  19065. display: -webkit-box;
  19066. display: -webkit-flex;
  19067. display: -ms-flexbox;
  19068. display: flex;
  19069. -webkit-box-orient: vertical;
  19070. -webkit-box-direction: normal;
  19071. -webkit-flex-direction: column;
  19072. -ms-flex-direction: column;
  19073. flex-direction: column;
  19074. width: 290px;
  19075. min-height: 0px;
  19076. background: #FFFFFF;
  19077. padding: 0em;
  19078. border: none;
  19079. border-radius: 0.28571429rem;
  19080. box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
  19081. -webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  19082. transition: box-shadow 0.1s ease, transform 0.1s ease;
  19083. z-index: '';
  19084. }
  19085. .ui.card {
  19086. margin: 1em 0em;
  19087. }
  19088. .ui.cards > .card a,
  19089. .ui.card a {
  19090. cursor: pointer;
  19091. }
  19092. .ui.card:first-child {
  19093. margin-top: 0em;
  19094. }
  19095. .ui.card:last-child {
  19096. margin-bottom: 0em;
  19097. }
  19098. /*--------------
  19099. Cards
  19100. ---------------*/
  19101. .ui.cards {
  19102. display: -webkit-box;
  19103. display: -webkit-flex;
  19104. display: -ms-flexbox;
  19105. display: flex;
  19106. margin: -0.875em -0.5em;
  19107. -webkit-flex-wrap: wrap;
  19108. -ms-flex-wrap: wrap;
  19109. flex-wrap: wrap;
  19110. }
  19111. .ui.cards > .card {
  19112. display: -webkit-box;
  19113. display: -webkit-flex;
  19114. display: -ms-flexbox;
  19115. display: flex;
  19116. margin: 0.875em 0.5em;
  19117. float: none;
  19118. }
  19119. /* Clearing */
  19120. .ui.cards:after,
  19121. .ui.card:after {
  19122. display: block;
  19123. content: ' ';
  19124. height: 0px;
  19125. clear: both;
  19126. overflow: hidden;
  19127. visibility: hidden;
  19128. }
  19129. /* Consecutive Card Groups Preserve Row Spacing */
  19130. .ui.cards ~ .ui.cards {
  19131. margin-top: 0.875em;
  19132. }
  19133. /*--------------
  19134. Rounded Edges
  19135. ---------------*/
  19136. .ui.cards > .card > :first-child,
  19137. .ui.card > :first-child {
  19138. border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
  19139. border-top: none !important;
  19140. }
  19141. .ui.cards > .card > :last-child,
  19142. .ui.card > :last-child {
  19143. border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
  19144. }
  19145. .ui.cards > .card > :only-child,
  19146. .ui.card > :only-child {
  19147. border-radius: 0.28571429rem !important;
  19148. }
  19149. /*--------------
  19150. Images
  19151. ---------------*/
  19152. .ui.cards > .card > .image,
  19153. .ui.card > .image {
  19154. position: relative;
  19155. display: block;
  19156. -webkit-box-flex: 0;
  19157. -webkit-flex: 0 0 auto;
  19158. -ms-flex: 0 0 auto;
  19159. flex: 0 0 auto;
  19160. padding: 0em;
  19161. background: rgba(0, 0, 0, 0.05);
  19162. }
  19163. .ui.cards > .card > .image > img,
  19164. .ui.card > .image > img {
  19165. display: block;
  19166. width: 100%;
  19167. height: auto;
  19168. border-radius: inherit;
  19169. }
  19170. .ui.cards > .card > .image:not(.ui) > img,
  19171. .ui.card > .image:not(.ui) > img {
  19172. border: none;
  19173. }
  19174. /*--------------
  19175. Content
  19176. ---------------*/
  19177. .ui.cards > .card > .content,
  19178. .ui.card > .content {
  19179. -webkit-box-flex: 1;
  19180. -webkit-flex-grow: 1;
  19181. -ms-flex-positive: 1;
  19182. flex-grow: 1;
  19183. border: none;
  19184. border-top: 1px solid rgba(34, 36, 38, 0.1);
  19185. background: none;
  19186. margin: 0em;
  19187. padding: 1em 1em;
  19188. box-shadow: none;
  19189. font-size: 1em;
  19190. border-radius: 0em;
  19191. }
  19192. .ui.cards > .card > .content:after,
  19193. .ui.card > .content:after {
  19194. display: block;
  19195. content: ' ';
  19196. height: 0px;
  19197. clear: both;
  19198. overflow: hidden;
  19199. visibility: hidden;
  19200. }
  19201. .ui.cards > .card > .content > .header,
  19202. .ui.card > .content > .header {
  19203. display: block;
  19204. margin: '';
  19205. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  19206. color: rgba(0, 0, 0, 0.85);
  19207. }
  19208. /* Default Header Size */
  19209. .ui.cards > .card > .content > .header:not(.ui),
  19210. .ui.card > .content > .header:not(.ui) {
  19211. font-weight: bold;
  19212. font-size: 1.28571429em;
  19213. margin-top: -0.21425em;
  19214. line-height: 1.2857em;
  19215. }
  19216. .ui.cards > .card > .content > .meta + .description,
  19217. .ui.cards > .card > .content > .header + .description,
  19218. .ui.card > .content > .meta + .description,
  19219. .ui.card > .content > .header + .description {
  19220. margin-top: 0.5em;
  19221. }
  19222. /*----------------
  19223. Floated Content
  19224. -----------------*/
  19225. .ui.cards > .card [class*="left floated"],
  19226. .ui.card [class*="left floated"] {
  19227. float: left;
  19228. }
  19229. .ui.cards > .card [class*="right floated"],
  19230. .ui.card [class*="right floated"] {
  19231. float: right;
  19232. }
  19233. /*--------------
  19234. Aligned
  19235. ---------------*/
  19236. .ui.cards > .card [class*="left aligned"],
  19237. .ui.card [class*="left aligned"] {
  19238. text-align: left;
  19239. }
  19240. .ui.cards > .card [class*="center aligned"],
  19241. .ui.card [class*="center aligned"] {
  19242. text-align: center;
  19243. }
  19244. .ui.cards > .card [class*="right aligned"],
  19245. .ui.card [class*="right aligned"] {
  19246. text-align: right;
  19247. }
  19248. /*--------------
  19249. Content Image
  19250. ---------------*/
  19251. .ui.cards > .card .content img,
  19252. .ui.card .content img {
  19253. display: inline-block;
  19254. vertical-align: middle;
  19255. width: '';
  19256. }
  19257. .ui.cards > .card img.avatar,
  19258. .ui.cards > .card .avatar img,
  19259. .ui.card img.avatar,
  19260. .ui.card .avatar img {
  19261. width: 2em;
  19262. height: 2em;
  19263. border-radius: 500rem;
  19264. }
  19265. /*--------------
  19266. Description
  19267. ---------------*/
  19268. .ui.cards > .card > .content > .description,
  19269. .ui.card > .content > .description {
  19270. clear: both;
  19271. color: rgba(0, 0, 0, 0.68);
  19272. }
  19273. /*--------------
  19274. Paragraph
  19275. ---------------*/
  19276. .ui.cards > .card > .content p,
  19277. .ui.card > .content p {
  19278. margin: 0em 0em 0.5em;
  19279. }
  19280. .ui.cards > .card > .content p:last-child,
  19281. .ui.card > .content p:last-child {
  19282. margin-bottom: 0em;
  19283. }
  19284. /*--------------
  19285. Meta
  19286. ---------------*/
  19287. .ui.cards > .card .meta,
  19288. .ui.card .meta {
  19289. font-size: 1em;
  19290. color: rgba(0, 0, 0, 0.4);
  19291. }
  19292. .ui.cards > .card .meta *,
  19293. .ui.card .meta * {
  19294. margin-right: 0.3em;
  19295. }
  19296. .ui.cards > .card .meta :last-child,
  19297. .ui.card .meta :last-child {
  19298. margin-right: 0em;
  19299. }
  19300. .ui.cards > .card .meta [class*="right floated"],
  19301. .ui.card .meta [class*="right floated"] {
  19302. margin-right: 0em;
  19303. margin-left: 0.3em;
  19304. }
  19305. /*--------------
  19306. Links
  19307. ---------------*/
  19308. /* Generic */
  19309. .ui.cards > .card > .content a:not(.ui),
  19310. .ui.card > .content a:not(.ui) {
  19311. color: '';
  19312. -webkit-transition: color 0.1s ease;
  19313. transition: color 0.1s ease;
  19314. }
  19315. .ui.cards > .card > .content a:not(.ui):hover,
  19316. .ui.card > .content a:not(.ui):hover {
  19317. color: '';
  19318. }
  19319. /* Header */
  19320. .ui.cards > .card > .content > a.header,
  19321. .ui.card > .content > a.header {
  19322. color: rgba(0, 0, 0, 0.85);
  19323. }
  19324. .ui.cards > .card > .content > a.header:hover,
  19325. .ui.card > .content > a.header:hover {
  19326. color: #1e70bf;
  19327. }
  19328. /* Meta */
  19329. .ui.cards > .card .meta > a:not(.ui),
  19330. .ui.card .meta > a:not(.ui) {
  19331. color: rgba(0, 0, 0, 0.4);
  19332. }
  19333. .ui.cards > .card .meta > a:not(.ui):hover,
  19334. .ui.card .meta > a:not(.ui):hover {
  19335. color: rgba(0, 0, 0, 0.87);
  19336. }
  19337. /*--------------
  19338. Buttons
  19339. ---------------*/
  19340. .ui.cards > .card > .buttons,
  19341. .ui.card > .buttons,
  19342. .ui.cards > .card > .button,
  19343. .ui.card > .button {
  19344. margin: 0px -1px;
  19345. width: calc(100% + 2px );
  19346. }
  19347. /*--------------
  19348. Dimmer
  19349. ---------------*/
  19350. .ui.cards > .card .dimmer,
  19351. .ui.card .dimmer {
  19352. background-color: '';
  19353. z-index: 10;
  19354. }
  19355. /*--------------
  19356. Labels
  19357. ---------------*/
  19358. /*-----Star----- */
  19359. /* Icon */
  19360. .ui.cards > .card > .content .star.icon,
  19361. .ui.card > .content .star.icon {
  19362. cursor: pointer;
  19363. opacity: 0.75;
  19364. -webkit-transition: color 0.1s ease;
  19365. transition: color 0.1s ease;
  19366. }
  19367. .ui.cards > .card > .content .star.icon:hover,
  19368. .ui.card > .content .star.icon:hover {
  19369. opacity: 1;
  19370. color: #FFB70A;
  19371. }
  19372. .ui.cards > .card > .content .active.star.icon,
  19373. .ui.card > .content .active.star.icon {
  19374. color: #FFE623;
  19375. }
  19376. /*-----Like----- */
  19377. /* Icon */
  19378. .ui.cards > .card > .content .like.icon,
  19379. .ui.card > .content .like.icon {
  19380. cursor: pointer;
  19381. opacity: 0.75;
  19382. -webkit-transition: color 0.1s ease;
  19383. transition: color 0.1s ease;
  19384. }
  19385. .ui.cards > .card > .content .like.icon:hover,
  19386. .ui.card > .content .like.icon:hover {
  19387. opacity: 1;
  19388. color: #FF2733;
  19389. }
  19390. .ui.cards > .card > .content .active.like.icon,
  19391. .ui.card > .content .active.like.icon {
  19392. color: #FF2733;
  19393. }
  19394. /*----------------
  19395. Extra Content
  19396. -----------------*/
  19397. .ui.cards > .card > .extra,
  19398. .ui.card > .extra {
  19399. max-width: 100%;
  19400. min-height: 0em !important;
  19401. -webkit-box-flex: 0;
  19402. -webkit-flex-grow: 0;
  19403. -ms-flex-positive: 0;
  19404. flex-grow: 0;
  19405. border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  19406. position: static;
  19407. background: none;
  19408. width: auto;
  19409. margin: 0em 0em;
  19410. padding: 0.75em 1em;
  19411. top: 0em;
  19412. left: 0em;
  19413. color: rgba(0, 0, 0, 0.4);
  19414. box-shadow: none;
  19415. -webkit-transition: color 0.1s ease;
  19416. transition: color 0.1s ease;
  19417. }
  19418. .ui.cards > .card > .extra a:not(.ui),
  19419. .ui.card > .extra a:not(.ui) {
  19420. color: rgba(0, 0, 0, 0.4);
  19421. }
  19422. .ui.cards > .card > .extra a:not(.ui):hover,
  19423. .ui.card > .extra a:not(.ui):hover {
  19424. color: #1e70bf;
  19425. }
  19426. /*******************************
  19427. Variations
  19428. *******************************/
  19429. /*-------------------
  19430. Centered
  19431. --------------------*/
  19432. .ui.centered.cards {
  19433. -webkit-box-pack: center;
  19434. -webkit-justify-content: center;
  19435. -ms-flex-pack: center;
  19436. justify-content: center;
  19437. }
  19438. .ui.centered.card {
  19439. margin-left: auto;
  19440. margin-right: auto;
  19441. }
  19442. /*-------------------
  19443. Fluid
  19444. --------------------*/
  19445. .ui.fluid.card {
  19446. width: 100%;
  19447. max-width: 9999px;
  19448. }
  19449. /*-------------------
  19450. Link
  19451. --------------------*/
  19452. .ui.cards a.card,
  19453. .ui.link.cards .card,
  19454. a.ui.card,
  19455. .ui.link.card {
  19456. -webkit-transform: none;
  19457. -ms-transform: none;
  19458. transform: none;
  19459. }
  19460. .ui.cards a.card:hover,
  19461. .ui.link.cards .card:hover,
  19462. a.ui.card:hover,
  19463. .ui.link.card:hover {
  19464. cursor: pointer;
  19465. z-index: 5;
  19466. background: #FFFFFF;
  19467. border: none;
  19468. box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
  19469. -webkit-transform: translateY(-3px);
  19470. -ms-transform: translateY(-3px);
  19471. transform: translateY(-3px);
  19472. }
  19473. /*-------------------
  19474. Colors
  19475. --------------------*/
  19476. /* Red */
  19477. .ui.red.cards > .card,
  19478. .ui.cards > .red.card,
  19479. .ui.red.card {
  19480. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
  19481. }
  19482. .ui.red.cards > .card:hover,
  19483. .ui.cards > .red.card:hover,
  19484. .ui.red.card:hover {
  19485. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
  19486. }
  19487. /* Orange */
  19488. .ui.orange.cards > .card,
  19489. .ui.cards > .orange.card,
  19490. .ui.orange.card {
  19491. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
  19492. }
  19493. .ui.orange.cards > .card:hover,
  19494. .ui.cards > .orange.card:hover,
  19495. .ui.orange.card:hover {
  19496. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
  19497. }
  19498. /* Yellow */
  19499. .ui.yellow.cards > .card,
  19500. .ui.cards > .yellow.card,
  19501. .ui.yellow.card {
  19502. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
  19503. }
  19504. .ui.yellow.cards > .card:hover,
  19505. .ui.cards > .yellow.card:hover,
  19506. .ui.yellow.card:hover {
  19507. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
  19508. }
  19509. /* Olive */
  19510. .ui.olive.cards > .card,
  19511. .ui.cards > .olive.card,
  19512. .ui.olive.card {
  19513. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
  19514. }
  19515. .ui.olive.cards > .card:hover,
  19516. .ui.cards > .olive.card:hover,
  19517. .ui.olive.card:hover {
  19518. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
  19519. }
  19520. /* Green */
  19521. .ui.green.cards > .card,
  19522. .ui.cards > .green.card,
  19523. .ui.green.card {
  19524. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
  19525. }
  19526. .ui.green.cards > .card:hover,
  19527. .ui.cards > .green.card:hover,
  19528. .ui.green.card:hover {
  19529. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
  19530. }
  19531. /* Teal */
  19532. .ui.teal.cards > .card,
  19533. .ui.cards > .teal.card,
  19534. .ui.teal.card {
  19535. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
  19536. }
  19537. .ui.teal.cards > .card:hover,
  19538. .ui.cards > .teal.card:hover,
  19539. .ui.teal.card:hover {
  19540. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
  19541. }
  19542. /* Blue */
  19543. .ui.blue.cards > .card,
  19544. .ui.cards > .blue.card,
  19545. .ui.blue.card {
  19546. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
  19547. }
  19548. .ui.blue.cards > .card:hover,
  19549. .ui.cards > .blue.card:hover,
  19550. .ui.blue.card:hover {
  19551. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
  19552. }
  19553. /* Violet */
  19554. .ui.violet.cards > .card,
  19555. .ui.cards > .violet.card,
  19556. .ui.violet.card {
  19557. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
  19558. }
  19559. .ui.violet.cards > .card:hover,
  19560. .ui.cards > .violet.card:hover,
  19561. .ui.violet.card:hover {
  19562. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
  19563. }
  19564. /* Purple */
  19565. .ui.purple.cards > .card,
  19566. .ui.cards > .purple.card,
  19567. .ui.purple.card {
  19568. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
  19569. }
  19570. .ui.purple.cards > .card:hover,
  19571. .ui.cards > .purple.card:hover,
  19572. .ui.purple.card:hover {
  19573. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
  19574. }
  19575. /* Pink */
  19576. .ui.pink.cards > .card,
  19577. .ui.cards > .pink.card,
  19578. .ui.pink.card {
  19579. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
  19580. }
  19581. .ui.pink.cards > .card:hover,
  19582. .ui.cards > .pink.card:hover,
  19583. .ui.pink.card:hover {
  19584. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
  19585. }
  19586. /* Brown */
  19587. .ui.brown.cards > .card,
  19588. .ui.cards > .brown.card,
  19589. .ui.brown.card {
  19590. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
  19591. }
  19592. .ui.brown.cards > .card:hover,
  19593. .ui.cards > .brown.card:hover,
  19594. .ui.brown.card:hover {
  19595. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
  19596. }
  19597. /* Grey */
  19598. .ui.grey.cards > .card,
  19599. .ui.cards > .grey.card,
  19600. .ui.grey.card {
  19601. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
  19602. }
  19603. .ui.grey.cards > .card:hover,
  19604. .ui.cards > .grey.card:hover,
  19605. .ui.grey.card:hover {
  19606. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
  19607. }
  19608. /* Black */
  19609. .ui.black.cards > .card,
  19610. .ui.cards > .black.card,
  19611. .ui.black.card {
  19612. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
  19613. }
  19614. .ui.black.cards > .card:hover,
  19615. .ui.cards > .black.card:hover,
  19616. .ui.black.card:hover {
  19617. box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
  19618. }
  19619. /*--------------
  19620. Card Count
  19621. ---------------*/
  19622. .ui.one.cards {
  19623. margin-left: 0em;
  19624. margin-right: 0em;
  19625. }
  19626. .ui.one.cards > .card {
  19627. width: 100%;
  19628. }
  19629. .ui.two.cards {
  19630. margin-left: -1em;
  19631. margin-right: -1em;
  19632. }
  19633. .ui.two.cards > .card {
  19634. width: calc( 50% - 2em );
  19635. margin-left: 1em;
  19636. margin-right: 1em;
  19637. }
  19638. .ui.three.cards {
  19639. margin-left: -1em;
  19640. margin-right: -1em;
  19641. }
  19642. .ui.three.cards > .card {
  19643. width: calc( 33.33333333% - 2em );
  19644. margin-left: 1em;
  19645. margin-right: 1em;
  19646. }
  19647. .ui.four.cards {
  19648. margin-left: -0.75em;
  19649. margin-right: -0.75em;
  19650. }
  19651. .ui.four.cards > .card {
  19652. width: calc( 25% - 1.5em );
  19653. margin-left: 0.75em;
  19654. margin-right: 0.75em;
  19655. }
  19656. .ui.five.cards {
  19657. margin-left: -0.75em;
  19658. margin-right: -0.75em;
  19659. }
  19660. .ui.five.cards > .card {
  19661. width: calc( 20% - 1.5em );
  19662. margin-left: 0.75em;
  19663. margin-right: 0.75em;
  19664. }
  19665. .ui.six.cards {
  19666. margin-left: -0.75em;
  19667. margin-right: -0.75em;
  19668. }
  19669. .ui.six.cards > .card {
  19670. width: calc( 16.66666667% - 1.5em );
  19671. margin-left: 0.75em;
  19672. margin-right: 0.75em;
  19673. }
  19674. .ui.seven.cards {
  19675. margin-left: -0.5em;
  19676. margin-right: -0.5em;
  19677. }
  19678. .ui.seven.cards > .card {
  19679. width: calc( 14.28571429% - 1em );
  19680. margin-left: 0.5em;
  19681. margin-right: 0.5em;
  19682. }
  19683. .ui.eight.cards {
  19684. margin-left: -0.5em;
  19685. margin-right: -0.5em;
  19686. }
  19687. .ui.eight.cards > .card {
  19688. width: calc( 12.5% - 1em );
  19689. margin-left: 0.5em;
  19690. margin-right: 0.5em;
  19691. font-size: 11px;
  19692. }
  19693. .ui.nine.cards {
  19694. margin-left: -0.5em;
  19695. margin-right: -0.5em;
  19696. }
  19697. .ui.nine.cards > .card {
  19698. width: calc( 11.11111111% - 1em );
  19699. margin-left: 0.5em;
  19700. margin-right: 0.5em;
  19701. font-size: 10px;
  19702. }
  19703. .ui.ten.cards {
  19704. margin-left: -0.5em;
  19705. margin-right: -0.5em;
  19706. }
  19707. .ui.ten.cards > .card {
  19708. width: calc( 10% - 1em );
  19709. margin-left: 0.5em;
  19710. margin-right: 0.5em;
  19711. }
  19712. /*-------------------
  19713. Doubling
  19714. --------------------*/
  19715. /* Mobily Only */
  19716. @media only screen and (max-width: 767px) {
  19717. .ui.two.doubling.cards {
  19718. margin-left: 0em;
  19719. margin-right: 0em;
  19720. }
  19721. .ui.two.doubling.cards .card {
  19722. width: 100%;
  19723. margin-left: 0em;
  19724. margin-right: 0em;
  19725. }
  19726. .ui.three.doubling.cards {
  19727. margin-left: -1em;
  19728. margin-right: -1em;
  19729. }
  19730. .ui.three.doubling.cards .card {
  19731. width: calc( 50% - 2em );
  19732. margin-left: 1em;
  19733. margin-right: 1em;
  19734. }
  19735. .ui.four.doubling.cards {
  19736. margin-left: -1em;
  19737. margin-right: -1em;
  19738. }
  19739. .ui.four.doubling.cards .card {
  19740. width: calc( 50% - 2em );
  19741. margin-left: 1em;
  19742. margin-right: 1em;
  19743. }
  19744. .ui.five.doubling.cards {
  19745. margin-left: -1em;
  19746. margin-right: -1em;
  19747. }
  19748. .ui.five.doubling.cards .card {
  19749. width: calc( 50% - 2em );
  19750. margin-left: 1em;
  19751. margin-right: 1em;
  19752. }
  19753. .ui.six.doubling.cards {
  19754. margin-left: -1em;
  19755. margin-right: -1em;
  19756. }
  19757. .ui.six.doubling.cards .card {
  19758. width: calc( 50% - 2em );
  19759. margin-left: 1em;
  19760. margin-right: 1em;
  19761. }
  19762. .ui.seven.doubling.cards {
  19763. margin-left: -1em;
  19764. margin-right: -1em;
  19765. }
  19766. .ui.seven.doubling.cards .card {
  19767. width: calc( 33.33333333% - 2em );
  19768. margin-left: 1em;
  19769. margin-right: 1em;
  19770. }
  19771. .ui.eight.doubling.cards {
  19772. margin-left: -1em;
  19773. margin-right: -1em;
  19774. }
  19775. .ui.eight.doubling.cards .card {
  19776. width: calc( 33.33333333% - 2em );
  19777. margin-left: 1em;
  19778. margin-right: 1em;
  19779. }
  19780. .ui.nine.doubling.cards {
  19781. margin-left: -1em;
  19782. margin-right: -1em;
  19783. }
  19784. .ui.nine.doubling.cards .card {
  19785. width: calc( 33.33333333% - 2em );
  19786. margin-left: 1em;
  19787. margin-right: 1em;
  19788. }
  19789. .ui.ten.doubling.cards {
  19790. margin-left: -1em;
  19791. margin-right: -1em;
  19792. }
  19793. .ui.ten.doubling.cards .card {
  19794. width: calc( 33.33333333% - 2em );
  19795. margin-left: 1em;
  19796. margin-right: 1em;
  19797. }
  19798. }
  19799. /* Tablet Only */
  19800. @media only screen and (min-width: 768px) and (max-width: 991px) {
  19801. .ui.two.doubling.cards {
  19802. margin-left: 0em;
  19803. margin-right: 0em;
  19804. }
  19805. .ui.two.doubling.cards .card {
  19806. width: 100%;
  19807. margin-left: 0em;
  19808. margin-right: 0em;
  19809. }
  19810. .ui.three.doubling.cards {
  19811. margin-left: -1em;
  19812. margin-right: -1em;
  19813. }
  19814. .ui.three.doubling.cards .card {
  19815. width: calc( 50% - 2em );
  19816. margin-left: 1em;
  19817. margin-right: 1em;
  19818. }
  19819. .ui.four.doubling.cards {
  19820. margin-left: -1em;
  19821. margin-right: -1em;
  19822. }
  19823. .ui.four.doubling.cards .card {
  19824. width: calc( 50% - 2em );
  19825. margin-left: 1em;
  19826. margin-right: 1em;
  19827. }
  19828. .ui.five.doubling.cards {
  19829. margin-left: -1em;
  19830. margin-right: -1em;
  19831. }
  19832. .ui.five.doubling.cards .card {
  19833. width: calc( 33.33333333% - 2em );
  19834. margin-left: 1em;
  19835. margin-right: 1em;
  19836. }
  19837. .ui.six.doubling.cards {
  19838. margin-left: -1em;
  19839. margin-right: -1em;
  19840. }
  19841. .ui.six.doubling.cards .card {
  19842. width: calc( 33.33333333% - 2em );
  19843. margin-left: 1em;
  19844. margin-right: 1em;
  19845. }
  19846. .ui.eight.doubling.cards {
  19847. margin-left: -1em;
  19848. margin-right: -1em;
  19849. }
  19850. .ui.eight.doubling.cards .card {
  19851. width: calc( 33.33333333% - 2em );
  19852. margin-left: 1em;
  19853. margin-right: 1em;
  19854. }
  19855. .ui.eight.doubling.cards {
  19856. margin-left: -0.75em;
  19857. margin-right: -0.75em;
  19858. }
  19859. .ui.eight.doubling.cards .card {
  19860. width: calc( 25% - 1.5em );
  19861. margin-left: 0.75em;
  19862. margin-right: 0.75em;
  19863. }
  19864. .ui.nine.doubling.cards {
  19865. margin-left: -0.75em;
  19866. margin-right: -0.75em;
  19867. }
  19868. .ui.nine.doubling.cards .card {
  19869. width: calc( 25% - 1.5em );
  19870. margin-left: 0.75em;
  19871. margin-right: 0.75em;
  19872. }
  19873. .ui.ten.doubling.cards {
  19874. margin-left: -0.75em;
  19875. margin-right: -0.75em;
  19876. }
  19877. .ui.ten.doubling.cards .card {
  19878. width: calc( 20% - 1.5em );
  19879. margin-left: 0.75em;
  19880. margin-right: 0.75em;
  19881. }
  19882. }
  19883. /*-------------------
  19884. Stackable
  19885. --------------------*/
  19886. @media only screen and (max-width: 767px) {
  19887. .ui.stackable.cards {
  19888. display: block !important;
  19889. }
  19890. .ui.stackable.cards .card:first-child {
  19891. margin-top: 0em !important;
  19892. }
  19893. .ui.stackable.cards > .card {
  19894. display: block !important;
  19895. height: auto !important;
  19896. margin: 1em 1em;
  19897. padding: 0 !important;
  19898. width: calc( 100% - 2em ) !important;
  19899. }
  19900. }
  19901. /*--------------
  19902. Size
  19903. ---------------*/
  19904. .ui.cards > .card {
  19905. font-size: 1em;
  19906. }
  19907. /*******************************
  19908. Theme Overrides
  19909. *******************************/
  19910. /*******************************
  19911. User Variable Overrides
  19912. *******************************/
  19913. /*!
  19914. * # Semantic UI 2.1.6 - Comment
  19915. * http://github.com/semantic-org/semantic-ui/
  19916. *
  19917. *
  19918. * Copyright 2015 Contributors
  19919. * Released under the MIT license
  19920. * http://opensource.org/licenses/MIT
  19921. *
  19922. */
  19923. /*******************************
  19924. Standard
  19925. *******************************/
  19926. /*--------------
  19927. Comments
  19928. ---------------*/
  19929. .ui.comments {
  19930. margin: 1.5em 0em;
  19931. max-width: 650px;
  19932. }
  19933. .ui.comments:first-child {
  19934. margin-top: 0em;
  19935. }
  19936. .ui.comments:last-child {
  19937. margin-bottom: 0em;
  19938. }
  19939. /*--------------
  19940. Comment
  19941. ---------------*/
  19942. .ui.comments .comment {
  19943. position: relative;
  19944. background: none;
  19945. margin: 0.5em 0em 0em;
  19946. padding: 0.5em 0em 0em;
  19947. border: none;
  19948. border-top: none;
  19949. line-height: 1.2;
  19950. }
  19951. .ui.comments .comment:first-child {
  19952. margin-top: 0em;
  19953. padding-top: 0em;
  19954. }
  19955. /*--------------------
  19956. Nested Comments
  19957. ---------------------*/
  19958. .ui.comments .comment .comments {
  19959. margin: 0em 0em 0.5em 0.5em;
  19960. padding: 1em 0em 1em 1em;
  19961. }
  19962. .ui.comments .comment .comments:before {
  19963. position: absolute;
  19964. top: 0px;
  19965. left: 0px;
  19966. }
  19967. .ui.comments .comment .comments .comment {
  19968. border: none;
  19969. border-top: none;
  19970. background: none;
  19971. }
  19972. /*--------------
  19973. Avatar
  19974. ---------------*/
  19975. .ui.comments .comment .avatar {
  19976. display: block;
  19977. width: 2.5em;
  19978. height: auto;
  19979. float: left;
  19980. margin: 0.2em 0em 0em;
  19981. }
  19982. .ui.comments .comment img.avatar,
  19983. .ui.comments .comment .avatar img {
  19984. display: block;
  19985. margin: 0em auto;
  19986. width: 100%;
  19987. height: 100%;
  19988. border-radius: 0.25rem;
  19989. }
  19990. /*--------------
  19991. Content
  19992. ---------------*/
  19993. .ui.comments .comment > .content {
  19994. display: block;
  19995. }
  19996. /* If there is an avatar move content over */
  19997. .ui.comments .comment > .avatar ~ .content {
  19998. margin-left: 3.5em;
  19999. }
  20000. /*--------------
  20001. Author
  20002. ---------------*/
  20003. .ui.comments .comment .author {
  20004. font-size: 1em;
  20005. color: rgba(0, 0, 0, 0.87);
  20006. font-weight: bold;
  20007. }
  20008. .ui.comments .comment a.author {
  20009. cursor: pointer;
  20010. }
  20011. .ui.comments .comment a.author:hover {
  20012. color: #1e70bf;
  20013. }
  20014. /*--------------
  20015. Metadata
  20016. ---------------*/
  20017. .ui.comments .comment .metadata {
  20018. display: inline-block;
  20019. margin-left: 0.5em;
  20020. color: rgba(0, 0, 0, 0.4);
  20021. font-size: 0.875em;
  20022. }
  20023. .ui.comments .comment .metadata > * {
  20024. display: inline-block;
  20025. margin: 0em 0.5em 0em 0em;
  20026. }
  20027. .ui.comments .comment .metadata > :last-child {
  20028. margin-right: 0em;
  20029. }
  20030. /*--------------------
  20031. Comment Text
  20032. ---------------------*/
  20033. .ui.comments .comment .text {
  20034. margin: 0.25em 0em 0.5em;
  20035. font-size: 1em;
  20036. word-wrap: break-word;
  20037. color: rgba(0, 0, 0, 0.87);
  20038. line-height: 1.3;
  20039. }
  20040. /*--------------------
  20041. User Actions
  20042. ---------------------*/
  20043. .ui.comments .comment .actions {
  20044. font-size: 0.875em;
  20045. }
  20046. .ui.comments .comment .actions a {
  20047. cursor: pointer;
  20048. display: inline-block;
  20049. margin: 0em 0.75em 0em 0em;
  20050. color: rgba(0, 0, 0, 0.4);
  20051. }
  20052. .ui.comments .comment .actions a:last-child {
  20053. margin-right: 0em;
  20054. }
  20055. .ui.comments .comment .actions a.active,
  20056. .ui.comments .comment .actions a:hover {
  20057. color: rgba(0, 0, 0, 0.8);
  20058. }
  20059. /*--------------------
  20060. Reply Form
  20061. ---------------------*/
  20062. .ui.comments > .reply.form {
  20063. margin-top: 1em;
  20064. }
  20065. .ui.comments .comment .reply.form {
  20066. width: 100%;
  20067. margin-top: 1em;
  20068. }
  20069. .ui.comments .reply.form textarea {
  20070. font-size: 1em;
  20071. height: 12em;
  20072. }
  20073. /*******************************
  20074. State
  20075. *******************************/
  20076. .ui.collapsed.comments,
  20077. .ui.comments .collapsed.comments,
  20078. .ui.comments .collapsed.comment {
  20079. display: none;
  20080. }
  20081. /*******************************
  20082. Variations
  20083. *******************************/
  20084. /*--------------------
  20085. Threaded
  20086. ---------------------*/
  20087. .ui.threaded.comments .comment .comments {
  20088. margin: -1.5em 0 -1em 1.25em;
  20089. padding: 3em 0em 2em 2.25em;
  20090. box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
  20091. }
  20092. /*--------------------
  20093. Minimal
  20094. ---------------------*/
  20095. .ui.minimal.comments .comment .actions {
  20096. opacity: 0;
  20097. position: absolute;
  20098. top: 0px;
  20099. right: 0px;
  20100. left: auto;
  20101. -webkit-transition: opacity 0.2s ease;
  20102. transition: opacity 0.2s ease;
  20103. -webkit-transition-delay: 0.1s;
  20104. transition-delay: 0.1s;
  20105. }
  20106. .ui.minimal.comments .comment > .content:hover > .actions {
  20107. opacity: 1;
  20108. }
  20109. /*--------------------
  20110. Sizes
  20111. ---------------------*/
  20112. .ui.small.comments {
  20113. font-size: 0.9em;
  20114. }
  20115. .ui.comments {
  20116. font-size: 1em;
  20117. }
  20118. .ui.large.comments {
  20119. font-size: 1.1em;
  20120. }
  20121. .ui.huge.comments {
  20122. font-size: 1.2em;
  20123. }
  20124. /*******************************
  20125. Theme Overrides
  20126. *******************************/
  20127. /*******************************
  20128. User Variable Overrides
  20129. *******************************/
  20130. /*!
  20131. * # Semantic UI 2.1.6 - Feed
  20132. * http://github.com/semantic-org/semantic-ui/
  20133. *
  20134. *
  20135. * Copyright 2015 Contributors
  20136. * Released under the MIT license
  20137. * http://opensource.org/licenses/MIT
  20138. *
  20139. */
  20140. /*******************************
  20141. Activity Feed
  20142. *******************************/
  20143. .ui.feed {
  20144. margin: 1em 0em;
  20145. }
  20146. .ui.feed:first-child {
  20147. margin-top: 0em;
  20148. }
  20149. .ui.feed:last-child {
  20150. margin-bottom: 0em;
  20151. }
  20152. /*******************************
  20153. Content
  20154. *******************************/
  20155. /* Event */
  20156. .ui.feed > .event {
  20157. display: -webkit-box;
  20158. display: -webkit-flex;
  20159. display: -ms-flexbox;
  20160. display: flex;
  20161. -webkit-box-orient: horizontal;
  20162. -webkit-box-direction: normal;
  20163. -webkit-flex-direction: row;
  20164. -ms-flex-direction: row;
  20165. flex-direction: row;
  20166. width: 100%;
  20167. padding: 0.21428571rem 0em;
  20168. margin: 0em;
  20169. background: none;
  20170. border-top: none;
  20171. }
  20172. .ui.feed > .event:first-child {
  20173. border-top: 0px;
  20174. padding-top: 0em;
  20175. }
  20176. .ui.feed > .event:last-child {
  20177. padding-bottom: 0em;
  20178. }
  20179. /* Event Label */
  20180. .ui.feed > .event > .label {
  20181. display: block;
  20182. -webkit-box-flex: 0;
  20183. -webkit-flex: 0 0 auto;
  20184. -ms-flex: 0 0 auto;
  20185. flex: 0 0 auto;
  20186. width: 2.5em;
  20187. height: auto;
  20188. -webkit-align-self: stretch;
  20189. -ms-flex-item-align: stretch;
  20190. align-self: stretch;
  20191. text-align: left;
  20192. }
  20193. .ui.feed > .event > .label .icon {
  20194. opacity: 1;
  20195. font-size: 1.5em;
  20196. width: 100%;
  20197. padding: 0.25em;
  20198. background: none;
  20199. border: none;
  20200. border-radius: none;
  20201. color: rgba(0, 0, 0, 0.6);
  20202. }
  20203. .ui.feed > .event > .label img {
  20204. width: 100%;
  20205. height: auto;
  20206. border-radius: 500rem;
  20207. }
  20208. .ui.feed > .event > .label + .content {
  20209. margin: 0.5em 0em 0.35714286em 1.14285714em;
  20210. }
  20211. /*--------------
  20212. Content
  20213. ---------------*/
  20214. /* Content */
  20215. .ui.feed > .event > .content {
  20216. display: block;
  20217. -webkit-box-flex: 1;
  20218. -webkit-flex: 1 1 auto;
  20219. -ms-flex: 1 1 auto;
  20220. flex: 1 1 auto;
  20221. -webkit-align-self: stretch;
  20222. -ms-flex-item-align: stretch;
  20223. align-self: stretch;
  20224. text-align: left;
  20225. word-wrap: break-word;
  20226. }
  20227. .ui.feed > .event:last-child > .content {
  20228. padding-bottom: 0em;
  20229. }
  20230. /* Link */
  20231. .ui.feed > .event > .content a {
  20232. cursor: pointer;
  20233. }
  20234. /*--------------
  20235. Date
  20236. ---------------*/
  20237. .ui.feed > .event > .content .date {
  20238. margin: -0.5rem 0em 0em;
  20239. padding: 0em;
  20240. font-weight: normal;
  20241. font-size: 1em;
  20242. font-style: normal;
  20243. color: rgba(0, 0, 0, 0.4);
  20244. }
  20245. /*--------------
  20246. Summary
  20247. ---------------*/
  20248. .ui.feed > .event > .content .summary {
  20249. margin: 0em;
  20250. font-size: 1em;
  20251. font-weight: bold;
  20252. color: rgba(0, 0, 0, 0.87);
  20253. }
  20254. /* Summary Image */
  20255. .ui.feed > .event > .content .summary img {
  20256. display: inline-block;
  20257. width: auto;
  20258. height: 10em;
  20259. margin: -0.25em 0.25em 0em 0em;
  20260. border-radius: 0.25em;
  20261. vertical-align: middle;
  20262. }
  20263. /*--------------
  20264. User
  20265. ---------------*/
  20266. .ui.feed > .event > .content .user {
  20267. display: inline-block;
  20268. font-weight: bold;
  20269. margin-right: 0em;
  20270. vertical-align: baseline;
  20271. }
  20272. .ui.feed > .event > .content .user img {
  20273. margin: -0.25em 0.25em 0em 0em;
  20274. width: auto;
  20275. height: 10em;
  20276. vertical-align: middle;
  20277. }
  20278. /*--------------
  20279. Inline Date
  20280. ---------------*/
  20281. /* Date inside Summary */
  20282. .ui.feed > .event > .content .summary > .date {
  20283. display: inline-block;
  20284. float: none;
  20285. font-weight: normal;
  20286. font-size: 0.85714286em;
  20287. font-style: normal;
  20288. margin: 0em 0em 0em 0.5em;
  20289. padding: 0em;
  20290. color: rgba(0, 0, 0, 0.4);
  20291. }
  20292. /*--------------
  20293. Extra Summary
  20294. ---------------*/
  20295. .ui.feed > .event > .content .extra {
  20296. margin: 0.5em 0em 0em;
  20297. background: none;
  20298. padding: 0em;
  20299. color: rgba(0, 0, 0, 0.87);
  20300. }
  20301. /* Images */
  20302. .ui.feed > .event > .content .extra.images img {
  20303. display: inline-block;
  20304. margin: 0em 0.25em 0em 0em;
  20305. width: 6em;
  20306. }
  20307. /* Text */
  20308. .ui.feed > .event > .content .extra.text {
  20309. padding: 0em;
  20310. border-left: none;
  20311. font-size: 1em;
  20312. max-width: 500px;
  20313. line-height: 1.4285em;
  20314. }
  20315. /*--------------
  20316. Meta
  20317. ---------------*/
  20318. .ui.feed > .event > .content .meta {
  20319. display: inline-block;
  20320. font-size: 0.85714286em;
  20321. margin: 0.5em 0em 0em;
  20322. background: none;
  20323. border: none;
  20324. border-radius: 0;
  20325. box-shadow: none;
  20326. padding: 0em;
  20327. color: rgba(0, 0, 0, 0.6);
  20328. }
  20329. .ui.feed > .event > .content .meta > * {
  20330. position: relative;
  20331. margin-left: 0.75em;
  20332. }
  20333. .ui.feed > .event > .content .meta > *:after {
  20334. content: '';
  20335. color: rgba(0, 0, 0, 0.2);
  20336. top: 0em;
  20337. left: -1em;
  20338. opacity: 1;
  20339. position: absolute;
  20340. vertical-align: top;
  20341. }
  20342. .ui.feed > .event > .content .meta .like {
  20343. color: '';
  20344. -webkit-transition: 0.2s color ease;
  20345. transition: 0.2s color ease;
  20346. }
  20347. .ui.feed > .event > .content .meta .like:hover .icon {
  20348. color: #FF2733;
  20349. }
  20350. .ui.feed > .event > .content .meta .active.like .icon {
  20351. color: #EF404A;
  20352. }
  20353. /* First element */
  20354. .ui.feed > .event > .content .meta > :first-child {
  20355. margin-left: 0em;
  20356. }
  20357. .ui.feed > .event > .content .meta > :first-child::after {
  20358. display: none;
  20359. }
  20360. /* Action */
  20361. .ui.feed > .event > .content .meta a,
  20362. .ui.feed > .event > .content .meta > .icon {
  20363. cursor: pointer;
  20364. opacity: 1;
  20365. color: rgba(0, 0, 0, 0.5);
  20366. -webkit-transition: color 0.1s ease;
  20367. transition: color 0.1s ease;
  20368. }
  20369. .ui.feed > .event > .content .meta a:hover,
  20370. .ui.feed > .event > .content .meta a:hover .icon,
  20371. .ui.feed > .event > .content .meta > .icon:hover {
  20372. color: rgba(0, 0, 0, 0.95);
  20373. }
  20374. /*******************************
  20375. Variations
  20376. *******************************/
  20377. .ui.small.feed {
  20378. font-size: 0.92857143rem;
  20379. }
  20380. .ui.feed {
  20381. font-size: 1rem;
  20382. }
  20383. .ui.large.feed {
  20384. font-size: 1.14285714rem;
  20385. }
  20386. /*******************************
  20387. Theme Overrides
  20388. *******************************/
  20389. /*******************************
  20390. User Variable Overrides
  20391. *******************************/
  20392. /*!
  20393. * # Semantic UI 2.1.6 - Item
  20394. * http://github.com/semantic-org/semantic-ui/
  20395. *
  20396. *
  20397. * Copyright 2015 Contributors
  20398. * Released under the MIT license
  20399. * http://opensource.org/licenses/MIT
  20400. *
  20401. */
  20402. /*******************************
  20403. Standard
  20404. *******************************/
  20405. /*--------------
  20406. Item
  20407. ---------------*/
  20408. .ui.items > .item {
  20409. display: -webkit-box;
  20410. display: -webkit-flex;
  20411. display: -ms-flexbox;
  20412. display: flex;
  20413. margin: 1em 0em;
  20414. width: 100%;
  20415. min-height: 0px;
  20416. background: transparent;
  20417. padding: 0em;
  20418. border: none;
  20419. border-radius: 0rem;
  20420. box-shadow: none;
  20421. -webkit-transition: box-shadow 0.1s ease;
  20422. transition: box-shadow 0.1s ease;
  20423. z-index: '';
  20424. }
  20425. .ui.items > .item a {
  20426. cursor: pointer;
  20427. }
  20428. /*--------------
  20429. Items
  20430. ---------------*/
  20431. .ui.items {
  20432. margin: 1.5em 0em;
  20433. }
  20434. .ui.items:first-child {
  20435. margin-top: 0em !important;
  20436. }
  20437. .ui.items:last-child {
  20438. margin-bottom: 0em !important;
  20439. }
  20440. /*--------------
  20441. Item
  20442. ---------------*/
  20443. .ui.items > .item:after {
  20444. display: block;
  20445. content: ' ';
  20446. height: 0px;
  20447. clear: both;
  20448. overflow: hidden;
  20449. visibility: hidden;
  20450. }
  20451. .ui.items > .item:first-child {
  20452. margin-top: 0em;
  20453. }
  20454. .ui.items > .item:last-child {
  20455. margin-bottom: 0em;
  20456. }
  20457. /*--------------
  20458. Images
  20459. ---------------*/
  20460. .ui.items > .item > .image {
  20461. position: relative;
  20462. -webkit-box-flex: 0;
  20463. -webkit-flex: 0 0 auto;
  20464. -ms-flex: 0 0 auto;
  20465. flex: 0 0 auto;
  20466. display: block;
  20467. float: none;
  20468. margin: 0em;
  20469. padding: 0em;
  20470. max-height: '';
  20471. -webkit-align-self: top;
  20472. -ms-flex-item-align: top;
  20473. align-self: top;
  20474. }
  20475. .ui.items > .item > .image > img {
  20476. display: block;
  20477. width: 100%;
  20478. height: auto;
  20479. border-radius: 0.125rem;
  20480. border: none;
  20481. }
  20482. .ui.items > .item > .image:only-child > img {
  20483. border-radius: 0rem;
  20484. }
  20485. /*--------------
  20486. Content
  20487. ---------------*/
  20488. .ui.items > .item > .content {
  20489. display: block;
  20490. -webkit-box-flex: 1;
  20491. -webkit-flex: 1 1 auto;
  20492. -ms-flex: 1 1 auto;
  20493. flex: 1 1 auto;
  20494. background: none;
  20495. margin: 0em;
  20496. padding: 0em;
  20497. box-shadow: none;
  20498. font-size: 1em;
  20499. border: none;
  20500. border-radius: 0em;
  20501. }
  20502. .ui.items > .item > .content:after {
  20503. display: block;
  20504. content: ' ';
  20505. height: 0px;
  20506. clear: both;
  20507. overflow: hidden;
  20508. visibility: hidden;
  20509. }
  20510. .ui.items > .item > .image + .content {
  20511. min-width: 0;
  20512. width: auto;
  20513. display: block;
  20514. margin-left: 0em;
  20515. -webkit-align-self: top;
  20516. -ms-flex-item-align: top;
  20517. align-self: top;
  20518. padding-left: 1.5em;
  20519. }
  20520. .ui.items > .item > .content > .header {
  20521. display: inline-block;
  20522. margin: -0.21425em 0em 0em;
  20523. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  20524. font-weight: bold;
  20525. color: rgba(0, 0, 0, 0.85);
  20526. }
  20527. /* Default Header Size */
  20528. .ui.items > .item > .content > .header:not(.ui) {
  20529. font-size: 1.28571429em;
  20530. }
  20531. /*--------------
  20532. Floated
  20533. ---------------*/
  20534. .ui.items > .item [class*="left floated"] {
  20535. float: left;
  20536. }
  20537. .ui.items > .item [class*="right floated"] {
  20538. float: right;
  20539. }
  20540. /*--------------
  20541. Content Image
  20542. ---------------*/
  20543. .ui.items > .item .content img {
  20544. -webkit-align-self: middle;
  20545. -ms-flex-item-align: middle;
  20546. align-self: middle;
  20547. width: '';
  20548. }
  20549. .ui.items > .item img.avatar,
  20550. .ui.items > .item .avatar img {
  20551. width: '';
  20552. height: '';
  20553. border-radius: 500rem;
  20554. }
  20555. /*--------------
  20556. Description
  20557. ---------------*/
  20558. .ui.items > .item > .content > .description {
  20559. margin-top: 0.6em;
  20560. max-width: auto;
  20561. font-size: 1em;
  20562. line-height: 1.4285em;
  20563. color: rgba(0, 0, 0, 0.87);
  20564. }
  20565. /*--------------
  20566. Paragraph
  20567. ---------------*/
  20568. .ui.items > .item > .content p {
  20569. margin: 0em 0em 0.5em;
  20570. }
  20571. .ui.items > .item > .content p:last-child {
  20572. margin-bottom: 0em;
  20573. }
  20574. /*--------------
  20575. Meta
  20576. ---------------*/
  20577. .ui.items > .item .meta {
  20578. margin: 0.5em 0em 0.5em;
  20579. font-size: 1em;
  20580. line-height: 1em;
  20581. color: rgba(0, 0, 0, 0.6);
  20582. }
  20583. .ui.items > .item .meta * {
  20584. margin-right: 0.3em;
  20585. }
  20586. .ui.items > .item .meta :last-child {
  20587. margin-right: 0em;
  20588. }
  20589. .ui.items > .item .meta [class*="right floated"] {
  20590. margin-right: 0em;
  20591. margin-left: 0.3em;
  20592. }
  20593. /*--------------
  20594. Links
  20595. ---------------*/
  20596. /* Generic */
  20597. .ui.items > .item > .content a:not(.ui) {
  20598. color: '';
  20599. -webkit-transition: color 0.1s ease;
  20600. transition: color 0.1s ease;
  20601. }
  20602. .ui.items > .item > .content a:not(.ui):hover {
  20603. color: '';
  20604. }
  20605. /* Header */
  20606. .ui.items > .item > .content > a.header {
  20607. color: rgba(0, 0, 0, 0.85);
  20608. }
  20609. .ui.items > .item > .content > a.header:hover {
  20610. color: #1e70bf;
  20611. }
  20612. /* Meta */
  20613. .ui.items > .item .meta > a:not(.ui) {
  20614. color: rgba(0, 0, 0, 0.4);
  20615. }
  20616. .ui.items > .item .meta > a:not(.ui):hover {
  20617. color: rgba(0, 0, 0, 0.87);
  20618. }
  20619. /*--------------
  20620. Labels
  20621. ---------------*/
  20622. /*-----Star----- */
  20623. /* Icon */
  20624. .ui.items > .item > .content .favorite.icon {
  20625. cursor: pointer;
  20626. opacity: 0.75;
  20627. -webkit-transition: color 0.1s ease;
  20628. transition: color 0.1s ease;
  20629. }
  20630. .ui.items > .item > .content .favorite.icon:hover {
  20631. opacity: 1;
  20632. color: #FFB70A;
  20633. }
  20634. .ui.items > .item > .content .active.favorite.icon {
  20635. color: #FFE623;
  20636. }
  20637. /*-----Like----- */
  20638. /* Icon */
  20639. .ui.items > .item > .content .like.icon {
  20640. cursor: pointer;
  20641. opacity: 0.75;
  20642. -webkit-transition: color 0.1s ease;
  20643. transition: color 0.1s ease;
  20644. }
  20645. .ui.items > .item > .content .like.icon:hover {
  20646. opacity: 1;
  20647. color: #FF2733;
  20648. }
  20649. .ui.items > .item > .content .active.like.icon {
  20650. color: #FF2733;
  20651. }
  20652. /*----------------
  20653. Extra Content
  20654. -----------------*/
  20655. .ui.items > .item .extra {
  20656. display: block;
  20657. position: relative;
  20658. background: none;
  20659. margin: 0.5rem 0em 0em;
  20660. width: 100%;
  20661. padding: 0em 0em 0em;
  20662. top: 0em;
  20663. left: 0em;
  20664. color: rgba(0, 0, 0, 0.4);
  20665. box-shadow: none;
  20666. -webkit-transition: color 0.1s ease;
  20667. transition: color 0.1s ease;
  20668. border-top: none;
  20669. }
  20670. .ui.items > .item .extra > * {
  20671. margin: 0.25rem 0.5rem 0.25rem 0em;
  20672. }
  20673. .ui.items > .item .extra > [class*="right floated"] {
  20674. margin: 0.25rem 0em 0.25rem 0.5rem;
  20675. }
  20676. .ui.items > .item .extra:after {
  20677. display: block;
  20678. content: ' ';
  20679. height: 0px;
  20680. clear: both;
  20681. overflow: hidden;
  20682. visibility: hidden;
  20683. }
  20684. /*******************************
  20685. Responsive
  20686. *******************************/
  20687. /* Default Image Width */
  20688. .ui.items > .item > .image:not(.ui) {
  20689. width: 175px;
  20690. }
  20691. /* Tablet Only */
  20692. @media only screen and (min-width: 768px) and (max-width: 991px) {
  20693. .ui.items > .item {
  20694. margin: 1em 0em;
  20695. }
  20696. .ui.items > .item > .image:not(.ui) {
  20697. width: 150px;
  20698. }
  20699. .ui.items > .item > .image + .content {
  20700. display: block;
  20701. padding: 0em 0em 0em 1em;
  20702. }
  20703. }
  20704. /* Mobily Only */
  20705. @media only screen and (max-width: 767px) {
  20706. .ui.items > .item {
  20707. -webkit-box-orient: vertical;
  20708. -webkit-box-direction: normal;
  20709. -webkit-flex-direction: column;
  20710. -ms-flex-direction: column;
  20711. flex-direction: column;
  20712. margin: 2em 0em;
  20713. }
  20714. .ui.items > .item > .image {
  20715. display: block;
  20716. margin-left: auto;
  20717. margin-right: auto;
  20718. }
  20719. .ui.items > .item > .image,
  20720. .ui.items > .item > .image > img {
  20721. max-width: 100% !important;
  20722. width: auto !important;
  20723. max-height: 250px !important;
  20724. }
  20725. .ui.items > .item > .image + .content {
  20726. display: block;
  20727. padding: 1.5em 0em 0em;
  20728. }
  20729. }
  20730. /*******************************
  20731. Variations
  20732. *******************************/
  20733. /*-------------------
  20734. Aligned
  20735. --------------------*/
  20736. .ui.items > .item > .image + [class*="top aligned"].content {
  20737. -webkit-align-self: flex-start;
  20738. -ms-flex-item-align: start;
  20739. align-self: flex-start;
  20740. }
  20741. .ui.items > .item > .image + [class*="middle aligned"].content {
  20742. -webkit-align-self: center;
  20743. -ms-flex-item-align: center;
  20744. align-self: center;
  20745. }
  20746. .ui.items > .item > .image + [class*="bottom aligned"].content {
  20747. -webkit-align-self: flex-end;
  20748. -ms-flex-item-align: end;
  20749. align-self: flex-end;
  20750. }
  20751. /*--------------
  20752. Relaxed
  20753. ---------------*/
  20754. .ui.relaxed.items > .item {
  20755. margin: 1.5em 0em;
  20756. }
  20757. .ui[class*="very relaxed"].items > .item {
  20758. margin: 2em 0em;
  20759. }
  20760. /*-------------------
  20761. Divided
  20762. --------------------*/
  20763. .ui.divided.items > .item {
  20764. border-top: 1px solid rgba(34, 36, 38, 0.15);
  20765. margin: 0em;
  20766. padding: 1em 0em;
  20767. }
  20768. .ui.divided.items > .item:first-child {
  20769. border-top: none;
  20770. margin-top: 0em !important;
  20771. padding-top: 0em !important;
  20772. }
  20773. .ui.divided.items > .item:last-child {
  20774. margin-bottom: 0em !important;
  20775. padding-bottom: 0em !important;
  20776. }
  20777. /* Relaxed Divided */
  20778. .ui.relaxed.divided.items > .item {
  20779. margin: 0em;
  20780. padding: 1.5em 0em;
  20781. }
  20782. .ui[class*="very relaxed"].divided.items > .item {
  20783. margin: 0em;
  20784. padding: 2em 0em;
  20785. }
  20786. /*-------------------
  20787. Link
  20788. --------------------*/
  20789. .ui.items a.item:hover,
  20790. .ui.link.items > .item:hover {
  20791. cursor: pointer;
  20792. }
  20793. .ui.items a.item:hover .content .header,
  20794. .ui.link.items > .item:hover .content .header {
  20795. color: #1e70bf;
  20796. }
  20797. /*--------------
  20798. Size
  20799. ---------------*/
  20800. .ui.items > .item {
  20801. font-size: 1em;
  20802. }
  20803. /*******************************
  20804. Theme Overrides
  20805. *******************************/
  20806. /*******************************
  20807. User Variable Overrides
  20808. *******************************/
  20809. /*!
  20810. * # Semantic UI 2.1.6 - Statistic
  20811. * http://github.com/semantic-org/semantic-ui/
  20812. *
  20813. *
  20814. * Copyright 2015 Contributors
  20815. * Released under the MIT license
  20816. * http://opensource.org/licenses/MIT
  20817. *
  20818. */
  20819. /*******************************
  20820. Statistic
  20821. *******************************/
  20822. /* Standalone */
  20823. .ui.statistic {
  20824. display: -webkit-inline-box;
  20825. display: -webkit-inline-flex;
  20826. display: -ms-inline-flexbox;
  20827. display: inline-flex;
  20828. -webkit-box-orient: vertical;
  20829. -webkit-box-direction: normal;
  20830. -webkit-flex-direction: column;
  20831. -ms-flex-direction: column;
  20832. flex-direction: column;
  20833. margin: 1em 0em;
  20834. max-width: auto;
  20835. }
  20836. .ui.statistic + .ui.statistic {
  20837. margin: 0em 0em 0em 1.5em;
  20838. }
  20839. .ui.statistic:first-child {
  20840. margin-top: 0em;
  20841. }
  20842. .ui.statistic:last-child {
  20843. margin-bottom: 0em;
  20844. }
  20845. /*******************************
  20846. Group
  20847. *******************************/
  20848. /* Grouped */
  20849. .ui.statistics {
  20850. display: -webkit-box;
  20851. display: -webkit-flex;
  20852. display: -ms-flexbox;
  20853. display: flex;
  20854. -webkit-box-align: start;
  20855. -webkit-align-items: flex-start;
  20856. -ms-flex-align: start;
  20857. align-items: flex-start;
  20858. -webkit-flex-wrap: wrap;
  20859. -ms-flex-wrap: wrap;
  20860. flex-wrap: wrap;
  20861. }
  20862. .ui.statistics > .statistic {
  20863. display: -webkit-inline-box;
  20864. display: -webkit-inline-flex;
  20865. display: -ms-inline-flexbox;
  20866. display: inline-flex;
  20867. -webkit-box-flex: 0;
  20868. -webkit-flex: 0 1 auto;
  20869. -ms-flex: 0 1 auto;
  20870. flex: 0 1 auto;
  20871. -webkit-box-orient: vertical;
  20872. -webkit-box-direction: normal;
  20873. -webkit-flex-direction: column;
  20874. -ms-flex-direction: column;
  20875. flex-direction: column;
  20876. margin: 0em 1.5em 2em;
  20877. max-width: auto;
  20878. }
  20879. .ui.statistics {
  20880. display: -webkit-box;
  20881. display: -webkit-flex;
  20882. display: -ms-flexbox;
  20883. display: flex;
  20884. margin: 1em -1.5em -2em;
  20885. }
  20886. /* Clearing */
  20887. .ui.statistics:after {
  20888. display: block;
  20889. content: ' ';
  20890. height: 0px;
  20891. clear: both;
  20892. overflow: hidden;
  20893. visibility: hidden;
  20894. }
  20895. .ui.statistics:first-child {
  20896. margin-top: 0em;
  20897. }
  20898. .ui.statistics:last-child {
  20899. margin-bottom: 0em;
  20900. }
  20901. /*******************************
  20902. Content
  20903. *******************************/
  20904. /*--------------
  20905. Value
  20906. ---------------*/
  20907. .ui.statistics .statistic > .value,
  20908. .ui.statistic > .value {
  20909. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  20910. font-size: 4rem;
  20911. font-weight: normal;
  20912. line-height: 1em;
  20913. color: #1B1C1D;
  20914. text-transform: uppercase;
  20915. text-align: center;
  20916. }
  20917. /*--------------
  20918. Label
  20919. ---------------*/
  20920. .ui.statistics .statistic > .label,
  20921. .ui.statistic > .label {
  20922. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  20923. font-size: 1em;
  20924. font-weight: bold;
  20925. color: rgba(0, 0, 0, 0.87);
  20926. text-transform: uppercase;
  20927. text-align: center;
  20928. }
  20929. /* Top Label */
  20930. .ui.statistics .statistic > .label ~ .value,
  20931. .ui.statistic > .label ~ .value {
  20932. margin-top: 0rem;
  20933. }
  20934. /* Bottom Label */
  20935. .ui.statistics .statistic > .value ~ .label,
  20936. .ui.statistic > .value ~ .label {
  20937. margin-top: 0rem;
  20938. }
  20939. /*******************************
  20940. Types
  20941. *******************************/
  20942. /*--------------
  20943. Icon Value
  20944. ---------------*/
  20945. .ui.statistics .statistic > .value .icon,
  20946. .ui.statistic > .value .icon {
  20947. opacity: 1;
  20948. width: auto;
  20949. margin: 0em;
  20950. }
  20951. /*--------------
  20952. Text Value
  20953. ---------------*/
  20954. .ui.statistics .statistic > .text.value,
  20955. .ui.statistic > .text.value {
  20956. line-height: 1em;
  20957. min-height: 2em;
  20958. font-weight: bold;
  20959. text-align: center;
  20960. }
  20961. .ui.statistics .statistic > .text.value + .label,
  20962. .ui.statistic > .text.value + .label {
  20963. text-align: center;
  20964. }
  20965. /*--------------
  20966. Image Value
  20967. ---------------*/
  20968. .ui.statistics .statistic > .value img,
  20969. .ui.statistic > .value img {
  20970. max-height: 3rem;
  20971. vertical-align: baseline;
  20972. }
  20973. /*******************************
  20974. Variations
  20975. *******************************/
  20976. /*--------------
  20977. Count
  20978. ---------------*/
  20979. .ui.ten.statistics {
  20980. margin: 0em 0em -2em;
  20981. }
  20982. .ui.ten.statistics .statistic {
  20983. min-width: 10%;
  20984. margin: 0em 0em 2em;
  20985. }
  20986. .ui.nine.statistics {
  20987. margin: 0em 0em -2em;
  20988. }
  20989. .ui.nine.statistics .statistic {
  20990. min-width: 11.11111111%;
  20991. margin: 0em 0em 2em;
  20992. }
  20993. .ui.eight.statistics {
  20994. margin: 0em 0em -2em;
  20995. }
  20996. .ui.eight.statistics .statistic {
  20997. min-width: 12.5%;
  20998. margin: 0em 0em 2em;
  20999. }
  21000. .ui.seven.statistics {
  21001. margin: 0em 0em -2em;
  21002. }
  21003. .ui.seven.statistics .statistic {
  21004. min-width: 14.28571429%;
  21005. margin: 0em 0em 2em;
  21006. }
  21007. .ui.six.statistics {
  21008. margin: 0em 0em -2em;
  21009. }
  21010. .ui.six.statistics .statistic {
  21011. min-width: 16.66666667%;
  21012. margin: 0em 0em 2em;
  21013. }
  21014. .ui.five.statistics {
  21015. margin: 0em 0em -2em;
  21016. }
  21017. .ui.five.statistics .statistic {
  21018. min-width: 20%;
  21019. margin: 0em 0em 2em;
  21020. }
  21021. .ui.four.statistics {
  21022. margin: 0em 0em -2em;
  21023. }
  21024. .ui.four.statistics .statistic {
  21025. min-width: 25%;
  21026. margin: 0em 0em 2em;
  21027. }
  21028. .ui.three.statistics {
  21029. margin: 0em 0em -2em;
  21030. }
  21031. .ui.three.statistics .statistic {
  21032. min-width: 33.33333333%;
  21033. margin: 0em 0em 2em;
  21034. }
  21035. .ui.two.statistics {
  21036. margin: 0em 0em -2em;
  21037. }
  21038. .ui.two.statistics .statistic {
  21039. min-width: 50%;
  21040. margin: 0em 0em 2em;
  21041. }
  21042. .ui.one.statistics {
  21043. margin: 0em 0em -2em;
  21044. }
  21045. .ui.one.statistics .statistic {
  21046. min-width: 100%;
  21047. margin: 0em 0em 2em;
  21048. }
  21049. /*--------------
  21050. Horizontal
  21051. ---------------*/
  21052. .ui.horizontal.statistic {
  21053. -webkit-box-orient: horizontal;
  21054. -webkit-box-direction: normal;
  21055. -webkit-flex-direction: row;
  21056. -ms-flex-direction: row;
  21057. flex-direction: row;
  21058. -webkit-box-align: center;
  21059. -webkit-align-items: center;
  21060. -ms-flex-align: center;
  21061. align-items: center;
  21062. }
  21063. .ui.horizontal.statistics {
  21064. -webkit-box-orient: vertical;
  21065. -webkit-box-direction: normal;
  21066. -webkit-flex-direction: column;
  21067. -ms-flex-direction: column;
  21068. flex-direction: column;
  21069. margin: 0em;
  21070. max-width: none;
  21071. }
  21072. .ui.horizontal.statistics .statistic {
  21073. -webkit-box-orient: horizontal;
  21074. -webkit-box-direction: normal;
  21075. -webkit-flex-direction: row;
  21076. -ms-flex-direction: row;
  21077. flex-direction: row;
  21078. -webkit-box-align: center;
  21079. -webkit-align-items: center;
  21080. -ms-flex-align: center;
  21081. align-items: center;
  21082. max-width: none;
  21083. margin: 1em 0em;
  21084. }
  21085. .ui.horizontal.statistic > .text.value,
  21086. .ui.horizontal.statistics > .statistic > .text.value {
  21087. min-height: 0em !important;
  21088. }
  21089. .ui.horizontal.statistics .statistic > .value .icon,
  21090. .ui.horizontal.statistic > .value .icon {
  21091. width: 1.18em;
  21092. }
  21093. .ui.horizontal.statistics .statistic > .value,
  21094. .ui.horizontal.statistic > .value {
  21095. display: inline-block;
  21096. vertical-align: middle;
  21097. }
  21098. .ui.horizontal.statistics .statistic > .label,
  21099. .ui.horizontal.statistic > .label {
  21100. display: inline-block;
  21101. vertical-align: middle;
  21102. margin: 0em 0em 0em 0.75em;
  21103. }
  21104. /*--------------
  21105. Colors
  21106. ---------------*/
  21107. .ui.red.statistics .statistic > .value,
  21108. .ui.statistics .red.statistic > .value,
  21109. .ui.red.statistic > .value {
  21110. color: #DB2828;
  21111. }
  21112. .ui.orange.statistics .statistic > .value,
  21113. .ui.statistics .orange.statistic > .value,
  21114. .ui.orange.statistic > .value {
  21115. color: #F2711C;
  21116. }
  21117. .ui.yellow.statistics .statistic > .value,
  21118. .ui.statistics .yellow.statistic > .value,
  21119. .ui.yellow.statistic > .value {
  21120. color: #FBBD08;
  21121. }
  21122. .ui.olive.statistics .statistic > .value,
  21123. .ui.statistics .olive.statistic > .value,
  21124. .ui.olive.statistic > .value {
  21125. color: #B5CC18;
  21126. }
  21127. .ui.green.statistics .statistic > .value,
  21128. .ui.statistics .green.statistic > .value,
  21129. .ui.green.statistic > .value {
  21130. color: #21BA45;
  21131. }
  21132. .ui.teal.statistics .statistic > .value,
  21133. .ui.statistics .teal.statistic > .value,
  21134. .ui.teal.statistic > .value {
  21135. color: #00B5AD;
  21136. }
  21137. .ui.blue.statistics .statistic > .value,
  21138. .ui.statistics .blue.statistic > .value,
  21139. .ui.blue.statistic > .value {
  21140. color: #2185D0;
  21141. }
  21142. .ui.violet.statistics .statistic > .value,
  21143. .ui.statistics .violet.statistic > .value,
  21144. .ui.violet.statistic > .value {
  21145. color: #6435C9;
  21146. }
  21147. .ui.purple.statistics .statistic > .value,
  21148. .ui.statistics .purple.statistic > .value,
  21149. .ui.purple.statistic > .value {
  21150. color: #A333C8;
  21151. }
  21152. .ui.pink.statistics .statistic > .value,
  21153. .ui.statistics .pink.statistic > .value,
  21154. .ui.pink.statistic > .value {
  21155. color: #E03997;
  21156. }
  21157. .ui.brown.statistics .statistic > .value,
  21158. .ui.statistics .brown.statistic > .value,
  21159. .ui.brown.statistic > .value {
  21160. color: #A5673F;
  21161. }
  21162. .ui.grey.statistics .statistic > .value,
  21163. .ui.statistics .grey.statistic > .value,
  21164. .ui.grey.statistic > .value {
  21165. color: #767676;
  21166. }
  21167. /*--------------
  21168. Inverted
  21169. ---------------*/
  21170. .ui.inverted.statistics .statistic > .value,
  21171. .ui.inverted.statistic .value {
  21172. color: #FFFFFF;
  21173. }
  21174. .ui.inverted.statistics .statistic > .label,
  21175. .ui.inverted.statistic .label {
  21176. color: rgba(255, 255, 255, 0.9);
  21177. }
  21178. .ui.inverted.red.statistics .statistic > .value,
  21179. .ui.statistics .inverted.red.statistic > .value,
  21180. .ui.inverted.red.statistic > .value {
  21181. color: #FF695E;
  21182. }
  21183. .ui.inverted.orange.statistics .statistic > .value,
  21184. .ui.statistics .inverted.orange.statistic > .value,
  21185. .ui.inverted.orange.statistic > .value {
  21186. color: #FF851B;
  21187. }
  21188. .ui.inverted.yellow.statistics .statistic > .value,
  21189. .ui.statistics .inverted.yellow.statistic > .value,
  21190. .ui.inverted.yellow.statistic > .value {
  21191. color: #FFE21F;
  21192. }
  21193. .ui.inverted.olive.statistics .statistic > .value,
  21194. .ui.statistics .inverted.olive.statistic > .value,
  21195. .ui.inverted.olive.statistic > .value {
  21196. color: #D9E778;
  21197. }
  21198. .ui.inverted.green.statistics .statistic > .value,
  21199. .ui.statistics .inverted.green.statistic > .value,
  21200. .ui.inverted.green.statistic > .value {
  21201. color: #2ECC40;
  21202. }
  21203. .ui.inverted.teal.statistics .statistic > .value,
  21204. .ui.statistics .inverted.teal.statistic > .value,
  21205. .ui.inverted.teal.statistic > .value {
  21206. color: #6DFFFF;
  21207. }
  21208. .ui.inverted.blue.statistics .statistic > .value,
  21209. .ui.statistics .inverted.blue.statistic > .value,
  21210. .ui.inverted.blue.statistic > .value {
  21211. color: #54C8FF;
  21212. }
  21213. .ui.inverted.violet.statistics .statistic > .value,
  21214. .ui.statistics .inverted.violet.statistic > .value,
  21215. .ui.inverted.violet.statistic > .value {
  21216. color: #A291FB;
  21217. }
  21218. .ui.inverted.purple.statistics .statistic > .value,
  21219. .ui.statistics .inverted.purple.statistic > .value,
  21220. .ui.inverted.purple.statistic > .value {
  21221. color: #DC73FF;
  21222. }
  21223. .ui.inverted.pink.statistics .statistic > .value,
  21224. .ui.statistics .inverted.pink.statistic > .value,
  21225. .ui.inverted.pink.statistic > .value {
  21226. color: #FF8EDF;
  21227. }
  21228. .ui.inverted.brown.statistics .statistic > .value,
  21229. .ui.statistics .inverted.brown.statistic > .value,
  21230. .ui.inverted.brown.statistic > .value {
  21231. color: #D67C1C;
  21232. }
  21233. .ui.inverted.grey.statistics .statistic > .value,
  21234. .ui.statistics .inverted.grey.statistic > .value,
  21235. .ui.inverted.grey.statistic > .value {
  21236. color: #DCDDDE;
  21237. }
  21238. /*--------------
  21239. Floated
  21240. ---------------*/
  21241. .ui[class*="left floated"].statistic {
  21242. float: left;
  21243. margin: 0em 2em 1em 0em;
  21244. }
  21245. .ui[class*="right floated"].statistic {
  21246. float: right;
  21247. margin: 0em 0em 1em 2em;
  21248. }
  21249. .ui.floated.statistic:last-child {
  21250. margin-bottom: 0em;
  21251. }
  21252. /*--------------
  21253. Sizes
  21254. ---------------*/
  21255. /* Mini */
  21256. .ui.mini.statistics .statistic > .value,
  21257. .ui.mini.statistic > .value {
  21258. font-size: 1.5rem;
  21259. }
  21260. .ui.mini.horizontal.statistics .statistic > .value,
  21261. .ui.mini.horizontal.statistic > .value {
  21262. font-size: 1.5rem;
  21263. }
  21264. .ui.mini.statistics .statistic > .text.value,
  21265. .ui.mini.statistic > .text.value {
  21266. font-size: 1rem;
  21267. }
  21268. /* Tiny */
  21269. .ui.tiny.statistics .statistic > .value,
  21270. .ui.tiny.statistic > .value {
  21271. font-size: 2rem;
  21272. }
  21273. .ui.tiny.horizontal.statistics .statistic > .value,
  21274. .ui.tiny.horizontal.statistic > .value {
  21275. font-size: 2rem;
  21276. }
  21277. .ui.tiny.statistics .statistic > .text.value,
  21278. .ui.tiny.statistic > .text.value {
  21279. font-size: 1rem;
  21280. }
  21281. /* Small */
  21282. .ui.small.statistics .statistic > .value,
  21283. .ui.small.statistic > .value {
  21284. font-size: 3rem;
  21285. }
  21286. .ui.small.horizontal.statistics .statistic > .value,
  21287. .ui.small.horizontal.statistic > .value {
  21288. font-size: 2rem;
  21289. }
  21290. .ui.small.statistics .statistic > .text.value,
  21291. .ui.small.statistic > .text.value {
  21292. font-size: 1rem;
  21293. }
  21294. /* Medium */
  21295. .ui.statistics .statistic > .value,
  21296. .ui.statistic > .value {
  21297. font-size: 4rem;
  21298. }
  21299. .ui.horizontal.statistics .statistic > .value,
  21300. .ui.horizontal.statistic > .value {
  21301. font-size: 3rem;
  21302. }
  21303. .ui.statistics .statistic > .text.value,
  21304. .ui.statistic > .text.value {
  21305. font-size: 2rem;
  21306. }
  21307. /* Large */
  21308. .ui.large.statistics .statistic > .value,
  21309. .ui.large.statistic > .value {
  21310. font-size: 5rem;
  21311. }
  21312. .ui.large.horizontal.statistics .statistic > .value,
  21313. .ui.large.horizontal.statistic > .value {
  21314. font-size: 4rem;
  21315. }
  21316. .ui.large.statistics .statistic > .text.value,
  21317. .ui.large.statistic > .text.value {
  21318. font-size: 2.5rem;
  21319. }
  21320. /* Huge */
  21321. .ui.huge.statistics .statistic > .value,
  21322. .ui.huge.statistic > .value {
  21323. font-size: 6rem;
  21324. }
  21325. .ui.huge.horizontal.statistics .statistic > .value,
  21326. .ui.huge.horizontal.statistic > .value {
  21327. font-size: 5rem;
  21328. }
  21329. .ui.huge.statistics .statistic > .text.value,
  21330. .ui.huge.statistic > .text.value {
  21331. font-size: 2.5rem;
  21332. }
  21333. /*******************************
  21334. Theme Overrides
  21335. *******************************/
  21336. /*******************************
  21337. User Variable Overrides
  21338. *******************************/
  21339. /*!
  21340. * # Semantic UI 2.1.6 - Accordion
  21341. * http://github.com/semantic-org/semantic-ui/
  21342. *
  21343. *
  21344. * Copyright 2015 Contributors
  21345. * Released under the MIT license
  21346. * http://opensource.org/licenses/MIT
  21347. *
  21348. */
  21349. /*******************************
  21350. Accordion
  21351. *******************************/
  21352. .ui.accordion,
  21353. .ui.accordion .accordion {
  21354. max-width: 100%;
  21355. }
  21356. .ui.accordion .accordion {
  21357. margin: 1em 0em 0em;
  21358. padding: 0em;
  21359. }
  21360. /* Title */
  21361. .ui.accordion .title,
  21362. .ui.accordion .accordion .title {
  21363. cursor: pointer;
  21364. }
  21365. /* Default Styling */
  21366. .ui.accordion .title:not(.ui) {
  21367. padding: 0.5em 0em;
  21368. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  21369. font-size: 1em;
  21370. color: rgba(0, 0, 0, 0.87);
  21371. }
  21372. /* Content */
  21373. .ui.accordion .title ~ .content,
  21374. .ui.accordion .accordion .title ~ .content {
  21375. display: none;
  21376. }
  21377. /* Default Styling */
  21378. .ui.accordion:not(.styled) .title ~ .content:not(.ui),
  21379. .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  21380. margin: '';
  21381. padding: 0.5em 0em 1em;
  21382. }
  21383. .ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  21384. padding-bottom: 0em;
  21385. }
  21386. /* Arrow */
  21387. .ui.accordion .title .dropdown.icon,
  21388. .ui.accordion .accordion .title .dropdown.icon {
  21389. display: inline-block;
  21390. float: none;
  21391. opacity: 1;
  21392. width: 1.25em;
  21393. height: 1em;
  21394. margin: 0em 0.25rem 0em 0rem;
  21395. padding: 0em;
  21396. font-size: 1em;
  21397. -webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease;
  21398. transition: transform 0.1s ease, opacity 0.1s ease;
  21399. vertical-align: baseline;
  21400. -webkit-transform: none;
  21401. -ms-transform: none;
  21402. transform: none;
  21403. }
  21404. /*--------------
  21405. Coupling
  21406. ---------------*/
  21407. /* Menu */
  21408. .ui.accordion.menu .item .title {
  21409. display: block;
  21410. padding: 0em;
  21411. }
  21412. .ui.accordion.menu .item .title > .dropdown.icon {
  21413. float: right;
  21414. margin: 0.21425em 0em 0em 1em;
  21415. -webkit-transform: rotate(180deg);
  21416. -ms-transform: rotate(180deg);
  21417. transform: rotate(180deg);
  21418. }
  21419. /* Header */
  21420. .ui.accordion .ui.header .dropdown.icon {
  21421. font-size: 1em;
  21422. margin: 0em 0.25rem 0em 0rem;
  21423. }
  21424. /*******************************
  21425. States
  21426. *******************************/
  21427. .ui.accordion .active.title .dropdown.icon,
  21428. .ui.accordion .accordion .active.title .dropdown.icon {
  21429. -webkit-transform: rotate(90deg);
  21430. -ms-transform: rotate(90deg);
  21431. transform: rotate(90deg);
  21432. }
  21433. .ui.accordion.menu .item .active.title > .dropdown.icon {
  21434. -webkit-transform: rotate(90deg);
  21435. -ms-transform: rotate(90deg);
  21436. transform: rotate(90deg);
  21437. }
  21438. /*******************************
  21439. Types
  21440. *******************************/
  21441. /*--------------
  21442. Styled
  21443. ---------------*/
  21444. .ui.styled.accordion {
  21445. width: 600px;
  21446. }
  21447. .ui.styled.accordion,
  21448. .ui.styled.accordion .accordion {
  21449. border-radius: 0.28571429rem;
  21450. background: #FFFFFF;
  21451. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
  21452. }
  21453. .ui.styled.accordion .title,
  21454. .ui.styled.accordion .accordion .title {
  21455. margin: 0em;
  21456. padding: 0.75em 1em;
  21457. color: rgba(0, 0, 0, 0.4);
  21458. font-weight: bold;
  21459. border-top: 1px solid rgba(34, 36, 38, 0.15);
  21460. -webkit-transition: background 0.1s ease, color 0.1s ease;
  21461. transition: background 0.1s ease, color 0.1s ease;
  21462. }
  21463. .ui.styled.accordion > .title:first-child,
  21464. .ui.styled.accordion .accordion .title:first-child {
  21465. border-top: none;
  21466. }
  21467. /* Content */
  21468. .ui.styled.accordion .content,
  21469. .ui.styled.accordion .accordion .content {
  21470. margin: 0em;
  21471. padding: 0.5em 1em 1.5em;
  21472. }
  21473. .ui.styled.accordion .accordion .content {
  21474. padding: 0em;
  21475. padding: 0.5em 1em 1.5em;
  21476. }
  21477. /* Hover */
  21478. .ui.styled.accordion .title:hover,
  21479. .ui.styled.accordion .active.title,
  21480. .ui.styled.accordion .accordion .title:hover,
  21481. .ui.styled.accordion .accordion .active.title {
  21482. background: transparent;
  21483. color: rgba(0, 0, 0, 0.87);
  21484. }
  21485. .ui.styled.accordion .accordion .title:hover,
  21486. .ui.styled.accordion .accordion .active.title {
  21487. background: transparent;
  21488. color: rgba(0, 0, 0, 0.87);
  21489. }
  21490. /* Active */
  21491. .ui.styled.accordion .active.title {
  21492. background: transparent;
  21493. color: rgba(0, 0, 0, 0.95);
  21494. }
  21495. .ui.styled.accordion .accordion .active.title {
  21496. background: transparent;
  21497. color: rgba(0, 0, 0, 0.95);
  21498. }
  21499. /*******************************
  21500. States
  21501. *******************************/
  21502. /*--------------
  21503. Active
  21504. ---------------*/
  21505. .ui.accordion .active.content,
  21506. .ui.accordion .accordion .active.content {
  21507. display: block;
  21508. }
  21509. /*******************************
  21510. Variations
  21511. *******************************/
  21512. /*--------------
  21513. Fluid
  21514. ---------------*/
  21515. .ui.fluid.accordion,
  21516. .ui.fluid.accordion .accordion {
  21517. width: 100%;
  21518. }
  21519. /*--------------
  21520. Inverted
  21521. ---------------*/
  21522. .ui.inverted.accordion .title:not(.ui) {
  21523. color: rgba(255, 255, 255, 0.9);
  21524. }
  21525. /*******************************
  21526. Theme Overrides
  21527. *******************************/
  21528. @font-face {
  21529. font-family: 'Accordion';
  21530. 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');
  21531. font-weight: normal;
  21532. font-style: normal;
  21533. }
  21534. /* Dropdown Icon */
  21535. .ui.accordion .title .dropdown.icon,
  21536. .ui.accordion .accordion .title .dropdown.icon {
  21537. font-family: Accordion;
  21538. line-height: 1;
  21539. -webkit-backface-visibility: hidden;
  21540. backface-visibility: hidden;
  21541. font-weight: normal;
  21542. font-style: normal;
  21543. text-align: center;
  21544. }
  21545. .ui.accordion .title .dropdown.icon:before,
  21546. .ui.accordion .accordion .title .dropdown.icon:before {
  21547. content: '\f0da' ;
  21548. }
  21549. /*******************************
  21550. User Overrides
  21551. *******************************/
  21552. /*!
  21553. * # Semantic UI 2.1.6 - Checkbox
  21554. * http://github.com/semantic-org/semantic-ui/
  21555. *
  21556. *
  21557. * Copyright 2015 Contributors
  21558. * Released under the MIT license
  21559. * http://opensource.org/licenses/MIT
  21560. *
  21561. */
  21562. /*******************************
  21563. Checkbox
  21564. *******************************/
  21565. /*--------------
  21566. Content
  21567. ---------------*/
  21568. .ui.checkbox {
  21569. position: relative;
  21570. display: inline-block;
  21571. -webkit-backface-visibility: hidden;
  21572. backface-visibility: hidden;
  21573. outline: none;
  21574. vertical-align: baseline;
  21575. font-style: normal;
  21576. min-height: 17px;
  21577. font-size: 1rem;
  21578. line-height: 17px;
  21579. min-width: 17px;
  21580. }
  21581. /* HTML Checkbox */
  21582. .ui.checkbox input[type="checkbox"],
  21583. .ui.checkbox input[type="radio"] {
  21584. cursor: pointer;
  21585. position: absolute;
  21586. top: 0px;
  21587. left: 0px;
  21588. opacity: 0 !important;
  21589. outline: none;
  21590. z-index: 3;
  21591. width: 17px;
  21592. height: 17px;
  21593. }
  21594. /*--------------
  21595. Box
  21596. ---------------*/
  21597. .ui.checkbox .box,
  21598. .ui.checkbox label {
  21599. cursor: auto;
  21600. position: relative;
  21601. display: block;
  21602. padding-left: 1.85714em;
  21603. outline: none;
  21604. font-size: 1em;
  21605. }
  21606. .ui.checkbox .box:before,
  21607. .ui.checkbox label:before {
  21608. position: absolute;
  21609. top: 0px;
  21610. left: 0px;
  21611. width: 17px;
  21612. height: 17px;
  21613. content: '';
  21614. background: #FFFFFF;
  21615. border-radius: 0.21428571rem;
  21616. -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease;
  21617. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  21618. border: 1px solid #D4D4D5;
  21619. }
  21620. /*--------------
  21621. Checkmark
  21622. ---------------*/
  21623. .ui.checkbox .box:after,
  21624. .ui.checkbox label:after {
  21625. position: absolute;
  21626. font-size: 14px;
  21627. top: 0px;
  21628. left: 0px;
  21629. width: 17px;
  21630. height: 17px;
  21631. text-align: center;
  21632. opacity: 0;
  21633. color: rgba(0, 0, 0, 0.87);
  21634. -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease;
  21635. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  21636. }
  21637. /*--------------
  21638. Label
  21639. ---------------*/
  21640. /* Inside */
  21641. .ui.checkbox label,
  21642. .ui.checkbox + label {
  21643. color: rgba(0, 0, 0, 0.87);
  21644. -webkit-transition: color 0.1s ease;
  21645. transition: color 0.1s ease;
  21646. }
  21647. /* Outside */
  21648. .ui.checkbox + label {
  21649. vertical-align: middle;
  21650. }
  21651. /*******************************
  21652. States
  21653. *******************************/
  21654. /*--------------
  21655. Hover
  21656. ---------------*/
  21657. .ui.checkbox .box:hover::before,
  21658. .ui.checkbox label:hover::before {
  21659. background: #FFFFFF;
  21660. border-color: rgba(34, 36, 38, 0.35);
  21661. }
  21662. .ui.checkbox label:hover,
  21663. .ui.checkbox + label:hover {
  21664. color: rgba(0, 0, 0, 0.8);
  21665. }
  21666. /*--------------
  21667. Down
  21668. ---------------*/
  21669. .ui.checkbox .box:active::before,
  21670. .ui.checkbox label:active::before {
  21671. background: #F9FAFB;
  21672. border-color: rgba(34, 36, 38, 0.35);
  21673. }
  21674. .ui.checkbox .box:active::after,
  21675. .ui.checkbox label:active::after {
  21676. color: rgba(0, 0, 0, 0.95);
  21677. }
  21678. .ui.checkbox input:active ~ label {
  21679. color: rgba(0, 0, 0, 0.95);
  21680. }
  21681. /*--------------
  21682. Focus
  21683. ---------------*/
  21684. .ui.checkbox input:focus ~ .box:before,
  21685. .ui.checkbox input:focus ~ label:before {
  21686. background: #FFFFFF;
  21687. border-color: #96C8DA;
  21688. }
  21689. .ui.checkbox input:focus ~ .box:after,
  21690. .ui.checkbox input:focus ~ label:after {
  21691. color: rgba(0, 0, 0, 0.95);
  21692. }
  21693. .ui.checkbox input:focus ~ label {
  21694. color: rgba(0, 0, 0, 0.95);
  21695. }
  21696. /*--------------
  21697. Active
  21698. ---------------*/
  21699. .ui.checkbox input:checked ~ .box:before,
  21700. .ui.checkbox input:checked ~ label:before {
  21701. background: #FFFFFF;
  21702. border-color: rgba(34, 36, 38, 0.35);
  21703. }
  21704. .ui.checkbox input:checked ~ .box:after,
  21705. .ui.checkbox input:checked ~ label:after {
  21706. opacity: 1;
  21707. color: rgba(0, 0, 0, 0.95);
  21708. }
  21709. /*--------------
  21710. Indeterminate
  21711. ---------------*/
  21712. .ui.checkbox input:indeterminate ~ .box:before,
  21713. .ui.checkbox input:indeterminate ~ label:before {
  21714. background: #FFFFFF;
  21715. border-color: rgba(34, 36, 38, 0.35);
  21716. }
  21717. .ui.checkbox input:indeterminate ~ .box:after,
  21718. .ui.checkbox input:indeterminate ~ label:after {
  21719. opacity: 1;
  21720. color: rgba(0, 0, 0, 0.95);
  21721. }
  21722. /*--------------
  21723. Active Focus
  21724. ---------------*/
  21725. .ui.checkbox input:indeterminate:focus ~ .box:before,
  21726. .ui.checkbox input:indeterminate:focus ~ label:before,
  21727. .ui.checkbox input:checked:focus ~ .box:before,
  21728. .ui.checkbox input:checked:focus ~ label:before {
  21729. background: #FFFFFF;
  21730. border-color: #96C8DA;
  21731. }
  21732. .ui.checkbox input:indeterminate:focus ~ .box:after,
  21733. .ui.checkbox input:indeterminate:focus ~ label:after,
  21734. .ui.checkbox input:checked:focus ~ .box:after,
  21735. .ui.checkbox input:checked:focus ~ label:after {
  21736. color: rgba(0, 0, 0, 0.95);
  21737. }
  21738. /*--------------
  21739. Read-Only
  21740. ---------------*/
  21741. .ui.read-only.checkbox,
  21742. .ui.read-only.checkbox label {
  21743. cursor: default;
  21744. }
  21745. /*--------------
  21746. Disabled
  21747. ---------------*/
  21748. .ui.disabled.checkbox .box:after,
  21749. .ui.disabled.checkbox label,
  21750. .ui.checkbox input[disabled] ~ .box:after,
  21751. .ui.checkbox input[disabled] ~ label {
  21752. cursor: default;
  21753. opacity: 0.5;
  21754. color: #000000;
  21755. }
  21756. /*--------------
  21757. Hidden
  21758. ---------------*/
  21759. /* Initialized checkbox moves input below element
  21760. to prevent manually triggering */
  21761. .ui.checkbox input.hidden {
  21762. z-index: -1;
  21763. }
  21764. /* Selectable Label */
  21765. .ui.checkbox input.hidden + label {
  21766. cursor: pointer;
  21767. -webkit-user-select: none;
  21768. -moz-user-select: none;
  21769. -ms-user-select: none;
  21770. user-select: none;
  21771. }
  21772. /*******************************
  21773. Types
  21774. *******************************/
  21775. /*--------------
  21776. Radio
  21777. ---------------*/
  21778. .ui.radio.checkbox {
  21779. min-height: 15px;
  21780. }
  21781. .ui.radio.checkbox .box,
  21782. .ui.radio.checkbox label {
  21783. padding-left: 1.85714em;
  21784. }
  21785. /* Box */
  21786. .ui.radio.checkbox .box:before,
  21787. .ui.radio.checkbox label:before {
  21788. content: '';
  21789. -webkit-transform: none;
  21790. -ms-transform: none;
  21791. transform: none;
  21792. width: 15px;
  21793. height: 15px;
  21794. border-radius: 500rem;
  21795. top: 1px;
  21796. left: 0px;
  21797. }
  21798. /* Bullet */
  21799. .ui.radio.checkbox .box:after,
  21800. .ui.radio.checkbox label:after {
  21801. border: none;
  21802. content: '' !important;
  21803. width: 15px;
  21804. height: 15px;
  21805. line-height: 15px;
  21806. }
  21807. /* Radio Checkbox */
  21808. .ui.radio.checkbox .box:after,
  21809. .ui.radio.checkbox label:after {
  21810. top: 1px;
  21811. left: 0px;
  21812. width: 15px;
  21813. height: 15px;
  21814. border-radius: 500rem;
  21815. -webkit-transform: scale(0.46666667);
  21816. -ms-transform: scale(0.46666667);
  21817. transform: scale(0.46666667);
  21818. background-color: rgba(0, 0, 0, 0.87);
  21819. }
  21820. /* Focus */
  21821. .ui.radio.checkbox input:focus ~ .box:before,
  21822. .ui.radio.checkbox input:focus ~ label:before {
  21823. background-color: #FFFFFF;
  21824. }
  21825. .ui.radio.checkbox input:focus ~ .box:after,
  21826. .ui.radio.checkbox input:focus ~ label:after {
  21827. background-color: rgba(0, 0, 0, 0.95);
  21828. }
  21829. /* Indeterminate */
  21830. .ui.radio.checkbox input:indeterminate ~ .box:after,
  21831. .ui.radio.checkbox input:indeterminate ~ label:after {
  21832. opacity: 0;
  21833. }
  21834. /* Active */
  21835. .ui.radio.checkbox input:checked ~ .box:before,
  21836. .ui.radio.checkbox input:checked ~ label:before {
  21837. background-color: #FFFFFF;
  21838. }
  21839. .ui.radio.checkbox input:checked ~ .box:after,
  21840. .ui.radio.checkbox input:checked ~ label:after {
  21841. background-color: rgba(0, 0, 0, 0.95);
  21842. }
  21843. /* Active Focus */
  21844. .ui.radio.checkbox input:focus:checked ~ .box:before,
  21845. .ui.radio.checkbox input:focus:checked ~ label:before {
  21846. background-color: #FFFFFF;
  21847. }
  21848. .ui.radio.checkbox input:focus:checked ~ .box:after,
  21849. .ui.radio.checkbox input:focus:checked ~ label:after {
  21850. background-color: rgba(0, 0, 0, 0.95);
  21851. }
  21852. /*--------------
  21853. Slider
  21854. ---------------*/
  21855. .ui.slider.checkbox {
  21856. min-height: 1.25rem;
  21857. }
  21858. /* Input */
  21859. .ui.slider.checkbox input {
  21860. width: 3.5rem;
  21861. height: 1.25rem;
  21862. }
  21863. /* Label */
  21864. .ui.slider.checkbox .box,
  21865. .ui.slider.checkbox label {
  21866. padding-left: 4.5rem;
  21867. line-height: 1rem;
  21868. color: rgba(0, 0, 0, 0.4);
  21869. }
  21870. /* Line */
  21871. .ui.slider.checkbox .box:before,
  21872. .ui.slider.checkbox label:before {
  21873. display: block;
  21874. position: absolute;
  21875. content: '';
  21876. border: none !important;
  21877. left: 0em;
  21878. z-index: 1;
  21879. top: 0.4rem;
  21880. background-color: rgba(0, 0, 0, 0.05);
  21881. width: 3.5rem;
  21882. height: 0.21428571rem;
  21883. -webkit-transform: none;
  21884. -ms-transform: none;
  21885. transform: none;
  21886. border-radius: 500rem;
  21887. -webkit-transition: background 0.3s ease;
  21888. transition: background 0.3s ease;
  21889. }
  21890. /* Handle */
  21891. .ui.slider.checkbox .box:after,
  21892. .ui.slider.checkbox label:after {
  21893. background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  21894. background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  21895. position: absolute;
  21896. content: '' !important;
  21897. opacity: 1;
  21898. z-index: 2;
  21899. border: none;
  21900. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  21901. width: 1.5rem;
  21902. height: 1.5rem;
  21903. top: -0.25rem;
  21904. left: 0em;
  21905. -webkit-transform: none;
  21906. -ms-transform: none;
  21907. transform: none;
  21908. border-radius: 500rem;
  21909. -webkit-transition: left 0.3s ease;
  21910. transition: left 0.3s ease;
  21911. }
  21912. /* Focus */
  21913. .ui.slider.checkbox input:focus ~ .box:before,
  21914. .ui.slider.checkbox input:focus ~ label:before {
  21915. background-color: rgba(0, 0, 0, 0.15);
  21916. border: none;
  21917. }
  21918. /* Hover */
  21919. .ui.slider.checkbox .box:hover,
  21920. .ui.slider.checkbox label:hover {
  21921. color: rgba(0, 0, 0, 0.8);
  21922. }
  21923. .ui.slider.checkbox .box:hover::before,
  21924. .ui.slider.checkbox label:hover::before {
  21925. background: rgba(0, 0, 0, 0.15);
  21926. }
  21927. /* Active */
  21928. .ui.slider.checkbox input:checked ~ .box,
  21929. .ui.slider.checkbox input:checked ~ label {
  21930. color: rgba(0, 0, 0, 0.95) !important;
  21931. }
  21932. .ui.slider.checkbox input:checked ~ .box:before,
  21933. .ui.slider.checkbox input:checked ~ label:before {
  21934. background-color: #545454 !important;
  21935. }
  21936. .ui.slider.checkbox input:checked ~ .box:after,
  21937. .ui.slider.checkbox input:checked ~ label:after {
  21938. left: 2rem;
  21939. }
  21940. /* Active Focus */
  21941. .ui.slider.checkbox input:focus:checked ~ .box,
  21942. .ui.slider.checkbox input:focus:checked ~ label {
  21943. color: rgba(0, 0, 0, 0.95) !important;
  21944. }
  21945. .ui.slider.checkbox input:focus:checked ~ .box:before,
  21946. .ui.slider.checkbox input:focus:checked ~ label:before {
  21947. background-color: #000000 !important;
  21948. }
  21949. /*--------------
  21950. Toggle
  21951. ---------------*/
  21952. .ui.toggle.checkbox {
  21953. min-height: 1.5rem;
  21954. }
  21955. /* Input */
  21956. .ui.toggle.checkbox input {
  21957. width: 3.5rem;
  21958. height: 1.5rem;
  21959. }
  21960. /* Label */
  21961. .ui.toggle.checkbox .box,
  21962. .ui.toggle.checkbox label {
  21963. min-height: 1.5rem;
  21964. padding-left: 4.5rem;
  21965. color: rgba(0, 0, 0, 0.87);
  21966. }
  21967. .ui.toggle.checkbox label {
  21968. padding-top: 0.15em;
  21969. }
  21970. /* Switch */
  21971. .ui.toggle.checkbox .box:before,
  21972. .ui.toggle.checkbox label:before {
  21973. display: block;
  21974. position: absolute;
  21975. content: '';
  21976. z-index: 1;
  21977. -webkit-transform: none;
  21978. -ms-transform: none;
  21979. transform: none;
  21980. border: none;
  21981. top: 0rem;
  21982. background: rgba(0, 0, 0, 0.05);
  21983. width: 3.5rem;
  21984. height: 1.5rem;
  21985. border-radius: 500rem;
  21986. }
  21987. /* Handle */
  21988. .ui.toggle.checkbox .box:after,
  21989. .ui.toggle.checkbox label:after {
  21990. background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  21991. background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  21992. position: absolute;
  21993. content: '' !important;
  21994. opacity: 1;
  21995. z-index: 2;
  21996. border: none;
  21997. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  21998. width: 1.5rem;
  21999. height: 1.5rem;
  22000. top: 0rem;
  22001. left: 0em;
  22002. border-radius: 500rem;
  22003. -webkit-transition: background 0.3s ease, left 0.3s ease;
  22004. transition: background 0.3s ease, left 0.3s ease;
  22005. }
  22006. .ui.toggle.checkbox input ~ .box:after,
  22007. .ui.toggle.checkbox input ~ label:after {
  22008. left: -0.05rem;
  22009. }
  22010. /* Focus */
  22011. .ui.toggle.checkbox input:focus ~ .box:before,
  22012. .ui.toggle.checkbox input:focus ~ label:before {
  22013. background-color: rgba(0, 0, 0, 0.15);
  22014. border: none;
  22015. }
  22016. /* Hover */
  22017. .ui.toggle.checkbox .box:hover::before,
  22018. .ui.toggle.checkbox label:hover::before {
  22019. background-color: rgba(0, 0, 0, 0.15);
  22020. border: none;
  22021. }
  22022. /* Active */
  22023. .ui.toggle.checkbox input:checked ~ .box,
  22024. .ui.toggle.checkbox input:checked ~ label {
  22025. color: rgba(0, 0, 0, 0.95) !important;
  22026. }
  22027. .ui.toggle.checkbox input:checked ~ .box:before,
  22028. .ui.toggle.checkbox input:checked ~ label:before {
  22029. background-color: #2185D0 !important;
  22030. }
  22031. .ui.toggle.checkbox input:checked ~ .box:after,
  22032. .ui.toggle.checkbox input:checked ~ label:after {
  22033. left: 2.15rem;
  22034. }
  22035. /* Active Focus */
  22036. .ui.toggle.checkbox input:focus:checked ~ .box,
  22037. .ui.toggle.checkbox input:focus:checked ~ label {
  22038. color: rgba(0, 0, 0, 0.95) !important;
  22039. }
  22040. .ui.toggle.checkbox input:focus:checked ~ .box:before,
  22041. .ui.toggle.checkbox input:focus:checked ~ label:before {
  22042. background-color: #0d71bb !important;
  22043. }
  22044. /*******************************
  22045. Variations
  22046. *******************************/
  22047. /*--------------
  22048. Fitted
  22049. ---------------*/
  22050. .ui.fitted.checkbox .box,
  22051. .ui.fitted.checkbox label {
  22052. padding-left: 0em !important;
  22053. }
  22054. .ui.fitted.toggle.checkbox,
  22055. .ui.fitted.toggle.checkbox {
  22056. width: 3.5rem;
  22057. }
  22058. .ui.fitted.slider.checkbox,
  22059. .ui.fitted.slider.checkbox {
  22060. width: 3.5rem;
  22061. }
  22062. /*******************************
  22063. Theme Overrides
  22064. *******************************/
  22065. @font-face {
  22066. font-family: 'Checkbox';
  22067. src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format('truetype');
  22068. }
  22069. /* Checkmark */
  22070. .ui.checkbox label:after,
  22071. .ui.checkbox .box:after {
  22072. font-family: 'Checkbox';
  22073. }
  22074. /* Checked */
  22075. .ui.checkbox input:checked ~ .box:after,
  22076. .ui.checkbox input:checked ~ label:after {
  22077. content: '\e800';
  22078. }
  22079. /* Indeterminate */
  22080. .ui.checkbox input:indeterminate ~ .box:after,
  22081. .ui.checkbox input:indeterminate ~ label:after {
  22082. font-size: 12px;
  22083. content: '\e801';
  22084. }
  22085. /* UTF Reference
  22086. .check:before { content: '\e800'; }
  22087. .dash:before { content: '\e801'; }
  22088. .plus:before { content: '\e802'; }
  22089. */
  22090. /*******************************
  22091. Site Overrides
  22092. *******************************/
  22093. /*!
  22094. * # Semantic UI 2.1.6 - Dimmer
  22095. * http://github.com/semantic-org/semantic-ui/
  22096. *
  22097. *
  22098. * Copyright 2015 Contributors
  22099. * Released under the MIT license
  22100. * http://opensource.org/licenses/MIT
  22101. *
  22102. */
  22103. /*******************************
  22104. Dimmer
  22105. *******************************/
  22106. .dimmable {
  22107. position: relative;
  22108. }
  22109. .ui.dimmer {
  22110. display: none;
  22111. position: absolute;
  22112. top: 0em !important;
  22113. left: 0em !important;
  22114. width: 100%;
  22115. height: 100%;
  22116. text-align: center;
  22117. vertical-align: middle;
  22118. background-color: rgba(0, 0, 0, 0.85);
  22119. opacity: 0;
  22120. line-height: 1;
  22121. -webkit-animation-fill-mode: both;
  22122. animation-fill-mode: both;
  22123. -webkit-animation-duration: 0.5s;
  22124. animation-duration: 0.5s;
  22125. -webkit-transition: background-color 0.5s linear;
  22126. transition: background-color 0.5s linear;
  22127. -webkit-user-select: none;
  22128. -moz-user-select: none;
  22129. -ms-user-select: none;
  22130. user-select: none;
  22131. will-change: opacity;
  22132. z-index: 1000;
  22133. }
  22134. /* Dimmer Content */
  22135. .ui.dimmer > .content {
  22136. width: 100%;
  22137. height: 100%;
  22138. display: table;
  22139. -webkit-user-select: text;
  22140. -moz-user-select: text;
  22141. -ms-user-select: text;
  22142. user-select: text;
  22143. }
  22144. .ui.dimmer > .content > * {
  22145. display: table-cell;
  22146. vertical-align: middle;
  22147. color: #FFFFFF;
  22148. }
  22149. /* Loose Coupling */
  22150. .ui.segment > .ui.dimmer {
  22151. border-radius: inherit !important;
  22152. }
  22153. /*******************************
  22154. States
  22155. *******************************/
  22156. .animating.dimmable:not(body),
  22157. .dimmed.dimmable:not(body) {
  22158. overflow: hidden;
  22159. }
  22160. .dimmed.dimmable > .ui.animating.dimmer,
  22161. .dimmed.dimmable > .ui.visible.dimmer,
  22162. .ui.active.dimmer {
  22163. display: block;
  22164. opacity: 1;
  22165. }
  22166. .ui.disabled.dimmer {
  22167. width: 0 !important;
  22168. height: 0 !important;
  22169. }
  22170. /*******************************
  22171. Variations
  22172. *******************************/
  22173. /*--------------
  22174. Page
  22175. ---------------*/
  22176. .ui.page.dimmer {
  22177. position: fixed;
  22178. -webkit-transform-style: '';
  22179. transform-style: '';
  22180. -webkit-perspective: 2000px;
  22181. perspective: 2000px;
  22182. -webkit-transform-origin: center center;
  22183. -ms-transform-origin: center center;
  22184. transform-origin: center center;
  22185. }
  22186. body.animating.in.dimmable,
  22187. body.dimmed.dimmable {
  22188. overflow: hidden;
  22189. }
  22190. body.dimmable > .dimmer {
  22191. position: fixed;
  22192. }
  22193. /*--------------
  22194. Blurring
  22195. ---------------*/
  22196. .blurring.dimmable > :not(.dimmer) {
  22197. -webkit-filter: blur(0px) grayscale(0);
  22198. filter: blur(0px) grayscale(0);
  22199. -webkit-transition: 800ms -webkit-filter ease, 800ms filter ease;
  22200. transition: 800ms filter ease;
  22201. }
  22202. .blurring.dimmed.dimmable > :not(.dimmer) {
  22203. -webkit-filter: blur(5px) grayscale(0.7);
  22204. filter: blur(5px) grayscale(0.7);
  22205. }
  22206. /* Dimmer Color */
  22207. .blurring.dimmable > .dimmer {
  22208. background-color: rgba(0, 0, 0, 0.6);
  22209. }
  22210. .blurring.dimmable > .inverted.dimmer {
  22211. background-color: rgba(255, 255, 255, 0.6);
  22212. }
  22213. /*--------------
  22214. Aligned
  22215. ---------------*/
  22216. .ui.dimmer > .top.aligned.content > * {
  22217. vertical-align: top;
  22218. }
  22219. .ui.dimmer > .bottom.aligned.content > * {
  22220. vertical-align: bottom;
  22221. }
  22222. /*--------------
  22223. Inverted
  22224. ---------------*/
  22225. .ui.inverted.dimmer {
  22226. background-color: rgba(255, 255, 255, 0.85);
  22227. }
  22228. .ui.inverted.dimmer > .content > * {
  22229. color: #FFFFFF;
  22230. }
  22231. /*--------------
  22232. Simple
  22233. ---------------*/
  22234. /* Displays without javascript */
  22235. .ui.simple.dimmer {
  22236. display: block;
  22237. overflow: hidden;
  22238. opacity: 1;
  22239. width: 0%;
  22240. height: 0%;
  22241. z-index: -100;
  22242. background-color: rgba(0, 0, 0, 0);
  22243. }
  22244. .dimmed.dimmable > .ui.simple.dimmer {
  22245. overflow: visible;
  22246. opacity: 1;
  22247. width: 100%;
  22248. height: 100%;
  22249. background-color: rgba(0, 0, 0, 0.85);
  22250. z-index: 1;
  22251. }
  22252. .ui.simple.inverted.dimmer {
  22253. background-color: rgba(255, 255, 255, 0);
  22254. }
  22255. .dimmed.dimmable > .ui.simple.inverted.dimmer {
  22256. background-color: rgba(255, 255, 255, 0.85);
  22257. }
  22258. /*******************************
  22259. Theme Overrides
  22260. *******************************/
  22261. /*******************************
  22262. User Overrides
  22263. *******************************/
  22264. /*!
  22265. * # Semantic UI 2.1.6 - Dropdown
  22266. * http://github.com/semantic-org/semantic-ui/
  22267. *
  22268. *
  22269. * Copyright 2015 Contributors
  22270. * Released under the MIT license
  22271. * http://opensource.org/licenses/MIT
  22272. *
  22273. */
  22274. /*******************************
  22275. Dropdown
  22276. *******************************/
  22277. .ui.dropdown {
  22278. cursor: pointer;
  22279. position: relative;
  22280. display: inline-block;
  22281. outline: none;
  22282. text-align: left;
  22283. -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  22284. transition: box-shadow 0.1s ease, width 0.1s ease;
  22285. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  22286. }
  22287. /*******************************
  22288. Content
  22289. *******************************/
  22290. /*--------------
  22291. Menu
  22292. ---------------*/
  22293. .ui.dropdown .menu {
  22294. cursor: auto;
  22295. position: absolute;
  22296. display: none;
  22297. outline: none;
  22298. top: 100%;
  22299. min-width: -webkit-max-content;
  22300. min-width: -moz-max-content;
  22301. min-width: max-content;
  22302. margin: 0em;
  22303. padding: 0em 0em;
  22304. background: #FFFFFF;
  22305. font-size: 1em;
  22306. text-shadow: none;
  22307. text-align: left;
  22308. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22309. border: 1px solid rgba(34, 36, 38, 0.15);
  22310. border-radius: 0.28571429rem;
  22311. -webkit-transition: opacity 0.1s ease;
  22312. transition: opacity 0.1s ease;
  22313. z-index: 11;
  22314. will-change: transform, opacity;
  22315. }
  22316. .ui.dropdown .menu > * {
  22317. white-space: nowrap;
  22318. }
  22319. /*--------------
  22320. Hidden Input
  22321. ---------------*/
  22322. .ui.dropdown > input:not(.search):first-child,
  22323. .ui.dropdown > select {
  22324. display: none !important;
  22325. }
  22326. /*--------------
  22327. Dropdown Icon
  22328. ---------------*/
  22329. .ui.dropdown > .dropdown.icon {
  22330. position: relative;
  22331. width: auto;
  22332. font-size: 0.85714286em;
  22333. margin: 0em 0em 0em 1em;
  22334. }
  22335. .ui.dropdown .menu > .item .dropdown.icon {
  22336. width: auto;
  22337. float: right;
  22338. margin: 0em 0em 0em 1em;
  22339. }
  22340. .ui.dropdown .menu > .item .dropdown.icon + .text {
  22341. margin-right: 1em;
  22342. }
  22343. /*--------------
  22344. Text
  22345. ---------------*/
  22346. .ui.dropdown > .text {
  22347. display: inline-block;
  22348. -webkit-transition: none;
  22349. transition: none;
  22350. }
  22351. /*--------------
  22352. Menu Item
  22353. ---------------*/
  22354. .ui.dropdown .menu > .item {
  22355. position: relative;
  22356. cursor: pointer;
  22357. display: block;
  22358. border: none;
  22359. height: auto;
  22360. text-align: left;
  22361. border-top: none;
  22362. line-height: 1em;
  22363. color: rgba(0, 0, 0, 0.87);
  22364. padding: 0.71428571rem 1.14285714rem !important;
  22365. font-size: 1rem;
  22366. text-transform: none;
  22367. font-weight: normal;
  22368. box-shadow: none;
  22369. -webkit-touch-callout: none;
  22370. }
  22371. .ui.dropdown .menu > .item:first-child {
  22372. border-top-width: 0px;
  22373. }
  22374. /*--------------
  22375. Floated Content
  22376. ---------------*/
  22377. .ui.dropdown > .text > [class*="right floated"],
  22378. .ui.dropdown .menu .item > [class*="right floated"] {
  22379. float: right !important;
  22380. margin-right: 0em !important;
  22381. margin-left: 1em !important;
  22382. }
  22383. .ui.dropdown > .text > [class*="left floated"],
  22384. .ui.dropdown .menu .item > [class*="left floated"] {
  22385. float: left !important;
  22386. margin-left: 0em !important;
  22387. margin-right: 1em !important;
  22388. }
  22389. .ui.dropdown .menu .item > .icon.floated,
  22390. .ui.dropdown .menu .item > .flag.floated,
  22391. .ui.dropdown .menu .item > .image.floated,
  22392. .ui.dropdown .menu .item > img.floated {
  22393. margin-top: 0em;
  22394. }
  22395. /*--------------
  22396. Menu Divider
  22397. ---------------*/
  22398. .ui.dropdown .menu > .header {
  22399. margin: 1rem 0rem 0.75rem;
  22400. padding: 0em 1.14285714rem;
  22401. color: rgba(0, 0, 0, 0.85);
  22402. font-size: 0.78571429em;
  22403. font-weight: bold;
  22404. text-transform: uppercase;
  22405. }
  22406. .ui.dropdown .menu > .divider {
  22407. border-top: 1px solid rgba(34, 36, 38, 0.1);
  22408. height: 0em;
  22409. margin: 0.5em 0em;
  22410. }
  22411. .ui.dropdown .menu > .input {
  22412. width: auto;
  22413. display: -webkit-box;
  22414. display: -webkit-flex;
  22415. display: -ms-flexbox;
  22416. display: flex;
  22417. margin: 1.14285714rem 0.71428571rem;
  22418. min-width: 10rem;
  22419. }
  22420. .ui.dropdown .menu > .header + .input {
  22421. margin-top: 0em;
  22422. }
  22423. .ui.dropdown .menu > .input:not(.transparent) input {
  22424. padding: 0.5em 1em;
  22425. }
  22426. .ui.dropdown .menu > .input:not(.transparent) .button,
  22427. .ui.dropdown .menu > .input:not(.transparent) .icon,
  22428. .ui.dropdown .menu > .input:not(.transparent) .label {
  22429. padding-top: 0.5em;
  22430. padding-bottom: 0.5em;
  22431. }
  22432. /*-----------------
  22433. Item Description
  22434. -------------------*/
  22435. .ui.dropdown > .text > .description,
  22436. .ui.dropdown .menu > .item > .description {
  22437. float: right;
  22438. margin: 0em 0em 0em 1em;
  22439. color: rgba(0, 0, 0, 0.4);
  22440. }
  22441. /*-----------------
  22442. Message
  22443. -------------------*/
  22444. .ui.dropdown .menu > .message {
  22445. padding: 0.71428571rem 1.14285714rem;
  22446. font-weight: normal;
  22447. }
  22448. .ui.dropdown .menu > .message:not(.ui) {
  22449. color: rgba(0, 0, 0, 0.4);
  22450. }
  22451. /*--------------
  22452. Sub Menu
  22453. ---------------*/
  22454. .ui.dropdown .menu .menu {
  22455. top: 0% !important;
  22456. left: 100% !important;
  22457. right: auto !important;
  22458. margin: 0em 0em 0em -0.5em !important;
  22459. border-radius: 0.28571429rem !important;
  22460. z-index: 21 !important;
  22461. }
  22462. /* Hide Arrow */
  22463. .ui.dropdown .menu .menu:after {
  22464. display: none;
  22465. }
  22466. /*--------------
  22467. Sub Elements
  22468. ---------------*/
  22469. /* Icons / Flags / Labels / Image */
  22470. .ui.dropdown > .text > .icon,
  22471. .ui.dropdown > .text > .label,
  22472. .ui.dropdown > .text > .flag,
  22473. .ui.dropdown > .text > img,
  22474. .ui.dropdown > .text > .image {
  22475. margin-top: 0em;
  22476. }
  22477. .ui.dropdown .menu > .item > .icon,
  22478. .ui.dropdown .menu > .item > .label,
  22479. .ui.dropdown .menu > .item > .flag,
  22480. .ui.dropdown .menu > .item > .image,
  22481. .ui.dropdown .menu > .item > img {
  22482. margin-top: 0em;
  22483. }
  22484. .ui.dropdown > .text > .icon,
  22485. .ui.dropdown > .text > .label,
  22486. .ui.dropdown > .text > .flag,
  22487. .ui.dropdown > .text > img,
  22488. .ui.dropdown > .text > .image,
  22489. .ui.dropdown .menu > .item > .icon,
  22490. .ui.dropdown .menu > .item > .label,
  22491. .ui.dropdown .menu > .item > .flag,
  22492. .ui.dropdown .menu > .item > .image,
  22493. .ui.dropdown .menu > .item > img {
  22494. margin-left: 0em;
  22495. float: none;
  22496. margin-right: 0.71428571rem;
  22497. }
  22498. /*--------------
  22499. Image
  22500. ---------------*/
  22501. .ui.dropdown > .text > img,
  22502. .ui.dropdown > .text > .image,
  22503. .ui.dropdown .menu > .item > .image,
  22504. .ui.dropdown .menu > .item > img {
  22505. display: inline-block;
  22506. vertical-align: middle;
  22507. width: auto;
  22508. max-height: 2em;
  22509. }
  22510. /*******************************
  22511. Coupling
  22512. *******************************/
  22513. /*--------------
  22514. Menu
  22515. ---------------*/
  22516. /* Remove Menu Item Divider */
  22517. .ui.dropdown .ui.menu > .item:before,
  22518. .ui.menu .ui.dropdown .menu > .item:before {
  22519. display: none;
  22520. }
  22521. /* Prevent Menu Item Border */
  22522. .ui.menu .ui.dropdown .menu .active.item {
  22523. border-left: none;
  22524. }
  22525. /* Automatically float dropdown menu right on last menu item */
  22526. .ui.menu .right.menu .dropdown:last-child .menu,
  22527. .ui.menu .right.dropdown.item .menu,
  22528. .ui.buttons > .ui.dropdown:last-child .menu {
  22529. left: auto;
  22530. right: 0em;
  22531. }
  22532. /*--------------
  22533. Label
  22534. ---------------*/
  22535. /* Dropdown Menu */
  22536. .ui.label.dropdown .menu {
  22537. min-width: 100%;
  22538. }
  22539. /*--------------
  22540. Button
  22541. ---------------*/
  22542. /* No Margin On Icon Button */
  22543. .ui.dropdown.icon.button > .dropdown.icon {
  22544. margin: 0em;
  22545. }
  22546. .ui.button.dropdown .menu {
  22547. min-width: 100%;
  22548. }
  22549. /*******************************
  22550. Types
  22551. *******************************/
  22552. /*--------------
  22553. Selection
  22554. ---------------*/
  22555. /* Displays like a select box */
  22556. .ui.selection.dropdown {
  22557. cursor: pointer;
  22558. word-wrap: break-word;
  22559. line-height: 1em;
  22560. white-space: normal;
  22561. outline: 0;
  22562. -webkit-transform: rotateZ(0deg);
  22563. transform: rotateZ(0deg);
  22564. min-width: 14em;
  22565. min-height: 2.7142em;
  22566. background: #FFFFFF;
  22567. display: inline-block;
  22568. padding: 0.78571429em 2.6em 0.78571429em 1em;
  22569. color: rgba(0, 0, 0, 0.87);
  22570. box-shadow: none;
  22571. border: 1px solid rgba(34, 36, 38, 0.15);
  22572. border-radius: 0.28571429rem;
  22573. -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  22574. transition: box-shadow 0.1s ease, width 0.1s ease;
  22575. }
  22576. .ui.selection.dropdown.visible,
  22577. .ui.selection.dropdown.active {
  22578. z-index: 10;
  22579. }
  22580. select.ui.dropdown {
  22581. height: 38px;
  22582. padding: 0.5em;
  22583. border: 1px solid rgba(34, 36, 38, 0.15);
  22584. visibility: visible;
  22585. }
  22586. .ui.selection.dropdown > .search.icon,
  22587. .ui.selection.dropdown > .delete.icon,
  22588. .ui.selection.dropdown > .dropdown.icon {
  22589. cursor: pointer;
  22590. position: absolute;
  22591. top: auto;
  22592. width: auto;
  22593. z-index: 3;
  22594. margin: -0.78571429em;
  22595. padding: 0.78571429em;
  22596. right: 1em;
  22597. opacity: 0.8;
  22598. -webkit-transition: opacity 0.1s ease;
  22599. transition: opacity 0.1s ease;
  22600. }
  22601. /* Compact */
  22602. .ui.compact.selection.dropdown {
  22603. min-width: 0px;
  22604. }
  22605. /* Selection Menu */
  22606. .ui.selection.dropdown .menu {
  22607. overflow-x: hidden;
  22608. overflow-y: auto;
  22609. -webkit-backface-visibility: hidden;
  22610. backface-visibility: hidden;
  22611. -webkit-overflow-scrolling: touch;
  22612. border-top-width: 0px !important;
  22613. width: auto;
  22614. outline: none;
  22615. margin: 0px -1px;
  22616. min-width: calc(100% + 2px );
  22617. width: calc(100% + 2px );
  22618. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  22619. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22620. -webkit-transition: opacity 0.1s ease;
  22621. transition: opacity 0.1s ease;
  22622. }
  22623. .ui.selection.dropdown .menu:after,
  22624. .ui.selection.dropdown .menu:before {
  22625. display: none;
  22626. }
  22627. /*--------------
  22628. Message
  22629. ---------------*/
  22630. .ui.selection.dropdown .menu > .message {
  22631. padding: 0.71428571rem 1.14285714rem;
  22632. }
  22633. @media only screen and (max-width: 767px) {
  22634. .ui.selection.dropdown .menu {
  22635. max-height: 7.58571429rem;
  22636. }
  22637. }
  22638. @media only screen and (min-width: 768px) {
  22639. .ui.selection.dropdown .menu {
  22640. max-height: 10.11428571rem;
  22641. }
  22642. }
  22643. @media only screen and (min-width: 992px) {
  22644. .ui.selection.dropdown .menu {
  22645. max-height: 15.17142857rem;
  22646. }
  22647. }
  22648. @media only screen and (min-width: 1920px) {
  22649. .ui.selection.dropdown .menu {
  22650. max-height: 20.22857143rem;
  22651. }
  22652. }
  22653. /* Menu Item */
  22654. .ui.selection.dropdown .menu > .item {
  22655. border-top: 1px solid #FAFAFA;
  22656. padding: 0.71428571rem 1.14285714rem !important;
  22657. white-space: normal;
  22658. word-wrap: normal;
  22659. }
  22660. /* Hover */
  22661. .ui.selection.dropdown:hover {
  22662. border-color: rgba(34, 36, 38, 0.35);
  22663. box-shadow: none;
  22664. }
  22665. /* Active */
  22666. .ui.selection.active.dropdown {
  22667. border-color: #96C8DA;
  22668. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22669. }
  22670. .ui.selection.active.dropdown .menu {
  22671. border-color: #96C8DA;
  22672. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22673. }
  22674. /* Focus */
  22675. .ui.selection.dropdown:focus {
  22676. border-color: #96C8DA;
  22677. box-shadow: none;
  22678. }
  22679. .ui.selection.dropdown:focus .menu {
  22680. border-color: #96C8DA;
  22681. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22682. }
  22683. /* Visible */
  22684. .ui.selection.visible.dropdown > .text:not(.default) {
  22685. font-weight: normal;
  22686. color: rgba(0, 0, 0, 0.8);
  22687. }
  22688. /* Visible Hover */
  22689. .ui.selection.active.dropdown:hover {
  22690. border-color: #96C8DA;
  22691. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22692. }
  22693. .ui.selection.active.dropdown:hover .menu {
  22694. border-color: #96C8DA;
  22695. box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  22696. }
  22697. /* Dropdown Icon */
  22698. .ui.active.selection.dropdown > .dropdown.icon,
  22699. .ui.visible.selection.dropdown > .dropdown.icon {
  22700. opacity: 1;
  22701. z-index: 3;
  22702. }
  22703. /* Connecting Border */
  22704. .ui.active.selection.dropdown {
  22705. border-bottom-left-radius: 0em !important;
  22706. border-bottom-right-radius: 0em !important;
  22707. }
  22708. /*--------------
  22709. Searchable
  22710. ---------------*/
  22711. /* Search Selection */
  22712. .ui.search.dropdown {
  22713. min-width: '';
  22714. }
  22715. /* Search Dropdown */
  22716. .ui.search.dropdown > input.search {
  22717. background: none transparent !important;
  22718. border: none !important;
  22719. box-shadow: none !important;
  22720. cursor: pointer;
  22721. top: 0em;
  22722. left: 0em;
  22723. width: 100%;
  22724. outline: none;
  22725. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  22726. padding: inherit;
  22727. }
  22728. /* Text Layering */
  22729. .ui.search.dropdown > input.search {
  22730. position: absolute;
  22731. z-index: 2;
  22732. }
  22733. .ui.search.dropdown > .text {
  22734. cursor: text;
  22735. position: relative;
  22736. z-index: 3;
  22737. }
  22738. /* Search Selection */
  22739. .ui.search.selection.dropdown > input.search {
  22740. line-height: 1.2142em;
  22741. padding: 0.67861429em 2.6em 0.67861429em 1em;
  22742. }
  22743. /* Active/Visible Search */
  22744. .ui.search.dropdown.active > input.search,
  22745. .ui.search.dropdown.visible > input.search {
  22746. cursor: auto;
  22747. }
  22748. .ui.search.dropdown.active > .text,
  22749. .ui.search.dropdown.visible > .text {
  22750. pointer-events: none;
  22751. }
  22752. /* Filtered Text */
  22753. .ui.active.search.dropdown input.search:focus + .text .icon,
  22754. .ui.active.search.dropdown input.search:focus + .text .flag {
  22755. opacity: 0.45;
  22756. }
  22757. .ui.active.search.dropdown input.search:focus + .text {
  22758. color: rgba(0, 0, 0, 0.4) !important;
  22759. }
  22760. /* Search Menu */
  22761. .ui.search.dropdown .menu {
  22762. overflow-x: hidden;
  22763. overflow-y: auto;
  22764. -webkit-backface-visibility: hidden;
  22765. backface-visibility: hidden;
  22766. -webkit-overflow-scrolling: touch;
  22767. }
  22768. @media only screen and (max-width: 767px) {
  22769. .ui.search.dropdown .menu {
  22770. max-height: 7.58571429rem;
  22771. }
  22772. }
  22773. @media only screen and (min-width: 768px) {
  22774. .ui.search.dropdown .menu {
  22775. max-height: 10.11428571rem;
  22776. }
  22777. }
  22778. @media only screen and (min-width: 992px) {
  22779. .ui.search.dropdown .menu {
  22780. max-height: 15.17142857rem;
  22781. }
  22782. }
  22783. @media only screen and (min-width: 1920px) {
  22784. .ui.search.dropdown .menu {
  22785. max-height: 20.22857143rem;
  22786. }
  22787. }
  22788. /*--------------
  22789. Multiple
  22790. ---------------*/
  22791. /* Multiple Selection */
  22792. .ui.multiple.dropdown {
  22793. padding: 0.22620476em 2.6em 0.22620476em 0.28571429em;
  22794. }
  22795. .ui.multiple.dropdown .menu {
  22796. cursor: auto;
  22797. }
  22798. /* Multiple Search Selection */
  22799. .ui.multiple.search.dropdown,
  22800. .ui.multiple.search.dropdown > input.search {
  22801. cursor: text;
  22802. }
  22803. /* Selection Label */
  22804. .ui.multiple.dropdown > .label {
  22805. -webkit-user-select: none;
  22806. -moz-user-select: none;
  22807. -ms-user-select: none;
  22808. user-select: none;
  22809. display: inline-block;
  22810. vertical-align: top;
  22811. white-space: normal;
  22812. font-size: 1em;
  22813. padding: 0.35714286em 0.71428571em;
  22814. margin: 0.21428571em 0.28571429rem 0.21428571em 0em;
  22815. box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  22816. }
  22817. /* Dropdown Icon */
  22818. .ui.multiple.dropdown .dropdown.icon {
  22819. margin: 0em -0.71428571em 0em 0em;
  22820. padding: 0.5em;
  22821. }
  22822. /* Text */
  22823. .ui.multiple.dropdown > .text {
  22824. position: static;
  22825. padding: 0;
  22826. max-width: 100%;
  22827. margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  22828. line-height: 1.2142em;
  22829. }
  22830. .ui.multiple.dropdown > .label ~ .text {
  22831. display: none;
  22832. }
  22833. /*-----------------
  22834. Multiple Search
  22835. -----------------*/
  22836. /* Prompt Text */
  22837. .ui.multiple.search.dropdown > .text {
  22838. display: inline-block;
  22839. position: absolute;
  22840. top: 0;
  22841. left: 0;
  22842. padding: inherit;
  22843. margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  22844. line-height: 1.2142em;
  22845. }
  22846. .ui.multiple.search.dropdown > .label ~ .text {
  22847. display: none;
  22848. }
  22849. /* Search */
  22850. .ui.multiple.search.dropdown > input.search {
  22851. position: static;
  22852. padding: 0;
  22853. max-width: 100%;
  22854. margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  22855. width: 2.2em;
  22856. line-height: 1.2142em;
  22857. }
  22858. /*--------------
  22859. Inline
  22860. ---------------*/
  22861. .ui.inline.dropdown {
  22862. cursor: pointer;
  22863. display: inline-block;
  22864. color: inherit;
  22865. }
  22866. .ui.inline.dropdown .dropdown.icon {
  22867. margin: 0em 0.5em 0em 0.25em;
  22868. vertical-align: baseline;
  22869. }
  22870. .ui.inline.dropdown > .text {
  22871. font-weight: bold;
  22872. }
  22873. .ui.inline.dropdown .menu {
  22874. cursor: auto;
  22875. margin-top: 0.25em;
  22876. border-radius: 0.28571429rem;
  22877. }
  22878. /*******************************
  22879. States
  22880. *******************************/
  22881. /*--------------------
  22882. Active
  22883. ----------------------*/
  22884. /* Menu Item Active */
  22885. .ui.dropdown .menu .active.item {
  22886. background: transparent;
  22887. font-weight: bold;
  22888. color: rgba(0, 0, 0, 0.95);
  22889. box-shadow: none;
  22890. z-index: 12;
  22891. }
  22892. /*--------------------
  22893. Hover
  22894. ----------------------*/
  22895. /* Menu Item Hover */
  22896. .ui.dropdown .menu > .item:hover {
  22897. background: rgba(0, 0, 0, 0.05);
  22898. color: rgba(0, 0, 0, 0.95);
  22899. z-index: 13;
  22900. }
  22901. /*--------------------
  22902. Loading
  22903. ---------------------*/
  22904. /* Positioning */
  22905. .ui.loading.dropdown > i.icon:before,
  22906. .ui.loading.dropdown > i.icon:after {
  22907. left: 30% !important;
  22908. }
  22909. .ui.loading.dropdown > i.icon {
  22910. top: 50% !important;
  22911. }
  22912. .ui.multiple.loading.dropdown > i.icon:before,
  22913. .ui.multiple.loading.dropdown > i.icon:after {
  22914. top: 0% !important;
  22915. left: 0% !important;
  22916. }
  22917. .ui.loading.dropdown > i.icon:before {
  22918. position: absolute;
  22919. content: '';
  22920. top: 50%;
  22921. left: 50%;
  22922. margin: -0.64285714em 0em 0em -0.64285714em;
  22923. width: 1.28571429em;
  22924. height: 1.28571429em;
  22925. border-radius: 500rem;
  22926. border: 0.2em solid rgba(0, 0, 0, 0.1);
  22927. }
  22928. .ui.loading.dropdown > i.icon:after {
  22929. position: absolute;
  22930. content: '';
  22931. top: 50%;
  22932. left: 50%;
  22933. box-shadow: 0px 0px 0px 1px transparent;
  22934. margin: -0.64285714em 0em 0em -0.64285714em;
  22935. width: 1.28571429em;
  22936. height: 1.28571429em;
  22937. -webkit-animation: dropdown-spin 0.6s linear;
  22938. animation: dropdown-spin 0.6s linear;
  22939. -webkit-animation-iteration-count: infinite;
  22940. animation-iteration-count: infinite;
  22941. border-radius: 500rem;
  22942. border-color: #767676 transparent transparent;
  22943. border-style: solid;
  22944. border-width: 0.2em;
  22945. }
  22946. /* Coupling */
  22947. .ui.loading.dropdown.button > i.icon:before,
  22948. .ui.loading.dropdown.button > i.icon:after {
  22949. display: none;
  22950. }
  22951. @-webkit-keyframes dropdown-spin {
  22952. from {
  22953. -webkit-transform: rotate(0deg);
  22954. transform: rotate(0deg);
  22955. }
  22956. to {
  22957. -webkit-transform: rotate(360deg);
  22958. transform: rotate(360deg);
  22959. }
  22960. }
  22961. @keyframes dropdown-spin {
  22962. from {
  22963. -webkit-transform: rotate(0deg);
  22964. transform: rotate(0deg);
  22965. }
  22966. to {
  22967. -webkit-transform: rotate(360deg);
  22968. transform: rotate(360deg);
  22969. }
  22970. }
  22971. /*--------------------
  22972. Default Text
  22973. ----------------------*/
  22974. .ui.dropdown > .default.text,
  22975. .ui.default.dropdown > .text {
  22976. color: rgba(179, 179, 179, 0.7);
  22977. }
  22978. .ui.dropdown:hover > .default.text,
  22979. .ui.default.dropdown:hover > .text {
  22980. color: rgba(179, 179, 179, 0.7);
  22981. }
  22982. /*--------------------
  22983. Loading
  22984. ----------------------*/
  22985. .ui.loading.dropdown > .text {
  22986. -webkit-transition: none;
  22987. transition: none;
  22988. }
  22989. /* Used To Check Position */
  22990. .ui.dropdown .loading.menu {
  22991. display: block;
  22992. visibility: hidden;
  22993. z-index: -1;
  22994. }
  22995. /*--------------------
  22996. Keyboard Select
  22997. ----------------------*/
  22998. /* Selected Item */
  22999. .ui.dropdown.selected,
  23000. .ui.dropdown .menu .selected.item {
  23001. background: rgba(0, 0, 0, 0.03);
  23002. color: rgba(0, 0, 0, 0.95);
  23003. }
  23004. /*--------------------
  23005. Search Filtered
  23006. ----------------------*/
  23007. /* Filtered Item */
  23008. .ui.dropdown > .filtered.text {
  23009. visibility: hidden;
  23010. }
  23011. .ui.dropdown .filtered.item {
  23012. display: none !important;
  23013. }
  23014. /*--------------------
  23015. Error
  23016. ----------------------*/
  23017. .ui.dropdown.error,
  23018. .ui.dropdown.error > .text,
  23019. .ui.dropdown.error > .default.text {
  23020. color: #9F3A38;
  23021. }
  23022. .ui.selection.dropdown.error {
  23023. background: #FFF6F6;
  23024. border-color: #E0B4B4;
  23025. }
  23026. .ui.selection.dropdown.error:hover {
  23027. border-color: #E0B4B4;
  23028. }
  23029. .ui.dropdown.error > .menu,
  23030. .ui.dropdown.error > .menu .menu {
  23031. border-color: #E0B4B4;
  23032. }
  23033. .ui.dropdown.error > .menu > .item {
  23034. color: #9F3A38;
  23035. }
  23036. .ui.multiple.selection.error.dropdown > .label {
  23037. border-color: #E0B4B4;
  23038. }
  23039. /* Item Hover */
  23040. .ui.dropdown.error > .menu > .item:hover {
  23041. background-color: #FFF2F2;
  23042. }
  23043. /* Item Active */
  23044. .ui.dropdown.error > .menu .active.item {
  23045. background-color: #FDCFCF;
  23046. }
  23047. /*--------------------
  23048. Disabled
  23049. ----------------------*/
  23050. /* Disabled */
  23051. .ui.disabled.dropdown,
  23052. .ui.dropdown .menu > .disabled.item {
  23053. cursor: default;
  23054. pointer-events: none;
  23055. opacity: 0.45;
  23056. }
  23057. /*******************************
  23058. Variations
  23059. *******************************/
  23060. /*--------------
  23061. Direction
  23062. ---------------*/
  23063. /* Flyout Direction */
  23064. .ui.dropdown .menu {
  23065. left: 0px;
  23066. }
  23067. /* Default Side (Right) */
  23068. .ui.dropdown .right.menu > .menu,
  23069. .ui.dropdown .menu .right.menu {
  23070. left: 100% !important;
  23071. right: auto !important;
  23072. border-radius: 0.28571429rem !important;
  23073. }
  23074. /* Left Flyout Menu */
  23075. .ui.dropdown > .left.menu .menu,
  23076. .ui.dropdown .menu .left.menu {
  23077. left: auto !important;
  23078. right: 100% !important;
  23079. border-radius: 0.28571429rem !important;
  23080. }
  23081. .ui.dropdown .item .left.dropdown.icon,
  23082. .ui.dropdown .left.menu .item .dropdown.icon {
  23083. width: auto;
  23084. float: left;
  23085. margin: 0em 0.71428571rem 0em 0em;
  23086. }
  23087. .ui.dropdown .item .left.dropdown.icon,
  23088. .ui.dropdown .left.menu .item .dropdown.icon {
  23089. width: auto;
  23090. float: left;
  23091. margin: 0em 0.71428571rem 0em 0em;
  23092. }
  23093. .ui.dropdown .item .left.dropdown.icon + .text,
  23094. .ui.dropdown .left.menu .item .dropdown.icon + .text {
  23095. margin-left: 1em;
  23096. }
  23097. /*--------------
  23098. Upward
  23099. ---------------*/
  23100. /* Upward Main Menu */
  23101. .ui.upward.dropdown > .menu {
  23102. top: auto;
  23103. bottom: 100%;
  23104. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  23105. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  23106. }
  23107. /* Upward Sub Menu */
  23108. .ui.dropdown .upward.menu {
  23109. top: auto !important;
  23110. bottom: 0 !important;
  23111. }
  23112. /* Active Upward */
  23113. .ui.simple.upward.active.dropdown,
  23114. .ui.simple.upward.dropdown:hover {
  23115. border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
  23116. }
  23117. .ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  23118. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  23119. }
  23120. /* Selection */
  23121. .ui.upward.selection.dropdown .menu {
  23122. border-top-width: 1px !important;
  23123. border-bottom-width: 0px !important;
  23124. box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  23125. }
  23126. .ui.upward.selection.dropdown:hover {
  23127. box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  23128. }
  23129. /* Active Upward */
  23130. .ui.active.upward.selection.dropdown {
  23131. border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
  23132. }
  23133. /* Visible Upward */
  23134. .ui.upward.selection.dropdown.visible {
  23135. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  23136. border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
  23137. }
  23138. /* Visible Hover Upward */
  23139. .ui.upward.active.selection.dropdown:hover {
  23140. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  23141. }
  23142. .ui.upward.active.selection.dropdown:hover .menu {
  23143. box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  23144. }
  23145. /*--------------
  23146. Simple
  23147. ---------------*/
  23148. /* Selection Menu */
  23149. .ui.scrolling.dropdown .menu,
  23150. .ui.dropdown .scrolling.menu {
  23151. overflow-x: hidden;
  23152. overflow-y: auto;
  23153. }
  23154. .ui.scrolling.dropdown .menu {
  23155. overflow-x: hidden;
  23156. overflow-y: auto;
  23157. -webkit-backface-visibility: hidden;
  23158. backface-visibility: hidden;
  23159. -webkit-overflow-scrolling: touch;
  23160. min-width: 100% !important;
  23161. width: auto !important;
  23162. }
  23163. .ui.dropdown .scrolling.menu {
  23164. position: static;
  23165. overflow-y: auto;
  23166. border: none;
  23167. box-shadow: none !important;
  23168. border-radius: 0 !important;
  23169. margin: 0 !important;
  23170. min-width: 100% !important;
  23171. width: auto !important;
  23172. border-top: 1px solid rgba(34, 36, 38, 0.15);
  23173. }
  23174. .ui.scrolling.dropdown .menu .item.item.item,
  23175. .ui.dropdown .scrolling.menu > .item.item.item {
  23176. border-top: none;
  23177. padding-right: calc( 1.14285714rem + 17px ) !important;
  23178. }
  23179. .ui.scrolling.dropdown .menu .item:first-child,
  23180. .ui.dropdown .scrolling.menu .item:first-child {
  23181. border-top: none;
  23182. }
  23183. .ui.dropdown > .animating.menu .scrolling.menu,
  23184. .ui.dropdown > .visible.menu .scrolling.menu {
  23185. display: block;
  23186. }
  23187. /* Scrollbar in IE */
  23188. @media all and (-ms-high-contrast: none) {
  23189. .ui.scrolling.dropdown .menu,
  23190. .ui.dropdown .scrolling.menu {
  23191. min-width: calc(100% - 17px );
  23192. }
  23193. }
  23194. @media only screen and (max-width: 767px) {
  23195. .ui.scrolling.dropdown .menu,
  23196. .ui.dropdown .scrolling.menu {
  23197. max-height: 9.71428571rem;
  23198. }
  23199. }
  23200. @media only screen and (min-width: 768px) {
  23201. .ui.scrolling.dropdown .menu,
  23202. .ui.dropdown .scrolling.menu {
  23203. max-height: 14.57142857rem;
  23204. }
  23205. }
  23206. @media only screen and (min-width: 992px) {
  23207. .ui.scrolling.dropdown .menu,
  23208. .ui.dropdown .scrolling.menu {
  23209. max-height: 19.42857143rem;
  23210. }
  23211. }
  23212. @media only screen and (min-width: 1920px) {
  23213. .ui.scrolling.dropdown .menu,
  23214. .ui.dropdown .scrolling.menu {
  23215. max-height: 19.42857143rem;
  23216. }
  23217. }
  23218. /*--------------
  23219. Simple
  23220. ---------------*/
  23221. /* Displays without javascript */
  23222. .ui.simple.dropdown .menu:before,
  23223. .ui.simple.dropdown .menu:after {
  23224. display: none;
  23225. }
  23226. .ui.simple.dropdown .menu {
  23227. position: absolute;
  23228. display: block;
  23229. overflow: hidden;
  23230. top: -9999px !important;
  23231. opacity: 0;
  23232. width: 0;
  23233. height: 0;
  23234. -webkit-transition: opacity 0.1s ease;
  23235. transition: opacity 0.1s ease;
  23236. }
  23237. .ui.simple.active.dropdown,
  23238. .ui.simple.dropdown:hover {
  23239. border-bottom-left-radius: 0em !important;
  23240. border-bottom-right-radius: 0em !important;
  23241. }
  23242. .ui.simple.active.dropdown > .menu,
  23243. .ui.simple.dropdown:hover > .menu {
  23244. overflow: visible;
  23245. width: auto;
  23246. height: auto;
  23247. top: 100% !important;
  23248. opacity: 1;
  23249. }
  23250. .ui.simple.dropdown > .menu > .item:active > .menu,
  23251. .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  23252. overflow: visible;
  23253. width: auto;
  23254. height: auto;
  23255. top: 0% !important;
  23256. left: 100% !important;
  23257. opacity: 1;
  23258. }
  23259. .ui.simple.disabled.dropdown:hover .menu {
  23260. display: none;
  23261. height: 0px;
  23262. width: 0px;
  23263. overflow: hidden;
  23264. }
  23265. /* Visible */
  23266. .ui.simple.visible.dropdown > .menu {
  23267. display: block;
  23268. }
  23269. /*--------------
  23270. Fluid
  23271. ---------------*/
  23272. .ui.fluid.dropdown {
  23273. display: block;
  23274. width: 100%;
  23275. min-width: 0em;
  23276. }
  23277. .ui.fluid.dropdown > .dropdown.icon {
  23278. float: right;
  23279. }
  23280. /*--------------
  23281. Floating
  23282. ---------------*/
  23283. .ui.floating.dropdown .menu {
  23284. left: 0;
  23285. right: auto;
  23286. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
  23287. border-radius: 0.28571429rem !important;
  23288. }
  23289. .ui.floating.dropdown > .menu {
  23290. margin-top: 0.5em !important;
  23291. border-radius: 0.28571429rem !important;
  23292. }
  23293. /*--------------
  23294. Pointing
  23295. ---------------*/
  23296. .ui.pointing.dropdown > .menu {
  23297. top: 100%;
  23298. margin-top: 0.71428571rem;
  23299. border-radius: 0.28571429rem;
  23300. }
  23301. .ui.pointing.dropdown > .menu:after {
  23302. display: block;
  23303. position: absolute;
  23304. pointer-events: none;
  23305. content: '';
  23306. visibility: visible;
  23307. -webkit-transform: rotate(45deg);
  23308. -ms-transform: rotate(45deg);
  23309. transform: rotate(45deg);
  23310. width: 0.5em;
  23311. height: 0.5em;
  23312. box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
  23313. background: #FFFFFF;
  23314. z-index: 2;
  23315. }
  23316. .ui.pointing.dropdown > .menu:after {
  23317. top: -0.25em;
  23318. left: 50%;
  23319. margin: 0em 0em 0em -0.25em;
  23320. }
  23321. /* Top Left Pointing */
  23322. .ui.top.left.pointing.dropdown > .menu {
  23323. top: 100%;
  23324. bottom: auto;
  23325. left: 0%;
  23326. right: auto;
  23327. margin: 1em 0em 0em;
  23328. }
  23329. .ui.top.left.pointing.dropdown > .menu {
  23330. top: 100%;
  23331. bottom: auto;
  23332. left: 0%;
  23333. right: auto;
  23334. margin: 1em 0em 0em;
  23335. }
  23336. .ui.top.left.pointing.dropdown > .menu:after {
  23337. top: -0.25em;
  23338. left: 1em;
  23339. right: auto;
  23340. margin: 0em;
  23341. -webkit-transform: rotate(45deg);
  23342. -ms-transform: rotate(45deg);
  23343. transform: rotate(45deg);
  23344. }
  23345. /* Top Right Pointing */
  23346. .ui.top.right.pointing.dropdown > .menu {
  23347. top: 100%;
  23348. bottom: auto;
  23349. right: 0%;
  23350. left: auto;
  23351. margin: 1em 0em 0em;
  23352. }
  23353. .ui.top.right.pointing.dropdown > .menu:after {
  23354. top: -0.25em;
  23355. left: auto;
  23356. right: 1em;
  23357. margin: 0em;
  23358. -webkit-transform: rotate(45deg);
  23359. -ms-transform: rotate(45deg);
  23360. transform: rotate(45deg);
  23361. }
  23362. /* Left Pointing */
  23363. .ui.left.pointing.dropdown > .menu {
  23364. top: 0%;
  23365. left: 100%;
  23366. right: auto;
  23367. margin: 0em 0em 0em 1em;
  23368. }
  23369. .ui.left.pointing.dropdown > .menu:after {
  23370. top: 1em;
  23371. left: -0.25em;
  23372. margin: 0em 0em 0em 0em;
  23373. -webkit-transform: rotate(-45deg);
  23374. -ms-transform: rotate(-45deg);
  23375. transform: rotate(-45deg);
  23376. }
  23377. /* Right Pointing */
  23378. .ui.right.pointing.dropdown > .menu {
  23379. top: 0%;
  23380. left: auto;
  23381. right: 100%;
  23382. margin: 0em 1em 0em 0em;
  23383. }
  23384. .ui.right.pointing.dropdown > .menu:after {
  23385. top: 1em;
  23386. left: auto;
  23387. right: -0.25em;
  23388. margin: 0em 0em 0em 0em;
  23389. -webkit-transform: rotate(135deg);
  23390. -ms-transform: rotate(135deg);
  23391. transform: rotate(135deg);
  23392. }
  23393. /* Bottom Pointing */
  23394. .ui.bottom.pointing.dropdown > .menu {
  23395. top: auto;
  23396. bottom: 100%;
  23397. left: 0%;
  23398. right: auto;
  23399. margin: 0em 0em 1em;
  23400. }
  23401. .ui.bottom.pointing.dropdown > .menu:after {
  23402. top: auto;
  23403. bottom: -0.25em;
  23404. right: auto;
  23405. margin: 0em;
  23406. -webkit-transform: rotate(-135deg);
  23407. -ms-transform: rotate(-135deg);
  23408. transform: rotate(-135deg);
  23409. }
  23410. /* Reverse Sub-Menu Direction */
  23411. .ui.bottom.pointing.dropdown > .menu .menu {
  23412. top: auto !important;
  23413. bottom: 0px !important;
  23414. }
  23415. /* Bottom Left */
  23416. .ui.bottom.left.pointing.dropdown > .menu {
  23417. left: 0%;
  23418. right: auto;
  23419. }
  23420. .ui.bottom.left.pointing.dropdown > .menu:after {
  23421. left: 1em;
  23422. right: auto;
  23423. }
  23424. /* Bottom Right */
  23425. .ui.bottom.right.pointing.dropdown > .menu {
  23426. right: 0%;
  23427. left: auto;
  23428. }
  23429. .ui.bottom.right.pointing.dropdown > .menu:after {
  23430. left: auto;
  23431. right: 1em;
  23432. }
  23433. /* Upward pointing */
  23434. .ui.upward.pointing.dropdown > .menu,
  23435. .ui.upward.top.pointing.dropdown > .menu {
  23436. top: auto;
  23437. bottom: 100%;
  23438. margin: 0em 0em 0.71428571rem;
  23439. border-radius: 0.28571429rem;
  23440. }
  23441. .ui.upward.pointing.dropdown > .menu:after,
  23442. .ui.upward.top.pointing.dropdown > .menu:after {
  23443. top: 100%;
  23444. bottom: auto;
  23445. box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  23446. margin: -0.25em 0em 0em;
  23447. }
  23448. /*******************************
  23449. Theme Overrides
  23450. *******************************/
  23451. /* Dropdown Carets */
  23452. @font-face {
  23453. font-family: 'Dropdown';
  23454. src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype'), url("data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format('woff');
  23455. font-weight: normal;
  23456. font-style: normal;
  23457. }
  23458. .ui.dropdown > .dropdown.icon {
  23459. font-family: 'Dropdown';
  23460. line-height: 1;
  23461. height: 1em;
  23462. width: 1.23em;
  23463. -webkit-backface-visibility: hidden;
  23464. backface-visibility: hidden;
  23465. font-weight: normal;
  23466. font-style: normal;
  23467. text-align: center;
  23468. }
  23469. .ui.dropdown > .dropdown.icon {
  23470. width: auto;
  23471. }
  23472. .ui.dropdown > .dropdown.icon:before {
  23473. content: '\f0d7';
  23474. }
  23475. /* Sub Menu */
  23476. .ui.dropdown .menu .item .dropdown.icon:before {
  23477. content: '\f0da' ;
  23478. }
  23479. .ui.dropdown .item .left.dropdown.icon:before,
  23480. .ui.dropdown .left.menu .item .dropdown.icon:before {
  23481. content: "\f0d9" ;
  23482. }
  23483. /* Vertical Menu Dropdown */
  23484. .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  23485. content: "\f0da" ;
  23486. }
  23487. /* Icons for Reference
  23488. .dropdown.down.icon {
  23489. content: "\f0d7";
  23490. }
  23491. .dropdown.up.icon {
  23492. content: "\f0d8";
  23493. }
  23494. .dropdown.left.icon {
  23495. content: "\f0d9";
  23496. }
  23497. .dropdown.icon.icon {
  23498. content: "\f0da";
  23499. }
  23500. */
  23501. /*******************************
  23502. User Overrides
  23503. *******************************/
  23504. /*!
  23505. * # Semantic UI 2.1.6 - Video
  23506. * http://github.com/semantic-org/semantic-ui/
  23507. *
  23508. *
  23509. * Copyright 2015 Contributors
  23510. * Released under the MIT license
  23511. * http://opensource.org/licenses/MIT
  23512. *
  23513. */
  23514. /*******************************
  23515. Types
  23516. *******************************/
  23517. .ui.embed {
  23518. position: relative;
  23519. max-width: 100%;
  23520. height: 0px;
  23521. overflow: hidden;
  23522. background: #DCDDDE;
  23523. padding-bottom: 56.25%;
  23524. }
  23525. /*-----------------
  23526. Embedded Content
  23527. ------------------*/
  23528. .ui.embed iframe,
  23529. .ui.embed embed,
  23530. .ui.embed object {
  23531. position: absolute;
  23532. border: none;
  23533. width: 100%;
  23534. height: 100%;
  23535. top: 0px;
  23536. left: 0px;
  23537. margin: 0em;
  23538. padding: 0em;
  23539. }
  23540. /*-----------------
  23541. Embed
  23542. ------------------*/
  23543. .ui.embed > .embed {
  23544. display: none;
  23545. }
  23546. /*--------------
  23547. Placeholder
  23548. ---------------*/
  23549. .ui.embed > .placeholder {
  23550. position: absolute;
  23551. cursor: pointer;
  23552. top: 0px;
  23553. left: 0px;
  23554. display: block;
  23555. width: 100%;
  23556. height: 100%;
  23557. background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  23558. }
  23559. /*--------------
  23560. Icon
  23561. ---------------*/
  23562. .ui.embed > .icon {
  23563. cursor: pointer;
  23564. position: absolute;
  23565. top: 0px;
  23566. left: 0px;
  23567. width: 100%;
  23568. height: 100%;
  23569. z-index: 2;
  23570. }
  23571. .ui.embed > .icon:after {
  23572. position: absolute;
  23573. top: 0%;
  23574. left: 0%;
  23575. width: 100%;
  23576. height: 100%;
  23577. z-index: 3;
  23578. content: '';
  23579. background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  23580. background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  23581. opacity: 0.5;
  23582. -webkit-transition: opacity 0.5s ease;
  23583. transition: opacity 0.5s ease;
  23584. }
  23585. .ui.embed > .icon:before {
  23586. position: absolute;
  23587. top: 50%;
  23588. left: 50%;
  23589. z-index: 4;
  23590. -webkit-transform: translateX(-50%) translateY(-50%);
  23591. -ms-transform: translateX(-50%) translateY(-50%);
  23592. transform: translateX(-50%) translateY(-50%);
  23593. color: #FFFFFF;
  23594. font-size: 6rem;
  23595. text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
  23596. -webkit-transition: opacity 0.5s ease, color 0.5s ease;
  23597. transition: opacity 0.5s ease, color 0.5s ease;
  23598. z-index: 10;
  23599. }
  23600. /*******************************
  23601. States
  23602. *******************************/
  23603. /*--------------
  23604. Hover
  23605. ---------------*/
  23606. .ui.embed .icon:hover:after {
  23607. background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  23608. background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  23609. opacity: 1;
  23610. }
  23611. .ui.embed .icon:hover:before {
  23612. color: #FFFFFF;
  23613. }
  23614. /*--------------
  23615. Active
  23616. ---------------*/
  23617. .ui.active.embed > .icon,
  23618. .ui.active.embed > .placeholder {
  23619. display: none;
  23620. }
  23621. .ui.active.embed > .embed {
  23622. display: block;
  23623. }
  23624. /*******************************
  23625. Video Overrides
  23626. *******************************/
  23627. /*******************************
  23628. Site Overrides
  23629. *******************************/
  23630. /*******************************
  23631. Variations
  23632. *******************************/
  23633. .ui.square.embed {
  23634. padding-bottom: 100%;
  23635. }
  23636. .ui[class*="4:3"].embed {
  23637. padding-bottom: 75%;
  23638. }
  23639. .ui[class*="16:9"].embed {
  23640. padding-bottom: 56.25%;
  23641. }
  23642. .ui[class*="21:9"].embed {
  23643. padding-bottom: 42.85714286%;
  23644. }
  23645. /*!
  23646. * # Semantic UI 2.1.6 - Modal
  23647. * http://github.com/semantic-org/semantic-ui/
  23648. *
  23649. *
  23650. * Copyright 2015 Contributors
  23651. * Released under the MIT license
  23652. * http://opensource.org/licenses/MIT
  23653. *
  23654. */
  23655. /*******************************
  23656. Modal
  23657. *******************************/
  23658. .ui.modal {
  23659. display: none;
  23660. position: fixed;
  23661. z-index: 1001;
  23662. top: 50%;
  23663. left: 50%;
  23664. text-align: left;
  23665. background: #FFFFFF;
  23666. border: none;
  23667. box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  23668. -webkit-transform-origin: 50% 25%;
  23669. -ms-transform-origin: 50% 25%;
  23670. transform-origin: 50% 25%;
  23671. border-radius: 0.28571429rem;
  23672. -webkit-user-select: text;
  23673. -moz-user-select: text;
  23674. -ms-user-select: text;
  23675. user-select: text;
  23676. will-change: top, left, margin, transform, opacity;
  23677. }
  23678. .ui.modal > :first-child:not(.icon),
  23679. .ui.modal > .icon:first-child + * {
  23680. border-top-left-radius: 0.28571429rem;
  23681. border-top-right-radius: 0.28571429rem;
  23682. }
  23683. .ui.modal > :last-child {
  23684. border-bottom-left-radius: 0.28571429rem;
  23685. border-bottom-right-radius: 0.28571429rem;
  23686. }
  23687. /*******************************
  23688. Content
  23689. *******************************/
  23690. /*--------------
  23691. Close
  23692. ---------------*/
  23693. .ui.modal > .close {
  23694. cursor: pointer;
  23695. position: absolute;
  23696. top: -2.5rem;
  23697. right: -2.5rem;
  23698. z-index: 1;
  23699. opacity: 0.8;
  23700. font-size: 1.25em;
  23701. color: #FFFFFF;
  23702. width: 2.25rem;
  23703. height: 2.25rem;
  23704. padding: 0.625rem 0rem 0rem 0rem;
  23705. }
  23706. .ui.modal > .close:hover {
  23707. opacity: 1;
  23708. }
  23709. /*--------------
  23710. Header
  23711. ---------------*/
  23712. .ui.modal > .header {
  23713. display: block;
  23714. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  23715. background: #FFFFFF;
  23716. margin: 0em;
  23717. padding: 1.25rem 1.5rem;
  23718. box-shadow: none;
  23719. color: rgba(0, 0, 0, 0.85);
  23720. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  23721. }
  23722. .ui.modal > .header:not(.ui) {
  23723. font-size: 1.42857143rem;
  23724. line-height: 1.2857em;
  23725. font-weight: bold;
  23726. }
  23727. /*--------------
  23728. Content
  23729. ---------------*/
  23730. .ui.modal > .content {
  23731. display: block;
  23732. width: 100%;
  23733. font-size: 1em;
  23734. line-height: 1.4;
  23735. padding: 1.5rem;
  23736. background: #FFFFFF;
  23737. }
  23738. .ui.modal > .image.content {
  23739. display: -webkit-box;
  23740. display: -webkit-flex;
  23741. display: -ms-flexbox;
  23742. display: flex;
  23743. -webkit-box-orient: horizontal;
  23744. -webkit-box-direction: normal;
  23745. -webkit-flex-direction: row;
  23746. -ms-flex-direction: row;
  23747. flex-direction: row;
  23748. }
  23749. /* Image */
  23750. .ui.modal > .content > .image {
  23751. display: block;
  23752. -webkit-box-flex: 0;
  23753. -webkit-flex: 0 1 auto;
  23754. -ms-flex: 0 1 auto;
  23755. flex: 0 1 auto;
  23756. width: '';
  23757. -webkit-align-self: top;
  23758. -ms-flex-item-align: top;
  23759. align-self: top;
  23760. }
  23761. .ui.modal > [class*="top aligned"] {
  23762. -webkit-align-self: top;
  23763. -ms-flex-item-align: top;
  23764. align-self: top;
  23765. }
  23766. .ui.modal > [class*="middle aligned"] {
  23767. -webkit-align-self: middle;
  23768. -ms-flex-item-align: middle;
  23769. align-self: middle;
  23770. }
  23771. .ui.modal > [class*="stretched"] {
  23772. -webkit-align-self: stretch;
  23773. -ms-flex-item-align: stretch;
  23774. align-self: stretch;
  23775. }
  23776. /* Description */
  23777. .ui.modal > .content > .description {
  23778. display: block;
  23779. -webkit-box-flex: 1;
  23780. -webkit-flex: 1 0 auto;
  23781. -ms-flex: 1 0 auto;
  23782. flex: 1 0 auto;
  23783. min-width: 0px;
  23784. -webkit-align-self: top;
  23785. -ms-flex-item-align: top;
  23786. align-self: top;
  23787. }
  23788. .ui.modal > .content > .icon + .description,
  23789. .ui.modal > .content > .image + .description {
  23790. -webkit-box-flex: 0;
  23791. -webkit-flex: 0 1 auto;
  23792. -ms-flex: 0 1 auto;
  23793. flex: 0 1 auto;
  23794. min-width: '';
  23795. width: auto;
  23796. padding-left: 2em;
  23797. }
  23798. /*rtl:ignore*/
  23799. .ui.modal > .content > .image > i.icon {
  23800. margin: 0em;
  23801. opacity: 1;
  23802. width: auto;
  23803. line-height: 1;
  23804. font-size: 8rem;
  23805. }
  23806. /*--------------
  23807. Actions
  23808. ---------------*/
  23809. .ui.modal > .actions {
  23810. background: #F9FAFB;
  23811. padding: 1rem 1rem;
  23812. border-top: 1px solid rgba(34, 36, 38, 0.15);
  23813. text-align: right;
  23814. }
  23815. .ui.modal .actions > .button {
  23816. margin-left: 0.75em;
  23817. }
  23818. /*-------------------
  23819. Responsive
  23820. --------------------*/
  23821. /* Modal Width */
  23822. @media only screen and (max-width: 767px) {
  23823. .ui.modal {
  23824. width: 95%;
  23825. margin: 0em 0em 0em -47.5%;
  23826. }
  23827. }
  23828. @media only screen and (min-width: 768px) {
  23829. .ui.modal {
  23830. width: 88%;
  23831. margin: 0em 0em 0em -44%;
  23832. }
  23833. }
  23834. @media only screen and (min-width: 992px) {
  23835. .ui.modal {
  23836. width: 850px;
  23837. margin: 0em 0em 0em -425px;
  23838. }
  23839. }
  23840. @media only screen and (min-width: 1200px) {
  23841. .ui.modal {
  23842. width: 900px;
  23843. margin: 0em 0em 0em -450px;
  23844. }
  23845. }
  23846. @media only screen and (min-width: 1920px) {
  23847. .ui.modal {
  23848. width: 950px;
  23849. margin: 0em 0em 0em -475px;
  23850. }
  23851. }
  23852. /* Tablet and Mobile */
  23853. @media only screen and (max-width: 991px) {
  23854. .ui.modal > .header {
  23855. padding-right: 2.25rem;
  23856. }
  23857. .ui.modal > .close {
  23858. top: 1.0535rem;
  23859. right: 1rem;
  23860. color: rgba(0, 0, 0, 0.87);
  23861. }
  23862. }
  23863. /* Mobile */
  23864. @media only screen and (max-width: 767px) {
  23865. .ui.modal > .header {
  23866. padding: 0.75rem 1rem !important;
  23867. padding-right: 2.25rem !important;
  23868. }
  23869. .ui.modal > .content {
  23870. display: block;
  23871. padding: 1rem !important;
  23872. }
  23873. .ui.modal > .close {
  23874. top: 0.5rem !important;
  23875. right: 0.5rem !important;
  23876. }
  23877. /*rtl:ignore*/
  23878. .ui.modal .image.content {
  23879. -webkit-box-orient: vertical;
  23880. -webkit-box-direction: normal;
  23881. -webkit-flex-direction: column;
  23882. -ms-flex-direction: column;
  23883. flex-direction: column;
  23884. }
  23885. .ui.modal .content > .image {
  23886. display: block;
  23887. max-width: 100%;
  23888. margin: 0em auto !important;
  23889. text-align: center;
  23890. padding: 0rem 0rem 1rem !important;
  23891. }
  23892. .ui.modal > .content > .image > i.icon {
  23893. font-size: 5rem;
  23894. text-align: center;
  23895. }
  23896. /*rtl:ignore*/
  23897. .ui.modal .content > .description {
  23898. display: block;
  23899. width: 100% !important;
  23900. margin: 0em !important;
  23901. padding: 1rem 0rem !important;
  23902. box-shadow: none;
  23903. }
  23904. /* Let Buttons Stack */
  23905. .ui.modal > .actions {
  23906. padding: 1rem 1rem 0rem !important;
  23907. }
  23908. .ui.modal .actions > .buttons,
  23909. .ui.modal .actions > .button {
  23910. margin-bottom: 1rem;
  23911. }
  23912. }
  23913. /*--------------
  23914. Coupling
  23915. ---------------*/
  23916. .ui.inverted.dimmer > .ui.modal {
  23917. box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
  23918. }
  23919. /*******************************
  23920. Types
  23921. *******************************/
  23922. .ui.basic.modal {
  23923. background-color: transparent;
  23924. border: none;
  23925. border-radius: 0em;
  23926. box-shadow: none !important;
  23927. color: #FFFFFF;
  23928. }
  23929. .ui.basic.modal > .header,
  23930. .ui.basic.modal > .content,
  23931. .ui.basic.modal > .actions {
  23932. background-color: transparent;
  23933. }
  23934. .ui.basic.modal > .header {
  23935. color: #FFFFFF;
  23936. }
  23937. .ui.basic.modal > .close {
  23938. top: 1rem;
  23939. right: 1.5rem;
  23940. }
  23941. .ui.inverted.dimmer > .basic.modal {
  23942. color: rgba(0, 0, 0, 0.87);
  23943. }
  23944. .ui.inverted.dimmer > .ui.basic.modal > .header {
  23945. color: rgba(0, 0, 0, 0.85);
  23946. }
  23947. /* Tablet and Mobile */
  23948. @media only screen and (max-width: 991px) {
  23949. .ui.basic.modal > .close {
  23950. color: #FFFFFF;
  23951. }
  23952. }
  23953. /*******************************
  23954. States
  23955. *******************************/
  23956. .ui.active.modal {
  23957. display: block;
  23958. }
  23959. /*******************************
  23960. Variations
  23961. *******************************/
  23962. /*--------------
  23963. Scrolling
  23964. ---------------*/
  23965. /* A modal that cannot fit on the page */
  23966. .scrolling.dimmable.dimmed {
  23967. overflow: hidden;
  23968. }
  23969. .scrolling.dimmable.dimmed > .dimmer {
  23970. overflow: auto;
  23971. -webkit-overflow-scrolling: touch;
  23972. }
  23973. .scrolling.dimmable > .dimmer {
  23974. position: fixed;
  23975. }
  23976. .modals.dimmer .ui.scrolling.modal {
  23977. position: static !important;
  23978. margin: 3.5rem auto !important;
  23979. }
  23980. /* undetached scrolling */
  23981. .scrolling.undetached.dimmable.dimmed {
  23982. overflow: auto;
  23983. -webkit-overflow-scrolling: touch;
  23984. }
  23985. .scrolling.undetached.dimmable.dimmed > .dimmer {
  23986. overflow: hidden;
  23987. }
  23988. .scrolling.undetached.dimmable .ui.scrolling.modal {
  23989. position: absolute;
  23990. left: 50%;
  23991. margin-top: 3.5rem !important;
  23992. }
  23993. /* Coupling with Sidebar */
  23994. .undetached.dimmable.dimmed > .pusher {
  23995. z-index: auto;
  23996. }
  23997. @media only screen and (max-width: 991px) {
  23998. .modals.dimmer .ui.scrolling.modal {
  23999. margin-top: 1rem !important;
  24000. margin-bottom: 1rem !important;
  24001. }
  24002. }
  24003. /*--------------
  24004. Full Screen
  24005. ---------------*/
  24006. .ui.fullscreen.modal {
  24007. width: 95% !important;
  24008. left: 2.5% !important;
  24009. margin: 1em auto;
  24010. }
  24011. .ui.fullscreen.scrolling.modal {
  24012. left: 0em !important;
  24013. }
  24014. .ui.fullscreen.modal > .header {
  24015. padding-right: 2.25rem;
  24016. }
  24017. .ui.fullscreen.modal > .close {
  24018. top: 1.0535rem;
  24019. right: 1rem;
  24020. color: rgba(0, 0, 0, 0.87);
  24021. }
  24022. /*--------------
  24023. Size
  24024. ---------------*/
  24025. .ui.modal {
  24026. font-size: 1rem;
  24027. }
  24028. /* Small */
  24029. .ui.small.modal > .header:not(.ui) {
  24030. font-size: 1.3em;
  24031. }
  24032. /* Small Modal Width */
  24033. @media only screen and (max-width: 767px) {
  24034. .ui.small.modal {
  24035. width: 95%;
  24036. margin: 0em 0em 0em -47.5%;
  24037. }
  24038. }
  24039. @media only screen and (min-width: 768px) {
  24040. .ui.small.modal {
  24041. width: 70.4%;
  24042. margin: 0em 0em 0em -35.2%;
  24043. }
  24044. }
  24045. @media only screen and (min-width: 992px) {
  24046. .ui.small.modal {
  24047. width: 680px;
  24048. margin: 0em 0em 0em -340px;
  24049. }
  24050. }
  24051. @media only screen and (min-width: 1200px) {
  24052. .ui.small.modal {
  24053. width: 720px;
  24054. margin: 0em 0em 0em -360px;
  24055. }
  24056. }
  24057. @media only screen and (min-width: 1920px) {
  24058. .ui.small.modal {
  24059. width: 760px;
  24060. margin: 0em 0em 0em -380px;
  24061. }
  24062. }
  24063. /* Large Modal Width */
  24064. .ui.large.modal > .header {
  24065. font-size: 1.6em;
  24066. }
  24067. @media only screen and (max-width: 767px) {
  24068. .ui.large.modal {
  24069. width: 95%;
  24070. margin: 0em 0em 0em -47.5%;
  24071. }
  24072. }
  24073. @media only screen and (min-width: 768px) {
  24074. .ui.large.modal {
  24075. width: 88%;
  24076. margin: 0em 0em 0em -44%;
  24077. }
  24078. }
  24079. @media only screen and (min-width: 992px) {
  24080. .ui.large.modal {
  24081. width: 1020px;
  24082. margin: 0em 0em 0em -510px;
  24083. }
  24084. }
  24085. @media only screen and (min-width: 1200px) {
  24086. .ui.large.modal {
  24087. width: 1080px;
  24088. margin: 0em 0em 0em -540px;
  24089. }
  24090. }
  24091. @media only screen and (min-width: 1920px) {
  24092. .ui.large.modal {
  24093. width: 1140px;
  24094. margin: 0em 0em 0em -570px;
  24095. }
  24096. }
  24097. /*******************************
  24098. Theme Overrides
  24099. *******************************/
  24100. /*******************************
  24101. Site Overrides
  24102. *******************************/
  24103. /*!
  24104. * # Semantic UI 2.1.6 - Nag
  24105. * http://github.com/semantic-org/semantic-ui/
  24106. *
  24107. *
  24108. * Copyright 2015 Contributors
  24109. * Released under the MIT license
  24110. * http://opensource.org/licenses/MIT
  24111. *
  24112. */
  24113. /*******************************
  24114. Nag
  24115. *******************************/
  24116. .ui.nag {
  24117. display: none;
  24118. opacity: 0.95;
  24119. position: relative;
  24120. top: 0em;
  24121. left: 0px;
  24122. z-index: 999;
  24123. min-height: 0em;
  24124. width: 100%;
  24125. margin: 0em;
  24126. padding: 0.75em 1em;
  24127. background: #555555;
  24128. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  24129. font-size: 1rem;
  24130. text-align: center;
  24131. color: rgba(0, 0, 0, 0.87);
  24132. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  24133. -webkit-transition: 0.2s background ease;
  24134. transition: 0.2s background ease;
  24135. }
  24136. a.ui.nag {
  24137. cursor: pointer;
  24138. }
  24139. .ui.nag > .title {
  24140. display: inline-block;
  24141. margin: 0em 0.5em;
  24142. color: #FFFFFF;
  24143. }
  24144. .ui.nag > .close.icon {
  24145. cursor: pointer;
  24146. opacity: 0.4;
  24147. position: absolute;
  24148. top: 50%;
  24149. right: 1em;
  24150. font-size: 1em;
  24151. margin: -0.5em 0em 0em;
  24152. color: #FFFFFF;
  24153. -webkit-transition: opacity 0.2s ease;
  24154. transition: opacity 0.2s ease;
  24155. }
  24156. /*******************************
  24157. States
  24158. *******************************/
  24159. /* Hover */
  24160. .ui.nag:hover {
  24161. background: #555555;
  24162. opacity: 1;
  24163. }
  24164. .ui.nag .close:hover {
  24165. opacity: 1;
  24166. }
  24167. /*******************************
  24168. Variations
  24169. *******************************/
  24170. /*--------------
  24171. Static
  24172. ---------------*/
  24173. .ui.overlay.nag {
  24174. position: absolute;
  24175. display: block;
  24176. }
  24177. /*--------------
  24178. Fixed
  24179. ---------------*/
  24180. .ui.fixed.nag {
  24181. position: fixed;
  24182. }
  24183. /*--------------
  24184. Bottom
  24185. ---------------*/
  24186. .ui.bottom.nags,
  24187. .ui.bottom.nag {
  24188. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  24189. top: auto;
  24190. bottom: 0em;
  24191. }
  24192. /*--------------
  24193. White
  24194. ---------------*/
  24195. .ui.inverted.nags .nag,
  24196. .ui.inverted.nag {
  24197. background-color: #F3F4F5;
  24198. color: rgba(0, 0, 0, 0.85);
  24199. }
  24200. .ui.inverted.nags .nag .close,
  24201. .ui.inverted.nags .nag .title,
  24202. .ui.inverted.nag .close,
  24203. .ui.inverted.nag .title {
  24204. color: rgba(0, 0, 0, 0.4);
  24205. }
  24206. /*******************************
  24207. Groups
  24208. *******************************/
  24209. .ui.nags .nag {
  24210. border-radius: 0em !important;
  24211. }
  24212. .ui.nags .nag:last-child {
  24213. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  24214. }
  24215. .ui.bottom.nags .nag:last-child {
  24216. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  24217. }
  24218. /*******************************
  24219. Theme Overrides
  24220. *******************************/
  24221. /*******************************
  24222. User Overrides
  24223. *******************************/
  24224. /*!
  24225. * # Semantic UI 2.1.6 - Popup
  24226. * http://github.com/semantic-org/semantic-ui/
  24227. *
  24228. *
  24229. * Copyright 2015 Contributors
  24230. * Released under the MIT license
  24231. * http://opensource.org/licenses/MIT
  24232. *
  24233. */
  24234. /*******************************
  24235. Popup
  24236. *******************************/
  24237. .ui.popup {
  24238. display: none;
  24239. position: absolute;
  24240. top: 0px;
  24241. right: 0px;
  24242. /* Fixes content being squished when inline (moz only) */
  24243. min-width: -webkit-min-content;
  24244. min-width: -moz-min-content;
  24245. min-width: min-content;
  24246. z-index: 1900;
  24247. border: 1px solid #D4D4D5;
  24248. line-height: 1.4285em;
  24249. max-width: 250px;
  24250. background: #FFFFFF;
  24251. padding: 0.833em 1em;
  24252. font-weight: normal;
  24253. font-style: normal;
  24254. color: rgba(0, 0, 0, 0.87);
  24255. border-radius: 0.28571429rem;
  24256. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  24257. }
  24258. .ui.popup > .header {
  24259. padding: 0em;
  24260. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  24261. font-size: 1.125em;
  24262. line-height: 1.2;
  24263. font-weight: bold;
  24264. }
  24265. .ui.popup > .header + .content {
  24266. padding-top: 0.5em;
  24267. }
  24268. .ui.popup:before {
  24269. position: absolute;
  24270. content: '';
  24271. width: 0.75em;
  24272. height: 0.75em;
  24273. background: #FFFFFF;
  24274. -webkit-transform: rotate(45deg);
  24275. -ms-transform: rotate(45deg);
  24276. transform: rotate(45deg);
  24277. z-index: 2;
  24278. box-shadow: 1px 1px 0px 0px #bababc;
  24279. }
  24280. /*******************************
  24281. Types
  24282. *******************************/
  24283. /*--------------
  24284. Spacing
  24285. ---------------*/
  24286. .ui.popup {
  24287. margin: 0em;
  24288. }
  24289. /* Extending from Top */
  24290. .ui.top.popup {
  24291. margin: 0em 0em 0.75em;
  24292. }
  24293. .ui.top.left.popup {
  24294. -webkit-transform-origin: left bottom;
  24295. -ms-transform-origin: left bottom;
  24296. transform-origin: left bottom;
  24297. }
  24298. .ui.top.center.popup {
  24299. -webkit-transform-origin: center bottom;
  24300. -ms-transform-origin: center bottom;
  24301. transform-origin: center bottom;
  24302. }
  24303. .ui.top.right.popup {
  24304. -webkit-transform-origin: right bottom;
  24305. -ms-transform-origin: right bottom;
  24306. transform-origin: right bottom;
  24307. }
  24308. /* Extending from Vertical Center */
  24309. .ui.left.center.popup {
  24310. margin: 0em 0.75em 0em 0em;
  24311. -webkit-transform-origin: right 50%;
  24312. -ms-transform-origin: right 50%;
  24313. transform-origin: right 50%;
  24314. }
  24315. .ui.right.center.popup {
  24316. margin: 0em 0em 0em 0.75em;
  24317. -webkit-transform-origin: left 50%;
  24318. -ms-transform-origin: left 50%;
  24319. transform-origin: left 50%;
  24320. }
  24321. /* Extending from Bottom */
  24322. .ui.bottom.popup {
  24323. margin: 0.75em 0em 0em;
  24324. }
  24325. .ui.bottom.left.popup {
  24326. -webkit-transform-origin: left top;
  24327. -ms-transform-origin: left top;
  24328. transform-origin: left top;
  24329. }
  24330. .ui.bottom.center.popup {
  24331. -webkit-transform-origin: center top;
  24332. -ms-transform-origin: center top;
  24333. transform-origin: center top;
  24334. }
  24335. .ui.bottom.right.popup {
  24336. -webkit-transform-origin: right top;
  24337. -ms-transform-origin: right top;
  24338. transform-origin: right top;
  24339. }
  24340. /*--------------
  24341. Pointer
  24342. ---------------*/
  24343. /*--- Below ---*/
  24344. .ui.bottom.center.popup:before {
  24345. margin-left: -0.325em;
  24346. top: -0.325em;
  24347. left: 50%;
  24348. right: auto;
  24349. bottom: auto;
  24350. box-shadow: -1px -1px 0px 0px #bababc;
  24351. }
  24352. .ui.bottom.left.popup {
  24353. margin-left: 0em;
  24354. }
  24355. /*rtl:rename*/
  24356. .ui.bottom.left.popup:before {
  24357. top: -0.325em;
  24358. left: 1em;
  24359. right: auto;
  24360. bottom: auto;
  24361. margin-left: 0em;
  24362. box-shadow: -1px -1px 0px 0px #bababc;
  24363. }
  24364. .ui.bottom.right.popup {
  24365. margin-right: 0em;
  24366. }
  24367. /*rtl:rename*/
  24368. .ui.bottom.right.popup:before {
  24369. top: -0.325em;
  24370. right: 1em;
  24371. bottom: auto;
  24372. left: auto;
  24373. margin-left: 0em;
  24374. box-shadow: -1px -1px 0px 0px #bababc;
  24375. }
  24376. /*--- Above ---*/
  24377. .ui.top.center.popup:before {
  24378. top: auto;
  24379. right: auto;
  24380. bottom: -0.325em;
  24381. left: 50%;
  24382. margin-left: -0.325em;
  24383. }
  24384. .ui.top.left.popup {
  24385. margin-left: 0em;
  24386. }
  24387. /*rtl:rename*/
  24388. .ui.top.left.popup:before {
  24389. bottom: -0.325em;
  24390. left: 1em;
  24391. top: auto;
  24392. right: auto;
  24393. margin-left: 0em;
  24394. }
  24395. .ui.top.right.popup {
  24396. margin-right: 0em;
  24397. }
  24398. /*rtl:rename*/
  24399. .ui.top.right.popup:before {
  24400. bottom: -0.325em;
  24401. right: 1em;
  24402. top: auto;
  24403. left: auto;
  24404. margin-left: 0em;
  24405. }
  24406. /*--- Left Center ---*/
  24407. /*rtl:rename*/
  24408. .ui.left.center.popup:before {
  24409. top: 50%;
  24410. right: -0.325em;
  24411. bottom: auto;
  24412. left: auto;
  24413. margin-top: -0.325em;
  24414. box-shadow: 1px -1px 0px 0px #bababc;
  24415. }
  24416. /*--- Right Center ---*/
  24417. /*rtl:rename*/
  24418. .ui.right.center.popup:before {
  24419. top: 50%;
  24420. left: -0.325em;
  24421. bottom: auto;
  24422. right: auto;
  24423. margin-top: -0.325em;
  24424. box-shadow: -1px 1px 0px 0px #bababc;
  24425. }
  24426. /* Arrow Color By Location */
  24427. .ui.bottom.popup:before {
  24428. background: #FFFFFF;
  24429. }
  24430. .ui.right.center.popup:before,
  24431. .ui.left.center.popup:before {
  24432. background: #FFFFFF;
  24433. }
  24434. .ui.top.popup:before {
  24435. background: #FFFFFF;
  24436. }
  24437. /* Inverted Arrow Color */
  24438. .ui.inverted.bottom.popup:before {
  24439. background: #1B1C1D;
  24440. }
  24441. .ui.inverted.right.center.popup:before,
  24442. .ui.inverted.left.center.popup:before {
  24443. background: #1B1C1D;
  24444. }
  24445. .ui.inverted.top.popup:before {
  24446. background: #1B1C1D;
  24447. }
  24448. /*******************************
  24449. Coupling
  24450. *******************************/
  24451. /* Immediate Nested Grid */
  24452. .ui.popup > .ui.grid:not(.padded) {
  24453. width: calc(100% + 1.75rem);
  24454. margin: -0.7rem -0.875rem;
  24455. }
  24456. /*******************************
  24457. States
  24458. *******************************/
  24459. .ui.loading.popup {
  24460. display: block;
  24461. visibility: hidden;
  24462. z-index: -1;
  24463. }
  24464. .ui.animating.popup,
  24465. .ui.visible.popup {
  24466. display: block;
  24467. }
  24468. .ui.visible.popup {
  24469. -webkit-transform: translateZ(0px);
  24470. transform: translateZ(0px);
  24471. -webkit-backface-visibility: hidden;
  24472. backface-visibility: hidden;
  24473. }
  24474. /*******************************
  24475. Variations
  24476. *******************************/
  24477. /*--------------
  24478. Basic
  24479. ---------------*/
  24480. .ui.basic.popup:before {
  24481. display: none;
  24482. }
  24483. /*--------------
  24484. Wide
  24485. ---------------*/
  24486. .ui.wide.popup {
  24487. max-width: 350px;
  24488. }
  24489. .ui[class*="very wide"].popup {
  24490. max-width: 550px;
  24491. }
  24492. @media only screen and (max-width: 767px) {
  24493. .ui.wide.popup,
  24494. .ui[class*="very wide"].popup {
  24495. max-width: 250px;
  24496. }
  24497. }
  24498. /*--------------
  24499. Fluid
  24500. ---------------*/
  24501. .ui.fluid.popup {
  24502. width: 100%;
  24503. max-width: none;
  24504. }
  24505. /*--------------
  24506. Colors
  24507. ---------------*/
  24508. /* Inverted colors */
  24509. .ui.inverted.popup {
  24510. background: #1B1C1D;
  24511. color: #FFFFFF;
  24512. border: none;
  24513. box-shadow: none;
  24514. }
  24515. .ui.inverted.popup .header {
  24516. background-color: none;
  24517. color: #FFFFFF;
  24518. }
  24519. .ui.inverted.popup:before {
  24520. background-color: #1B1C1D;
  24521. box-shadow: none !important;
  24522. }
  24523. /*--------------
  24524. Flowing
  24525. ---------------*/
  24526. .ui.flowing.popup {
  24527. max-width: none;
  24528. }
  24529. /*--------------
  24530. Sizes
  24531. ---------------*/
  24532. .ui.mini.popup {
  24533. font-size: 0.71428571rem;
  24534. }
  24535. .ui.tiny.popup {
  24536. font-size: 0.85714286rem;
  24537. }
  24538. .ui.small.popup {
  24539. font-size: 0.92857143rem;
  24540. }
  24541. .ui.popup {
  24542. font-size: 1rem;
  24543. }
  24544. .ui.large.popup {
  24545. font-size: 1.14285714rem;
  24546. }
  24547. .ui.huge.popup {
  24548. font-size: 1.42857143rem;
  24549. }
  24550. /*******************************
  24551. Theme Overrides
  24552. *******************************/
  24553. /*******************************
  24554. User Overrides
  24555. *******************************/
  24556. /*!
  24557. * # Semantic UI 2.1.6 - Progress Bar
  24558. * http://github.com/semantic-org/semantic-ui/
  24559. *
  24560. *
  24561. * Copyright 2015 Contributors
  24562. * Released under the MIT license
  24563. * http://opensource.org/licenses/MIT
  24564. *
  24565. */
  24566. /*******************************
  24567. Progress
  24568. *******************************/
  24569. .ui.progress {
  24570. position: relative;
  24571. display: block;
  24572. max-width: 100%;
  24573. border: none;
  24574. margin: 1em 0em 2.5em;
  24575. box-shadow: none;
  24576. background: rgba(0, 0, 0, 0.1);
  24577. padding: 0em;
  24578. border-radius: 0.28571429rem;
  24579. }
  24580. .ui.progress:first-child {
  24581. margin: 0em 0em 2.5em;
  24582. }
  24583. .ui.progress:last-child {
  24584. margin: 0em 0em 1.5em;
  24585. }
  24586. /*******************************
  24587. Content
  24588. *******************************/
  24589. /* Activity Bar */
  24590. .ui.progress .bar {
  24591. display: block;
  24592. line-height: 1;
  24593. position: relative;
  24594. width: 0%;
  24595. min-width: 2em;
  24596. background: #888888;
  24597. border-radius: 0.28571429rem;
  24598. -webkit-transition: width 0.1s ease, background-color 0.1s ease;
  24599. transition: width 0.1s ease, background-color 0.1s ease;
  24600. }
  24601. /* Percent Complete */
  24602. .ui.progress .bar > .progress {
  24603. white-space: nowrap;
  24604. position: absolute;
  24605. width: auto;
  24606. font-size: 0.92857143em;
  24607. top: 50%;
  24608. right: 0.5em;
  24609. left: auto;
  24610. bottom: auto;
  24611. color: rgba(255, 255, 255, 0.7);
  24612. text-shadow: none;
  24613. margin-top: -0.5em;
  24614. font-weight: bold;
  24615. text-align: left;
  24616. }
  24617. /* Label */
  24618. .ui.progress > .label {
  24619. position: absolute;
  24620. width: 100%;
  24621. font-size: 1em;
  24622. top: 100%;
  24623. right: auto;
  24624. left: 0%;
  24625. bottom: auto;
  24626. color: rgba(0, 0, 0, 0.87);
  24627. font-weight: bold;
  24628. text-shadow: none;
  24629. margin-top: 0.2em;
  24630. text-align: center;
  24631. -webkit-transition: color 0.4s ease;
  24632. transition: color 0.4s ease;
  24633. }
  24634. /*******************************
  24635. Types
  24636. *******************************/
  24637. /* Indicating */
  24638. .ui.indicating.progress[data-percent^="1"] .bar,
  24639. .ui.indicating.progress[data-percent^="2"] .bar {
  24640. background-color: #D95C5C;
  24641. }
  24642. .ui.indicating.progress[data-percent^="3"] .bar {
  24643. background-color: #EFBC72;
  24644. }
  24645. .ui.indicating.progress[data-percent^="4"] .bar,
  24646. .ui.indicating.progress[data-percent^="5"] .bar {
  24647. background-color: #E6BB48;
  24648. }
  24649. .ui.indicating.progress[data-percent^="6"] .bar {
  24650. background-color: #DDC928;
  24651. }
  24652. .ui.indicating.progress[data-percent^="7"] .bar,
  24653. .ui.indicating.progress[data-percent^="8"] .bar {
  24654. background-color: #B4D95C;
  24655. }
  24656. .ui.indicating.progress[data-percent^="9"] .bar,
  24657. .ui.indicating.progress[data-percent^="100"] .bar {
  24658. background-color: #66DA81;
  24659. }
  24660. /* Indicating Label */
  24661. .ui.indicating.progress[data-percent^="1"] .label,
  24662. .ui.indicating.progress[data-percent^="2"] .label {
  24663. color: rgba(0, 0, 0, 0.87);
  24664. }
  24665. .ui.indicating.progress[data-percent^="3"] .label {
  24666. color: rgba(0, 0, 0, 0.87);
  24667. }
  24668. .ui.indicating.progress[data-percent^="4"] .label,
  24669. .ui.indicating.progress[data-percent^="5"] .label {
  24670. color: rgba(0, 0, 0, 0.87);
  24671. }
  24672. .ui.indicating.progress[data-percent^="6"] .label {
  24673. color: rgba(0, 0, 0, 0.87);
  24674. }
  24675. .ui.indicating.progress[data-percent^="7"] .label,
  24676. .ui.indicating.progress[data-percent^="8"] .label {
  24677. color: rgba(0, 0, 0, 0.87);
  24678. }
  24679. .ui.indicating.progress[data-percent^="9"] .label,
  24680. .ui.indicating.progress[data-percent^="100"] .label {
  24681. color: rgba(0, 0, 0, 0.87);
  24682. }
  24683. /* Single Digits */
  24684. .ui.indicating.progress[data-percent="1"] .bar,
  24685. .ui.indicating.progress[data-percent="2"] .bar,
  24686. .ui.indicating.progress[data-percent="3"] .bar,
  24687. .ui.indicating.progress[data-percent="4"] .bar,
  24688. .ui.indicating.progress[data-percent="5"] .bar,
  24689. .ui.indicating.progress[data-percent="6"] .bar,
  24690. .ui.indicating.progress[data-percent="7"] .bar,
  24691. .ui.indicating.progress[data-percent="8"] .bar,
  24692. .ui.indicating.progress[data-percent="9"] .bar {
  24693. background-color: #D95C5C;
  24694. }
  24695. .ui.indicating.progress[data-percent="1"] .label,
  24696. .ui.indicating.progress[data-percent="2"] .label,
  24697. .ui.indicating.progress[data-percent="3"] .label,
  24698. .ui.indicating.progress[data-percent="4"] .label,
  24699. .ui.indicating.progress[data-percent="5"] .label,
  24700. .ui.indicating.progress[data-percent="6"] .label,
  24701. .ui.indicating.progress[data-percent="7"] .label,
  24702. .ui.indicating.progress[data-percent="8"] .label,
  24703. .ui.indicating.progress[data-percent="9"] .label {
  24704. color: rgba(0, 0, 0, 0.87);
  24705. }
  24706. /* Indicating Success */
  24707. .ui.indicating.progress.success .label {
  24708. color: #1A531B;
  24709. }
  24710. /*******************************
  24711. States
  24712. *******************************/
  24713. /*--------------
  24714. Success
  24715. ---------------*/
  24716. .ui.progress.success .bar {
  24717. background-color: #21BA45 !important;
  24718. }
  24719. .ui.progress.success .bar,
  24720. .ui.progress.success .bar::after {
  24721. -webkit-animation: none !important;
  24722. animation: none !important;
  24723. }
  24724. .ui.progress.success > .label {
  24725. color: #1A531B;
  24726. }
  24727. /*--------------
  24728. Warning
  24729. ---------------*/
  24730. .ui.progress.warning .bar {
  24731. background-color: #F2C037 !important;
  24732. }
  24733. .ui.progress.warning .bar,
  24734. .ui.progress.warning .bar::after {
  24735. -webkit-animation: none !important;
  24736. animation: none !important;
  24737. }
  24738. .ui.progress.warning > .label {
  24739. color: #794B02;
  24740. }
  24741. /*--------------
  24742. Error
  24743. ---------------*/
  24744. .ui.progress.error .bar {
  24745. background-color: #DB2828 !important;
  24746. }
  24747. .ui.progress.error .bar,
  24748. .ui.progress.error .bar::after {
  24749. -webkit-animation: none !important;
  24750. animation: none !important;
  24751. }
  24752. .ui.progress.error > .label {
  24753. color: #912D2B;
  24754. }
  24755. /*--------------
  24756. Active
  24757. ---------------*/
  24758. .ui.active.progress .bar {
  24759. position: relative;
  24760. min-width: 2em;
  24761. }
  24762. .ui.active.progress .bar::after {
  24763. content: '';
  24764. opacity: 0;
  24765. position: absolute;
  24766. top: 0px;
  24767. left: 0px;
  24768. right: 0px;
  24769. bottom: 0px;
  24770. background: #FFFFFF;
  24771. border-radius: 0.28571429rem;
  24772. -webkit-animation: progress-active 2s ease infinite;
  24773. animation: progress-active 2s ease infinite;
  24774. }
  24775. @-webkit-keyframes progress-active {
  24776. 0% {
  24777. opacity: 0.3;
  24778. width: 0;
  24779. }
  24780. 100% {
  24781. opacity: 0;
  24782. width: 100%;
  24783. }
  24784. }
  24785. @keyframes progress-active {
  24786. 0% {
  24787. opacity: 0.3;
  24788. width: 0;
  24789. }
  24790. 100% {
  24791. opacity: 0;
  24792. width: 100%;
  24793. }
  24794. }
  24795. /*--------------
  24796. Disabled
  24797. ---------------*/
  24798. .ui.disabled.progress {
  24799. opacity: 0.35;
  24800. }
  24801. .ui.disabled.progress .bar,
  24802. .ui.disabled.progress .bar::after {
  24803. -webkit-animation: none !important;
  24804. animation: none !important;
  24805. }
  24806. /*******************************
  24807. Variations
  24808. *******************************/
  24809. /*--------------
  24810. Inverted
  24811. ---------------*/
  24812. .ui.inverted.progress {
  24813. background: rgba(255, 255, 255, 0.08);
  24814. border: none;
  24815. }
  24816. .ui.inverted.progress .bar {
  24817. background: #888888;
  24818. }
  24819. .ui.inverted.progress .bar > .progress {
  24820. color: #F9FAFB;
  24821. }
  24822. .ui.inverted.progress > .label {
  24823. color: #FFFFFF;
  24824. }
  24825. .ui.inverted.progress.success > .label {
  24826. color: #21BA45;
  24827. }
  24828. .ui.inverted.progress.warning > .label {
  24829. color: #F2C037;
  24830. }
  24831. .ui.inverted.progress.error > .label {
  24832. color: #DB2828;
  24833. }
  24834. /*--------------
  24835. Attached
  24836. ---------------*/
  24837. /* bottom attached */
  24838. .ui.progress.attached {
  24839. background: transparent;
  24840. position: relative;
  24841. border: none;
  24842. margin: 0em;
  24843. }
  24844. .ui.progress.attached,
  24845. .ui.progress.attached .bar {
  24846. display: block;
  24847. height: 0.2rem;
  24848. padding: 0px;
  24849. overflow: hidden;
  24850. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  24851. }
  24852. .ui.progress.attached .bar {
  24853. border-radius: 0em;
  24854. }
  24855. /* top attached */
  24856. .ui.progress.top.attached,
  24857. .ui.progress.top.attached .bar {
  24858. top: 0px;
  24859. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  24860. }
  24861. .ui.progress.top.attached .bar {
  24862. border-radius: 0em;
  24863. }
  24864. /* Coupling */
  24865. .ui.segment > .ui.attached.progress,
  24866. .ui.card > .ui.attached.progress {
  24867. position: absolute;
  24868. top: auto;
  24869. left: 0;
  24870. bottom: 100%;
  24871. width: 100%;
  24872. }
  24873. .ui.segment > .ui.bottom.attached.progress,
  24874. .ui.card > .ui.bottom.attached.progress {
  24875. top: 100%;
  24876. bottom: auto;
  24877. }
  24878. /*--------------
  24879. Colors
  24880. ---------------*/
  24881. /* Red */
  24882. .ui.red.progress .bar {
  24883. background-color: #DB2828;
  24884. }
  24885. .ui.red.inverted.progress .bar {
  24886. background-color: #FF695E;
  24887. }
  24888. /* Orange */
  24889. .ui.orange.progress .bar {
  24890. background-color: #F2711C;
  24891. }
  24892. .ui.orange.inverted.progress .bar {
  24893. background-color: #FF851B;
  24894. }
  24895. /* Yellow */
  24896. .ui.yellow.progress .bar {
  24897. background-color: #FBBD08;
  24898. }
  24899. .ui.yellow.inverted.progress .bar {
  24900. background-color: #FFE21F;
  24901. }
  24902. /* Olive */
  24903. .ui.olive.progress .bar {
  24904. background-color: #B5CC18;
  24905. }
  24906. .ui.olive.inverted.progress .bar {
  24907. background-color: #D9E778;
  24908. }
  24909. /* Green */
  24910. .ui.green.progress .bar {
  24911. background-color: #21BA45;
  24912. }
  24913. .ui.green.inverted.progress .bar {
  24914. background-color: #2ECC40;
  24915. }
  24916. /* Teal */
  24917. .ui.teal.progress .bar {
  24918. background-color: #00B5AD;
  24919. }
  24920. .ui.teal.inverted.progress .bar {
  24921. background-color: #6DFFFF;
  24922. }
  24923. /* Blue */
  24924. .ui.blue.progress .bar {
  24925. background-color: #2185D0;
  24926. }
  24927. .ui.blue.inverted.progress .bar {
  24928. background-color: #54C8FF;
  24929. }
  24930. /* Violet */
  24931. .ui.violet.progress .bar {
  24932. background-color: #6435C9;
  24933. }
  24934. .ui.violet.inverted.progress .bar {
  24935. background-color: #A291FB;
  24936. }
  24937. /* Purple */
  24938. .ui.purple.progress .bar {
  24939. background-color: #A333C8;
  24940. }
  24941. .ui.purple.inverted.progress .bar {
  24942. background-color: #DC73FF;
  24943. }
  24944. /* Pink */
  24945. .ui.pink.progress .bar {
  24946. background-color: #E03997;
  24947. }
  24948. .ui.pink.inverted.progress .bar {
  24949. background-color: #FF8EDF;
  24950. }
  24951. /* Brown */
  24952. .ui.brown.progress .bar {
  24953. background-color: #A5673F;
  24954. }
  24955. .ui.brown.inverted.progress .bar {
  24956. background-color: #D67C1C;
  24957. }
  24958. /* Grey */
  24959. .ui.grey.progress .bar {
  24960. background-color: #767676;
  24961. }
  24962. .ui.grey.inverted.progress .bar {
  24963. background-color: #DCDDDE;
  24964. }
  24965. /* Black */
  24966. .ui.black.progress .bar {
  24967. background-color: #1B1C1D;
  24968. }
  24969. .ui.black.inverted.progress .bar {
  24970. background-color: #545454;
  24971. }
  24972. /*--------------
  24973. Sizes
  24974. ---------------*/
  24975. .ui.tiny.progress {
  24976. font-size: 0.85714286rem;
  24977. }
  24978. .ui.tiny.progress .bar {
  24979. height: 0.5em;
  24980. }
  24981. .ui.small.progress {
  24982. font-size: 0.92857143rem;
  24983. }
  24984. .ui.small.progress .bar {
  24985. height: 1em;
  24986. }
  24987. .ui.progress {
  24988. font-size: 1rem;
  24989. }
  24990. .ui.progress .bar {
  24991. height: 1.75em;
  24992. }
  24993. .ui.large.progress {
  24994. font-size: 1.14285714rem;
  24995. }
  24996. .ui.large.progress .bar {
  24997. height: 2.5em;
  24998. }
  24999. .ui.big.progress {
  25000. font-size: 1.28571429rem;
  25001. }
  25002. .ui.big.progress .bar {
  25003. height: 3.5em;
  25004. }
  25005. /*******************************
  25006. Progress
  25007. *******************************/
  25008. /*******************************
  25009. Site Overrides
  25010. *******************************/
  25011. /*!
  25012. * # Semantic UI 2.1.6 - Rating
  25013. * http://github.com/semantic-org/semantic-ui/
  25014. *
  25015. *
  25016. * Copyright 2015 Contributors
  25017. * Released under the MIT license
  25018. * http://opensource.org/licenses/MIT
  25019. *
  25020. */
  25021. /*******************************
  25022. Rating
  25023. *******************************/
  25024. .ui.rating {
  25025. display: -webkit-inline-box;
  25026. display: -webkit-inline-flex;
  25027. display: -ms-inline-flexbox;
  25028. display: inline-flex;
  25029. white-space: nowrap;
  25030. vertical-align: baseline;
  25031. }
  25032. .ui.rating:last-child {
  25033. margin-right: 0em;
  25034. }
  25035. /* Icon */
  25036. .ui.rating .icon {
  25037. padding: 0em;
  25038. margin: 0em;
  25039. text-align: center;
  25040. font-weight: normal;
  25041. font-style: normal;
  25042. -webkit-box-flex: 1;
  25043. -webkit-flex: 1 0 auto;
  25044. -ms-flex: 1 0 auto;
  25045. flex: 1 0 auto;
  25046. cursor: pointer;
  25047. width: 1.25em;
  25048. height: auto;
  25049. -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  25050. transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  25051. }
  25052. /*******************************
  25053. Types
  25054. *******************************/
  25055. /*-------------------
  25056. Standard
  25057. --------------------*/
  25058. /* Inactive Icon */
  25059. .ui.rating .icon {
  25060. background: transparent;
  25061. color: rgba(0, 0, 0, 0.15);
  25062. }
  25063. /* Active Icon */
  25064. .ui.rating .active.icon {
  25065. background: transparent;
  25066. color: rgba(0, 0, 0, 0.85);
  25067. }
  25068. /* Selected Icon */
  25069. .ui.rating .icon.selected,
  25070. .ui.rating .icon.selected.active {
  25071. background: transparent;
  25072. color: rgba(0, 0, 0, 0.87);
  25073. }
  25074. /*-------------------
  25075. Star
  25076. --------------------*/
  25077. /* Inactive */
  25078. .ui.star.rating .icon {
  25079. width: 1.25em;
  25080. height: auto;
  25081. background: transparent;
  25082. color: rgba(0, 0, 0, 0.15);
  25083. text-shadow: none;
  25084. }
  25085. /* Active Star */
  25086. .ui.star.rating .active.icon {
  25087. background: transparent !important;
  25088. color: #FFE623 !important;
  25089. text-shadow: 0px -1px 0px #DDC507, -1px 0px 0px #DDC507, 0px 1px 0px #DDC507, 1px 0px 0px #DDC507 !important;
  25090. }
  25091. /* Selected Star */
  25092. .ui.star.rating .icon.selected,
  25093. .ui.star.rating .icon.selected.active {
  25094. background: transparent !important;
  25095. color: #FFCC00 !important;
  25096. text-shadow: 0px -1px 0px #E6A200, -1px 0px 0px #E6A200, 0px 1px 0px #E6A200, 1px 0px 0px #E6A200 !important;
  25097. }
  25098. /*-------------------
  25099. Heart
  25100. --------------------*/
  25101. .ui.heart.rating .icon {
  25102. width: 1.4em;
  25103. height: auto;
  25104. background: transparent;
  25105. color: rgba(0, 0, 0, 0.15);
  25106. text-shadow: none !important;
  25107. }
  25108. /* Active Heart */
  25109. .ui.heart.rating .active.icon {
  25110. background: transparent !important;
  25111. color: #FF6D75 !important;
  25112. text-shadow: 0px -1px 0px #CD0707, -1px 0px 0px #CD0707, 0px 1px 0px #CD0707, 1px 0px 0px #CD0707 !important;
  25113. }
  25114. /* Selected Heart */
  25115. .ui.heart.rating .icon.selected,
  25116. .ui.heart.rating .icon.selected.active {
  25117. background: transparent !important;
  25118. color: #FF3000 !important;
  25119. text-shadow: 0px -1px 0px #AA0101, -1px 0px 0px #AA0101, 0px 1px 0px #AA0101, 1px 0px 0px #AA0101 !important;
  25120. }
  25121. /*******************************
  25122. States
  25123. *******************************/
  25124. /*-------------------
  25125. Disabled
  25126. --------------------*/
  25127. /* disabled rating */
  25128. .ui.disabled.rating .icon {
  25129. cursor: default;
  25130. }
  25131. /*-------------------
  25132. User Interactive
  25133. --------------------*/
  25134. /* Selected Rating */
  25135. .ui.rating.selected .active.icon {
  25136. opacity: 1;
  25137. }
  25138. .ui.rating.selected .icon.selected,
  25139. .ui.rating .icon.selected {
  25140. opacity: 1;
  25141. }
  25142. /*******************************
  25143. Variations
  25144. *******************************/
  25145. .ui.mini.rating {
  25146. font-size: 0.71428571rem;
  25147. }
  25148. .ui.tiny.rating {
  25149. font-size: 0.85714286rem;
  25150. }
  25151. .ui.small.rating {
  25152. font-size: 0.92857143rem;
  25153. }
  25154. .ui.rating {
  25155. font-size: 1rem;
  25156. }
  25157. .ui.large.rating {
  25158. font-size: 1.14285714rem;
  25159. }
  25160. .ui.huge.rating {
  25161. font-size: 1.42857143rem;
  25162. }
  25163. .ui.massive.rating {
  25164. font-size: 2rem;
  25165. }
  25166. /*******************************
  25167. Theme Overrides
  25168. *******************************/
  25169. @font-face {
  25170. font-family: 'Rating';
  25171. 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/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQ
  25172. font-weight: normal;
  25173. font-style: normal;
  25174. }
  25175. .ui.rating .icon {
  25176. font-family: 'Rating';
  25177. line-height: 1;
  25178. -webkit-backface-visibility: hidden;
  25179. backface-visibility: hidden;
  25180. font-weight: normal;
  25181. font-style: normal;
  25182. text-align: center;
  25183. }
  25184. /* Empty Star */
  25185. .ui.rating .icon:before {
  25186. content: '\f006';
  25187. }
  25188. /* Active Star */
  25189. .ui.rating .active.icon:before {
  25190. content: '\f005';
  25191. }
  25192. /*-------------------
  25193. Star
  25194. --------------------*/
  25195. /* Unfilled Star */
  25196. .ui.star.rating .icon:before {
  25197. content: '\f005';
  25198. }
  25199. /* Active Star */
  25200. .ui.star.rating .active.icon:before {
  25201. content: '\f005';
  25202. }
  25203. /* Partial */
  25204. .ui.star.rating .partial.icon:before {
  25205. content: '\f006';
  25206. }
  25207. .ui.star.rating .partial.icon {
  25208. content: '\f005';
  25209. }
  25210. /*-------------------
  25211. Heart
  25212. --------------------*/
  25213. /* Empty Heart
  25214. .ui.heart.rating .icon:before {
  25215. content: '\f08a';
  25216. }
  25217. */
  25218. .ui.heart.rating .icon:before {
  25219. content: '\f004';
  25220. }
  25221. /* Active */
  25222. .ui.heart.rating .active.icon:before {
  25223. content: '\f004';
  25224. }
  25225. /*******************************
  25226. Site Overrides
  25227. *******************************/
  25228. /*!
  25229. * # Semantic UI 2.1.6 - Search
  25230. * http://github.com/semantic-org/semantic-ui/
  25231. *
  25232. *
  25233. * Copyright 2015 Contributors
  25234. * Released under the MIT license
  25235. * http://opensource.org/licenses/MIT
  25236. *
  25237. */
  25238. /*******************************
  25239. Search
  25240. *******************************/
  25241. .ui.search {
  25242. position: relative;
  25243. }
  25244. .ui.search > .prompt {
  25245. margin: 0em;
  25246. outline: none;
  25247. -webkit-appearance: none;
  25248. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  25249. text-shadow: none;
  25250. font-style: normal;
  25251. font-weight: normal;
  25252. line-height: 1.2142em;
  25253. padding: 0.67861429em 1em;
  25254. font-size: 1em;
  25255. background: #FFFFFF;
  25256. border: 1px solid rgba(34, 36, 38, 0.15);
  25257. color: rgba(0, 0, 0, 0.87);
  25258. box-shadow: 0em 0em 0em 0em transparent inset;
  25259. -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  25260. transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  25261. }
  25262. .ui.search .prompt {
  25263. border-radius: 500rem;
  25264. }
  25265. /*--------------
  25266. Icon
  25267. ---------------*/
  25268. .ui.search .prompt ~ .search.icon {
  25269. cursor: pointer;
  25270. }
  25271. /*--------------
  25272. Results
  25273. ---------------*/
  25274. .ui.search > .results {
  25275. display: none;
  25276. position: absolute;
  25277. top: 100%;
  25278. left: 0%;
  25279. -webkit-transform-origin: center top;
  25280. -ms-transform-origin: center top;
  25281. transform-origin: center top;
  25282. background: #FFFFFF;
  25283. margin-top: 0.5em;
  25284. width: 18em;
  25285. border-radius: 0.28571429rem;
  25286. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  25287. border: 1px solid #D4D4D5;
  25288. z-index: 998;
  25289. }
  25290. .ui.search > .results > :first-child {
  25291. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  25292. }
  25293. .ui.search > .results > :last-child {
  25294. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  25295. }
  25296. /*--------------
  25297. Result
  25298. ---------------*/
  25299. .ui.search > .results .result {
  25300. cursor: pointer;
  25301. display: block;
  25302. overflow: hidden;
  25303. font-size: 1em;
  25304. padding: 0.85714286em 1.14285714em;
  25305. color: rgba(0, 0, 0, 0.87);
  25306. line-height: 1.33;
  25307. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  25308. }
  25309. .ui.search > .results .result:last-child {
  25310. border-bottom: none !important;
  25311. }
  25312. /* Image */
  25313. .ui.search > .results .result .image {
  25314. float: right;
  25315. overflow: hidden;
  25316. background: none;
  25317. width: 5em;
  25318. height: 3em;
  25319. border-radius: 0.25em;
  25320. }
  25321. .ui.search > .results .result .image img {
  25322. display: block;
  25323. width: auto;
  25324. height: 100%;
  25325. }
  25326. /*--------------
  25327. Info
  25328. ---------------*/
  25329. .ui.search > .results .result .image + .content {
  25330. margin: 0em 6em 0em 0em;
  25331. }
  25332. .ui.search > .results .result .title {
  25333. margin: -0.14285em 0em 0em;
  25334. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  25335. font-weight: bold;
  25336. font-size: 1em;
  25337. color: rgba(0, 0, 0, 0.85);
  25338. }
  25339. .ui.search > .results .result .description {
  25340. margin-top: 0;
  25341. font-size: 0.92857143em;
  25342. color: rgba(0, 0, 0, 0.4);
  25343. }
  25344. .ui.search > .results .result .price {
  25345. float: right;
  25346. color: #21BA45;
  25347. }
  25348. /*--------------
  25349. Message
  25350. ---------------*/
  25351. .ui.search > .results > .message {
  25352. padding: 1em 1em;
  25353. }
  25354. .ui.search > .results > .message .header {
  25355. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  25356. font-size: 1rem;
  25357. font-weight: bold;
  25358. color: rgba(0, 0, 0, 0.87);
  25359. }
  25360. .ui.search > .results > .message .description {
  25361. margin-top: 0.25rem;
  25362. font-size: 1em;
  25363. color: rgba(0, 0, 0, 0.87);
  25364. }
  25365. /* View All Results */
  25366. .ui.search > .results > .action {
  25367. display: block;
  25368. border-top: none;
  25369. background: #F3F4F5;
  25370. padding: 0.92857143em 1em;
  25371. color: rgba(0, 0, 0, 0.87);
  25372. font-weight: bold;
  25373. text-align: center;
  25374. }
  25375. /*******************************
  25376. States
  25377. *******************************/
  25378. /*--------------------
  25379. Focus
  25380. ---------------------*/
  25381. .ui.search > .prompt:focus {
  25382. border-color: rgba(34, 36, 38, 0.35);
  25383. background: #FFFFFF;
  25384. color: rgba(0, 0, 0, 0.95);
  25385. }
  25386. /*--------------------
  25387. Loading
  25388. ---------------------*/
  25389. .ui.loading.search .input > i.icon:before {
  25390. position: absolute;
  25391. content: '';
  25392. top: 50%;
  25393. left: 50%;
  25394. margin: -0.64285714em 0em 0em -0.64285714em;
  25395. width: 1.28571429em;
  25396. height: 1.28571429em;
  25397. border-radius: 500rem;
  25398. border: 0.2em solid rgba(0, 0, 0, 0.1);
  25399. }
  25400. .ui.loading.search .input > i.icon:after {
  25401. position: absolute;
  25402. content: '';
  25403. top: 50%;
  25404. left: 50%;
  25405. margin: -0.64285714em 0em 0em -0.64285714em;
  25406. width: 1.28571429em;
  25407. height: 1.28571429em;
  25408. -webkit-animation: button-spin 0.6s linear;
  25409. animation: button-spin 0.6s linear;
  25410. -webkit-animation-iteration-count: infinite;
  25411. animation-iteration-count: infinite;
  25412. border-radius: 500rem;
  25413. border-color: #767676 transparent transparent;
  25414. border-style: solid;
  25415. border-width: 0.2em;
  25416. box-shadow: 0px 0px 0px 1px transparent;
  25417. }
  25418. /*--------------
  25419. Hover
  25420. ---------------*/
  25421. .ui.search > .results .result:hover,
  25422. .ui.category.search > .results .category .result:hover {
  25423. background: #F9FAFB;
  25424. }
  25425. .ui.search .action:hover {
  25426. background: #E0E0E0;
  25427. }
  25428. /*--------------
  25429. Active
  25430. ---------------*/
  25431. .ui.category.search > .results .category.active {
  25432. background: #F3F4F5;
  25433. }
  25434. .ui.category.search > .results .category.active > .name {
  25435. color: rgba(0, 0, 0, 0.87);
  25436. }
  25437. .ui.search > .results .result.active,
  25438. .ui.category.search > .results .category .result.active {
  25439. position: relative;
  25440. border-left-color: rgba(34, 36, 38, 0.1);
  25441. background: #F3F4F5;
  25442. box-shadow: none;
  25443. }
  25444. .ui.search > .results .result.active .title {
  25445. color: rgba(0, 0, 0, 0.85);
  25446. }
  25447. .ui.search > .results .result.active .description {
  25448. color: rgba(0, 0, 0, 0.85);
  25449. }
  25450. /*******************************
  25451. Types
  25452. *******************************/
  25453. /*--------------
  25454. Categories
  25455. ---------------*/
  25456. .ui.category.search .results {
  25457. width: 28em;
  25458. }
  25459. /* Category */
  25460. .ui.category.search > .results .category {
  25461. background: #F3F4F5;
  25462. box-shadow: none;
  25463. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  25464. -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  25465. transition: background 0.1s ease, border-color 0.1s ease;
  25466. }
  25467. /* Last Category */
  25468. .ui.category.search > .results .category:last-child {
  25469. border-bottom: none;
  25470. }
  25471. /* First / Last */
  25472. .ui.category.search > .results .category:first-child .name + .result {
  25473. border-radius: 0em 0.28571429rem 0em 0em;
  25474. }
  25475. .ui.category.search > .results .category:last-child .result:last-child {
  25476. border-radius: 0em 0em 0.28571429rem 0em;
  25477. }
  25478. /* Category Result */
  25479. .ui.category.search > .results .category .result {
  25480. background: #FFFFFF;
  25481. margin-left: 100px;
  25482. border-left: 1px solid rgba(34, 36, 38, 0.15);
  25483. border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  25484. -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  25485. transition: background 0.1s ease, border-color 0.1s ease;
  25486. padding: 0.85714286em 1.14285714em;
  25487. }
  25488. .ui.category.search > .results .category:last-child .result:last-child {
  25489. border-bottom: none;
  25490. }
  25491. /* Category Result Name */
  25492. .ui.category.search > .results .category > .name {
  25493. width: 100px;
  25494. background: transparent;
  25495. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  25496. font-size: 1em;
  25497. float: 1em;
  25498. float: left;
  25499. padding: 0.4em 1em;
  25500. font-weight: bold;
  25501. color: rgba(0, 0, 0, 0.4);
  25502. }
  25503. /*******************************
  25504. Variations
  25505. *******************************/
  25506. /*-------------------
  25507. Left / Right
  25508. --------------------*/
  25509. .ui[class*="left aligned"].search > .results {
  25510. right: auto;
  25511. left: 0%;
  25512. }
  25513. .ui[class*="right aligned"].search > .results {
  25514. right: 0%;
  25515. left: auto;
  25516. }
  25517. /*--------------
  25518. Fluid
  25519. ---------------*/
  25520. .ui.fluid.search .results {
  25521. width: 100%;
  25522. }
  25523. /*--------------
  25524. Sizes
  25525. ---------------*/
  25526. .ui.mini.search {
  25527. font-size: 0.71428571em;
  25528. }
  25529. .ui.small.search {
  25530. font-size: 0.92857143em;
  25531. }
  25532. .ui.search {
  25533. font-size: 1em;
  25534. }
  25535. .ui.large.search {
  25536. font-size: 1.14285714em;
  25537. }
  25538. .ui.big.search {
  25539. font-size: 1.28571429em;
  25540. }
  25541. .ui.huge.search {
  25542. font-size: 1.42857143em;
  25543. }
  25544. .ui.massive.search {
  25545. font-size: 1.71428571em;
  25546. }
  25547. /*******************************
  25548. Theme Overrides
  25549. *******************************/
  25550. /*******************************
  25551. Site Overrides
  25552. *******************************/
  25553. /*!
  25554. * # Semantic UI 2.1.6 - Shape
  25555. * http://github.com/semantic-org/semantic-ui/
  25556. *
  25557. *
  25558. * Copyright 2015 Contributors
  25559. * Released under the MIT license
  25560. * http://opensource.org/licenses/MIT
  25561. *
  25562. */
  25563. /*******************************
  25564. Shape
  25565. *******************************/
  25566. .ui.shape {
  25567. position: relative;
  25568. vertical-align: top;
  25569. display: inline-block;
  25570. -webkit-perspective: 2000px;
  25571. perspective: 2000px;
  25572. -webkit-transition: -webkit-transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  25573. 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;
  25574. }
  25575. .ui.shape .sides {
  25576. -webkit-transform-style: preserve-3d;
  25577. transform-style: preserve-3d;
  25578. }
  25579. .ui.shape .side {
  25580. opacity: 1;
  25581. width: 100%;
  25582. margin: 0em !important;
  25583. -webkit-backface-visibility: hidden;
  25584. backface-visibility: hidden;
  25585. }
  25586. .ui.shape .side {
  25587. display: none;
  25588. }
  25589. .ui.shape .side * {
  25590. -webkit-backface-visibility: visible !important;
  25591. backface-visibility: visible !important;
  25592. }
  25593. /*******************************
  25594. Types
  25595. *******************************/
  25596. .ui.cube.shape .side {
  25597. min-width: 15em;
  25598. height: 15em;
  25599. padding: 2em;
  25600. background-color: #E6E6E6;
  25601. color: rgba(0, 0, 0, 0.87);
  25602. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  25603. }
  25604. .ui.cube.shape .side > .content {
  25605. width: 100%;
  25606. height: 100%;
  25607. display: table;
  25608. text-align: center;
  25609. -webkit-user-select: text;
  25610. -moz-user-select: text;
  25611. -ms-user-select: text;
  25612. user-select: text;
  25613. }
  25614. .ui.cube.shape .side > .content > div {
  25615. display: table-cell;
  25616. vertical-align: middle;
  25617. font-size: 2em;
  25618. }
  25619. /*******************************
  25620. Variations
  25621. *******************************/
  25622. .ui.text.shape.animating .sides {
  25623. position: static;
  25624. }
  25625. .ui.text.shape .side {
  25626. white-space: nowrap;
  25627. }
  25628. .ui.text.shape .side > * {
  25629. white-space: normal;
  25630. }
  25631. /*******************************
  25632. States
  25633. *******************************/
  25634. /*--------------
  25635. Loading
  25636. ---------------*/
  25637. .ui.loading.shape {
  25638. position: absolute;
  25639. top: -9999px;
  25640. left: -9999px;
  25641. }
  25642. /*--------------
  25643. Animating
  25644. ---------------*/
  25645. .ui.shape .animating.side {
  25646. position: absolute;
  25647. top: 0px;
  25648. left: 0px;
  25649. display: block;
  25650. z-index: 100;
  25651. }
  25652. .ui.shape .hidden.side {
  25653. opacity: 0.6;
  25654. }
  25655. /*--------------
  25656. CSS
  25657. ---------------*/
  25658. .ui.shape.animating .sides {
  25659. position: absolute;
  25660. }
  25661. .ui.shape.animating .sides {
  25662. -webkit-transition: -webkit-transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  25663. 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;
  25664. }
  25665. .ui.shape.animating .side {
  25666. -webkit-transition: opacity 0.6s ease-in-out;
  25667. transition: opacity 0.6s ease-in-out;
  25668. }
  25669. /*--------------
  25670. Active
  25671. ---------------*/
  25672. .ui.shape .active.side {
  25673. display: block;
  25674. }
  25675. /*******************************
  25676. Theme Overrides
  25677. *******************************/
  25678. /*******************************
  25679. User Overrides
  25680. *******************************/
  25681. /*!
  25682. * # Semantic UI 2.1.6 - Sidebar
  25683. * http://github.com/semantic-org/semantic-ui/
  25684. *
  25685. *
  25686. * Copyright 2015 Contributors
  25687. * Released under the MIT license
  25688. * http://opensource.org/licenses/MIT
  25689. *
  25690. */
  25691. /*******************************
  25692. Sidebar
  25693. *******************************/
  25694. /* Sidebar Menu */
  25695. .ui.sidebar {
  25696. position: fixed;
  25697. top: 0;
  25698. left: 0;
  25699. -webkit-backface-visibility: hidden;
  25700. backface-visibility: hidden;
  25701. -webkit-transition: none;
  25702. transition: none;
  25703. will-change: transform;
  25704. -webkit-transform: translate3d(0, 0, 0);
  25705. transform: translate3d(0, 0, 0);
  25706. visibility: hidden;
  25707. -webkit-overflow-scrolling: touch;
  25708. height: 100% !important;
  25709. max-height: 100%;
  25710. border-radius: 0em !important;
  25711. margin: 0em !important;
  25712. overflow-y: auto !important;
  25713. z-index: 102;
  25714. }
  25715. /* GPU Layers for Child Elements */
  25716. .ui.sidebar > * {
  25717. -webkit-backface-visibility: hidden;
  25718. backface-visibility: hidden;
  25719. -webkit-transform: rotateZ(0deg);
  25720. transform: rotateZ(0deg);
  25721. }
  25722. /*--------------
  25723. Direction
  25724. ---------------*/
  25725. .ui.left.sidebar {
  25726. right: auto;
  25727. left: 0px;
  25728. -webkit-transform: translate3d(-100%, 0, 0);
  25729. transform: translate3d(-100%, 0, 0);
  25730. }
  25731. .ui.right.sidebar {
  25732. right: 0px !important;
  25733. left: auto !important;
  25734. -webkit-transform: translate3d(100%, 0%, 0);
  25735. transform: translate3d(100%, 0%, 0);
  25736. }
  25737. .ui.top.sidebar,
  25738. .ui.bottom.sidebar {
  25739. width: 100% !important;
  25740. height: auto !important;
  25741. }
  25742. .ui.top.sidebar {
  25743. top: 0px !important;
  25744. bottom: auto !important;
  25745. -webkit-transform: translate3d(0, -100%, 0);
  25746. transform: translate3d(0, -100%, 0);
  25747. }
  25748. .ui.bottom.sidebar {
  25749. top: auto !important;
  25750. bottom: 0px !important;
  25751. -webkit-transform: translate3d(0, 100%, 0);
  25752. transform: translate3d(0, 100%, 0);
  25753. }
  25754. /*--------------
  25755. Pushable
  25756. ---------------*/
  25757. .pushable {
  25758. height: 100%;
  25759. overflow-x: hidden;
  25760. padding: 0em !important;
  25761. }
  25762. /* Whole Page */
  25763. body.pushable {
  25764. background: #545454 !important;
  25765. }
  25766. /* Page Context */
  25767. .pushable:not(body) {
  25768. -webkit-transform: translate3d(0, 0, 0);
  25769. transform: translate3d(0, 0, 0);
  25770. }
  25771. .pushable:not(body) > .ui.sidebar,
  25772. .pushable:not(body) > .fixed,
  25773. .pushable:not(body) > .pusher:after {
  25774. position: absolute;
  25775. }
  25776. /*--------------
  25777. Fixed
  25778. ---------------*/
  25779. .pushable > .fixed {
  25780. position: fixed;
  25781. -webkit-backface-visibility: hidden;
  25782. backface-visibility: hidden;
  25783. -webkit-transition: -webkit-transform 500ms ease;
  25784. transition: transform 500ms ease;
  25785. will-change: transform;
  25786. z-index: 101;
  25787. }
  25788. /*--------------
  25789. Page
  25790. ---------------*/
  25791. .pushable > .pusher {
  25792. position: relative;
  25793. -webkit-backface-visibility: hidden;
  25794. backface-visibility: hidden;
  25795. overflow: hidden;
  25796. min-height: 100%;
  25797. -webkit-transition: -webkit-transform 500ms ease;
  25798. transition: transform 500ms ease;
  25799. z-index: 2;
  25800. }
  25801. body.pushable > .pusher {
  25802. background: #FFFFFF;
  25803. }
  25804. /* Pusher should inherit background from context */
  25805. .pushable > .pusher {
  25806. background: inherit;
  25807. }
  25808. /*--------------
  25809. Dimmer
  25810. ---------------*/
  25811. .pushable > .pusher:after {
  25812. position: fixed;
  25813. top: 0px;
  25814. right: 0px;
  25815. content: '';
  25816. background-color: rgba(0, 0, 0, 0.4);
  25817. overflow: hidden;
  25818. opacity: 0;
  25819. -webkit-transition: opacity 500ms;
  25820. transition: opacity 500ms;
  25821. will-change: opacity;
  25822. z-index: 1000;
  25823. }
  25824. /*--------------
  25825. Coupling
  25826. ---------------*/
  25827. .ui.sidebar.menu .item {
  25828. border-radius: 0em !important;
  25829. }
  25830. /*******************************
  25831. States
  25832. *******************************/
  25833. /*--------------
  25834. Dimmed
  25835. ---------------*/
  25836. .pushable > .pusher.dimmed:after {
  25837. width: 100% !important;
  25838. height: 100% !important;
  25839. opacity: 1 !important;
  25840. }
  25841. /*--------------
  25842. Animating
  25843. ---------------*/
  25844. .ui.animating.sidebar {
  25845. visibility: visible;
  25846. }
  25847. /*--------------
  25848. Visible
  25849. ---------------*/
  25850. .ui.visible.sidebar {
  25851. visibility: visible;
  25852. -webkit-transform: translate3d(0, 0, 0);
  25853. transform: translate3d(0, 0, 0);
  25854. }
  25855. /* Shadow Direction */
  25856. .ui.left.visible.sidebar,
  25857. .ui.right.visible.sidebar {
  25858. box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  25859. }
  25860. .ui.top.visible.sidebar,
  25861. .ui.bottom.visible.sidebar {
  25862. box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  25863. }
  25864. /* Visible On Load */
  25865. .ui.visible.left.sidebar ~ .fixed,
  25866. .ui.visible.left.sidebar ~ .pusher {
  25867. -webkit-transform: translate3d(260px, 0, 0);
  25868. transform: translate3d(260px, 0, 0);
  25869. }
  25870. .ui.visible.right.sidebar ~ .fixed,
  25871. .ui.visible.right.sidebar ~ .pusher {
  25872. -webkit-transform: translate3d(-260px, 0, 0);
  25873. transform: translate3d(-260px, 0, 0);
  25874. }
  25875. .ui.visible.top.sidebar ~ .fixed,
  25876. .ui.visible.top.sidebar ~ .pusher {
  25877. -webkit-transform: translate3d(0, 36px, 0);
  25878. transform: translate3d(0, 36px, 0);
  25879. }
  25880. .ui.visible.bottom.sidebar ~ .fixed,
  25881. .ui.visible.bottom.sidebar ~ .pusher {
  25882. -webkit-transform: translate3d(0, -36px, 0);
  25883. transform: translate3d(0, -36px, 0);
  25884. }
  25885. /* opposite sides visible forces content overlay */
  25886. .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
  25887. .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
  25888. .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
  25889. .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  25890. -webkit-transform: translate3d(0, 0, 0);
  25891. transform: translate3d(0, 0, 0);
  25892. }
  25893. /*--------------
  25894. iOS
  25895. ---------------*/
  25896. /*
  25897. iOS incorrectly sizes document when content
  25898. is presented outside of view with 2Dtranslate
  25899. */
  25900. html.ios {
  25901. overflow-x: hidden;
  25902. -webkit-overflow-scrolling: touch;
  25903. }
  25904. html.ios,
  25905. html.ios body {
  25906. height: initial !important;
  25907. }
  25908. /*******************************
  25909. Variations
  25910. *******************************/
  25911. /*--------------
  25912. Width
  25913. ---------------*/
  25914. /* Left / Right */
  25915. .ui[class*="very thin"].left.sidebar,
  25916. .ui[class*="very thin"].right.sidebar {
  25917. width: 60px;
  25918. }
  25919. .ui.thin.left.sidebar,
  25920. .ui.thin.right.sidebar {
  25921. width: 150px;
  25922. }
  25923. .ui.left.sidebar,
  25924. .ui.right.sidebar {
  25925. width: 260px;
  25926. }
  25927. .ui.wide.left.sidebar,
  25928. .ui.wide.right.sidebar {
  25929. width: 350px;
  25930. }
  25931. .ui[class*="very wide"].left.sidebar,
  25932. .ui[class*="very wide"].right.sidebar {
  25933. width: 475px;
  25934. }
  25935. /* Left Visible */
  25936. .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
  25937. .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
  25938. -webkit-transform: translate3d(60px, 0, 0);
  25939. transform: translate3d(60px, 0, 0);
  25940. }
  25941. .ui.visible.thin.left.sidebar ~ .fixed,
  25942. .ui.visible.thin.left.sidebar ~ .pusher {
  25943. -webkit-transform: translate3d(150px, 0, 0);
  25944. transform: translate3d(150px, 0, 0);
  25945. }
  25946. .ui.visible.wide.left.sidebar ~ .fixed,
  25947. .ui.visible.wide.left.sidebar ~ .pusher {
  25948. -webkit-transform: translate3d(350px, 0, 0);
  25949. transform: translate3d(350px, 0, 0);
  25950. }
  25951. .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
  25952. .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
  25953. -webkit-transform: translate3d(475px, 0, 0);
  25954. transform: translate3d(475px, 0, 0);
  25955. }
  25956. /* Right Visible */
  25957. .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
  25958. .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
  25959. -webkit-transform: translate3d(-60px, 0, 0);
  25960. transform: translate3d(-60px, 0, 0);
  25961. }
  25962. .ui.visible.thin.right.sidebar ~ .fixed,
  25963. .ui.visible.thin.right.sidebar ~ .pusher {
  25964. -webkit-transform: translate3d(-150px, 0, 0);
  25965. transform: translate3d(-150px, 0, 0);
  25966. }
  25967. .ui.visible.wide.right.sidebar ~ .fixed,
  25968. .ui.visible.wide.right.sidebar ~ .pusher {
  25969. -webkit-transform: translate3d(-350px, 0, 0);
  25970. transform: translate3d(-350px, 0, 0);
  25971. }
  25972. .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
  25973. .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
  25974. -webkit-transform: translate3d(-475px, 0, 0);
  25975. transform: translate3d(-475px, 0, 0);
  25976. }
  25977. /*******************************
  25978. Animations
  25979. *******************************/
  25980. /*--------------
  25981. Overlay
  25982. ---------------*/
  25983. /* Set-up */
  25984. .ui.overlay.sidebar {
  25985. z-index: 102;
  25986. }
  25987. /* Initial */
  25988. .ui.left.overlay.sidebar {
  25989. -webkit-transform: translate3d(-100%, 0%, 0);
  25990. transform: translate3d(-100%, 0%, 0);
  25991. }
  25992. .ui.right.overlay.sidebar {
  25993. -webkit-transform: translate3d(100%, 0%, 0);
  25994. transform: translate3d(100%, 0%, 0);
  25995. }
  25996. .ui.top.overlay.sidebar {
  25997. -webkit-transform: translate3d(0%, -100%, 0);
  25998. transform: translate3d(0%, -100%, 0);
  25999. }
  26000. .ui.bottom.overlay.sidebar {
  26001. -webkit-transform: translate3d(0%, 100%, 0);
  26002. transform: translate3d(0%, 100%, 0);
  26003. }
  26004. /* Animation */
  26005. .animating.ui.overlay.sidebar,
  26006. .ui.visible.overlay.sidebar {
  26007. -webkit-transition: -webkit-transform 500ms ease;
  26008. transition: transform 500ms ease;
  26009. }
  26010. /* End - Sidebar */
  26011. .ui.visible.left.overlay.sidebar {
  26012. -webkit-transform: translate3d(0%, 0%, 0);
  26013. transform: translate3d(0%, 0%, 0);
  26014. }
  26015. .ui.visible.right.overlay.sidebar {
  26016. -webkit-transform: translate3d(0%, 0%, 0);
  26017. transform: translate3d(0%, 0%, 0);
  26018. }
  26019. .ui.visible.top.overlay.sidebar {
  26020. -webkit-transform: translate3d(0%, 0%, 0);
  26021. transform: translate3d(0%, 0%, 0);
  26022. }
  26023. .ui.visible.bottom.overlay.sidebar {
  26024. -webkit-transform: translate3d(0%, 0%, 0);
  26025. transform: translate3d(0%, 0%, 0);
  26026. }
  26027. /* End - Pusher */
  26028. .ui.visible.overlay.sidebar ~ .fixed,
  26029. .ui.visible.overlay.sidebar ~ .pusher {
  26030. -webkit-transform: none !important;
  26031. -ms-transform: none !important;
  26032. transform: none !important;
  26033. }
  26034. /*--------------
  26035. Push
  26036. ---------------*/
  26037. /* Initial */
  26038. .ui.push.sidebar {
  26039. -webkit-transition: -webkit-transform 500ms ease;
  26040. transition: transform 500ms ease;
  26041. z-index: 102;
  26042. }
  26043. /* Sidebar - Initial */
  26044. .ui.left.push.sidebar {
  26045. -webkit-transform: translate3d(-100%, 0, 0);
  26046. transform: translate3d(-100%, 0, 0);
  26047. }
  26048. .ui.right.push.sidebar {
  26049. -webkit-transform: translate3d(100%, 0, 0);
  26050. transform: translate3d(100%, 0, 0);
  26051. }
  26052. .ui.top.push.sidebar {
  26053. -webkit-transform: translate3d(0%, -100%, 0);
  26054. transform: translate3d(0%, -100%, 0);
  26055. }
  26056. .ui.bottom.push.sidebar {
  26057. -webkit-transform: translate3d(0%, 100%, 0);
  26058. transform: translate3d(0%, 100%, 0);
  26059. }
  26060. /* End */
  26061. .ui.visible.push.sidebar {
  26062. -webkit-transform: translate3d(0%, 0, 0);
  26063. transform: translate3d(0%, 0, 0);
  26064. }
  26065. /*--------------
  26066. Uncover
  26067. ---------------*/
  26068. /* Initial */
  26069. .ui.uncover.sidebar {
  26070. -webkit-transform: translate3d(0, 0, 0);
  26071. transform: translate3d(0, 0, 0);
  26072. z-index: 1;
  26073. }
  26074. /* End */
  26075. .ui.visible.uncover.sidebar {
  26076. -webkit-transform: translate3d(0, 0, 0);
  26077. transform: translate3d(0, 0, 0);
  26078. -webkit-transition: -webkit-transform 500ms ease;
  26079. transition: transform 500ms ease;
  26080. }
  26081. /*--------------
  26082. Slide Along
  26083. ---------------*/
  26084. /* Initial */
  26085. .ui.slide.along.sidebar {
  26086. z-index: 1;
  26087. }
  26088. /* Sidebar - Initial */
  26089. .ui.left.slide.along.sidebar {
  26090. -webkit-transform: translate3d(-50%, 0, 0);
  26091. transform: translate3d(-50%, 0, 0);
  26092. }
  26093. .ui.right.slide.along.sidebar {
  26094. -webkit-transform: translate3d(50%, 0, 0);
  26095. transform: translate3d(50%, 0, 0);
  26096. }
  26097. .ui.top.slide.along.sidebar {
  26098. -webkit-transform: translate3d(0, -50%, 0);
  26099. transform: translate3d(0, -50%, 0);
  26100. }
  26101. .ui.bottom.slide.along.sidebar {
  26102. -webkit-transform: translate3d(0%, 50%, 0);
  26103. transform: translate3d(0%, 50%, 0);
  26104. }
  26105. /* Animation */
  26106. .ui.animating.slide.along.sidebar {
  26107. -webkit-transition: -webkit-transform 500ms ease;
  26108. transition: transform 500ms ease;
  26109. }
  26110. /* End */
  26111. .ui.visible.slide.along.sidebar {
  26112. -webkit-transform: translate3d(0%, 0, 0);
  26113. transform: translate3d(0%, 0, 0);
  26114. }
  26115. /*--------------
  26116. Slide Out
  26117. ---------------*/
  26118. /* Initial */
  26119. .ui.slide.out.sidebar {
  26120. z-index: 1;
  26121. }
  26122. /* Sidebar - Initial */
  26123. .ui.left.slide.out.sidebar {
  26124. -webkit-transform: translate3d(50%, 0, 0);
  26125. transform: translate3d(50%, 0, 0);
  26126. }
  26127. .ui.right.slide.out.sidebar {
  26128. -webkit-transform: translate3d(-50%, 0, 0);
  26129. transform: translate3d(-50%, 0, 0);
  26130. }
  26131. .ui.top.slide.out.sidebar {
  26132. -webkit-transform: translate3d(0%, 50%, 0);
  26133. transform: translate3d(0%, 50%, 0);
  26134. }
  26135. .ui.bottom.slide.out.sidebar {
  26136. -webkit-transform: translate3d(0%, -50%, 0);
  26137. transform: translate3d(0%, -50%, 0);
  26138. }
  26139. /* Animation */
  26140. .ui.animating.slide.out.sidebar {
  26141. -webkit-transition: -webkit-transform 500ms ease;
  26142. transition: transform 500ms ease;
  26143. }
  26144. /* End */
  26145. .ui.visible.slide.out.sidebar {
  26146. -webkit-transform: translate3d(0%, 0, 0);
  26147. transform: translate3d(0%, 0, 0);
  26148. }
  26149. /*--------------
  26150. Scale Down
  26151. ---------------*/
  26152. /* Initial */
  26153. .ui.scale.down.sidebar {
  26154. -webkit-transition: -webkit-transform 500ms ease;
  26155. transition: transform 500ms ease;
  26156. z-index: 102;
  26157. }
  26158. /* Sidebar - Initial */
  26159. .ui.left.scale.down.sidebar {
  26160. -webkit-transform: translate3d(-100%, 0, 0);
  26161. transform: translate3d(-100%, 0, 0);
  26162. }
  26163. .ui.right.scale.down.sidebar {
  26164. -webkit-transform: translate3d(100%, 0, 0);
  26165. transform: translate3d(100%, 0, 0);
  26166. }
  26167. .ui.top.scale.down.sidebar {
  26168. -webkit-transform: translate3d(0%, -100%, 0);
  26169. transform: translate3d(0%, -100%, 0);
  26170. }
  26171. .ui.bottom.scale.down.sidebar {
  26172. -webkit-transform: translate3d(0%, 100%, 0);
  26173. transform: translate3d(0%, 100%, 0);
  26174. }
  26175. /* Pusher - Initial */
  26176. .ui.scale.down.left.sidebar ~ .pusher {
  26177. -webkit-transform-origin: 75% 50%;
  26178. -ms-transform-origin: 75% 50%;
  26179. transform-origin: 75% 50%;
  26180. }
  26181. .ui.scale.down.right.sidebar ~ .pusher {
  26182. -webkit-transform-origin: 25% 50%;
  26183. -ms-transform-origin: 25% 50%;
  26184. transform-origin: 25% 50%;
  26185. }
  26186. .ui.scale.down.top.sidebar ~ .pusher {
  26187. -webkit-transform-origin: 50% 75%;
  26188. -ms-transform-origin: 50% 75%;
  26189. transform-origin: 50% 75%;
  26190. }
  26191. .ui.scale.down.bottom.sidebar ~ .pusher {
  26192. -webkit-transform-origin: 50% 25%;
  26193. -ms-transform-origin: 50% 25%;
  26194. transform-origin: 50% 25%;
  26195. }
  26196. /* Animation */
  26197. .ui.animating.scale.down > .visible.ui.sidebar {
  26198. -webkit-transition: -webkit-transform 500ms ease;
  26199. transition: transform 500ms ease;
  26200. }
  26201. .ui.visible.scale.down.sidebar ~ .pusher,
  26202. .ui.animating.scale.down.sidebar ~ .pusher {
  26203. display: block !important;
  26204. width: 100%;
  26205. height: 100%;
  26206. overflow: hidden !important;
  26207. }
  26208. /* End */
  26209. .ui.visible.scale.down.sidebar {
  26210. -webkit-transform: translate3d(0, 0, 0);
  26211. transform: translate3d(0, 0, 0);
  26212. }
  26213. .ui.visible.scale.down.sidebar ~ .pusher {
  26214. -webkit-transform: scale(0.75);
  26215. -ms-transform: scale(0.75);
  26216. transform: scale(0.75);
  26217. }
  26218. /*******************************
  26219. Theme Overrides
  26220. *******************************/
  26221. /*******************************
  26222. Site Overrides
  26223. *******************************/
  26224. /*!
  26225. * # Semantic UI 2.1.6 - Sticky
  26226. * http://github.com/semantic-org/semantic-ui/
  26227. *
  26228. *
  26229. * Copyright 2015 Contributors
  26230. * Released under the MIT license
  26231. * http://opensource.org/licenses/MIT
  26232. *
  26233. */
  26234. /*******************************
  26235. Sticky
  26236. *******************************/
  26237. .ui.sticky {
  26238. position: static;
  26239. -webkit-transition: none;
  26240. transition: none;
  26241. z-index: 800;
  26242. }
  26243. /*******************************
  26244. States
  26245. *******************************/
  26246. /* Bound */
  26247. .ui.sticky.bound {
  26248. position: absolute;
  26249. left: auto;
  26250. right: auto;
  26251. }
  26252. /* Fixed */
  26253. .ui.sticky.fixed {
  26254. position: fixed;
  26255. left: auto;
  26256. right: auto;
  26257. }
  26258. /* Bound/Fixed Position */
  26259. .ui.sticky.bound.top,
  26260. .ui.sticky.fixed.top {
  26261. top: 0px;
  26262. bottom: auto;
  26263. }
  26264. .ui.sticky.bound.bottom,
  26265. .ui.sticky.fixed.bottom {
  26266. top: auto;
  26267. bottom: 0px;
  26268. }
  26269. /*******************************
  26270. Types
  26271. *******************************/
  26272. .ui.native.sticky {
  26273. position: -webkit-sticky;
  26274. position: -moz-sticky;
  26275. position: -ms-sticky;
  26276. position: -o-sticky;
  26277. position: sticky;
  26278. }
  26279. /*******************************
  26280. Theme Overrides
  26281. *******************************/
  26282. /*******************************
  26283. Site Overrides
  26284. *******************************/
  26285. /*!
  26286. * # Semantic UI 2.1.6 - Tab
  26287. * http://github.com/semantic-org/semantic-ui/
  26288. *
  26289. *
  26290. * Copyright 2015 Contributors
  26291. * Released under the MIT license
  26292. * http://opensource.org/licenses/MIT
  26293. *
  26294. */
  26295. /*******************************
  26296. UI Tabs
  26297. *******************************/
  26298. .ui.tab {
  26299. display: none;
  26300. }
  26301. /*******************************
  26302. States
  26303. *******************************/
  26304. /*--------------------
  26305. Active
  26306. ---------------------*/
  26307. .ui.tab.active,
  26308. .ui.tab.open {
  26309. display: block;
  26310. }
  26311. /*--------------------
  26312. Loading
  26313. ---------------------*/
  26314. .ui.tab.loading {
  26315. position: relative;
  26316. overflow: hidden;
  26317. display: block;
  26318. min-height: 250px;
  26319. }
  26320. .ui.tab.loading * {
  26321. position: relative !important;
  26322. left: -10000px !important;
  26323. }
  26324. .ui.tab.loading:before,
  26325. .ui.tab.loading.segment:before {
  26326. position: absolute;
  26327. content: '';
  26328. top: 100px;
  26329. left: 50%;
  26330. margin: -1.25em 0em 0em -1.25em;
  26331. width: 2.5em;
  26332. height: 2.5em;
  26333. border-radius: 500rem;
  26334. border: 0.2em solid rgba(0, 0, 0, 0.1);
  26335. }
  26336. .ui.tab.loading:after,
  26337. .ui.tab.loading.segment:after {
  26338. position: absolute;
  26339. content: '';
  26340. top: 100px;
  26341. left: 50%;
  26342. margin: -1.25em 0em 0em -1.25em;
  26343. width: 2.5em;
  26344. height: 2.5em;
  26345. -webkit-animation: button-spin 0.6s linear;
  26346. animation: button-spin 0.6s linear;
  26347. -webkit-animation-iteration-count: infinite;
  26348. animation-iteration-count: infinite;
  26349. border-radius: 500rem;
  26350. border-color: #767676 transparent transparent;
  26351. border-style: solid;
  26352. border-width: 0.2em;
  26353. box-shadow: 0px 0px 0px 1px transparent;
  26354. }
  26355. /*******************************
  26356. Tab Overrides
  26357. *******************************/
  26358. /*******************************
  26359. User Overrides
  26360. *******************************/
  26361. /*!
  26362. * # Semantic UI 2.1.6 - Transition
  26363. * http://github.com/semantic-org/semantic-ui/
  26364. *
  26365. *
  26366. * Copyright 2015 Contributors
  26367. * Released under the MIT license
  26368. * http://opensource.org/licenses/MIT
  26369. *
  26370. */
  26371. /*******************************
  26372. Transitions
  26373. *******************************/
  26374. .transition {
  26375. -webkit-animation-iteration-count: 1;
  26376. animation-iteration-count: 1;
  26377. -webkit-animation-duration: 300ms;
  26378. animation-duration: 300ms;
  26379. -webkit-animation-timing-function: ease;
  26380. animation-timing-function: ease;
  26381. -webkit-animation-fill-mode: both;
  26382. animation-fill-mode: both;
  26383. }
  26384. /*******************************
  26385. States
  26386. *******************************/
  26387. /* Animating */
  26388. .animating.transition {
  26389. -webkit-backface-visibility: hidden;
  26390. backface-visibility: hidden;
  26391. visibility: visible !important;
  26392. }
  26393. /* Loading */
  26394. .loading.transition {
  26395. position: absolute;
  26396. top: -99999px;
  26397. left: -99999px;
  26398. }
  26399. /* Hidden */
  26400. .hidden.transition {
  26401. display: none;
  26402. visibility: hidden;
  26403. }
  26404. /* Visible */
  26405. .visible.transition {
  26406. display: block !important;
  26407. visibility: visible !important;
  26408. /* backface-visibility: @backfaceVisibility;
  26409. transform: @use3DAcceleration;*/
  26410. }
  26411. /* Disabled */
  26412. .disabled.transition {
  26413. -webkit-animation-play-state: paused;
  26414. animation-play-state: paused;
  26415. }
  26416. /*******************************
  26417. Variations
  26418. *******************************/
  26419. .looping.transition {
  26420. -webkit-animation-iteration-count: infinite;
  26421. animation-iteration-count: infinite;
  26422. }
  26423. /*******************************
  26424. Transitions
  26425. *******************************/
  26426. /*
  26427. Some transitions adapted from Animate CSS
  26428. https://github.com/daneden/animate.css
  26429. Additional transitions adapted from Glide
  26430. by Nick Pettit - https://github.com/nickpettit/glide
  26431. */
  26432. /*--------------
  26433. Browse
  26434. ---------------*/
  26435. .transition.browse {
  26436. -webkit-animation-duration: 500ms;
  26437. animation-duration: 500ms;
  26438. }
  26439. .transition.browse.in {
  26440. -webkit-animation-name: browseIn;
  26441. animation-name: browseIn;
  26442. }
  26443. .transition.browse.out,
  26444. .transition.browse.left.out {
  26445. -webkit-animation-name: browseOutLeft;
  26446. animation-name: browseOutLeft;
  26447. }
  26448. .transition.browse.right.out {
  26449. -webkit-animation-name: browseOutRight;
  26450. animation-name: browseOutRight;
  26451. }
  26452. /* In */
  26453. @-webkit-keyframes browseIn {
  26454. 0% {
  26455. -webkit-transform: scale(0.8) translateZ(0px);
  26456. transform: scale(0.8) translateZ(0px);
  26457. z-index: -1;
  26458. }
  26459. 10% {
  26460. -webkit-transform: scale(0.8) translateZ(0px);
  26461. transform: scale(0.8) translateZ(0px);
  26462. z-index: -1;
  26463. opacity: 0.7;
  26464. }
  26465. 80% {
  26466. -webkit-transform: scale(1.05) translateZ(0px);
  26467. transform: scale(1.05) translateZ(0px);
  26468. opacity: 1;
  26469. z-index: 999;
  26470. }
  26471. 100% {
  26472. -webkit-transform: scale(1) translateZ(0px);
  26473. transform: scale(1) translateZ(0px);
  26474. z-index: 999;
  26475. }
  26476. }
  26477. @keyframes browseIn {
  26478. 0% {
  26479. -webkit-transform: scale(0.8) translateZ(0px);
  26480. transform: scale(0.8) translateZ(0px);
  26481. z-index: -1;
  26482. }
  26483. 10% {
  26484. -webkit-transform: scale(0.8) translateZ(0px);
  26485. transform: scale(0.8) translateZ(0px);
  26486. z-index: -1;
  26487. opacity: 0.7;
  26488. }
  26489. 80% {
  26490. -webkit-transform: scale(1.05) translateZ(0px);
  26491. transform: scale(1.05) translateZ(0px);
  26492. opacity: 1;
  26493. z-index: 999;
  26494. }
  26495. 100% {
  26496. -webkit-transform: scale(1) translateZ(0px);
  26497. transform: scale(1) translateZ(0px);
  26498. z-index: 999;
  26499. }
  26500. }
  26501. /* Out */
  26502. @-webkit-keyframes browseOutLeft {
  26503. 0% {
  26504. z-index: 999;
  26505. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26506. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26507. }
  26508. 50% {
  26509. z-index: -1;
  26510. -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26511. transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26512. }
  26513. 80% {
  26514. opacity: 1;
  26515. }
  26516. 100% {
  26517. z-index: -1;
  26518. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26519. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26520. opacity: 0;
  26521. }
  26522. }
  26523. @keyframes browseOutLeft {
  26524. 0% {
  26525. z-index: 999;
  26526. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26527. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26528. }
  26529. 50% {
  26530. z-index: -1;
  26531. -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26532. transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26533. }
  26534. 80% {
  26535. opacity: 1;
  26536. }
  26537. 100% {
  26538. z-index: -1;
  26539. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26540. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26541. opacity: 0;
  26542. }
  26543. }
  26544. @-webkit-keyframes browseOutRight {
  26545. 0% {
  26546. z-index: 999;
  26547. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26548. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26549. }
  26550. 50% {
  26551. z-index: 1;
  26552. -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26553. transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26554. }
  26555. 80% {
  26556. opacity: 1;
  26557. }
  26558. 100% {
  26559. z-index: 1;
  26560. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26561. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26562. opacity: 0;
  26563. }
  26564. }
  26565. @keyframes browseOutRight {
  26566. 0% {
  26567. z-index: 999;
  26568. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26569. transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  26570. }
  26571. 50% {
  26572. z-index: 1;
  26573. -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26574. transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  26575. }
  26576. 80% {
  26577. opacity: 1;
  26578. }
  26579. 100% {
  26580. z-index: 1;
  26581. -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26582. transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
  26583. opacity: 0;
  26584. }
  26585. }
  26586. /*--------------
  26587. Drop
  26588. ---------------*/
  26589. .drop.transition {
  26590. -webkit-transform-origin: top center;
  26591. -ms-transform-origin: top center;
  26592. transform-origin: top center;
  26593. -webkit-animation-duration: 400ms;
  26594. animation-duration: 400ms;
  26595. -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  26596. animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  26597. }
  26598. .drop.transition.in {
  26599. -webkit-animation-name: dropIn;
  26600. animation-name: dropIn;
  26601. }
  26602. .drop.transition.out {
  26603. -webkit-animation-name: dropOut;
  26604. animation-name: dropOut;
  26605. }
  26606. /* Drop */
  26607. @-webkit-keyframes dropIn {
  26608. 0% {
  26609. opacity: 0;
  26610. -webkit-transform: scale(0);
  26611. transform: scale(0);
  26612. }
  26613. 100% {
  26614. opacity: 1;
  26615. -webkit-transform: scale(1);
  26616. transform: scale(1);
  26617. }
  26618. }
  26619. @keyframes dropIn {
  26620. 0% {
  26621. opacity: 0;
  26622. -webkit-transform: scale(0);
  26623. transform: scale(0);
  26624. }
  26625. 100% {
  26626. opacity: 1;
  26627. -webkit-transform: scale(1);
  26628. transform: scale(1);
  26629. }
  26630. }
  26631. @-webkit-keyframes dropOut {
  26632. 0% {
  26633. opacity: 1;
  26634. -webkit-transform: scale(1);
  26635. transform: scale(1);
  26636. }
  26637. 100% {
  26638. opacity: 0;
  26639. -webkit-transform: scale(0);
  26640. transform: scale(0);
  26641. }
  26642. }
  26643. @keyframes dropOut {
  26644. 0% {
  26645. opacity: 1;
  26646. -webkit-transform: scale(1);
  26647. transform: scale(1);
  26648. }
  26649. 100% {
  26650. opacity: 0;
  26651. -webkit-transform: scale(0);
  26652. transform: scale(0);
  26653. }
  26654. }
  26655. /*--------------
  26656. Fade
  26657. ---------------*/
  26658. .transition.fade.in {
  26659. -webkit-animation-name: fadeIn;
  26660. animation-name: fadeIn;
  26661. }
  26662. .transition[class*="fade up"].in {
  26663. -webkit-animation-name: fadeInUp;
  26664. animation-name: fadeInUp;
  26665. }
  26666. .transition[class*="fade down"].in {
  26667. -webkit-animation-name: fadeInDown;
  26668. animation-name: fadeInDown;
  26669. }
  26670. .transition[class*="fade left"].in {
  26671. -webkit-animation-name: fadeInLeft;
  26672. animation-name: fadeInLeft;
  26673. }
  26674. .transition[class*="fade right"].in {
  26675. -webkit-animation-name: fadeInRight;
  26676. animation-name: fadeInRight;
  26677. }
  26678. .transition.fade.out {
  26679. -webkit-animation-name: fadeOut;
  26680. animation-name: fadeOut;
  26681. }
  26682. .transition[class*="fade up"].out {
  26683. -webkit-animation-name: fadeOutUp;
  26684. animation-name: fadeOutUp;
  26685. }
  26686. .transition[class*="fade down"].out {
  26687. -webkit-animation-name: fadeOutDown;
  26688. animation-name: fadeOutDown;
  26689. }
  26690. .transition[class*="fade left"].out {
  26691. -webkit-animation-name: fadeOutLeft;
  26692. animation-name: fadeOutLeft;
  26693. }
  26694. .transition[class*="fade right"].out {
  26695. -webkit-animation-name: fadeOutRight;
  26696. animation-name: fadeOutRight;
  26697. }
  26698. /* In */
  26699. @-webkit-keyframes fadeIn {
  26700. 0% {
  26701. opacity: 0;
  26702. }
  26703. 100% {
  26704. opacity: 1;
  26705. }
  26706. }
  26707. @keyframes fadeIn {
  26708. 0% {
  26709. opacity: 0;
  26710. }
  26711. 100% {
  26712. opacity: 1;
  26713. }
  26714. }
  26715. @-webkit-keyframes fadeInUp {
  26716. 0% {
  26717. opacity: 0;
  26718. -webkit-transform: translateY(10%);
  26719. transform: translateY(10%);
  26720. }
  26721. 100% {
  26722. opacity: 1;
  26723. -webkit-transform: translateY(0%);
  26724. transform: translateY(0%);
  26725. }
  26726. }
  26727. @keyframes fadeInUp {
  26728. 0% {
  26729. opacity: 0;
  26730. -webkit-transform: translateY(10%);
  26731. transform: translateY(10%);
  26732. }
  26733. 100% {
  26734. opacity: 1;
  26735. -webkit-transform: translateY(0%);
  26736. transform: translateY(0%);
  26737. }
  26738. }
  26739. @-webkit-keyframes fadeInDown {
  26740. 0% {
  26741. opacity: 0;
  26742. -webkit-transform: translateY(-10%);
  26743. transform: translateY(-10%);
  26744. }
  26745. 100% {
  26746. opacity: 1;
  26747. -webkit-transform: translateY(0%);
  26748. transform: translateY(0%);
  26749. }
  26750. }
  26751. @keyframes fadeInDown {
  26752. 0% {
  26753. opacity: 0;
  26754. -webkit-transform: translateY(-10%);
  26755. transform: translateY(-10%);
  26756. }
  26757. 100% {
  26758. opacity: 1;
  26759. -webkit-transform: translateY(0%);
  26760. transform: translateY(0%);
  26761. }
  26762. }
  26763. @-webkit-keyframes fadeInLeft {
  26764. 0% {
  26765. opacity: 0;
  26766. -webkit-transform: translateX(10%);
  26767. transform: translateX(10%);
  26768. }
  26769. 100% {
  26770. opacity: 1;
  26771. -webkit-transform: translateX(0%);
  26772. transform: translateX(0%);
  26773. }
  26774. }
  26775. @keyframes fadeInLeft {
  26776. 0% {
  26777. opacity: 0;
  26778. -webkit-transform: translateX(10%);
  26779. transform: translateX(10%);
  26780. }
  26781. 100% {
  26782. opacity: 1;
  26783. -webkit-transform: translateX(0%);
  26784. transform: translateX(0%);
  26785. }
  26786. }
  26787. @-webkit-keyframes fadeInRight {
  26788. 0% {
  26789. opacity: 0;
  26790. -webkit-transform: translateX(-10%);
  26791. transform: translateX(-10%);
  26792. }
  26793. 100% {
  26794. opacity: 1;
  26795. -webkit-transform: translateX(0%);
  26796. transform: translateX(0%);
  26797. }
  26798. }
  26799. @keyframes fadeInRight {
  26800. 0% {
  26801. opacity: 0;
  26802. -webkit-transform: translateX(-10%);
  26803. transform: translateX(-10%);
  26804. }
  26805. 100% {
  26806. opacity: 1;
  26807. -webkit-transform: translateX(0%);
  26808. transform: translateX(0%);
  26809. }
  26810. }
  26811. /* Out */
  26812. @-webkit-keyframes fadeOut {
  26813. 0% {
  26814. opacity: 1;
  26815. }
  26816. 100% {
  26817. opacity: 0;
  26818. }
  26819. }
  26820. @keyframes fadeOut {
  26821. 0% {
  26822. opacity: 1;
  26823. }
  26824. 100% {
  26825. opacity: 0;
  26826. }
  26827. }
  26828. @-webkit-keyframes fadeOutUp {
  26829. 0% {
  26830. opacity: 1;
  26831. -webkit-transform: translateY(0%);
  26832. transform: translateY(0%);
  26833. }
  26834. 100% {
  26835. opacity: 0;
  26836. -webkit-transform: translateY(5%);
  26837. transform: translateY(5%);
  26838. }
  26839. }
  26840. @keyframes fadeOutUp {
  26841. 0% {
  26842. opacity: 1;
  26843. -webkit-transform: translateY(0%);
  26844. transform: translateY(0%);
  26845. }
  26846. 100% {
  26847. opacity: 0;
  26848. -webkit-transform: translateY(5%);
  26849. transform: translateY(5%);
  26850. }
  26851. }
  26852. @-webkit-keyframes fadeOutDown {
  26853. 0% {
  26854. opacity: 1;
  26855. -webkit-transform: translateY(0%);
  26856. transform: translateY(0%);
  26857. }
  26858. 100% {
  26859. opacity: 0;
  26860. -webkit-transform: translateY(-5%);
  26861. transform: translateY(-5%);
  26862. }
  26863. }
  26864. @keyframes fadeOutDown {
  26865. 0% {
  26866. opacity: 1;
  26867. -webkit-transform: translateY(0%);
  26868. transform: translateY(0%);
  26869. }
  26870. 100% {
  26871. opacity: 0;
  26872. -webkit-transform: translateY(-5%);
  26873. transform: translateY(-5%);
  26874. }
  26875. }
  26876. @-webkit-keyframes fadeOutLeft {
  26877. 0% {
  26878. opacity: 1;
  26879. -webkit-transform: translateX(0%);
  26880. transform: translateX(0%);
  26881. }
  26882. 100% {
  26883. opacity: 0;
  26884. -webkit-transform: translateX(5%);
  26885. transform: translateX(5%);
  26886. }
  26887. }
  26888. @keyframes fadeOutLeft {
  26889. 0% {
  26890. opacity: 1;
  26891. -webkit-transform: translateX(0%);
  26892. transform: translateX(0%);
  26893. }
  26894. 100% {
  26895. opacity: 0;
  26896. -webkit-transform: translateX(5%);
  26897. transform: translateX(5%);
  26898. }
  26899. }
  26900. @-webkit-keyframes fadeOutRight {
  26901. 0% {
  26902. opacity: 1;
  26903. -webkit-transform: translateX(0%);
  26904. transform: translateX(0%);
  26905. }
  26906. 100% {
  26907. opacity: 0;
  26908. -webkit-transform: translateX(-5%);
  26909. transform: translateX(-5%);
  26910. }
  26911. }
  26912. @keyframes fadeOutRight {
  26913. 0% {
  26914. opacity: 1;
  26915. -webkit-transform: translateX(0%);
  26916. transform: translateX(0%);
  26917. }
  26918. 100% {
  26919. opacity: 0;
  26920. -webkit-transform: translateX(-5%);
  26921. transform: translateX(-5%);
  26922. }
  26923. }
  26924. /*--------------
  26925. Flips
  26926. ---------------*/
  26927. .flip.transition.in,
  26928. .flip.transition.out {
  26929. -webkit-animation-duration: 600ms;
  26930. animation-duration: 600ms;
  26931. }
  26932. .horizontal.flip.transition.in {
  26933. -webkit-animation-name: horizontalFlipIn;
  26934. animation-name: horizontalFlipIn;
  26935. }
  26936. .horizontal.flip.transition.out {
  26937. -webkit-animation-name: horizontalFlipOut;
  26938. animation-name: horizontalFlipOut;
  26939. }
  26940. .vertical.flip.transition.in {
  26941. -webkit-animation-name: verticalFlipIn;
  26942. animation-name: verticalFlipIn;
  26943. }
  26944. .vertical.flip.transition.out {
  26945. -webkit-animation-name: verticalFlipOut;
  26946. animation-name: verticalFlipOut;
  26947. }
  26948. /* In */
  26949. @-webkit-keyframes horizontalFlipIn {
  26950. 0% {
  26951. -webkit-transform: perspective(2000px) rotateY(-90deg);
  26952. transform: perspective(2000px) rotateY(-90deg);
  26953. opacity: 0;
  26954. }
  26955. 100% {
  26956. -webkit-transform: perspective(2000px) rotateY(0deg);
  26957. transform: perspective(2000px) rotateY(0deg);
  26958. opacity: 1;
  26959. }
  26960. }
  26961. @keyframes horizontalFlipIn {
  26962. 0% {
  26963. -webkit-transform: perspective(2000px) rotateY(-90deg);
  26964. transform: perspective(2000px) rotateY(-90deg);
  26965. opacity: 0;
  26966. }
  26967. 100% {
  26968. -webkit-transform: perspective(2000px) rotateY(0deg);
  26969. transform: perspective(2000px) rotateY(0deg);
  26970. opacity: 1;
  26971. }
  26972. }
  26973. @-webkit-keyframes verticalFlipIn {
  26974. 0% {
  26975. -webkit-transform: perspective(2000px) rotateX(-90deg);
  26976. transform: perspective(2000px) rotateX(-90deg);
  26977. opacity: 0;
  26978. }
  26979. 100% {
  26980. -webkit-transform: perspective(2000px) rotateX(0deg);
  26981. transform: perspective(2000px) rotateX(0deg);
  26982. opacity: 1;
  26983. }
  26984. }
  26985. @keyframes verticalFlipIn {
  26986. 0% {
  26987. -webkit-transform: perspective(2000px) rotateX(-90deg);
  26988. transform: perspective(2000px) rotateX(-90deg);
  26989. opacity: 0;
  26990. }
  26991. 100% {
  26992. -webkit-transform: perspective(2000px) rotateX(0deg);
  26993. transform: perspective(2000px) rotateX(0deg);
  26994. opacity: 1;
  26995. }
  26996. }
  26997. /* Out */
  26998. @-webkit-keyframes horizontalFlipOut {
  26999. 0% {
  27000. -webkit-transform: perspective(2000px) rotateY(0deg);
  27001. transform: perspective(2000px) rotateY(0deg);
  27002. opacity: 1;
  27003. }
  27004. 100% {
  27005. -webkit-transform: perspective(2000px) rotateY(90deg);
  27006. transform: perspective(2000px) rotateY(90deg);
  27007. opacity: 0;
  27008. }
  27009. }
  27010. @keyframes horizontalFlipOut {
  27011. 0% {
  27012. -webkit-transform: perspective(2000px) rotateY(0deg);
  27013. transform: perspective(2000px) rotateY(0deg);
  27014. opacity: 1;
  27015. }
  27016. 100% {
  27017. -webkit-transform: perspective(2000px) rotateY(90deg);
  27018. transform: perspective(2000px) rotateY(90deg);
  27019. opacity: 0;
  27020. }
  27021. }
  27022. @-webkit-keyframes verticalFlipOut {
  27023. 0% {
  27024. -webkit-transform: perspective(2000px) rotateX(0deg);
  27025. transform: perspective(2000px) rotateX(0deg);
  27026. opacity: 1;
  27027. }
  27028. 100% {
  27029. -webkit-transform: perspective(2000px) rotateX(-90deg);
  27030. transform: perspective(2000px) rotateX(-90deg);
  27031. opacity: 0;
  27032. }
  27033. }
  27034. @keyframes verticalFlipOut {
  27035. 0% {
  27036. -webkit-transform: perspective(2000px) rotateX(0deg);
  27037. transform: perspective(2000px) rotateX(0deg);
  27038. opacity: 1;
  27039. }
  27040. 100% {
  27041. -webkit-transform: perspective(2000px) rotateX(-90deg);
  27042. transform: perspective(2000px) rotateX(-90deg);
  27043. opacity: 0;
  27044. }
  27045. }
  27046. /*--------------
  27047. Scale
  27048. ---------------*/
  27049. .scale.transition.in {
  27050. -webkit-animation-name: scaleIn;
  27051. animation-name: scaleIn;
  27052. }
  27053. .scale.transition.out {
  27054. -webkit-animation-name: scaleOut;
  27055. animation-name: scaleOut;
  27056. }
  27057. @-webkit-keyframes scaleIn {
  27058. 0% {
  27059. opacity: 0;
  27060. -webkit-transform: scale(0.8);
  27061. transform: scale(0.8);
  27062. }
  27063. 100% {
  27064. opacity: 1;
  27065. -webkit-transform: scale(1);
  27066. transform: scale(1);
  27067. }
  27068. }
  27069. @keyframes scaleIn {
  27070. 0% {
  27071. opacity: 0;
  27072. -webkit-transform: scale(0.8);
  27073. transform: scale(0.8);
  27074. }
  27075. 100% {
  27076. opacity: 1;
  27077. -webkit-transform: scale(1);
  27078. transform: scale(1);
  27079. }
  27080. }
  27081. /* Out */
  27082. @-webkit-keyframes scaleOut {
  27083. 0% {
  27084. opacity: 1;
  27085. -webkit-transform: scale(1);
  27086. transform: scale(1);
  27087. }
  27088. 100% {
  27089. opacity: 0;
  27090. -webkit-transform: scale(0.9);
  27091. transform: scale(0.9);
  27092. }
  27093. }
  27094. @keyframes scaleOut {
  27095. 0% {
  27096. opacity: 1;
  27097. -webkit-transform: scale(1);
  27098. transform: scale(1);
  27099. }
  27100. 100% {
  27101. opacity: 0;
  27102. -webkit-transform: scale(0.9);
  27103. transform: scale(0.9);
  27104. }
  27105. }
  27106. /*--------------
  27107. Fly
  27108. ---------------*/
  27109. /* Inward */
  27110. .transition.fly {
  27111. -webkit-animation-duration: 0.6s;
  27112. animation-duration: 0.6s;
  27113. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  27114. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  27115. }
  27116. .transition.fly.in {
  27117. -webkit-animation-name: flyIn;
  27118. animation-name: flyIn;
  27119. }
  27120. .transition[class*="fly up"].in {
  27121. -webkit-animation-name: flyInUp;
  27122. animation-name: flyInUp;
  27123. }
  27124. .transition[class*="fly down"].in {
  27125. -webkit-animation-name: flyInDown;
  27126. animation-name: flyInDown;
  27127. }
  27128. .transition[class*="fly left"].in {
  27129. -webkit-animation-name: flyInLeft;
  27130. animation-name: flyInLeft;
  27131. }
  27132. .transition[class*="fly right"].in {
  27133. -webkit-animation-name: flyInRight;
  27134. animation-name: flyInRight;
  27135. }
  27136. /* Outward */
  27137. .transition.fly.out {
  27138. -webkit-animation-name: flyOut;
  27139. animation-name: flyOut;
  27140. }
  27141. .transition[class*="fly up"].out {
  27142. -webkit-animation-name: flyOutUp;
  27143. animation-name: flyOutUp;
  27144. }
  27145. .transition[class*="fly down"].out {
  27146. -webkit-animation-name: flyOutDown;
  27147. animation-name: flyOutDown;
  27148. }
  27149. .transition[class*="fly left"].out {
  27150. -webkit-animation-name: flyOutLeft;
  27151. animation-name: flyOutLeft;
  27152. }
  27153. .transition[class*="fly right"].out {
  27154. -webkit-animation-name: flyOutRight;
  27155. animation-name: flyOutRight;
  27156. }
  27157. /* In */
  27158. @-webkit-keyframes flyIn {
  27159. 0% {
  27160. opacity: 0;
  27161. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  27162. transform: scale3d(0.3, 0.3, 0.3);
  27163. }
  27164. 20% {
  27165. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  27166. transform: scale3d(1.1, 1.1, 1.1);
  27167. }
  27168. 40% {
  27169. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  27170. transform: scale3d(0.9, 0.9, 0.9);
  27171. }
  27172. 60% {
  27173. opacity: 1;
  27174. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  27175. transform: scale3d(1.03, 1.03, 1.03);
  27176. }
  27177. 80% {
  27178. -webkit-transform: scale3d(0.97, 0.97, 0.97);
  27179. transform: scale3d(0.97, 0.97, 0.97);
  27180. }
  27181. 100% {
  27182. opacity: 1;
  27183. -webkit-transform: scale3d(1, 1, 1);
  27184. transform: scale3d(1, 1, 1);
  27185. }
  27186. }
  27187. @keyframes flyIn {
  27188. 0% {
  27189. opacity: 0;
  27190. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  27191. transform: scale3d(0.3, 0.3, 0.3);
  27192. }
  27193. 20% {
  27194. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  27195. transform: scale3d(1.1, 1.1, 1.1);
  27196. }
  27197. 40% {
  27198. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  27199. transform: scale3d(0.9, 0.9, 0.9);
  27200. }
  27201. 60% {
  27202. opacity: 1;
  27203. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  27204. transform: scale3d(1.03, 1.03, 1.03);
  27205. }
  27206. 80% {
  27207. -webkit-transform: scale3d(0.97, 0.97, 0.97);
  27208. transform: scale3d(0.97, 0.97, 0.97);
  27209. }
  27210. 100% {
  27211. opacity: 1;
  27212. -webkit-transform: scale3d(1, 1, 1);
  27213. transform: scale3d(1, 1, 1);
  27214. }
  27215. }
  27216. @-webkit-keyframes flyInUp {
  27217. 0% {
  27218. opacity: 0;
  27219. -webkit-transform: translate3d(0, 1500px, 0);
  27220. transform: translate3d(0, 1500px, 0);
  27221. }
  27222. 60% {
  27223. opacity: 1;
  27224. -webkit-transform: translate3d(0, -20px, 0);
  27225. transform: translate3d(0, -20px, 0);
  27226. }
  27227. 75% {
  27228. -webkit-transform: translate3d(0, 10px, 0);
  27229. transform: translate3d(0, 10px, 0);
  27230. }
  27231. 90% {
  27232. -webkit-transform: translate3d(0, -5px, 0);
  27233. transform: translate3d(0, -5px, 0);
  27234. }
  27235. 100% {
  27236. -webkit-transform: translate3d(0, 0, 0);
  27237. transform: translate3d(0, 0, 0);
  27238. }
  27239. }
  27240. @keyframes flyInUp {
  27241. 0% {
  27242. opacity: 0;
  27243. -webkit-transform: translate3d(0, 1500px, 0);
  27244. transform: translate3d(0, 1500px, 0);
  27245. }
  27246. 60% {
  27247. opacity: 1;
  27248. -webkit-transform: translate3d(0, -20px, 0);
  27249. transform: translate3d(0, -20px, 0);
  27250. }
  27251. 75% {
  27252. -webkit-transform: translate3d(0, 10px, 0);
  27253. transform: translate3d(0, 10px, 0);
  27254. }
  27255. 90% {
  27256. -webkit-transform: translate3d(0, -5px, 0);
  27257. transform: translate3d(0, -5px, 0);
  27258. }
  27259. 100% {
  27260. -webkit-transform: translate3d(0, 0, 0);
  27261. transform: translate3d(0, 0, 0);
  27262. }
  27263. }
  27264. @-webkit-keyframes flyInDown {
  27265. 0% {
  27266. opacity: 0;
  27267. -webkit-transform: translate3d(0, -1500px, 0);
  27268. transform: translate3d(0, -1500px, 0);
  27269. }
  27270. 60% {
  27271. opacity: 1;
  27272. -webkit-transform: translate3d(0, 25px, 0);
  27273. transform: translate3d(0, 25px, 0);
  27274. }
  27275. 75% {
  27276. -webkit-transform: translate3d(0, -10px, 0);
  27277. transform: translate3d(0, -10px, 0);
  27278. }
  27279. 90% {
  27280. -webkit-transform: translate3d(0, 5px, 0);
  27281. transform: translate3d(0, 5px, 0);
  27282. }
  27283. 100% {
  27284. -webkit-transform: none;
  27285. transform: none;
  27286. }
  27287. }
  27288. @keyframes flyInDown {
  27289. 0% {
  27290. opacity: 0;
  27291. -webkit-transform: translate3d(0, -1500px, 0);
  27292. transform: translate3d(0, -1500px, 0);
  27293. }
  27294. 60% {
  27295. opacity: 1;
  27296. -webkit-transform: translate3d(0, 25px, 0);
  27297. transform: translate3d(0, 25px, 0);
  27298. }
  27299. 75% {
  27300. -webkit-transform: translate3d(0, -10px, 0);
  27301. transform: translate3d(0, -10px, 0);
  27302. }
  27303. 90% {
  27304. -webkit-transform: translate3d(0, 5px, 0);
  27305. transform: translate3d(0, 5px, 0);
  27306. }
  27307. 100% {
  27308. -webkit-transform: none;
  27309. transform: none;
  27310. }
  27311. }
  27312. @-webkit-keyframes flyInLeft {
  27313. 0% {
  27314. opacity: 0;
  27315. -webkit-transform: translate3d(1500px, 0, 0);
  27316. transform: translate3d(1500px, 0, 0);
  27317. }
  27318. 60% {
  27319. opacity: 1;
  27320. -webkit-transform: translate3d(-25px, 0, 0);
  27321. transform: translate3d(-25px, 0, 0);
  27322. }
  27323. 75% {
  27324. -webkit-transform: translate3d(10px, 0, 0);
  27325. transform: translate3d(10px, 0, 0);
  27326. }
  27327. 90% {
  27328. -webkit-transform: translate3d(-5px, 0, 0);
  27329. transform: translate3d(-5px, 0, 0);
  27330. }
  27331. 100% {
  27332. -webkit-transform: none;
  27333. transform: none;
  27334. }
  27335. }
  27336. @keyframes flyInLeft {
  27337. 0% {
  27338. opacity: 0;
  27339. -webkit-transform: translate3d(1500px, 0, 0);
  27340. transform: translate3d(1500px, 0, 0);
  27341. }
  27342. 60% {
  27343. opacity: 1;
  27344. -webkit-transform: translate3d(-25px, 0, 0);
  27345. transform: translate3d(-25px, 0, 0);
  27346. }
  27347. 75% {
  27348. -webkit-transform: translate3d(10px, 0, 0);
  27349. transform: translate3d(10px, 0, 0);
  27350. }
  27351. 90% {
  27352. -webkit-transform: translate3d(-5px, 0, 0);
  27353. transform: translate3d(-5px, 0, 0);
  27354. }
  27355. 100% {
  27356. -webkit-transform: none;
  27357. transform: none;
  27358. }
  27359. }
  27360. @-webkit-keyframes flyInRight {
  27361. 0% {
  27362. opacity: 0;
  27363. -webkit-transform: translate3d(-1500px, 0, 0);
  27364. transform: translate3d(-1500px, 0, 0);
  27365. }
  27366. 60% {
  27367. opacity: 1;
  27368. -webkit-transform: translate3d(25px, 0, 0);
  27369. transform: translate3d(25px, 0, 0);
  27370. }
  27371. 75% {
  27372. -webkit-transform: translate3d(-10px, 0, 0);
  27373. transform: translate3d(-10px, 0, 0);
  27374. }
  27375. 90% {
  27376. -webkit-transform: translate3d(5px, 0, 0);
  27377. transform: translate3d(5px, 0, 0);
  27378. }
  27379. 100% {
  27380. -webkit-transform: none;
  27381. transform: none;
  27382. }
  27383. }
  27384. @keyframes flyInRight {
  27385. 0% {
  27386. opacity: 0;
  27387. -webkit-transform: translate3d(-1500px, 0, 0);
  27388. transform: translate3d(-1500px, 0, 0);
  27389. }
  27390. 60% {
  27391. opacity: 1;
  27392. -webkit-transform: translate3d(25px, 0, 0);
  27393. transform: translate3d(25px, 0, 0);
  27394. }
  27395. 75% {
  27396. -webkit-transform: translate3d(-10px, 0, 0);
  27397. transform: translate3d(-10px, 0, 0);
  27398. }
  27399. 90% {
  27400. -webkit-transform: translate3d(5px, 0, 0);
  27401. transform: translate3d(5px, 0, 0);
  27402. }
  27403. 100% {
  27404. -webkit-transform: none;
  27405. transform: none;
  27406. }
  27407. }
  27408. /* Out */
  27409. @-webkit-keyframes flyOut {
  27410. 20% {
  27411. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  27412. transform: scale3d(0.9, 0.9, 0.9);
  27413. }
  27414. 50%, 55% {
  27415. opacity: 1;
  27416. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  27417. transform: scale3d(1.1, 1.1, 1.1);
  27418. }
  27419. 100% {
  27420. opacity: 0;
  27421. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  27422. transform: scale3d(0.3, 0.3, 0.3);
  27423. }
  27424. }
  27425. @keyframes flyOut {
  27426. 20% {
  27427. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  27428. transform: scale3d(0.9, 0.9, 0.9);
  27429. }
  27430. 50%, 55% {
  27431. opacity: 1;
  27432. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  27433. transform: scale3d(1.1, 1.1, 1.1);
  27434. }
  27435. 100% {
  27436. opacity: 0;
  27437. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  27438. transform: scale3d(0.3, 0.3, 0.3);
  27439. }
  27440. }
  27441. @-webkit-keyframes flyOutUp {
  27442. 20% {
  27443. -webkit-transform: translate3d(0, 10px, 0);
  27444. transform: translate3d(0, 10px, 0);
  27445. }
  27446. 40%, 45% {
  27447. opacity: 1;
  27448. -webkit-transform: translate3d(0, -20px, 0);
  27449. transform: translate3d(0, -20px, 0);
  27450. }
  27451. 100% {
  27452. opacity: 0;
  27453. -webkit-transform: translate3d(0, 2000px, 0);
  27454. transform: translate3d(0, 2000px, 0);
  27455. }
  27456. }
  27457. @keyframes flyOutUp {
  27458. 20% {
  27459. -webkit-transform: translate3d(0, 10px, 0);
  27460. transform: translate3d(0, 10px, 0);
  27461. }
  27462. 40%, 45% {
  27463. opacity: 1;
  27464. -webkit-transform: translate3d(0, -20px, 0);
  27465. transform: translate3d(0, -20px, 0);
  27466. }
  27467. 100% {
  27468. opacity: 0;
  27469. -webkit-transform: translate3d(0, 2000px, 0);
  27470. transform: translate3d(0, 2000px, 0);
  27471. }
  27472. }
  27473. @-webkit-keyframes flyOutDown {
  27474. 20% {
  27475. -webkit-transform: translate3d(0, -10px, 0);
  27476. transform: translate3d(0, -10px, 0);
  27477. }
  27478. 40%, 45% {
  27479. opacity: 1;
  27480. -webkit-transform: translate3d(0, 20px, 0);
  27481. transform: translate3d(0, 20px, 0);
  27482. }
  27483. 100% {
  27484. opacity: 0;
  27485. -webkit-transform: translate3d(0, -2000px, 0);
  27486. transform: translate3d(0, -2000px, 0);
  27487. }
  27488. }
  27489. @keyframes flyOutDown {
  27490. 20% {
  27491. -webkit-transform: translate3d(0, -10px, 0);
  27492. transform: translate3d(0, -10px, 0);
  27493. }
  27494. 40%, 45% {
  27495. opacity: 1;
  27496. -webkit-transform: translate3d(0, 20px, 0);
  27497. transform: translate3d(0, 20px, 0);
  27498. }
  27499. 100% {
  27500. opacity: 0;
  27501. -webkit-transform: translate3d(0, -2000px, 0);
  27502. transform: translate3d(0, -2000px, 0);
  27503. }
  27504. }
  27505. @-webkit-keyframes flyOutRight {
  27506. 20% {
  27507. opacity: 1;
  27508. -webkit-transform: translate3d(20px, 0, 0);
  27509. transform: translate3d(20px, 0, 0);
  27510. }
  27511. 100% {
  27512. opacity: 0;
  27513. -webkit-transform: translate3d(-2000px, 0, 0);
  27514. transform: translate3d(-2000px, 0, 0);
  27515. }
  27516. }
  27517. @keyframes flyOutRight {
  27518. 20% {
  27519. opacity: 1;
  27520. -webkit-transform: translate3d(20px, 0, 0);
  27521. transform: translate3d(20px, 0, 0);
  27522. }
  27523. 100% {
  27524. opacity: 0;
  27525. -webkit-transform: translate3d(-2000px, 0, 0);
  27526. transform: translate3d(-2000px, 0, 0);
  27527. }
  27528. }
  27529. @-webkit-keyframes flyOutLeft {
  27530. 20% {
  27531. opacity: 1;
  27532. -webkit-transform: translate3d(-20px, 0, 0);
  27533. transform: translate3d(-20px, 0, 0);
  27534. }
  27535. 100% {
  27536. opacity: 0;
  27537. -webkit-transform: translate3d(2000px, 0, 0);
  27538. transform: translate3d(2000px, 0, 0);
  27539. }
  27540. }
  27541. @keyframes flyOutLeft {
  27542. 20% {
  27543. opacity: 1;
  27544. -webkit-transform: translate3d(-20px, 0, 0);
  27545. transform: translate3d(-20px, 0, 0);
  27546. }
  27547. 100% {
  27548. opacity: 0;
  27549. -webkit-transform: translate3d(2000px, 0, 0);
  27550. transform: translate3d(2000px, 0, 0);
  27551. }
  27552. }
  27553. /*--------------
  27554. Slide
  27555. ---------------*/
  27556. .transition.slide.in,
  27557. .transition[class*="slide down"].in {
  27558. -webkit-animation-name: slideInY;
  27559. animation-name: slideInY;
  27560. -webkit-transform-origin: top center;
  27561. -ms-transform-origin: top center;
  27562. transform-origin: top center;
  27563. }
  27564. .transition[class*="slide up"].in {
  27565. -webkit-animation-name: slideInY;
  27566. animation-name: slideInY;
  27567. -webkit-transform-origin: bottom center;
  27568. -ms-transform-origin: bottom center;
  27569. transform-origin: bottom center;
  27570. }
  27571. .transition[class*="slide left"].in {
  27572. -webkit-animation-name: slideInX;
  27573. animation-name: slideInX;
  27574. -webkit-transform-origin: center right;
  27575. -ms-transform-origin: center right;
  27576. transform-origin: center right;
  27577. }
  27578. .transition[class*="slide right"].in {
  27579. -webkit-animation-name: slideInX;
  27580. animation-name: slideInX;
  27581. -webkit-transform-origin: center left;
  27582. -ms-transform-origin: center left;
  27583. transform-origin: center left;
  27584. }
  27585. .transition.slide.out,
  27586. .transition[class*="slide down"].out {
  27587. -webkit-animation-name: slideOutY;
  27588. animation-name: slideOutY;
  27589. -webkit-transform-origin: top center;
  27590. -ms-transform-origin: top center;
  27591. transform-origin: top center;
  27592. }
  27593. .transition[class*="slide up"].out {
  27594. -webkit-animation-name: slideOutY;
  27595. animation-name: slideOutY;
  27596. -webkit-transform-origin: bottom center;
  27597. -ms-transform-origin: bottom center;
  27598. transform-origin: bottom center;
  27599. }
  27600. .transition[class*="slide left"].out {
  27601. -webkit-animation-name: slideOutX;
  27602. animation-name: slideOutX;
  27603. -webkit-transform-origin: center right;
  27604. -ms-transform-origin: center right;
  27605. transform-origin: center right;
  27606. }
  27607. .transition[class*="slide right"].out {
  27608. -webkit-animation-name: slideOutX;
  27609. animation-name: slideOutX;
  27610. -webkit-transform-origin: center left;
  27611. -ms-transform-origin: center left;
  27612. transform-origin: center left;
  27613. }
  27614. /* In */
  27615. @-webkit-keyframes slideInY {
  27616. 0% {
  27617. opacity: 0;
  27618. -webkit-transform: scaleY(0);
  27619. transform: scaleY(0);
  27620. }
  27621. 100% {
  27622. opacity: 1;
  27623. -webkit-transform: scaleY(1);
  27624. transform: scaleY(1);
  27625. }
  27626. }
  27627. @keyframes slideInY {
  27628. 0% {
  27629. opacity: 0;
  27630. -webkit-transform: scaleY(0);
  27631. transform: scaleY(0);
  27632. }
  27633. 100% {
  27634. opacity: 1;
  27635. -webkit-transform: scaleY(1);
  27636. transform: scaleY(1);
  27637. }
  27638. }
  27639. @-webkit-keyframes slideInX {
  27640. 0% {
  27641. opacity: 0;
  27642. -webkit-transform: scaleX(0);
  27643. transform: scaleX(0);
  27644. }
  27645. 100% {
  27646. opacity: 1;
  27647. -webkit-transform: scaleX(1);
  27648. transform: scaleX(1);
  27649. }
  27650. }
  27651. @keyframes slideInX {
  27652. 0% {
  27653. opacity: 0;
  27654. -webkit-transform: scaleX(0);
  27655. transform: scaleX(0);
  27656. }
  27657. 100% {
  27658. opacity: 1;
  27659. -webkit-transform: scaleX(1);
  27660. transform: scaleX(1);
  27661. }
  27662. }
  27663. /* Out */
  27664. @-webkit-keyframes slideOutY {
  27665. 0% {
  27666. opacity: 1;
  27667. -webkit-transform: scaleY(1);
  27668. transform: scaleY(1);
  27669. }
  27670. 100% {
  27671. opacity: 0;
  27672. -webkit-transform: scaleY(0);
  27673. transform: scaleY(0);
  27674. }
  27675. }
  27676. @keyframes slideOutY {
  27677. 0% {
  27678. opacity: 1;
  27679. -webkit-transform: scaleY(1);
  27680. transform: scaleY(1);
  27681. }
  27682. 100% {
  27683. opacity: 0;
  27684. -webkit-transform: scaleY(0);
  27685. transform: scaleY(0);
  27686. }
  27687. }
  27688. @-webkit-keyframes slideOutX {
  27689. 0% {
  27690. opacity: 1;
  27691. -webkit-transform: scaleX(1);
  27692. transform: scaleX(1);
  27693. }
  27694. 100% {
  27695. opacity: 0;
  27696. -webkit-transform: scaleX(0);
  27697. transform: scaleX(0);
  27698. }
  27699. }
  27700. @keyframes slideOutX {
  27701. 0% {
  27702. opacity: 1;
  27703. -webkit-transform: scaleX(1);
  27704. transform: scaleX(1);
  27705. }
  27706. 100% {
  27707. opacity: 0;
  27708. -webkit-transform: scaleX(0);
  27709. transform: scaleX(0);
  27710. }
  27711. }
  27712. /*--------------
  27713. Swing
  27714. ---------------*/
  27715. .transition.swing {
  27716. -webkit-animation-duration: 800ms;
  27717. animation-duration: 800ms;
  27718. }
  27719. .transition[class*="swing down"].in {
  27720. -webkit-animation-name: swingInX;
  27721. animation-name: swingInX;
  27722. -webkit-transform-origin: top center;
  27723. -ms-transform-origin: top center;
  27724. transform-origin: top center;
  27725. }
  27726. .transition[class*="swing up"].in {
  27727. -webkit-animation-name: swingInX;
  27728. animation-name: swingInX;
  27729. -webkit-transform-origin: bottom center;
  27730. -ms-transform-origin: bottom center;
  27731. transform-origin: bottom center;
  27732. }
  27733. .transition[class*="swing left"].in {
  27734. -webkit-animation-name: swingInY;
  27735. animation-name: swingInY;
  27736. -webkit-transform-origin: center right;
  27737. -ms-transform-origin: center right;
  27738. transform-origin: center right;
  27739. }
  27740. .transition[class*="swing right"].in {
  27741. -webkit-animation-name: swingInY;
  27742. animation-name: swingInY;
  27743. -webkit-transform-origin: center left;
  27744. -ms-transform-origin: center left;
  27745. transform-origin: center left;
  27746. }
  27747. .transition.swing.out,
  27748. .transition[class*="swing down"].out {
  27749. -webkit-animation-name: swingOutX;
  27750. animation-name: swingOutX;
  27751. -webkit-transform-origin: top center;
  27752. -ms-transform-origin: top center;
  27753. transform-origin: top center;
  27754. }
  27755. .transition[class*="swing up"].out {
  27756. -webkit-animation-name: swingOutX;
  27757. animation-name: swingOutX;
  27758. -webkit-transform-origin: bottom center;
  27759. -ms-transform-origin: bottom center;
  27760. transform-origin: bottom center;
  27761. }
  27762. .transition[class*="swing left"].out {
  27763. -webkit-animation-name: swingOutY;
  27764. animation-name: swingOutY;
  27765. -webkit-transform-origin: center right;
  27766. -ms-transform-origin: center right;
  27767. transform-origin: center right;
  27768. }
  27769. .transition[class*="swing right"].out {
  27770. -webkit-animation-name: swingOutY;
  27771. animation-name: swingOutY;
  27772. -webkit-transform-origin: center left;
  27773. -ms-transform-origin: center left;
  27774. transform-origin: center left;
  27775. }
  27776. /* In */
  27777. @-webkit-keyframes swingInX {
  27778. 0% {
  27779. -webkit-transform: perspective(1000px) rotateX(90deg);
  27780. transform: perspective(1000px) rotateX(90deg);
  27781. opacity: 0;
  27782. }
  27783. 40% {
  27784. -webkit-transform: perspective(1000px) rotateX(-30deg);
  27785. transform: perspective(1000px) rotateX(-30deg);
  27786. opacity: 1;
  27787. }
  27788. 60% {
  27789. -webkit-transform: perspective(1000px) rotateX(15deg);
  27790. transform: perspective(1000px) rotateX(15deg);
  27791. }
  27792. 80% {
  27793. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  27794. transform: perspective(1000px) rotateX(-7.5deg);
  27795. }
  27796. 100% {
  27797. -webkit-transform: perspective(1000px) rotateX(0deg);
  27798. transform: perspective(1000px) rotateX(0deg);
  27799. }
  27800. }
  27801. @keyframes swingInX {
  27802. 0% {
  27803. -webkit-transform: perspective(1000px) rotateX(90deg);
  27804. transform: perspective(1000px) rotateX(90deg);
  27805. opacity: 0;
  27806. }
  27807. 40% {
  27808. -webkit-transform: perspective(1000px) rotateX(-30deg);
  27809. transform: perspective(1000px) rotateX(-30deg);
  27810. opacity: 1;
  27811. }
  27812. 60% {
  27813. -webkit-transform: perspective(1000px) rotateX(15deg);
  27814. transform: perspective(1000px) rotateX(15deg);
  27815. }
  27816. 80% {
  27817. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  27818. transform: perspective(1000px) rotateX(-7.5deg);
  27819. }
  27820. 100% {
  27821. -webkit-transform: perspective(1000px) rotateX(0deg);
  27822. transform: perspective(1000px) rotateX(0deg);
  27823. }
  27824. }
  27825. @-webkit-keyframes swingInY {
  27826. 0% {
  27827. -webkit-transform: perspective(1000px) rotateY(-90deg);
  27828. transform: perspective(1000px) rotateY(-90deg);
  27829. opacity: 0;
  27830. }
  27831. 40% {
  27832. -webkit-transform: perspective(1000px) rotateY(30deg);
  27833. transform: perspective(1000px) rotateY(30deg);
  27834. opacity: 1;
  27835. }
  27836. 60% {
  27837. -webkit-transform: perspective(1000px) rotateY(-17.5deg);
  27838. transform: perspective(1000px) rotateY(-17.5deg);
  27839. }
  27840. 80% {
  27841. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  27842. transform: perspective(1000px) rotateY(7.5deg);
  27843. }
  27844. 100% {
  27845. -webkit-transform: perspective(1000px) rotateY(0deg);
  27846. transform: perspective(1000px) rotateY(0deg);
  27847. }
  27848. }
  27849. @keyframes swingInY {
  27850. 0% {
  27851. -webkit-transform: perspective(1000px) rotateY(-90deg);
  27852. transform: perspective(1000px) rotateY(-90deg);
  27853. opacity: 0;
  27854. }
  27855. 40% {
  27856. -webkit-transform: perspective(1000px) rotateY(30deg);
  27857. transform: perspective(1000px) rotateY(30deg);
  27858. opacity: 1;
  27859. }
  27860. 60% {
  27861. -webkit-transform: perspective(1000px) rotateY(-17.5deg);
  27862. transform: perspective(1000px) rotateY(-17.5deg);
  27863. }
  27864. 80% {
  27865. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  27866. transform: perspective(1000px) rotateY(7.5deg);
  27867. }
  27868. 100% {
  27869. -webkit-transform: perspective(1000px) rotateY(0deg);
  27870. transform: perspective(1000px) rotateY(0deg);
  27871. }
  27872. }
  27873. /* Out */
  27874. @-webkit-keyframes swingOutX {
  27875. 0% {
  27876. -webkit-transform: perspective(1000px) rotateX(0deg);
  27877. transform: perspective(1000px) rotateX(0deg);
  27878. }
  27879. 40% {
  27880. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  27881. transform: perspective(1000px) rotateX(-7.5deg);
  27882. }
  27883. 60% {
  27884. -webkit-transform: perspective(1000px) rotateX(17.5deg);
  27885. transform: perspective(1000px) rotateX(17.5deg);
  27886. }
  27887. 80% {
  27888. -webkit-transform: perspective(1000px) rotateX(-30deg);
  27889. transform: perspective(1000px) rotateX(-30deg);
  27890. opacity: 1;
  27891. }
  27892. 100% {
  27893. -webkit-transform: perspective(1000px) rotateX(90deg);
  27894. transform: perspective(1000px) rotateX(90deg);
  27895. opacity: 0;
  27896. }
  27897. }
  27898. @keyframes swingOutX {
  27899. 0% {
  27900. -webkit-transform: perspective(1000px) rotateX(0deg);
  27901. transform: perspective(1000px) rotateX(0deg);
  27902. }
  27903. 40% {
  27904. -webkit-transform: perspective(1000px) rotateX(-7.5deg);
  27905. transform: perspective(1000px) rotateX(-7.5deg);
  27906. }
  27907. 60% {
  27908. -webkit-transform: perspective(1000px) rotateX(17.5deg);
  27909. transform: perspective(1000px) rotateX(17.5deg);
  27910. }
  27911. 80% {
  27912. -webkit-transform: perspective(1000px) rotateX(-30deg);
  27913. transform: perspective(1000px) rotateX(-30deg);
  27914. opacity: 1;
  27915. }
  27916. 100% {
  27917. -webkit-transform: perspective(1000px) rotateX(90deg);
  27918. transform: perspective(1000px) rotateX(90deg);
  27919. opacity: 0;
  27920. }
  27921. }
  27922. @-webkit-keyframes swingOutY {
  27923. 0% {
  27924. -webkit-transform: perspective(1000px) rotateY(0deg);
  27925. transform: perspective(1000px) rotateY(0deg);
  27926. }
  27927. 40% {
  27928. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  27929. transform: perspective(1000px) rotateY(7.5deg);
  27930. }
  27931. 60% {
  27932. -webkit-transform: perspective(1000px) rotateY(-10deg);
  27933. transform: perspective(1000px) rotateY(-10deg);
  27934. }
  27935. 80% {
  27936. -webkit-transform: perspective(1000px) rotateY(30deg);
  27937. transform: perspective(1000px) rotateY(30deg);
  27938. opacity: 1;
  27939. }
  27940. 100% {
  27941. -webkit-transform: perspective(1000px) rotateY(-90deg);
  27942. transform: perspective(1000px) rotateY(-90deg);
  27943. opacity: 0;
  27944. }
  27945. }
  27946. @keyframes swingOutY {
  27947. 0% {
  27948. -webkit-transform: perspective(1000px) rotateY(0deg);
  27949. transform: perspective(1000px) rotateY(0deg);
  27950. }
  27951. 40% {
  27952. -webkit-transform: perspective(1000px) rotateY(7.5deg);
  27953. transform: perspective(1000px) rotateY(7.5deg);
  27954. }
  27955. 60% {
  27956. -webkit-transform: perspective(1000px) rotateY(-10deg);
  27957. transform: perspective(1000px) rotateY(-10deg);
  27958. }
  27959. 80% {
  27960. -webkit-transform: perspective(1000px) rotateY(30deg);
  27961. transform: perspective(1000px) rotateY(30deg);
  27962. opacity: 1;
  27963. }
  27964. 100% {
  27965. -webkit-transform: perspective(1000px) rotateY(-90deg);
  27966. transform: perspective(1000px) rotateY(-90deg);
  27967. opacity: 0;
  27968. }
  27969. }
  27970. /*******************************
  27971. Static Animations
  27972. *******************************/
  27973. /*--------------
  27974. Emphasis
  27975. ---------------*/
  27976. .flash.transition {
  27977. -webkit-animation-duration: 750ms;
  27978. animation-duration: 750ms;
  27979. -webkit-animation-name: flash;
  27980. animation-name: flash;
  27981. }
  27982. .shake.transition {
  27983. -webkit-animation-duration: 750ms;
  27984. animation-duration: 750ms;
  27985. -webkit-animation-name: shake;
  27986. animation-name: shake;
  27987. }
  27988. .bounce.transition {
  27989. -webkit-animation-duration: 750ms;
  27990. animation-duration: 750ms;
  27991. -webkit-animation-name: bounce;
  27992. animation-name: bounce;
  27993. }
  27994. .tada.transition {
  27995. -webkit-animation-duration: 750ms;
  27996. animation-duration: 750ms;
  27997. -webkit-animation-name: tada;
  27998. animation-name: tada;
  27999. }
  28000. .pulse.transition {
  28001. -webkit-animation-duration: 500ms;
  28002. animation-duration: 500ms;
  28003. -webkit-animation-name: pulse;
  28004. animation-name: pulse;
  28005. }
  28006. .jiggle.transition {
  28007. -webkit-animation-duration: 750ms;
  28008. animation-duration: 750ms;
  28009. -webkit-animation-name: jiggle;
  28010. animation-name: jiggle;
  28011. }
  28012. /* Flash */
  28013. @-webkit-keyframes flash {
  28014. 0%, 50%, 100% {
  28015. opacity: 1;
  28016. }
  28017. 25%, 75% {
  28018. opacity: 0;
  28019. }
  28020. }
  28021. @keyframes flash {
  28022. 0%, 50%, 100% {
  28023. opacity: 1;
  28024. }
  28025. 25%, 75% {
  28026. opacity: 0;
  28027. }
  28028. }
  28029. /* Shake */
  28030. @-webkit-keyframes shake {
  28031. 0%, 100% {
  28032. -webkit-transform: translateX(0);
  28033. transform: translateX(0);
  28034. }
  28035. 10%, 30%, 50%, 70%, 90% {
  28036. -webkit-transform: translateX(-10px);
  28037. transform: translateX(-10px);
  28038. }
  28039. 20%, 40%, 60%, 80% {
  28040. -webkit-transform: translateX(10px);
  28041. transform: translateX(10px);
  28042. }
  28043. }
  28044. @keyframes shake {
  28045. 0%, 100% {
  28046. -webkit-transform: translateX(0);
  28047. transform: translateX(0);
  28048. }
  28049. 10%, 30%, 50%, 70%, 90% {
  28050. -webkit-transform: translateX(-10px);
  28051. transform: translateX(-10px);
  28052. }
  28053. 20%, 40%, 60%, 80% {
  28054. -webkit-transform: translateX(10px);
  28055. transform: translateX(10px);
  28056. }
  28057. }
  28058. /* Bounce */
  28059. @-webkit-keyframes bounce {
  28060. 0%, 20%, 50%, 80%, 100% {
  28061. -webkit-transform: translateY(0);
  28062. transform: translateY(0);
  28063. }
  28064. 40% {
  28065. -webkit-transform: translateY(-30px);
  28066. transform: translateY(-30px);
  28067. }
  28068. 60% {
  28069. -webkit-transform: translateY(-15px);
  28070. transform: translateY(-15px);
  28071. }
  28072. }
  28073. @keyframes bounce {
  28074. 0%, 20%, 50%, 80%, 100% {
  28075. -webkit-transform: translateY(0);
  28076. transform: translateY(0);
  28077. }
  28078. 40% {
  28079. -webkit-transform: translateY(-30px);
  28080. transform: translateY(-30px);
  28081. }
  28082. 60% {
  28083. -webkit-transform: translateY(-15px);
  28084. transform: translateY(-15px);
  28085. }
  28086. }
  28087. /* Tada */
  28088. @-webkit-keyframes tada {
  28089. 0% {
  28090. -webkit-transform: scale(1);
  28091. transform: scale(1);
  28092. }
  28093. 10%, 20% {
  28094. -webkit-transform: scale(0.9) rotate(-3deg);
  28095. transform: scale(0.9) rotate(-3deg);
  28096. }
  28097. 30%, 50%, 70%, 90% {
  28098. -webkit-transform: scale(1.1) rotate(3deg);
  28099. transform: scale(1.1) rotate(3deg);
  28100. }
  28101. 40%, 60%, 80% {
  28102. -webkit-transform: scale(1.1) rotate(-3deg);
  28103. transform: scale(1.1) rotate(-3deg);
  28104. }
  28105. 100% {
  28106. -webkit-transform: scale(1) rotate(0);
  28107. transform: scale(1) rotate(0);
  28108. }
  28109. }
  28110. @keyframes tada {
  28111. 0% {
  28112. -webkit-transform: scale(1);
  28113. transform: scale(1);
  28114. }
  28115. 10%, 20% {
  28116. -webkit-transform: scale(0.9) rotate(-3deg);
  28117. transform: scale(0.9) rotate(-3deg);
  28118. }
  28119. 30%, 50%, 70%, 90% {
  28120. -webkit-transform: scale(1.1) rotate(3deg);
  28121. transform: scale(1.1) rotate(3deg);
  28122. }
  28123. 40%, 60%, 80% {
  28124. -webkit-transform: scale(1.1) rotate(-3deg);
  28125. transform: scale(1.1) rotate(-3deg);
  28126. }
  28127. 100% {
  28128. -webkit-transform: scale(1) rotate(0);
  28129. transform: scale(1) rotate(0);
  28130. }
  28131. }
  28132. /* Pulse */
  28133. @-webkit-keyframes pulse {
  28134. 0% {
  28135. -webkit-transform: scale(1);
  28136. transform: scale(1);
  28137. opacity: 1;
  28138. }
  28139. 50% {
  28140. -webkit-transform: scale(0.9);
  28141. transform: scale(0.9);
  28142. opacity: 0.7;
  28143. }
  28144. 100% {
  28145. -webkit-transform: scale(1);
  28146. transform: scale(1);
  28147. opacity: 1;
  28148. }
  28149. }
  28150. @keyframes pulse {
  28151. 0% {
  28152. -webkit-transform: scale(1);
  28153. transform: scale(1);
  28154. opacity: 1;
  28155. }
  28156. 50% {
  28157. -webkit-transform: scale(0.9);
  28158. transform: scale(0.9);
  28159. opacity: 0.7;
  28160. }
  28161. 100% {
  28162. -webkit-transform: scale(1);
  28163. transform: scale(1);
  28164. opacity: 1;
  28165. }
  28166. }
  28167. /* Rubberband */
  28168. @-webkit-keyframes jiggle {
  28169. 0% {
  28170. -webkit-transform: scale3d(1, 1, 1);
  28171. transform: scale3d(1, 1, 1);
  28172. }
  28173. 30% {
  28174. -webkit-transform: scale3d(1.25, 0.75, 1);
  28175. transform: scale3d(1.25, 0.75, 1);
  28176. }
  28177. 40% {
  28178. -webkit-transform: scale3d(0.75, 1.25, 1);
  28179. transform: scale3d(0.75, 1.25, 1);
  28180. }
  28181. 50% {
  28182. -webkit-transform: scale3d(1.15, 0.85, 1);
  28183. transform: scale3d(1.15, 0.85, 1);
  28184. }
  28185. 65% {
  28186. -webkit-transform: scale3d(0.95, 1.05, 1);
  28187. transform: scale3d(0.95, 1.05, 1);
  28188. }
  28189. 75% {
  28190. -webkit-transform: scale3d(1.05, 0.95, 1);
  28191. transform: scale3d(1.05, 0.95, 1);
  28192. }
  28193. 100% {
  28194. -webkit-transform: scale3d(1, 1, 1);
  28195. transform: scale3d(1, 1, 1);
  28196. }
  28197. }
  28198. @keyframes jiggle {
  28199. 0% {
  28200. -webkit-transform: scale3d(1, 1, 1);
  28201. transform: scale3d(1, 1, 1);
  28202. }
  28203. 30% {
  28204. -webkit-transform: scale3d(1.25, 0.75, 1);
  28205. transform: scale3d(1.25, 0.75, 1);
  28206. }
  28207. 40% {
  28208. -webkit-transform: scale3d(0.75, 1.25, 1);
  28209. transform: scale3d(0.75, 1.25, 1);
  28210. }
  28211. 50% {
  28212. -webkit-transform: scale3d(1.15, 0.85, 1);
  28213. transform: scale3d(1.15, 0.85, 1);
  28214. }
  28215. 65% {
  28216. -webkit-transform: scale3d(0.95, 1.05, 1);
  28217. transform: scale3d(0.95, 1.05, 1);
  28218. }
  28219. 75% {
  28220. -webkit-transform: scale3d(1.05, 0.95, 1);
  28221. transform: scale3d(1.05, 0.95, 1);
  28222. }
  28223. 100% {
  28224. -webkit-transform: scale3d(1, 1, 1);
  28225. transform: scale3d(1, 1, 1);
  28226. }
  28227. }
  28228. /*******************************
  28229. Site Overrides
  28230. *******************************/