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.

31027 lines
601 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. /*!
  12. * # Semantic UI 2.1.6 - Reset
  13. * http://github.com/semantic-org/semantic-ui/
  14. *
  15. *
  16. * Copyright 2015 Contributors
  17. * Released under the MIT license
  18. * http://opensource.org/licenses/MIT
  19. *
  20. */
  21. /*******************************
  22. Reset
  23. *******************************/
  24. /* Border-Box */
  25. *,
  26. *:before,
  27. *:after {
  28. box-sizing: inherit;
  29. }
  30. html {
  31. box-sizing: border-box;
  32. }
  33. /* iPad Input Shadows */
  34. input[type="text"],
  35. input[type="email"],
  36. input[type="search"],
  37. input[type="password"] {
  38. -webkit-appearance: none;
  39. -moz-appearance: none;
  40. /* mobile firefox too! */
  41. }
  42. /*******************************
  43. Site Overrides
  44. *******************************/
  45. /*!
  46. * # Semantic UI 2.1.6 - Site
  47. * http://github.com/semantic-org/semantic-ui/
  48. *
  49. *
  50. * Copyright 2015 Contributors
  51. * Released under the MIT license
  52. * http://opensource.org/licenses/MIT
  53. *
  54. */
  55. /*******************************
  56. Page
  57. *******************************/
  58. html,
  59. body {
  60. height: 100%;
  61. }
  62. html {
  63. font-size: 13px;
  64. }
  65. body {
  66. margin: 0px;
  67. padding: 0px;
  68. overflow-x: visible;
  69. min-width: 320px;
  70. background: #FFFFFF;
  71. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  72. font-size: 13px;
  73. line-height: 1.4285em;
  74. color: rgba(0, 0, 0, 0.87);
  75. font-smoothing: antialiased;
  76. }
  77. /*******************************
  78. Headers
  79. *******************************/
  80. h1,
  81. h2,
  82. h3,
  83. h4,
  84. h5 {
  85. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  86. line-height: 1.2857em;
  87. margin: calc(2rem - 0.14285em ) 0em 1rem;
  88. font-weight: bold;
  89. padding: 0em;
  90. }
  91. h1 {
  92. min-height: 1rem;
  93. font-size: 2.25em;
  94. }
  95. h2 {
  96. font-size: 1.714rem;
  97. }
  98. h3 {
  99. font-size: 1.28rem;
  100. }
  101. h4 {
  102. font-size: 1.071rem;
  103. }
  104. h5 {
  105. font-size: 1rem;
  106. }
  107. h1:first-child,
  108. h2:first-child,
  109. h3:first-child,
  110. h4:first-child,
  111. h5:first-child {
  112. margin-top: 0em;
  113. }
  114. h1:last-child,
  115. h2:last-child,
  116. h3:last-child,
  117. h4:last-child,
  118. h5:last-child {
  119. margin-bottom: 0em;
  120. }
  121. /*******************************
  122. Text
  123. *******************************/
  124. p {
  125. margin: 0em 0em 1em;
  126. line-height: 1.4285em;
  127. }
  128. p:first-child {
  129. margin-top: 0em;
  130. }
  131. p:last-child {
  132. margin-bottom: 0em;
  133. }
  134. /*-------------------
  135. Links
  136. --------------------*/
  137. a {
  138. color: #4078C0;
  139. text-decoration: none;
  140. }
  141. a:hover {
  142. color: #4078C0;
  143. text-decoration: underline;
  144. }
  145. /*******************************
  146. Highlighting
  147. *******************************/
  148. /* Site */
  149. ::-webkit-selection {
  150. background-color: #CCE2FF;
  151. color: rgba(0, 0, 0, 0.87);
  152. }
  153. ::-moz-selection {
  154. background-color: #CCE2FF;
  155. color: rgba(0, 0, 0, 0.87);
  156. }
  157. ::selection {
  158. background-color: #CCE2FF;
  159. color: rgba(0, 0, 0, 0.87);
  160. }
  161. /* Form */
  162. textarea::-webkit-selection,
  163. input::-webkit-selection {
  164. background-color: rgba(100, 100, 100, 0.4);
  165. color: rgba(0, 0, 0, 0.87);
  166. }
  167. textarea::-moz-selection,
  168. input::-moz-selection {
  169. background-color: rgba(100, 100, 100, 0.4);
  170. color: rgba(0, 0, 0, 0.87);
  171. }
  172. textarea::selection,
  173. input::selection {
  174. background-color: rgba(100, 100, 100, 0.4);
  175. color: rgba(0, 0, 0, 0.87);
  176. }
  177. /*******************************
  178. Site Overrides
  179. *******************************/
  180. /*!
  181. * # Semantic UI 2.1.6 - Button
  182. * http://github.com/semantic-org/semantic-ui/
  183. *
  184. *
  185. * Copyright 2015 Contributors
  186. * Released under the MIT license
  187. * http://opensource.org/licenses/MIT
  188. *
  189. */
  190. /*******************************
  191. Button
  192. *******************************/
  193. .ui.button {
  194. cursor: pointer;
  195. display: inline-block;
  196. min-height: 1em;
  197. outline: none;
  198. border: none;
  199. vertical-align: baseline;
  200. background: #FAFAFA -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  201. background: #FAFAFA linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  202. color: #333333;
  203. font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  204. margin: 0em 0.25em 0em 0em;
  205. padding: 0.75em 1.15em 0.75em;
  206. text-transform: none;
  207. text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  208. font-weight: bold;
  209. line-height: 1em;
  210. font-style: normal;
  211. text-align: center;
  212. text-decoration: none;
  213. border-radius: 0.30769231em;
  214. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.13) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  215. -webkit-user-select: none;
  216. -moz-user-select: none;
  217. -ms-user-select: none;
  218. user-select: none;
  219. -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  220. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  221. will-change: '';
  222. -webkit-tap-highlight-color: transparent;
  223. }
  224. /*******************************
  225. States
  226. *******************************/
  227. /*--------------
  228. Hover
  229. ---------------*/
  230. .ui.button:hover {
  231. background-color: #E0E0E0;
  232. background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  233. background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  234. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.13) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  235. color: rgba(0, 0, 0, 0.8);
  236. }
  237. .ui.button:hover .icon {
  238. opacity: 0.85;
  239. }
  240. /*--------------
  241. Focus
  242. ---------------*/
  243. .ui.button:focus {
  244. background-color: #E0E0E0;
  245. color: rgba(0, 0, 0, 0.8);
  246. background-image: '' !important;
  247. box-shadow: '' !important;
  248. }
  249. .ui.button:focus .icon {
  250. opacity: 0.85;
  251. }
  252. /*--------------
  253. Down
  254. ---------------*/
  255. .ui.button:active,
  256. .ui.active.button:active {
  257. background-color: '';
  258. background-image: '';
  259. color: rgba(0, 0, 0, 0.9);
  260. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.13) inset, 0 3px 5px rgba(0, 0, 0, 0.15) inset !important;
  261. }
  262. /*--------------
  263. Active
  264. ---------------*/
  265. .ui.active.button {
  266. background-color: #DFDFDF;
  267. background-image: none;
  268. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.13) inset, 0 3px 5px rgba(0, 0, 0, 0.1) inset !important;
  269. color: rgba(0, 0, 0, 0.95);
  270. }
  271. .ui.active.button:hover {
  272. background-color: #DFDFDF;
  273. background-image: none;
  274. color: rgba(0, 0, 0, 0.95);
  275. }
  276. .ui.active.button:active {
  277. background-color: #DFDFDF;
  278. background-image: none;
  279. }
  280. /*--------------
  281. Loading
  282. ---------------*/
  283. /* Specificity hack */
  284. .ui.loading.loading.loading.loading.loading.loading.button {
  285. position: relative;
  286. cursor: default;
  287. text-shadow: none !important;
  288. color: transparent !important;
  289. opacity: 1;
  290. pointer-events: auto;
  291. -webkit-transition: all 0s linear, opacity 0.1s ease;
  292. transition: all 0s linear, opacity 0.1s ease;
  293. }
  294. .ui.loading.button:before {
  295. position: absolute;
  296. content: '';
  297. top: 50%;
  298. left: 50%;
  299. margin: -0.65384615em 0em 0em -0.65384615em;
  300. width: 1.30769231em;
  301. height: 1.30769231em;
  302. border-radius: 500rem;
  303. border: 0.2em solid rgba(0, 0, 0, 0.15);
  304. }
  305. .ui.loading.button:after {
  306. position: absolute;
  307. content: '';
  308. top: 50%;
  309. left: 50%;
  310. margin: -0.65384615em 0em 0em -0.65384615em;
  311. width: 1.30769231em;
  312. height: 1.30769231em;
  313. -webkit-animation: button-spin 0.6s linear;
  314. animation: button-spin 0.6s linear;
  315. -webkit-animation-iteration-count: infinite;
  316. animation-iteration-count: infinite;
  317. border-radius: 500rem;
  318. border-color: #FFFFFF transparent transparent;
  319. border-style: solid;
  320. border-width: 0.2em;
  321. box-shadow: 0px 0px 0px 1px transparent;
  322. }
  323. .ui.labeled.icon.loading.button .icon {
  324. background-color: transparent;
  325. box-shadow: none;
  326. }
  327. @-webkit-keyframes button-spin {
  328. from {
  329. -webkit-transform: rotate(0deg);
  330. transform: rotate(0deg);
  331. }
  332. to {
  333. -webkit-transform: rotate(360deg);
  334. transform: rotate(360deg);
  335. }
  336. }
  337. @keyframes button-spin {
  338. from {
  339. -webkit-transform: rotate(0deg);
  340. transform: rotate(0deg);
  341. }
  342. to {
  343. -webkit-transform: rotate(360deg);
  344. transform: rotate(360deg);
  345. }
  346. }
  347. .ui.basic.loading.button:not(.inverted):before {
  348. border-color: rgba(0, 0, 0, 0.1);
  349. }
  350. .ui.basic.loading.button:not(.inverted):after {
  351. border-top-color: #767676;
  352. }
  353. /*-------------------
  354. Disabled
  355. --------------------*/
  356. .ui.buttons .disabled.button,
  357. .ui.disabled.button,
  358. .ui.button:disabled,
  359. .ui.disabled.button:hover,
  360. .ui.disabled.active.button {
  361. cursor: default;
  362. opacity: 0.3 !important;
  363. background-image: none !important;
  364. box-shadow: none !important;
  365. pointer-events: none;
  366. }
  367. /* Basic Group With Disabled */
  368. .ui.basic.buttons .ui.disabled.button {
  369. border-color: rgba(34, 36, 38, 0.5);
  370. }
  371. /*******************************
  372. Types
  373. *******************************/
  374. /*-------------------
  375. Animated
  376. --------------------*/
  377. .ui.animated.button {
  378. position: relative;
  379. overflow: hidden;
  380. padding-right: 0em !important;
  381. vertical-align: middle;
  382. z-index: 1;
  383. }
  384. .ui.animated.button .content {
  385. will-change: transform, opacity;
  386. }
  387. .ui.animated.button .visible.content {
  388. position: relative;
  389. margin-right: 1.15em;
  390. }
  391. .ui.animated.button .hidden.content {
  392. position: absolute;
  393. width: 100%;
  394. }
  395. /* Horizontal */
  396. .ui.animated.button .visible.content,
  397. .ui.animated.button .hidden.content {
  398. -webkit-transition: right 0.3s ease 0s;
  399. transition: right 0.3s ease 0s;
  400. }
  401. .ui.animated.button .visible.content {
  402. left: auto;
  403. right: 0%;
  404. }
  405. .ui.animated.button .hidden.content {
  406. top: 50%;
  407. left: auto;
  408. right: -100%;
  409. margin-top: -0.5em;
  410. }
  411. .ui.animated.button:focus .visible.content,
  412. .ui.animated.button:hover .visible.content {
  413. left: auto;
  414. right: 200%;
  415. }
  416. .ui.animated.button:focus .hidden.content,
  417. .ui.animated.button:hover .hidden.content {
  418. left: auto;
  419. right: 0%;
  420. }
  421. /* Vertical */
  422. .ui.vertical.animated.button .visible.content,
  423. .ui.vertical.animated.button .hidden.content {
  424. -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  425. transition: top 0.3s ease, transform 0.3s ease;
  426. }
  427. .ui.vertical.animated.button .visible.content {
  428. -webkit-transform: translateY(0%);
  429. transform: translateY(0%);
  430. right: auto;
  431. }
  432. .ui.vertical.animated.button .hidden.content {
  433. top: -50%;
  434. left: 0%;
  435. right: auto;
  436. }
  437. .ui.vertical.animated.button:focus .visible.content,
  438. .ui.vertical.animated.button:hover .visible.content {
  439. -webkit-transform: translateY(200%);
  440. transform: translateY(200%);
  441. right: auto;
  442. }
  443. .ui.vertical.animated.button:focus .hidden.content,
  444. .ui.vertical.animated.button:hover .hidden.content {
  445. top: 50%;
  446. right: auto;
  447. }
  448. /* Fade */
  449. .ui.fade.animated.button .visible.content,
  450. .ui.fade.animated.button .hidden.content {
  451. -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  452. transition: opacity 0.3s ease, transform 0.3s ease;
  453. }
  454. .ui.fade.animated.button .visible.content {
  455. left: auto;
  456. right: auto;
  457. opacity: 1;
  458. -webkit-transform: scale(1);
  459. transform: scale(1);
  460. }
  461. .ui.fade.animated.button .hidden.content {
  462. opacity: 0;
  463. left: 0%;
  464. right: auto;
  465. -webkit-transform: scale(1.5);
  466. transform: scale(1.5);
  467. }
  468. .ui.fade.animated.button:focus .visible.content,
  469. .ui.fade.animated.button:hover .visible.content {
  470. left: auto;
  471. right: auto;
  472. opacity: 0;
  473. -webkit-transform: scale(0.75);
  474. transform: scale(0.75);
  475. }
  476. .ui.fade.animated.button:focus .hidden.content,
  477. .ui.fade.animated.button:hover .hidden.content {
  478. left: 0%;
  479. right: auto;
  480. opacity: 1;
  481. -webkit-transform: scale(1);
  482. transform: scale(1);
  483. }
  484. /*-------------------
  485. Inverted
  486. --------------------*/
  487. .ui.inverted.button {
  488. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  489. background: transparent none;
  490. color: #FFFFFF;
  491. text-shadow: none !important;
  492. }
  493. /* Group */
  494. .ui.inverted.buttons .button {
  495. margin: 0px 0px 0px -2px;
  496. }
  497. .ui.inverted.buttons .button:first-child {
  498. margin-left: 0em;
  499. }
  500. .ui.inverted.vertical.buttons .button {
  501. margin: 0px 0px -2px 0px;
  502. }
  503. .ui.inverted.vertical.buttons .button:first-child {
  504. margin-top: 0em;
  505. }
  506. /* States */
  507. /* Hover */
  508. .ui.inverted.button:hover {
  509. background: #FFFFFF;
  510. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  511. color: rgba(0, 0, 0, 0.8);
  512. }
  513. /* Active / Focus */
  514. .ui.inverted.button:focus,
  515. .ui.inverted.button.active {
  516. background: #FFFFFF;
  517. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  518. color: rgba(0, 0, 0, 0.8);
  519. }
  520. /* Active Focus */
  521. .ui.inverted.button.active:focus {
  522. background: #DCDDDE;
  523. box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
  524. color: rgba(0, 0, 0, 0.8);
  525. }
  526. /*-------------------
  527. Labeled Button
  528. --------------------*/
  529. .ui.labeled.button:not(.icon) {
  530. display: -webkit-inline-box;
  531. display: -webkit-inline-flex;
  532. display: -ms-inline-flexbox;
  533. display: inline-flex;
  534. -webkit-box-orient: horizontal;
  535. -webkit-box-direction: normal;
  536. -webkit-flex-direction: row;
  537. -ms-flex-direction: row;
  538. flex-direction: row;
  539. background: none !important;
  540. padding: 0px !important;
  541. border: none !important;
  542. box-shadow: none !important;
  543. }
  544. .ui.labeled.button > .button {
  545. margin: 0px;
  546. }
  547. .ui.labeled.button > .label {
  548. display: -webkit-box;
  549. display: -webkit-flex;
  550. display: -ms-flexbox;
  551. display: flex;
  552. -webkit-box-align: center;
  553. -webkit-align-items: center;
  554. -ms-flex-align: center;
  555. align-items: center;
  556. margin: 0px 0px 0px -1px !important;
  557. padding: '';
  558. font-size: 1em;
  559. border-color: rgba(0, 0, 0, 0.13);
  560. }
  561. /* Tag */
  562. .ui.labeled.button > .tag.label:before {
  563. width: 1.85em;
  564. height: 1.85em;
  565. }
  566. /* Right */
  567. .ui.labeled.button:not([class*="left labeled"]) > .button {
  568. border-top-right-radius: 0px;
  569. border-bottom-right-radius: 0px;
  570. }
  571. .ui.labeled.button:not([class*="left labeled"]) > .label {
  572. border-top-left-radius: 0px;
  573. border-bottom-left-radius: 0px;
  574. }
  575. /* Left Side */
  576. .ui[class*="left labeled"].button > .button {
  577. border-top-left-radius: 0px;
  578. border-bottom-left-radius: 0px;
  579. }
  580. .ui[class*="left labeled"].button > .label {
  581. border-top-right-radius: 0px;
  582. border-bottom-right-radius: 0px;
  583. }
  584. /*-------------------
  585. Social
  586. --------------------*/
  587. /* Facebook */
  588. .ui.facebook.button {
  589. background-color: #3B5998;
  590. color: #FFFFFF;
  591. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  592. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  593. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  594. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  595. }
  596. .ui.facebook.button:hover {
  597. background-color: #304d8a;
  598. color: #FFFFFF;
  599. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  600. }
  601. .ui.facebook.button:active {
  602. background-color: #2d4373;
  603. color: #FFFFFF;
  604. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  605. }
  606. /* Twitter */
  607. .ui.twitter.button {
  608. background-color: #0084B4;
  609. color: #FFFFFF;
  610. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  611. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  612. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  613. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  614. }
  615. .ui.twitter.button:hover {
  616. background-color: #00719b;
  617. color: #FFFFFF;
  618. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  619. }
  620. .ui.twitter.button:active {
  621. background-color: #005f81;
  622. color: #FFFFFF;
  623. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  624. }
  625. /* Google Plus */
  626. .ui.google.plus.button {
  627. background-color: #DC4A38;
  628. color: #FFFFFF;
  629. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  630. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  631. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  632. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  633. }
  634. .ui.google.plus.button:hover {
  635. background-color: #de321d;
  636. color: #FFFFFF;
  637. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  638. }
  639. .ui.google.plus.button:active {
  640. background-color: #bf3322;
  641. color: #FFFFFF;
  642. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  643. }
  644. /* Linked In */
  645. .ui.linkedin.button {
  646. background-color: #1F88BE;
  647. color: #FFFFFF;
  648. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  649. }
  650. .ui.linkedin.button:hover {
  651. background-color: #147baf;
  652. color: #FFFFFF;
  653. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  654. }
  655. .ui.linkedin.button:active {
  656. background-color: #186992;
  657. color: #FFFFFF;
  658. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  659. }
  660. /* YouTube */
  661. .ui.youtube.button {
  662. background-color: #CC181E;
  663. color: #FFFFFF;
  664. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  665. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  666. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  667. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  668. }
  669. .ui.youtube.button:hover {
  670. background-color: #bd0d13;
  671. color: #FFFFFF;
  672. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  673. }
  674. .ui.youtube.button:active {
  675. background-color: #9e1317;
  676. color: #FFFFFF;
  677. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  678. }
  679. /* Instagram */
  680. .ui.instagram.button {
  681. background-color: #49769C;
  682. color: #FFFFFF;
  683. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  684. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  685. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  686. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  687. }
  688. .ui.instagram.button:hover {
  689. background-color: #3d698e;
  690. color: #FFFFFF;
  691. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  692. }
  693. .ui.instagram.button:active {
  694. background-color: #395c79;
  695. color: #FFFFFF;
  696. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  697. }
  698. /* Pinterest */
  699. .ui.pinterest.button {
  700. background-color: #00ACED;
  701. color: #FFFFFF;
  702. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  703. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  704. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  705. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  706. }
  707. .ui.pinterest.button:hover {
  708. background-color: #0099d4;
  709. color: #FFFFFF;
  710. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  711. }
  712. .ui.pinterest.button:active {
  713. background-color: #0087ba;
  714. color: #FFFFFF;
  715. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  716. }
  717. /* VK */
  718. .ui.vk.button {
  719. background-color: #4D7198;
  720. color: #FFFFFF;
  721. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  722. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  723. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  724. }
  725. .ui.vk.button:hover {
  726. background-color: #41648a;
  727. color: #FFFFFF;
  728. }
  729. .ui.vk.button:active {
  730. background-color: #3c5876;
  731. color: #FFFFFF;
  732. }
  733. /*--------------
  734. Icon
  735. ---------------*/
  736. .ui.button > .icon:not(.button) {
  737. height: 0.84615385em;
  738. opacity: 0.8;
  739. margin: 0em 0.46153846em 0em -0.23076923em;
  740. -webkit-transition: opacity 0.1s ease;
  741. transition: opacity 0.1s ease;
  742. vertical-align: '';
  743. color: '';
  744. }
  745. .ui.button > .right.icon:not(.button) {
  746. margin: 0em -0.23076923em 0em 0.46153846em;
  747. }
  748. /*******************************
  749. Variations
  750. *******************************/
  751. /*-------------------
  752. Floated
  753. --------------------*/
  754. .ui[class*="left floated"].buttons,
  755. .ui[class*="left floated"].button {
  756. float: left;
  757. margin-left: 0em;
  758. margin-right: 0.25em;
  759. }
  760. .ui[class*="right floated"].buttons,
  761. .ui[class*="right floated"].button {
  762. float: right;
  763. margin-right: 0em;
  764. margin-left: 0.25em;
  765. }
  766. /*-------------------
  767. Compact
  768. --------------------*/
  769. .ui.compact.buttons .button,
  770. .ui.compact.button {
  771. padding: 0.5625em 0.8625em 0.5625em;
  772. }
  773. .ui.compact.icon.buttons .button,
  774. .ui.compact.icon.button {
  775. padding: 0.5625em 0.5625em 0.5625em;
  776. }
  777. .ui.compact.labeled.icon.buttons .button,
  778. .ui.compact.labeled.icon.button {
  779. padding: 0.5625em 3.3625em 0.5625em;
  780. }
  781. /*-------------------
  782. Sizes
  783. --------------------*/
  784. .ui.mini.buttons .button,
  785. .ui.mini.buttons .or,
  786. .ui.mini.button {
  787. font-size: 0.6rem;
  788. }
  789. .ui.tiny.buttons .button,
  790. .ui.tiny.buttons .or,
  791. .ui.tiny.button {
  792. font-size: 0.7rem;
  793. }
  794. .ui.small.buttons .button,
  795. .ui.small.buttons .or,
  796. .ui.small.button {
  797. font-size: 0.85rem;
  798. }
  799. .ui.buttons .button,
  800. .ui.buttons .or,
  801. .ui.button {
  802. font-size: 0.92rem;
  803. }
  804. .ui.large.buttons .button,
  805. .ui.large.buttons .or,
  806. .ui.large.button {
  807. font-size: 1rem;
  808. }
  809. .ui.big.buttons .button,
  810. .ui.big.buttons .or,
  811. .ui.big.button {
  812. font-size: 1.125rem;
  813. }
  814. .ui.huge.buttons .button,
  815. .ui.huge.buttons .or,
  816. .ui.huge.button {
  817. font-size: 1.25rem;
  818. }
  819. .ui.massive.buttons .button,
  820. .ui.massive.buttons .or,
  821. .ui.massive.button {
  822. font-size: 1.3rem;
  823. }
  824. /*--------------
  825. Icon Only
  826. ---------------*/
  827. .ui.icon.buttons .button,
  828. .ui.icon.button {
  829. padding: 0.75em 0.75em 0.75em;
  830. }
  831. .ui.icon.buttons .button > .icon,
  832. .ui.icon.button > .icon {
  833. opacity: 0.9;
  834. margin: 0em;
  835. vertical-align: top;
  836. }
  837. /*-------------------
  838. Basic
  839. --------------------*/
  840. .ui.basic.buttons .button,
  841. .ui.basic.button {
  842. background: transparent none !important;
  843. color: #4078C0 !important;
  844. font-weight: bold;
  845. border-radius: 0.30769231em;
  846. text-transform: none;
  847. text-shadow: none !important;
  848. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13) inset;
  849. }
  850. .ui.basic.buttons {
  851. box-shadow: none;
  852. border: 1px solid rgba(0, 0, 0, 0.13);
  853. border-radius: 0.30769231em;
  854. }
  855. .ui.basic.buttons .button {
  856. border-radius: 0em;
  857. }
  858. .ui.basic.buttons .button:hover,
  859. .ui.basic.button:hover {
  860. background: #E0E0E0 !important;
  861. color: #4078C0 !important;
  862. box-shadow: 0px 0px 0px 1px #51A7E8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
  863. }
  864. .ui.basic.buttons .button:focus,
  865. .ui.basic.button:focus {
  866. background: #E0E0E0 !important;
  867. color: #4078C0 !important;
  868. box-shadow: 0px 0px 0px 1px #51A7E8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
  869. }
  870. .ui.basic.buttons .button:active,
  871. .ui.basic.button:active {
  872. background: #F8F8F8 !important;
  873. color: rgba(0, 0, 0, 0.9) !important;
  874. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.13) inset;
  875. }
  876. .ui.basic.buttons .active.button,
  877. .ui.basic.active.button {
  878. background: rgba(0, 0, 0, 0.05) !important;
  879. box-shadow: '' !important;
  880. color: rgba(0, 0, 0, 0.95);
  881. box-shadow: #51A7E8;
  882. }
  883. .ui.basic.buttons .active.button:hover,
  884. .ui.basic.active.button:hover {
  885. background-color: rgba(0, 0, 0, 0.05);
  886. }
  887. /* Vertical */
  888. .ui.basic.buttons .button:hover {
  889. box-shadow: 0px 0px 0px 1px #51A7E8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.13) inset inset;
  890. }
  891. .ui.basic.buttons .button:active {
  892. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.13) inset inset;
  893. }
  894. .ui.basic.buttons .active.button {
  895. box-shadow: #51A7E8 inset;
  896. }
  897. /* Standard Basic Inverted */
  898. .ui.basic.inverted.buttons .button,
  899. .ui.basic.inverted.button {
  900. background-color: transparent !important;
  901. color: #F9FAFB !important;
  902. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  903. }
  904. .ui.basic.inverted.buttons .button:hover,
  905. .ui.basic.inverted.button:hover {
  906. color: #FFFFFF !important;
  907. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  908. }
  909. .ui.basic.inverted.buttons .button:focus,
  910. .ui.basic.inverted.button:focus {
  911. color: #FFFFFF !important;
  912. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  913. }
  914. .ui.basic.inverted.buttons .button:active,
  915. .ui.basic.inverted.button:active {
  916. background-color: rgba(255, 255, 255, 0.08) !important;
  917. color: #FFFFFF !important;
  918. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
  919. }
  920. .ui.basic.inverted.buttons .active.button,
  921. .ui.basic.inverted.active.button {
  922. background-color: rgba(255, 255, 255, 0.08);
  923. color: #FFFFFF;
  924. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  925. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
  926. }
  927. .ui.basic.inverted.buttons .active.button:hover,
  928. .ui.basic.inverted.active.button:hover {
  929. background-color: rgba(255, 255, 255, 0.15);
  930. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  931. }
  932. /* Basic Group */
  933. .ui.basic.buttons .button {
  934. border-left: 1px solid rgba(0, 0, 0, 0.13);
  935. box-shadow: none;
  936. }
  937. .ui.basic.vertical.buttons .button {
  938. border-left: none;
  939. }
  940. .ui.basic.vertical.buttons .button {
  941. border-left-width: 0px;
  942. border-top: 1px solid rgba(0, 0, 0, 0.13);
  943. }
  944. .ui.basic.vertical.buttons .button:first-child {
  945. border-top-width: 0px;
  946. }
  947. /*--------------
  948. Labeled Icon
  949. ---------------*/
  950. .ui.labeled.icon.buttons .button,
  951. .ui.labeled.icon.button {
  952. position: relative;
  953. padding-left: 3.4em !important;
  954. padding-right: 1.15em !important;
  955. }
  956. /* Left Labeled */
  957. .ui.labeled.icon.buttons > .button > .icon,
  958. .ui.labeled.icon.button > .icon {
  959. position: absolute;
  960. height: 100%;
  961. line-height: 1;
  962. border-radius: 0px;
  963. border-top-left-radius: inherit;
  964. border-bottom-left-radius: inherit;
  965. text-align: center;
  966. margin: 0em;
  967. width: 2.5em;
  968. background-color: transparent;
  969. color: '';
  970. box-shadow: -1px 0px 0px 0px transparent inset;
  971. }
  972. /* Left Labeled */
  973. .ui.labeled.icon.buttons > .button > .icon,
  974. .ui.labeled.icon.button > .icon {
  975. top: 0em;
  976. left: 0em;
  977. }
  978. /* Right Labeled */
  979. .ui[class*="right labeled"].icon.button {
  980. padding-right: 3.4em !important;
  981. padding-left: 1.15em !important;
  982. }
  983. .ui[class*="right labeled"].icon.button > .icon {
  984. left: auto;
  985. right: 0em;
  986. border-radius: 0px;
  987. border-top-right-radius: inherit;
  988. border-bottom-right-radius: inherit;
  989. box-shadow: 1px 0px 0px 0px transparent inset;
  990. }
  991. .ui.labeled.icon.buttons > .button > .icon:before,
  992. .ui.labeled.icon.button > .icon:before,
  993. .ui.labeled.icon.buttons > .button > .icon:after,
  994. .ui.labeled.icon.button > .icon:after {
  995. display: block;
  996. position: absolute;
  997. width: 100%;
  998. top: 50%;
  999. text-align: center;
  1000. -webkit-transform: translateY(-50%);
  1001. transform: translateY(-50%);
  1002. }
  1003. .ui.labeled.icon.buttons .button > .icon {
  1004. border-radius: 0em;
  1005. }
  1006. .ui.labeled.icon.buttons .button:first-child > .icon {
  1007. border-top-left-radius: 0.30769231em;
  1008. border-bottom-left-radius: 0.30769231em;
  1009. }
  1010. .ui.labeled.icon.buttons .button:last-child > .icon {
  1011. border-top-right-radius: 0.30769231em;
  1012. border-bottom-right-radius: 0.30769231em;
  1013. }
  1014. .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  1015. border-radius: 0em;
  1016. border-top-left-radius: 0.30769231em;
  1017. }
  1018. .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  1019. border-radius: 0em;
  1020. border-bottom-left-radius: 0.30769231em;
  1021. }
  1022. /* Fluid Labeled */
  1023. .ui.fluid[class*="left labeled"].icon.button,
  1024. .ui.fluid[class*="right labeled"].icon.button {
  1025. padding-left: 1.15em !important;
  1026. padding-right: 1.15em !important;
  1027. }
  1028. /*--------------
  1029. Toggle
  1030. ---------------*/
  1031. /* Toggle (Modifies active state to give affordances) */
  1032. .ui.toggle.buttons .active.button,
  1033. .ui.buttons .button.toggle.active,
  1034. .ui.button.toggle.active {
  1035. background-color: #60B044 !important;
  1036. box-shadow: none !important;
  1037. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1038. color: #FFFFFF !important;
  1039. }
  1040. .ui.button.toggle.active:hover {
  1041. background-color: #54a238 !important;
  1042. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1043. color: #FFFFFF !important;
  1044. }
  1045. /*--------------
  1046. Circular
  1047. ---------------*/
  1048. .ui.circular.button {
  1049. border-radius: 10em;
  1050. }
  1051. .ui.circular.button > .icon {
  1052. width: 1em;
  1053. vertical-align: baseline;
  1054. }
  1055. /*-------------------
  1056. Or Buttons
  1057. --------------------*/
  1058. .ui.buttons .or {
  1059. position: relative;
  1060. width: 0.3em;
  1061. height: 2.5em;
  1062. z-index: 3;
  1063. }
  1064. .ui.buttons .or:before {
  1065. position: absolute;
  1066. text-align: center;
  1067. border-radius: 500rem;
  1068. content: 'or';
  1069. top: 50%;
  1070. left: 50%;
  1071. background-color: #FFFFFF;
  1072. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1073. margin-top: -0.875em;
  1074. margin-left: -0.875em;
  1075. width: 1.75em;
  1076. height: 1.75em;
  1077. line-height: 1.75em;
  1078. color: rgba(0, 0, 0, 0.4);
  1079. font-style: normal;
  1080. font-weight: bold;
  1081. box-shadow: 0px 0px 0px 1px transparent inset;
  1082. }
  1083. .ui.buttons .or[data-text]:before {
  1084. content: attr(data-text);
  1085. }
  1086. /* Fluid Or */
  1087. .ui.fluid.buttons .or {
  1088. width: 0em !important;
  1089. }
  1090. .ui.fluid.buttons .or:after {
  1091. display: none;
  1092. }
  1093. /*-------------------
  1094. Attached
  1095. --------------------*/
  1096. /* Singular */
  1097. .ui.attached.button {
  1098. position: relative;
  1099. display: block;
  1100. margin: 0em;
  1101. border-radius: 0em;
  1102. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13) !important;
  1103. }
  1104. /* Top / Bottom */
  1105. .ui.attached.top.button {
  1106. border-radius: 0.30769231em 0.30769231em 0em 0em;
  1107. }
  1108. .ui.attached.bottom.button {
  1109. border-radius: 0em 0em 0.30769231em 0.30769231em;
  1110. }
  1111. /* Left / Right */
  1112. .ui.left.attached.button {
  1113. display: inline-block;
  1114. border-left: none;
  1115. text-align: right;
  1116. padding-right: 0.75em;
  1117. border-radius: 0.30769231em 0em 0em 0.30769231em;
  1118. }
  1119. .ui.right.attached.button {
  1120. display: inline-block;
  1121. text-align: left;
  1122. padding-left: 0.75em;
  1123. border-radius: 0em 0.30769231em 0.30769231em 0em;
  1124. }
  1125. /* Plural */
  1126. .ui.attached.buttons {
  1127. position: relative;
  1128. display: -webkit-box;
  1129. display: -webkit-flex;
  1130. display: -ms-flexbox;
  1131. display: flex;
  1132. border-radius: 0em;
  1133. width: auto !important;
  1134. z-index: 2;
  1135. margin-left: -1px;
  1136. margin-right: -1px;
  1137. }
  1138. .ui.attached.buttons .button {
  1139. margin: 0em;
  1140. }
  1141. .ui.attached.buttons .button:first-child {
  1142. border-radius: 0em;
  1143. }
  1144. .ui.attached.buttons .button:last-child {
  1145. border-radius: 0em;
  1146. }
  1147. /* Top / Bottom */
  1148. .ui[class*="top attached"].buttons {
  1149. margin-bottom: -1px;
  1150. border-radius: 0.30769231em 0.30769231em 0em 0em;
  1151. }
  1152. .ui[class*="top attached"].buttons .button:first-child {
  1153. border-radius: 0.30769231em 0em 0em 0em;
  1154. }
  1155. .ui[class*="top attached"].buttons .button:last-child {
  1156. border-radius: 0em 0.30769231em 0em 0em;
  1157. }
  1158. .ui[class*="bottom attached"].buttons {
  1159. margin-top: -1px;
  1160. border-radius: 0em 0em 0.30769231em 0.30769231em;
  1161. }
  1162. .ui[class*="bottom attached"].buttons .button:first-child {
  1163. border-radius: 0em 0em 0em 0.30769231em;
  1164. }
  1165. .ui[class*="bottom attached"].buttons .button:last-child {
  1166. border-radius: 0em 0em 0.30769231em 0em;
  1167. }
  1168. /* Left / Right */
  1169. .ui[class*="left attached"].buttons {
  1170. display: -webkit-inline-box;
  1171. display: -webkit-inline-flex;
  1172. display: -ms-inline-flexbox;
  1173. display: inline-flex;
  1174. margin-right: 0em;
  1175. margin-left: -1px;
  1176. border-radius: 0em 0.30769231em 0.30769231em 0em;
  1177. }
  1178. .ui[class*="left attached"].buttons .button:first-child {
  1179. margin-left: -1px;
  1180. border-radius: 0em 0.30769231em 0em 0em;
  1181. }
  1182. .ui[class*="left attached"].buttons .button:last-child {
  1183. margin-left: -1px;
  1184. border-radius: 0em 0em 0.30769231em 0em;
  1185. }
  1186. .ui[class*="right attached"].buttons {
  1187. display: -webkit-inline-box;
  1188. display: -webkit-inline-flex;
  1189. display: -ms-inline-flexbox;
  1190. display: inline-flex;
  1191. margin-left: 0em;
  1192. margin-right: -1px;
  1193. border-radius: 0.30769231em 0em 0em 0.30769231em;
  1194. }
  1195. .ui[class*="right attached"].buttons .button:first-child {
  1196. margin-left: -1px;
  1197. border-radius: 0.30769231em 0em 0em 0em;
  1198. }
  1199. .ui[class*="right attached"].buttons .button:last-child {
  1200. margin-left: -1px;
  1201. border-radius: 0em 0em 0em 0.30769231em;
  1202. }
  1203. /*-------------------
  1204. Fluid
  1205. --------------------*/
  1206. .ui.fluid.buttons,
  1207. .ui.fluid.button {
  1208. width: 100%;
  1209. }
  1210. .ui.fluid.button {
  1211. display: block;
  1212. }
  1213. .ui.two.buttons {
  1214. width: 100%;
  1215. }
  1216. .ui.two.buttons > .button {
  1217. width: 50%;
  1218. }
  1219. .ui.three.buttons {
  1220. width: 100%;
  1221. }
  1222. .ui.three.buttons > .button {
  1223. width: 33.333%;
  1224. }
  1225. .ui.four.buttons {
  1226. width: 100%;
  1227. }
  1228. .ui.four.buttons > .button {
  1229. width: 25%;
  1230. }
  1231. .ui.five.buttons {
  1232. width: 100%;
  1233. }
  1234. .ui.five.buttons > .button {
  1235. width: 20%;
  1236. }
  1237. .ui.six.buttons {
  1238. width: 100%;
  1239. }
  1240. .ui.six.buttons > .button {
  1241. width: 16.666%;
  1242. }
  1243. .ui.seven.buttons {
  1244. width: 100%;
  1245. }
  1246. .ui.seven.buttons > .button {
  1247. width: 14.285%;
  1248. }
  1249. .ui.eight.buttons {
  1250. width: 100%;
  1251. }
  1252. .ui.eight.buttons > .button {
  1253. width: 12.500%;
  1254. }
  1255. .ui.nine.buttons {
  1256. width: 100%;
  1257. }
  1258. .ui.nine.buttons > .button {
  1259. width: 11.11%;
  1260. }
  1261. .ui.ten.buttons {
  1262. width: 100%;
  1263. }
  1264. .ui.ten.buttons > .button {
  1265. width: 10%;
  1266. }
  1267. .ui.eleven.buttons {
  1268. width: 100%;
  1269. }
  1270. .ui.eleven.buttons > .button {
  1271. width: 9.09%;
  1272. }
  1273. .ui.twelve.buttons {
  1274. width: 100%;
  1275. }
  1276. .ui.twelve.buttons > .button {
  1277. width: 8.3333%;
  1278. }
  1279. /* Fluid Vertical Buttons */
  1280. .ui.fluid.vertical.buttons,
  1281. .ui.fluid.vertical.buttons > .button {
  1282. display: -webkit-box;
  1283. display: -webkit-flex;
  1284. display: -ms-flexbox;
  1285. display: flex;
  1286. width: auto;
  1287. }
  1288. .ui.two.vertical.buttons > .button {
  1289. height: 50%;
  1290. }
  1291. .ui.three.vertical.buttons > .button {
  1292. height: 33.333%;
  1293. }
  1294. .ui.four.vertical.buttons > .button {
  1295. height: 25%;
  1296. }
  1297. .ui.five.vertical.buttons > .button {
  1298. height: 20%;
  1299. }
  1300. .ui.six.vertical.buttons > .button {
  1301. height: 16.666%;
  1302. }
  1303. .ui.seven.vertical.buttons > .button {
  1304. height: 14.285%;
  1305. }
  1306. .ui.eight.vertical.buttons > .button {
  1307. height: 12.500%;
  1308. }
  1309. .ui.nine.vertical.buttons > .button {
  1310. height: 11.11%;
  1311. }
  1312. .ui.ten.vertical.buttons > .button {
  1313. height: 10%;
  1314. }
  1315. .ui.eleven.vertical.buttons > .button {
  1316. height: 9.09%;
  1317. }
  1318. .ui.twelve.vertical.buttons > .button {
  1319. height: 8.3333%;
  1320. }
  1321. /*-------------------
  1322. Colors
  1323. --------------------*/
  1324. /*--- Black ---*/
  1325. .ui.black.buttons .button,
  1326. .ui.black.button {
  1327. background-color: #5D5D5D;
  1328. color: #FFFFFF;
  1329. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1330. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1331. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1332. }
  1333. .ui.black.button {
  1334. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  1335. }
  1336. .ui.black.buttons .button:hover,
  1337. .ui.black.button:hover {
  1338. background-color: #6a6a6a;
  1339. color: #FFFFFF;
  1340. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1341. }
  1342. .ui.black.buttons .button:focus,
  1343. .ui.black.button:focus {
  1344. background-color: #717171;
  1345. color: #FFFFFF;
  1346. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1347. }
  1348. .ui.black.buttons .button:active,
  1349. .ui.black.button:active {
  1350. background-color: #777777;
  1351. color: #FFFFFF;
  1352. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1353. }
  1354. .ui.black.buttons .active.button,
  1355. .ui.black.buttons .active.button:active,
  1356. .ui.black.active.button,
  1357. .ui.black.button .active.button:active {
  1358. background-color: #505050;
  1359. color: #FFFFFF;
  1360. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1361. }
  1362. /* Basic */
  1363. .ui.basic.black.buttons .button,
  1364. .ui.basic.black.button {
  1365. box-shadow: 0px 0px 0px 1px #5D5D5D inset !important;
  1366. color: #5D5D5D !important;
  1367. }
  1368. .ui.basic.black.buttons .button:hover,
  1369. .ui.basic.black.button:hover {
  1370. background: transparent !important;
  1371. box-shadow: 0px 0px 0px 1px #6a6a6a inset !important;
  1372. color: #6a6a6a !important;
  1373. }
  1374. .ui.basic.black.buttons .button:focus,
  1375. .ui.basic.black.button:focus {
  1376. background: transparent !important;
  1377. box-shadow: 0px 0px 0px 1px #717171 inset !important;
  1378. color: #6a6a6a !important;
  1379. }
  1380. .ui.basic.black.buttons .active.button,
  1381. .ui.basic.black.active.button {
  1382. background: transparent !important;
  1383. box-shadow: 0px 0px 0px 1px #505050 inset !important;
  1384. color: #777777 !important;
  1385. }
  1386. .ui.basic.black.buttons .button:active,
  1387. .ui.basic.black.button:active {
  1388. box-shadow: 0px 0px 0px 1px #777777 inset !important;
  1389. color: #777777 !important;
  1390. }
  1391. .ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
  1392. margin-left: -1px;
  1393. }
  1394. /* Inverted */
  1395. .ui.inverted.black.buttons .button,
  1396. .ui.inverted.black.button {
  1397. background-color: transparent;
  1398. box-shadow: 0px 0px 0px 2px #DDDDDD inset !important;
  1399. color: #FFFFFF;
  1400. }
  1401. .ui.inverted.black.buttons .button:hover,
  1402. .ui.inverted.black.button:hover,
  1403. .ui.inverted.black.buttons .button:focus,
  1404. .ui.inverted.black.button:focus,
  1405. .ui.inverted.black.buttons .button.active,
  1406. .ui.inverted.black.button.active,
  1407. .ui.inverted.black.buttons .button:active,
  1408. .ui.inverted.black.button:active {
  1409. box-shadow: none !important;
  1410. color: #FFFFFF;
  1411. }
  1412. .ui.inverted.black.buttons .button:hover,
  1413. .ui.inverted.black.button:hover {
  1414. background-color: #000000;
  1415. }
  1416. .ui.inverted.black.buttons .button:focus,
  1417. .ui.inverted.black.button:focus {
  1418. background-color: #000000;
  1419. }
  1420. .ui.inverted.black.buttons .active.button,
  1421. .ui.inverted.black.active.button {
  1422. background-color: #000000;
  1423. }
  1424. .ui.inverted.black.buttons .button:active,
  1425. .ui.inverted.black.button:active {
  1426. background-color: #000000;
  1427. }
  1428. /* Inverted Basic */
  1429. .ui.inverted.black.basic.buttons .button,
  1430. .ui.inverted.black.buttons .basic.button,
  1431. .ui.inverted.black.basic.button {
  1432. background-color: transparent;
  1433. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1434. color: #FFFFFF !important;
  1435. }
  1436. .ui.inverted.black.basic.buttons .button:hover,
  1437. .ui.inverted.black.buttons .basic.button:hover,
  1438. .ui.inverted.black.basic.button:hover {
  1439. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1440. color: #FFFFFF !important;
  1441. }
  1442. .ui.inverted.black.basic.buttons .button:focus,
  1443. .ui.inverted.black.basic.buttons .button:focus,
  1444. .ui.inverted.black.basic.button:focus {
  1445. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1446. color: #545454 !important;
  1447. }
  1448. .ui.inverted.black.basic.buttons .active.button,
  1449. .ui.inverted.black.buttons .basic.active.button,
  1450. .ui.inverted.black.basic.active.button {
  1451. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1452. color: #FFFFFF !important;
  1453. }
  1454. .ui.inverted.black.basic.buttons .button:active,
  1455. .ui.inverted.black.buttons .basic.button:active,
  1456. .ui.inverted.black.basic.button:active {
  1457. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1458. color: #FFFFFF !important;
  1459. }
  1460. /*--- Grey ---*/
  1461. .ui.grey.buttons .button,
  1462. .ui.grey.button {
  1463. background-color: #767676;
  1464. color: #FFFFFF;
  1465. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1466. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1467. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1468. }
  1469. .ui.grey.button {
  1470. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  1471. }
  1472. .ui.grey.buttons .button:hover,
  1473. .ui.grey.button:hover {
  1474. background-color: #838383;
  1475. color: #FFFFFF;
  1476. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1477. }
  1478. .ui.grey.buttons .button:focus,
  1479. .ui.grey.button:focus {
  1480. background-color: #8a8a8a;
  1481. color: #FFFFFF;
  1482. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1483. }
  1484. .ui.grey.buttons .button:active,
  1485. .ui.grey.button:active {
  1486. background-color: #909090;
  1487. color: #FFFFFF;
  1488. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1489. }
  1490. .ui.grey.buttons .active.button,
  1491. .ui.grey.buttons .active.button:active,
  1492. .ui.grey.active.button,
  1493. .ui.grey.button .active.button:active {
  1494. background-color: #696969;
  1495. color: #FFFFFF;
  1496. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1497. }
  1498. /* Basic */
  1499. .ui.basic.grey.buttons .button,
  1500. .ui.basic.grey.button {
  1501. box-shadow: 0px 0px 0px 1px #767676 inset !important;
  1502. color: #767676 !important;
  1503. }
  1504. .ui.basic.grey.buttons .button:hover,
  1505. .ui.basic.grey.button:hover {
  1506. background: transparent !important;
  1507. box-shadow: 0px 0px 0px 1px #838383 inset !important;
  1508. color: #838383 !important;
  1509. }
  1510. .ui.basic.grey.buttons .button:focus,
  1511. .ui.basic.grey.button:focus {
  1512. background: transparent !important;
  1513. box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
  1514. color: #838383 !important;
  1515. }
  1516. .ui.basic.grey.buttons .active.button,
  1517. .ui.basic.grey.active.button {
  1518. background: transparent !important;
  1519. box-shadow: 0px 0px 0px 1px #696969 inset !important;
  1520. color: #909090 !important;
  1521. }
  1522. .ui.basic.grey.buttons .button:active,
  1523. .ui.basic.grey.button:active {
  1524. box-shadow: 0px 0px 0px 1px #909090 inset !important;
  1525. color: #909090 !important;
  1526. }
  1527. .ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
  1528. margin-left: -1px;
  1529. }
  1530. /* Inverted */
  1531. .ui.inverted.grey.buttons .button,
  1532. .ui.inverted.grey.button {
  1533. background-color: transparent;
  1534. box-shadow: 0px 0px 0px 2px #DDDDDD inset !important;
  1535. color: #FFFFFF;
  1536. }
  1537. .ui.inverted.grey.buttons .button:hover,
  1538. .ui.inverted.grey.button:hover,
  1539. .ui.inverted.grey.buttons .button:focus,
  1540. .ui.inverted.grey.button:focus,
  1541. .ui.inverted.grey.buttons .button.active,
  1542. .ui.inverted.grey.button.active,
  1543. .ui.inverted.grey.buttons .button:active,
  1544. .ui.inverted.grey.button:active {
  1545. box-shadow: none !important;
  1546. color: #333333;
  1547. }
  1548. .ui.inverted.grey.buttons .button:hover,
  1549. .ui.inverted.grey.button:hover {
  1550. background-color: #cfd0d2;
  1551. }
  1552. .ui.inverted.grey.buttons .button:focus,
  1553. .ui.inverted.grey.button:focus {
  1554. background-color: #c7c9cb;
  1555. }
  1556. .ui.inverted.grey.buttons .active.button,
  1557. .ui.inverted.grey.active.button {
  1558. background-color: #cfd0d2;
  1559. }
  1560. .ui.inverted.grey.buttons .button:active,
  1561. .ui.inverted.grey.button:active {
  1562. background-color: #c2c4c5;
  1563. }
  1564. /* Inverted Basic */
  1565. .ui.inverted.grey.basic.buttons .button,
  1566. .ui.inverted.grey.buttons .basic.button,
  1567. .ui.inverted.grey.basic.button {
  1568. background-color: transparent;
  1569. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1570. color: #FFFFFF !important;
  1571. }
  1572. .ui.inverted.grey.basic.buttons .button:hover,
  1573. .ui.inverted.grey.buttons .basic.button:hover,
  1574. .ui.inverted.grey.basic.button:hover {
  1575. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  1576. color: #FFFFFF !important;
  1577. }
  1578. .ui.inverted.grey.basic.buttons .button:focus,
  1579. .ui.inverted.grey.basic.buttons .button:focus,
  1580. .ui.inverted.grey.basic.button:focus {
  1581. box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
  1582. color: #DCDDDE !important;
  1583. }
  1584. .ui.inverted.grey.basic.buttons .active.button,
  1585. .ui.inverted.grey.buttons .basic.active.button,
  1586. .ui.inverted.grey.basic.active.button {
  1587. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  1588. color: #FFFFFF !important;
  1589. }
  1590. .ui.inverted.grey.basic.buttons .button:active,
  1591. .ui.inverted.grey.buttons .basic.button:active,
  1592. .ui.inverted.grey.basic.button:active {
  1593. box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
  1594. color: #FFFFFF !important;
  1595. }
  1596. /*--- Brown ---*/
  1597. .ui.brown.buttons .button,
  1598. .ui.brown.button {
  1599. background-color: #A5673F;
  1600. color: #FFFFFF;
  1601. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1602. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1603. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1604. }
  1605. .ui.brown.button {
  1606. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  1607. }
  1608. .ui.brown.buttons .button:hover,
  1609. .ui.brown.button:hover {
  1610. background-color: #975b33;
  1611. color: #FFFFFF;
  1612. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1613. }
  1614. .ui.brown.buttons .button:focus,
  1615. .ui.brown.button:focus {
  1616. background-color: #90532b;
  1617. color: #FFFFFF;
  1618. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1619. }
  1620. .ui.brown.buttons .button:active,
  1621. .ui.brown.button:active {
  1622. background-color: #805031;
  1623. color: #FFFFFF;
  1624. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1625. }
  1626. .ui.brown.buttons .active.button,
  1627. .ui.brown.buttons .active.button:active,
  1628. .ui.brown.active.button,
  1629. .ui.brown.button .active.button:active {
  1630. background-color: #995a31;
  1631. color: #FFFFFF;
  1632. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1633. }
  1634. /* Basic */
  1635. .ui.basic.brown.buttons .button,
  1636. .ui.basic.brown.button {
  1637. box-shadow: 0px 0px 0px 1px #A5673F inset !important;
  1638. color: #A5673F !important;
  1639. }
  1640. .ui.basic.brown.buttons .button:hover,
  1641. .ui.basic.brown.button:hover {
  1642. background: transparent !important;
  1643. box-shadow: 0px 0px 0px 1px #975b33 inset !important;
  1644. color: #975b33 !important;
  1645. }
  1646. .ui.basic.brown.buttons .button:focus,
  1647. .ui.basic.brown.button:focus {
  1648. background: transparent !important;
  1649. box-shadow: 0px 0px 0px 1px #90532b inset !important;
  1650. color: #975b33 !important;
  1651. }
  1652. .ui.basic.brown.buttons .active.button,
  1653. .ui.basic.brown.active.button {
  1654. background: transparent !important;
  1655. box-shadow: 0px 0px 0px 1px #995a31 inset !important;
  1656. color: #805031 !important;
  1657. }
  1658. .ui.basic.brown.buttons .button:active,
  1659. .ui.basic.brown.button:active {
  1660. box-shadow: 0px 0px 0px 1px #805031 inset !important;
  1661. color: #805031 !important;
  1662. }
  1663. .ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
  1664. margin-left: -1px;
  1665. }
  1666. /* Inverted */
  1667. .ui.inverted.brown.buttons .button,
  1668. .ui.inverted.brown.button {
  1669. background-color: transparent;
  1670. box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
  1671. color: #D67C1C;
  1672. }
  1673. .ui.inverted.brown.buttons .button:hover,
  1674. .ui.inverted.brown.button:hover,
  1675. .ui.inverted.brown.buttons .button:focus,
  1676. .ui.inverted.brown.button:focus,
  1677. .ui.inverted.brown.buttons .button.active,
  1678. .ui.inverted.brown.button.active,
  1679. .ui.inverted.brown.buttons .button:active,
  1680. .ui.inverted.brown.button:active {
  1681. box-shadow: none !important;
  1682. color: #FFFFFF;
  1683. }
  1684. .ui.inverted.brown.buttons .button:hover,
  1685. .ui.inverted.brown.button:hover {
  1686. background-color: #c86f11;
  1687. }
  1688. .ui.inverted.brown.buttons .button:focus,
  1689. .ui.inverted.brown.button:focus {
  1690. background-color: #c16808;
  1691. }
  1692. .ui.inverted.brown.buttons .active.button,
  1693. .ui.inverted.brown.active.button {
  1694. background-color: #cc6f0d;
  1695. }
  1696. .ui.inverted.brown.buttons .button:active,
  1697. .ui.inverted.brown.button:active {
  1698. background-color: #a96216;
  1699. }
  1700. /* Inverted Basic */
  1701. .ui.inverted.brown.basic.buttons .button,
  1702. .ui.inverted.brown.buttons .basic.button,
  1703. .ui.inverted.brown.basic.button {
  1704. background-color: transparent;
  1705. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1706. color: #FFFFFF !important;
  1707. }
  1708. .ui.inverted.brown.basic.buttons .button:hover,
  1709. .ui.inverted.brown.buttons .basic.button:hover,
  1710. .ui.inverted.brown.basic.button:hover {
  1711. box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
  1712. color: #D67C1C !important;
  1713. }
  1714. .ui.inverted.brown.basic.buttons .button:focus,
  1715. .ui.inverted.brown.basic.buttons .button:focus,
  1716. .ui.inverted.brown.basic.button:focus {
  1717. box-shadow: 0px 0px 0px 2px #c16808 inset !important;
  1718. color: #D67C1C !important;
  1719. }
  1720. .ui.inverted.brown.basic.buttons .active.button,
  1721. .ui.inverted.brown.buttons .basic.active.button,
  1722. .ui.inverted.brown.basic.active.button {
  1723. box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
  1724. color: #D67C1C !important;
  1725. }
  1726. .ui.inverted.brown.basic.buttons .button:active,
  1727. .ui.inverted.brown.buttons .basic.button:active,
  1728. .ui.inverted.brown.basic.button:active {
  1729. box-shadow: 0px 0px 0px 2px #a96216 inset !important;
  1730. color: #D67C1C !important;
  1731. }
  1732. /*--- Blue ---*/
  1733. .ui.blue.buttons .button,
  1734. .ui.blue.button {
  1735. background-color: #3072B3;
  1736. color: #FFFFFF;
  1737. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1738. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1739. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1740. }
  1741. .ui.blue.button {
  1742. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  1743. }
  1744. .ui.blue.buttons .button:hover,
  1745. .ui.blue.button:hover {
  1746. background-color: #2565a5;
  1747. color: #FFFFFF;
  1748. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1749. }
  1750. .ui.blue.buttons .button:focus,
  1751. .ui.blue.button:focus {
  1752. background-color: #1d5e9e;
  1753. color: #FFFFFF;
  1754. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1755. }
  1756. .ui.blue.buttons .button:active,
  1757. .ui.blue.button:active {
  1758. background-color: #25588b;
  1759. color: #FFFFFF;
  1760. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1761. }
  1762. .ui.blue.buttons .active.button,
  1763. .ui.blue.buttons .active.button:active,
  1764. .ui.blue.active.button,
  1765. .ui.blue.button .active.button:active {
  1766. background-color: #2265a8;
  1767. color: #FFFFFF;
  1768. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1769. }
  1770. /* Basic */
  1771. .ui.basic.blue.buttons .button,
  1772. .ui.basic.blue.button {
  1773. box-shadow: 0px 0px 0px 1px #3072B3 inset !important;
  1774. color: #3072B3 !important;
  1775. }
  1776. .ui.basic.blue.buttons .button:hover,
  1777. .ui.basic.blue.button:hover {
  1778. background: transparent !important;
  1779. box-shadow: 0px 0px 0px 1px #2565a5 inset !important;
  1780. color: #2565a5 !important;
  1781. }
  1782. .ui.basic.blue.buttons .button:focus,
  1783. .ui.basic.blue.button:focus {
  1784. background: transparent !important;
  1785. box-shadow: 0px 0px 0px 1px #1d5e9e inset !important;
  1786. color: #2565a5 !important;
  1787. }
  1788. .ui.basic.blue.buttons .active.button,
  1789. .ui.basic.blue.active.button {
  1790. background: transparent !important;
  1791. box-shadow: 0px 0px 0px 1px #2265a8 inset !important;
  1792. color: #25588b !important;
  1793. }
  1794. .ui.basic.blue.buttons .button:active,
  1795. .ui.basic.blue.button:active {
  1796. box-shadow: 0px 0px 0px 1px #25588b inset !important;
  1797. color: #25588b !important;
  1798. }
  1799. .ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
  1800. margin-left: -1px;
  1801. }
  1802. /* Inverted */
  1803. .ui.inverted.blue.buttons .button,
  1804. .ui.inverted.blue.button {
  1805. background-color: transparent;
  1806. box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  1807. color: #54C8FF;
  1808. }
  1809. .ui.inverted.blue.buttons .button:hover,
  1810. .ui.inverted.blue.button:hover,
  1811. .ui.inverted.blue.buttons .button:focus,
  1812. .ui.inverted.blue.button:focus,
  1813. .ui.inverted.blue.buttons .button.active,
  1814. .ui.inverted.blue.button.active,
  1815. .ui.inverted.blue.buttons .button:active,
  1816. .ui.inverted.blue.button:active {
  1817. box-shadow: none !important;
  1818. color: #FFFFFF;
  1819. }
  1820. .ui.inverted.blue.buttons .button:hover,
  1821. .ui.inverted.blue.button:hover {
  1822. background-color: #3ac0ff;
  1823. }
  1824. .ui.inverted.blue.buttons .button:focus,
  1825. .ui.inverted.blue.button:focus {
  1826. background-color: #2bbbff;
  1827. }
  1828. .ui.inverted.blue.buttons .active.button,
  1829. .ui.inverted.blue.active.button {
  1830. background-color: #3ac0ff;
  1831. }
  1832. .ui.inverted.blue.buttons .button:active,
  1833. .ui.inverted.blue.button:active {
  1834. background-color: #21b8ff;
  1835. }
  1836. /* Inverted Basic */
  1837. .ui.inverted.blue.basic.buttons .button,
  1838. .ui.inverted.blue.buttons .basic.button,
  1839. .ui.inverted.blue.basic.button {
  1840. background-color: transparent;
  1841. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1842. color: #FFFFFF !important;
  1843. }
  1844. .ui.inverted.blue.basic.buttons .button:hover,
  1845. .ui.inverted.blue.buttons .basic.button:hover,
  1846. .ui.inverted.blue.basic.button:hover {
  1847. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  1848. color: #54C8FF !important;
  1849. }
  1850. .ui.inverted.blue.basic.buttons .button:focus,
  1851. .ui.inverted.blue.basic.buttons .button:focus,
  1852. .ui.inverted.blue.basic.button:focus {
  1853. box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  1854. color: #54C8FF !important;
  1855. }
  1856. .ui.inverted.blue.basic.buttons .active.button,
  1857. .ui.inverted.blue.buttons .basic.active.button,
  1858. .ui.inverted.blue.basic.active.button {
  1859. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  1860. color: #54C8FF !important;
  1861. }
  1862. .ui.inverted.blue.basic.buttons .button:active,
  1863. .ui.inverted.blue.buttons .basic.button:active,
  1864. .ui.inverted.blue.basic.button:active {
  1865. box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  1866. color: #54C8FF !important;
  1867. }
  1868. /*--- Green ---*/
  1869. .ui.green.buttons .button,
  1870. .ui.green.button {
  1871. background-color: #60B044;
  1872. color: #FFFFFF;
  1873. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1874. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1875. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1876. }
  1877. .ui.green.button {
  1878. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  1879. }
  1880. .ui.green.buttons .button:hover,
  1881. .ui.green.button:hover {
  1882. background-color: #54a238;
  1883. color: #FFFFFF;
  1884. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1885. }
  1886. .ui.green.buttons .button:focus,
  1887. .ui.green.button:focus {
  1888. background-color: #4c9c30;
  1889. color: #FFFFFF;
  1890. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1891. }
  1892. .ui.green.buttons .button:active,
  1893. .ui.green.button:active {
  1894. background-color: #4c8b36;
  1895. color: #FFFFFF;
  1896. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1897. }
  1898. .ui.green.buttons .active.button,
  1899. .ui.green.buttons .active.button:active,
  1900. .ui.green.active.button,
  1901. .ui.green.button .active.button:active {
  1902. background-color: #52a536;
  1903. color: #FFFFFF;
  1904. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1905. }
  1906. /* Basic */
  1907. .ui.basic.green.buttons .button,
  1908. .ui.basic.green.button {
  1909. box-shadow: 0px 0px 0px 1px #60B044 inset !important;
  1910. color: #60B044 !important;
  1911. }
  1912. .ui.basic.green.buttons .button:hover,
  1913. .ui.basic.green.button:hover {
  1914. background: transparent !important;
  1915. box-shadow: 0px 0px 0px 1px #54a238 inset !important;
  1916. color: #54a238 !important;
  1917. }
  1918. .ui.basic.green.buttons .button:focus,
  1919. .ui.basic.green.button:focus {
  1920. background: transparent !important;
  1921. box-shadow: 0px 0px 0px 1px #4c9c30 inset !important;
  1922. color: #54a238 !important;
  1923. }
  1924. .ui.basic.green.buttons .active.button,
  1925. .ui.basic.green.active.button {
  1926. background: transparent !important;
  1927. box-shadow: 0px 0px 0px 1px #52a536 inset !important;
  1928. color: #4c8b36 !important;
  1929. }
  1930. .ui.basic.green.buttons .button:active,
  1931. .ui.basic.green.button:active {
  1932. box-shadow: 0px 0px 0px 1px #4c8b36 inset !important;
  1933. color: #4c8b36 !important;
  1934. }
  1935. .ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
  1936. margin-left: -1px;
  1937. }
  1938. /* Inverted */
  1939. .ui.inverted.green.buttons .button,
  1940. .ui.inverted.green.button {
  1941. background-color: transparent;
  1942. box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
  1943. color: #2ECC40;
  1944. }
  1945. .ui.inverted.green.buttons .button:hover,
  1946. .ui.inverted.green.button:hover,
  1947. .ui.inverted.green.buttons .button:focus,
  1948. .ui.inverted.green.button:focus,
  1949. .ui.inverted.green.buttons .button.active,
  1950. .ui.inverted.green.button.active,
  1951. .ui.inverted.green.buttons .button:active,
  1952. .ui.inverted.green.button:active {
  1953. box-shadlightOw: none !important;
  1954. color: #FFFFFF;
  1955. }
  1956. .ui.inverted.green.buttons .button:hover,
  1957. .ui.inverted.green.button:hover {
  1958. background-color: #22be34;
  1959. }
  1960. .ui.inverted.green.buttons .button:focus,
  1961. .ui.inverted.green.button:focus {
  1962. background-color: #19b82b;
  1963. }
  1964. .ui.inverted.green.buttons .active.button,
  1965. .ui.inverted.green.active.button {
  1966. background-color: #1fc231;
  1967. }
  1968. .ui.inverted.green.buttons .button:active,
  1969. .ui.inverted.green.button:active {
  1970. background-color: #25a233;
  1971. }
  1972. /* Inverted Basic */
  1973. .ui.inverted.green.basic.buttons .button,
  1974. .ui.inverted.green.buttons .basic.button,
  1975. .ui.inverted.green.basic.button {
  1976. background-color: transparent;
  1977. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1978. color: #FFFFFF !important;
  1979. }
  1980. .ui.inverted.green.basic.buttons .button:hover,
  1981. .ui.inverted.green.buttons .basic.button:hover,
  1982. .ui.inverted.green.basic.button:hover {
  1983. box-shadow: 0px 0px 0px 2px #22be34 inset !important;
  1984. color: #2ECC40 !important;
  1985. }
  1986. .ui.inverted.green.basic.buttons .button:focus,
  1987. .ui.inverted.green.basic.buttons .button:focus,
  1988. .ui.inverted.green.basic.button:focus {
  1989. box-shadow: 0px 0px 0px 2px #19b82b inset !important;
  1990. color: #2ECC40 !important;
  1991. }
  1992. .ui.inverted.green.basic.buttons .active.button,
  1993. .ui.inverted.green.buttons .basic.active.button,
  1994. .ui.inverted.green.basic.active.button {
  1995. box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
  1996. color: #2ECC40 !important;
  1997. }
  1998. .ui.inverted.green.basic.buttons .button:active,
  1999. .ui.inverted.green.buttons .basic.button:active,
  2000. .ui.inverted.green.basic.button:active {
  2001. box-shadow: 0px 0px 0px 2px #25a233 inset !important;
  2002. color: #2ECC40 !important;
  2003. }
  2004. /*--- Orange ---*/
  2005. .ui.orange.buttons .button,
  2006. .ui.orange.button {
  2007. background-color: #D26911;
  2008. color: #FFFFFF;
  2009. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2010. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2011. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2012. }
  2013. .ui.orange.button {
  2014. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2015. }
  2016. .ui.orange.buttons .button:hover,
  2017. .ui.orange.button:hover {
  2018. background-color: #c35c07;
  2019. color: #FFFFFF;
  2020. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2021. }
  2022. .ui.orange.buttons .button:focus,
  2023. .ui.orange.button:focus {
  2024. background-color: #ba5500;
  2025. color: #FFFFFF;
  2026. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2027. }
  2028. .ui.orange.buttons .button:active,
  2029. .ui.orange.button:active {
  2030. background-color: #a3510d;
  2031. color: #FFFFFF;
  2032. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2033. }
  2034. .ui.orange.buttons .active.button,
  2035. .ui.orange.buttons .active.button:active,
  2036. .ui.orange.active.button,
  2037. .ui.orange.button .active.button:active {
  2038. background-color: #c75c02;
  2039. color: #FFFFFF;
  2040. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2041. }
  2042. /* Basic */
  2043. .ui.basic.orange.buttons .button,
  2044. .ui.basic.orange.button {
  2045. box-shadow: 0px 0px 0px 1px #D26911 inset !important;
  2046. color: #D26911 !important;
  2047. }
  2048. .ui.basic.orange.buttons .button:hover,
  2049. .ui.basic.orange.button:hover {
  2050. background: transparent !important;
  2051. box-shadow: 0px 0px 0px 1px #c35c07 inset !important;
  2052. color: #c35c07 !important;
  2053. }
  2054. .ui.basic.orange.buttons .button:focus,
  2055. .ui.basic.orange.button:focus {
  2056. background: transparent !important;
  2057. box-shadow: 0px 0px 0px 1px #ba5500 inset !important;
  2058. color: #c35c07 !important;
  2059. }
  2060. .ui.basic.orange.buttons .active.button,
  2061. .ui.basic.orange.active.button {
  2062. background: transparent !important;
  2063. box-shadow: 0px 0px 0px 1px #c75c02 inset !important;
  2064. color: #a3510d !important;
  2065. }
  2066. .ui.basic.orange.buttons .button:active,
  2067. .ui.basic.orange.button:active {
  2068. box-shadow: 0px 0px 0px 1px #a3510d inset !important;
  2069. color: #a3510d !important;
  2070. }
  2071. .ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
  2072. margin-left: -1px;
  2073. }
  2074. /* Inverted */
  2075. .ui.inverted.orange.buttons .button,
  2076. .ui.inverted.orange.button {
  2077. background-color: transparent;
  2078. box-shadow: 0px 0px 0px 2px #FF851B inset !important;
  2079. color: #FF851B;
  2080. }
  2081. .ui.inverted.orange.buttons .button:hover,
  2082. .ui.inverted.orange.button:hover,
  2083. .ui.inverted.orange.buttons .button:focus,
  2084. .ui.inverted.orange.button:focus,
  2085. .ui.inverted.orange.buttons .button.active,
  2086. .ui.inverted.orange.button.active,
  2087. .ui.inverted.orange.buttons .button:active,
  2088. .ui.inverted.orange.button:active {
  2089. box-shadow: none !important;
  2090. color: #FFFFFF;
  2091. }
  2092. .ui.inverted.orange.buttons .button:hover,
  2093. .ui.inverted.orange.button:hover {
  2094. background-color: #ff7701;
  2095. }
  2096. .ui.inverted.orange.buttons .button:focus,
  2097. .ui.inverted.orange.button:focus {
  2098. background-color: #f17000;
  2099. }
  2100. .ui.inverted.orange.buttons .active.button,
  2101. .ui.inverted.orange.active.button {
  2102. background-color: #ff7701;
  2103. }
  2104. .ui.inverted.orange.buttons .button:active,
  2105. .ui.inverted.orange.button:active {
  2106. background-color: #e76b00;
  2107. }
  2108. /* Inverted Basic */
  2109. .ui.inverted.orange.basic.buttons .button,
  2110. .ui.inverted.orange.buttons .basic.button,
  2111. .ui.inverted.orange.basic.button {
  2112. background-color: transparent;
  2113. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2114. color: #FFFFFF !important;
  2115. }
  2116. .ui.inverted.orange.basic.buttons .button:hover,
  2117. .ui.inverted.orange.buttons .basic.button:hover,
  2118. .ui.inverted.orange.basic.button:hover {
  2119. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2120. color: #FF851B !important;
  2121. }
  2122. .ui.inverted.orange.basic.buttons .button:focus,
  2123. .ui.inverted.orange.basic.buttons .button:focus,
  2124. .ui.inverted.orange.basic.button:focus {
  2125. box-shadow: 0px 0px 0px 2px #f17000 inset !important;
  2126. color: #FF851B !important;
  2127. }
  2128. .ui.inverted.orange.basic.buttons .active.button,
  2129. .ui.inverted.orange.buttons .basic.active.button,
  2130. .ui.inverted.orange.basic.active.button {
  2131. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  2132. color: #FF851B !important;
  2133. }
  2134. .ui.inverted.orange.basic.buttons .button:active,
  2135. .ui.inverted.orange.buttons .basic.button:active,
  2136. .ui.inverted.orange.basic.button:active {
  2137. box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
  2138. color: #FF851B !important;
  2139. }
  2140. /*--- Pink ---*/
  2141. .ui.pink.buttons .button,
  2142. .ui.pink.button {
  2143. background-color: #E03997;
  2144. color: #FFFFFF;
  2145. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2146. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2147. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2148. }
  2149. .ui.pink.button {
  2150. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2151. }
  2152. .ui.pink.buttons .button:hover,
  2153. .ui.pink.button:hover {
  2154. background-color: #e61a8d;
  2155. color: #FFFFFF;
  2156. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2157. }
  2158. .ui.pink.buttons .button:focus,
  2159. .ui.pink.button:focus {
  2160. background-color: #e10f85;
  2161. color: #FFFFFF;
  2162. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2163. }
  2164. .ui.pink.buttons .button:active,
  2165. .ui.pink.button:active {
  2166. background-color: #c71f7e;
  2167. color: #FFFFFF;
  2168. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2169. }
  2170. .ui.pink.buttons .active.button,
  2171. .ui.pink.buttons .active.button:active,
  2172. .ui.pink.active.button,
  2173. .ui.pink.button .active.button:active {
  2174. background-color: #ea158d;
  2175. color: #FFFFFF;
  2176. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2177. }
  2178. /* Basic */
  2179. .ui.basic.pink.buttons .button,
  2180. .ui.basic.pink.button {
  2181. box-shadow: 0px 0px 0px 1px #E03997 inset !important;
  2182. color: #E03997 !important;
  2183. }
  2184. .ui.basic.pink.buttons .button:hover,
  2185. .ui.basic.pink.button:hover {
  2186. background: transparent !important;
  2187. box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
  2188. color: #e61a8d !important;
  2189. }
  2190. .ui.basic.pink.buttons .button:focus,
  2191. .ui.basic.pink.button:focus {
  2192. background: transparent !important;
  2193. box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
  2194. color: #e61a8d !important;
  2195. }
  2196. .ui.basic.pink.buttons .active.button,
  2197. .ui.basic.pink.active.button {
  2198. background: transparent !important;
  2199. box-shadow: 0px 0px 0px 1px #ea158d inset !important;
  2200. color: #c71f7e !important;
  2201. }
  2202. .ui.basic.pink.buttons .button:active,
  2203. .ui.basic.pink.button:active {
  2204. box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
  2205. color: #c71f7e !important;
  2206. }
  2207. .ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
  2208. margin-left: -1px;
  2209. }
  2210. /* Inverted */
  2211. .ui.inverted.pink.buttons .button,
  2212. .ui.inverted.pink.button {
  2213. background-color: transparent;
  2214. box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
  2215. color: #FF8EDF;
  2216. }
  2217. .ui.inverted.pink.buttons .button:hover,
  2218. .ui.inverted.pink.button:hover,
  2219. .ui.inverted.pink.buttons .button:focus,
  2220. .ui.inverted.pink.button:focus,
  2221. .ui.inverted.pink.buttons .button.active,
  2222. .ui.inverted.pink.button.active,
  2223. .ui.inverted.pink.buttons .button:active,
  2224. .ui.inverted.pink.button:active {
  2225. box-shadow: none !important;
  2226. color: #FFFFFF;
  2227. }
  2228. .ui.inverted.pink.buttons .button:hover,
  2229. .ui.inverted.pink.button:hover {
  2230. background-color: #ff74d8;
  2231. }
  2232. .ui.inverted.pink.buttons .button:focus,
  2233. .ui.inverted.pink.button:focus {
  2234. background-color: #ff65d3;
  2235. }
  2236. .ui.inverted.pink.buttons .active.button,
  2237. .ui.inverted.pink.active.button {
  2238. background-color: #ff74d8;
  2239. }
  2240. .ui.inverted.pink.buttons .button:active,
  2241. .ui.inverted.pink.button:active {
  2242. background-color: #ff5bd1;
  2243. }
  2244. /* Inverted Basic */
  2245. .ui.inverted.pink.basic.buttons .button,
  2246. .ui.inverted.pink.buttons .basic.button,
  2247. .ui.inverted.pink.basic.button {
  2248. background-color: transparent;
  2249. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2250. color: #FFFFFF !important;
  2251. }
  2252. .ui.inverted.pink.basic.buttons .button:hover,
  2253. .ui.inverted.pink.buttons .basic.button:hover,
  2254. .ui.inverted.pink.basic.button:hover {
  2255. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2256. color: #FF8EDF !important;
  2257. }
  2258. .ui.inverted.pink.basic.buttons .button:focus,
  2259. .ui.inverted.pink.basic.buttons .button:focus,
  2260. .ui.inverted.pink.basic.button:focus {
  2261. box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
  2262. color: #FF8EDF !important;
  2263. }
  2264. .ui.inverted.pink.basic.buttons .active.button,
  2265. .ui.inverted.pink.buttons .basic.active.button,
  2266. .ui.inverted.pink.basic.active.button {
  2267. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2268. color: #FF8EDF !important;
  2269. }
  2270. .ui.inverted.pink.basic.buttons .button:active,
  2271. .ui.inverted.pink.buttons .basic.button:active,
  2272. .ui.inverted.pink.basic.button:active {
  2273. box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
  2274. color: #FF8EDF !important;
  2275. }
  2276. /*--- Violet ---*/
  2277. .ui.violet.buttons .button,
  2278. .ui.violet.button {
  2279. background-color: #6435C9;
  2280. color: #FFFFFF;
  2281. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2282. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2283. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2284. }
  2285. .ui.violet.button {
  2286. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2287. }
  2288. .ui.violet.buttons .button:hover,
  2289. .ui.violet.button:hover {
  2290. background-color: #5829bb;
  2291. color: #FFFFFF;
  2292. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2293. }
  2294. .ui.violet.buttons .button:focus,
  2295. .ui.violet.button:focus {
  2296. background-color: #4f20b5;
  2297. color: #FFFFFF;
  2298. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2299. }
  2300. .ui.violet.buttons .button:active,
  2301. .ui.violet.button:active {
  2302. background-color: #502aa1;
  2303. color: #FFFFFF;
  2304. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2305. }
  2306. .ui.violet.buttons .active.button,
  2307. .ui.violet.buttons .active.button:active,
  2308. .ui.violet.active.button,
  2309. .ui.violet.button .active.button:active {
  2310. background-color: #5626bf;
  2311. color: #FFFFFF;
  2312. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2313. }
  2314. /* Basic */
  2315. .ui.basic.violet.buttons .button,
  2316. .ui.basic.violet.button {
  2317. box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
  2318. color: #6435C9 !important;
  2319. }
  2320. .ui.basic.violet.buttons .button:hover,
  2321. .ui.basic.violet.button:hover {
  2322. background: transparent !important;
  2323. box-shadow: 0px 0px 0px 1px #5829bb inset !important;
  2324. color: #5829bb !important;
  2325. }
  2326. .ui.basic.violet.buttons .button:focus,
  2327. .ui.basic.violet.button:focus {
  2328. background: transparent !important;
  2329. box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
  2330. color: #5829bb !important;
  2331. }
  2332. .ui.basic.violet.buttons .active.button,
  2333. .ui.basic.violet.active.button {
  2334. background: transparent !important;
  2335. box-shadow: 0px 0px 0px 1px #5626bf inset !important;
  2336. color: #502aa1 !important;
  2337. }
  2338. .ui.basic.violet.buttons .button:active,
  2339. .ui.basic.violet.button:active {
  2340. box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
  2341. color: #502aa1 !important;
  2342. }
  2343. .ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
  2344. margin-left: -1px;
  2345. }
  2346. /* Inverted */
  2347. .ui.inverted.violet.buttons .button,
  2348. .ui.inverted.violet.button {
  2349. background-color: transparent;
  2350. box-shadow: 0px 0px 0px 2px #A291FB inset !important;
  2351. color: #A291FB;
  2352. }
  2353. .ui.inverted.violet.buttons .button:hover,
  2354. .ui.inverted.violet.button:hover,
  2355. .ui.inverted.violet.buttons .button:focus,
  2356. .ui.inverted.violet.button:focus,
  2357. .ui.inverted.violet.buttons .button.active,
  2358. .ui.inverted.violet.button.active,
  2359. .ui.inverted.violet.buttons .button:active,
  2360. .ui.inverted.violet.button:active {
  2361. box-shadow: none !important;
  2362. color: #FFFFFF;
  2363. }
  2364. .ui.inverted.violet.buttons .button:hover,
  2365. .ui.inverted.violet.button:hover {
  2366. background-color: #8a73ff;
  2367. }
  2368. .ui.inverted.violet.buttons .button:focus,
  2369. .ui.inverted.violet.button:focus {
  2370. background-color: #7d64ff;
  2371. }
  2372. .ui.inverted.violet.buttons .active.button,
  2373. .ui.inverted.violet.active.button {
  2374. background-color: #8a73ff;
  2375. }
  2376. .ui.inverted.violet.buttons .button:active,
  2377. .ui.inverted.violet.button:active {
  2378. background-color: #7860f9;
  2379. }
  2380. /* Inverted Basic */
  2381. .ui.inverted.violet.basic.buttons .button,
  2382. .ui.inverted.violet.buttons .basic.button,
  2383. .ui.inverted.violet.basic.button {
  2384. background-color: transparent;
  2385. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2386. color: #FFFFFF !important;
  2387. }
  2388. .ui.inverted.violet.basic.buttons .button:hover,
  2389. .ui.inverted.violet.buttons .basic.button:hover,
  2390. .ui.inverted.violet.basic.button:hover {
  2391. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2392. color: #A291FB !important;
  2393. }
  2394. .ui.inverted.violet.basic.buttons .button:focus,
  2395. .ui.inverted.violet.basic.buttons .button:focus,
  2396. .ui.inverted.violet.basic.button:focus {
  2397. box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
  2398. color: #A291FB !important;
  2399. }
  2400. .ui.inverted.violet.basic.buttons .active.button,
  2401. .ui.inverted.violet.buttons .basic.active.button,
  2402. .ui.inverted.violet.basic.active.button {
  2403. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2404. color: #A291FB !important;
  2405. }
  2406. .ui.inverted.violet.basic.buttons .button:active,
  2407. .ui.inverted.violet.buttons .basic.button:active,
  2408. .ui.inverted.violet.basic.button:active {
  2409. box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
  2410. color: #A291FB !important;
  2411. }
  2412. /*--- Purple ---*/
  2413. .ui.purple.buttons .button,
  2414. .ui.purple.button {
  2415. background-color: #A333C8;
  2416. color: #FFFFFF;
  2417. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2418. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2419. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2420. }
  2421. .ui.purple.button {
  2422. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2423. }
  2424. .ui.purple.buttons .button:hover,
  2425. .ui.purple.button:hover {
  2426. background-color: #9627ba;
  2427. color: #FFFFFF;
  2428. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2429. }
  2430. .ui.purple.buttons .button:focus,
  2431. .ui.purple.button:focus {
  2432. background-color: #8f1eb4;
  2433. color: #FFFFFF;
  2434. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2435. }
  2436. .ui.purple.buttons .button:active,
  2437. .ui.purple.button:active {
  2438. background-color: #82299f;
  2439. color: #FFFFFF;
  2440. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2441. }
  2442. .ui.purple.buttons .active.button,
  2443. .ui.purple.buttons .active.button:active,
  2444. .ui.purple.active.button,
  2445. .ui.purple.button .active.button:active {
  2446. background-color: #9724be;
  2447. color: #FFFFFF;
  2448. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2449. }
  2450. /* Basic */
  2451. .ui.basic.purple.buttons .button,
  2452. .ui.basic.purple.button {
  2453. box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
  2454. color: #A333C8 !important;
  2455. }
  2456. .ui.basic.purple.buttons .button:hover,
  2457. .ui.basic.purple.button:hover {
  2458. background: transparent !important;
  2459. box-shadow: 0px 0px 0px 1px #9627ba inset !important;
  2460. color: #9627ba !important;
  2461. }
  2462. .ui.basic.purple.buttons .button:focus,
  2463. .ui.basic.purple.button:focus {
  2464. background: transparent !important;
  2465. box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
  2466. color: #9627ba !important;
  2467. }
  2468. .ui.basic.purple.buttons .active.button,
  2469. .ui.basic.purple.active.button {
  2470. background: transparent !important;
  2471. box-shadow: 0px 0px 0px 1px #9724be inset !important;
  2472. color: #82299f !important;
  2473. }
  2474. .ui.basic.purple.buttons .button:active,
  2475. .ui.basic.purple.button:active {
  2476. box-shadow: 0px 0px 0px 1px #82299f inset !important;
  2477. color: #82299f !important;
  2478. }
  2479. .ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
  2480. margin-left: -1px;
  2481. }
  2482. /* Inverted */
  2483. .ui.inverted.purple.buttons .button,
  2484. .ui.inverted.purple.button {
  2485. background-color: transparent;
  2486. box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
  2487. color: #DC73FF;
  2488. }
  2489. .ui.inverted.purple.buttons .button:hover,
  2490. .ui.inverted.purple.button:hover,
  2491. .ui.inverted.purple.buttons .button:focus,
  2492. .ui.inverted.purple.button:focus,
  2493. .ui.inverted.purple.buttons .button.active,
  2494. .ui.inverted.purple.button.active,
  2495. .ui.inverted.purple.buttons .button:active,
  2496. .ui.inverted.purple.button:active {
  2497. box-shadow: none !important;
  2498. color: #FFFFFF;
  2499. }
  2500. .ui.inverted.purple.buttons .button:hover,
  2501. .ui.inverted.purple.button:hover {
  2502. background-color: #d65aff;
  2503. }
  2504. .ui.inverted.purple.buttons .button:focus,
  2505. .ui.inverted.purple.button:focus {
  2506. background-color: #d24aff;
  2507. }
  2508. .ui.inverted.purple.buttons .active.button,
  2509. .ui.inverted.purple.active.button {
  2510. background-color: #d65aff;
  2511. }
  2512. .ui.inverted.purple.buttons .button:active,
  2513. .ui.inverted.purple.button:active {
  2514. background-color: #cf40ff;
  2515. }
  2516. /* Inverted Basic */
  2517. .ui.inverted.purple.basic.buttons .button,
  2518. .ui.inverted.purple.buttons .basic.button,
  2519. .ui.inverted.purple.basic.button {
  2520. background-color: transparent;
  2521. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2522. color: #FFFFFF !important;
  2523. }
  2524. .ui.inverted.purple.basic.buttons .button:hover,
  2525. .ui.inverted.purple.buttons .basic.button:hover,
  2526. .ui.inverted.purple.basic.button:hover {
  2527. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  2528. color: #DC73FF !important;
  2529. }
  2530. .ui.inverted.purple.basic.buttons .button:focus,
  2531. .ui.inverted.purple.basic.buttons .button:focus,
  2532. .ui.inverted.purple.basic.button:focus {
  2533. box-shadow: 0px 0px 0px 2px #d24aff inset !important;
  2534. color: #DC73FF !important;
  2535. }
  2536. .ui.inverted.purple.basic.buttons .active.button,
  2537. .ui.inverted.purple.buttons .basic.active.button,
  2538. .ui.inverted.purple.basic.active.button {
  2539. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  2540. color: #DC73FF !important;
  2541. }
  2542. .ui.inverted.purple.basic.buttons .button:active,
  2543. .ui.inverted.purple.buttons .basic.button:active,
  2544. .ui.inverted.purple.basic.button:active {
  2545. box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
  2546. color: #DC73FF !important;
  2547. }
  2548. /*--- Red ---*/
  2549. .ui.red.buttons .button,
  2550. .ui.red.button {
  2551. background-color: #DB2828;
  2552. color: #FFFFFF;
  2553. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2554. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2555. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2556. }
  2557. .ui.red.button {
  2558. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2559. }
  2560. .ui.red.buttons .button:hover,
  2561. .ui.red.button:hover {
  2562. background-color: #d01919;
  2563. color: #FFFFFF;
  2564. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2565. }
  2566. .ui.red.buttons .button:focus,
  2567. .ui.red.button:focus {
  2568. background-color: #ca1010;
  2569. color: #FFFFFF;
  2570. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2571. }
  2572. .ui.red.buttons .button:active,
  2573. .ui.red.button:active {
  2574. background-color: #b21e1e;
  2575. color: #FFFFFF;
  2576. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2577. }
  2578. .ui.red.buttons .active.button,
  2579. .ui.red.buttons .active.button:active,
  2580. .ui.red.active.button,
  2581. .ui.red.button .active.button:active {
  2582. background-color: #d41515;
  2583. color: #FFFFFF;
  2584. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2585. }
  2586. /* Basic */
  2587. .ui.basic.red.buttons .button,
  2588. .ui.basic.red.button {
  2589. box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  2590. color: #DB2828 !important;
  2591. }
  2592. .ui.basic.red.buttons .button:hover,
  2593. .ui.basic.red.button:hover {
  2594. background: transparent !important;
  2595. box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  2596. color: #d01919 !important;
  2597. }
  2598. .ui.basic.red.buttons .button:focus,
  2599. .ui.basic.red.button:focus {
  2600. background: transparent !important;
  2601. box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  2602. color: #d01919 !important;
  2603. }
  2604. .ui.basic.red.buttons .active.button,
  2605. .ui.basic.red.active.button {
  2606. background: transparent !important;
  2607. box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  2608. color: #b21e1e !important;
  2609. }
  2610. .ui.basic.red.buttons .button:active,
  2611. .ui.basic.red.button:active {
  2612. box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  2613. color: #b21e1e !important;
  2614. }
  2615. .ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
  2616. margin-left: -1px;
  2617. }
  2618. /* Inverted */
  2619. .ui.inverted.red.buttons .button,
  2620. .ui.inverted.red.button {
  2621. background-color: transparent;
  2622. box-shadow: 0px 0px 0px 2px #FF695E inset !important;
  2623. color: #FF695E;
  2624. }
  2625. .ui.inverted.red.buttons .button:hover,
  2626. .ui.inverted.red.button:hover,
  2627. .ui.inverted.red.buttons .button:focus,
  2628. .ui.inverted.red.button:focus,
  2629. .ui.inverted.red.buttons .button.active,
  2630. .ui.inverted.red.button.active,
  2631. .ui.inverted.red.buttons .button:active,
  2632. .ui.inverted.red.button:active {
  2633. box-shadow: none !important;
  2634. color: #FFFFFF;
  2635. }
  2636. .ui.inverted.red.buttons .button:hover,
  2637. .ui.inverted.red.button:hover {
  2638. background-color: #ff5144;
  2639. }
  2640. .ui.inverted.red.buttons .button:focus,
  2641. .ui.inverted.red.button:focus {
  2642. background-color: #ff4335;
  2643. }
  2644. .ui.inverted.red.buttons .active.button,
  2645. .ui.inverted.red.active.button {
  2646. background-color: #ff5144;
  2647. }
  2648. .ui.inverted.red.buttons .button:active,
  2649. .ui.inverted.red.button:active {
  2650. background-color: #ff392b;
  2651. }
  2652. /* Inverted Basic */
  2653. .ui.inverted.red.basic.buttons .button,
  2654. .ui.inverted.red.buttons .basic.button,
  2655. .ui.inverted.red.basic.button {
  2656. background-color: transparent;
  2657. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2658. color: #FFFFFF !important;
  2659. }
  2660. .ui.inverted.red.basic.buttons .button:hover,
  2661. .ui.inverted.red.buttons .basic.button:hover,
  2662. .ui.inverted.red.basic.button:hover {
  2663. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  2664. color: #FF695E !important;
  2665. }
  2666. .ui.inverted.red.basic.buttons .button:focus,
  2667. .ui.inverted.red.basic.buttons .button:focus,
  2668. .ui.inverted.red.basic.button:focus {
  2669. box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
  2670. color: #FF695E !important;
  2671. }
  2672. .ui.inverted.red.basic.buttons .active.button,
  2673. .ui.inverted.red.buttons .basic.active.button,
  2674. .ui.inverted.red.basic.active.button {
  2675. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  2676. color: #FF695E !important;
  2677. }
  2678. .ui.inverted.red.basic.buttons .button:active,
  2679. .ui.inverted.red.buttons .basic.button:active,
  2680. .ui.inverted.red.basic.button:active {
  2681. box-shadow: 0px 0px 0px 2px #ff392b inset !important;
  2682. color: #FF695E !important;
  2683. }
  2684. /*--- Teal ---*/
  2685. .ui.teal.buttons .button,
  2686. .ui.teal.button {
  2687. background-color: #00B5AD;
  2688. color: #FFFFFF;
  2689. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2690. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2691. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2692. }
  2693. .ui.teal.button {
  2694. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2695. }
  2696. .ui.teal.buttons .button:hover,
  2697. .ui.teal.button:hover {
  2698. background-color: #009c95;
  2699. color: #FFFFFF;
  2700. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2701. }
  2702. .ui.teal.buttons .button:focus,
  2703. .ui.teal.button:focus {
  2704. background-color: #008c86;
  2705. color: #FFFFFF;
  2706. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2707. }
  2708. .ui.teal.buttons .button:active,
  2709. .ui.teal.button:active {
  2710. background-color: #00827c;
  2711. color: #FFFFFF;
  2712. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2713. }
  2714. .ui.teal.buttons .active.button,
  2715. .ui.teal.buttons .active.button:active,
  2716. .ui.teal.active.button,
  2717. .ui.teal.button .active.button:active {
  2718. background-color: #009c95;
  2719. color: #FFFFFF;
  2720. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2721. }
  2722. /* Basic */
  2723. .ui.basic.teal.buttons .button,
  2724. .ui.basic.teal.button {
  2725. box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
  2726. color: #00B5AD !important;
  2727. }
  2728. .ui.basic.teal.buttons .button:hover,
  2729. .ui.basic.teal.button:hover {
  2730. background: transparent !important;
  2731. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  2732. color: #009c95 !important;
  2733. }
  2734. .ui.basic.teal.buttons .button:focus,
  2735. .ui.basic.teal.button:focus {
  2736. background: transparent !important;
  2737. box-shadow: 0px 0px 0px 1px #008c86 inset !important;
  2738. color: #009c95 !important;
  2739. }
  2740. .ui.basic.teal.buttons .active.button,
  2741. .ui.basic.teal.active.button {
  2742. background: transparent !important;
  2743. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  2744. color: #00827c !important;
  2745. }
  2746. .ui.basic.teal.buttons .button:active,
  2747. .ui.basic.teal.button:active {
  2748. box-shadow: 0px 0px 0px 1px #00827c inset !important;
  2749. color: #00827c !important;
  2750. }
  2751. .ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
  2752. margin-left: -1px;
  2753. }
  2754. /* Inverted */
  2755. .ui.inverted.teal.buttons .button,
  2756. .ui.inverted.teal.button {
  2757. background-color: transparent;
  2758. box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
  2759. color: #6DFFFF;
  2760. }
  2761. .ui.inverted.teal.buttons .button:hover,
  2762. .ui.inverted.teal.button:hover,
  2763. .ui.inverted.teal.buttons .button:focus,
  2764. .ui.inverted.teal.button:focus,
  2765. .ui.inverted.teal.buttons .button.active,
  2766. .ui.inverted.teal.button.active,
  2767. .ui.inverted.teal.buttons .button:active,
  2768. .ui.inverted.teal.button:active {
  2769. box-shadow: none !important;
  2770. color: #333333;
  2771. }
  2772. .ui.inverted.teal.buttons .button:hover,
  2773. .ui.inverted.teal.button:hover {
  2774. background-color: #54ffff;
  2775. }
  2776. .ui.inverted.teal.buttons .button:focus,
  2777. .ui.inverted.teal.button:focus {
  2778. background-color: #44ffff;
  2779. }
  2780. .ui.inverted.teal.buttons .active.button,
  2781. .ui.inverted.teal.active.button {
  2782. background-color: #54ffff;
  2783. }
  2784. .ui.inverted.teal.buttons .button:active,
  2785. .ui.inverted.teal.button:active {
  2786. background-color: #3affff;
  2787. }
  2788. /* Inverted Basic */
  2789. .ui.inverted.teal.basic.buttons .button,
  2790. .ui.inverted.teal.buttons .basic.button,
  2791. .ui.inverted.teal.basic.button {
  2792. background-color: transparent;
  2793. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2794. color: #FFFFFF !important;
  2795. }
  2796. .ui.inverted.teal.basic.buttons .button:hover,
  2797. .ui.inverted.teal.buttons .basic.button:hover,
  2798. .ui.inverted.teal.basic.button:hover {
  2799. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  2800. color: #6DFFFF !important;
  2801. }
  2802. .ui.inverted.teal.basic.buttons .button:focus,
  2803. .ui.inverted.teal.basic.buttons .button:focus,
  2804. .ui.inverted.teal.basic.button:focus {
  2805. box-shadow: 0px 0px 0px 2px #44ffff inset !important;
  2806. color: #6DFFFF !important;
  2807. }
  2808. .ui.inverted.teal.basic.buttons .active.button,
  2809. .ui.inverted.teal.buttons .basic.active.button,
  2810. .ui.inverted.teal.basic.active.button {
  2811. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  2812. color: #6DFFFF !important;
  2813. }
  2814. .ui.inverted.teal.basic.buttons .button:active,
  2815. .ui.inverted.teal.buttons .basic.button:active,
  2816. .ui.inverted.teal.basic.button:active {
  2817. box-shadow: 0px 0px 0px 2px #3affff inset !important;
  2818. color: #6DFFFF !important;
  2819. }
  2820. /*--- Olive ---*/
  2821. .ui.olive.buttons .button,
  2822. .ui.olive.button {
  2823. background-color: #B5CC18;
  2824. color: #FFFFFF;
  2825. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2826. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2827. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2828. }
  2829. .ui.olive.button {
  2830. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2831. }
  2832. .ui.olive.buttons .button:hover,
  2833. .ui.olive.button:hover {
  2834. background-color: #a7bd0d;
  2835. color: #FFFFFF;
  2836. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2837. }
  2838. .ui.olive.buttons .button:focus,
  2839. .ui.olive.button:focus {
  2840. background-color: #a0b605;
  2841. color: #FFFFFF;
  2842. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2843. }
  2844. .ui.olive.buttons .button:active,
  2845. .ui.olive.button:active {
  2846. background-color: #8d9e13;
  2847. color: #FFFFFF;
  2848. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2849. }
  2850. .ui.olive.buttons .active.button,
  2851. .ui.olive.buttons .active.button:active,
  2852. .ui.olive.active.button,
  2853. .ui.olive.button .active.button:active {
  2854. background-color: #aac109;
  2855. color: #FFFFFF;
  2856. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2857. }
  2858. /* Basic */
  2859. .ui.basic.olive.buttons .button,
  2860. .ui.basic.olive.button {
  2861. box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
  2862. color: #B5CC18 !important;
  2863. }
  2864. .ui.basic.olive.buttons .button:hover,
  2865. .ui.basic.olive.button:hover {
  2866. background: transparent !important;
  2867. box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
  2868. color: #a7bd0d !important;
  2869. }
  2870. .ui.basic.olive.buttons .button:focus,
  2871. .ui.basic.olive.button:focus {
  2872. background: transparent !important;
  2873. box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
  2874. color: #a7bd0d !important;
  2875. }
  2876. .ui.basic.olive.buttons .active.button,
  2877. .ui.basic.olive.active.button {
  2878. background: transparent !important;
  2879. box-shadow: 0px 0px 0px 1px #aac109 inset !important;
  2880. color: #8d9e13 !important;
  2881. }
  2882. .ui.basic.olive.buttons .button:active,
  2883. .ui.basic.olive.button:active {
  2884. box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
  2885. color: #8d9e13 !important;
  2886. }
  2887. .ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
  2888. margin-left: -1px;
  2889. }
  2890. /* Inverted */
  2891. .ui.inverted.olive.buttons .button,
  2892. .ui.inverted.olive.button {
  2893. background-color: transparent;
  2894. box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
  2895. color: #D9E778;
  2896. }
  2897. .ui.inverted.olive.buttons .button:hover,
  2898. .ui.inverted.olive.button:hover,
  2899. .ui.inverted.olive.buttons .button:focus,
  2900. .ui.inverted.olive.button:focus,
  2901. .ui.inverted.olive.buttons .button.active,
  2902. .ui.inverted.olive.button.active,
  2903. .ui.inverted.olive.buttons .button:active,
  2904. .ui.inverted.olive.button:active {
  2905. box-shadow: none !important;
  2906. color: #333333;
  2907. }
  2908. .ui.inverted.olive.buttons .button:hover,
  2909. .ui.inverted.olive.button:hover {
  2910. background-color: #d8ea5c;
  2911. }
  2912. .ui.inverted.olive.buttons .button:focus,
  2913. .ui.inverted.olive.button:focus {
  2914. background-color: #daef47;
  2915. }
  2916. .ui.inverted.olive.buttons .active.button,
  2917. .ui.inverted.olive.active.button {
  2918. background-color: #daed59;
  2919. }
  2920. .ui.inverted.olive.buttons .button:active,
  2921. .ui.inverted.olive.button:active {
  2922. background-color: #cddf4d;
  2923. }
  2924. /* Inverted Basic */
  2925. .ui.inverted.olive.basic.buttons .button,
  2926. .ui.inverted.olive.buttons .basic.button,
  2927. .ui.inverted.olive.basic.button {
  2928. background-color: transparent;
  2929. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2930. color: #FFFFFF !important;
  2931. }
  2932. .ui.inverted.olive.basic.buttons .button:hover,
  2933. .ui.inverted.olive.buttons .basic.button:hover,
  2934. .ui.inverted.olive.basic.button:hover {
  2935. box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
  2936. color: #D9E778 !important;
  2937. }
  2938. .ui.inverted.olive.basic.buttons .button:focus,
  2939. .ui.inverted.olive.basic.buttons .button:focus,
  2940. .ui.inverted.olive.basic.button:focus {
  2941. box-shadow: 0px 0px 0px 2px #daef47 inset !important;
  2942. color: #D9E778 !important;
  2943. }
  2944. .ui.inverted.olive.basic.buttons .active.button,
  2945. .ui.inverted.olive.buttons .basic.active.button,
  2946. .ui.inverted.olive.basic.active.button {
  2947. box-shadow: 0px 0px 0px 2px #daed59 inset !important;
  2948. color: #D9E778 !important;
  2949. }
  2950. .ui.inverted.olive.basic.buttons .button:active,
  2951. .ui.inverted.olive.buttons .basic.button:active,
  2952. .ui.inverted.olive.basic.button:active {
  2953. box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
  2954. color: #D9E778 !important;
  2955. }
  2956. /*--- Yellow ---*/
  2957. .ui.yellow.buttons .button,
  2958. .ui.yellow.button {
  2959. background-color: #FBBD08;
  2960. color: #FFFFFF;
  2961. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2962. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2963. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2964. }
  2965. .ui.yellow.button {
  2966. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  2967. }
  2968. .ui.yellow.buttons .button:hover,
  2969. .ui.yellow.button:hover {
  2970. background-color: #eaae00;
  2971. color: #FFFFFF;
  2972. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2973. }
  2974. .ui.yellow.buttons .button:focus,
  2975. .ui.yellow.button:focus {
  2976. background-color: #daa300;
  2977. color: #FFFFFF;
  2978. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2979. }
  2980. .ui.yellow.buttons .button:active,
  2981. .ui.yellow.button:active {
  2982. background-color: #cd9903;
  2983. color: #FFFFFF;
  2984. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2985. }
  2986. .ui.yellow.buttons .active.button,
  2987. .ui.yellow.buttons .active.button:active,
  2988. .ui.yellow.active.button,
  2989. .ui.yellow.button .active.button:active {
  2990. background-color: #eaae00;
  2991. color: #FFFFFF;
  2992. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2993. }
  2994. /* Basic */
  2995. .ui.basic.yellow.buttons .button,
  2996. .ui.basic.yellow.button {
  2997. box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
  2998. color: #FBBD08 !important;
  2999. }
  3000. .ui.basic.yellow.buttons .button:hover,
  3001. .ui.basic.yellow.button:hover {
  3002. background: transparent !important;
  3003. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3004. color: #eaae00 !important;
  3005. }
  3006. .ui.basic.yellow.buttons .button:focus,
  3007. .ui.basic.yellow.button:focus {
  3008. background: transparent !important;
  3009. box-shadow: 0px 0px 0px 1px #daa300 inset !important;
  3010. color: #eaae00 !important;
  3011. }
  3012. .ui.basic.yellow.buttons .active.button,
  3013. .ui.basic.yellow.active.button {
  3014. background: transparent !important;
  3015. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  3016. color: #cd9903 !important;
  3017. }
  3018. .ui.basic.yellow.buttons .button:active,
  3019. .ui.basic.yellow.button:active {
  3020. box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
  3021. color: #cd9903 !important;
  3022. }
  3023. .ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
  3024. margin-left: -1px;
  3025. }
  3026. /* Inverted */
  3027. .ui.inverted.yellow.buttons .button,
  3028. .ui.inverted.yellow.button {
  3029. background-color: transparent;
  3030. box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
  3031. color: #FFE21F;
  3032. }
  3033. .ui.inverted.yellow.buttons .button:hover,
  3034. .ui.inverted.yellow.button:hover,
  3035. .ui.inverted.yellow.buttons .button:focus,
  3036. .ui.inverted.yellow.button:focus,
  3037. .ui.inverted.yellow.buttons .button.active,
  3038. .ui.inverted.yellow.button.active,
  3039. .ui.inverted.yellow.buttons .button:active,
  3040. .ui.inverted.yellow.button:active {
  3041. box-shadow: none !important;
  3042. color: #333333;
  3043. }
  3044. .ui.inverted.yellow.buttons .button:hover,
  3045. .ui.inverted.yellow.button:hover {
  3046. background-color: #ffdf05;
  3047. }
  3048. .ui.inverted.yellow.buttons .button:focus,
  3049. .ui.inverted.yellow.button:focus {
  3050. background-color: #f5d500;
  3051. }
  3052. .ui.inverted.yellow.buttons .active.button,
  3053. .ui.inverted.yellow.active.button {
  3054. background-color: #ffdf05;
  3055. }
  3056. .ui.inverted.yellow.buttons .button:active,
  3057. .ui.inverted.yellow.button:active {
  3058. background-color: #ebcd00;
  3059. }
  3060. /* Inverted Basic */
  3061. .ui.inverted.yellow.basic.buttons .button,
  3062. .ui.inverted.yellow.buttons .basic.button,
  3063. .ui.inverted.yellow.basic.button {
  3064. background-color: transparent;
  3065. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  3066. color: #FFFFFF !important;
  3067. }
  3068. .ui.inverted.yellow.basic.buttons .button:hover,
  3069. .ui.inverted.yellow.buttons .basic.button:hover,
  3070. .ui.inverted.yellow.basic.button:hover {
  3071. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3072. color: #FFE21F !important;
  3073. }
  3074. .ui.inverted.yellow.basic.buttons .button:focus,
  3075. .ui.inverted.yellow.basic.buttons .button:focus,
  3076. .ui.inverted.yellow.basic.button:focus {
  3077. box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
  3078. color: #FFE21F !important;
  3079. }
  3080. .ui.inverted.yellow.basic.buttons .active.button,
  3081. .ui.inverted.yellow.buttons .basic.active.button,
  3082. .ui.inverted.yellow.basic.active.button {
  3083. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  3084. color: #FFE21F !important;
  3085. }
  3086. .ui.inverted.yellow.basic.buttons .button:active,
  3087. .ui.inverted.yellow.buttons .basic.button:active,
  3088. .ui.inverted.yellow.basic.button:active {
  3089. box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
  3090. color: #FFE21F !important;
  3091. }
  3092. /*-------------------
  3093. Primary
  3094. --------------------*/
  3095. .ui.primary.buttons .button,
  3096. .ui.primary.button {
  3097. background-color: #3072B3;
  3098. color: #FFFFFF;
  3099. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3100. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3101. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3102. }
  3103. .ui.primary.button {
  3104. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  3105. }
  3106. .ui.primary.buttons .button:hover,
  3107. .ui.primary.button:hover {
  3108. background-color: #2565a5;
  3109. color: #FFFFFF;
  3110. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3111. }
  3112. .ui.primary.buttons .button:focus,
  3113. .ui.primary.button:focus {
  3114. background-color: #1d5e9e;
  3115. color: #FFFFFF;
  3116. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3117. }
  3118. .ui.primary.buttons .button:active,
  3119. .ui.primary.button:active {
  3120. background-color: #25588b;
  3121. color: #FFFFFF;
  3122. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3123. }
  3124. .ui.primary.buttons .active.button,
  3125. .ui.primary.active.button {
  3126. background-color: #2265a8;
  3127. color: #FFFFFF;
  3128. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3129. }
  3130. /*-------------------
  3131. Secondary
  3132. --------------------*/
  3133. .ui.secondary.buttons .button,
  3134. .ui.secondary.button {
  3135. background-color: #5D5D5D;
  3136. color: #FFFFFF;
  3137. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3138. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3139. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3140. }
  3141. .ui.secondary.button {
  3142. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  3143. }
  3144. .ui.secondary.buttons .button:hover,
  3145. .ui.secondary.button:hover {
  3146. background-color: #6a6a6a;
  3147. color: #FFFFFF;
  3148. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3149. }
  3150. .ui.secondary.buttons .button:focus,
  3151. .ui.secondary.button:focus {
  3152. background-color: #717171;
  3153. color: #FFFFFF;
  3154. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3155. }
  3156. .ui.secondary.buttons .button:active,
  3157. .ui.secondary.button:active {
  3158. background-color: #777777;
  3159. color: #FFFFFF;
  3160. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3161. }
  3162. .ui.secondary.buttons .active.button,
  3163. .ui.secondary.active.button {
  3164. background-color: #6a6a6a;
  3165. color: #FFFFFF;
  3166. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3167. }
  3168. /*---------------
  3169. Positive
  3170. ----------------*/
  3171. .ui.positive.buttons .button,
  3172. .ui.positive.button {
  3173. background-color: #60B044 !important;
  3174. color: #FFFFFF;
  3175. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3176. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3177. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3178. }
  3179. .ui.positive.button {
  3180. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  3181. }
  3182. .ui.positive.buttons .button:hover,
  3183. .ui.positive.button:hover {
  3184. background-color: #54a238 !important;
  3185. color: #FFFFFF;
  3186. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3187. }
  3188. .ui.positive.buttons .button:focus,
  3189. .ui.positive.button:focus {
  3190. background-color: #4c9c30 !important;
  3191. color: #FFFFFF;
  3192. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3193. }
  3194. .ui.positive.buttons .button:active,
  3195. .ui.positive.button:active {
  3196. background-color: #4c8b36 !important;
  3197. color: #FFFFFF;
  3198. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3199. }
  3200. .ui.positive.buttons .active.button,
  3201. .ui.positive.active.button,
  3202. .ui.positive.buttons .active.button:active {
  3203. background-color: #52a536;
  3204. color: #FFFFFF;
  3205. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3206. }
  3207. /*---------------
  3208. Negative
  3209. ----------------*/
  3210. .ui.negative.buttons .button,
  3211. .ui.negative.button {
  3212. background-color: #DB2828 !important;
  3213. color: #FFFFFF;
  3214. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3215. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3216. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3217. }
  3218. .ui.negative.button {
  3219. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  3220. }
  3221. .ui.negative.buttons .button:hover,
  3222. .ui.negative.button:hover {
  3223. background-color: #d01919 !important;
  3224. color: #FFFFFF;
  3225. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3226. }
  3227. .ui.negative.buttons .button:focus,
  3228. .ui.negative.button:focus {
  3229. background-color: #ca1010 !important;
  3230. color: #FFFFFF;
  3231. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3232. }
  3233. .ui.negative.buttons .button:active,
  3234. .ui.negative.button:active {
  3235. background-color: #b21e1e !important;
  3236. color: #FFFFFF;
  3237. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3238. }
  3239. .ui.negative.buttons .active.button,
  3240. .ui.negative.active.button,
  3241. .ui.negative.buttons .active.button:active {
  3242. background-color: #d41515;
  3243. color: #FFFFFF;
  3244. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3245. }
  3246. /*******************************
  3247. Groups
  3248. *******************************/
  3249. .ui.buttons {
  3250. display: -webkit-inline-box;
  3251. display: -webkit-inline-flex;
  3252. display: -ms-inline-flexbox;
  3253. display: inline-flex;
  3254. -webkit-box-orient: horizontal;
  3255. -webkit-box-direction: normal;
  3256. -webkit-flex-direction: row;
  3257. -ms-flex-direction: row;
  3258. flex-direction: row;
  3259. font-size: 0em;
  3260. vertical-align: baseline;
  3261. margin: 0em 0.25em 0em 0em;
  3262. }
  3263. .ui.buttons:not(.basic):not(.inverted) {
  3264. box-shadow: none;
  3265. }
  3266. /* Clearfix */
  3267. .ui.buttons:after {
  3268. content: ".";
  3269. display: block;
  3270. height: 0;
  3271. clear: both;
  3272. visibility: hidden;
  3273. }
  3274. /* Standard Group */
  3275. .ui.buttons .button {
  3276. -webkit-box-flex: 1;
  3277. -webkit-flex: 1 0 auto;
  3278. -ms-flex: 1 0 auto;
  3279. flex: 1 0 auto;
  3280. margin: 0em;
  3281. border-radius: 0em;
  3282. margin: 0px 0px 0px 0px;
  3283. }
  3284. .ui.buttons > .ui.button:not(.basic):not(.inverted),
  3285. .ui.buttons:not(.basic):not(.inverted) > .button {
  3286. box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.13) inset, 0 1px 3px rgba(0, 0, 0, 0.05);
  3287. }
  3288. .ui.buttons .button:first-child {
  3289. border-left: none;
  3290. margin-left: 0em;
  3291. border-top-left-radius: 0.30769231em;
  3292. border-bottom-left-radius: 0.30769231em;
  3293. }
  3294. .ui.buttons .button:last-child {
  3295. border-top-right-radius: 0.30769231em;
  3296. border-bottom-right-radius: 0.30769231em;
  3297. }
  3298. /* Vertical Style */
  3299. .ui.vertical.buttons {
  3300. display: -webkit-inline-box;
  3301. display: -webkit-inline-flex;
  3302. display: -ms-inline-flexbox;
  3303. display: inline-flex;
  3304. -webkit-box-orient: vertical;
  3305. -webkit-box-direction: normal;
  3306. -webkit-flex-direction: column;
  3307. -ms-flex-direction: column;
  3308. flex-direction: column;
  3309. }
  3310. .ui.vertical.buttons .button {
  3311. display: block;
  3312. float: none;
  3313. width: 100%;
  3314. margin: 0px 0px 0px 0px;
  3315. box-shadow: none;
  3316. }
  3317. .ui.vertical.buttons .button:first-child,
  3318. .ui.vertical.buttons .mini.button:first-child,
  3319. .ui.vertical.buttons .tiny.button:first-child,
  3320. .ui.vertical.buttons .small.button:first-child,
  3321. .ui.vertical.buttons .massive.button:first-child,
  3322. .ui.vertical.buttons .huge.button:first-child {
  3323. border-radius: 0.30769231em 0.30769231em 0px 0px;
  3324. }
  3325. .ui.vertical.buttons .button:last-child,
  3326. .ui.vertical.buttons .mini.button:last-child,
  3327. .ui.vertical.buttons .tiny.button:last-child,
  3328. .ui.vertical.buttons .small.button:last-child,
  3329. .ui.vertical.buttons .massive.button:last-child,
  3330. .ui.vertical.buttons .huge.button:last-child,
  3331. .ui.vertical.buttons .gigantic.button:last-child {
  3332. margin-bottom: 0px;
  3333. border-radius: 0px 0px 0.30769231em 0.30769231em;
  3334. }
  3335. /*******************************
  3336. Overrides
  3337. *******************************/
  3338. /*******************************
  3339. Site Overrides
  3340. *******************************/
  3341. /*!
  3342. * # Semantic UI 2.1.6 - Container
  3343. * http://github.com/semantic-org/semantic-ui/
  3344. *
  3345. *
  3346. * Copyright 2015 Contributors
  3347. * Released under the MIT license
  3348. * http://opensource.org/licenses/MIT
  3349. *
  3350. */
  3351. /*******************************
  3352. Container
  3353. *******************************/
  3354. /* All Sizes */
  3355. .ui.container {
  3356. display: block;
  3357. max-width: 100% !important;
  3358. }
  3359. /* Mobile */
  3360. @media only screen and (max-width: 687px) {
  3361. .ui.container {
  3362. width: auto !important;
  3363. margin-left: 1em !important;
  3364. margin-right: 1em !important;
  3365. }
  3366. .ui.grid.container {
  3367. width: auto !important;
  3368. }
  3369. .ui.relaxed.grid.container {
  3370. width: auto !important;
  3371. }
  3372. .ui.very.relaxed.grid.container {
  3373. width: auto !important;
  3374. }
  3375. }
  3376. /* Tablet */
  3377. @media only screen and (min-width: 688px) and (max-width: 687px) {
  3378. .ui.container {
  3379. width: 645px;
  3380. margin-left: auto !important;
  3381. margin-right: auto !important;
  3382. }
  3383. .ui.grid.container {
  3384. width: calc( 645px + 2rem ) !important;
  3385. }
  3386. .ui.relaxed.grid.container {
  3387. width: calc( 645px + 3rem ) !important;
  3388. }
  3389. .ui.very.relaxed.grid.container {
  3390. width: calc( 645px + 5rem ) !important;
  3391. }
  3392. }
  3393. /* Small Monitor */
  3394. @media only screen and (min-width: 688px) and (max-width: 687px) {
  3395. .ui.container {
  3396. width: 632px;
  3397. margin-left: auto !important;
  3398. margin-right: auto !important;
  3399. }
  3400. .ui.grid.container {
  3401. width: calc( 632px + 2rem ) !important;
  3402. }
  3403. .ui.relaxed.grid.container {
  3404. width: calc( 632px + 3rem ) !important;
  3405. }
  3406. .ui.very.relaxed.grid.container {
  3407. width: calc( 632px + 5rem ) !important;
  3408. }
  3409. }
  3410. /* Large Monitor */
  3411. @media only screen and (min-width: 688px) {
  3412. .ui.container {
  3413. width: 619px;
  3414. margin-left: auto !important;
  3415. margin-right: auto !important;
  3416. }
  3417. .ui.grid.container {
  3418. width: calc( 619px + 2rem ) !important;
  3419. }
  3420. .ui.relaxed.grid.container {
  3421. width: calc( 619px + 3rem ) !important;
  3422. }
  3423. .ui.very.relaxed.grid.container {
  3424. width: calc( 619px + 5rem ) !important;
  3425. }
  3426. }
  3427. /*******************************
  3428. Types
  3429. *******************************/
  3430. /* Text Container */
  3431. .ui.text.container {
  3432. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  3433. max-width: 700px !important;
  3434. line-height: 1.5;
  3435. }
  3436. .ui.text.container {
  3437. font-size: 1.15384615rem;
  3438. }
  3439. /* Fluid */
  3440. .ui.fluid.container {
  3441. width: 100%;
  3442. }
  3443. /*******************************
  3444. Variations
  3445. *******************************/
  3446. .ui[class*="left aligned"].container {
  3447. text-align: left;
  3448. }
  3449. .ui[class*="center aligned"].container {
  3450. text-align: center;
  3451. }
  3452. .ui[class*="right aligned"].container {
  3453. text-align: right;
  3454. }
  3455. .ui.justified.container {
  3456. text-align: justify;
  3457. -webkit-hyphens: auto;
  3458. -moz-hyphens: auto;
  3459. -ms-hyphens: auto;
  3460. hyphens: auto;
  3461. }
  3462. /*******************************
  3463. Site Overrides
  3464. *******************************/
  3465. /*!
  3466. * # Semantic UI 2.1.6 - Divider
  3467. * http://github.com/semantic-org/semantic-ui/
  3468. *
  3469. *
  3470. * Copyright 2015 Contributors
  3471. * Released under the MIT license
  3472. * http://opensource.org/licenses/MIT
  3473. *
  3474. */
  3475. /*******************************
  3476. Divider
  3477. *******************************/
  3478. .ui.divider {
  3479. margin: 1rem 0rem;
  3480. line-height: 1;
  3481. height: 0em;
  3482. font-weight: bold;
  3483. text-transform: uppercase;
  3484. letter-spacing: 0.05em;
  3485. color: rgba(0, 0, 0, 0.85);
  3486. -webkit-user-select: none;
  3487. -moz-user-select: none;
  3488. -ms-user-select: none;
  3489. user-select: none;
  3490. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  3491. }
  3492. /*--------------
  3493. Basic
  3494. ---------------*/
  3495. .ui.divider:not(.vertical):not(.horizontal) {
  3496. border-top: 1px solid rgba(0, 0, 0, 0.13);
  3497. border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3498. }
  3499. /*--------------
  3500. Coupling
  3501. ---------------*/
  3502. /* Allow divider between each column row */
  3503. .ui.grid > .column + .divider,
  3504. .ui.grid > .row > .column + .divider {
  3505. left: auto;
  3506. }
  3507. /*--------------
  3508. Horizontal
  3509. ---------------*/
  3510. .ui.horizontal.divider {
  3511. display: table;
  3512. white-space: nowrap;
  3513. height: auto;
  3514. margin: '';
  3515. overflow: hidden;
  3516. line-height: 1;
  3517. text-align: center;
  3518. }
  3519. .ui.horizontal.divider:before,
  3520. .ui.horizontal.divider:after {
  3521. content: '';
  3522. display: table-cell;
  3523. position: relative;
  3524. top: 50%;
  3525. width: 50%;
  3526. background-repeat: no-repeat;
  3527. }
  3528. .ui.horizontal.divider:before {
  3529. background-position: right 1em top 50%;
  3530. }
  3531. .ui.horizontal.divider:after {
  3532. background-position: left 1em top 50%;
  3533. }
  3534. /*--------------
  3535. Vertical
  3536. ---------------*/
  3537. .ui.vertical.divider {
  3538. position: absolute;
  3539. z-index: 2;
  3540. top: 50%;
  3541. left: 50%;
  3542. margin: 0rem;
  3543. padding: 0em;
  3544. width: auto;
  3545. height: 50%;
  3546. line-height: 0em;
  3547. text-align: center;
  3548. -webkit-transform: translateX(-50%);
  3549. transform: translateX(-50%);
  3550. }
  3551. .ui.vertical.divider:before,
  3552. .ui.vertical.divider:after {
  3553. position: absolute;
  3554. left: 50%;
  3555. content: '';
  3556. z-index: 3;
  3557. border-left: 1px solid rgba(0, 0, 0, 0.13);
  3558. border-right: 1px solid rgba(255, 255, 255, 0.1);
  3559. width: 0%;
  3560. height: calc(100% - 1rem );
  3561. }
  3562. .ui.vertical.divider:before {
  3563. top: -100%;
  3564. }
  3565. .ui.vertical.divider:after {
  3566. top: auto;
  3567. bottom: 0px;
  3568. }
  3569. /* Inside grid */
  3570. @media only screen and (max-width: 687px) {
  3571. .ui.stackable.grid .ui.vertical.divider,
  3572. .ui.grid .stackable.row .ui.vertical.divider {
  3573. display: table;
  3574. white-space: nowrap;
  3575. height: auto;
  3576. margin: '';
  3577. overflow: hidden;
  3578. line-height: 1;
  3579. text-align: center;
  3580. position: static;
  3581. top: 0;
  3582. left: 0;
  3583. -webkit-transform: none;
  3584. transform: none;
  3585. }
  3586. .ui.stackable.grid .ui.vertical.divider:before,
  3587. .ui.grid .stackable.row .ui.vertical.divider:before,
  3588. .ui.stackable.grid .ui.vertical.divider:after,
  3589. .ui.grid .stackable.row .ui.vertical.divider:after {
  3590. position: static;
  3591. left: 0;
  3592. border-left: none;
  3593. border-right: none;
  3594. content: '';
  3595. display: table-cell;
  3596. position: relative;
  3597. top: 50%;
  3598. width: 50%;
  3599. background-repeat: no-repeat;
  3600. }
  3601. .ui.stackable.grid .ui.vertical.divider:before,
  3602. .ui.grid .stackable.row .ui.vertical.divider:before {
  3603. background-position: right 1em top 50%;
  3604. }
  3605. .ui.stackable.grid .ui.vertical.divider:after,
  3606. .ui.grid .stackable.row .ui.vertical.divider:after {
  3607. background-position: left 1em top 50%;
  3608. }
  3609. }
  3610. /*--------------
  3611. Icon
  3612. ---------------*/
  3613. .ui.divider > .icon {
  3614. margin: 0rem;
  3615. font-size: 1rem;
  3616. height: 1em;
  3617. vertical-align: middle;
  3618. }
  3619. /*******************************
  3620. Variations
  3621. *******************************/
  3622. /*--------------
  3623. Hidden
  3624. ---------------*/
  3625. .ui.hidden.divider {
  3626. border-color: transparent !important;
  3627. }
  3628. .ui.hidden.divider:before,
  3629. .ui.hidden.divider:after {
  3630. display: none;
  3631. }
  3632. /*--------------
  3633. Inverted
  3634. ---------------*/
  3635. .ui.divider.inverted,
  3636. .ui.vertical.inverted.divider,
  3637. .ui.horizontal.inverted.divider {
  3638. color: #FFFFFF;
  3639. }
  3640. .ui.divider.inverted,
  3641. .ui.divider.inverted:after,
  3642. .ui.divider.inverted:before {
  3643. border-top-color: rgba(0, 0, 0, 0.13) !important;
  3644. border-left-color: rgba(0, 0, 0, 0.13) !important;
  3645. border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  3646. border-right-color: rgba(255, 255, 255, 0.15) !important;
  3647. }
  3648. /*--------------
  3649. Fitted
  3650. ---------------*/
  3651. .ui.fitted.divider {
  3652. margin: 0em;
  3653. }
  3654. /*--------------
  3655. Clearing
  3656. ---------------*/
  3657. .ui.clearing.divider {
  3658. clear: both;
  3659. }
  3660. /*--------------
  3661. Section
  3662. ---------------*/
  3663. .ui.section.divider {
  3664. margin-top: 2rem;
  3665. margin-bottom: 2rem;
  3666. }
  3667. /*--------------
  3668. Sizes
  3669. ---------------*/
  3670. .ui.divider {
  3671. font-size: 1rem;
  3672. }
  3673. /*******************************
  3674. Site Overrides
  3675. *******************************/
  3676. /*!
  3677. * # Semantic UI 2.1.6 - Flag
  3678. * http://github.com/semantic-org/semantic-ui/
  3679. *
  3680. *
  3681. * Copyright 2015 Contributors
  3682. * Released under the MIT license
  3683. * http://opensource.org/licenses/MIT
  3684. *
  3685. */
  3686. /*******************************
  3687. Flag
  3688. *******************************/
  3689. i.flag:not(.icon) {
  3690. display: inline-block;
  3691. width: 16px;
  3692. height: 11px;
  3693. line-height: 11px;
  3694. vertical-align: baseline;
  3695. margin: 0em 0.5em 0em 0em;
  3696. text-decoration: inherit;
  3697. speak: none;
  3698. font-smoothing: antialiased;
  3699. -webkit-backface-visibility: hidden;
  3700. backface-visibility: hidden;
  3701. }
  3702. /* Sprite */
  3703. i.flag:not(.icon):before {
  3704. display: inline-block;
  3705. content: '';
  3706. background: url("themes/default/assets/images/flags.png") no-repeat 0px 0px;
  3707. width: 16px;
  3708. height: 11px;
  3709. }
  3710. /*******************************
  3711. Site Overrides
  3712. *******************************/
  3713. /*!
  3714. * # Semantic UI 2.1.6 - Header
  3715. * http://github.com/semantic-org/semantic-ui/
  3716. *
  3717. *
  3718. * Copyright 2015 Contributors
  3719. * Released under the MIT license
  3720. * http://opensource.org/licenses/MIT
  3721. *
  3722. */
  3723. /*******************************
  3724. Header
  3725. *******************************/
  3726. /* Standard */
  3727. .ui.header {
  3728. border: none;
  3729. margin: calc(2rem - 0.14285em ) 0em 1rem;
  3730. padding: 0em 0em;
  3731. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  3732. font-weight: bold;
  3733. line-height: 1.2857em;
  3734. text-transform: none;
  3735. color: rgba(0, 0, 0, 0.87);
  3736. }
  3737. .ui.header:first-child {
  3738. margin-top: -0.14285em;
  3739. }
  3740. .ui.header:last-child {
  3741. margin-bottom: 0em;
  3742. }
  3743. /*--------------
  3744. Sub Header
  3745. ---------------*/
  3746. .ui.header .sub.header {
  3747. display: block;
  3748. font-weight: normal;
  3749. padding: 0em;
  3750. margin: 0em;
  3751. font-size: 1rem;
  3752. line-height: 1.2em;
  3753. color: rgba(0, 0, 0, 0.6);
  3754. }
  3755. /*--------------
  3756. Icon
  3757. ---------------*/
  3758. .ui.header > .icon {
  3759. display: table-cell;
  3760. opacity: 1;
  3761. font-size: 1.5em;
  3762. padding-top: 0.14285em;
  3763. vertical-align: middle;
  3764. }
  3765. /* With Text Node */
  3766. .ui.header .icon:only-child {
  3767. display: inline-block;
  3768. padding: 0em;
  3769. margin-right: 0.30769231rem;
  3770. }
  3771. /*-------------------
  3772. Image
  3773. --------------------*/
  3774. .ui.header > .image,
  3775. .ui.header > img {
  3776. display: inline-block;
  3777. margin-top: 0.14285em;
  3778. width: 2.5em;
  3779. height: auto;
  3780. vertical-align: middle;
  3781. }
  3782. .ui.header > .image:only-child,
  3783. .ui.header > img:only-child {
  3784. margin-right: 0.30769231rem;
  3785. }
  3786. /*--------------
  3787. Content
  3788. ---------------*/
  3789. .ui.header .content {
  3790. display: inline-block;
  3791. vertical-align: top;
  3792. }
  3793. /* After Image */
  3794. .ui.header > img + .content,
  3795. .ui.header > .image + .content {
  3796. padding-left: 0.30769231rem;
  3797. vertical-align: middle;
  3798. }
  3799. /* After Icon */
  3800. .ui.header > .icon + .content {
  3801. padding-left: 0.30769231rem;
  3802. display: table-cell;
  3803. vertical-align: middle;
  3804. }
  3805. /*--------------
  3806. Loose Coupling
  3807. ---------------*/
  3808. .ui.header .ui.label {
  3809. font-size: '';
  3810. margin-left: 0.5rem;
  3811. vertical-align: middle;
  3812. }
  3813. /* Positioning */
  3814. .ui.header + p {
  3815. margin-top: 0em;
  3816. }
  3817. /*******************************
  3818. Types
  3819. *******************************/
  3820. /*--------------
  3821. Page
  3822. ---------------*/
  3823. h1.ui.header {
  3824. font-size: 2.25em;
  3825. }
  3826. h2.ui.header {
  3827. font-size: 1.714rem;
  3828. }
  3829. h3.ui.header {
  3830. font-size: 1.28rem;
  3831. }
  3832. h4.ui.header {
  3833. font-size: 1.071rem;
  3834. }
  3835. h5.ui.header {
  3836. font-size: 1rem;
  3837. }
  3838. /* Sub Header */
  3839. h1.ui.header .sub.header {
  3840. font-size: 1.15384615rem;
  3841. }
  3842. h2.ui.header .sub.header {
  3843. font-size: 1.15384615rem;
  3844. }
  3845. h3.ui.header .sub.header {
  3846. font-size: 1rem;
  3847. }
  3848. h4.ui.header .sub.header {
  3849. font-size: 1rem;
  3850. }
  3851. h5.ui.header .sub.header {
  3852. font-size: 0.92307692rem;
  3853. }
  3854. /*--------------
  3855. Content Heading
  3856. ---------------*/
  3857. .ui.huge.header {
  3858. min-height: 1em;
  3859. font-size: 2.25em;
  3860. }
  3861. .ui.large.header {
  3862. font-size: 1.714em;
  3863. }
  3864. .ui.medium.header {
  3865. font-size: 1.28em;
  3866. }
  3867. .ui.small.header {
  3868. font-size: 1.071em;
  3869. }
  3870. .ui.tiny.header {
  3871. font-size: 1em;
  3872. }
  3873. /* Sub Header */
  3874. .ui.huge.header .sub.header {
  3875. font-size: 1.15384615rem;
  3876. }
  3877. .ui.large.header .sub.header {
  3878. font-size: 1.15384615rem;
  3879. }
  3880. .ui.header .sub.header {
  3881. font-size: 1rem;
  3882. }
  3883. .ui.small.header .sub.header {
  3884. font-size: 1rem;
  3885. }
  3886. .ui.tiny.header .sub.header {
  3887. font-size: 0.92307692rem;
  3888. }
  3889. /*--------------
  3890. Sub Heading
  3891. ---------------*/
  3892. .ui.sub.header {
  3893. padding: 0em;
  3894. margin-bottom: 0.15384615rem;
  3895. font-weight: bold;
  3896. font-size: 0.84615385em;
  3897. text-transform: uppercase;
  3898. color: '';
  3899. }
  3900. .ui.small.sub.header {
  3901. font-size: 0.69230769em;
  3902. }
  3903. .ui.sub.header {
  3904. font-size: 0.84615385em;
  3905. }
  3906. .ui.large.sub.header {
  3907. font-size: 0.92307692em;
  3908. }
  3909. .ui.huge.sub.header {
  3910. font-size: 1em;
  3911. }
  3912. /*-------------------
  3913. Icon
  3914. --------------------*/
  3915. .ui.icon.header {
  3916. display: inline-block;
  3917. text-align: center;
  3918. margin: 2rem 0em 1rem;
  3919. }
  3920. .ui.icon.header:after {
  3921. content: '';
  3922. display: block;
  3923. height: 0px;
  3924. clear: both;
  3925. visibility: hidden;
  3926. }
  3927. .ui.icon.header:first-child {
  3928. margin-top: 0em;
  3929. }
  3930. .ui.icon.header .icon {
  3931. float: none;
  3932. display: block;
  3933. width: auto;
  3934. height: auto;
  3935. line-height: 1;
  3936. padding: 0em;
  3937. font-size: 3em;
  3938. margin: 0em auto 0.5rem;
  3939. opacity: 1;
  3940. }
  3941. .ui.icon.header .content {
  3942. display: block;
  3943. }
  3944. .ui.icon.header .circular.icon {
  3945. font-size: 2em;
  3946. }
  3947. .ui.icon.header .square.icon {
  3948. font-size: 2em;
  3949. }
  3950. .ui.block.icon.header .icon {
  3951. margin-bottom: 0em;
  3952. }
  3953. .ui.icon.header.aligned {
  3954. margin-left: auto;
  3955. margin-right: auto;
  3956. display: block;
  3957. }
  3958. /*******************************
  3959. States
  3960. *******************************/
  3961. .ui.disabled.header {
  3962. opacity: 0.3;
  3963. }
  3964. /*******************************
  3965. Variations
  3966. *******************************/
  3967. /*-------------------
  3968. Inverted
  3969. --------------------*/
  3970. .ui.inverted.header {
  3971. color: #FFFFFF;
  3972. }
  3973. .ui.inverted.header .sub.header {
  3974. color: rgba(255, 255, 255, 0.8);
  3975. }
  3976. .ui.inverted.attached.header {
  3977. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  3978. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  3979. box-shadow: none;
  3980. border-color: transparent;
  3981. }
  3982. .ui.inverted.block.header {
  3983. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  3984. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  3985. box-shadow: none;
  3986. }
  3987. .ui.inverted.block.header {
  3988. border-bottom: none;
  3989. }
  3990. /*-------------------
  3991. Colors
  3992. --------------------*/
  3993. /*--- Red ---*/
  3994. .ui.red.header {
  3995. color: #DB2828 !important;
  3996. }
  3997. a.ui.red.header:hover {
  3998. color: #d01919 !important;
  3999. }
  4000. .ui.red.dividing.header {
  4001. border-bottom: 2px solid #DB2828;
  4002. }
  4003. /* Inverted */
  4004. .ui.inverted.red.header {
  4005. color: #FF695E !important;
  4006. }
  4007. a.ui.inverted.red.header:hover {
  4008. color: #ff5144 !important;
  4009. }
  4010. /*--- Orange ---*/
  4011. .ui.orange.header {
  4012. color: #D26911 !important;
  4013. }
  4014. a.ui.orange.header:hover {
  4015. color: #c35c07 !important;
  4016. }
  4017. .ui.orange.dividing.header {
  4018. border-bottom: 2px solid #D26911;
  4019. }
  4020. /* Inverted */
  4021. .ui.inverted.orange.header {
  4022. color: #FF851B !important;
  4023. }
  4024. a.ui.inverted.orange.header:hover {
  4025. color: #ff7701 !important;
  4026. }
  4027. /*--- Olive ---*/
  4028. .ui.olive.header {
  4029. color: #B5CC18 !important;
  4030. }
  4031. a.ui.olive.header:hover {
  4032. color: #a7bd0d !important;
  4033. }
  4034. .ui.olive.dividing.header {
  4035. border-bottom: 2px solid #B5CC18;
  4036. }
  4037. /* Inverted */
  4038. .ui.inverted.olive.header {
  4039. color: #D9E778 !important;
  4040. }
  4041. a.ui.inverted.olive.header:hover {
  4042. color: #d8ea5c !important;
  4043. }
  4044. /*--- Yellow ---*/
  4045. .ui.yellow.header {
  4046. color: #FBBD08 !important;
  4047. }
  4048. a.ui.yellow.header:hover {
  4049. color: #eaae00 !important;
  4050. }
  4051. .ui.yellow.dividing.header {
  4052. border-bottom: 2px solid #FBBD08;
  4053. }
  4054. /* Inverted */
  4055. .ui.inverted.yellow.header {
  4056. color: #FFE21F !important;
  4057. }
  4058. a.ui.inverted.yellow.header:hover {
  4059. color: #ffdf05 !important;
  4060. }
  4061. /*--- Green ---*/
  4062. .ui.green.header {
  4063. color: #78CB5B !important;
  4064. }
  4065. a.ui.green.header:hover {
  4066. color: #65cb41 !important;
  4067. }
  4068. .ui.green.dividing.header {
  4069. border-bottom: 2px solid #78CB5B;
  4070. }
  4071. /* Inverted */
  4072. .ui.inverted.green.header {
  4073. color: #2ECC40 !important;
  4074. }
  4075. a.ui.inverted.green.header:hover {
  4076. color: #22be34 !important;
  4077. }
  4078. /*--- Teal ---*/
  4079. .ui.teal.header {
  4080. color: #00B5AD !important;
  4081. }
  4082. a.ui.teal.header:hover {
  4083. color: #009c95 !important;
  4084. }
  4085. .ui.teal.dividing.header {
  4086. border-bottom: 2px solid #00B5AD;
  4087. }
  4088. /* Inverted */
  4089. .ui.inverted.teal.header {
  4090. color: #6DFFFF !important;
  4091. }
  4092. a.ui.inverted.teal.header:hover {
  4093. color: #54ffff !important;
  4094. }
  4095. /*--- Blue ---*/
  4096. .ui.blue.header {
  4097. color: #80A6CD !important;
  4098. }
  4099. a.ui.blue.header:hover {
  4100. color: #6999ca !important;
  4101. }
  4102. .ui.blue.dividing.header {
  4103. border-bottom: 2px solid #80A6CD;
  4104. }
  4105. /* Inverted */
  4106. .ui.inverted.blue.header {
  4107. color: #54C8FF !important;
  4108. }
  4109. a.ui.inverted.blue.header:hover {
  4110. color: #3ac0ff !important;
  4111. }
  4112. /*--- Violet ---*/
  4113. .ui.violet.header {
  4114. color: #6435C9 !important;
  4115. }
  4116. a.ui.violet.header:hover {
  4117. color: #5829bb !important;
  4118. }
  4119. .ui.violet.dividing.header {
  4120. border-bottom: 2px solid #6435C9;
  4121. }
  4122. /* Inverted */
  4123. .ui.inverted.violet.header {
  4124. color: #A291FB !important;
  4125. }
  4126. a.ui.inverted.violet.header:hover {
  4127. color: #8a73ff !important;
  4128. }
  4129. /*--- Purple ---*/
  4130. .ui.purple.header {
  4131. color: #A333C8 !important;
  4132. }
  4133. a.ui.purple.header:hover {
  4134. color: #9627ba !important;
  4135. }
  4136. .ui.purple.dividing.header {
  4137. border-bottom: 2px solid #A333C8;
  4138. }
  4139. /* Inverted */
  4140. .ui.inverted.purple.header {
  4141. color: #DC73FF !important;
  4142. }
  4143. a.ui.inverted.purple.header:hover {
  4144. color: #d65aff !important;
  4145. }
  4146. /*--- Pink ---*/
  4147. .ui.pink.header {
  4148. color: #E03997 !important;
  4149. }
  4150. a.ui.pink.header:hover {
  4151. color: #e61a8d !important;
  4152. }
  4153. .ui.pink.dividing.header {
  4154. border-bottom: 2px solid #E03997;
  4155. }
  4156. /* Inverted */
  4157. .ui.inverted.pink.header {
  4158. color: #FF8EDF !important;
  4159. }
  4160. a.ui.inverted.pink.header:hover {
  4161. color: #ff74d8 !important;
  4162. }
  4163. /*--- Brown ---*/
  4164. .ui.brown.header {
  4165. color: #A5673F !important;
  4166. }
  4167. a.ui.brown.header:hover {
  4168. color: #975b33 !important;
  4169. }
  4170. .ui.brown.dividing.header {
  4171. border-bottom: 2px solid #A5673F;
  4172. }
  4173. /* Inverted */
  4174. .ui.inverted.brown.header {
  4175. color: #D67C1C !important;
  4176. }
  4177. a.ui.inverted.brown.header:hover {
  4178. color: #c86f11 !important;
  4179. }
  4180. /*--- Grey ---*/
  4181. .ui.grey.header {
  4182. color: #767676 !important;
  4183. }
  4184. a.ui.grey.header:hover {
  4185. color: #838383 !important;
  4186. }
  4187. .ui.grey.dividing.header {
  4188. border-bottom: 2px solid #767676;
  4189. }
  4190. /* Inverted */
  4191. .ui.inverted.grey.header {
  4192. color: #DCDDDE !important;
  4193. }
  4194. a.ui.inverted.grey.header:hover {
  4195. color: #cfd0d2 !important;
  4196. }
  4197. /*-------------------
  4198. Aligned
  4199. --------------------*/
  4200. .ui.left.aligned.header {
  4201. text-align: left;
  4202. }
  4203. .ui.right.aligned.header {
  4204. text-align: right;
  4205. }
  4206. .ui.centered.header,
  4207. .ui.center.aligned.header {
  4208. text-align: center;
  4209. }
  4210. .ui.justified.header {
  4211. text-align: justify;
  4212. }
  4213. .ui.justified.header:after {
  4214. display: inline-block;
  4215. content: '';
  4216. width: 100%;
  4217. }
  4218. /*-------------------
  4219. Floated
  4220. --------------------*/
  4221. .ui.floated.header,
  4222. .ui[class*="left floated"].header {
  4223. float: left;
  4224. margin-top: 0em;
  4225. margin-right: 0.5em;
  4226. }
  4227. .ui[class*="right floated"].header {
  4228. float: right;
  4229. margin-top: 0em;
  4230. margin-left: 0.5em;
  4231. }
  4232. /*-------------------
  4233. Fittted
  4234. --------------------*/
  4235. .ui.fitted.header {
  4236. padding: 0em;
  4237. }
  4238. /*-------------------
  4239. Dividing
  4240. --------------------*/
  4241. .ui.dividing.header {
  4242. padding-bottom: 0.23076923rem;
  4243. border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  4244. }
  4245. .ui.dividing.header .sub.header {
  4246. padding-bottom: 0.23076923rem;
  4247. }
  4248. .ui.dividing.header .icon {
  4249. margin-bottom: 0em;
  4250. }
  4251. .ui.inverted.dividing.header {
  4252. border-bottom-color: rgba(255, 255, 255, 0.1);
  4253. }
  4254. /*-------------------
  4255. Block
  4256. --------------------*/
  4257. .ui.block.header {
  4258. background: #F3F4F5;
  4259. padding: 0.69230769rem 1rem;
  4260. box-shadow: none;
  4261. border: 1px solid #DDDDDD;
  4262. border-radius: 0.2307em;
  4263. }
  4264. .ui.tiny.block.header {
  4265. font-size: 0.84615385rem;
  4266. }
  4267. .ui.small.block.header {
  4268. font-size: 0.92307692rem;
  4269. }
  4270. .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  4271. font-size: 1rem;
  4272. }
  4273. .ui.large.block.header {
  4274. font-size: 1.15384615rem;
  4275. }
  4276. .ui.huge.block.header {
  4277. font-size: 1.46153846rem;
  4278. }
  4279. /*-------------------
  4280. Attached
  4281. --------------------*/
  4282. .ui.attached.header {
  4283. background: #FFFFFF;
  4284. padding: 0.69230769rem 1rem;
  4285. margin-left: -1px;
  4286. margin-right: -1px;
  4287. box-shadow: none;
  4288. border: 1px solid #DDDDDD;
  4289. }
  4290. .ui.attached.block.header {
  4291. background: #F3F4F5;
  4292. }
  4293. .ui.attached:not(.top):not(.bottom).header {
  4294. margin-top: 0em;
  4295. margin-bottom: 0em;
  4296. border-top: none;
  4297. border-radius: 0em;
  4298. }
  4299. .ui.top.attached.header {
  4300. margin-bottom: 0em;
  4301. border-radius: 0.2307em 0.2307em 0em 0em;
  4302. }
  4303. .ui.bottom.attached.header {
  4304. margin-top: 0em;
  4305. border-top: none;
  4306. border-radius: 0em 0em 0.2307em 0.2307em;
  4307. }
  4308. /* Attached Sizes */
  4309. .ui.tiny.attached.header {
  4310. font-size: 0.84615385em;
  4311. }
  4312. .ui.small.attached.header {
  4313. font-size: 0.92307692em;
  4314. }
  4315. .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  4316. font-size: 1em;
  4317. }
  4318. .ui.large.attached.header {
  4319. font-size: 1.15384615em;
  4320. }
  4321. .ui.huge.attached.header {
  4322. font-size: 1.46153846em;
  4323. }
  4324. /*-------------------
  4325. Sizing
  4326. --------------------*/
  4327. .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  4328. font-size: 1.28em;
  4329. }
  4330. /*******************************
  4331. Site Overrides
  4332. *******************************/
  4333. /*!
  4334. * # Semantic UI 2.1.6 - Icon
  4335. * http://github.com/semantic-org/semantic-ui/
  4336. *
  4337. *
  4338. * Copyright 2015 Contributors
  4339. * Released under the MIT license
  4340. * http://opensource.org/licenses/MIT
  4341. *
  4342. */
  4343. /*******************************
  4344. Icon
  4345. *******************************/
  4346. @font-face {
  4347. font-family: 'Icons';
  4348. src: url("themes/default/assets/fonts/icons.eot");
  4349. 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');
  4350. font-style: normal;
  4351. font-weight: normal;
  4352. font-variant: normal;
  4353. text-decoration: inherit;
  4354. text-transform: none;
  4355. }
  4356. i.icon {
  4357. display: inline-block;
  4358. opacity: 1;
  4359. margin: 0em 0.25rem 0em 0em;
  4360. width: 1.18em;
  4361. height: 1em;
  4362. font-family: 'Icons';
  4363. font-style: normal;
  4364. font-weight: normal;
  4365. text-decoration: inherit;
  4366. text-align: center;
  4367. speak: none;
  4368. font-smoothing: antialiased;
  4369. -moz-osx-font-smoothing: grayscale;
  4370. -webkit-font-smoothing: antialiased;
  4371. -webkit-backface-visibility: hidden;
  4372. backface-visibility: hidden;
  4373. }
  4374. i.icon:before {
  4375. background: none !important;
  4376. }
  4377. /*******************************
  4378. Types
  4379. *******************************/
  4380. /*--------------
  4381. Loading
  4382. ---------------*/
  4383. i.icon.loading {
  4384. height: 1em;
  4385. line-height: 1;
  4386. -webkit-animation: icon-loading 2s linear infinite;
  4387. animation: icon-loading 2s linear infinite;
  4388. }
  4389. @-webkit-keyframes icon-loading {
  4390. from {
  4391. -webkit-transform: rotate(0deg);
  4392. transform: rotate(0deg);
  4393. }
  4394. to {
  4395. -webkit-transform: rotate(360deg);
  4396. transform: rotate(360deg);
  4397. }
  4398. }
  4399. @keyframes icon-loading {
  4400. from {
  4401. -webkit-transform: rotate(0deg);
  4402. transform: rotate(0deg);
  4403. }
  4404. to {
  4405. -webkit-transform: rotate(360deg);
  4406. transform: rotate(360deg);
  4407. }
  4408. }
  4409. /*******************************
  4410. States
  4411. *******************************/
  4412. i.icon.hover {
  4413. opacity: 1 !important;
  4414. }
  4415. i.icon.active {
  4416. opacity: 1 !important;
  4417. }
  4418. i.emphasized.icon {
  4419. opacity: 1 !important;
  4420. }
  4421. i.disabled.icon {
  4422. opacity: 0.45 !important;
  4423. }
  4424. /*******************************
  4425. Variations
  4426. *******************************/
  4427. /*-------------------
  4428. Fitted
  4429. --------------------*/
  4430. i.fitted.icon {
  4431. width: auto;
  4432. margin: 0em;
  4433. }
  4434. /*-------------------
  4435. Link
  4436. --------------------*/
  4437. i.link.icon {
  4438. cursor: pointer;
  4439. opacity: 0.8;
  4440. -webkit-transition: opacity 0.1s ease;
  4441. transition: opacity 0.1s ease;
  4442. }
  4443. i.link.icon:hover {
  4444. opacity: 1 !important;
  4445. }
  4446. /*-------------------
  4447. Circular
  4448. --------------------*/
  4449. i.circular.icon {
  4450. border-radius: 500em !important;
  4451. line-height: 1 !important;
  4452. padding: 0.5em 0.5em !important;
  4453. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  4454. width: 2em !important;
  4455. height: 2em !important;
  4456. }
  4457. i.circular.inverted.icon {
  4458. border: none;
  4459. box-shadow: none;
  4460. }
  4461. /*-------------------
  4462. Flipped
  4463. --------------------*/
  4464. i.flipped.icon,
  4465. i.horizontally.flipped.icon {
  4466. -webkit-transform: scale(-1, 1);
  4467. transform: scale(-1, 1);
  4468. }
  4469. i.vertically.flipped.icon {
  4470. -webkit-transform: scale(1, -1);
  4471. transform: scale(1, -1);
  4472. }
  4473. /*-------------------
  4474. Rotated
  4475. --------------------*/
  4476. i.rotated.icon,
  4477. i.right.rotated.icon,
  4478. i.clockwise.rotated.icon {
  4479. -webkit-transform: rotate(90deg);
  4480. transform: rotate(90deg);
  4481. }
  4482. i.left.rotated.icon,
  4483. i.counterclockwise.rotated.icon {
  4484. -webkit-transform: rotate(-90deg);
  4485. transform: rotate(-90deg);
  4486. }
  4487. /*-------------------
  4488. Bordered
  4489. --------------------*/
  4490. i.bordered.icon {
  4491. line-height: 1;
  4492. vertical-align: baseline;
  4493. width: 2em;
  4494. height: 2em;
  4495. padding: 0.5em 0.41em !important;
  4496. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  4497. }
  4498. i.bordered.inverted.icon {
  4499. border: none;
  4500. box-shadow: none;
  4501. }
  4502. /*-------------------
  4503. Inverted
  4504. --------------------*/
  4505. /* Inverted Shapes */
  4506. i.inverted.bordered.icon,
  4507. i.inverted.circular.icon {
  4508. background-color: #1B1C1D !important;
  4509. color: #FFFFFF !important;
  4510. }
  4511. i.inverted.icon {
  4512. color: #FFFFFF;
  4513. }
  4514. /*-------------------
  4515. Colors
  4516. --------------------*/
  4517. /* Red */
  4518. i.red.icon {
  4519. color: #DB2828 !important;
  4520. }
  4521. i.inverted.red.icon {
  4522. color: #FF695E !important;
  4523. }
  4524. i.inverted.bordered.red.icon,
  4525. i.inverted.circular.red.icon {
  4526. background-color: #DB2828 !important;
  4527. color: #FFFFFF !important;
  4528. }
  4529. /* Orange */
  4530. i.orange.icon {
  4531. color: #F2711C !important;
  4532. }
  4533. i.inverted.orange.icon {
  4534. color: #FF851B !important;
  4535. }
  4536. i.inverted.bordered.orange.icon,
  4537. i.inverted.circular.orange.icon {
  4538. background-color: #F2711C !important;
  4539. color: #FFFFFF !important;
  4540. }
  4541. /* Yellow */
  4542. i.yellow.icon {
  4543. color: #FBBD08 !important;
  4544. }
  4545. i.inverted.yellow.icon {
  4546. color: #FFE21F !important;
  4547. }
  4548. i.inverted.bordered.yellow.icon,
  4549. i.inverted.circular.yellow.icon {
  4550. background-color: #FBBD08 !important;
  4551. color: #FFFFFF !important;
  4552. }
  4553. /* Olive */
  4554. i.olive.icon {
  4555. color: #B5CC18 !important;
  4556. }
  4557. i.inverted.olive.icon {
  4558. color: #D9E778 !important;
  4559. }
  4560. i.inverted.bordered.olive.icon,
  4561. i.inverted.circular.olive.icon {
  4562. background-color: #B5CC18 !important;
  4563. color: #FFFFFF !important;
  4564. }
  4565. /* Green */
  4566. i.green.icon {
  4567. color: #21BA45 !important;
  4568. }
  4569. i.inverted.green.icon {
  4570. color: #2ECC40 !important;
  4571. }
  4572. i.inverted.bordered.green.icon,
  4573. i.inverted.circular.green.icon {
  4574. background-color: #21BA45 !important;
  4575. color: #FFFFFF !important;
  4576. }
  4577. /* Teal */
  4578. i.teal.icon {
  4579. color: #00B5AD !important;
  4580. }
  4581. i.inverted.teal.icon {
  4582. color: #6DFFFF !important;
  4583. }
  4584. i.inverted.bordered.teal.icon,
  4585. i.inverted.circular.teal.icon {
  4586. background-color: #00B5AD !important;
  4587. color: #FFFFFF !important;
  4588. }
  4589. /* Blue */
  4590. i.blue.icon {
  4591. color: #2185D0 !important;
  4592. }
  4593. i.inverted.blue.icon {
  4594. color: #54C8FF !important;
  4595. }
  4596. i.inverted.bordered.blue.icon,
  4597. i.inverted.circular.blue.icon {
  4598. background-color: #2185D0 !important;
  4599. color: #FFFFFF !important;
  4600. }
  4601. /* Violet */
  4602. i.violet.icon {
  4603. color: #6435C9 !important;
  4604. }
  4605. i.inverted.violet.icon {
  4606. color: #A291FB !important;
  4607. }
  4608. i.inverted.bordered.violet.icon,
  4609. i.inverted.circular.violet.icon {
  4610. background-color: #6435C9 !important;
  4611. color: #FFFFFF !important;
  4612. }
  4613. /* Purple */
  4614. i.purple.icon {
  4615. color: #A333C8 !important;
  4616. }
  4617. i.inverted.purple.icon {
  4618. color: #DC73FF !important;
  4619. }
  4620. i.inverted.bordered.purple.icon,
  4621. i.inverted.circular.purple.icon {
  4622. background-color: #A333C8 !important;
  4623. color: #FFFFFF !important;
  4624. }
  4625. /* Pink */
  4626. i.pink.icon {
  4627. color: #E03997 !important;
  4628. }
  4629. i.inverted.pink.icon {
  4630. color: #FF8EDF !important;
  4631. }
  4632. i.inverted.bordered.pink.icon,
  4633. i.inverted.circular.pink.icon {
  4634. background-color: #E03997 !important;
  4635. color: #FFFFFF !important;
  4636. }
  4637. /* Brown */
  4638. i.brown.icon {
  4639. color: #A5673F !important;
  4640. }
  4641. i.inverted.brown.icon {
  4642. color: #D67C1C !important;
  4643. }
  4644. i.inverted.bordered.brown.icon,
  4645. i.inverted.circular.brown.icon {
  4646. background-color: #A5673F !important;
  4647. color: #FFFFFF !important;
  4648. }
  4649. /* Grey */
  4650. i.grey.icon {
  4651. color: #767676 !important;
  4652. }
  4653. i.inverted.grey.icon {
  4654. color: #DCDDDE !important;
  4655. }
  4656. i.inverted.bordered.grey.icon,
  4657. i.inverted.circular.grey.icon {
  4658. background-color: #767676 !important;
  4659. color: #FFFFFF !important;
  4660. }
  4661. /* Black */
  4662. i.black.icon {
  4663. color: #1B1C1D !important;
  4664. }
  4665. i.inverted.black.icon {
  4666. color: #545454 !important;
  4667. }
  4668. i.inverted.bordeblack.black.icon,
  4669. i.inverted.circular.black.icon {
  4670. background-color: #1B1C1D !important;
  4671. color: #FFFFFF !important;
  4672. }
  4673. /*-------------------
  4674. Sizes
  4675. --------------------*/
  4676. i.mini.icon,
  4677. i.mini.icons {
  4678. line-height: 1;
  4679. font-size: 0.71428571rem;
  4680. }
  4681. i.tiny.icon,
  4682. i.tiny.icons {
  4683. line-height: 1;
  4684. font-size: 0.85714286rem;
  4685. }
  4686. i.small.icon,
  4687. i.small.icons {
  4688. line-height: 1;
  4689. font-size: 0.92857143em;
  4690. }
  4691. i.icon,
  4692. i.icons {
  4693. font-size: 1em;
  4694. }
  4695. i.large.icon,
  4696. i.large.icons {
  4697. line-height: 1;
  4698. vertical-align: middle;
  4699. font-size: 1.5em;
  4700. }
  4701. i.big.icon,
  4702. i.big.icons {
  4703. line-height: 1;
  4704. vertical-align: middle;
  4705. font-size: 2em;
  4706. }
  4707. i.huge.icon,
  4708. i.huge.icons {
  4709. line-height: 1;
  4710. vertical-align: middle;
  4711. font-size: 4em;
  4712. }
  4713. i.massive.icon,
  4714. i.massive.icons {
  4715. line-height: 1;
  4716. vertical-align: middle;
  4717. font-size: 8em;
  4718. }
  4719. /*******************************
  4720. Groups
  4721. *******************************/
  4722. i.icons {
  4723. display: inline-block;
  4724. position: relative;
  4725. line-height: 1;
  4726. }
  4727. i.icons .icon {
  4728. position: absolute;
  4729. top: 50%;
  4730. left: 50%;
  4731. -webkit-transform: translateX(-50%) translateY(-50%);
  4732. transform: translateX(-50%) translateY(-50%);
  4733. margin: 0em;
  4734. margin: 0;
  4735. }
  4736. i.icons .icon:first-child {
  4737. position: static;
  4738. width: auto;
  4739. height: auto;
  4740. vertical-align: top;
  4741. -webkit-transform: none;
  4742. transform: none;
  4743. margin-right: 0.25rem;
  4744. }
  4745. /* Corner Icon */
  4746. i.icons .corner.icon {
  4747. top: auto;
  4748. left: auto;
  4749. right: 0;
  4750. bottom: 0;
  4751. -webkit-transform: none;
  4752. transform: none;
  4753. font-size: 0.45em;
  4754. text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  4755. }
  4756. i.icons .inverted.corner.icon {
  4757. text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
  4758. }
  4759. /*
  4760. * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
  4761. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  4762. */
  4763. /*******************************
  4764. Semantic-UI integration of font-awesome :
  4765. ///class names are separated
  4766. i.icon.circle => i.icon.circle
  4767. i.icon.circle-o => i.icon.circle.outline
  4768. //abbreviation are replaced by full letters:
  4769. i.icon.ellipsis-h => i.icon.ellipsis.horizontal
  4770. i.icon.ellipsis-v => i.icon.ellipsis.vertical
  4771. .alpha => .i.icon.alphabet
  4772. .asc => .i.icon.ascending
  4773. .desc => .i.icon.descending
  4774. .alt =>.alternate
  4775. ASCII order is conserved for easier maintenance.
  4776. Icons that only have one style 'outline', 'square' etc do not require this class
  4777. for instance `lemon icon` not `lemon outline icon` since there is only one lemon
  4778. *******************************/
  4779. /*******************************
  4780. Icons
  4781. *******************************/
  4782. /* Web Content */
  4783. i.icon.search:before {
  4784. content: "\f002";
  4785. }
  4786. i.icon.mail.outline:before {
  4787. content: "\f003";
  4788. }
  4789. i.icon.external:before {
  4790. content: "\f08e";
  4791. }
  4792. i.icon.signal:before {
  4793. content: "\f012";
  4794. }
  4795. i.icon.setting:before {
  4796. content: "\f013";
  4797. }
  4798. i.icon.home:before {
  4799. content: "\f015";
  4800. }
  4801. i.icon.inbox:before {
  4802. content: "\f01c";
  4803. }
  4804. i.icon.browser:before {
  4805. content: "\f022";
  4806. }
  4807. i.icon.tag:before {
  4808. content: "\f02b";
  4809. }
  4810. i.icon.tags:before {
  4811. content: "\f02c";
  4812. }
  4813. i.icon.calendar:before {
  4814. content: "\f073";
  4815. }
  4816. i.icon.comment:before {
  4817. content: "\f075";
  4818. }
  4819. i.icon.comments:before {
  4820. content: "\f086";
  4821. }
  4822. i.icon.shop:before {
  4823. content: "\f07a";
  4824. }
  4825. i.icon.privacy:before {
  4826. content: "\f084";
  4827. }
  4828. i.icon.settings:before {
  4829. content: "\f085";
  4830. }
  4831. i.icon.trophy:before {
  4832. content: "\f091";
  4833. }
  4834. i.icon.payment:before {
  4835. content: "\f09d";
  4836. }
  4837. i.icon.feed:before {
  4838. content: "\f09e";
  4839. }
  4840. i.icon.alarm.outline:before {
  4841. content: "\f0a2";
  4842. }
  4843. i.icon.tasks:before {
  4844. content: "\f0ae";
  4845. }
  4846. i.icon.cloud:before {
  4847. content: "\f0c2";
  4848. }
  4849. i.icon.lab:before {
  4850. content: "\f0c3";
  4851. }
  4852. i.icon.mail:before {
  4853. content: "\f0e0";
  4854. }
  4855. i.icon.idea:before {
  4856. content: "\f0eb";
  4857. }
  4858. i.icon.dashboard:before {
  4859. content: "\f0e4";
  4860. }
  4861. i.icon.sitemap:before {
  4862. content: "\f0e8";
  4863. }
  4864. i.icon.alarm:before {
  4865. content: "\f0f3";
  4866. }
  4867. i.icon.terminal:before {
  4868. content: "\f120";
  4869. }
  4870. i.icon.code:before {
  4871. content: "\f121";
  4872. }
  4873. i.icon.protect:before {
  4874. content: "\f132";
  4875. }
  4876. i.icon.calendar.outline:before {
  4877. content: "\f133";
  4878. }
  4879. i.icon.ticket:before {
  4880. content: "\f145";
  4881. }
  4882. i.icon.external.square:before {
  4883. content: "\f14c";
  4884. }
  4885. i.icon.map:before {
  4886. content: "\f14e";
  4887. }
  4888. i.icon.bug:before {
  4889. content: "\f188";
  4890. }
  4891. i.icon.mail.square:before {
  4892. content: "\f199";
  4893. }
  4894. i.icon.history:before {
  4895. content: "\f1da";
  4896. }
  4897. i.icon.options:before {
  4898. content: "\f1de";
  4899. }
  4900. i.icon.comment.outline:before {
  4901. content: "\f0e5";
  4902. }
  4903. i.icon.comments.outline:before {
  4904. content: "\f0e6";
  4905. }
  4906. i.icon.text.telephone:before {
  4907. content: "\f1e4";
  4908. }
  4909. i.icon.find:before {
  4910. content: "\f1e5";
  4911. }
  4912. i.icon.wifi:before {
  4913. content: "\f1eb";
  4914. }
  4915. i.icon.alarm.slash:before {
  4916. content: "\f1f6";
  4917. }
  4918. i.icon.alarm.slash.outline:before {
  4919. content: "\f1f7";
  4920. }
  4921. i.icon.copyright:before {
  4922. content: "\f1f9";
  4923. }
  4924. i.icon.at:before {
  4925. content: "\f1fa";
  4926. }
  4927. i.icon.eyedropper:before {
  4928. content: "\f1fb";
  4929. }
  4930. i.icon.paint.brush:before {
  4931. content: "\f1fc";
  4932. }
  4933. i.icon.heartbeat:before {
  4934. content: "\f21e";
  4935. }
  4936. /* User Actions */
  4937. i.icon.download:before {
  4938. content: "\f019";
  4939. }
  4940. i.icon.repeat:before {
  4941. content: "\f01e";
  4942. }
  4943. i.icon.refresh:before {
  4944. content: "\f021";
  4945. }
  4946. i.icon.lock:before {
  4947. content: "\f023";
  4948. }
  4949. i.icon.bookmark:before {
  4950. content: "\f02e";
  4951. }
  4952. i.icon.print:before {
  4953. content: "\f02f";
  4954. }
  4955. i.icon.write:before {
  4956. content: "\f040";
  4957. }
  4958. i.icon.theme:before {
  4959. content: "\f043";
  4960. }
  4961. i.icon.adjust:before {
  4962. content: "\f042";
  4963. }
  4964. i.icon.edit:before {
  4965. content: "\f044";
  4966. }
  4967. i.icon.external.share:before {
  4968. content: "\f045";
  4969. }
  4970. i.icon.ban:before {
  4971. content: "\f05e";
  4972. }
  4973. i.icon.mail.forward:before {
  4974. content: "\f064";
  4975. }
  4976. i.icon.share:before {
  4977. content: "\f064";
  4978. }
  4979. i.icon.expand:before {
  4980. content: "\f065";
  4981. }
  4982. i.icon.compress:before {
  4983. content: "\f066";
  4984. }
  4985. i.icon.unhide:before {
  4986. content: "\f06e";
  4987. }
  4988. i.icon.hide:before {
  4989. content: "\f070";
  4990. }
  4991. i.icon.random:before {
  4992. content: "\f074";
  4993. }
  4994. i.icon.retweet:before {
  4995. content: "\f079";
  4996. }
  4997. i.icon.sign.out:before {
  4998. content: "\f08b";
  4999. }
  5000. i.icon.pin:before {
  5001. content: "\f08d";
  5002. }
  5003. i.icon.sign.in:before {
  5004. content: "\f090";
  5005. }
  5006. i.icon.upload:before {
  5007. content: "\f093";
  5008. }
  5009. i.icon.call:before {
  5010. content: "\f095";
  5011. }
  5012. i.icon.call.square:before {
  5013. content: "\f098";
  5014. }
  5015. i.icon.remove.bookmark:before {
  5016. content: "\f097";
  5017. }
  5018. i.icon.unlock:before {
  5019. content: "\f09c";
  5020. }
  5021. i.icon.configure:before {
  5022. content: "\f0ad";
  5023. }
  5024. i.icon.filter:before {
  5025. content: "\f0b0";
  5026. }
  5027. i.icon.wizard:before {
  5028. content: "\f0d0";
  5029. }
  5030. i.icon.undo:before {
  5031. content: "\f0e2";
  5032. }
  5033. i.icon.exchange:before {
  5034. content: "\f0ec";
  5035. }
  5036. i.icon.cloud.download:before {
  5037. content: "\f0ed";
  5038. }
  5039. i.icon.cloud.upload:before {
  5040. content: "\f0ee";
  5041. }
  5042. i.icon.reply:before {
  5043. content: "\f112";
  5044. }
  5045. i.icon.reply.all:before {
  5046. content: "\f122";
  5047. }
  5048. i.icon.erase:before {
  5049. content: "\f12d";
  5050. }
  5051. i.icon.unlock.alternate:before {
  5052. content: "\f13e";
  5053. }
  5054. i.icon.archive:before {
  5055. content: "\f187";
  5056. }
  5057. i.icon.translate:before {
  5058. content: "\f1ab";
  5059. }
  5060. i.icon.recycle:before {
  5061. content: "\f1b8";
  5062. }
  5063. i.icon.send:before {
  5064. content: "\f1d8";
  5065. }
  5066. i.icon.send.outline:before {
  5067. content: "\f1d9";
  5068. }
  5069. i.icon.share.alternate:before {
  5070. content: "\f1e0";
  5071. }
  5072. i.icon.share.alternate.square:before {
  5073. content: "\f1e1";
  5074. }
  5075. i.icon.wait:before {
  5076. content: "\f017";
  5077. }
  5078. i.icon.write.square:before {
  5079. content: "\f14b";
  5080. }
  5081. i.icon.share.square:before {
  5082. content: "\f14d";
  5083. }
  5084. i.icon.add.to.cart:before {
  5085. content: "\f217";
  5086. }
  5087. i.icon.in.cart:before {
  5088. content: "\f218";
  5089. }
  5090. i.icon.add.user:before {
  5091. content: "\f234";
  5092. }
  5093. i.icon.remove.user:before {
  5094. content: "\f235";
  5095. }
  5096. /* Messages */
  5097. i.icon.help.circle:before {
  5098. content: "\f059";
  5099. }
  5100. i.icon.info.circle:before {
  5101. content: "\f05a";
  5102. }
  5103. i.icon.warning:before {
  5104. content: "\f12a";
  5105. }
  5106. i.icon.warning.circle:before {
  5107. content: "\f06a";
  5108. }
  5109. i.icon.warning.sign:before {
  5110. content: "\f071";
  5111. }
  5112. i.icon.help:before {
  5113. content: "\f128";
  5114. }
  5115. i.icon.info:before {
  5116. content: "\f129";
  5117. }
  5118. i.icon.announcement:before {
  5119. content: "\f0a1";
  5120. }
  5121. i.icon.birthday:before {
  5122. content: "\f1fd";
  5123. }
  5124. /* Users */
  5125. i.icon.users:before {
  5126. content: "\f0c0";
  5127. }
  5128. i.icon.doctor:before {
  5129. content: "\f0f0";
  5130. }
  5131. i.icon.child:before {
  5132. content: "\f1ae";
  5133. }
  5134. i.icon.user:before {
  5135. content: "\f007";
  5136. }
  5137. i.icon.handicap:before {
  5138. content: "\f193";
  5139. }
  5140. i.icon.student:before {
  5141. content: "\f19d";
  5142. }
  5143. i.icon.spy:before {
  5144. content: "\f21b";
  5145. }
  5146. /* Gender & Sexuality */
  5147. i.icon.female:before {
  5148. content: "\f182";
  5149. }
  5150. i.icon.male:before {
  5151. content: "\f183";
  5152. }
  5153. i.icon.woman:before {
  5154. content: "\f221";
  5155. }
  5156. i.icon.man:before {
  5157. content: "\f222";
  5158. }
  5159. i.icon.non.binary.transgender:before {
  5160. content: "\f223";
  5161. }
  5162. i.icon.intergender:before {
  5163. content: "\f224";
  5164. }
  5165. i.icon.transgender:before {
  5166. content: "\f225";
  5167. }
  5168. i.icon.lesbian:before {
  5169. content: "\f226";
  5170. }
  5171. i.icon.gay:before {
  5172. content: "\f227";
  5173. }
  5174. i.icon.heterosexual:before {
  5175. content: "\f228";
  5176. }
  5177. i.icon.other.gender:before {
  5178. content: "\f229";
  5179. }
  5180. i.icon.other.gender.vertical:before {
  5181. content: "\f22a";
  5182. }
  5183. i.icon.other.gender.horizontal:before {
  5184. content: "\f22b";
  5185. }
  5186. i.icon.neuter:before {
  5187. content: "\f22c";
  5188. }
  5189. /* View Adjustment */
  5190. i.icon.grid.layout:before {
  5191. content: "\f00a";
  5192. }
  5193. i.icon.list.layout:before {
  5194. content: "\f00b";
  5195. }
  5196. i.icon.block.layout:before {
  5197. content: "\f009";
  5198. }
  5199. i.icon.zoom:before {
  5200. content: "\f00e";
  5201. }
  5202. i.icon.zoom.out:before {
  5203. content: "\f010";
  5204. }
  5205. i.icon.resize.vertical:before {
  5206. content: "\f07d";
  5207. }
  5208. i.icon.resize.horizontal:before {
  5209. content: "\f07e";
  5210. }
  5211. i.icon.maximize:before {
  5212. content: "\f0b2";
  5213. }
  5214. i.icon.crop:before {
  5215. content: "\f125";
  5216. }
  5217. /* Literal Objects */
  5218. i.icon.cocktail:before {
  5219. content: "\f000";
  5220. }
  5221. i.icon.road:before {
  5222. content: "\f018";
  5223. }
  5224. i.icon.flag:before {
  5225. content: "\f024";
  5226. }
  5227. i.icon.book:before {
  5228. content: "\f02d";
  5229. }
  5230. i.icon.gift:before {
  5231. content: "\f06b";
  5232. }
  5233. i.icon.leaf:before {
  5234. content: "\f06c";
  5235. }
  5236. i.icon.fire:before {
  5237. content: "\f06d";
  5238. }
  5239. i.icon.plane:before {
  5240. content: "\f072";
  5241. }
  5242. i.icon.magnet:before {
  5243. content: "\f076";
  5244. }
  5245. i.icon.legal:before {
  5246. content: "\f0e3";
  5247. }
  5248. i.icon.lemon:before {
  5249. content: "\f094";
  5250. }
  5251. i.icon.world:before {
  5252. content: "\f0ac";
  5253. }
  5254. i.icon.travel:before {
  5255. content: "\f0b1";
  5256. }
  5257. i.icon.shipping:before {
  5258. content: "\f0d1";
  5259. }
  5260. i.icon.money:before {
  5261. content: "\f0d6";
  5262. }
  5263. i.icon.lightning:before {
  5264. content: "\f0e7";
  5265. }
  5266. i.icon.rain:before {
  5267. content: "\f0e9";
  5268. }
  5269. i.icon.treatment:before {
  5270. content: "\f0f1";
  5271. }
  5272. i.icon.suitcase:before {
  5273. content: "\f0f2";
  5274. }
  5275. i.icon.bar:before {
  5276. content: "\f0fc";
  5277. }
  5278. i.icon.flag.outline:before {
  5279. content: "\f11d";
  5280. }
  5281. i.icon.flag.checkered:before {
  5282. content: "\f11e";
  5283. }
  5284. i.icon.puzzle:before {
  5285. content: "\f12e";
  5286. }
  5287. i.icon.fire.extinguisher:before {
  5288. content: "\f134";
  5289. }
  5290. i.icon.rocket:before {
  5291. content: "\f135";
  5292. }
  5293. i.icon.anchor:before {
  5294. content: "\f13d";
  5295. }
  5296. i.icon.bullseye:before {
  5297. content: "\f140";
  5298. }
  5299. i.icon.sun:before {
  5300. content: "\f185";
  5301. }
  5302. i.icon.moon:before {
  5303. content: "\f186";
  5304. }
  5305. i.icon.fax:before {
  5306. content: "\f1ac";
  5307. }
  5308. i.icon.life.ring:before {
  5309. content: "\f1cd";
  5310. }
  5311. i.icon.bomb:before {
  5312. content: "\f1e2";
  5313. }
  5314. i.icon.soccer:before {
  5315. content: "\f1e3";
  5316. }
  5317. i.icon.calculator:before {
  5318. content: "\f1ec";
  5319. }
  5320. i.icon.diamond:before {
  5321. content: "\f219";
  5322. }
  5323. /* Shapes */
  5324. i.icon.crosshairs:before {
  5325. content: "\f05b";
  5326. }
  5327. i.icon.asterisk:before {
  5328. content: "\f069";
  5329. }
  5330. i.icon.certificate:before {
  5331. content: "\f0a3";
  5332. }
  5333. i.icon.circle:before {
  5334. content: "\f111";
  5335. }
  5336. i.icon.quote.left:before {
  5337. content: "\f10d";
  5338. }
  5339. i.icon.quote.right:before {
  5340. content: "\f10e";
  5341. }
  5342. i.icon.ellipsis.horizontal:before {
  5343. content: "\f141";
  5344. }
  5345. i.icon.ellipsis.vertical:before {
  5346. content: "\f142";
  5347. }
  5348. i.icon.cube:before {
  5349. content: "\f1b2";
  5350. }
  5351. i.icon.cubes:before {
  5352. content: "\f1b3";
  5353. }
  5354. i.icon.circle.notched:before {
  5355. content: "\f1ce";
  5356. }
  5357. i.icon.circle.thin:before {
  5358. content: "\f1db";
  5359. }
  5360. i.icon.square.outline:before {
  5361. content: "\f096";
  5362. }
  5363. i.icon.square:before {
  5364. content: "\f0c8";
  5365. }
  5366. /* Item Selection */
  5367. i.icon.checkmark:before {
  5368. content: "\f00c";
  5369. }
  5370. i.icon.remove:before {
  5371. content: "\f00d";
  5372. }
  5373. i.icon.checkmark.box:before {
  5374. content: "\f046";
  5375. }
  5376. i.icon.move:before {
  5377. content: "\f047";
  5378. }
  5379. i.icon.add.circle:before {
  5380. content: "\f055";
  5381. }
  5382. i.icon.minus.circle:before {
  5383. content: "\f056";
  5384. }
  5385. i.icon.remove.circle:before {
  5386. content: "\f057";
  5387. }
  5388. i.icon.check.circle:before {
  5389. content: "\f058";
  5390. }
  5391. i.icon.remove.circle.outline:before {
  5392. content: "\f05c";
  5393. }
  5394. i.icon.check.circle.outline:before {
  5395. content: "\f05d";
  5396. }
  5397. i.icon.plus:before {
  5398. content: "\f067";
  5399. }
  5400. i.icon.minus:before {
  5401. content: "\f068";
  5402. }
  5403. i.icon.add.square:before {
  5404. content: "\f0fe";
  5405. }
  5406. i.icon.radio:before {
  5407. content: "\f10c";
  5408. }
  5409. i.icon.selected.radio:before {
  5410. content: "\f192";
  5411. }
  5412. i.icon.minus.square:before {
  5413. content: "\f146";
  5414. }
  5415. i.icon.minus.square.outline:before {
  5416. content: "\f147";
  5417. }
  5418. i.icon.check.square:before {
  5419. content: "\f14a";
  5420. }
  5421. i.icon.plus.square.outline:before {
  5422. content: "\f196";
  5423. }
  5424. i.icon.toggle.off:before {
  5425. content: "\f204";
  5426. }
  5427. i.icon.toggle.on:before {
  5428. content: "\f205";
  5429. }
  5430. /* Media */
  5431. i.icon.film:before {
  5432. content: "\f008";
  5433. }
  5434. i.icon.sound:before {
  5435. content: "\f025";
  5436. }
  5437. i.icon.photo:before {
  5438. content: "\f030";
  5439. }
  5440. i.icon.bar.chart:before {
  5441. content: "\f080";
  5442. }
  5443. i.icon.camera.retro:before {
  5444. content: "\f083";
  5445. }
  5446. i.icon.newspaper:before {
  5447. content: "\f1ea";
  5448. }
  5449. i.icon.area.chart:before {
  5450. content: "\f1fe";
  5451. }
  5452. i.icon.pie.chart:before {
  5453. content: "\f200";
  5454. }
  5455. i.icon.line.chart:before {
  5456. content: "\f201";
  5457. }
  5458. /* Pointers */
  5459. i.icon.arrow.circle.outline.down:before {
  5460. content: "\f01a";
  5461. }
  5462. i.icon.arrow.circle.outline.up:before {
  5463. content: "\f01b";
  5464. }
  5465. i.icon.chevron.left:before {
  5466. content: "\f053";
  5467. }
  5468. i.icon.chevron.right:before {
  5469. content: "\f054";
  5470. }
  5471. i.icon.arrow.left:before {
  5472. content: "\f060";
  5473. }
  5474. i.icon.arrow.right:before {
  5475. content: "\f061";
  5476. }
  5477. i.icon.arrow.up:before {
  5478. content: "\f062";
  5479. }
  5480. i.icon.arrow.down:before {
  5481. content: "\f063";
  5482. }
  5483. i.icon.chevron.up:before {
  5484. content: "\f077";
  5485. }
  5486. i.icon.chevron.down:before {
  5487. content: "\f078";
  5488. }
  5489. i.icon.pointing.right:before {
  5490. content: "\f0a4";
  5491. }
  5492. i.icon.pointing.left:before {
  5493. content: "\f0a5";
  5494. }
  5495. i.icon.pointing.up:before {
  5496. content: "\f0a6";
  5497. }
  5498. i.icon.pointing.down:before {
  5499. content: "\f0a7";
  5500. }
  5501. i.icon.arrow.circle.left:before {
  5502. content: "\f0a8";
  5503. }
  5504. i.icon.arrow.circle.right:before {
  5505. content: "\f0a9";
  5506. }
  5507. i.icon.arrow.circle.up:before {
  5508. content: "\f0aa";
  5509. }
  5510. i.icon.arrow.circle.down:before {
  5511. content: "\f0ab";
  5512. }
  5513. i.icon.caret.down:before {
  5514. content: "\f0d7";
  5515. }
  5516. i.icon.caret.up:before {
  5517. content: "\f0d8";
  5518. }
  5519. i.icon.caret.left:before {
  5520. content: "\f0d9";
  5521. }
  5522. i.icon.caret.right:before {
  5523. content: "\f0da";
  5524. }
  5525. i.icon.angle.double.left:before {
  5526. content: "\f100";
  5527. }
  5528. i.icon.angle.double.right:before {
  5529. content: "\f101";
  5530. }
  5531. i.icon.angle.double.up:before {
  5532. content: "\f102";
  5533. }
  5534. i.icon.angle.double.down:before {
  5535. content: "\f103";
  5536. }
  5537. i.icon.angle.left:before {
  5538. content: "\f104";
  5539. }
  5540. i.icon.angle.right:before {
  5541. content: "\f105";
  5542. }
  5543. i.icon.angle.up:before {
  5544. content: "\f106";
  5545. }
  5546. i.icon.angle.down:before {
  5547. content: "\f107";
  5548. }
  5549. i.icon.chevron.circle.left:before {
  5550. content: "\f137";
  5551. }
  5552. i.icon.chevron.circle.right:before {
  5553. content: "\f138";
  5554. }
  5555. i.icon.chevron.circle.up:before {
  5556. content: "\f139";
  5557. }
  5558. i.icon.chevron.circle.down:before {
  5559. content: "\f13a";
  5560. }
  5561. i.icon.toggle.down:before {
  5562. content: "\f150";
  5563. }
  5564. i.icon.toggle.up:before {
  5565. content: "\f151";
  5566. }
  5567. i.icon.toggle.right:before {
  5568. content: "\f152";
  5569. }
  5570. i.icon.long.arrow.down:before {
  5571. content: "\f175";
  5572. }
  5573. i.icon.long.arrow.up:before {
  5574. content: "\f176";
  5575. }
  5576. i.icon.long.arrow.left:before {
  5577. content: "\f177";
  5578. }
  5579. i.icon.long.arrow.right:before {
  5580. content: "\f178";
  5581. }
  5582. i.icon.arrow.circle.outline.right:before {
  5583. content: "\f18e";
  5584. }
  5585. i.icon.arrow.circle.outline.left:before {
  5586. content: "\f190";
  5587. }
  5588. i.icon.toggle.left:before {
  5589. content: "\f191";
  5590. }
  5591. /* Computer */
  5592. i.icon.power:before {
  5593. content: "\f011";
  5594. }
  5595. i.icon.trash:before {
  5596. content: "\f1f8";
  5597. }
  5598. i.icon.trash.outline:before {
  5599. content: "\f014";
  5600. }
  5601. i.icon.disk.outline:before {
  5602. content: "\f0a0";
  5603. }
  5604. i.icon.desktop:before {
  5605. content: "\f108";
  5606. }
  5607. i.icon.laptop:before {
  5608. content: "\f109";
  5609. }
  5610. i.icon.tablet:before {
  5611. content: "\f10a";
  5612. }
  5613. i.icon.mobile:before {
  5614. content: "\f10b";
  5615. }
  5616. i.icon.game:before {
  5617. content: "\f11b";
  5618. }
  5619. i.icon.keyboard:before {
  5620. content: "\f11c";
  5621. }
  5622. i.icon.plug:before {
  5623. content: "\f1e6";
  5624. }
  5625. /* File System */
  5626. i.icon.folder:before {
  5627. content: "\f07b";
  5628. }
  5629. i.icon.folder.open:before {
  5630. content: "\f07c";
  5631. }
  5632. i.icon.level.up:before {
  5633. content: "\f148";
  5634. }
  5635. i.icon.level.down:before {
  5636. content: "\f149";
  5637. }
  5638. i.icon.file:before {
  5639. content: "\f15b";
  5640. }
  5641. i.icon.file.outline:before {
  5642. content: "\f016";
  5643. }
  5644. i.icon.file.text:before {
  5645. content: "\f15c";
  5646. }
  5647. i.icon.file.text.outline:before {
  5648. content: "\f0f6";
  5649. }
  5650. i.icon.folder.outline:before {
  5651. content: "\f114";
  5652. }
  5653. i.icon.folder.open.outline:before {
  5654. content: "\f115";
  5655. }
  5656. i.icon.file.pdf.outline:before {
  5657. content: "\f1c1";
  5658. }
  5659. i.icon.file.word.outline:before {
  5660. content: "\f1c2";
  5661. }
  5662. i.icon.file.excel.outline:before {
  5663. content: "\f1c3";
  5664. }
  5665. i.icon.file.powerpoint.outline:before {
  5666. content: "\f1c4";
  5667. }
  5668. i.icon.file.image.outline:before {
  5669. content: "\f1c5";
  5670. }
  5671. i.icon.file.archive.outline:before {
  5672. content: "\f1c6";
  5673. }
  5674. i.icon.file.audio.outline:before {
  5675. content: "\f1c7";
  5676. }
  5677. i.icon.file.video.outline:before {
  5678. content: "\f1c8";
  5679. }
  5680. i.icon.file.code.outline:before {
  5681. content: "\f1c9";
  5682. }
  5683. /* Technologies */
  5684. i.icon.barcode:before {
  5685. content: "\f02a";
  5686. }
  5687. i.icon.qrcode:before {
  5688. content: "\f029";
  5689. }
  5690. i.icon.fork:before {
  5691. content: "\f126";
  5692. }
  5693. i.icon.html5:before {
  5694. content: "\f13b";
  5695. }
  5696. i.icon.css3:before {
  5697. content: "\f13c";
  5698. }
  5699. i.icon.rss:before {
  5700. content: "\f09e";
  5701. }
  5702. i.icon.rss.square:before {
  5703. content: "\f143";
  5704. }
  5705. i.icon.openid:before {
  5706. content: "\f19b";
  5707. }
  5708. i.icon.database:before {
  5709. content: "\f1c0";
  5710. }
  5711. i.icon.server:before {
  5712. content: "\f233";
  5713. }
  5714. /* Rating */
  5715. i.icon.heart:before {
  5716. content: "\f004";
  5717. }
  5718. i.icon.star:before {
  5719. content: "\f005";
  5720. }
  5721. i.icon.empty.star:before {
  5722. content: "\f006";
  5723. }
  5724. i.icon.thumbs.outline.up:before {
  5725. content: "\f087";
  5726. }
  5727. i.icon.thumbs.outline.down:before {
  5728. content: "\f088";
  5729. }
  5730. i.icon.star.half:before {
  5731. content: "\f089";
  5732. }
  5733. i.icon.empty.heart:before {
  5734. content: "\f08a";
  5735. }
  5736. i.icon.smile:before {
  5737. content: "\f118";
  5738. }
  5739. i.icon.frown:before {
  5740. content: "\f119";
  5741. }
  5742. i.icon.meh:before {
  5743. content: "\f11a";
  5744. }
  5745. i.icon.star.half.empty:before {
  5746. content: "\f123";
  5747. }
  5748. i.icon.thumbs.up:before {
  5749. content: "\f164";
  5750. }
  5751. i.icon.thumbs.down:before {
  5752. content: "\f165";
  5753. }
  5754. /* Audio */
  5755. i.icon.music:before {
  5756. content: "\f001";
  5757. }
  5758. i.icon.video.play.outline:before {
  5759. content: "\f01d";
  5760. }
  5761. i.icon.volume.off:before {
  5762. content: "\f026";
  5763. }
  5764. i.icon.volume.down:before {
  5765. content: "\f027";
  5766. }
  5767. i.icon.volume.up:before {
  5768. content: "\f028";
  5769. }
  5770. i.icon.record:before {
  5771. content: "\f03d";
  5772. }
  5773. i.icon.step.backward:before {
  5774. content: "\f048";
  5775. }
  5776. i.icon.fast.backward:before {
  5777. content: "\f049";
  5778. }
  5779. i.icon.backward:before {
  5780. content: "\f04a";
  5781. }
  5782. i.icon.play:before {
  5783. content: "\f04b";
  5784. }
  5785. i.icon.pause:before {
  5786. content: "\f04c";
  5787. }
  5788. i.icon.stop:before {
  5789. content: "\f04d";
  5790. }
  5791. i.icon.forward:before {
  5792. content: "\f04e";
  5793. }
  5794. i.icon.fast.forward:before {
  5795. content: "\f050";
  5796. }
  5797. i.icon.step.forward:before {
  5798. content: "\f051";
  5799. }
  5800. i.icon.eject:before {
  5801. content: "\f052";
  5802. }
  5803. i.icon.unmute:before {
  5804. content: "\f130";
  5805. }
  5806. i.icon.mute:before {
  5807. content: "\f131";
  5808. }
  5809. i.icon.video.play:before {
  5810. content: "\f144";
  5811. }
  5812. i.icon.closed.captioning:before {
  5813. content: "\f20a";
  5814. }
  5815. /* Map, Locations, & Transportation */
  5816. i.icon.marker:before {
  5817. content: "\f041";
  5818. }
  5819. i.icon.coffee:before {
  5820. content: "\f0f4";
  5821. }
  5822. i.icon.food:before {
  5823. content: "\f0f5";
  5824. }
  5825. i.icon.building.outline:before {
  5826. content: "\f0f7";
  5827. }
  5828. i.icon.hospital:before {
  5829. content: "\f0f8";
  5830. }
  5831. i.icon.emergency:before {
  5832. content: "\f0f9";
  5833. }
  5834. i.icon.first.aid:before {
  5835. content: "\f0fa";
  5836. }
  5837. i.icon.military:before {
  5838. content: "\f0fb";
  5839. }
  5840. i.icon.h:before {
  5841. content: "\f0fd";
  5842. }
  5843. i.icon.location.arrow:before {
  5844. content: "\f124";
  5845. }
  5846. i.icon.space.shuttle:before {
  5847. content: "\f197";
  5848. }
  5849. i.icon.university:before {
  5850. content: "\f19c";
  5851. }
  5852. i.icon.building:before {
  5853. content: "\f1ad";
  5854. }
  5855. i.icon.paw:before {
  5856. content: "\f1b0";
  5857. }
  5858. i.icon.spoon:before {
  5859. content: "\f1b1";
  5860. }
  5861. i.icon.car:before {
  5862. content: "\f1b9";
  5863. }
  5864. i.icon.taxi:before {
  5865. content: "\f1ba";
  5866. }
  5867. i.icon.tree:before {
  5868. content: "\f1bb";
  5869. }
  5870. i.icon.bicycle:before {
  5871. content: "\f206";
  5872. }
  5873. i.icon.bus:before {
  5874. content: "\f207";
  5875. }
  5876. i.icon.ship:before {
  5877. content: "\f21a";
  5878. }
  5879. i.icon.motorcycle:before {
  5880. content: "\f21c";
  5881. }
  5882. i.icon.street.view:before {
  5883. content: "\f21d";
  5884. }
  5885. i.icon.hotel:before {
  5886. content: "\f236";
  5887. }
  5888. i.icon.train:before {
  5889. content: "\f238";
  5890. }
  5891. i.icon.subway:before {
  5892. content: "\f239";
  5893. }
  5894. /* Tables */
  5895. i.icon.table:before {
  5896. content: "\f0ce";
  5897. }
  5898. i.icon.columns:before {
  5899. content: "\f0db";
  5900. }
  5901. i.icon.sort:before {
  5902. content: "\f0dc";
  5903. }
  5904. i.icon.sort.ascending:before {
  5905. content: "\f0de";
  5906. }
  5907. i.icon.sort.descending:before {
  5908. content: "\f0dd";
  5909. }
  5910. i.icon.sort.alphabet.ascending:before {
  5911. content: "\f15d";
  5912. }
  5913. i.icon.sort.alphabet.descending:before {
  5914. content: "\f15e";
  5915. }
  5916. i.icon.sort.content.ascending:before {
  5917. content: "\f160";
  5918. }
  5919. i.icon.sort.content.descending:before {
  5920. content: "\f161";
  5921. }
  5922. i.icon.sort.numeric.ascending:before {
  5923. content: "\f162";
  5924. }
  5925. i.icon.sort.numeric.descending:before {
  5926. content: "\f163";
  5927. }
  5928. /* Text Editor */
  5929. i.icon.font:before {
  5930. content: "\f031";
  5931. }
  5932. i.icon.bold:before {
  5933. content: "\f032";
  5934. }
  5935. i.icon.italic:before {
  5936. content: "\f033";
  5937. }
  5938. i.icon.text.height:before {
  5939. content: "\f034";
  5940. }
  5941. i.icon.text.width:before {
  5942. content: "\f035";
  5943. }
  5944. i.icon.align.left:before {
  5945. content: "\f036";
  5946. }
  5947. i.icon.align.center:before {
  5948. content: "\f037";
  5949. }
  5950. i.icon.align.right:before {
  5951. content: "\f038";
  5952. }
  5953. i.icon.align.justify:before {
  5954. content: "\f039";
  5955. }
  5956. i.icon.list:before {
  5957. content: "\f03a";
  5958. }
  5959. i.icon.outdent:before {
  5960. content: "\f03b";
  5961. }
  5962. i.icon.indent:before {
  5963. content: "\f03c";
  5964. }
  5965. i.icon.linkify:before {
  5966. content: "\f0c1";
  5967. }
  5968. i.icon.cut:before {
  5969. content: "\f0c4";
  5970. }
  5971. i.icon.copy:before {
  5972. content: "\f0c5";
  5973. }
  5974. i.icon.attach:before {
  5975. content: "\f0c6";
  5976. }
  5977. i.icon.save:before {
  5978. content: "\f0c7";
  5979. }
  5980. i.icon.content:before {
  5981. content: "\f0c9";
  5982. }
  5983. i.icon.unordered.list:before {
  5984. content: "\f0ca";
  5985. }
  5986. i.icon.ordered.list:before {
  5987. content: "\f0cb";
  5988. }
  5989. i.icon.strikethrough:before {
  5990. content: "\f0cc";
  5991. }
  5992. i.icon.underline:before {
  5993. content: "\f0cd";
  5994. }
  5995. i.icon.paste:before {
  5996. content: "\f0ea";
  5997. }
  5998. i.icon.unlink:before {
  5999. content: "\f127";
  6000. }
  6001. i.icon.superscript:before {
  6002. content: "\f12b";
  6003. }
  6004. i.icon.subscript:before {
  6005. content: "\f12c";
  6006. }
  6007. i.icon.header:before {
  6008. content: "\f1dc";
  6009. }
  6010. i.icon.paragraph:before {
  6011. content: "\f1dd";
  6012. }
  6013. /* Currency */
  6014. i.icon.euro:before {
  6015. content: "\f153";
  6016. }
  6017. i.icon.pound:before {
  6018. content: "\f154";
  6019. }
  6020. i.icon.dollar:before {
  6021. content: "\f155";
  6022. }
  6023. i.icon.rupee:before {
  6024. content: "\f156";
  6025. }
  6026. i.icon.yen:before {
  6027. content: "\f157";
  6028. }
  6029. i.icon.ruble:before {
  6030. content: "\f158";
  6031. }
  6032. i.icon.won:before {
  6033. content: "\f159";
  6034. }
  6035. i.icon.lira:before {
  6036. content: "\f195";
  6037. }
  6038. i.icon.shekel:before {
  6039. content: "\f20b";
  6040. }
  6041. /* Payment Options */
  6042. i.icon.paypal:before {
  6043. content: "\f1ed";
  6044. }
  6045. i.icon.paypal.card:before {
  6046. content: "\f1f4";
  6047. }
  6048. i.icon.google.wallet:before {
  6049. content: "\f1ee";
  6050. }
  6051. i.icon.visa:before {
  6052. content: "\f1f0";
  6053. }
  6054. i.icon.mastercard:before {
  6055. content: "\f1f1";
  6056. }
  6057. i.icon.discover:before {
  6058. content: "\f1f2";
  6059. }
  6060. i.icon.american.express:before {
  6061. content: "\f1f3";
  6062. }
  6063. i.icon.stripe:before {
  6064. content: "\f1f5";
  6065. }
  6066. /* Networks and Websites*/
  6067. i.icon.twitter.square:before {
  6068. content: "\f081";
  6069. }
  6070. i.icon.facebook.square:before {
  6071. content: "\f082";
  6072. }
  6073. i.icon.linkedin.square:before {
  6074. content: "\f08c";
  6075. }
  6076. i.icon.github.square:before {
  6077. content: "\f092";
  6078. }
  6079. i.icon.twitter:before {
  6080. content: "\f099";
  6081. }
  6082. i.icon.facebook:before {
  6083. content: "\f09a";
  6084. }
  6085. i.icon.github:before {
  6086. content: "\f09b";
  6087. }
  6088. i.icon.pinterest:before {
  6089. content: "\f0d2";
  6090. }
  6091. i.icon.pinterest.square:before {
  6092. content: "\f0d3";
  6093. }
  6094. i.icon.google.plus.square:before {
  6095. content: "\f0d4";
  6096. }
  6097. i.icon.google.plus:before {
  6098. content: "\f0d5";
  6099. }
  6100. i.icon.linkedin:before {
  6101. content: "\f0e1";
  6102. }
  6103. i.icon.github.alternate:before {
  6104. content: "\f113";
  6105. }
  6106. i.icon.maxcdn:before {
  6107. content: "\f136";
  6108. }
  6109. i.icon.bitcoin:before {
  6110. content: "\f15a";
  6111. }
  6112. i.icon.youtube.square:before {
  6113. content: "\f166";
  6114. }
  6115. i.icon.youtube:before {
  6116. content: "\f167";
  6117. }
  6118. i.icon.xing:before {
  6119. content: "\f168";
  6120. }
  6121. i.icon.xing.square:before {
  6122. content: "\f169";
  6123. }
  6124. i.icon.youtube.play:before {
  6125. content: "\f16a";
  6126. }
  6127. i.icon.dropbox:before {
  6128. content: "\f16b";
  6129. }
  6130. i.icon.stack.overflow:before {
  6131. content: "\f16c";
  6132. }
  6133. i.icon.instagram:before {
  6134. content: "\f16d";
  6135. }
  6136. i.icon.flickr:before {
  6137. content: "\f16e";
  6138. }
  6139. i.icon.adn:before {
  6140. content: "\f170";
  6141. }
  6142. i.icon.bitbucket:before {
  6143. content: "\f171";
  6144. }
  6145. i.icon.bitbucket.square:before {
  6146. content: "\f172";
  6147. }
  6148. i.icon.tumblr:before {
  6149. content: "\f173";
  6150. }
  6151. i.icon.tumblr.square:before {
  6152. content: "\f174";
  6153. }
  6154. i.icon.apple:before {
  6155. content: "\f179";
  6156. }
  6157. i.icon.windows:before {
  6158. content: "\f17a";
  6159. }
  6160. i.icon.android:before {
  6161. content: "\f17b";
  6162. }
  6163. i.icon.linux:before {
  6164. content: "\f17c";
  6165. }
  6166. i.icon.dribbble:before {
  6167. content: "\f17d";
  6168. }
  6169. i.icon.skype:before {
  6170. content: "\f17e";
  6171. }
  6172. i.icon.foursquare:before {
  6173. content: "\f180";
  6174. }
  6175. i.icon.trello:before {
  6176. content: "\f181";
  6177. }
  6178. i.icon.gittip:before {
  6179. content: "\f184";
  6180. }
  6181. i.icon.vk:before {
  6182. content: "\f189";
  6183. }
  6184. i.icon.weibo:before {
  6185. content: "\f18a";
  6186. }
  6187. i.icon.renren:before {
  6188. content: "\f18b";
  6189. }
  6190. i.icon.pagelines:before {
  6191. content: "\f18c";
  6192. }
  6193. i.icon.stack.exchange:before {
  6194. content: "\f18d";
  6195. }
  6196. i.icon.vimeo:before {
  6197. content: "\f194";
  6198. }
  6199. i.icon.slack:before {
  6200. content: "\f198";
  6201. }
  6202. i.icon.wordpress:before {
  6203. content: "\f19a";
  6204. }
  6205. i.icon.yahoo:before {
  6206. content: "\f19e";
  6207. }
  6208. i.icon.google:before {
  6209. content: "\f1a0";
  6210. }
  6211. i.icon.reddit:before {
  6212. content: "\f1a1";
  6213. }
  6214. i.icon.reddit.square:before {
  6215. content: "\f1a2";
  6216. }
  6217. i.icon.stumbleupon.circle:before {
  6218. content: "\f1a3";
  6219. }
  6220. i.icon.stumbleupon:before {
  6221. content: "\f1a4";
  6222. }
  6223. i.icon.delicious:before {
  6224. content: "\f1a5";
  6225. }
  6226. i.icon.digg:before {
  6227. content: "\f1a6";
  6228. }
  6229. i.icon.pied.piper:before {
  6230. content: "\f1a7";
  6231. }
  6232. i.icon.pied.piper.alternate:before {
  6233. content: "\f1a8";
  6234. }
  6235. i.icon.drupal:before {
  6236. content: "\f1a9";
  6237. }
  6238. i.icon.joomla:before {
  6239. content: "\f1aa";
  6240. }
  6241. i.icon.behance:before {
  6242. content: "\f1b4";
  6243. }
  6244. i.icon.behance.square:before {
  6245. content: "\f1b5";
  6246. }
  6247. i.icon.steam:before {
  6248. content: "\f1b6";
  6249. }
  6250. i.icon.steam.square:before {
  6251. content: "\f1b7";
  6252. }
  6253. i.icon.spotify:before {
  6254. content: "\f1bc";
  6255. }
  6256. i.icon.deviantart:before {
  6257. content: "\f1bd";
  6258. }
  6259. i.icon.soundcloud:before {
  6260. content: "\f1be";
  6261. }
  6262. i.icon.vine:before {
  6263. content: "\f1ca";
  6264. }
  6265. i.icon.codepen:before {
  6266. content: "\f1cb";
  6267. }
  6268. i.icon.jsfiddle:before {
  6269. content: "\f1cc";
  6270. }
  6271. i.icon.rebel:before {
  6272. content: "\f1d0";
  6273. }
  6274. i.icon.empire:before {
  6275. content: "\f1d1";
  6276. }
  6277. i.icon.git.square:before {
  6278. content: "\f1d2";
  6279. }
  6280. i.icon.git:before {
  6281. content: "\f1d3";
  6282. }
  6283. i.icon.hacker.news:before {
  6284. content: "\f1d4";
  6285. }
  6286. i.icon.tencent.weibo:before {
  6287. content: "\f1d5";
  6288. }
  6289. i.icon.qq:before {
  6290. content: "\f1d6";
  6291. }
  6292. i.icon.wechat:before {
  6293. content: "\f1d7";
  6294. }
  6295. i.icon.slideshare:before {
  6296. content: "\f1e7";
  6297. }
  6298. i.icon.twitch:before {
  6299. content: "\f1e8";
  6300. }
  6301. i.icon.yelp:before {
  6302. content: "\f1e9";
  6303. }
  6304. i.icon.lastfm:before {
  6305. content: "\f202";
  6306. }
  6307. i.icon.lastfm.square:before {
  6308. content: "\f203";
  6309. }
  6310. i.icon.ioxhost:before {
  6311. content: "\f208";
  6312. }
  6313. i.icon.angellist:before {
  6314. content: "\f209";
  6315. }
  6316. i.icon.meanpath:before {
  6317. content: "\f20c";
  6318. }
  6319. i.icon.buysellads:before {
  6320. content: "\f20d";
  6321. }
  6322. i.icon.connectdevelop:before {
  6323. content: "\f20e";
  6324. }
  6325. i.icon.dashcube:before {
  6326. content: "\f210";
  6327. }
  6328. i.icon.forumbee:before {
  6329. content: "\f211";
  6330. }
  6331. i.icon.leanpub:before {
  6332. content: "\f212";
  6333. }
  6334. i.icon.sellsy:before {
  6335. content: "\f213";
  6336. }
  6337. i.icon.shirtsinbulk:before {
  6338. content: "\f214";
  6339. }
  6340. i.icon.simplybuilt:before {
  6341. content: "\f215";
  6342. }
  6343. i.icon.skyatlas:before {
  6344. content: "\f216";
  6345. }
  6346. i.icon.whatsapp:before {
  6347. content: "\f232";
  6348. }
  6349. i.icon.viacoin:before {
  6350. content: "\f237";
  6351. }
  6352. i.icon.medium:before {
  6353. content: "\f23a";
  6354. }
  6355. /*******************************
  6356. Aliases
  6357. *******************************/
  6358. i.icon.like:before {
  6359. content: "\f004";
  6360. }
  6361. i.icon.favorite:before {
  6362. content: "\f005";
  6363. }
  6364. i.icon.video:before {
  6365. content: "\f008";
  6366. }
  6367. i.icon.check:before {
  6368. content: "\f00c";
  6369. }
  6370. i.icon.close:before {
  6371. content: "\f00d";
  6372. }
  6373. i.icon.cancel:before {
  6374. content: "\f00d";
  6375. }
  6376. i.icon.delete:before {
  6377. content: "\f00d";
  6378. }
  6379. i.icon.x:before {
  6380. content: "\f00d";
  6381. }
  6382. i.icon.user.times:before {
  6383. content: "\f235";
  6384. }
  6385. i.icon.user.close:before {
  6386. content: "\f235";
  6387. }
  6388. i.icon.user.cancel:before {
  6389. content: "\f235";
  6390. }
  6391. i.icon.user.delete:before {
  6392. content: "\f235";
  6393. }
  6394. i.icon.user.x:before {
  6395. content: "\f235";
  6396. }
  6397. i.icon.zoom.in:before {
  6398. content: "\f00e";
  6399. }
  6400. i.icon.magnify:before {
  6401. content: "\f00e";
  6402. }
  6403. i.icon.shutdown:before {
  6404. content: "\f011";
  6405. }
  6406. i.icon.clock:before {
  6407. content: "\f017";
  6408. }
  6409. i.icon.time:before {
  6410. content: "\f017";
  6411. }
  6412. i.icon.play.circle.outline:before {
  6413. content: "\f01d";
  6414. }
  6415. i.icon.headphone:before {
  6416. content: "\f025";
  6417. }
  6418. i.icon.camera:before {
  6419. content: "\f030";
  6420. }
  6421. i.icon.video.camera:before {
  6422. content: "\f03d";
  6423. }
  6424. i.icon.picture:before {
  6425. content: "\f03e";
  6426. }
  6427. i.icon.pencil:before {
  6428. content: "\f040";
  6429. }
  6430. i.icon.compose:before {
  6431. content: "\f040";
  6432. }
  6433. i.icon.point:before {
  6434. content: "\f041";
  6435. }
  6436. i.icon.tint:before {
  6437. content: "\f043";
  6438. }
  6439. i.icon.signup:before {
  6440. content: "\f044";
  6441. }
  6442. i.icon.plus.circle:before {
  6443. content: "\f055";
  6444. }
  6445. i.icon.dont:before {
  6446. content: "\f05e";
  6447. }
  6448. i.icon.minimize:before {
  6449. content: "\f066";
  6450. }
  6451. i.icon.add:before {
  6452. content: "\f067";
  6453. }
  6454. i.icon.eye:before {
  6455. content: "\f06e";
  6456. }
  6457. i.icon.attention:before {
  6458. content: "\f06a";
  6459. }
  6460. i.icon.cart:before {
  6461. content: "\f07a";
  6462. }
  6463. i.icon.shuffle:before {
  6464. content: "\f074";
  6465. }
  6466. i.icon.talk:before {
  6467. content: "\f075";
  6468. }
  6469. i.icon.chat:before {
  6470. content: "\f075";
  6471. }
  6472. i.icon.shopping.cart:before {
  6473. content: "\f07a";
  6474. }
  6475. i.icon.bar.graph:before {
  6476. content: "\f080";
  6477. }
  6478. i.icon.area.graph:before {
  6479. content: "\f1fe";
  6480. }
  6481. i.icon.pie.graph:before {
  6482. content: "\f200";
  6483. }
  6484. i.icon.line.graph:before {
  6485. content: "\f201";
  6486. }
  6487. i.icon.key:before {
  6488. content: "\f084";
  6489. }
  6490. i.icon.cogs:before {
  6491. content: "\f085";
  6492. }
  6493. i.icon.discussions:before {
  6494. content: "\f086";
  6495. }
  6496. i.icon.like.outline:before {
  6497. content: "\f087";
  6498. }
  6499. i.icon.dislike.outline:before {
  6500. content: "\f088";
  6501. }
  6502. i.icon.heart.outline:before {
  6503. content: "\f08a";
  6504. }
  6505. i.icon.log.out:before {
  6506. content: "\f08b";
  6507. }
  6508. i.icon.thumb.tack:before {
  6509. content: "\f08d";
  6510. }
  6511. i.icon.winner:before {
  6512. content: "\f091";
  6513. }
  6514. i.icon.bookmark.outline:before {
  6515. content: "\f097";
  6516. }
  6517. i.icon.phone:before {
  6518. content: "\f095";
  6519. }
  6520. i.icon.phone.square:before {
  6521. content: "\f098";
  6522. }
  6523. i.icon.credit.card:before {
  6524. content: "\f09d";
  6525. }
  6526. i.icon.hdd.outline:before {
  6527. content: "\f0a0";
  6528. }
  6529. i.icon.bullhorn:before {
  6530. content: "\f0a1";
  6531. }
  6532. i.icon.bell:before {
  6533. content: "\f0f3";
  6534. }
  6535. i.icon.bell.outline:before {
  6536. content: "\f0a2";
  6537. }
  6538. i.icon.bell.slash:before {
  6539. content: "\f1f6";
  6540. }
  6541. i.icon.bell.slash.outline:before {
  6542. content: "\f1f7";
  6543. }
  6544. i.icon.hand.outline.right:before {
  6545. content: "\f0a4";
  6546. }
  6547. i.icon.hand.outline.left:before {
  6548. content: "\f0a5";
  6549. }
  6550. i.icon.hand.outline.up:before {
  6551. content: "\f0a6";
  6552. }
  6553. i.icon.hand.outline.down:before {
  6554. content: "\f0a7";
  6555. }
  6556. i.icon.globe:before {
  6557. content: "\f0ac";
  6558. }
  6559. i.icon.wrench:before {
  6560. content: "\f0ad";
  6561. }
  6562. i.icon.briefcase:before {
  6563. content: "\f0b1";
  6564. }
  6565. i.icon.group:before {
  6566. content: "\f0c0";
  6567. }
  6568. i.icon.flask:before {
  6569. content: "\f0c3";
  6570. }
  6571. i.icon.sidebar:before {
  6572. content: "\f0c9";
  6573. }
  6574. i.icon.bars:before {
  6575. content: "\f0c9";
  6576. }
  6577. i.icon.list.ul:before {
  6578. content: "\f0ca";
  6579. }
  6580. i.icon.list.ol:before {
  6581. content: "\f0cb";
  6582. }
  6583. i.icon.numbered.list:before {
  6584. content: "\f0cb";
  6585. }
  6586. i.icon.magic:before {
  6587. content: "\f0d0";
  6588. }
  6589. i.icon.truck:before {
  6590. content: "\f0d1";
  6591. }
  6592. i.icon.currency:before {
  6593. content: "\f0d6";
  6594. }
  6595. i.icon.triangle.down:before {
  6596. content: "\f0d7";
  6597. }
  6598. i.icon.dropdown:before {
  6599. content: "\f0d7";
  6600. }
  6601. i.icon.triangle.up:before {
  6602. content: "\f0d8";
  6603. }
  6604. i.icon.triangle.left:before {
  6605. content: "\f0d9";
  6606. }
  6607. i.icon.triangle.right:before {
  6608. content: "\f0da";
  6609. }
  6610. i.icon.envelope:before {
  6611. content: "\f0e0";
  6612. }
  6613. i.icon.conversation:before {
  6614. content: "\f0e6";
  6615. }
  6616. i.icon.umbrella:before {
  6617. content: "\f0e9";
  6618. }
  6619. i.icon.clipboard:before {
  6620. content: "\f0ea";
  6621. }
  6622. i.icon.lightbulb:before {
  6623. content: "\f0eb";
  6624. }
  6625. i.icon.ambulance:before {
  6626. content: "\f0f9";
  6627. }
  6628. i.icon.medkit:before {
  6629. content: "\f0fa";
  6630. }
  6631. i.icon.fighter.jet:before {
  6632. content: "\f0fb";
  6633. }
  6634. i.icon.beer:before {
  6635. content: "\f0fc";
  6636. }
  6637. i.icon.plus.square:before {
  6638. content: "\f0fe";
  6639. }
  6640. i.icon.computer:before {
  6641. content: "\f108";
  6642. }
  6643. i.icon.circle.outline:before {
  6644. content: "\f10c";
  6645. }
  6646. i.icon.intersex:before {
  6647. content: "\f10c";
  6648. }
  6649. i.icon.asexual:before {
  6650. content: "\f10c";
  6651. }
  6652. i.icon.spinner:before {
  6653. content: "\f110";
  6654. }
  6655. i.icon.gamepad:before {
  6656. content: "\f11b";
  6657. }
  6658. i.icon.star.half.full:before {
  6659. content: "\f123";
  6660. }
  6661. i.icon.question:before {
  6662. content: "\f128";
  6663. }
  6664. i.icon.eraser:before {
  6665. content: "\f12d";
  6666. }
  6667. i.icon.microphone:before {
  6668. content: "\f130";
  6669. }
  6670. i.icon.microphone.slash:before {
  6671. content: "\f131";
  6672. }
  6673. i.icon.shield:before {
  6674. content: "\f132";
  6675. }
  6676. i.icon.target:before {
  6677. content: "\f140";
  6678. }
  6679. i.icon.play.circle:before {
  6680. content: "\f144";
  6681. }
  6682. i.icon.pencil.square:before {
  6683. content: "\f14b";
  6684. }
  6685. i.icon.compass:before {
  6686. content: "\f14e";
  6687. }
  6688. i.icon.amex:before {
  6689. content: "\f1f3";
  6690. }
  6691. i.icon.eur:before {
  6692. content: "\f153";
  6693. }
  6694. i.icon.gbp:before {
  6695. content: "\f154";
  6696. }
  6697. i.icon.usd:before {
  6698. content: "\f155";
  6699. }
  6700. i.icon.inr:before {
  6701. content: "\f156";
  6702. }
  6703. i.icon.cny:before,
  6704. i.icon.rmb:before,
  6705. i.icon.jpy:before {
  6706. content: "\f157";
  6707. }
  6708. i.icon.rouble:before,
  6709. i.icon.rub:before {
  6710. content: "\f158";
  6711. }
  6712. i.icon.krw:before {
  6713. content: "\f159";
  6714. }
  6715. i.icon.btc:before {
  6716. content: "\f15a";
  6717. }
  6718. i.icon.sheqel:before,
  6719. i.icon.ils:before {
  6720. content: "\f20b";
  6721. }
  6722. i.icon.try:before {
  6723. content: "\f195";
  6724. }
  6725. i.icon.zip:before {
  6726. content: "\f187";
  6727. }
  6728. i.icon.dot.circle.outline:before {
  6729. content: "\f192";
  6730. }
  6731. i.icon.sliders:before {
  6732. content: "\f1de";
  6733. }
  6734. i.icon.wi-fi:before {
  6735. content: "\f1eb";
  6736. }
  6737. i.icon.graduation:before {
  6738. content: "\f19d";
  6739. }
  6740. i.icon.weixin:before {
  6741. content: "\f1d7";
  6742. }
  6743. i.icon.binoculars:before {
  6744. content: "\f1e5";
  6745. }
  6746. i.icon.gratipay:before {
  6747. content: "\f184";
  6748. }
  6749. i.icon.genderless:before {
  6750. content: "\f1db";
  6751. }
  6752. i.icon.teletype:before {
  6753. content: "\f1e4";
  6754. }
  6755. i.icon.power.cord:before {
  6756. content: "\f1e6";
  6757. }
  6758. i.icon.tty:before {
  6759. content: "\f1e4";
  6760. }
  6761. i.icon.cc:before {
  6762. content: "\f20a";
  6763. }
  6764. i.icon.plus.cart:before {
  6765. content: "\f217";
  6766. }
  6767. i.icon.arrow.down.cart:before {
  6768. content: "\f218";
  6769. }
  6770. i.icon.detective:before {
  6771. content: "\f21b";
  6772. }
  6773. i.icon.venus:before {
  6774. content: "\f221";
  6775. }
  6776. i.icon.mars:before {
  6777. content: "\f222";
  6778. }
  6779. i.icon.mercury:before {
  6780. content: "\f223";
  6781. }
  6782. i.icon.venus.double:before {
  6783. content: "\f226";
  6784. }
  6785. i.icon.female.homosexual:before {
  6786. content: "\f226";
  6787. }
  6788. i.icon.mars.double:before {
  6789. content: "\f227";
  6790. }
  6791. i.icon.male.homosexual:before {
  6792. content: "\f227";
  6793. }
  6794. i.icon.venus.mars:before {
  6795. content: "\f228";
  6796. }
  6797. i.icon.mars.stroke:before {
  6798. content: "\f229";
  6799. }
  6800. i.icon.mars.alternate:before {
  6801. content: "\f229";
  6802. }
  6803. i.icon.mars.vertical:before {
  6804. content: "\f22a";
  6805. }
  6806. i.icon.mars.horizontal:before {
  6807. content: "\f22b";
  6808. }
  6809. i.icon.mars.stroke.vertical:before {
  6810. content: "\f22a";
  6811. }
  6812. i.icon.mars.stroke.horizontal:before {
  6813. content: "\f22b";
  6814. }
  6815. i.icon.facebook.official {
  6816. content: "\f230";
  6817. }
  6818. i.icon.pinterest.official {
  6819. content: "\f231";
  6820. }
  6821. i.icon.bed:before {
  6822. content: "\f236";
  6823. }
  6824. /*******************************
  6825. Site Overrides
  6826. *******************************/
  6827. /*!
  6828. * # Semantic UI 2.1.6 - Image
  6829. * http://github.com/semantic-org/semantic-ui/
  6830. *
  6831. *
  6832. * Copyright 2015 Contributors
  6833. * Released under the MIT license
  6834. * http://opensource.org/licenses/MIT
  6835. *
  6836. */
  6837. /*******************************
  6838. Image
  6839. *******************************/
  6840. .ui.image {
  6841. position: relative;
  6842. display: inline-block;
  6843. vertical-align: middle;
  6844. max-width: 100%;
  6845. background-color: transparent;
  6846. }
  6847. img.ui.image {
  6848. display: block;
  6849. }
  6850. .ui.image svg,
  6851. .ui.image img {
  6852. display: block;
  6853. max-width: 100%;
  6854. height: auto;
  6855. }
  6856. /*******************************
  6857. States
  6858. *******************************/
  6859. .ui.hidden.images,
  6860. .ui.hidden.image {
  6861. display: none;
  6862. }
  6863. .ui.disabled.images,
  6864. .ui.disabled.image {
  6865. cursor: default;
  6866. opacity: 0.3;
  6867. }
  6868. /*******************************
  6869. Variations
  6870. *******************************/
  6871. /*--------------
  6872. Inline
  6873. ---------------*/
  6874. .ui.inline.image,
  6875. .ui.inline.image svg,
  6876. .ui.inline.image img {
  6877. display: inline-block;
  6878. }
  6879. /*------------------
  6880. Vertical Aligned
  6881. -------------------*/
  6882. .ui.top.aligned.images .image,
  6883. .ui.top.aligned.image,
  6884. .ui.top.aligned.image svg,
  6885. .ui.top.aligned.image img {
  6886. display: inline-block;
  6887. vertical-align: top;
  6888. }
  6889. .ui.middle.aligned.images .image,
  6890. .ui.middle.aligned.image,
  6891. .ui.middle.aligned.image svg,
  6892. .ui.middle.aligned.image img {
  6893. display: inline-block;
  6894. vertical-align: middle;
  6895. }
  6896. .ui.bottom.aligned.images .image,
  6897. .ui.bottom.aligned.image,
  6898. .ui.bottom.aligned.image svg,
  6899. .ui.bottom.aligned.image img {
  6900. display: inline-block;
  6901. vertical-align: bottom;
  6902. }
  6903. /*--------------
  6904. Rounded
  6905. ---------------*/
  6906. .ui.rounded.images .image,
  6907. .ui.rounded.image,
  6908. .ui.rounded.images .image > *,
  6909. .ui.rounded.image > * {
  6910. border-radius: 0.3125em;
  6911. }
  6912. /*--------------
  6913. Bordered
  6914. ---------------*/
  6915. .ui.bordered.images .image,
  6916. .ui.bordered.images img,
  6917. .ui.bordered.images svg,
  6918. .ui.bordered.image img,
  6919. .ui.bordered.image svg,
  6920. img.ui.bordered.image {
  6921. border: 1px solid rgba(0, 0, 0, 0.1);
  6922. }
  6923. /*--------------
  6924. Circular
  6925. ---------------*/
  6926. .ui.circular.images,
  6927. .ui.circular.image {
  6928. overflow: hidden;
  6929. }
  6930. .ui.circular.images .image,
  6931. .ui.circular.image,
  6932. .ui.circular.images .image > *,
  6933. .ui.circular.image > * {
  6934. border-radius: 500rem;
  6935. }
  6936. /*--------------
  6937. Fluid
  6938. ---------------*/
  6939. .ui.fluid.images,
  6940. .ui.fluid.image,
  6941. .ui.fluid.images img,
  6942. .ui.fluid.images svg,
  6943. .ui.fluid.image svg,
  6944. .ui.fluid.image img {
  6945. display: block;
  6946. width: 100%;
  6947. height: auto;
  6948. }
  6949. /*--------------
  6950. Avatar
  6951. ---------------*/
  6952. .ui.avatar.images .image,
  6953. .ui.avatar.images img,
  6954. .ui.avatar.images svg,
  6955. .ui.avatar.image img,
  6956. .ui.avatar.image svg,
  6957. .ui.avatar.image {
  6958. margin-right: 0.25em;
  6959. display: inline-block;
  6960. width: 2em;
  6961. height: 2em;
  6962. border-radius: 500rem;
  6963. }
  6964. /*-------------------
  6965. Spaced
  6966. --------------------*/
  6967. .ui.spaced.image {
  6968. display: inline-block !important;
  6969. margin-left: 0.5em;
  6970. margin-right: 0.5em;
  6971. }
  6972. .ui[class*="left spaced"].image {
  6973. margin-left: 0.5em;
  6974. margin-right: 0em;
  6975. }
  6976. .ui[class*="right spaced"].image {
  6977. margin-left: 0em;
  6978. margin-right: 0.5em;
  6979. }
  6980. /*-------------------
  6981. Floated
  6982. --------------------*/
  6983. .ui.floated.image,
  6984. .ui.floated.images {
  6985. float: left;
  6986. margin-right: 1em;
  6987. margin-bottom: 1em;
  6988. }
  6989. .ui.right.floated.images,
  6990. .ui.right.floated.image {
  6991. float: right;
  6992. margin-right: 0em;
  6993. margin-bottom: 1em;
  6994. margin-left: 1em;
  6995. }
  6996. .ui.floated.images:last-child,
  6997. .ui.floated.image:last-child {
  6998. margin-bottom: 0em;
  6999. }
  7000. .ui.centered.images,
  7001. .ui.centered.image {
  7002. margin-left: auto;
  7003. margin-right: auto;
  7004. }
  7005. /*--------------
  7006. Sizes
  7007. ---------------*/
  7008. .ui.mini.images .image,
  7009. .ui.mini.images img,
  7010. .ui.mini.images svg,
  7011. .ui.mini.image {
  7012. width: 20px;
  7013. height: auto;
  7014. font-size: 0.69230769rem;
  7015. }
  7016. .ui.tiny.images .image,
  7017. .ui.tiny.images img,
  7018. .ui.tiny.images svg,
  7019. .ui.tiny.image {
  7020. width: 80px;
  7021. height: auto;
  7022. font-size: 0.84615385rem;
  7023. }
  7024. .ui.small.images .image,
  7025. .ui.small.images img,
  7026. .ui.small.images svg,
  7027. .ui.small.image {
  7028. width: 150px;
  7029. height: auto;
  7030. font-size: 0.92307692rem;
  7031. }
  7032. .ui.medium.images .image,
  7033. .ui.medium.images img,
  7034. .ui.medium.images svg,
  7035. .ui.medium.image {
  7036. width: 300px;
  7037. height: auto;
  7038. font-size: 1rem;
  7039. }
  7040. .ui.large.images .image,
  7041. .ui.large.images img,
  7042. .ui.large.images svg,
  7043. .ui.large.image {
  7044. width: 450px;
  7045. height: auto;
  7046. font-size: 1.15384615rem;
  7047. }
  7048. .ui.big.images .image,
  7049. .ui.big.images img,
  7050. .ui.big.images svg,
  7051. .ui.big.image {
  7052. width: 600px;
  7053. height: auto;
  7054. font-size: 1.30769231rem;
  7055. }
  7056. .ui.huge.images .image,
  7057. .ui.huge.images img,
  7058. .ui.huge.images svg,
  7059. .ui.huge.image {
  7060. width: 800px;
  7061. height: auto;
  7062. font-size: 1.46153846rem;
  7063. }
  7064. .ui.massive.images .image,
  7065. .ui.massive.images img,
  7066. .ui.massive.images svg,
  7067. .ui.massive.image {
  7068. width: 960px;
  7069. height: auto;
  7070. font-size: 1.69230769rem;
  7071. }
  7072. /*******************************
  7073. Groups
  7074. *******************************/
  7075. .ui.images {
  7076. font-size: 0em;
  7077. margin: 0em -0.25rem 0rem;
  7078. }
  7079. .ui.images .image,
  7080. .ui.images img,
  7081. .ui.images svg {
  7082. display: inline-block;
  7083. margin: 0em 0.25rem 0.5rem;
  7084. }
  7085. /*******************************
  7086. Site Overrides
  7087. *******************************/
  7088. /*!
  7089. * # Semantic UI 2.1.6 - Input
  7090. * http://github.com/semantic-org/semantic-ui/
  7091. *
  7092. *
  7093. * Copyright 2015 Contributors
  7094. * Released under the MIT license
  7095. * http://opensource.org/licenses/MIT
  7096. *
  7097. */
  7098. /*******************************
  7099. Standard
  7100. *******************************/
  7101. /*--------------------
  7102. Inputs
  7103. ---------------------*/
  7104. .ui.input {
  7105. position: relative;
  7106. font-weight: normal;
  7107. font-style: normal;
  7108. display: -webkit-inline-box;
  7109. display: -webkit-inline-flex;
  7110. display: -ms-inline-flexbox;
  7111. display: inline-flex;
  7112. color: rgba(0, 0, 0, 0.87);
  7113. }
  7114. .ui.input input {
  7115. margin: 0em;
  7116. max-width: 100%;
  7117. -webkit-box-flex: 1;
  7118. -webkit-flex: 1 0 auto;
  7119. -ms-flex: 1 0 auto;
  7120. flex: 1 0 auto;
  7121. outline: none;
  7122. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  7123. text-align: left;
  7124. line-height: 1.2142em;
  7125. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  7126. padding: 0.43136154em 0.61538462em;
  7127. background: #FFFFFF;
  7128. border: 1px solid #CCCCCC;
  7129. color: rgba(0, 0, 0, 0.87);
  7130. border-radius: 0.2307em;
  7131. -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  7132. transition: box-shadow 0.1s ease, border-color 0.1s ease;
  7133. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  7134. }
  7135. /*--------------------
  7136. Placeholder
  7137. ---------------------*/
  7138. /* browsers require these rules separate */
  7139. .ui.input input::-webkit-input-placeholder {
  7140. color: rgba(0, 0, 0, 0.4);
  7141. }
  7142. .ui.input input::-moz-placeholder {
  7143. color: rgba(0, 0, 0, 0.4);
  7144. }
  7145. .ui.input input::-ms-input-placeholder {
  7146. color: rgba(0, 0, 0, 0.4);
  7147. }
  7148. /*******************************
  7149. States
  7150. *******************************/
  7151. /*--------------------
  7152. Disabled
  7153. ---------------------*/
  7154. .ui.disabled.input,
  7155. .ui.input input[disabled] {
  7156. opacity: 0.3;
  7157. }
  7158. .ui.disabled.input input {
  7159. pointer-events: none;
  7160. }
  7161. /*--------------------
  7162. Active
  7163. ---------------------*/
  7164. .ui.input input:active,
  7165. .ui.input.down input {
  7166. border-color: rgba(0, 0, 0, 0.3);
  7167. background: #FAFAFA;
  7168. color: rgba(0, 0, 0, 0.87);
  7169. box-shadow: none;
  7170. }
  7171. /*--------------------
  7172. Loading
  7173. ---------------------*/
  7174. .ui.loading.loading.input > i.icon:before {
  7175. position: absolute;
  7176. content: '';
  7177. top: 50%;
  7178. left: 50%;
  7179. margin: -0.65384615em 0em 0em -0.65384615em;
  7180. width: 1.30769231em;
  7181. height: 1.30769231em;
  7182. border-radius: 500rem;
  7183. border: 0.2em solid rgba(0, 0, 0, 0.1);
  7184. }
  7185. .ui.loading.loading.input > i.icon:after {
  7186. position: absolute;
  7187. content: '';
  7188. top: 50%;
  7189. left: 50%;
  7190. margin: -0.65384615em 0em 0em -0.65384615em;
  7191. width: 1.30769231em;
  7192. height: 1.30769231em;
  7193. -webkit-animation: button-spin 0.6s linear;
  7194. animation: button-spin 0.6s linear;
  7195. -webkit-animation-iteration-count: infinite;
  7196. animation-iteration-count: infinite;
  7197. border-radius: 500rem;
  7198. border-color: #767676 transparent transparent;
  7199. border-style: solid;
  7200. border-width: 0.2em;
  7201. box-shadow: 0px 0px 0px 1px transparent;
  7202. }
  7203. /*--------------------
  7204. Focus
  7205. ---------------------*/
  7206. .ui.input.focus input,
  7207. .ui.input input:focus {
  7208. border-color: #51A7E8;
  7209. background: #FFFFFF;
  7210. color: rgba(0, 0, 0, 0.8);
  7211. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
  7212. }
  7213. .ui.input.focus input::-webkit-input-placeholder,
  7214. .ui.input input:focus::-webkit-input-placeholder {
  7215. color: rgba(0, 0, 0, 0.87);
  7216. }
  7217. .ui.input.focus input::-moz-placeholder,
  7218. .ui.input input:focus::-moz-placeholder {
  7219. color: rgba(0, 0, 0, 0.87);
  7220. }
  7221. .ui.input.focus input::-ms-input-placeholder,
  7222. .ui.input input:focus::-ms-input-placeholder {
  7223. color: rgba(0, 0, 0, 0.87);
  7224. }
  7225. /*--------------------
  7226. Error
  7227. ---------------------*/
  7228. .ui.input.error input {
  7229. background-color: #FFF6F6;
  7230. border-color: #E0B4B4;
  7231. color: #9F3A38;
  7232. box-shadow: none;
  7233. }
  7234. /* Error Placeholder */
  7235. .ui.input.error input::-webkit-input-placeholder {
  7236. color: #e7bdbc;
  7237. }
  7238. .ui.input.error input::-moz-placeholder {
  7239. color: #e7bdbc;
  7240. }
  7241. .ui.input.error input::-ms-input-placeholder {
  7242. color: #e7bdbc;
  7243. }
  7244. /* Focused Error Placeholder */
  7245. .ui.input.error input:focus::-webkit-input-placeholder {
  7246. color: #da9796;
  7247. }
  7248. .ui.input.error input:focus::-moz-placeholder {
  7249. color: #da9796;
  7250. }
  7251. .ui.input.error input:focus::-ms-input-placeholder {
  7252. color: #da9796;
  7253. }
  7254. /*******************************
  7255. Variations
  7256. *******************************/
  7257. /*--------------------
  7258. Transparent
  7259. ---------------------*/
  7260. .ui.transparent.input input {
  7261. border-color: transparent !important;
  7262. background-color: transparent !important;
  7263. padding: 0em !important;
  7264. box-shadow: none !important;
  7265. }
  7266. /* Transparent Icon */
  7267. .ui.transparent.icon.input > i.icon {
  7268. width: 1.1em;
  7269. }
  7270. .ui.transparent.icon.input > input {
  7271. padding-left: 0em !important;
  7272. padding-right: 2em !important;
  7273. }
  7274. .ui.transparent[class*="left icon"].input > input {
  7275. padding-left: 2em !important;
  7276. padding-right: 0em !important;
  7277. }
  7278. /* Transparent Inverted */
  7279. .ui.transparent.inverted.input {
  7280. color: #FFFFFF;
  7281. }
  7282. .ui.transparent.inverted.input input {
  7283. color: inherit;
  7284. }
  7285. .ui.transparent.inverted.input input::-webkit-input-placeholder {
  7286. color: rgba(255, 255, 255, 0.5);
  7287. }
  7288. .ui.transparent.inverted.input input::-moz-placeholder {
  7289. color: rgba(255, 255, 255, 0.5);
  7290. }
  7291. .ui.transparent.inverted.input input::-ms-input-placeholder {
  7292. color: rgba(255, 255, 255, 0.5);
  7293. }
  7294. /*--------------------
  7295. Icon
  7296. ---------------------*/
  7297. .ui.icon.input > i.icon {
  7298. cursor: default;
  7299. position: absolute;
  7300. line-height: 1;
  7301. text-align: center;
  7302. top: 0px;
  7303. right: 0px;
  7304. margin: 0em;
  7305. height: 100%;
  7306. width: 2.17692308em;
  7307. opacity: 0.5;
  7308. border-radius: 0em 0.2307em 0.2307em 0em;
  7309. -webkit-transition: opacity 0.3s ease;
  7310. transition: opacity 0.3s ease;
  7311. }
  7312. .ui.icon.input > i.icon:not(.link) {
  7313. pointer-events: none;
  7314. }
  7315. .ui.icon.input input {
  7316. padding-right: 2.17692308em !important;
  7317. }
  7318. .ui.icon.input > i.icon:before,
  7319. .ui.icon.input > i.icon:after {
  7320. left: 0;
  7321. position: absolute;
  7322. text-align: center;
  7323. top: 50%;
  7324. width: 100%;
  7325. margin-top: -0.5em;
  7326. }
  7327. .ui.icon.input > i.link.icon {
  7328. cursor: pointer;
  7329. }
  7330. .ui.icon.input > i.circular.icon {
  7331. top: 0.35em;
  7332. right: 0.5em;
  7333. }
  7334. /* Left Icon Input */
  7335. .ui[class*="left icon"].input > i.icon {
  7336. right: auto;
  7337. left: 1px;
  7338. border-radius: 0.2307em 0em 0em 0.2307em;
  7339. }
  7340. .ui[class*="left icon"].input > i.circular.icon {
  7341. right: auto;
  7342. left: 0.5em;
  7343. }
  7344. .ui[class*="left icon"].input > input {
  7345. padding-left: 2.17692308em !important;
  7346. padding-right: 0.61538462em !important;
  7347. }
  7348. /* Focus */
  7349. .ui.icon.input > input:focus ~ i.icon {
  7350. opacity: 1;
  7351. }
  7352. /*--------------------
  7353. Labeled
  7354. ---------------------*/
  7355. /* Adjacent Label */
  7356. .ui.labeled.input > .label {
  7357. -webkit-box-flex: 0;
  7358. -webkit-flex: 0 0 auto;
  7359. -ms-flex: 0 0 auto;
  7360. flex: 0 0 auto;
  7361. margin: 0;
  7362. font-size: 1em;
  7363. }
  7364. .ui.labeled.input > .label:not(.corner) {
  7365. padding-top: 0.53846154em;
  7366. padding-bottom: 0.53846154em;
  7367. }
  7368. /* Regular Label on Left */
  7369. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  7370. border-top-right-radius: 0px;
  7371. border-bottom-right-radius: 0px;
  7372. }
  7373. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  7374. border-top-left-radius: 0px;
  7375. border-bottom-left-radius: 0px;
  7376. border-left-color: transparent;
  7377. }
  7378. .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  7379. border-left-color: #51A7E8;
  7380. }
  7381. /* Regular Label on Right */
  7382. .ui[class*="right labeled"].input input {
  7383. border-top-right-radius: 0px !important;
  7384. border-bottom-right-radius: 0px !important;
  7385. border-right-color: transparent !important;
  7386. }
  7387. .ui[class*="right labeled"].input input + .label {
  7388. border-top-left-radius: 0px;
  7389. border-bottom-left-radius: 0px;
  7390. }
  7391. .ui[class*="right labeled"].input input:focus {
  7392. border-right-color: #51A7E8 !important;
  7393. }
  7394. /* Corner Label */
  7395. .ui.labeled.input .corner.label {
  7396. top: 1px;
  7397. right: 1px;
  7398. font-size: 0.69230769em;
  7399. border-radius: 0em 0.2307em 0em 0em;
  7400. }
  7401. /* Spacing with corner label */
  7402. .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input {
  7403. padding-right: 2.5em !important;
  7404. }
  7405. .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  7406. padding-right: 3.25em !important;
  7407. }
  7408. .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  7409. margin-right: 1.25em;
  7410. }
  7411. /* Left Labeled */
  7412. .ui[class*="left corner labeled"].labeled.input input {
  7413. padding-left: 2.5em !important;
  7414. }
  7415. .ui[class*="left corner labeled"].icon.input > input {
  7416. padding-left: 3.25em !important;
  7417. }
  7418. .ui[class*="left corner labeled"].icon.input > .icon {
  7419. margin-left: 1.25em;
  7420. }
  7421. /* Corner Label Position */
  7422. .ui.input > .ui.corner.label {
  7423. top: 1px;
  7424. right: 1px;
  7425. }
  7426. .ui.input > .ui.left.corner.label {
  7427. right: auto;
  7428. left: 1px;
  7429. }
  7430. /*--------------------
  7431. Action
  7432. ---------------------*/
  7433. .ui.action.input > .button,
  7434. .ui.action.input > .buttons {
  7435. display: -webkit-box;
  7436. display: -webkit-flex;
  7437. display: -ms-flexbox;
  7438. display: flex;
  7439. -webkit-box-align: center;
  7440. -webkit-align-items: center;
  7441. -ms-flex-align: center;
  7442. align-items: center;
  7443. -webkit-box-flex: 0;
  7444. -webkit-flex: 0 0 auto;
  7445. -ms-flex: 0 0 auto;
  7446. flex: 0 0 auto;
  7447. }
  7448. .ui.action.input > .button,
  7449. .ui.action.input > .buttons > .button {
  7450. padding-top: 0.53846154em;
  7451. padding-bottom: 0.53846154em;
  7452. margin: 0;
  7453. }
  7454. /* Button on Right */
  7455. .ui.action.input:not([class*="left action"]) > input {
  7456. border-top-right-radius: 0px !important;
  7457. border-bottom-right-radius: 0px !important;
  7458. border-right-color: transparent !important;
  7459. }
  7460. .ui.action.input:not([class*="left action"]) > .dropdown,
  7461. .ui.action.input:not([class*="left action"]) > .button,
  7462. .ui.action.input:not([class*="left action"]) > .buttons > .button {
  7463. border-radius: 0px;
  7464. }
  7465. .ui.action.input:not([class*="left action"]) > .dropdown:last-child,
  7466. .ui.action.input:not([class*="left action"]) > .button:last-child,
  7467. .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
  7468. border-radius: 0px 0.2307em 0.2307em 0px;
  7469. }
  7470. /* Input Focus */
  7471. .ui.action.input:not([class*="left action"]) input:focus {
  7472. border-right-color: #51A7E8 !important;
  7473. }
  7474. /* Button on Left */
  7475. .ui[class*="left action"].input > input {
  7476. border-top-left-radius: 0px !important;
  7477. border-bottom-left-radius: 0px !important;
  7478. border-left-color: transparent !important;
  7479. }
  7480. .ui[class*="left action"].input > .dropdown,
  7481. .ui[class*="left action"].input > .button,
  7482. .ui[class*="left action"].input > .buttons > .button {
  7483. border-radius: 0px;
  7484. }
  7485. .ui[class*="left action"].input > .dropdown:first-child,
  7486. .ui[class*="left action"].input > .button:first-child,
  7487. .ui[class*="left action"].input > .buttons:first-child > .button {
  7488. border-radius: 0.2307em 0px 0px 0.2307em;
  7489. }
  7490. /* Input Focus */
  7491. .ui[class*="left action"].input > input:focus {
  7492. border-left-color: #51A7E8 !important;
  7493. }
  7494. /*--------------------
  7495. Inverted
  7496. ---------------------*/
  7497. /* Standard */
  7498. .ui.inverted.input input {
  7499. border: none;
  7500. }
  7501. /*--------------------
  7502. Fluid
  7503. ---------------------*/
  7504. .ui.fluid.input {
  7505. display: -webkit-box;
  7506. display: -webkit-flex;
  7507. display: -ms-flexbox;
  7508. display: flex;
  7509. }
  7510. .ui.fluid.input > input {
  7511. width: 0px !important;
  7512. }
  7513. /*--------------------
  7514. Size
  7515. ---------------------*/
  7516. .ui.mini.input {
  7517. font-size: 0.69230769em;
  7518. }
  7519. .ui.small.input {
  7520. font-size: 0.92307692em;
  7521. }
  7522. .ui.input {
  7523. font-size: 1em;
  7524. }
  7525. .ui.large.input {
  7526. font-size: 1.15384615em;
  7527. }
  7528. .ui.big.input {
  7529. font-size: 1.30769231em;
  7530. }
  7531. .ui.huge.input {
  7532. font-size: 1.46153846em;
  7533. }
  7534. .ui.massive.input {
  7535. font-size: 1.69230769em;
  7536. }
  7537. /*******************************
  7538. Input
  7539. *******************************/
  7540. /* Labeled Input has padding */
  7541. .ui.labeled.input {
  7542. background-color: #FFFFFF;
  7543. border: 1px solid #CCCCCC;
  7544. border-radius: 0.2307em !important;
  7545. }
  7546. .ui.labeled.input input {
  7547. box-shadow: none !important;
  7548. border: none !important;
  7549. }
  7550. .ui.labeled.input .label {
  7551. font-weight: normal;
  7552. -webkit-align-self: center;
  7553. -ms-flex-item-align: center;
  7554. align-self: center;
  7555. font-size: 12px;
  7556. margin: 0.15384615rem;
  7557. border-radius: 0.2307em !important;
  7558. padding: 0.38461538em 0.61538462em !important;
  7559. }
  7560. /* GitHub Uses Focus Group with class name added */
  7561. .ui.labeled.input.focused {
  7562. border-color: #51A7E8;
  7563. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
  7564. }
  7565. .ui.labeled.input.focused .label {
  7566. background-color: #E1EAF5;
  7567. color: #4078C0;
  7568. }
  7569. /*******************************
  7570. Site Overrides
  7571. *******************************/
  7572. /*!
  7573. * # Semantic UI 2.1.6 - Label
  7574. * http://github.com/semantic-org/semantic-ui/
  7575. *
  7576. *
  7577. * Copyright 2015 Contributors
  7578. * Released under the MIT license
  7579. * http://opensource.org/licenses/MIT
  7580. *
  7581. */
  7582. /*******************************
  7583. Label
  7584. *******************************/
  7585. .ui.label {
  7586. display: inline-block;
  7587. line-height: 1;
  7588. vertical-align: baseline;
  7589. margin: 0em 0.15384615em;
  7590. background-color: #E8E8E8;
  7591. background-image: none;
  7592. padding: 0.5833em 0.833em;
  7593. color: rgba(0, 0, 0, 0.6);
  7594. text-transform: none;
  7595. font-weight: bold;
  7596. border: 0px solid transparent;
  7597. border-radius: 0.30769231rem;
  7598. -webkit-transition: background 0.1s ease;
  7599. transition: background 0.1s ease;
  7600. }
  7601. .ui.label:first-child {
  7602. margin-left: 0em;
  7603. }
  7604. .ui.label:last-child {
  7605. margin-right: 0em;
  7606. }
  7607. /* Link */
  7608. a.ui.label {
  7609. cursor: pointer;
  7610. }
  7611. /* Inside Link */
  7612. .ui.label > a {
  7613. cursor: pointer;
  7614. color: inherit;
  7615. opacity: 0.5;
  7616. -webkit-transition: 0.1s opacity ease;
  7617. transition: 0.1s opacity ease;
  7618. }
  7619. .ui.label > a:hover {
  7620. opacity: 1;
  7621. }
  7622. /* Image */
  7623. .ui.label > img {
  7624. width: auto !important;
  7625. vertical-align: middle;
  7626. height: 2.1666em !important;
  7627. }
  7628. /* Icon */
  7629. .ui.label > .icon {
  7630. width: auto;
  7631. margin: 0em 0.75em 0em 0em;
  7632. }
  7633. /* Detail */
  7634. .ui.label > .detail {
  7635. display: inline-block;
  7636. vertical-align: top;
  7637. font-weight: bold;
  7638. margin-left: 1em;
  7639. opacity: 0.8;
  7640. }
  7641. .ui.label > .detail .icon {
  7642. margin: 0em 0.25em 0em 0em;
  7643. }
  7644. /* Removable label */
  7645. .ui.label > .close.icon,
  7646. .ui.label > .delete.icon {
  7647. cursor: pointer;
  7648. margin-right: 0em;
  7649. margin-left: 0.5em;
  7650. font-size: 0.92307692em;
  7651. opacity: 0.5;
  7652. -webkit-transition: background 0.1s ease;
  7653. transition: background 0.1s ease;
  7654. }
  7655. .ui.label > .delete.icon:hover {
  7656. opacity: 1;
  7657. }
  7658. /*-------------------
  7659. Group
  7660. --------------------*/
  7661. .ui.labels > .label {
  7662. margin: 0em 0.5em 0.5em 0em;
  7663. }
  7664. /*-------------------
  7665. Coupling
  7666. --------------------*/
  7667. .ui.header > .ui.label {
  7668. margin-top: -0.29165em;
  7669. }
  7670. /* Remove border radius on attached segment */
  7671. .ui.attached.segment > .ui.top.left.attached.label,
  7672. .ui.bottom.attached.segment > .ui.top.left.attached.label {
  7673. border-top-left-radius: 0;
  7674. }
  7675. .ui.attached.segment > .ui.top.right.attached.label,
  7676. .ui.bottom.attached.segment > .ui.top.right.attached.label {
  7677. border-top-right-radius: 0;
  7678. }
  7679. .ui.top.attached.segment > .ui.bottom.left.attached.label {
  7680. border-bottom-left-radius: 0;
  7681. }
  7682. .ui.top.attached.segment > .ui.bottom.right.attached.label {
  7683. border-bottom-right-radius: 0;
  7684. }
  7685. /* Padding on next content after a label */
  7686. .ui.top.attached.label:first-child + :not(.attached) {
  7687. margin-top: 2rem !important;
  7688. }
  7689. .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
  7690. margin-top: 0em;
  7691. margin-bottom: 2rem !important;
  7692. }
  7693. /*******************************
  7694. Types
  7695. *******************************/
  7696. .ui.image.label {
  7697. width: auto !important;
  7698. margin-top: 0em;
  7699. margin-bottom: 0em;
  7700. max-width: 9999px;
  7701. vertical-align: baseline;
  7702. text-transform: none;
  7703. background: #E8E8E8;
  7704. padding: 0.5833em 0.833em 0.5833em 0.5em;
  7705. border-radius: 0.30769231rem;
  7706. box-shadow: none;
  7707. }
  7708. .ui.image.label img {
  7709. display: inline-block;
  7710. vertical-align: top;
  7711. height: 2.1666em;
  7712. margin: -0.5833em 0.5em -0.5833em -0.5em;
  7713. border-radius: 0.30769231rem 0em 0em 0.30769231rem;
  7714. }
  7715. .ui.image.label .detail {
  7716. background: rgba(0, 0, 0, 0.1);
  7717. margin: -0.5833em -0.833em -0.5833em 0.5em;
  7718. padding: 0.5833em 0.833em;
  7719. border-radius: 0em 0.30769231rem 0.30769231rem 0em;
  7720. }
  7721. /*-------------------
  7722. Tag
  7723. --------------------*/
  7724. .ui.tag.labels .label,
  7725. .ui.tag.label {
  7726. margin-left: 1em;
  7727. position: relative;
  7728. padding-left: 1.5em;
  7729. padding-right: 1.5em;
  7730. border-radius: 0em 0.30769231rem 0.30769231rem 0em;
  7731. -webkit-transition: none;
  7732. transition: none;
  7733. }
  7734. .ui.tag.labels .label:before,
  7735. .ui.tag.label:before {
  7736. position: absolute;
  7737. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  7738. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  7739. top: 50%;
  7740. right: 100%;
  7741. content: '';
  7742. background-color: inherit;
  7743. background-image: none;
  7744. width: 1.56em;
  7745. height: 1.56em;
  7746. -webkit-transition: none;
  7747. transition: none;
  7748. }
  7749. .ui.tag.labels .label:after,
  7750. .ui.tag.label:after {
  7751. position: absolute;
  7752. content: '';
  7753. top: 50%;
  7754. left: -0.25em;
  7755. margin-top: -0.25em;
  7756. background-color: #FFFFFF !important;
  7757. width: 0.5em;
  7758. height: 0.5em;
  7759. box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  7760. border-radius: 500rem;
  7761. }
  7762. /*-------------------
  7763. Corner Label
  7764. --------------------*/
  7765. .ui.corner.label {
  7766. position: absolute;
  7767. top: 0em;
  7768. right: 0em;
  7769. margin: 0em;
  7770. padding: 0em;
  7771. text-align: center;
  7772. border-color: #E8E8E8;
  7773. width: 4em;
  7774. height: 4em;
  7775. z-index: 1;
  7776. -webkit-transition: border-color 0.1s ease;
  7777. transition: border-color 0.1s ease;
  7778. }
  7779. /* Icon Label */
  7780. .ui.corner.label {
  7781. background-color: transparent !important;
  7782. }
  7783. .ui.corner.label:after {
  7784. position: absolute;
  7785. content: "";
  7786. right: 0em;
  7787. top: 0em;
  7788. z-index: -1;
  7789. width: 0em;
  7790. height: 0em;
  7791. background-color: transparent !important;
  7792. border-top: 0em solid transparent;
  7793. border-right: 4em solid transparent;
  7794. border-bottom: 4em solid transparent;
  7795. border-left: 0em solid transparent;
  7796. border-right-color: inherit;
  7797. -webkit-transition: border-color 0.1s ease;
  7798. transition: border-color 0.1s ease;
  7799. }
  7800. .ui.corner.label .icon {
  7801. cursor: default;
  7802. position: relative;
  7803. top: 0.69230769em;
  7804. left: 0.84615385em;
  7805. font-size: 1.15384615em;
  7806. margin: 0em;
  7807. }
  7808. /* Left Corner */
  7809. .ui.left.corner.label,
  7810. .ui.left.corner.label:after {
  7811. right: auto;
  7812. left: 0em;
  7813. }
  7814. .ui.left.corner.label:after {
  7815. border-top: 4em solid transparent;
  7816. border-right: 4em solid transparent;
  7817. border-bottom: 0em solid transparent;
  7818. border-left: 0em solid transparent;
  7819. border-top-color: inherit;
  7820. }
  7821. .ui.left.corner.label .icon {
  7822. left: -0.84615385em;
  7823. }
  7824. /* Segment */
  7825. .ui.segment > .ui.corner.label {
  7826. top: -1px;
  7827. right: -1px;
  7828. }
  7829. .ui.segment > .ui.left.corner.label {
  7830. right: auto;
  7831. left: -1px;
  7832. }
  7833. /*-------------------
  7834. Ribbon
  7835. --------------------*/
  7836. .ui.ribbon.label {
  7837. position: relative;
  7838. margin: 0em;
  7839. min-width: -webkit-max-content;
  7840. min-width: -moz-max-content;
  7841. min-width: max-content;
  7842. border-radius: 0em 0.30769231rem 0.30769231rem 0em;
  7843. border-color: rgba(0, 0, 0, 0.15);
  7844. }
  7845. .ui.ribbon.label:after {
  7846. position: absolute;
  7847. content: '';
  7848. top: 100%;
  7849. left: 0%;
  7850. background-color: transparent !important;
  7851. border-style: solid;
  7852. border-width: 0em 1.2em 1.2em 0em;
  7853. border-color: transparent;
  7854. border-right-color: inherit;
  7855. width: 0em;
  7856. height: 0em;
  7857. }
  7858. /* Positioning */
  7859. .ui.ribbon.label {
  7860. left: calc( -1rem - 1.2em );
  7861. margin-right: -1.2em;
  7862. padding-left: calc( 1rem + 1.2em );
  7863. padding-right: 1.2em;
  7864. }
  7865. .ui[class*="right ribbon"].label {
  7866. left: calc(100% + 1rem + 1.2em );
  7867. padding-left: 1.2em;
  7868. padding-right: calc( 1rem + 1.2em );
  7869. }
  7870. /* Right Ribbon */
  7871. .ui[class*="right ribbon"].label {
  7872. text-align: left;
  7873. -webkit-transform: translateX(-100%);
  7874. transform: translateX(-100%);
  7875. border-radius: 0.30769231rem 0em 0em 0.30769231rem;
  7876. }
  7877. .ui[class*="right ribbon"].label:after {
  7878. left: auto;
  7879. right: 0%;
  7880. border-style: solid;
  7881. border-width: 1.2em 1.2em 0em 0em;
  7882. border-color: transparent;
  7883. border-top-color: inherit;
  7884. }
  7885. /* Inside Table */
  7886. .ui.image > .ribbon.label,
  7887. .ui.card .image > .ribbon.label {
  7888. position: absolute;
  7889. top: 1rem;
  7890. }
  7891. .ui.card .image > .ui.ribbon.label,
  7892. .ui.image > .ui.ribbon.label {
  7893. left: calc( 0.05rem - 1.2em );
  7894. }
  7895. .ui.card .image > .ui[class*="right ribbon"].label,
  7896. .ui.image > .ui[class*="right ribbon"].label {
  7897. left: calc(100% + -0.05rem + 1.2em );
  7898. padding-left: 0.833em;
  7899. }
  7900. /* Inside Table */
  7901. .ui.table td > .ui.ribbon.label {
  7902. left: calc( -0.69230769em - 1.2em );
  7903. }
  7904. .ui.table td > .ui[class*="right ribbon"].label {
  7905. left: calc(100% + 0.69230769em + 1.2em );
  7906. padding-left: 0.833em;
  7907. }
  7908. /*-------------------
  7909. Attached
  7910. --------------------*/
  7911. .ui[class*="top attached"].label,
  7912. .ui.attached.label {
  7913. width: 100%;
  7914. position: absolute;
  7915. margin: 0em;
  7916. top: 0em;
  7917. left: 0em;
  7918. padding: 0.75em 1em;
  7919. border-radius: 0.23076923rem 0.23076923rem 0em 0em;
  7920. }
  7921. .ui[class*="bottom attached"].label {
  7922. top: auto;
  7923. bottom: 0em;
  7924. border-radius: 0em 0em 0.23076923rem 0.23076923rem;
  7925. }
  7926. .ui[class*="top left attached"].label {
  7927. width: auto;
  7928. margin-top: 0em !important;
  7929. border-radius: 0.23076923rem 0em 0.30769231rem 0em;
  7930. }
  7931. .ui[class*="top right attached"].label {
  7932. width: auto;
  7933. left: auto;
  7934. right: 0em;
  7935. border-radius: 0em 0.23076923rem 0em 0.30769231rem;
  7936. }
  7937. .ui[class*="bottom left attached"].label {
  7938. width: auto;
  7939. top: auto;
  7940. bottom: 0em;
  7941. border-radius: 0em 0.30769231rem 0em 0.23076923rem;
  7942. }
  7943. .ui[class*="bottom right attached"].label {
  7944. top: auto;
  7945. bottom: 0em;
  7946. left: auto;
  7947. right: 0em;
  7948. width: auto;
  7949. border-radius: 0.30769231rem 0em 0.23076923rem 0em;
  7950. }
  7951. /*******************************
  7952. States
  7953. *******************************/
  7954. /*-------------------
  7955. Disabled
  7956. --------------------*/
  7957. .ui.label.disabled {
  7958. opacity: 0.5;
  7959. }
  7960. /*-------------------
  7961. Hover
  7962. --------------------*/
  7963. a.ui.labels .label:hover,
  7964. a.ui.label:hover {
  7965. background-color: #E0E0E0;
  7966. border-color: #E0E0E0;
  7967. background-image: none;
  7968. color: rgba(0, 0, 0, 0.8);
  7969. }
  7970. .ui.labels a.label:hover:before,
  7971. a.ui.label:hover:before {
  7972. color: rgba(0, 0, 0, 0.8);
  7973. }
  7974. /*-------------------
  7975. Active
  7976. --------------------*/
  7977. .ui.active.label {
  7978. background-color: #D0D0D0;
  7979. border-color: #D0D0D0;
  7980. background-image: none;
  7981. color: rgba(0, 0, 0, 0.95);
  7982. }
  7983. .ui.active.label:before {
  7984. background-color: #D0D0D0;
  7985. background-image: none;
  7986. color: rgba(0, 0, 0, 0.95);
  7987. }
  7988. /*-------------------
  7989. Active Hover
  7990. --------------------*/
  7991. a.ui.labels .active.label:hover,
  7992. a.ui.active.label:hover {
  7993. background-color: #C8C8C8;
  7994. border-color: #C8C8C8;
  7995. background-image: none;
  7996. color: rgba(0, 0, 0, 0.95);
  7997. }
  7998. .ui.labels a.active.label:ActiveHover:before,
  7999. a.ui.active.label:ActiveHover:before {
  8000. background-color: #C8C8C8;
  8001. background-image: none;
  8002. color: rgba(0, 0, 0, 0.95);
  8003. }
  8004. /*-------------------
  8005. Visible
  8006. --------------------*/
  8007. .ui.labels.visible .label,
  8008. .ui.label.visible {
  8009. display: inline-block !important;
  8010. }
  8011. /*-------------------
  8012. Hidden
  8013. --------------------*/
  8014. .ui.labels.hidden .label,
  8015. .ui.label.hidden {
  8016. display: none !important;
  8017. }
  8018. /*******************************
  8019. Variations
  8020. *******************************/
  8021. /*-------------------
  8022. Colors
  8023. --------------------*/
  8024. /*--- Red ---*/
  8025. .ui.red.labels .label,
  8026. .ui.red.label {
  8027. background-color: #DB2828 !important;
  8028. border-color: #DB2828 !important;
  8029. color: #FFFFFF !important;
  8030. }
  8031. /* Link */
  8032. .ui.red.labels .label:hover,
  8033. a.ui.red.label:hover {
  8034. background-color: #d01919 !important;
  8035. border-color: #d01919 !important;
  8036. color: #FFFFFF !important;
  8037. }
  8038. /* Corner */
  8039. .ui.red.corner.label,
  8040. .ui.red.corner.label:hover {
  8041. background-color: transparent !important;
  8042. }
  8043. /* Ribbon */
  8044. .ui.red.ribbon.label {
  8045. border-color: #b21e1e !important;
  8046. }
  8047. /* Basic */
  8048. .ui.basic.red.label {
  8049. background-color: #FFFFFF !important;
  8050. color: #DB2828 !important;
  8051. border-color: #DB2828 !important;
  8052. }
  8053. .ui.basic.red.labels a.label:hover,
  8054. a.ui.basic.red.label:hover {
  8055. background-color: #FFFFFF !important;
  8056. color: #d01919 !important;
  8057. border-color: #d01919 !important;
  8058. }
  8059. /*--- Orange ---*/
  8060. .ui.orange.labels .label,
  8061. .ui.orange.label {
  8062. background-color: #D26911 !important;
  8063. border-color: #D26911 !important;
  8064. color: #FFFFFF !important;
  8065. }
  8066. /* Link */
  8067. .ui.orange.labels .label:hover,
  8068. a.ui.orange.label:hover {
  8069. background-color: #c35c07 !important;
  8070. border-color: #c35c07 !important;
  8071. color: #FFFFFF !important;
  8072. }
  8073. /* Corner */
  8074. .ui.orange.corner.label,
  8075. .ui.orange.corner.label:hover {
  8076. background-color: transparent !important;
  8077. }
  8078. /* Ribbon */
  8079. .ui.orange.ribbon.label {
  8080. border-color: #a3510d !important;
  8081. }
  8082. /* Basic */
  8083. .ui.basic.orange.label {
  8084. background-color: #FFFFFF !important;
  8085. color: #D26911 !important;
  8086. border-color: #D26911 !important;
  8087. }
  8088. .ui.basic.orange.labels a.label:hover,
  8089. a.ui.basic.orange.label:hover {
  8090. background-color: #FFFFFF !important;
  8091. color: #c35c07 !important;
  8092. border-color: #c35c07 !important;
  8093. }
  8094. /*--- Yellow ---*/
  8095. .ui.yellow.labels .label,
  8096. .ui.yellow.label {
  8097. background-color: #FBBD08 !important;
  8098. border-color: #FBBD08 !important;
  8099. color: #FFFFFF !important;
  8100. }
  8101. /* Link */
  8102. .ui.yellow.labels .label:hover,
  8103. a.ui.yellow.label:hover {
  8104. background-color: #eaae00 !important;
  8105. border-color: #eaae00 !important;
  8106. color: #FFFFFF !important;
  8107. }
  8108. /* Corner */
  8109. .ui.yellow.corner.label,
  8110. .ui.yellow.corner.label:hover {
  8111. background-color: transparent !important;
  8112. }
  8113. /* Ribbon */
  8114. .ui.yellow.ribbon.label {
  8115. border-color: #cd9903 !important;
  8116. }
  8117. /* Basic */
  8118. .ui.basic.yellow.label {
  8119. background-color: #FFFFFF !important;
  8120. color: #FBBD08 !important;
  8121. border-color: #FBBD08 !important;
  8122. }
  8123. .ui.basic.yellow.labels a.label:hover,
  8124. a.ui.basic.yellow.label:hover {
  8125. background-color: #FFFFFF !important;
  8126. color: #eaae00 !important;
  8127. border-color: #eaae00 !important;
  8128. }
  8129. /*--- Olive ---*/
  8130. .ui.olive.labels .label,
  8131. .ui.olive.label {
  8132. background-color: #B5CC18 !important;
  8133. border-color: #B5CC18 !important;
  8134. color: #FFFFFF !important;
  8135. }
  8136. /* Link */
  8137. .ui.olive.labels .label:hover,
  8138. a.ui.olive.label:hover {
  8139. background-color: #a7bd0d !important;
  8140. border-color: #a7bd0d !important;
  8141. color: #FFFFFF !important;
  8142. }
  8143. /* Corner */
  8144. .ui.olive.corner.label,
  8145. .ui.olive.corner.label:hover {
  8146. background-color: transparent !important;
  8147. }
  8148. /* Ribbon */
  8149. .ui.olive.ribbon.label {
  8150. border-color: #5bb83b !important;
  8151. }
  8152. /* Basic */
  8153. .ui.basic.olive.label {
  8154. background-color: #FFFFFF !important;
  8155. color: #B5CC18 !important;
  8156. border-color: #B5CC18 !important;
  8157. }
  8158. .ui.basic.olive.labels a.label:hover,
  8159. a.ui.basic.olive.label:hover {
  8160. background-color: #FFFFFF !important;
  8161. color: #a7bd0d !important;
  8162. border-color: #a7bd0d !important;
  8163. }
  8164. /*--- Green ---*/
  8165. .ui.green.labels .label,
  8166. .ui.green.label {
  8167. background-color: #78CB5B !important;
  8168. border-color: #78CB5B !important;
  8169. color: #FFFFFF !important;
  8170. }
  8171. /* Link */
  8172. .ui.green.labels .label:hover,
  8173. a.ui.green.label:hover {
  8174. background-color: #65cb41 !important;
  8175. border-color: #65cb41 !important;
  8176. color: #FFFFFF !important;
  8177. }
  8178. /* Corner */
  8179. .ui.green.corner.label,
  8180. .ui.green.corner.label:hover {
  8181. background-color: transparent !important;
  8182. }
  8183. /* Ribbon */
  8184. .ui.green.ribbon.label {
  8185. border-color: #5bb83b !important;
  8186. }
  8187. /* Basic */
  8188. .ui.basic.green.label {
  8189. background-color: #FFFFFF !important;
  8190. color: #78CB5B !important;
  8191. border-color: #78CB5B !important;
  8192. }
  8193. .ui.basic.green.labels a.label:hover,
  8194. a.ui.basic.green.label:hover {
  8195. background-color: #FFFFFF !important;
  8196. color: #65cb41 !important;
  8197. border-color: #65cb41 !important;
  8198. }
  8199. /*--- Teal ---*/
  8200. .ui.teal.labels .label,
  8201. .ui.teal.label {
  8202. background-color: #00B5AD !important;
  8203. border-color: #00B5AD !important;
  8204. color: #FFFFFF !important;
  8205. }
  8206. /* Link */
  8207. .ui.teal.labels .label:hover,
  8208. a.ui.teal.label:hover {
  8209. background-color: #009c95 !important;
  8210. border-color: #009c95 !important;
  8211. color: #FFFFFF !important;
  8212. }
  8213. /* Corner */
  8214. .ui.teal.corner.label,
  8215. .ui.teal.corner.label:hover {
  8216. background-color: transparent !important;
  8217. }
  8218. /* Ribbon */
  8219. .ui.teal.ribbon.label {
  8220. border-color: #00827c !important;
  8221. }
  8222. /* Basic */
  8223. .ui.basic.teal.label {
  8224. background-color: #FFFFFF !important;
  8225. color: #00B5AD !important;
  8226. border-color: #00B5AD !important;
  8227. }
  8228. .ui.basic.teal.labels a.label:hover,
  8229. a.ui.basic.teal.label:hover {
  8230. background-color: #FFFFFF !important;
  8231. color: #009c95 !important;
  8232. border-color: #009c95 !important;
  8233. }
  8234. /*--- Blue ---*/
  8235. .ui.blue.labels .label,
  8236. .ui.blue.label {
  8237. background-color: #80A6CD !important;
  8238. border-color: #80A6CD !important;
  8239. color: #FFFFFF !important;
  8240. }
  8241. /* Link */
  8242. .ui.blue.labels .label:hover,
  8243. a.ui.blue.label:hover {
  8244. background-color: #6999ca !important;
  8245. border-color: #6999ca !important;
  8246. color: #FFFFFF !important;
  8247. }
  8248. /* Corner */
  8249. .ui.blue.corner.label,
  8250. .ui.blue.corner.label:hover {
  8251. background-color: transparent !important;
  8252. }
  8253. /* Ribbon */
  8254. .ui.blue.ribbon.label {
  8255. border-color: #5b8cbf !important;
  8256. }
  8257. /* Basic */
  8258. .ui.basic.blue.label {
  8259. background-color: #FFFFFF !important;
  8260. color: #80A6CD !important;
  8261. border-color: #80A6CD !important;
  8262. }
  8263. .ui.basic.blue.labels a.label:hover,
  8264. a.ui.basic.blue.label:hover {
  8265. background-color: #FFFFFF !important;
  8266. color: #6999ca !important;
  8267. border-color: #6999ca !important;
  8268. }
  8269. /*--- Violet ---*/
  8270. .ui.violet.labels .label,
  8271. .ui.violet.label {
  8272. background-color: #6435C9 !important;
  8273. border-color: #6435C9 !important;
  8274. color: #FFFFFF !important;
  8275. }
  8276. /* Link */
  8277. .ui.violet.labels .label:hover,
  8278. a.ui.violet.label:hover {
  8279. background-color: #5829bb !important;
  8280. border-color: #5829bb !important;
  8281. color: #FFFFFF !important;
  8282. }
  8283. /* Corner */
  8284. .ui.violet.corner.label,
  8285. .ui.violet.corner.label:hover {
  8286. background-color: transparent !important;
  8287. }
  8288. /* Ribbon */
  8289. .ui.violet.ribbon.label {
  8290. border-color: #502aa1 !important;
  8291. }
  8292. /* Basic */
  8293. .ui.basic.violet.label {
  8294. background-color: #FFFFFF !important;
  8295. color: #6435C9 !important;
  8296. border-color: #6435C9 !important;
  8297. }
  8298. .ui.basic.violet.labels a.label:hover,
  8299. a.ui.basic.violet.label:hover {
  8300. background-color: #FFFFFF !important;
  8301. color: #5829bb !important;
  8302. border-color: #5829bb !important;
  8303. }
  8304. /*--- Purple ---*/
  8305. .ui.purple.labels .label,
  8306. .ui.purple.label {
  8307. background-color: #A333C8 !important;
  8308. border-color: #A333C8 !important;
  8309. color: #FFFFFF !important;
  8310. }
  8311. /* Link */
  8312. .ui.purple.labels .label:hover,
  8313. a.ui.purple.label:hover {
  8314. background-color: #9627ba !important;
  8315. border-color: #9627ba !important;
  8316. color: #FFFFFF !important;
  8317. }
  8318. /* Corner */
  8319. .ui.purple.corner.label,
  8320. .ui.purple.corner.label:hover {
  8321. background-color: transparent !important;
  8322. }
  8323. /* Ribbon */
  8324. .ui.purple.ribbon.label {
  8325. border-color: #82299f !important;
  8326. }
  8327. /* Basic */
  8328. .ui.basic.purple.label {
  8329. background-color: #FFFFFF !important;
  8330. color: #A333C8 !important;
  8331. border-color: #A333C8 !important;
  8332. }
  8333. .ui.basic.purple.labels a.label:hover,
  8334. a.ui.basic.purple.label:hover {
  8335. background-color: #FFFFFF !important;
  8336. color: #9627ba !important;
  8337. border-color: #9627ba !important;
  8338. }
  8339. /*--- Pink ---*/
  8340. .ui.pink.labels .label,
  8341. .ui.pink.label {
  8342. background-color: #E03997 !important;
  8343. border-color: #E03997 !important;
  8344. color: #FFFFFF !important;
  8345. }
  8346. /* Link */
  8347. .ui.pink.labels .label:hover,
  8348. a.ui.pink.label:hover {
  8349. background-color: #e61a8d !important;
  8350. border-color: #e61a8d !important;
  8351. color: #FFFFFF !important;
  8352. }
  8353. /* Corner */
  8354. .ui.pink.corner.label,
  8355. .ui.pink.corner.label:hover {
  8356. background-color: transparent !important;
  8357. }
  8358. /* Ribbon */
  8359. .ui.pink.ribbon.label {
  8360. border-color: #c71f7e !important;
  8361. }
  8362. /* Basic */
  8363. .ui.basic.pink.label {
  8364. background-color: #FFFFFF !important;
  8365. color: #E03997 !important;
  8366. border-color: #E03997 !important;
  8367. }
  8368. .ui.basic.pink.labels a.label:hover,
  8369. a.ui.basic.pink.label:hover {
  8370. background-color: #FFFFFF !important;
  8371. color: #e61a8d !important;
  8372. border-color: #e61a8d !important;
  8373. }
  8374. /*--- Brown ---*/
  8375. .ui.brown.labels .label,
  8376. .ui.brown.label {
  8377. background-color: #A5673F !important;
  8378. border-color: #A5673F !important;
  8379. color: #FFFFFF !important;
  8380. }
  8381. /* Link */
  8382. .ui.brown.labels .label:hover,
  8383. a.ui.brown.label:hover {
  8384. background-color: #975b33 !important;
  8385. border-color: #975b33 !important;
  8386. color: #FFFFFF !important;
  8387. }
  8388. /* Corner */
  8389. .ui.brown.corner.label,
  8390. .ui.brown.corner.label:hover {
  8391. background-color: transparent !important;
  8392. }
  8393. /* Ribbon */
  8394. .ui.brown.ribbon.label {
  8395. border-color: #805031 !important;
  8396. }
  8397. /* Basic */
  8398. .ui.basic.brown.label {
  8399. background-color: #FFFFFF !important;
  8400. color: #A5673F !important;
  8401. border-color: #A5673F !important;
  8402. }
  8403. .ui.basic.brown.labels a.label:hover,
  8404. a.ui.basic.brown.label:hover {
  8405. background-color: #FFFFFF !important;
  8406. color: #975b33 !important;
  8407. border-color: #975b33 !important;
  8408. }
  8409. /*--- Grey ---*/
  8410. .ui.grey.labels .label,
  8411. .ui.grey.label {
  8412. background-color: #767676 !important;
  8413. border-color: #767676 !important;
  8414. color: #FFFFFF !important;
  8415. }
  8416. /* Link */
  8417. .ui.grey.labels .label:hover,
  8418. a.ui.grey.label:hover {
  8419. background-color: #838383 !important;
  8420. border-color: #838383 !important;
  8421. color: #FFFFFF !important;
  8422. }
  8423. /* Corner */
  8424. .ui.grey.corner.label,
  8425. .ui.grey.corner.label:hover {
  8426. background-color: transparent !important;
  8427. }
  8428. /* Ribbon */
  8429. .ui.grey.ribbon.label {
  8430. border-color: #805031 !important;
  8431. }
  8432. /* Basic */
  8433. .ui.basic.grey.label {
  8434. background-color: #FFFFFF !important;
  8435. color: #767676 !important;
  8436. border-color: #767676 !important;
  8437. }
  8438. .ui.basic.grey.labels a.label:hover,
  8439. a.ui.basic.grey.label:hover {
  8440. background-color: #FFFFFF !important;
  8441. color: #838383 !important;
  8442. border-color: #838383 !important;
  8443. }
  8444. /*--- Black ---*/
  8445. .ui.black.labels .label,
  8446. .ui.black.label {
  8447. background-color: #333333 !important;
  8448. border-color: #333333 !important;
  8449. color: #FFFFFF !important;
  8450. }
  8451. /* Link */
  8452. .ui.black.labels .label:hover,
  8453. a.ui.black.label:hover {
  8454. background-color: #404040 !important;
  8455. border-color: #404040 !important;
  8456. color: #FFFFFF !important;
  8457. }
  8458. /* Corner */
  8459. .ui.black.corner.label,
  8460. .ui.black.corner.label:hover {
  8461. background-color: transparent !important;
  8462. }
  8463. /* Ribbon */
  8464. .ui.black.ribbon.label {
  8465. border-color: #805031 !important;
  8466. }
  8467. /* Basic */
  8468. .ui.basic.black.label {
  8469. background-color: #FFFFFF !important;
  8470. color: #333333 !important;
  8471. border-color: #333333 !important;
  8472. }
  8473. .ui.basic.black.labels a.label:hover,
  8474. a.ui.basic.black.label:hover {
  8475. background-color: #FFFFFF !important;
  8476. color: #404040 !important;
  8477. border-color: #404040 !important;
  8478. }
  8479. /*-------------------
  8480. Basic
  8481. --------------------*/
  8482. .ui.basic.label {
  8483. background: none #FFFFFF;
  8484. border: 1px solid rgba(0, 0, 0, 0.13);
  8485. color: rgba(0, 0, 0, 0.87);
  8486. box-shadow: none;
  8487. }
  8488. /* Link */
  8489. a.ui.basic.label:hover {
  8490. text-decoration: none;
  8491. background: none #FFFFFF;
  8492. color: #4078C0;
  8493. box-shadow: 1px solid rgba(0, 0, 0, 0.13);
  8494. box-shadow: none;
  8495. }
  8496. /* Pointing */
  8497. .ui.basic.pointing.label:before {
  8498. border-color: inherit;
  8499. }
  8500. /*-------------------
  8501. Fluid
  8502. --------------------*/
  8503. .ui.label.fluid,
  8504. .ui.fluid.labels > .label {
  8505. width: 100%;
  8506. box-sizing: border-box;
  8507. }
  8508. /*-------------------
  8509. Inverted
  8510. --------------------*/
  8511. .ui.inverted.labels .label,
  8512. .ui.inverted.label {
  8513. color: rgba(255, 255, 255, 0.9) !important;
  8514. }
  8515. /*-------------------
  8516. Horizontal
  8517. --------------------*/
  8518. .ui.horizontal.labels .label,
  8519. .ui.horizontal.label {
  8520. margin: 0em 0.5em 0em 0em;
  8521. padding: 0.4em 0.833em;
  8522. min-width: 3em;
  8523. text-align: center;
  8524. }
  8525. /*-------------------
  8526. Circular
  8527. --------------------*/
  8528. .ui.circular.labels .label,
  8529. .ui.circular.label {
  8530. min-width: 2em;
  8531. min-height: 2em;
  8532. padding: 0.5em !important;
  8533. line-height: 1em;
  8534. text-align: center;
  8535. border-radius: 500rem;
  8536. }
  8537. .ui.empty.circular.labels .label,
  8538. .ui.empty.circular.label {
  8539. min-width: 0em;
  8540. min-height: 0em;
  8541. overflow: hidden;
  8542. width: 0.5em;
  8543. height: 0.5em;
  8544. vertical-align: baseline;
  8545. }
  8546. /*-------------------
  8547. Pointing
  8548. --------------------*/
  8549. .ui.pointing.label {
  8550. position: relative;
  8551. }
  8552. .ui.attached.pointing.label {
  8553. position: absolute;
  8554. }
  8555. .ui.pointing.label:before {
  8556. background-color: inherit;
  8557. background-image: inherit;
  8558. border-width: none;
  8559. border-style: solid;
  8560. border-color: inherit;
  8561. }
  8562. /* Arrow */
  8563. .ui.pointing.label:before {
  8564. position: absolute;
  8565. content: '';
  8566. -webkit-transform: rotate(45deg);
  8567. transform: rotate(45deg);
  8568. background-image: none;
  8569. z-index: 2;
  8570. width: 0.6666em;
  8571. height: 0.6666em;
  8572. -webkit-transition: background 0.1s ease;
  8573. transition: background 0.1s ease;
  8574. }
  8575. /*--- Above ---*/
  8576. .ui.pointing.label,
  8577. .ui[class*="pointing above"].label {
  8578. margin-top: 1em;
  8579. }
  8580. .ui.pointing.label:before,
  8581. .ui[class*="pointing above"].label:before {
  8582. border-width: 1px 0px 0px 1px;
  8583. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  8584. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  8585. top: 0%;
  8586. left: 50%;
  8587. }
  8588. /*--- Below ---*/
  8589. .ui[class*="bottom pointing"].label,
  8590. .ui[class*="pointing below"].label {
  8591. margin-top: 0em;
  8592. margin-bottom: 1em;
  8593. }
  8594. .ui[class*="bottom pointing"].label:before,
  8595. .ui[class*="pointing below"].label:before {
  8596. border-width: 0px 1px 1px 0px;
  8597. top: auto;
  8598. right: auto;
  8599. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  8600. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  8601. top: 100%;
  8602. left: 50%;
  8603. }
  8604. /*--- Left ---*/
  8605. .ui[class*="left pointing"].label {
  8606. margin-top: 0em;
  8607. margin-left: 0.6666em;
  8608. }
  8609. .ui[class*="left pointing"].label:before {
  8610. border-width: 0px 0px 1px 1px;
  8611. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  8612. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  8613. bottom: auto;
  8614. right: auto;
  8615. top: 50%;
  8616. left: 0em;
  8617. }
  8618. /*--- Right ---*/
  8619. .ui[class*="right pointing"].label {
  8620. margin-top: 0em;
  8621. margin-right: 0.6666em;
  8622. }
  8623. .ui[class*="right pointing"].label:before {
  8624. border-width: 1px 1px 0px 0px;
  8625. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  8626. transform: translateX(50%) translateY(-50%) rotate(45deg);
  8627. top: 50%;
  8628. right: 0%;
  8629. bottom: auto;
  8630. left: auto;
  8631. }
  8632. /* Basic Pointing */
  8633. /*--- Above ---*/
  8634. .ui.basic.pointing.label:before,
  8635. .ui.basic[class*="pointing above"].label:before {
  8636. margin-top: -1px;
  8637. }
  8638. /*--- Below ---*/
  8639. .ui.basic[class*="bottom pointing"].label:before,
  8640. .ui.basic[class*="pointing below"].label:before {
  8641. bottom: auto;
  8642. top: 100%;
  8643. margin-top: 1px;
  8644. }
  8645. /*--- Left ---*/
  8646. .ui.basic[class*="left pointing"].label:before {
  8647. top: 50%;
  8648. left: -1px;
  8649. }
  8650. /*--- Right ---*/
  8651. .ui.basic[class*="right pointing"].label:before {
  8652. top: 50%;
  8653. right: -1px;
  8654. }
  8655. /*------------------
  8656. Floating Label
  8657. -------------------*/
  8658. .ui.floating.label {
  8659. position: absolute;
  8660. z-index: 100;
  8661. top: -1em;
  8662. left: 100%;
  8663. margin: 0em 0em 0em -1.5em !important;
  8664. }
  8665. /*-------------------
  8666. Sizes
  8667. --------------------*/
  8668. .ui.mini.labels .label,
  8669. .ui.mini.label {
  8670. font-size: 0.69230769rem;
  8671. }
  8672. .ui.tiny.labels .label,
  8673. .ui.tiny.label {
  8674. font-size: 0.76923077rem;
  8675. }
  8676. .ui.small.labels .label,
  8677. .ui.small.label {
  8678. font-size: 0.84615385rem;
  8679. }
  8680. .ui.labels .label,
  8681. .ui.label {
  8682. font-size: 0.92307692rem;
  8683. }
  8684. .ui.large.labels .label,
  8685. .ui.large.label {
  8686. font-size: 1rem;
  8687. }
  8688. .ui.big.labels .label,
  8689. .ui.big.label {
  8690. font-size: 1.30769231rem;
  8691. }
  8692. .ui.huge.labels .label,
  8693. .ui.huge.label {
  8694. font-size: 1.46153846rem;
  8695. }
  8696. .ui.massive.labels .label,
  8697. .ui.massive.label {
  8698. font-size: 1.69230769rem;
  8699. }
  8700. /*******************************
  8701. Site Overrides
  8702. *******************************/
  8703. /* Notification Label on GitHub */
  8704. .ui.floating.blue.label {
  8705. border: 2px solid #f3f3f3 !important;
  8706. background-image: -webkit-linear-gradient(#7aa1d3, #4078c0) !important;
  8707. background-image: linear-gradient(#7aa1d3, #4078c0) !important;
  8708. }
  8709. /*******************************
  8710. Site Overrides
  8711. *******************************/
  8712. /*!
  8713. * # Semantic UI 2.1.6 - List
  8714. * http://github.com/semantic-org/semantic-ui/
  8715. *
  8716. *
  8717. * Copyright 2015 Contributors
  8718. * Released under the MIT license
  8719. * http://opensource.org/licenses/MIT
  8720. *
  8721. */
  8722. /*******************************
  8723. List
  8724. *******************************/
  8725. ul.ui.list,
  8726. ol.ui.list,
  8727. .ui.list {
  8728. list-style-type: none;
  8729. margin: 1em 0em;
  8730. padding: 0em 0em;
  8731. }
  8732. ul.ui.list:first-child,
  8733. ol.ui.list:first-child,
  8734. .ui.list:first-child {
  8735. margin-top: 0em;
  8736. padding-top: 0em;
  8737. }
  8738. ul.ui.list:last-child,
  8739. ol.ui.list:last-child,
  8740. .ui.list:last-child {
  8741. margin-bottom: 0em;
  8742. padding-bottom: 0em;
  8743. }
  8744. /*******************************
  8745. Content
  8746. *******************************/
  8747. /* List Item */
  8748. ul.ui.list li,
  8749. ol.ui.list li,
  8750. .ui.list > .item,
  8751. .ui.list .list > .item {
  8752. display: list-item;
  8753. table-layout: fixed;
  8754. list-style-type: none;
  8755. list-style-position: outside;
  8756. padding: 0.23076923em 0em;
  8757. line-height: 1.15384615em;
  8758. }
  8759. ul.ui.list > li:first-child:after,
  8760. ol.ui.list > li:first-child:after,
  8761. .ui.list > .list > .item,
  8762. .ui.list > .item:after {
  8763. content: '';
  8764. display: block;
  8765. height: 0;
  8766. clear: both;
  8767. visibility: hidden;
  8768. }
  8769. ul.ui.list li:first-child,
  8770. ol.ui.list li:first-child,
  8771. .ui.list .list > .item:first-child,
  8772. .ui.list > .item:first-child {
  8773. padding-top: 0em;
  8774. }
  8775. ul.ui.list li:last-child,
  8776. ol.ui.list li:last-child,
  8777. .ui.list .list > .item:last-child,
  8778. .ui.list > .item:last-child {
  8779. padding-bottom: 0em;
  8780. }
  8781. /* Child List */
  8782. ul.ui.list ul,
  8783. ol.ui.list ol,
  8784. .ui.list .list {
  8785. clear: both;
  8786. margin: 0em;
  8787. padding: 0.75em 0em 0.25em 0.5em;
  8788. }
  8789. /* Child Item */
  8790. ul.ui.list ul li,
  8791. ol.ui.list ol li,
  8792. .ui.list .list > .item {
  8793. padding: 0.15384615em 0em;
  8794. line-height: inherit;
  8795. }
  8796. /* Icon */
  8797. .ui.list .list > .item > i.icon,
  8798. .ui.list > .item > i.icon {
  8799. display: table-cell;
  8800. margin: 0em;
  8801. padding-top: 0.07692308em;
  8802. padding-right: 0.30769231em;
  8803. vertical-align: top;
  8804. -webkit-transition: color 0.1s ease;
  8805. transition: color 0.1s ease;
  8806. }
  8807. .ui.list .list > .item > i.icon:only-child,
  8808. .ui.list > .item > i.icon:only-child {
  8809. display: inline-block;
  8810. vertical-align: top;
  8811. }
  8812. /* Image */
  8813. .ui.list .list > .item > .image,
  8814. .ui.list > .item > .image {
  8815. display: table-cell;
  8816. background-color: transparent;
  8817. margin: 0em;
  8818. vertical-align: top;
  8819. }
  8820. .ui.list .list > .item > .image:not(:only-child):not(img),
  8821. .ui.list > .item > .image:not(:only-child):not(img) {
  8822. padding-right: 0.5em;
  8823. }
  8824. .ui.list .list > .item > .image img,
  8825. .ui.list > .item > .image img {
  8826. vertical-align: top;
  8827. }
  8828. .ui.list .list > .item > img.image,
  8829. .ui.list .list > .item > .image:only-child,
  8830. .ui.list > .item > img.image,
  8831. .ui.list > .item > .image:only-child {
  8832. display: inline-block;
  8833. }
  8834. /* Content */
  8835. .ui.list .list > .item > .content,
  8836. .ui.list > .item > .content {
  8837. line-height: 1.15384615em;
  8838. }
  8839. .ui.list .list > .item > .image + .content,
  8840. .ui.list .list > .item > .icon + .content,
  8841. .ui.list > .item > .image + .content,
  8842. .ui.list > .item > .icon + .content {
  8843. display: table-cell;
  8844. padding: 0em 0em 0em 0.5em;
  8845. vertical-align: top;
  8846. }
  8847. .ui.list .list > .item > img.image + .content,
  8848. .ui.list > .item > img.image + .content {
  8849. display: inline-block;
  8850. }
  8851. .ui.list .list > .item > .content > .list,
  8852. .ui.list > .item > .content > .list {
  8853. margin-left: 0em;
  8854. padding-left: 0em;
  8855. }
  8856. /* Header */
  8857. .ui.list .list > .item .header,
  8858. .ui.list > .item .header {
  8859. display: block;
  8860. margin: 0em;
  8861. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  8862. font-weight: bold;
  8863. color: rgba(0, 0, 0, 0.87);
  8864. }
  8865. /* Description */
  8866. .ui.list .list > .item .description,
  8867. .ui.list > .item .description {
  8868. display: block;
  8869. color: rgba(0, 0, 0, 0.7);
  8870. }
  8871. /* Child Link */
  8872. .ui.list > .item a,
  8873. .ui.list .list > .item a {
  8874. cursor: pointer;
  8875. }
  8876. /* Linking Item */
  8877. .ui.list .list > a.item,
  8878. .ui.list > a.item {
  8879. cursor: pointer;
  8880. color: #4078C0;
  8881. }
  8882. .ui.list .list > a.item:hover,
  8883. .ui.list > a.item:hover {
  8884. color: #4078C0;
  8885. }
  8886. /* Linked Item Icons */
  8887. .ui.list .list > a.item i.icon,
  8888. .ui.list > a.item i.icon {
  8889. color: rgba(0, 0, 0, 0.4);
  8890. }
  8891. /* Header Link */
  8892. .ui.list .list > .item a.header,
  8893. .ui.list > .item a.header {
  8894. cursor: pointer;
  8895. color: #4078C0 !important;
  8896. }
  8897. .ui.list .list > .item a.header:hover,
  8898. .ui.list > .item a.header:hover {
  8899. color: #4078C0 !important;
  8900. }
  8901. /* Floated Content */
  8902. .ui[class*="left floated"].list {
  8903. float: left;
  8904. }
  8905. .ui[class*="right floated"].list {
  8906. float: right;
  8907. }
  8908. .ui.list .list > .item [class*="left floated"],
  8909. .ui.list > .item [class*="left floated"] {
  8910. float: left;
  8911. margin: 0em 1em 0em 0em;
  8912. }
  8913. .ui.list .list > .item [class*="right floated"],
  8914. .ui.list > .item [class*="right floated"] {
  8915. float: right;
  8916. margin: 0em 0em 0em 1em;
  8917. }
  8918. /*******************************
  8919. Coupling
  8920. *******************************/
  8921. .ui.menu .ui.list > .item,
  8922. .ui.menu .ui.list .list > .item {
  8923. display: list-item;
  8924. table-layout: fixed;
  8925. background-color: transparent;
  8926. list-style-type: none;
  8927. list-style-position: outside;
  8928. padding: 0.23076923em 0em;
  8929. line-height: 1.15384615em;
  8930. }
  8931. .ui.menu .ui.list .list > .item:before,
  8932. .ui.menu .ui.list > .item:before {
  8933. border: none;
  8934. background: none;
  8935. }
  8936. .ui.menu .ui.list .list > .item:first-child,
  8937. .ui.menu .ui.list > .item:first-child {
  8938. padding-top: 0em;
  8939. }
  8940. .ui.menu .ui.list .list > .item:last-child,
  8941. .ui.menu .ui.list > .item:last-child {
  8942. padding-bottom: 0em;
  8943. }
  8944. /*******************************
  8945. Types
  8946. *******************************/
  8947. /*-------------------
  8948. Horizontal
  8949. --------------------*/
  8950. .ui.horizontal.list {
  8951. display: inline-block;
  8952. font-size: 0em;
  8953. }
  8954. .ui.horizontal.list > .item {
  8955. display: inline-block;
  8956. margin-left: 1em;
  8957. font-size: 1rem;
  8958. }
  8959. .ui.horizontal.list:not(.celled) > .item:first-child {
  8960. margin-left: 0em !important;
  8961. padding-left: 0em !important;
  8962. }
  8963. .ui.horizontal.list .list {
  8964. padding-left: 0em;
  8965. padding-bottom: 0em;
  8966. }
  8967. .ui.horizontal.list > .item > .image,
  8968. .ui.horizontal.list .list > .item > .image,
  8969. .ui.horizontal.list > .item > .icon,
  8970. .ui.horizontal.list .list > .item > .icon,
  8971. .ui.horizontal.list > .item > .content,
  8972. .ui.horizontal.list .list > .item > .content {
  8973. vertical-align: middle;
  8974. }
  8975. /* Padding on all elements */
  8976. .ui.horizontal.list > .item:first-child,
  8977. .ui.horizontal.list > .item:last-child {
  8978. padding-top: 0.23076923em;
  8979. padding-bottom: 0.23076923em;
  8980. }
  8981. /* Horizontal List */
  8982. .ui.horizontal.list > .item > i.icon {
  8983. margin: 0em;
  8984. padding: 0em 0.25em 0em 0em;
  8985. }
  8986. .ui.horizontal.list > .item > .icon,
  8987. .ui.horizontal.list > .item > .icon + .content {
  8988. float: none;
  8989. display: inline-block;
  8990. }
  8991. /*******************************
  8992. States
  8993. *******************************/
  8994. /*-------------------
  8995. Disabled
  8996. --------------------*/
  8997. .ui.list .list > .disabled.item,
  8998. .ui.list > .disabled.item {
  8999. pointer-events: none;
  9000. color: rgba(40, 40, 40, 0.3) !important;
  9001. }
  9002. .ui.inverted.list .list > .disabled.item,
  9003. .ui.inverted.list > .disabled.item {
  9004. color: rgba(225, 225, 225, 0.3) !important;
  9005. }
  9006. /*-------------------
  9007. Hover
  9008. --------------------*/
  9009. .ui.list .list > a.item:hover .icon,
  9010. .ui.list > a.item:hover .icon {
  9011. color: rgba(0, 0, 0, 0.87);
  9012. }
  9013. /*******************************
  9014. Variations
  9015. *******************************/
  9016. /*-------------------
  9017. Inverted
  9018. --------------------*/
  9019. .ui.inverted.list .list > a.item > .icon,
  9020. .ui.inverted.list > a.item > .icon {
  9021. color: rgba(255, 255, 255, 0.7);
  9022. }
  9023. .ui.inverted.list .list > .item .header,
  9024. .ui.inverted.list > .item .header {
  9025. color: rgba(255, 255, 255, 0.9);
  9026. }
  9027. .ui.inverted.list .list > .item .description,
  9028. .ui.inverted.list > .item .description {
  9029. color: rgba(255, 255, 255, 0.7);
  9030. }
  9031. /* Item Link */
  9032. .ui.inverted.list .list > a.item,
  9033. .ui.inverted.list > a.item {
  9034. cursor: pointer;
  9035. color: rgba(255, 255, 255, 0.9);
  9036. }
  9037. .ui.inverted.list .list > a.item:hover,
  9038. .ui.inverted.list > a.item:hover {
  9039. color: #4078C0;
  9040. }
  9041. /* Linking Content */
  9042. .ui.inverted.list .item a:not(.ui) {
  9043. color: rgba(255, 255, 255, 0.9) !important;
  9044. }
  9045. .ui.inverted.list .item a:not(.ui):hover {
  9046. color: #4078C0 !important;
  9047. }
  9048. /*-------------------
  9049. Aligned
  9050. --------------------*/
  9051. .ui.list[class*="top aligned"] .image,
  9052. .ui.list[class*="top aligned"] .content,
  9053. .ui.list [class*="top aligned"] {
  9054. vertical-align: top !important;
  9055. }
  9056. .ui.list[class*="middle aligned"] .image,
  9057. .ui.list[class*="middle aligned"] .content,
  9058. .ui.list [class*="middle aligned"] {
  9059. vertical-align: middle !important;
  9060. }
  9061. .ui.list[class*="bottom aligned"] .image,
  9062. .ui.list[class*="bottom aligned"] .content,
  9063. .ui.list [class*="bottom aligned"] {
  9064. vertical-align: bottom !important;
  9065. }
  9066. /*-------------------
  9067. Link
  9068. --------------------*/
  9069. .ui.link.list .item,
  9070. .ui.link.list a.item,
  9071. .ui.link.list .item a:not(.ui) {
  9072. color: rgba(0, 0, 0, 0.4);
  9073. -webkit-transition: 0.1s color ease;
  9074. transition: 0.1s color ease;
  9075. }
  9076. .ui.link.list a.item:hover,
  9077. .ui.link.list .item a:not(.ui):hover {
  9078. color: rgba(0, 0, 0, 0.8);
  9079. }
  9080. .ui.link.list a.item:active,
  9081. .ui.link.list .item a:not(.ui):active {
  9082. color: rgba(0, 0, 0, 0.9);
  9083. }
  9084. .ui.link.list .active.item,
  9085. .ui.link.list .active.item a:not(.ui) {
  9086. color: rgba(0, 0, 0, 0.95);
  9087. }
  9088. /* Inverted */
  9089. .ui.inverted.link.list .item,
  9090. .ui.inverted.link.list a.item,
  9091. .ui.inverted.link.list .item a:not(.ui) {
  9092. color: rgba(255, 255, 255, 0.5);
  9093. }
  9094. .ui.inverted.link.list a.item:hover,
  9095. .ui.inverted.link.list .item a:not(.ui):hover {
  9096. color: #ffffff;
  9097. }
  9098. .ui.inverted.link.list a.item:active,
  9099. .ui.inverted.link.list .item a:not(.ui):active {
  9100. color: #ffffff;
  9101. }
  9102. .ui.inverted.link.list a.active.item,
  9103. .ui.inverted.link.list .active.item a:not(.ui) {
  9104. color: #ffffff;
  9105. }
  9106. /*-------------------
  9107. Selection
  9108. --------------------*/
  9109. .ui.selection.list .list > .item,
  9110. .ui.selection.list > .item {
  9111. cursor: pointer;
  9112. background: transparent;
  9113. padding: 0.5em 0.5em;
  9114. margin: 0em;
  9115. color: rgba(0, 0, 0, 0.4);
  9116. border-radius: 0.5em;
  9117. -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  9118. transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  9119. }
  9120. .ui.selection.list .list > .item:last-child,
  9121. .ui.selection.list > .item:last-child {
  9122. margin-bottom: 0em;
  9123. }
  9124. .ui.selection.list.list > .item:hover,
  9125. .ui.selection.list > .item:hover {
  9126. background: rgba(0, 0, 0, 0.03);
  9127. color: rgba(0, 0, 0, 0.8);
  9128. }
  9129. .ui.selection.list .list > .item:active,
  9130. .ui.selection.list > .item:active {
  9131. background: rgba(0, 0, 0, 0.05);
  9132. color: rgba(0, 0, 0, 0.9);
  9133. }
  9134. .ui.selection.list .list > .item.active,
  9135. .ui.selection.list > .item.active {
  9136. background: rgba(0, 0, 0, 0.05);
  9137. color: rgba(0, 0, 0, 0.95);
  9138. }
  9139. /* Inverted */
  9140. .ui.inverted.selection.list > .item,
  9141. .ui.inverted.selection.list > .item {
  9142. background: transparent;
  9143. color: rgba(255, 255, 255, 0.5);
  9144. }
  9145. .ui.inverted.selection.list > .item:hover,
  9146. .ui.inverted.selection.list > .item:hover {
  9147. background: rgba(255, 255, 255, 0.02);
  9148. color: #ffffff;
  9149. }
  9150. .ui.inverted.selection.list > .item:active,
  9151. .ui.inverted.selection.list > .item:active {
  9152. background: rgba(255, 255, 255, 0.08);
  9153. color: #ffffff;
  9154. }
  9155. .ui.inverted.selection.list > .item.active,
  9156. .ui.inverted.selection.list > .item.active {
  9157. background: rgba(255, 255, 255, 0.08);
  9158. color: #ffffff;
  9159. }
  9160. /* Celled / Divided Selection List */
  9161. .ui.celled.selection.list .list > .item,
  9162. .ui.divided.selection.list .list > .item,
  9163. .ui.celled.selection.list > .item,
  9164. .ui.divided.selection.list > .item {
  9165. border-radius: 0em;
  9166. }
  9167. /*-------------------
  9168. Animated
  9169. --------------------*/
  9170. .ui.animated.list > .item {
  9171. -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  9172. transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  9173. }
  9174. .ui.animated.list:not(.horizontal) > .item:hover {
  9175. padding-left: 1em;
  9176. }
  9177. /*-------------------
  9178. Fitted
  9179. --------------------*/
  9180. .ui.fitted.list:not(.selection) .list > .item,
  9181. .ui.fitted.list:not(.selection) > .item {
  9182. padding-left: 0em;
  9183. padding-right: 0em;
  9184. }
  9185. .ui.fitted.selection.list .list > .item,
  9186. .ui.fitted.selection.list > .item {
  9187. margin-left: -0.5em;
  9188. margin-right: -0.5em;
  9189. }
  9190. /*-------------------
  9191. Bulleted
  9192. --------------------*/
  9193. ul.ui.list,
  9194. .ui.bulleted.list {
  9195. margin-left: 1.25rem;
  9196. }
  9197. ul.ui.list li,
  9198. .ui.bulleted.list .list > .item,
  9199. .ui.bulleted.list > .item {
  9200. position: relative;
  9201. }
  9202. ul.ui.list li:before,
  9203. .ui.bulleted.list .list > .item:before,
  9204. .ui.bulleted.list > .item:before {
  9205. -webkit-user-select: none;
  9206. -moz-user-select: none;
  9207. -ms-user-select: none;
  9208. user-select: none;
  9209. pointer-events: none;
  9210. position: absolute;
  9211. top: auto;
  9212. left: auto;
  9213. margin-left: -1.25rem;
  9214. content: '•';
  9215. opacity: 1;
  9216. color: inherit;
  9217. vertical-align: top;
  9218. }
  9219. ul.ui.list ul,
  9220. .ui.bulleted.list .list {
  9221. padding-left: 1.25rem;
  9222. }
  9223. /* Horizontal Bulleted */
  9224. ul.ui.horizontal.bulleted.list,
  9225. .ui.horizontal.bulleted.list {
  9226. margin-left: 0em;
  9227. }
  9228. ul.ui.horizontal.bulleted.list li,
  9229. .ui.horizontal.bulleted.list > .item {
  9230. margin-left: 1.75rem;
  9231. }
  9232. ul.ui.horizontal.bulleted.list li:first-child,
  9233. .ui.horizontal.bulleted.list > .item:first-child {
  9234. margin-left: 0em;
  9235. }
  9236. ul.ui.horizontal.bulleted.list li::before,
  9237. .ui.horizontal.bulleted.list > .item::before {
  9238. color: rgba(0, 0, 0, 0.87);
  9239. }
  9240. ul.ui.horizontal.bulleted.list li:first-child::before,
  9241. .ui.horizontal.bulleted.list > .item:first-child::before {
  9242. display: none;
  9243. }
  9244. /*-------------------
  9245. Ordered
  9246. --------------------*/
  9247. ol.ui.list,
  9248. .ui.ordered.list,
  9249. .ui.ordered.list .list,
  9250. ol.ui.list ol {
  9251. counter-reset: ordered;
  9252. margin-left: 1.25rem;
  9253. list-style-type: none;
  9254. }
  9255. ol.ui.list li,
  9256. .ui.ordered.list .list > .item,
  9257. .ui.ordered.list > .item {
  9258. list-style-type: none;
  9259. position: relative;
  9260. }
  9261. ol.ui.list li:before,
  9262. .ui.ordered.list .list > .item:before,
  9263. .ui.ordered.list > .item:before {
  9264. position: absolute;
  9265. top: auto;
  9266. left: auto;
  9267. -webkit-user-select: none;
  9268. -moz-user-select: none;
  9269. -ms-user-select: none;
  9270. user-select: none;
  9271. pointer-events: none;
  9272. margin-left: -1.25rem;
  9273. counter-increment: ordered;
  9274. content: counters(ordered, ".") " ";
  9275. text-align: right;
  9276. color: rgba(0, 0, 0, 0.87);
  9277. vertical-align: middle;
  9278. opacity: 0.8;
  9279. }
  9280. ol.ui.inverted.list li:before,
  9281. .ui.ordered.inverted.list .list > .item:before,
  9282. .ui.ordered.inverted.list > .item:before {
  9283. color: rgba(255, 255, 255, 0.7);
  9284. }
  9285. /* Value */
  9286. .ui.ordered.list > .list > .item[data-value],
  9287. .ui.ordered.list > .item[data-value] {
  9288. content: attr(data-value);
  9289. }
  9290. ol.ui.list li[value]:before {
  9291. content: attr(value);
  9292. }
  9293. /* Child Lists */
  9294. ol.ui.list ol,
  9295. .ui.ordered.list .list {
  9296. margin-left: 1em;
  9297. }
  9298. ol.ui.list ol li:before,
  9299. .ui.ordered.list .list > .item:before {
  9300. margin-left: -2em;
  9301. }
  9302. /* Horizontal Ordered */
  9303. ol.ui.horizontal.list,
  9304. .ui.ordered.horizontal.list {
  9305. margin-left: 0em;
  9306. }
  9307. ol.ui.horizontal.list li:before,
  9308. .ui.ordered.horizontal.list .list > .item:before,
  9309. .ui.ordered.horizontal.list > .item:before {
  9310. position: static;
  9311. margin: 0em 0.5em 0em 0em;
  9312. }
  9313. /*-------------------
  9314. Divided
  9315. --------------------*/
  9316. .ui.divided.list > .item {
  9317. border-top: 1px solid rgba(0, 0, 0, 0.13);
  9318. }
  9319. .ui.divided.list .list > .item {
  9320. border-top: none;
  9321. }
  9322. .ui.divided.list .item .list > .item {
  9323. border-top: none;
  9324. }
  9325. .ui.divided.list .list > .item:first-child,
  9326. .ui.divided.list > .item:first-child {
  9327. border-top: none;
  9328. }
  9329. /* Sub Menu */
  9330. .ui.divided.list:not(.horizontal) .list > .item:first-child {
  9331. border-top-width: 1px;
  9332. }
  9333. /* Divided bulleted */
  9334. .ui.divided.bulleted.list:not(.horizontal),
  9335. .ui.divided.bulleted.list .list {
  9336. margin-left: 0em;
  9337. padding-left: 0em;
  9338. }
  9339. .ui.divided.bulleted.list > .item:not(.horizontal) {
  9340. padding-left: 1.25rem;
  9341. }
  9342. /* Divided Ordered */
  9343. .ui.divided.ordered.list {
  9344. margin-left: 0em;
  9345. }
  9346. .ui.divided.ordered.list .list > .item,
  9347. .ui.divided.ordered.list > .item {
  9348. padding-left: 1.25rem;
  9349. }
  9350. .ui.divided.ordered.list .item .list {
  9351. margin-left: 0em;
  9352. margin-right: 0em;
  9353. padding-bottom: 0.23076923em;
  9354. }
  9355. .ui.divided.ordered.list .item .list > .item {
  9356. padding-left: 1em;
  9357. }
  9358. /* Divided Selection */
  9359. .ui.divided.selection.list .list > .item,
  9360. .ui.divided.selection.list > .item {
  9361. margin: 0em;
  9362. border-radius: 0em;
  9363. }
  9364. /* Divided horizontal */
  9365. .ui.divided.horizontal.list {
  9366. margin-left: 0em;
  9367. }
  9368. .ui.divided.horizontal.list > .item {
  9369. border-top: none;
  9370. border-left: 1px solid rgba(0, 0, 0, 0.13);
  9371. margin: 0em;
  9372. padding-left: 0.5em;
  9373. padding-right: 0.5em;
  9374. line-height: 0.6;
  9375. }
  9376. .ui.horizontal.divided.list > .item:first-child {
  9377. border-left: none;
  9378. }
  9379. /* Inverted */
  9380. .ui.divided.inverted.list > .item,
  9381. .ui.divided.inverted.list > .list,
  9382. .ui.divided.inverted.horizontal.list > .item {
  9383. border-color: rgba(255, 255, 255, 0.1);
  9384. }
  9385. /*-------------------
  9386. Celled
  9387. --------------------*/
  9388. .ui.celled.list > .item,
  9389. .ui.celled.list > .list {
  9390. border-top: 1px solid rgba(0, 0, 0, 0.13);
  9391. padding-left: 0.5em;
  9392. padding-right: 0.5em;
  9393. }
  9394. .ui.celled.list > .item:last-child {
  9395. border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  9396. }
  9397. /* Padding on all elements */
  9398. .ui.celled.list > .item:first-child,
  9399. .ui.celled.list > .item:last-child {
  9400. padding-top: 0.23076923em;
  9401. padding-bottom: 0.23076923em;
  9402. }
  9403. /* Sub Menu */
  9404. .ui.celled.list .item .list > .item {
  9405. border-width: 0px;
  9406. }
  9407. .ui.celled.list .list > .item:first-child {
  9408. border-top-width: 0px;
  9409. }
  9410. /* Celled Bulleted */
  9411. .ui.celled.bulleted.list {
  9412. margin-left: 0em;
  9413. }
  9414. .ui.celled.bulleted.list .list > .item,
  9415. .ui.celled.bulleted.list > .item {
  9416. padding-left: 1.25rem;
  9417. }
  9418. .ui.celled.bulleted.list .item .list {
  9419. margin-left: -1.25rem;
  9420. margin-right: -1.25rem;
  9421. padding-bottom: 0.23076923em;
  9422. }
  9423. /* Celled Ordered */
  9424. .ui.celled.ordered.list {
  9425. margin-left: 0em;
  9426. }
  9427. .ui.celled.ordered.list .list > .item,
  9428. .ui.celled.ordered.list > .item {
  9429. padding-left: 1.25rem;
  9430. }
  9431. .ui.celled.ordered.list .item .list {
  9432. margin-left: 0em;
  9433. margin-right: 0em;
  9434. padding-bottom: 0.23076923em;
  9435. }
  9436. .ui.celled.ordered.list .list > .item {
  9437. padding-left: 1em;
  9438. }
  9439. /* Celled Horizontal */
  9440. .ui.horizontal.celled.list {
  9441. margin-left: 0em;
  9442. }
  9443. .ui.horizontal.celled.list .list > .item,
  9444. .ui.horizontal.celled.list > .item {
  9445. border-top: none;
  9446. border-left: 1px solid rgba(0, 0, 0, 0.13);
  9447. margin: 0em;
  9448. padding-left: 0.5em;
  9449. padding-right: 0.5em;
  9450. line-height: 0.6;
  9451. }
  9452. .ui.horizontal.celled.list .list > .item:last-child,
  9453. .ui.horizontal.celled.list > .item:last-child {
  9454. border-bottom: none;
  9455. border-right: 1px solid rgba(0, 0, 0, 0.13);
  9456. }
  9457. /* Inverted */
  9458. .ui.celled.inverted.list > .item,
  9459. .ui.celled.inverted.list > .list {
  9460. border-color: 1px solid rgba(255, 255, 255, 0.1);
  9461. }
  9462. .ui.celled.inverted.horizontal.list .list > .item,
  9463. .ui.celled.inverted.horizontal.list > .item {
  9464. border-color: 1px solid rgba(255, 255, 255, 0.1);
  9465. }
  9466. /*-------------------
  9467. Relaxed
  9468. --------------------*/
  9469. .ui.relaxed.list:not(.horizontal) > .item {
  9470. padding-top: 0.46153846em;
  9471. padding-bottom: 0.46153846em;
  9472. }
  9473. .ui.relaxed.list:not(.horizontal) .list > .item {
  9474. padding-top: 0.23076923em;
  9475. padding-bottom: 0.23076923em;
  9476. }
  9477. .ui.horizontal.relaxed.list > .item {
  9478. padding-left: 1rem;
  9479. padding-right: 1rem;
  9480. }
  9481. /* Very Relaxed */
  9482. .ui[class*="very relaxed"].list:not(.horizontal) > .item {
  9483. padding-top: 0.92307692em;
  9484. padding-bottom: 0.92307692em;
  9485. }
  9486. .ui[class*="very relaxed"].list:not(.horizontal) .list > .item {
  9487. padding-top: 0.30769231em;
  9488. padding-bottom: 0.30769231em;
  9489. }
  9490. .ui.horizontal[class*="very relaxed"].list .list > .item,
  9491. .ui.horizontal[class*="very relaxed"].list > .item {
  9492. padding-left: 1.5rem;
  9493. padding-right: 1.5rem;
  9494. }
  9495. /*-------------------
  9496. Sizes
  9497. --------------------*/
  9498. .ui.mini.list {
  9499. font-size: 0.69230769em;
  9500. }
  9501. .ui.tiny.list {
  9502. font-size: 0.84615385em;
  9503. }
  9504. .ui.small.list {
  9505. font-size: 0.92307692em;
  9506. }
  9507. .ui.list {
  9508. font-size: 1em;
  9509. }
  9510. .ui.large.list {
  9511. font-size: 1.15384615em;
  9512. }
  9513. .ui.big.list {
  9514. font-size: 1.30769231em;
  9515. }
  9516. .ui.huge.list {
  9517. font-size: 1.46153846em;
  9518. }
  9519. .ui.massive.list {
  9520. font-size: 1.69230769em;
  9521. }
  9522. .ui.mini.horizontal.list .list > .item,
  9523. .ui.mini.horizontal.list > .item {
  9524. font-size: 0.69230769rem;
  9525. }
  9526. .ui.tiny.horizontal.list .list > .item,
  9527. .ui.tiny.horizontal.list > .item {
  9528. font-size: 0.84615385rem;
  9529. }
  9530. .ui.small.horizontal.list .list > .item,
  9531. .ui.small.horizontal.list > .item {
  9532. font-size: 0.92307692rem;
  9533. }
  9534. .ui.horizontal.list .list > .item,
  9535. .ui.horizontal.list > .item {
  9536. font-size: 1rem;
  9537. }
  9538. .ui.large.horizontal.list .list > .item,
  9539. .ui.large.horizontal.list > .item {
  9540. font-size: 1.15384615rem;
  9541. }
  9542. .ui.big.horizontal.list .list > .item,
  9543. .ui.big.horizontal.list > .item {
  9544. font-size: 1.30769231rem;
  9545. }
  9546. .ui.huge.horizontal.list .list > .item,
  9547. .ui.huge.horizontal.list > .item {
  9548. font-size: 1.46153846rem;
  9549. }
  9550. .ui.massive.horizontal.list .list > .item,
  9551. .ui.massive.horizontal.list > .item {
  9552. font-size: 1.69230769rem;
  9553. }
  9554. /*******************************
  9555. User Variable Overrides
  9556. *******************************/
  9557. /*!
  9558. * # Semantic UI 2.1.6 - Loader
  9559. * http://github.com/semantic-org/semantic-ui/
  9560. *
  9561. *
  9562. * Copyright 2015 Contributors
  9563. * Released under the MIT license
  9564. * http://opensource.org/licenses/MIT
  9565. *
  9566. */
  9567. /*******************************
  9568. Loader
  9569. *******************************/
  9570. /* Standard Size */
  9571. .ui.loader {
  9572. display: none;
  9573. position: absolute;
  9574. top: 50%;
  9575. left: 50%;
  9576. margin: 0px;
  9577. text-align: center;
  9578. z-index: 1000;
  9579. -webkit-transform: translateX(-50%) translateY(-50%);
  9580. transform: translateX(-50%) translateY(-50%);
  9581. }
  9582. /* Static Shape */
  9583. .ui.loader:before {
  9584. position: absolute;
  9585. content: '';
  9586. top: 0%;
  9587. left: 50%;
  9588. width: 100%;
  9589. height: 100%;
  9590. border-radius: 500rem;
  9591. border: 0.2em solid rgba(0, 0, 0, 0.1);
  9592. }
  9593. /* Active Shape */
  9594. .ui.loader:after {
  9595. position: absolute;
  9596. content: '';
  9597. top: 0%;
  9598. left: 50%;
  9599. width: 100%;
  9600. height: 100%;
  9601. -webkit-animation: loader 0.6s linear;
  9602. animation: loader 0.6s linear;
  9603. -webkit-animation-iteration-count: infinite;
  9604. animation-iteration-count: infinite;
  9605. border-radius: 500rem;
  9606. border-color: #767676 transparent transparent;
  9607. border-style: solid;
  9608. border-width: 0.2em;
  9609. box-shadow: 0px 0px 0px 1px transparent;
  9610. }
  9611. /* Active Animation */
  9612. @-webkit-keyframes loader {
  9613. from {
  9614. -webkit-transform: rotate(0deg);
  9615. transform: rotate(0deg);
  9616. }
  9617. to {
  9618. -webkit-transform: rotate(360deg);
  9619. transform: rotate(360deg);
  9620. }
  9621. }
  9622. @keyframes loader {
  9623. from {
  9624. -webkit-transform: rotate(0deg);
  9625. transform: rotate(0deg);
  9626. }
  9627. to {
  9628. -webkit-transform: rotate(360deg);
  9629. transform: rotate(360deg);
  9630. }
  9631. }
  9632. /* Sizes */
  9633. .ui.loader:before,
  9634. .ui.loader:after {
  9635. width: 2.2585em;
  9636. height: 2.2585em;
  9637. margin: 0em 0em 0em -1.12925em;
  9638. }
  9639. .ui.mini.loader:before,
  9640. .ui.mini.loader:after {
  9641. width: 1.2857em;
  9642. height: 1.2857em;
  9643. margin: 0em 0em 0em -0.64285em;
  9644. }
  9645. .ui.small.loader:before,
  9646. .ui.small.loader:after {
  9647. width: 1.7142em;
  9648. height: 1.7142em;
  9649. margin: 0em 0em 0em -0.8571em;
  9650. }
  9651. .ui.large.loader:before,
  9652. .ui.large.loader:after {
  9653. width: 4.5714em;
  9654. height: 4.5714em;
  9655. margin: 0em 0em 0em -2.2857em;
  9656. }
  9657. /*-------------------
  9658. Coupling
  9659. --------------------*/
  9660. /* Show inside active dimmer */
  9661. .ui.dimmer .loader {
  9662. display: block;
  9663. }
  9664. /* Black Dimmer */
  9665. .ui.dimmer .ui.loader {
  9666. color: rgba(255, 255, 255, 0.9);
  9667. }
  9668. .ui.dimmer .ui.loader:before {
  9669. border-color: rgba(255, 255, 255, 0.15);
  9670. }
  9671. .ui.dimmer .ui.loader:after {
  9672. border-color: #FFFFFF transparent transparent;
  9673. }
  9674. /* White Dimmer (Inverted) */
  9675. .ui.inverted.dimmer .ui.loader {
  9676. color: rgba(0, 0, 0, 0.87);
  9677. }
  9678. .ui.inverted.dimmer .ui.loader:before {
  9679. border-color: rgba(0, 0, 0, 0.1);
  9680. }
  9681. .ui.inverted.dimmer .ui.loader:after {
  9682. border-color: #767676 transparent transparent;
  9683. }
  9684. /*******************************
  9685. Types
  9686. *******************************/
  9687. /*-------------------
  9688. Text
  9689. --------------------*/
  9690. .ui.text.loader {
  9691. width: auto !important;
  9692. height: auto !important;
  9693. text-align: center;
  9694. font-style: normal;
  9695. }
  9696. /*******************************
  9697. States
  9698. *******************************/
  9699. .ui.indeterminate.loader:after {
  9700. -webkit-animation-direction: reverse;
  9701. animation-direction: reverse;
  9702. -webkit-animation-duration: 1.2s;
  9703. animation-duration: 1.2s;
  9704. }
  9705. .ui.loader.active,
  9706. .ui.loader.visible {
  9707. display: block;
  9708. }
  9709. .ui.loader.disabled,
  9710. .ui.loader.hidden {
  9711. display: none;
  9712. }
  9713. /*******************************
  9714. Variations
  9715. *******************************/
  9716. /*-------------------
  9717. Sizes
  9718. --------------------*/
  9719. /* Loader */
  9720. .ui.inverted.dimmer .ui.mini.loader,
  9721. .ui.mini.loader {
  9722. width: 1.2857em;
  9723. height: 1.2857em;
  9724. font-size: 0.69230769em;
  9725. }
  9726. .ui.inverted.dimmer .ui.small.loader,
  9727. .ui.small.loader {
  9728. width: 1.7142em;
  9729. height: 1.7142em;
  9730. font-size: 0.92307692em;
  9731. }
  9732. .ui.inverted.dimmer .ui.loader,
  9733. .ui.loader {
  9734. width: 2.2585em;
  9735. height: 2.2585em;
  9736. font-size: 1em;
  9737. }
  9738. .ui.inverted.dimmer .ui.loader.large,
  9739. .ui.loader.large {
  9740. width: 4.5714em;
  9741. height: 4.5714em;
  9742. font-size: 1.15384615em;
  9743. }
  9744. /* Text Loader */
  9745. .ui.mini.text.loader {
  9746. min-width: 1.2857em;
  9747. padding-top: 1.97800769em;
  9748. }
  9749. .ui.small.text.loader {
  9750. min-width: 1.7142em;
  9751. padding-top: 2.40650769em;
  9752. }
  9753. .ui.text.loader {
  9754. min-width: 2.2585em;
  9755. padding-top: 2.95080769em;
  9756. }
  9757. .ui.large.text.loader {
  9758. min-width: 4.5714em;
  9759. padding-top: 5.26370769em;
  9760. }
  9761. /*-------------------
  9762. Inverted
  9763. --------------------*/
  9764. .ui.inverted.loader {
  9765. color: rgba(255, 255, 255, 0.9);
  9766. }
  9767. .ui.inverted.loader:before {
  9768. border-color: rgba(255, 255, 255, 0.15);
  9769. }
  9770. .ui.inverted.loader:after {
  9771. border-top-color: #FFFFFF;
  9772. }
  9773. /*-------------------
  9774. Inline
  9775. --------------------*/
  9776. .ui.inline.loader {
  9777. position: relative;
  9778. vertical-align: middle;
  9779. margin: 0em;
  9780. left: 0em;
  9781. top: 0em;
  9782. -webkit-transform: none;
  9783. transform: none;
  9784. }
  9785. .ui.inline.loader.active,
  9786. .ui.inline.loader.visible {
  9787. display: inline-block;
  9788. }
  9789. /* Centered Inline */
  9790. .ui.centered.inline.loader.active,
  9791. .ui.centered.inline.loader.visible {
  9792. display: block;
  9793. margin-left: auto;
  9794. margin-right: auto;
  9795. }
  9796. /*******************************
  9797. Site Overrides
  9798. *******************************/
  9799. /*!
  9800. * # Semantic UI 2.1.6 - Rail
  9801. * http://github.com/semantic-org/semantic-ui/
  9802. *
  9803. *
  9804. * Copyright 2015 Contributors
  9805. * Released under the MIT license
  9806. * http://opensource.org/licenses/MIT
  9807. *
  9808. */
  9809. /*******************************
  9810. Rails
  9811. *******************************/
  9812. .ui.rail {
  9813. position: absolute;
  9814. top: 0%;
  9815. width: 300px;
  9816. height: 100%;
  9817. }
  9818. .ui.left.rail {
  9819. left: auto;
  9820. right: 100%;
  9821. padding: 0em 2rem 0em 0em;
  9822. margin: 0em 2rem 0em 0em;
  9823. }
  9824. .ui.right.rail {
  9825. left: 100%;
  9826. right: auto;
  9827. padding: 0em 0em 0em 2rem;
  9828. margin: 0em 0em 0em 2rem;
  9829. }
  9830. /*******************************
  9831. Variations
  9832. *******************************/
  9833. /*--------------
  9834. Internal
  9835. ---------------*/
  9836. .ui.left.internal.rail {
  9837. left: 0%;
  9838. right: auto;
  9839. padding: 0em 0em 0em 2rem;
  9840. margin: 0em 0em 0em 2rem;
  9841. }
  9842. .ui.right.internal.rail {
  9843. left: auto;
  9844. right: 0%;
  9845. padding: 0em 2rem 0em 0em;
  9846. margin: 0em 2rem 0em 0em;
  9847. }
  9848. /*--------------
  9849. Dividing
  9850. ---------------*/
  9851. .ui.dividing.rail {
  9852. width: 302.5px;
  9853. }
  9854. .ui.left.dividing.rail {
  9855. padding: 0em 2.5rem 0em 0em;
  9856. margin: 0em 2.5rem 0em 0em;
  9857. border-right: 1px solid rgba(0, 0, 0, 0.13);
  9858. }
  9859. .ui.right.dividing.rail {
  9860. border-left: 1px solid rgba(0, 0, 0, 0.13);
  9861. padding: 0em 0em 0em 2.5rem;
  9862. margin: 0em 0em 0em 2.5rem;
  9863. }
  9864. /*--------------
  9865. Distance
  9866. ---------------*/
  9867. .ui.close.rail {
  9868. width: 301px;
  9869. }
  9870. .ui.close.left.rail {
  9871. padding: 0em 1em 0em 0em;
  9872. margin: 0em 1em 0em 0em;
  9873. }
  9874. .ui.close.right.rail {
  9875. padding: 0em 0em 0em 1em;
  9876. margin: 0em 0em 0em 1em;
  9877. }
  9878. .ui.very.close.rail {
  9879. width: 300.5px;
  9880. }
  9881. .ui.very.close.left.rail {
  9882. padding: 0em 0.5em 0em 0em;
  9883. margin: 0em 0.5em 0em 0em;
  9884. }
  9885. .ui.very.close.right.rail {
  9886. padding: 0em 0em 0em 0.5em;
  9887. margin: 0em 0em 0em 0.5em;
  9888. }
  9889. /*--------------
  9890. Attached
  9891. ---------------*/
  9892. .ui.attached.left.rail,
  9893. .ui.attached.right.rail {
  9894. padding: 0em;
  9895. margin: 0em;
  9896. }
  9897. /*--------------
  9898. Sizing
  9899. ---------------*/
  9900. .ui.rail {
  9901. font-size: 1rem;
  9902. }
  9903. /*******************************
  9904. Site Overrides
  9905. *******************************/
  9906. /*!
  9907. * # Semantic UI 2.1.6 - Reveal
  9908. * http://github.com/semantic-org/semantic-ui/
  9909. *
  9910. *
  9911. * Copyright 2015 Contributors
  9912. * Released under the MIT license
  9913. * http://opensource.org/licenses/MIT
  9914. *
  9915. */
  9916. /*******************************
  9917. Reveal
  9918. *******************************/
  9919. .ui.reveal {
  9920. display: inherit;
  9921. position: relative !important;
  9922. font-size: 0em !important;
  9923. }
  9924. .ui.reveal > .visible.content {
  9925. position: absolute !important;
  9926. top: 0em !important;
  9927. left: 0em !important;
  9928. z-index: 3 !important;
  9929. -webkit-transition: all 0.5s ease 0.1s;
  9930. transition: all 0.5s ease 0.1s;
  9931. }
  9932. .ui.reveal > .hidden.content {
  9933. position: relative !important;
  9934. z-index: 2 !important;
  9935. }
  9936. /* Make sure hovered element is on top of other reveal */
  9937. .ui.active.reveal .visible.content,
  9938. .ui.reveal:hover .visible.content {
  9939. z-index: 4 !important;
  9940. }
  9941. /*******************************
  9942. Types
  9943. *******************************/
  9944. /*--------------
  9945. Slide
  9946. ---------------*/
  9947. .ui.slide.reveal {
  9948. position: relative !important;
  9949. overflow: hidden !important;
  9950. white-space: nowrap;
  9951. }
  9952. .ui.slide.reveal > .content {
  9953. display: block;
  9954. width: 100%;
  9955. float: left;
  9956. margin: 0em;
  9957. -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  9958. transition: transform 0.5s ease 0.1s;
  9959. }
  9960. .ui.slide.reveal > .visible.content {
  9961. position: relative !important;
  9962. }
  9963. .ui.slide.reveal > .hidden.content {
  9964. position: absolute !important;
  9965. left: 0% !important;
  9966. width: 100% !important;
  9967. -webkit-transform: translateX(100%) !important;
  9968. transform: translateX(100%) !important;
  9969. }
  9970. .ui.slide.active.reveal > .visible.content,
  9971. .ui.slide.reveal:hover > .visible.content {
  9972. -webkit-transform: translateX(-100%) !important;
  9973. transform: translateX(-100%) !important;
  9974. }
  9975. .ui.slide.active.reveal > .hidden.content,
  9976. .ui.slide.reveal:hover > .hidden.content {
  9977. -webkit-transform: translateX(0%) !important;
  9978. transform: translateX(0%) !important;
  9979. }
  9980. .ui.slide.right.reveal > .visible.content {
  9981. -webkit-transform: translateX(0%) !important;
  9982. transform: translateX(0%) !important;
  9983. }
  9984. .ui.slide.right.reveal > .hidden.content {
  9985. -webkit-transform: translateX(-100%) !important;
  9986. transform: translateX(-100%) !important;
  9987. }
  9988. .ui.slide.right.active.reveal > .visible.content,
  9989. .ui.slide.right.reveal:hover > .visible.content {
  9990. -webkit-transform: translateX(100%) !important;
  9991. transform: translateX(100%) !important;
  9992. }
  9993. .ui.slide.right.active.reveal > .hidden.content,
  9994. .ui.slide.right.reveal:hover > .hidden.content {
  9995. -webkit-transform: translateX(0%) !important;
  9996. transform: translateX(0%) !important;
  9997. }
  9998. .ui.slide.up.reveal > .hidden.content {
  9999. -webkit-transform: translateY(100%) !important;
  10000. transform: translateY(100%) !important;
  10001. }
  10002. .ui.slide.up.active.reveal > .visible.content,
  10003. .ui.slide.up.reveal:hover > .visible.content {
  10004. -webkit-transform: translateY(-100%) !important;
  10005. transform: translateY(-100%) !important;
  10006. }
  10007. .ui.slide.up.active.reveal > .hidden.content,
  10008. .ui.slide.up.reveal:hover > .hidden.content {
  10009. -webkit-transform: translateY(0%) !important;
  10010. transform: translateY(0%) !important;
  10011. }
  10012. .ui.slide.down.reveal > .hidden.content {
  10013. -webkit-transform: translateY(-100%) !important;
  10014. transform: translateY(-100%) !important;
  10015. }
  10016. .ui.slide.down.active.reveal > .visible.content,
  10017. .ui.slide.down.reveal:hover > .visible.content {
  10018. -webkit-transform: translateY(100%) !important;
  10019. transform: translateY(100%) !important;
  10020. }
  10021. .ui.slide.down.active.reveal > .hidden.content,
  10022. .ui.slide.down.reveal:hover > .hidden.content {
  10023. -webkit-transform: translateY(0%) !important;
  10024. transform: translateY(0%) !important;
  10025. }
  10026. /*--------------
  10027. Fade
  10028. ---------------*/
  10029. .ui.fade.reveal > .visible.content {
  10030. opacity: 1;
  10031. }
  10032. .ui.fade.active.reveal > .visible.content,
  10033. .ui.fade.reveal:hover > .visible.content {
  10034. opacity: 0;
  10035. }
  10036. /*--------------
  10037. Move
  10038. ---------------*/
  10039. .ui.move.reveal {
  10040. position: relative !important;
  10041. overflow: hidden !important;
  10042. white-space: nowrap;
  10043. }
  10044. .ui.move.reveal > .content {
  10045. display: block;
  10046. float: left;
  10047. margin: 0em;
  10048. -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  10049. transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  10050. }
  10051. .ui.move.reveal > .visible.content {
  10052. position: relative !important;
  10053. }
  10054. .ui.move.reveal > .hidden.content {
  10055. position: absolute !important;
  10056. left: 0% !important;
  10057. width: 100% !important;
  10058. }
  10059. .ui.move.active.reveal > .visible.content,
  10060. .ui.move.reveal:hover > .visible.content {
  10061. -webkit-transform: translateX(-100%) !important;
  10062. transform: translateX(-100%) !important;
  10063. }
  10064. .ui.move.right.active.reveal > .visible.content,
  10065. .ui.move.right.reveal:hover > .visible.content {
  10066. -webkit-transform: translateX(100%) !important;
  10067. transform: translateX(100%) !important;
  10068. }
  10069. .ui.move.up.active.reveal > .visible.content,
  10070. .ui.move.up.reveal:hover > .visible.content {
  10071. -webkit-transform: translateY(-100%) !important;
  10072. transform: translateY(-100%) !important;
  10073. }
  10074. .ui.move.down.active.reveal > .visible.content,
  10075. .ui.move.down.reveal:hover > .visible.content {
  10076. -webkit-transform: translateY(100%) !important;
  10077. transform: translateY(100%) !important;
  10078. }
  10079. /*--------------
  10080. Rotate
  10081. ---------------*/
  10082. .ui.rotate.reveal > .visible.content {
  10083. -webkit-transition-duration: 0.5s;
  10084. transition-duration: 0.5s;
  10085. -webkit-transform: rotate(0deg);
  10086. transform: rotate(0deg);
  10087. }
  10088. .ui.rotate.reveal > .visible.content,
  10089. .ui.rotate.right.reveal > .visible.content {
  10090. -webkit-transform-origin: bottom right;
  10091. transform-origin: bottom right;
  10092. }
  10093. .ui.rotate.active.reveal > .visible.conten,
  10094. .ui.rotate.reveal:hover > .visible.content,
  10095. .ui.rotate.right.active.reveal > .visible.content,
  10096. .ui.rotate.right.reveal:hover > .visible.content {
  10097. -webkit-transform: rotate(110deg);
  10098. transform: rotate(110deg);
  10099. }
  10100. .ui.rotate.left.reveal > .visible.content {
  10101. -webkit-transform-origin: bottom left;
  10102. transform-origin: bottom left;
  10103. }
  10104. .ui.rotate.left.active.reveal > .visible.content,
  10105. .ui.rotate.left.reveal:hover > .visible.content {
  10106. -webkit-transform: rotate(-110deg);
  10107. transform: rotate(-110deg);
  10108. }
  10109. /*******************************
  10110. States
  10111. *******************************/
  10112. .ui.disabled.reveal:hover > .visible.visible.content {
  10113. position: static !important;
  10114. display: block !important;
  10115. opacity: 1 !important;
  10116. top: 0 !important;
  10117. left: 0 !important;
  10118. right: auto !important;
  10119. bottom: auto !important;
  10120. -webkit-transform: none !important;
  10121. transform: none !important;
  10122. }
  10123. .ui.disabled.reveal:hover > .hidden.hidden.content {
  10124. display: none !important;
  10125. }
  10126. /*******************************
  10127. Variations
  10128. *******************************/
  10129. /*--------------
  10130. Visible
  10131. ---------------*/
  10132. .ui.visible.reveal {
  10133. overflow: visible;
  10134. }
  10135. /*--------------
  10136. Instant
  10137. ---------------*/
  10138. .ui.instant.reveal > .content {
  10139. -webkit-transition-delay: 0s !important;
  10140. transition-delay: 0s !important;
  10141. }
  10142. /*--------------
  10143. Sizing
  10144. ---------------*/
  10145. .ui.reveal > .content {
  10146. font-size: 1rem !important;
  10147. }
  10148. /*******************************
  10149. Site Overrides
  10150. *******************************/
  10151. /*!
  10152. * # Semantic UI 2.1.6 - Segment
  10153. * http://github.com/semantic-org/semantic-ui/
  10154. *
  10155. *
  10156. * Copyright 2015 Contributors
  10157. * Released under the MIT license
  10158. * http://opensource.org/licenses/MIT
  10159. *
  10160. */
  10161. /*******************************
  10162. Segment
  10163. *******************************/
  10164. .ui.segment {
  10165. position: relative;
  10166. background: #FFFFFF;
  10167. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  10168. margin: 1rem 0em;
  10169. padding: 20px 20px;
  10170. border-radius: 4px;
  10171. border: 1px solid #D8DEE2;
  10172. }
  10173. .ui.segment:first-child {
  10174. margin-top: 0em;
  10175. }
  10176. .ui.segment:last-child {
  10177. margin-bottom: 0em;
  10178. }
  10179. /* Vertical */
  10180. .ui.vertical.segment {
  10181. margin: 0em;
  10182. padding-left: 0em;
  10183. padding-right: 0em;
  10184. background: none transparent;
  10185. border-radius: 0px;
  10186. box-shadow: none;
  10187. border: none;
  10188. border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  10189. }
  10190. .ui.vertical.segment:last-child {
  10191. border-bottom: none;
  10192. }
  10193. /*-------------------
  10194. Loose Coupling
  10195. --------------------*/
  10196. /* Header */
  10197. .ui.inverted.segment > .ui.header {
  10198. color: #FFFFFF;
  10199. }
  10200. /* Label */
  10201. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  10202. border-top-left-radius: 0em;
  10203. border-top-right-radius: 0em;
  10204. }
  10205. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  10206. border-bottom-left-radius: 0em;
  10207. border-bottom-right-radius: 0em;
  10208. }
  10209. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  10210. border-top-left-radius: 0em;
  10211. border-top-right-radius: 0em;
  10212. }
  10213. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  10214. border-bottom-left-radius: 0em;
  10215. border-bottom-right-radius: 0em;
  10216. }
  10217. /* Grid */
  10218. .ui.page.grid.segment,
  10219. .ui.grid > .row > .ui.segment.column,
  10220. .ui.grid > .ui.segment.column {
  10221. padding-top: 40px;
  10222. padding-bottom: 40px;
  10223. }
  10224. .ui.grid.segment {
  10225. margin: 1rem 0em;
  10226. border-radius: 4px;
  10227. }
  10228. /* Table */
  10229. .ui.basic.table.segment {
  10230. background: #FFFFFF;
  10231. border: 1px solid #D8DEE2;
  10232. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  10233. }
  10234. .ui[class*="very basic"].table.segment {
  10235. padding: 20px 20px;
  10236. }
  10237. /*******************************
  10238. Types
  10239. *******************************/
  10240. /*-------------------
  10241. Piled
  10242. --------------------*/
  10243. .ui.piled.segments,
  10244. .ui.piled.segment {
  10245. margin: 3em 0em;
  10246. box-shadow: '';
  10247. z-index: auto;
  10248. }
  10249. .ui.piled.segment:first-child {
  10250. margin-top: 0em;
  10251. }
  10252. .ui.piled.segment:last-child {
  10253. margin-bottom: 0em;
  10254. }
  10255. .ui.piled.segments:after,
  10256. .ui.piled.segments:before,
  10257. .ui.piled.segment:after,
  10258. .ui.piled.segment:before {
  10259. background-color: #FFFFFF;
  10260. visibility: visible;
  10261. content: '';
  10262. display: block;
  10263. height: 100%;
  10264. left: 0px;
  10265. position: absolute;
  10266. width: 100%;
  10267. border: 1px solid #D8DEE2;
  10268. box-shadow: '';
  10269. }
  10270. .ui.piled.segments:before,
  10271. .ui.piled.segment:before {
  10272. -webkit-transform: rotate(-1.2deg);
  10273. transform: rotate(-1.2deg);
  10274. top: 0;
  10275. z-index: -2;
  10276. }
  10277. .ui.piled.segments:after,
  10278. .ui.piled.segment:after {
  10279. -webkit-transform: rotate(1.2deg);
  10280. transform: rotate(1.2deg);
  10281. top: 0;
  10282. z-index: -1;
  10283. }
  10284. /* Piled Attached */
  10285. .ui[class*="top attached"].piled.segment {
  10286. margin-top: 3em;
  10287. margin-bottom: 0em;
  10288. }
  10289. .ui.piled.segment[class*="top attached"]:first-child {
  10290. margin-top: 0em;
  10291. }
  10292. .ui.piled.segment[class*="bottom attached"] {
  10293. margin-top: 0em;
  10294. margin-bottom: 3em;
  10295. }
  10296. .ui.piled.segment[class*="bottom attached"]:last-child {
  10297. margin-bottom: 0em;
  10298. }
  10299. /*-------------------
  10300. Stacked
  10301. --------------------*/
  10302. .ui.stacked.segment {
  10303. padding-bottom: 20.4px;
  10304. }
  10305. .ui.stacked.segments:before,
  10306. .ui.stacked.segments:after,
  10307. .ui.stacked.segment:before,
  10308. .ui.stacked.segment:after {
  10309. content: '';
  10310. position: absolute;
  10311. bottom: -3px;
  10312. left: 0%;
  10313. border-top: 1px solid rgba(0, 0, 0, 0.13);
  10314. background: rgba(0, 0, 0, 0.03);
  10315. width: 100%;
  10316. height: 6px;
  10317. visibility: visible;
  10318. }
  10319. .ui.stacked.segments:before,
  10320. .ui.stacked.segment:before {
  10321. display: none;
  10322. }
  10323. /* Add additional page */
  10324. .ui.tall.stacked.segments:before,
  10325. .ui.tall.stacked.segment:before {
  10326. display: block;
  10327. bottom: 0px;
  10328. }
  10329. /* Inverted */
  10330. .ui.stacked.inverted.segments:before,
  10331. .ui.stacked.inverted.segments:after,
  10332. .ui.stacked.inverted.segment:before,
  10333. .ui.stacked.inverted.segment:after {
  10334. background-color: rgba(0, 0, 0, 0.03);
  10335. border-top: 1px solid #51A7E8;
  10336. }
  10337. /*-------------------
  10338. Padded
  10339. --------------------*/
  10340. .ui.padded.segment {
  10341. padding: 1.5em;
  10342. }
  10343. .ui[class*="very padded"].segment {
  10344. padding: 3em;
  10345. }
  10346. /*-------------------
  10347. Compact
  10348. --------------------*/
  10349. .ui.compact.segment {
  10350. display: table;
  10351. }
  10352. /* Compact Group */
  10353. .ui.compact.segments {
  10354. display: -webkit-inline-box;
  10355. display: -webkit-inline-flex;
  10356. display: -ms-inline-flexbox;
  10357. display: inline-flex;
  10358. }
  10359. .ui.compact.segments .segment,
  10360. .ui.segments .compact.segment {
  10361. display: block;
  10362. -webkit-box-flex: 0;
  10363. -webkit-flex: 0 1 auto;
  10364. -ms-flex: 0 1 auto;
  10365. flex: 0 1 auto;
  10366. }
  10367. /*-------------------
  10368. Circular
  10369. --------------------*/
  10370. .ui.circular.segment {
  10371. display: table-cell;
  10372. padding: 2em;
  10373. text-align: center;
  10374. vertical-align: middle;
  10375. border-radius: 500em;
  10376. }
  10377. /*-------------------
  10378. Raised
  10379. --------------------*/
  10380. .ui.raised.segments,
  10381. .ui.raised.segment {
  10382. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  10383. }
  10384. /*******************************
  10385. Groups
  10386. *******************************/
  10387. /* Group */
  10388. .ui.segments {
  10389. -webkit-box-orient: vertical;
  10390. -webkit-box-direction: normal;
  10391. -webkit-flex-direction: column;
  10392. -ms-flex-direction: column;
  10393. flex-direction: column;
  10394. position: relative;
  10395. margin: 1rem 0em;
  10396. border: 1px solid #D8DEE2;
  10397. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  10398. border-radius: 4px;
  10399. }
  10400. .ui.segments:first-child {
  10401. margin-top: 0em;
  10402. }
  10403. .ui.segments:last-child {
  10404. margin-bottom: 0em;
  10405. }
  10406. /* Nested Segment */
  10407. .ui.segments > .segment {
  10408. top: 0px;
  10409. bottom: 0px;
  10410. border-radius: 0px;
  10411. margin: 0em;
  10412. width: auto;
  10413. box-shadow: none;
  10414. border: none;
  10415. border-top: 1px solid #D8DEE2;
  10416. }
  10417. .ui.segments:not(.horizontal) > .segment:first-child {
  10418. border-top: none;
  10419. margin-top: 0em;
  10420. bottom: 0px;
  10421. margin-bottom: 0em;
  10422. top: 0px;
  10423. border-radius: 4px 4px 0em 0em;
  10424. }
  10425. /* Bottom */
  10426. .ui.segments:not(.horizontal) > .segment:last-child {
  10427. top: 0px;
  10428. bottom: 0px;
  10429. margin-top: 0em;
  10430. margin-bottom: 0em;
  10431. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075), none;
  10432. border-radius: 0em 0em 4px 4px;
  10433. }
  10434. /* Nested Group */
  10435. .ui.segments > .ui.segments {
  10436. border-top: 1px solid #D8DEE2;
  10437. margin: 1rem 1rem;
  10438. }
  10439. .ui.segments > .segments:first-child {
  10440. border-top: none;
  10441. }
  10442. .ui.segments > .segment + .segments:not(.horizontal) {
  10443. margin-top: 0em;
  10444. }
  10445. /* Horizontal Group */
  10446. .ui.horizontal.segments {
  10447. display: -webkit-box;
  10448. display: -webkit-flex;
  10449. display: -ms-flexbox;
  10450. display: flex;
  10451. -webkit-box-orient: horizontal;
  10452. -webkit-box-direction: normal;
  10453. -webkit-flex-direction: row;
  10454. -ms-flex-direction: row;
  10455. flex-direction: row;
  10456. background-color: transparent;
  10457. border-radius: 0px;
  10458. padding: 0em;
  10459. background-color: #FFFFFF;
  10460. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  10461. margin: 1rem 0em;
  10462. border-radius: 4px;
  10463. border: 1px solid #D8DEE2;
  10464. }
  10465. /* Nested Horizontal Group */
  10466. .ui.segments > .horizontal.segments {
  10467. margin: 0em;
  10468. background-color: transparent;
  10469. border-radius: 0px;
  10470. border: none;
  10471. box-shadow: none;
  10472. border-top: 1px solid #D8DEE2;
  10473. }
  10474. /* Horizontal Segment */
  10475. .ui.horizontal.segments > .segment {
  10476. -webkit-box-flex: 1;
  10477. -webkit-flex: 1 1 auto;
  10478. flex: 1 1 auto;
  10479. -ms-flex: 1 1 0px;
  10480. /* Solves #2550 MS Flex */
  10481. margin: 0em;
  10482. min-width: 0px;
  10483. background-color: transparent;
  10484. border-radius: 0px;
  10485. border: none;
  10486. box-shadow: none;
  10487. border-left: 1px solid rgba(0, 0, 0, 0.13);
  10488. }
  10489. /* Border Fixes */
  10490. .ui.segments > .horizontal.segments:first-child {
  10491. border-top: none;
  10492. }
  10493. .ui.horizontal.segments > .segment:first-child {
  10494. border-left: none;
  10495. }
  10496. /*******************************
  10497. States
  10498. *******************************/
  10499. /*--------------
  10500. Disabled
  10501. ---------------*/
  10502. .ui.disabled.segment {
  10503. opacity: 0.3;
  10504. color: rgba(40, 40, 40, 0.3);
  10505. }
  10506. /*--------------
  10507. Loading
  10508. ---------------*/
  10509. .ui.loading.segment {
  10510. position: relative;
  10511. cursor: default;
  10512. point-events: none;
  10513. text-shadow: none !important;
  10514. color: transparent !important;
  10515. -webkit-transition: all 0s linear;
  10516. transition: all 0s linear;
  10517. }
  10518. .ui.loading.segment:before {
  10519. position: absolute;
  10520. content: '';
  10521. top: 0%;
  10522. left: 0%;
  10523. background: rgba(255, 255, 255, 0.8);
  10524. width: 100%;
  10525. height: 100%;
  10526. border-radius: 4px;
  10527. z-index: 100;
  10528. }
  10529. .ui.loading.segment:after {
  10530. position: absolute;
  10531. content: '';
  10532. top: 50%;
  10533. left: 50%;
  10534. margin: -1.5em 0em 0em -1.5em;
  10535. width: 3em;
  10536. height: 3em;
  10537. -webkit-animation: segment-spin 0.6s linear;
  10538. animation: segment-spin 0.6s linear;
  10539. -webkit-animation-iteration-count: infinite;
  10540. animation-iteration-count: infinite;
  10541. border-radius: 500rem;
  10542. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  10543. border-style: solid;
  10544. border-width: 0.2em;
  10545. box-shadow: 0px 0px 0px 1px transparent;
  10546. visibility: visible;
  10547. z-index: 101;
  10548. }
  10549. @-webkit-keyframes segment-spin {
  10550. from {
  10551. -webkit-transform: rotate(0deg);
  10552. transform: rotate(0deg);
  10553. }
  10554. to {
  10555. -webkit-transform: rotate(360deg);
  10556. transform: rotate(360deg);
  10557. }
  10558. }
  10559. @keyframes segment-spin {
  10560. from {
  10561. -webkit-transform: rotate(0deg);
  10562. transform: rotate(0deg);
  10563. }
  10564. to {
  10565. -webkit-transform: rotate(360deg);
  10566. transform: rotate(360deg);
  10567. }
  10568. }
  10569. /*******************************
  10570. Variations
  10571. *******************************/
  10572. /*-------------------
  10573. Basic
  10574. --------------------*/
  10575. .ui.basic.segment {
  10576. background: none transparent;
  10577. box-shadow: none;
  10578. border: none;
  10579. border-radius: 0px;
  10580. }
  10581. /*-------------------
  10582. Clearing
  10583. --------------------*/
  10584. .ui.clearing.segment:after {
  10585. content: ".";
  10586. display: block;
  10587. height: 0;
  10588. clear: both;
  10589. visibility: hidden;
  10590. }
  10591. /*-------------------
  10592. Colors
  10593. --------------------*/
  10594. /* Red */
  10595. .ui.red.segment:not(.inverted) {
  10596. border-top: 0.5em solid #DB2828;
  10597. }
  10598. .ui.inverted.red.segment {
  10599. background-color: #DB2828 !important;
  10600. color: #FFFFFF !important;
  10601. }
  10602. /* Orange */
  10603. .ui.orange.segment:not(.inverted) {
  10604. border-top: 0.5em solid #D26911;
  10605. }
  10606. .ui.inverted.orange.segment {
  10607. background-color: #D26911 !important;
  10608. color: #FFFFFF !important;
  10609. }
  10610. /* Yellow */
  10611. .ui.yellow.segment:not(.inverted) {
  10612. border-top: 0.5em solid #FBBD08;
  10613. }
  10614. .ui.inverted.yellow.segment {
  10615. background-color: #FBBD08 !important;
  10616. color: #FFFFFF !important;
  10617. }
  10618. /* Olive */
  10619. .ui.olive.segment:not(.inverted) {
  10620. border-top: 0.5em solid #B5CC18;
  10621. }
  10622. .ui.inverted.olive.segment {
  10623. background-color: #B5CC18 !important;
  10624. color: #FFFFFF !important;
  10625. }
  10626. /* Green */
  10627. .ui.green.segment:not(.inverted) {
  10628. border-top: 0.5em solid #78CB5B;
  10629. }
  10630. .ui.inverted.green.segment {
  10631. background-color: #78CB5B !important;
  10632. color: #FFFFFF !important;
  10633. }
  10634. /* Teal */
  10635. .ui.teal.segment:not(.inverted) {
  10636. border-top: 0.5em solid #00B5AD;
  10637. }
  10638. .ui.inverted.teal.segment {
  10639. background-color: #00B5AD !important;
  10640. color: #FFFFFF !important;
  10641. }
  10642. /* Blue */
  10643. .ui.blue.segment:not(.inverted) {
  10644. border-top: 0.5em solid #80A6CD;
  10645. }
  10646. .ui.inverted.blue.segment {
  10647. background-color: #80A6CD !important;
  10648. color: #FFFFFF !important;
  10649. }
  10650. /* Violet */
  10651. .ui.violet.segment:not(.inverted) {
  10652. border-top: 0.5em solid #6435C9;
  10653. }
  10654. .ui.inverted.violet.segment {
  10655. background-color: #6435C9 !important;
  10656. color: #FFFFFF !important;
  10657. }
  10658. /* Purple */
  10659. .ui.purple.segment:not(.inverted) {
  10660. border-top: 0.5em solid #A333C8;
  10661. }
  10662. .ui.inverted.purple.segment {
  10663. background-color: #A333C8 !important;
  10664. color: #FFFFFF !important;
  10665. }
  10666. /* Pink */
  10667. .ui.pink.segment:not(.inverted) {
  10668. border-top: 0.5em solid #E03997;
  10669. }
  10670. .ui.inverted.pink.segment {
  10671. background-color: #E03997 !important;
  10672. color: #FFFFFF !important;
  10673. }
  10674. /* Brown */
  10675. .ui.brown.segment:not(.inverted) {
  10676. border-top: 0.5em solid #A5673F;
  10677. }
  10678. .ui.inverted.brown.segment {
  10679. background-color: #A5673F !important;
  10680. color: #FFFFFF !important;
  10681. }
  10682. /* Grey */
  10683. .ui.grey.segment:not(.inverted) {
  10684. border-top: 0.5em solid #767676;
  10685. }
  10686. .ui.inverted.grey.segment {
  10687. background-color: #767676 !important;
  10688. color: #FFFFFF !important;
  10689. }
  10690. /* Black */
  10691. .ui.black.segment:not(.inverted) {
  10692. border-top: 0.5em solid #333333;
  10693. }
  10694. .ui.inverted.black.segment {
  10695. background-color: #333333 !important;
  10696. color: #FFFFFF !important;
  10697. }
  10698. /*-------------------
  10699. Aligned
  10700. --------------------*/
  10701. .ui[class*="left aligned"].segment {
  10702. text-align: left;
  10703. }
  10704. .ui[class*="right aligned"].segment {
  10705. text-align: right;
  10706. }
  10707. .ui[class*="center aligned"].segment {
  10708. text-align: center;
  10709. }
  10710. /*-------------------
  10711. Floated
  10712. --------------------*/
  10713. .ui.floated.segment,
  10714. .ui[class*="left floated"].segment {
  10715. float: left;
  10716. margin-right: 1em;
  10717. }
  10718. .ui[class*="right floated"].segment {
  10719. float: right;
  10720. margin-left: 1em;
  10721. }
  10722. /*-------------------
  10723. Inverted
  10724. --------------------*/
  10725. .ui.inverted.segment {
  10726. border: none;
  10727. box-shadow: none;
  10728. }
  10729. .ui.inverted.segment,
  10730. .ui.primary.inverted.segment {
  10731. background: #333333;
  10732. color: rgba(255, 255, 255, 0.9);
  10733. }
  10734. /* Nested */
  10735. .ui.inverted.segment .segment {
  10736. color: rgba(0, 0, 0, 0.87);
  10737. }
  10738. .ui.inverted.segment .inverted.segment {
  10739. color: rgba(255, 255, 255, 0.9);
  10740. }
  10741. /* Attached */
  10742. .ui.inverted.attached.segment {
  10743. border-color: #555555;
  10744. }
  10745. /*-------------------
  10746. Emphasis
  10747. --------------------*/
  10748. /* Secondary */
  10749. .ui.secondary.segment {
  10750. background: #F9F9F9;
  10751. color: rgba(0, 0, 0, 0.87);
  10752. }
  10753. .ui.secondary.inverted.segment {
  10754. background: #555555;
  10755. color: rgba(0, 0, 0, 0.87);
  10756. }
  10757. /* Tertiary */
  10758. .ui.tertiary.segment {
  10759. background: #F0F0F0;
  10760. color: rgba(0, 0, 0, 0.87);
  10761. }
  10762. .ui.tertiary.inverted.segment {
  10763. background: #333333;
  10764. color: rgba(0, 0, 0, 0.87);
  10765. }
  10766. /*-------------------
  10767. Attached
  10768. --------------------*/
  10769. /* Middle */
  10770. .ui.attached.segment {
  10771. top: 0px;
  10772. bottom: 0px;
  10773. border-radius: 0px;
  10774. margin: 0em -1px;
  10775. width: calc(100% + 2px );
  10776. max-width: calc(100% + 2px );
  10777. box-shadow: none;
  10778. border: 1px solid #DDDDDD;
  10779. }
  10780. .ui.attached + .ui.attached.segment:not(.top) {
  10781. border-top: none;
  10782. }
  10783. /* Top */
  10784. .ui[class*="top attached"].segment {
  10785. bottom: 0px;
  10786. margin-bottom: 0em;
  10787. top: 0px;
  10788. margin-top: 1rem;
  10789. border-radius: 4px 4px 0em 0em;
  10790. }
  10791. .ui.segment[class*="top attached"]:first-child {
  10792. margin-top: 0em;
  10793. }
  10794. /* Bottom */
  10795. .ui.segment[class*="bottom attached"] {
  10796. bottom: 0px;
  10797. margin-top: 0em;
  10798. top: 0px;
  10799. margin-bottom: 1rem;
  10800. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075), none;
  10801. border-radius: 0em 0em 4px 4px;
  10802. }
  10803. .ui.segment[class*="bottom attached"]:last-child {
  10804. margin-bottom: 0em;
  10805. }
  10806. /*******************************
  10807. Overrides
  10808. *******************************/
  10809. /*******************************
  10810. Site Overrides
  10811. *******************************/
  10812. /*!
  10813. * # Semantic UI 2.1.6 - Step
  10814. * http://github.com/semantic-org/semantic-ui/
  10815. *
  10816. *
  10817. * Copyright 2015 Contributors
  10818. * Released under the MIT license
  10819. * http://opensource.org/licenses/MIT
  10820. *
  10821. */
  10822. /*******************************
  10823. Plural
  10824. *******************************/
  10825. .ui.steps {
  10826. display: -webkit-inline-box;
  10827. display: -webkit-inline-flex;
  10828. display: -ms-inline-flexbox;
  10829. display: inline-flex;
  10830. -webkit-box-orient: horizontal;
  10831. -webkit-box-direction: normal;
  10832. -webkit-flex-direction: row;
  10833. -ms-flex-direction: row;
  10834. flex-direction: row;
  10835. -webkit-box-align: stretch;
  10836. -webkit-align-items: stretch;
  10837. -ms-flex-align: stretch;
  10838. align-items: stretch;
  10839. margin: 1em 0em;
  10840. background: #FFFFFF;
  10841. box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  10842. line-height: 1.15384615em;
  10843. border-radius: 0.2307em;
  10844. border: 1px solid rgba(0, 0, 0, 0.13);
  10845. }
  10846. /* First Steps */
  10847. .ui.steps:first-child {
  10848. margin-top: 0em;
  10849. }
  10850. /* Last Steps */
  10851. .ui.steps:last-child {
  10852. margin-bottom: 0em;
  10853. }
  10854. /*******************************
  10855. Singular
  10856. *******************************/
  10857. .ui.steps .step {
  10858. position: relative;
  10859. display: -webkit-box;
  10860. display: -webkit-flex;
  10861. display: -ms-flexbox;
  10862. display: flex;
  10863. -webkit-box-flex: 1;
  10864. -webkit-flex: 1 0 auto;
  10865. -ms-flex: 1 0 auto;
  10866. flex: 1 0 auto;
  10867. -webkit-flex-wrap: wrap;
  10868. -ms-flex-wrap: wrap;
  10869. flex-wrap: wrap;
  10870. -webkit-box-orient: horizontal;
  10871. -webkit-box-direction: normal;
  10872. -webkit-flex-direction: row;
  10873. -ms-flex-direction: row;
  10874. flex-direction: row;
  10875. vertical-align: middle;
  10876. -webkit-box-align: center;
  10877. -webkit-align-items: center;
  10878. -ms-flex-align: center;
  10879. align-items: center;
  10880. -webkit-box-pack: center;
  10881. -webkit-justify-content: center;
  10882. -ms-flex-pack: center;
  10883. justify-content: center;
  10884. margin: 0em 0em;
  10885. padding: 1em 2em;
  10886. background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  10887. background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  10888. color: rgba(0, 0, 0, 0.87);
  10889. box-shadow: none;
  10890. border-radius: 0em;
  10891. border: none;
  10892. border-right: 1px solid rgba(0, 0, 0, 0.13);
  10893. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  10894. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  10895. }
  10896. /* Arrow */
  10897. .ui.steps .step:after {
  10898. display: none;
  10899. position: absolute;
  10900. z-index: 2;
  10901. content: '';
  10902. top: 100%;
  10903. right: 50%;
  10904. border: medium none;
  10905. background-color: #FFFFFF;
  10906. width: 1.15384615em;
  10907. height: 1.15384615em;
  10908. border-style: solid;
  10909. border-color: rgba(0, 0, 0, 0.13);
  10910. border-width: 0px 0px 1px 1px;
  10911. -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  10912. transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  10913. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  10914. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  10915. }
  10916. /* First Step */
  10917. .ui.steps .step:first-child {
  10918. padding-left: 2em;
  10919. border-radius: 0.2307em 0em 0em 0.2307em;
  10920. }
  10921. /* Last Step */
  10922. .ui.steps .step:last-child {
  10923. border-radius: 0em 0.2307em 0.2307em 0em;
  10924. }
  10925. .ui.steps .step:last-child {
  10926. border-right: none;
  10927. margin-right: 0em;
  10928. }
  10929. /* Only Step */
  10930. .ui.steps .step:only-child {
  10931. border-radius: 0.2307em;
  10932. }
  10933. /*******************************
  10934. Content
  10935. *******************************/
  10936. /* Title */
  10937. .ui.steps .step .title {
  10938. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  10939. font-size: 1.15384615em;
  10940. font-weight: bold;
  10941. }
  10942. .ui.steps .step > .title {
  10943. width: 100%;
  10944. }
  10945. /* Description */
  10946. .ui.steps .step .description {
  10947. font-weight: normal;
  10948. font-size: 0.92307692em;
  10949. color: rgba(0, 0, 0, 0.87);
  10950. }
  10951. .ui.steps .step > .description {
  10952. width: 100%;
  10953. }
  10954. .ui.steps .step .title ~ .description {
  10955. margin-top: 0.25em;
  10956. }
  10957. /* Icon */
  10958. .ui.steps .step > .icon {
  10959. line-height: 1;
  10960. font-size: 2.5em;
  10961. margin: 0em 1rem 0em 0em;
  10962. }
  10963. .ui.steps .step > .icon,
  10964. .ui.steps .step > .icon ~ .content {
  10965. display: block;
  10966. -webkit-box-flex: 0;
  10967. -webkit-flex: 0 1 auto;
  10968. -ms-flex: 0 1 auto;
  10969. flex: 0 1 auto;
  10970. -webkit-align-self: middle;
  10971. -ms-flex-item-align: middle;
  10972. align-self: middle;
  10973. }
  10974. .ui.steps .step > .icon ~ .content {
  10975. -webkit-box-flex: 1 0 auto;
  10976. -webkit-flex-grow: 1 0 auto;
  10977. -ms-flex-positive: 1 0 auto;
  10978. flex-grow: 1 0 auto;
  10979. }
  10980. /* Horizontal Icon */
  10981. .ui.steps:not(.vertical) .step > .icon {
  10982. width: auto;
  10983. }
  10984. /* Link */
  10985. .ui.steps .link.step,
  10986. .ui.steps a.step {
  10987. cursor: pointer;
  10988. }
  10989. /*******************************
  10990. Types
  10991. *******************************/
  10992. /*--------------
  10993. Ordered
  10994. ---------------*/
  10995. .ui.ordered.steps {
  10996. counter-reset: ordered;
  10997. }
  10998. .ui.ordered.steps .step:before {
  10999. display: block;
  11000. position: static;
  11001. text-align: center;
  11002. content: counters(ordered, ".");
  11003. -webkit-align-self: middle;
  11004. -ms-flex-item-align: middle;
  11005. align-self: middle;
  11006. margin-right: 1rem;
  11007. font-size: 2.5em;
  11008. counter-increment: ordered;
  11009. font-family: inherit;
  11010. font-weight: bold;
  11011. }
  11012. .ui.ordered.steps .step > * {
  11013. display: block;
  11014. -webkit-align-self: middle;
  11015. -ms-flex-item-align: middle;
  11016. align-self: middle;
  11017. }
  11018. /*--------------
  11019. Vertical
  11020. ---------------*/
  11021. .ui.vertical.steps {
  11022. display: -webkit-inline-box;
  11023. display: -webkit-inline-flex;
  11024. display: -ms-inline-flexbox;
  11025. display: inline-flex;
  11026. -webkit-box-orient: vertical;
  11027. -webkit-box-direction: normal;
  11028. -webkit-flex-direction: column;
  11029. -ms-flex-direction: column;
  11030. flex-direction: column;
  11031. overflow: visible;
  11032. }
  11033. .ui.vertical.steps .step {
  11034. -webkit-box-pack: start;
  11035. -webkit-justify-content: flex-start;
  11036. -ms-flex-pack: start;
  11037. justify-content: flex-start;
  11038. border-radius: 0em;
  11039. padding: 1em 2em;
  11040. border-right: none;
  11041. border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  11042. }
  11043. .ui.vertical.steps .step:first-child {
  11044. padding: 1em 2em;
  11045. border-radius: 0.2307em 0.2307em 0em 0em;
  11046. }
  11047. .ui.vertical.steps .step:last-child {
  11048. border-bottom: none;
  11049. border-radius: 0em 0em 0.2307em 0.2307em;
  11050. }
  11051. .ui.vertical.steps .step:only-child {
  11052. border-radius: 0.2307em;
  11053. }
  11054. /* Arrow */
  11055. .ui.vertical.steps .step:after {
  11056. display: none;
  11057. }
  11058. .ui.vertical.steps .step:after {
  11059. top: 50%;
  11060. right: 0%;
  11061. border-width: 0px 1px 1px 0px;
  11062. }
  11063. .ui.vertical.steps .step:after {
  11064. display: none;
  11065. }
  11066. .ui.vertical.steps .active.step:after {
  11067. display: block;
  11068. }
  11069. .ui.vertical.steps .step:last-child:after {
  11070. display: none;
  11071. }
  11072. .ui.vertical.steps .active.step:last-child:after {
  11073. display: block;
  11074. }
  11075. /*---------------
  11076. Responsive
  11077. ----------------*/
  11078. /* Mobile (Default) */
  11079. @media only screen and (max-width: 687px) {
  11080. .ui.steps {
  11081. display: -webkit-inline-box;
  11082. display: -webkit-inline-flex;
  11083. display: -ms-inline-flexbox;
  11084. display: inline-flex;
  11085. overflow: visible;
  11086. -webkit-box-orient: vertical;
  11087. -webkit-box-direction: normal;
  11088. -webkit-flex-direction: column;
  11089. -ms-flex-direction: column;
  11090. flex-direction: column;
  11091. }
  11092. .ui.steps .step {
  11093. width: 100% !important;
  11094. -webkit-box-orient: vertical;
  11095. -webkit-box-direction: normal;
  11096. -webkit-flex-direction: column;
  11097. -ms-flex-direction: column;
  11098. flex-direction: column;
  11099. border-radius: 0em;
  11100. padding: 1em 2em;
  11101. }
  11102. .ui.steps .step:first-child {
  11103. padding: 1em 2em;
  11104. border-radius: 0.2307em 0.2307em 0em 0em;
  11105. }
  11106. .ui.steps .step:last-child {
  11107. border-radius: 0em 0em 0.2307em 0.2307em;
  11108. }
  11109. /* Arrow */
  11110. .ui.steps .step:after {
  11111. display: none !important;
  11112. }
  11113. /* Content */
  11114. .ui.steps .step .content {
  11115. text-align: center;
  11116. }
  11117. /* Icon */
  11118. .ui.steps .step > .icon,
  11119. .ui.ordered.steps .step:before {
  11120. margin: 0em 0em 1rem 0em;
  11121. }
  11122. }
  11123. /*******************************
  11124. States
  11125. *******************************/
  11126. /* Link Hover */
  11127. .ui.steps .link.step:hover::after,
  11128. .ui.steps .link.step:hover,
  11129. .ui.steps a.step:hover::after,
  11130. .ui.steps a.step:hover {
  11131. background: #F9FAFB;
  11132. color: rgba(0, 0, 0, 0.8);
  11133. }
  11134. /* Link Down */
  11135. .ui.steps .link.step:active::after,
  11136. .ui.steps .link.step:active,
  11137. .ui.steps a.step:active::after,
  11138. .ui.steps a.step:active {
  11139. background: #F3F4F5;
  11140. color: rgba(0, 0, 0, 0.9);
  11141. }
  11142. /* Active */
  11143. .ui.steps .step.active {
  11144. cursor: auto;
  11145. background: #FFFFFF;
  11146. }
  11147. .ui.steps .step.active:after {
  11148. background: #FFFFFF;
  11149. }
  11150. .ui.steps .step.active .title {
  11151. color: #4078C0;
  11152. }
  11153. .ui.ordered.steps .step.active:before,
  11154. .ui.steps .active.step .icon {
  11155. color: rgba(0, 0, 0, 0.85);
  11156. }
  11157. /* Active Arrow */
  11158. .ui.steps .step:after {
  11159. display: none;
  11160. }
  11161. .ui.steps .active.step:after {
  11162. display: block;
  11163. }
  11164. .ui.steps .step:last-child:after {
  11165. display: none;
  11166. }
  11167. .ui.steps .active.step:last-child:after {
  11168. display: block;
  11169. }
  11170. /* Active Hover */
  11171. .ui.steps .link.active.step:hover::after,
  11172. .ui.steps .link.active.step:hover,
  11173. .ui.steps a.active.step:hover::after,
  11174. .ui.steps a.active.step:hover {
  11175. cursor: pointer;
  11176. background: #DCDDDE;
  11177. color: rgba(0, 0, 0, 0.87);
  11178. }
  11179. /* Completed */
  11180. .ui.steps .step.completed > .icon:before,
  11181. .ui.ordered.steps .step.completed:before {
  11182. color: #78CB5B;
  11183. }
  11184. /* Disabled */
  11185. .ui.steps .disabled.step {
  11186. cursor: auto;
  11187. background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  11188. background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  11189. pointer-events: none;
  11190. }
  11191. .ui.steps .disabled.step,
  11192. .ui.steps .disabled.step .title,
  11193. .ui.steps .disabled.step .description {
  11194. color: rgba(40, 40, 40, 0.3);
  11195. }
  11196. .ui.steps .disabled.step:after {
  11197. background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  11198. background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  11199. }
  11200. /*******************************
  11201. Variations
  11202. *******************************/
  11203. /*--------------
  11204. Stackable
  11205. ---------------*/
  11206. /* Tablet Or Below */
  11207. @media only screen and (max-width: 687px) {
  11208. .ui[class*="tablet stackable"].steps {
  11209. display: -webkit-inline-box;
  11210. display: -webkit-inline-flex;
  11211. display: -ms-inline-flexbox;
  11212. display: inline-flex;
  11213. overflow: visible;
  11214. -webkit-box-orient: vertical;
  11215. -webkit-box-direction: normal;
  11216. -webkit-flex-direction: column;
  11217. -ms-flex-direction: column;
  11218. flex-direction: column;
  11219. }
  11220. /* Steps */
  11221. .ui[class*="tablet stackable"].steps .step {
  11222. -webkit-box-orient: vertical;
  11223. -webkit-box-direction: normal;
  11224. -webkit-flex-direction: column;
  11225. -ms-flex-direction: column;
  11226. flex-direction: column;
  11227. border-radius: 0em;
  11228. padding: 1em 2em;
  11229. }
  11230. .ui[class*="tablet stackable"].steps .step:first-child {
  11231. padding: 1em 2em;
  11232. border-radius: 0.2307em 0.2307em 0em 0em;
  11233. }
  11234. .ui[class*="tablet stackable"].steps .step:last-child {
  11235. border-radius: 0em 0em 0.2307em 0.2307em;
  11236. }
  11237. /* Arrow */
  11238. .ui[class*="tablet stackable"].steps .step:after {
  11239. display: none !important;
  11240. }
  11241. /* Content */
  11242. .ui[class*="tablet stackable"].steps .step .content {
  11243. text-align: center;
  11244. }
  11245. /* Icon */
  11246. .ui[class*="tablet stackable"].steps .step > .icon,
  11247. .ui[class*="tablet stackable"].ordered.steps .step:before {
  11248. margin: 0em 0em 1rem 0em;
  11249. }
  11250. }
  11251. /*--------------
  11252. Fluid
  11253. ---------------*/
  11254. /* Fluid */
  11255. .ui.fluid.steps {
  11256. display: -webkit-box;
  11257. display: -webkit-flex;
  11258. display: -ms-flexbox;
  11259. display: flex;
  11260. width: 100%;
  11261. }
  11262. /*--------------
  11263. Attached
  11264. ---------------*/
  11265. /* Top */
  11266. .ui.attached.steps {
  11267. width: calc(100% + 2px ) !important;
  11268. margin: 0em -1px -1px;
  11269. max-width: calc(100% + 2px );
  11270. border-radius: 0.2307em 0.2307em 0em 0em;
  11271. }
  11272. .ui.attached.steps .step:first-child {
  11273. border-radius: 0.2307em 0em 0em 0em;
  11274. }
  11275. .ui.attached.steps .step:last-child {
  11276. border-radius: 0em 0.2307em 0em 0em;
  11277. }
  11278. /* Bottom */
  11279. .ui.bottom.attached.steps {
  11280. margin: -1px -1px 0em;
  11281. border-radius: 0em 0em 0.2307em 0.2307em;
  11282. }
  11283. .ui.bottom.attached.steps .step:first-child {
  11284. border-radius: 0em 0em 0em 0.2307em;
  11285. }
  11286. .ui.bottom.attached.steps .step:last-child {
  11287. border-radius: 0em 0em 0.2307em 0em;
  11288. }
  11289. /*-------------------
  11290. Evenly Divided
  11291. --------------------*/
  11292. .ui.one.steps,
  11293. .ui.two.steps,
  11294. .ui.three.steps,
  11295. .ui.four.steps,
  11296. .ui.five.steps,
  11297. .ui.six.steps,
  11298. .ui.seven.steps,
  11299. .ui.eight.steps {
  11300. width: 100%;
  11301. }
  11302. .ui.one.steps > .step,
  11303. .ui.two.steps > .step,
  11304. .ui.three.steps > .step,
  11305. .ui.four.steps > .step,
  11306. .ui.five.steps > .step,
  11307. .ui.six.steps > .step,
  11308. .ui.seven.steps > .step,
  11309. .ui.eight.steps > .step {
  11310. -webkit-flex-wrap: nowrap;
  11311. -ms-flex-wrap: nowrap;
  11312. flex-wrap: nowrap;
  11313. }
  11314. .ui.one.steps > .step {
  11315. width: 100%;
  11316. }
  11317. .ui.two.steps > .step {
  11318. width: 50%;
  11319. }
  11320. .ui.three.steps > .step {
  11321. width: 33.333%;
  11322. }
  11323. .ui.four.steps > .step {
  11324. width: 25%;
  11325. }
  11326. .ui.five.steps > .step {
  11327. width: 20%;
  11328. }
  11329. .ui.six.steps > .step {
  11330. width: 16.666%;
  11331. }
  11332. .ui.seven.steps > .step {
  11333. width: 14.285%;
  11334. }
  11335. .ui.eight.steps > .step {
  11336. width: 12.500%;
  11337. }
  11338. /*-------------------
  11339. Sizes
  11340. --------------------*/
  11341. .ui.small.step,
  11342. .ui.small.steps .step {
  11343. font-size: 0.92307692rem;
  11344. }
  11345. .ui.step,
  11346. .ui.steps .step {
  11347. font-size: 1rem;
  11348. }
  11349. .ui.large.step,
  11350. .ui.large.steps .step {
  11351. font-size: 1.15384615rem;
  11352. }
  11353. /*******************************
  11354. Overrides
  11355. *******************************/
  11356. .ui.steps .step:after {
  11357. display: none;
  11358. }
  11359. .ui.steps .completed.step:before {
  11360. opacity: 0.5;
  11361. }
  11362. .ui.steps .step.active:after {
  11363. display: block;
  11364. border: none;
  11365. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  11366. border-left: 1px solid rgba(0, 0, 0, 0.2);
  11367. }
  11368. .ui.vertical.steps .step.active:after {
  11369. display: block;
  11370. border: none;
  11371. top: 50%;
  11372. right: 0%;
  11373. border-left: none;
  11374. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  11375. border-right: 1px solid rgba(0, 0, 0, 0.2);
  11376. }
  11377. /*******************************
  11378. Site Overrides
  11379. *******************************/
  11380. /*!
  11381. * # Semantic UI 2.1.6 - Breadcrumb
  11382. * http://github.com/semantic-org/semantic-ui/
  11383. *
  11384. *
  11385. * Copyright 2015 Contributors
  11386. * Released under the MIT license
  11387. * http://opensource.org/licenses/MIT
  11388. *
  11389. */
  11390. /*******************************
  11391. Breadcrumb
  11392. *******************************/
  11393. .ui.breadcrumb {
  11394. line-height: 1;
  11395. display: inline-block;
  11396. margin: 0em 0em;
  11397. vertical-align: middle;
  11398. }
  11399. .ui.breadcrumb:first-child {
  11400. margin-top: 0em;
  11401. }
  11402. .ui.breadcrumb:last-child {
  11403. margin-bottom: 0em;
  11404. }
  11405. /*******************************
  11406. Content
  11407. *******************************/
  11408. /* Divider */
  11409. .ui.breadcrumb .divider {
  11410. display: inline-block;
  11411. opacity: 1;
  11412. margin: 0em 0 0em;
  11413. font-size: 1.30769231rem;
  11414. color: inherit;
  11415. vertical-align: baseline;
  11416. }
  11417. /* Link */
  11418. .ui.breadcrumb a {
  11419. color: #4078C0;
  11420. }
  11421. .ui.breadcrumb a:hover {
  11422. color: #4078C0;
  11423. }
  11424. /* Icon Divider */
  11425. .ui.breadcrumb .icon.divider {
  11426. font-size: 0.84615385em;
  11427. vertical-align: baseline;
  11428. }
  11429. /* Section */
  11430. .ui.breadcrumb a.section {
  11431. cursor: pointer;
  11432. }
  11433. .ui.breadcrumb .section {
  11434. display: inline-block;
  11435. margin: 0em;
  11436. padding: 0em;
  11437. }
  11438. /* Loose Coupling */
  11439. .ui.breadcrumb.segment {
  11440. display: inline-block;
  11441. padding: 0.69230769em 1em;
  11442. }
  11443. /*******************************
  11444. States
  11445. *******************************/
  11446. .ui.breadcrumb .active.section {
  11447. font-weight: bold;
  11448. }
  11449. /*******************************
  11450. Variations
  11451. *******************************/
  11452. .ui.mini.breadcrumb {
  11453. font-size: 0.69230769rem;
  11454. }
  11455. .ui.tiny.breadcrumb {
  11456. font-size: 0.84615385rem;
  11457. }
  11458. .ui.small.breadcrumb {
  11459. font-size: 0.92307692rem;
  11460. }
  11461. .ui.breadcrumb {
  11462. font-size: 1rem;
  11463. }
  11464. .ui.large.breadcrumb {
  11465. font-size: 1.15384615rem;
  11466. }
  11467. .ui.big.breadcrumb {
  11468. font-size: 1.30769231rem;
  11469. }
  11470. .ui.huge.breadcrumb {
  11471. font-size: 1.5384em;
  11472. }
  11473. .ui.massive.breadcrumb {
  11474. font-size: 1.69230769rem;
  11475. }
  11476. /*******************************
  11477. Site Overrides
  11478. *******************************/
  11479. /*!
  11480. * # Semantic UI 2.1.6 - Form
  11481. * http://github.com/semantic-org/semantic-ui/
  11482. *
  11483. *
  11484. * Copyright 2015 Contributors
  11485. * Released under the MIT license
  11486. * http://opensource.org/licenses/MIT
  11487. *
  11488. */
  11489. /*******************************
  11490. Elements
  11491. *******************************/
  11492. /*--------------------
  11493. Form
  11494. ---------------------*/
  11495. .ui.form {
  11496. position: relative;
  11497. max-width: 100%;
  11498. }
  11499. /*--------------------
  11500. Content
  11501. ---------------------*/
  11502. .ui.form > p {
  11503. margin: 1em 0em;
  11504. }
  11505. /*--------------------
  11506. Field
  11507. ---------------------*/
  11508. .ui.form .field {
  11509. clear: both;
  11510. margin: 0em 0em 1em;
  11511. }
  11512. .ui.form .field:last-child,
  11513. .ui.form .fields:last-child .field {
  11514. margin-bottom: 0em;
  11515. }
  11516. .ui.form .fields .field {
  11517. clear: both;
  11518. margin: 0em 0em 1em;
  11519. }
  11520. /*--------------------
  11521. Labels
  11522. ---------------------*/
  11523. .ui.form .field > label {
  11524. display: block;
  11525. margin: 0em 0em 6px 0em;
  11526. color: rgba(0, 0, 0, 0.87);
  11527. font-size: 0.92307692em;
  11528. font-weight: bold;
  11529. text-transform: none;
  11530. }
  11531. /*--------------------
  11532. Standard Inputs
  11533. ---------------------*/
  11534. .ui.form textarea,
  11535. .ui.form input:not([type]),
  11536. .ui.form input[type="date"],
  11537. .ui.form input[type="datetime-local"],
  11538. .ui.form input[type="email"],
  11539. .ui.form input[type="number"],
  11540. .ui.form input[type="password"],
  11541. .ui.form input[type="search"],
  11542. .ui.form input[type="tel"],
  11543. .ui.form input[type="time"],
  11544. .ui.form input[type="text"],
  11545. .ui.form input[type="url"] {
  11546. width: 100%;
  11547. vertical-align: top;
  11548. }
  11549. /* Set max height on unusual input */
  11550. .ui.form ::-webkit-datetime-edit,
  11551. .ui.form ::-webkit-inner-spin-button {
  11552. height: 1.2142em;
  11553. }
  11554. .ui.form input:not([type]),
  11555. .ui.form input[type="date"],
  11556. .ui.form input[type="datetime-local"],
  11557. .ui.form input[type="email"],
  11558. .ui.form input[type="number"],
  11559. .ui.form input[type="password"],
  11560. .ui.form input[type="search"],
  11561. .ui.form input[type="tel"],
  11562. .ui.form input[type="time"],
  11563. .ui.form input[type="text"],
  11564. .ui.form input[type="url"] {
  11565. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  11566. margin: 0em;
  11567. outline: none;
  11568. -webkit-appearance: none;
  11569. tap-highlight-color: rgba(255, 255, 255, 0);
  11570. line-height: 1.2142em;
  11571. padding: 0.73905385em 1.07692308em;
  11572. font-size: 1em;
  11573. background: #FAFAFA;
  11574. border: 1px solid #CCCCCC;
  11575. color: rgba(0, 0, 0, 0.87);
  11576. border-radius: 3px;
  11577. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  11578. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  11579. transition: color 0.1s ease, border-color 0.1s ease;
  11580. }
  11581. /* Text Area */
  11582. .ui.form textarea {
  11583. margin: 0em;
  11584. -webkit-appearance: none;
  11585. tap-highlight-color: rgba(255, 255, 255, 0);
  11586. padding: 0.84615385em 1.07692308em;
  11587. background: #FAFAFA;
  11588. border: 1px solid #CCCCCC;
  11589. outline: none;
  11590. color: rgba(0, 0, 0, 0.87);
  11591. border-radius: 3px;
  11592. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  11593. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  11594. transition: color 0.1s ease, border-color 0.1s ease;
  11595. font-size: 1em;
  11596. line-height: 1.2857;
  11597. resize: vertical;
  11598. }
  11599. .ui.form textarea:not([rows]) {
  11600. height: 12em;
  11601. min-height: 8em;
  11602. max-height: 24em;
  11603. }
  11604. .ui.form textarea,
  11605. .ui.form input[type="checkbox"] {
  11606. vertical-align: top;
  11607. }
  11608. /*--------------------------
  11609. Input w/ attached Button
  11610. ---------------------------*/
  11611. .ui.form input.attached {
  11612. width: auto;
  11613. }
  11614. /*--------------------
  11615. Basic Select
  11616. ---------------------*/
  11617. .ui.form select {
  11618. display: block;
  11619. height: auto;
  11620. width: 100%;
  11621. background: #FFFFFF;
  11622. border: 1px solid #CCCCCC;
  11623. border-radius: 3px;
  11624. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  11625. padding: 0.62em 1.07692308em;
  11626. color: rgba(0, 0, 0, 0.87);
  11627. -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  11628. transition: color 0.1s ease, border-color 0.1s ease;
  11629. }
  11630. /*--------------------
  11631. Dropdown
  11632. ---------------------*/
  11633. /* Block */
  11634. .ui.form .field > .selection.dropdown {
  11635. width: 100%;
  11636. }
  11637. .ui.form .field > .selection.dropdown > .dropdown.icon {
  11638. float: right;
  11639. }
  11640. /* Inline */
  11641. .ui.form .inline.fields .field > .selection.dropdown,
  11642. .ui.form .inline.field > .selection.dropdown {
  11643. width: auto;
  11644. }
  11645. .ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
  11646. .ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  11647. float: none;
  11648. }
  11649. /*--------------------
  11650. UI Input
  11651. ---------------------*/
  11652. /* Block */
  11653. .ui.form .field .ui.input,
  11654. .ui.form .fields .field .ui.input,
  11655. .ui.form .wide.field .ui.input {
  11656. width: 100%;
  11657. }
  11658. /* Inline */
  11659. .ui.form .inline.fields .field:not(.wide) .ui.input,
  11660. .ui.form .inline.field:not(.wide) .ui.input {
  11661. width: auto;
  11662. vertical-align: middle;
  11663. }
  11664. /* Auto Input */
  11665. .ui.form .fields .field .ui.input input,
  11666. .ui.form .field .ui.input input {
  11667. width: auto;
  11668. }
  11669. /* Full Width Input */
  11670. .ui.form .ten.fields .ui.input input,
  11671. .ui.form .nine.fields .ui.input input,
  11672. .ui.form .eight.fields .ui.input input,
  11673. .ui.form .seven.fields .ui.input input,
  11674. .ui.form .six.fields .ui.input input,
  11675. .ui.form .five.fields .ui.input input,
  11676. .ui.form .four.fields .ui.input input,
  11677. .ui.form .three.fields .ui.input input,
  11678. .ui.form .two.fields .ui.input input,
  11679. .ui.form .wide.field .ui.input input {
  11680. -webkit-box-flex: 1;
  11681. -webkit-flex: 1 0 auto;
  11682. -ms-flex: 1 0 auto;
  11683. flex: 1 0 auto;
  11684. width: 0px;
  11685. }
  11686. /*--------------------
  11687. Types of Messages
  11688. ---------------------*/
  11689. .ui.form .success.message,
  11690. .ui.form .warning.message,
  11691. .ui.form .error.message {
  11692. display: none;
  11693. }
  11694. /* Assumptions */
  11695. .ui.form .message:first-child {
  11696. margin-top: 0px;
  11697. }
  11698. /*--------------------
  11699. Validation Prompt
  11700. ---------------------*/
  11701. .ui.form .field .prompt.label {
  11702. white-space: normal;
  11703. background: #FFFFFF !important;
  11704. border: 1px solid #E0B4B4 !important;
  11705. color: #9F3A38 !important;
  11706. }
  11707. .ui.form .inline.fields .field .prompt,
  11708. .ui.form .inline.field .prompt {
  11709. vertical-align: top;
  11710. margin: -0.25em 0em -0.5em 0.5em;
  11711. }
  11712. .ui.form .inline.fields .field .prompt:before,
  11713. .ui.form .inline.field .prompt:before {
  11714. border-width: 0px 0px 1px 1px;
  11715. bottom: auto;
  11716. right: auto;
  11717. top: 50%;
  11718. left: 0em;
  11719. }
  11720. /*******************************
  11721. States
  11722. *******************************/
  11723. /*--------------------
  11724. Autofilled
  11725. ---------------------*/
  11726. .ui.form .field.field input:-webkit-autofill {
  11727. box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  11728. border-color: #E5DFA1 !important;
  11729. }
  11730. /* Focus */
  11731. .ui.form .field.field input:-webkit-autofill:focus {
  11732. box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  11733. border-color: #D5C315 !important;
  11734. }
  11735. /* Error */
  11736. .ui.form .error.error input:-webkit-autofill {
  11737. box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  11738. border-color: #E0B4B4 !important;
  11739. }
  11740. /*--------------------
  11741. Placeholder
  11742. ---------------------*/
  11743. /* browsers require these rules separate */
  11744. .ui.form ::-webkit-input-placeholder {
  11745. color: rgba(140, 140, 140, 0.87);
  11746. }
  11747. .ui.form ::-ms-input-placeholder {
  11748. color: rgba(140, 140, 140, 0.87);
  11749. }
  11750. .ui.form ::-moz-placeholder {
  11751. color: rgba(140, 140, 140, 0.87);
  11752. }
  11753. .ui.form :focus::-webkit-input-placeholder {
  11754. color: rgba(89, 89, 89, 0.87);
  11755. }
  11756. .ui.form :focus::-ms-input-placeholder {
  11757. color: rgba(89, 89, 89, 0.87);
  11758. }
  11759. .ui.form :focus::-moz-placeholder {
  11760. color: rgba(89, 89, 89, 0.87);
  11761. }
  11762. /* Error Placeholder */
  11763. .ui.form .error ::-webkit-input-placeholder {
  11764. color: #e7bdbc;
  11765. }
  11766. .ui.form .error ::-ms-input-placeholder {
  11767. color: #e7bdbc;
  11768. }
  11769. .ui.form .error ::-moz-placeholder {
  11770. color: #e7bdbc;
  11771. }
  11772. .ui.form .error :focus::-webkit-input-placeholder {
  11773. color: #da9796;
  11774. }
  11775. .ui.form .error :focus::-ms-input-placeholder {
  11776. color: #da9796;
  11777. }
  11778. .ui.form .error :focus::-moz-placeholder {
  11779. color: #da9796;
  11780. }
  11781. /*--------------------
  11782. Focus
  11783. ---------------------*/
  11784. .ui.form input:not([type]):focus,
  11785. .ui.form input[type="date"]:focus,
  11786. .ui.form input[type="datetime-local"]:focus,
  11787. .ui.form input[type="email"]:focus,
  11788. .ui.form input[type="number"]:focus,
  11789. .ui.form input[type="password"]:focus,
  11790. .ui.form input[type="search"]:focus,
  11791. .ui.form input[type="tel"]:focus,
  11792. .ui.form input[type="time"]:focus,
  11793. .ui.form input[type="text"]:focus,
  11794. .ui.form input[type="url"]:focus {
  11795. color: rgba(0, 0, 0, 0.95);
  11796. border-color: #51A7E8;
  11797. border-radius: 3px;
  11798. background: #FFFFFF;
  11799. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px rgba(81, 167, 232, 0.5);
  11800. }
  11801. .ui.form textarea:focus {
  11802. color: rgba(0, 0, 0, 0.95);
  11803. border-color: #51A7E8;
  11804. border-radius: 3px;
  11805. background: #FFFFFF;
  11806. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px rgba(81, 167, 232, 0.5);
  11807. -webkit-appearance: none;
  11808. }
  11809. /*--------------------
  11810. Success
  11811. ---------------------*/
  11812. /* On Form */
  11813. .ui.form.success .success.message:not(:empty) {
  11814. display: block;
  11815. }
  11816. .ui.form.success .icon.success.message:not(:empty) {
  11817. display: -webkit-box;
  11818. display: -webkit-flex;
  11819. display: -ms-flexbox;
  11820. display: flex;
  11821. }
  11822. /*--------------------
  11823. Warning
  11824. ---------------------*/
  11825. /* On Form */
  11826. .ui.form.warning .warning.message:not(:empty) {
  11827. display: block;
  11828. }
  11829. .ui.form.warning .icon.warning.message:not(:empty) {
  11830. display: -webkit-box;
  11831. display: -webkit-flex;
  11832. display: -ms-flexbox;
  11833. display: flex;
  11834. }
  11835. /*--------------------
  11836. Error
  11837. ---------------------*/
  11838. /* On Form */
  11839. .ui.form.error .error.message:not(:empty) {
  11840. display: block;
  11841. }
  11842. .ui.form.error .icon.error.message:not(:empty) {
  11843. display: -webkit-box;
  11844. display: -webkit-flex;
  11845. display: -ms-flexbox;
  11846. display: flex;
  11847. }
  11848. /* On Field(s) */
  11849. .ui.form .fields.error .field label,
  11850. .ui.form .field.error label,
  11851. .ui.form .fields.error .field .input,
  11852. .ui.form .field.error .input {
  11853. color: #9F3A38;
  11854. }
  11855. .ui.form .fields.error .field .corner.label,
  11856. .ui.form .field.error .corner.label {
  11857. border-color: #9F3A38;
  11858. color: #FFFFFF;
  11859. }
  11860. .ui.form .fields.error .field textarea,
  11861. .ui.form .fields.error .field select,
  11862. .ui.form .fields.error .field input:not([type]),
  11863. .ui.form .fields.error .field input[type="date"],
  11864. .ui.form .fields.error .field input[type="datetime-local"],
  11865. .ui.form .fields.error .field input[type="email"],
  11866. .ui.form .fields.error .field input[type="number"],
  11867. .ui.form .fields.error .field input[type="password"],
  11868. .ui.form .fields.error .field input[type="search"],
  11869. .ui.form .fields.error .field input[type="tel"],
  11870. .ui.form .fields.error .field input[type="time"],
  11871. .ui.form .fields.error .field input[type="text"],
  11872. .ui.form .fields.error .field input[type="url"],
  11873. .ui.form .field.error textarea,
  11874. .ui.form .field.error select,
  11875. .ui.form .field.error input:not([type]),
  11876. .ui.form .field.error input[type="date"],
  11877. .ui.form .field.error input[type="datetime-local"],
  11878. .ui.form .field.error input[type="email"],
  11879. .ui.form .field.error input[type="number"],
  11880. .ui.form .field.error input[type="password"],
  11881. .ui.form .field.error input[type="search"],
  11882. .ui.form .field.error input[type="tel"],
  11883. .ui.form .field.error input[type="time"],
  11884. .ui.form .field.error input[type="text"],
  11885. .ui.form .field.error input[type="url"] {
  11886. background: #FFF6F6;
  11887. border-color: #E0B4B4;
  11888. color: #9F3A38;
  11889. border-radius: '';
  11890. box-shadow: none;
  11891. }
  11892. .ui.form .field.error textarea:focus,
  11893. .ui.form .field.error select:focus,
  11894. .ui.form .field.error input:not([type]):focus,
  11895. .ui.form .field.error input[type="date"]:focus,
  11896. .ui.form .field.error input[type="datetime-local"]:focus,
  11897. .ui.form .field.error input[type="email"]:focus,
  11898. .ui.form .field.error input[type="number"]:focus,
  11899. .ui.form .field.error input[type="password"]:focus,
  11900. .ui.form .field.error input[type="search"]:focus,
  11901. .ui.form .field.error input[type="tel"]:focus,
  11902. .ui.form .field.error input[type="time"]:focus,
  11903. .ui.form .field.error input[type="text"]:focus,
  11904. .ui.form .field.error input[type="url"]:focus {
  11905. background: #FFF6F6;
  11906. border-color: #E0B4B4;
  11907. color: #9F3A38;
  11908. -webkit-appearance: none;
  11909. box-shadow: none;
  11910. }
  11911. /* Preserve Native Select Stylings */
  11912. .ui.form .field.error select {
  11913. -webkit-appearance: menulist-button;
  11914. }
  11915. /*------------------
  11916. Dropdown Error
  11917. --------------------*/
  11918. .ui.form .fields.error .field .ui.dropdown,
  11919. .ui.form .fields.error .field .ui.dropdown .item,
  11920. .ui.form .field.error .ui.dropdown,
  11921. .ui.form .field.error .ui.dropdown .text,
  11922. .ui.form .field.error .ui.dropdown .item {
  11923. background: #FFF6F6;
  11924. color: #9F3A38;
  11925. }
  11926. .ui.form .fields.error .field .ui.dropdown,
  11927. .ui.form .field.error .ui.dropdown {
  11928. border-color: #E0B4B4 !important;
  11929. }
  11930. .ui.form .fields.error .field .ui.dropdown:hover,
  11931. .ui.form .field.error .ui.dropdown:hover {
  11932. border-color: #E0B4B4 !important;
  11933. }
  11934. .ui.form .fields.error .field .ui.dropdown:hover .menu,
  11935. .ui.form .field.error .ui.dropdown:hover .menu {
  11936. border-color: #E0B4B4;
  11937. }
  11938. .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
  11939. .ui.form .field.error .ui.multiple.selection.dropdown > .label {
  11940. background-color: #EACBCB;
  11941. color: #991111;
  11942. }
  11943. /* Hover */
  11944. .ui.form .fields.error .field .ui.dropdown .menu .item:hover,
  11945. .ui.form .field.error .ui.dropdown .menu .item:hover {
  11946. background-color: #FBE7E7;
  11947. }
  11948. /* Selected */
  11949. .ui.form .fields.error .field .ui.dropdown .menu .selected.item,
  11950. .ui.form .field.error .ui.dropdown .menu .selected.item {
  11951. background-color: #FBE7E7;
  11952. }
  11953. /* Active */
  11954. .ui.form .fields.error .field .ui.dropdown .menu .active.item,
  11955. .ui.form .field.error .ui.dropdown .menu .active.item {
  11956. background-color: #FDCFCF !important;
  11957. }
  11958. /*--------------------
  11959. Checkbox Error
  11960. ---------------------*/
  11961. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
  11962. .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
  11963. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
  11964. .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  11965. color: #9F3A38;
  11966. }
  11967. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
  11968. .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
  11969. .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
  11970. .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  11971. background: #FFF6F6;
  11972. border-color: #E0B4B4;
  11973. }
  11974. .ui.form .fields.error .field .checkbox label:after,
  11975. .ui.form .field.error .checkbox label:after,
  11976. .ui.form .fields.error .field .checkbox .box:after,
  11977. .ui.form .field.error .checkbox .box:after {
  11978. color: #9F3A38;
  11979. }
  11980. /*--------------------
  11981. Disabled
  11982. ---------------------*/
  11983. .ui.form .disabled.fields .field,
  11984. .ui.form .disabled.field,
  11985. .ui.form .field :disabled {
  11986. pointer-events: none;
  11987. opacity: 0.3;
  11988. }
  11989. .ui.form .field.disabled label {
  11990. opacity: 0.3;
  11991. }
  11992. .ui.form .field.disabled :disabled {
  11993. opacity: 1;
  11994. }
  11995. /*--------------
  11996. Loading
  11997. ---------------*/
  11998. .ui.loading.form {
  11999. position: relative;
  12000. cursor: default;
  12001. point-events: none;
  12002. text-shadow: none !important;
  12003. color: transparent !important;
  12004. -webkit-transition: all 0s linear;
  12005. transition: all 0s linear;
  12006. z-index: 100;
  12007. }
  12008. .ui.loading.form:before {
  12009. position: absolute;
  12010. content: '';
  12011. top: 0%;
  12012. left: 0%;
  12013. background: rgba(255, 255, 255, 0.8);
  12014. width: 100%;
  12015. height: 100%;
  12016. z-index: 100;
  12017. }
  12018. .ui.loading.form:after {
  12019. position: absolute;
  12020. content: '';
  12021. top: 50%;
  12022. left: 50%;
  12023. margin: -1.5em 0em 0em -1.5em;
  12024. width: 3em;
  12025. height: 3em;
  12026. -webkit-animation: form-spin 0.6s linear;
  12027. animation: form-spin 0.6s linear;
  12028. -webkit-animation-iteration-count: infinite;
  12029. animation-iteration-count: infinite;
  12030. border-radius: 500rem;
  12031. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  12032. border-style: solid;
  12033. border-width: 0.2em;
  12034. box-shadow: 0px 0px 0px 1px transparent;
  12035. visibility: visible;
  12036. z-index: 101;
  12037. }
  12038. @-webkit-keyframes form-spin {
  12039. from {
  12040. -webkit-transform: rotate(0deg);
  12041. transform: rotate(0deg);
  12042. }
  12043. to {
  12044. -webkit-transform: rotate(360deg);
  12045. transform: rotate(360deg);
  12046. }
  12047. }
  12048. @keyframes form-spin {
  12049. from {
  12050. -webkit-transform: rotate(0deg);
  12051. transform: rotate(0deg);
  12052. }
  12053. to {
  12054. -webkit-transform: rotate(360deg);
  12055. transform: rotate(360deg);
  12056. }
  12057. }
  12058. /*******************************
  12059. Element Types
  12060. *******************************/
  12061. /*--------------------
  12062. Required Field
  12063. ---------------------*/
  12064. .ui.form .required.fields:not(.grouped) > .field > label:after,
  12065. .ui.form .required.fields.grouped > label:after,
  12066. .ui.form .required.field > label:after,
  12067. .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
  12068. .ui.form .required.field > .checkbox:after {
  12069. margin: -0.2em 0em 0em 0.2em;
  12070. content: '*';
  12071. color: #DB2828;
  12072. }
  12073. .ui.form .required.fields:not(.grouped) > .field > label:after,
  12074. .ui.form .required.fields.grouped > label:after,
  12075. .ui.form .required.field > label:after {
  12076. display: inline-block;
  12077. vertical-align: top;
  12078. }
  12079. .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
  12080. .ui.form .required.field > .checkbox:after {
  12081. position: absolute;
  12082. top: 0%;
  12083. left: 100%;
  12084. }
  12085. /*******************************
  12086. Variations
  12087. *******************************/
  12088. /*--------------------
  12089. Inverted Colors
  12090. ---------------------*/
  12091. .ui.inverted.form label,
  12092. .ui.form .inverted.segment label,
  12093. .ui.form .inverted.segment .ui.checkbox label,
  12094. .ui.form .inverted.segment .ui.checkbox .box,
  12095. .ui.inverted.form .ui.checkbox label,
  12096. .ui.inverted.form .ui.checkbox .box {
  12097. color: rgba(255, 255, 255, 0.9);
  12098. }
  12099. /* Inverted Field */
  12100. .ui.inverted.form input:not([type]),
  12101. .ui.inverted.form input[type="date"],
  12102. .ui.inverted.form input[type="datetime-local"],
  12103. .ui.inverted.form input[type="email"],
  12104. .ui.inverted.form input[type="number"],
  12105. .ui.inverted.form input[type="password"],
  12106. .ui.inverted.form input[type="search"],
  12107. .ui.inverted.form input[type="tel"],
  12108. .ui.inverted.form input[type="time"],
  12109. .ui.inverted.form input[type="text"],
  12110. .ui.inverted.form input[type="url"] {
  12111. background: #FAFAFA;
  12112. border-color: rgba(255, 255, 255, 0.1);
  12113. color: rgba(0, 0, 0, 0.87);
  12114. box-shadow: none;
  12115. }
  12116. /*--------------------
  12117. Field Groups
  12118. ---------------------*/
  12119. /* Grouped Vertically */
  12120. .ui.form .grouped.fields {
  12121. display: block;
  12122. margin: 0em 0em 1em;
  12123. }
  12124. .ui.form .grouped.fields:last-child {
  12125. margin-bottom: 0em;
  12126. }
  12127. .ui.form .grouped.fields > label {
  12128. margin: 0em 0em 6px 0em;
  12129. color: rgba(0, 0, 0, 0.87);
  12130. font-size: 0.92307692em;
  12131. font-weight: bold;
  12132. text-transform: none;
  12133. }
  12134. .ui.form .grouped.fields .field,
  12135. .ui.form .grouped.inline.fields .field {
  12136. display: block;
  12137. margin: 0.5em 0em;
  12138. padding: 0em;
  12139. }
  12140. /*--------------------
  12141. Fields
  12142. ---------------------*/
  12143. /* Split fields */
  12144. .ui.form .fields {
  12145. display: -webkit-box;
  12146. display: -webkit-flex;
  12147. display: -ms-flexbox;
  12148. display: flex;
  12149. -webkit-box-orient: horizontal;
  12150. -webkit-box-direction: normal;
  12151. -webkit-flex-direction: row;
  12152. -ms-flex-direction: row;
  12153. flex-direction: row;
  12154. }
  12155. .ui.form .fields > .field {
  12156. -webkit-box-flex: 0;
  12157. -webkit-flex: 0 1 auto;
  12158. -ms-flex: 0 1 auto;
  12159. flex: 0 1 auto;
  12160. padding-left: 0.5em;
  12161. padding-right: 0.5em;
  12162. }
  12163. .ui.form .fields > .field:first-child {
  12164. border-left: none;
  12165. box-shadow: none;
  12166. }
  12167. /* Other Combinations */
  12168. .ui.form .two.fields > .fields,
  12169. .ui.form .two.fields > .field {
  12170. width: 50%;
  12171. }
  12172. .ui.form .three.fields > .fields,
  12173. .ui.form .three.fields > .field {
  12174. width: 33.33333333%;
  12175. }
  12176. .ui.form .four.fields > .fields,
  12177. .ui.form .four.fields > .field {
  12178. width: 25%;
  12179. }
  12180. .ui.form .five.fields > .fields,
  12181. .ui.form .five.fields > .field {
  12182. width: 20%;
  12183. }
  12184. .ui.form .six.fields > .fields,
  12185. .ui.form .six.fields > .field {
  12186. width: 16.66666667%;
  12187. }
  12188. .ui.form .seven.fields > .fields,
  12189. .ui.form .seven.fields > .field {
  12190. width: 14.28571429%;
  12191. }
  12192. .ui.form .eight.fields > .fields,
  12193. .ui.form .eight.fields > .field {
  12194. width: 12.5%;
  12195. }
  12196. .ui.form .nine.fields > .fields,
  12197. .ui.form .nine.fields > .field {
  12198. width: 11.11111111%;
  12199. }
  12200. .ui.form .ten.fields > .fields,
  12201. .ui.form .ten.fields > .field {
  12202. width: 10%;
  12203. }
  12204. /* Swap to full width on mobile */
  12205. @media only screen and (max-width: 687px) {
  12206. .ui.form .fields {
  12207. -webkit-flex-wrap: wrap;
  12208. -ms-flex-wrap: wrap;
  12209. flex-wrap: wrap;
  12210. }
  12211. .ui.form .two.fields > .fields,
  12212. .ui.form .two.fields > .field,
  12213. .ui.form .three.fields > .fields,
  12214. .ui.form .three.fields > .field,
  12215. .ui.form .four.fields > .fields,
  12216. .ui.form .four.fields > .field,
  12217. .ui.form .five.fields > .fields,
  12218. .ui.form .five.fields > .field,
  12219. .ui.form .six.fields > .fields,
  12220. .ui.form .six.fields > .field,
  12221. .ui.form .seven.fields > .fields,
  12222. .ui.form .seven.fields > .field,
  12223. .ui.form .eight.fields > .fields,
  12224. .ui.form .eight.fields > .field,
  12225. .ui.form .nine.fields > .fields,
  12226. .ui.form .nine.fields > .field,
  12227. .ui.form .ten.fields > .fields,
  12228. .ui.form .ten.fields > .field {
  12229. width: 100% !important;
  12230. margin: 0em 0em 1em;
  12231. padding-left: 0%;
  12232. padding-right: 0%;
  12233. }
  12234. }
  12235. .ui.form .fields .field:first-child {
  12236. padding-left: 0%;
  12237. }
  12238. .ui.form .fields .field:last-child {
  12239. padding-right: 0%;
  12240. }
  12241. /* Sizing Combinations */
  12242. .ui.form .fields .wide.field {
  12243. width: 6.25%;
  12244. padding-left: 0.5em;
  12245. padding-right: 0.5em;
  12246. }
  12247. .ui.form .fields .wide.field:first-child {
  12248. padding-left: 0%;
  12249. }
  12250. .ui.form .fields .wide.field:last-child {
  12251. padding-right: 0%;
  12252. }
  12253. .ui.form .one.wide.field {
  12254. width: 6.25% !important;
  12255. }
  12256. .ui.form .two.wide.field {
  12257. width: 12.5% !important;
  12258. }
  12259. .ui.form .three.wide.field {
  12260. width: 18.75% !important;
  12261. }
  12262. .ui.form .four.wide.field {
  12263. width: 25% !important;
  12264. }
  12265. .ui.form .five.wide.field {
  12266. width: 31.25% !important;
  12267. }
  12268. .ui.form .six.wide.field {
  12269. width: 37.5% !important;
  12270. }
  12271. .ui.form .seven.wide.field {
  12272. width: 43.75% !important;
  12273. }
  12274. .ui.form .eight.wide.field {
  12275. width: 50% !important;
  12276. }
  12277. .ui.form .nine.wide.field {
  12278. width: 56.25% !important;
  12279. }
  12280. .ui.form .ten.wide.field {
  12281. width: 62.5% !important;
  12282. }
  12283. .ui.form .eleven.wide.field {
  12284. width: 68.75% !important;
  12285. }
  12286. .ui.form .twelve.wide.field {
  12287. width: 75% !important;
  12288. }
  12289. .ui.form .thirteen.wide.field {
  12290. width: 81.25% !important;
  12291. }
  12292. .ui.form .fourteen.wide.field {
  12293. width: 87.5% !important;
  12294. }
  12295. .ui.form .fifteen.wide.field {
  12296. width: 93.75% !important;
  12297. }
  12298. .ui.form .sixteen.wide.field {
  12299. width: 100% !important;
  12300. }
  12301. /* Swap to full width on mobile */
  12302. @media only screen and (max-width: 687px) {
  12303. .ui.form .two.fields > .fields,
  12304. .ui.form .two.fields > .field,
  12305. .ui.form .three.fields > .fields,
  12306. .ui.form .three.fields > .field,
  12307. .ui.form .four.fields > .fields,
  12308. .ui.form .four.fields > .field,
  12309. .ui.form .five.fields > .fields,
  12310. .ui.form .five.fields > .field,
  12311. .ui.form .fields > .two.wide.field,
  12312. .ui.form .fields > .three.wide.field,
  12313. .ui.form .fields > .four.wide.field,
  12314. .ui.form .fields > .five.wide.field,
  12315. .ui.form .fields > .six.wide.field,
  12316. .ui.form .fields > .seven.wide.field,
  12317. .ui.form .fields > .eight.wide.field,
  12318. .ui.form .fields > .nine.wide.field,
  12319. .ui.form .fields > .ten.wide.field,
  12320. .ui.form .fields > .eleven.wide.field,
  12321. .ui.form .fields > .twelve.wide.field,
  12322. .ui.form .fields > .thirteen.wide.field,
  12323. .ui.form .fields > .fourteen.wide.field,
  12324. .ui.form .fields > .fifteen.wide.field,
  12325. .ui.form .fields > .sixteen.wide.field {
  12326. width: 100% !important;
  12327. margin: 0em 0em 1em;
  12328. padding-left: 0%;
  12329. padding-right: 0%;
  12330. }
  12331. }
  12332. /*--------------------
  12333. Equal Width
  12334. ---------------------*/
  12335. .ui[class*="equal width"].form .fields > .field,
  12336. .ui.form [class*="equal width"].fields > .field {
  12337. width: 100%;
  12338. -webkit-box-flex: 1;
  12339. -webkit-flex: 1 1 auto;
  12340. -ms-flex: 1 1 auto;
  12341. flex: 1 1 auto;
  12342. }
  12343. /*--------------------
  12344. Inline Fields
  12345. ---------------------*/
  12346. .ui.form .inline.fields {
  12347. margin: 0em 0em 1em;
  12348. -webkit-box-align: center;
  12349. -webkit-align-items: center;
  12350. -ms-flex-align: center;
  12351. align-items: center;
  12352. }
  12353. .ui.form .inline.fields .field {
  12354. margin: 0em;
  12355. padding: 0em 1em 0em 0em;
  12356. }
  12357. /* Inline Label */
  12358. .ui.form .inline.fields > label,
  12359. .ui.form .inline.fields .field > label,
  12360. .ui.form .inline.fields .field > p,
  12361. .ui.form .inline.field > label,
  12362. .ui.form .inline.field > p {
  12363. display: inline-block;
  12364. width: auto;
  12365. margin-top: 0em;
  12366. margin-bottom: 0em;
  12367. vertical-align: baseline;
  12368. font-size: 0.92307692em;
  12369. font-weight: bold;
  12370. color: rgba(0, 0, 0, 0.87);
  12371. text-transform: none;
  12372. }
  12373. /* Grouped Inline Label */
  12374. .ui.form .inline.fields > label {
  12375. margin: 0.035714em 1em 0em 0em;
  12376. }
  12377. /* Inline Input */
  12378. .ui.form .inline.fields .field > input,
  12379. .ui.form .inline.fields .field > select,
  12380. .ui.form .inline.field > input,
  12381. .ui.form .inline.field > select {
  12382. display: inline-block;
  12383. width: auto;
  12384. margin-top: 0em;
  12385. margin-bottom: 0em;
  12386. vertical-align: middle;
  12387. font-size: 1em;
  12388. }
  12389. /* Label */
  12390. .ui.form .inline.fields .field > :first-child,
  12391. .ui.form .inline.field > :first-child {
  12392. margin: 0em 0.84615385em 0em 0em;
  12393. }
  12394. .ui.form .inline.fields .field > :only-child,
  12395. .ui.form .inline.field > :only-child {
  12396. margin: 0em;
  12397. }
  12398. /* Wide */
  12399. .ui.form .inline.fields .wide.field {
  12400. display: -webkit-box;
  12401. display: -webkit-flex;
  12402. display: -ms-flexbox;
  12403. display: flex;
  12404. -webkit-box-align: center;
  12405. -webkit-align-items: center;
  12406. -ms-flex-align: center;
  12407. align-items: center;
  12408. }
  12409. .ui.form .inline.fields .wide.field > input,
  12410. .ui.form .inline.fields .wide.field > select {
  12411. width: 100%;
  12412. }
  12413. /*--------------------
  12414. Sizes
  12415. ---------------------*/
  12416. /* Standard */
  12417. .ui.small.form {
  12418. font-size: 0.92307692rem;
  12419. }
  12420. /* Medium */
  12421. .ui.form {
  12422. font-size: 1rem;
  12423. }
  12424. /* Large */
  12425. .ui.large.form {
  12426. font-size: 1.15384615rem;
  12427. }
  12428. /* Huge */
  12429. .ui.huge.form {
  12430. font-size: 1.46153846rem;
  12431. }
  12432. /*******************************
  12433. Overrides
  12434. *******************************/
  12435. .ui.selection.dropdown {
  12436. background-color: #FAFAFA;
  12437. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  12438. border-color: #CCCCCC;
  12439. }
  12440. .ui.selection.dropdown:focus {
  12441. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px rgba(81, 167, 232, 0.5);
  12442. }
  12443. /*******************************
  12444. Site Overrides
  12445. *******************************/
  12446. /*!
  12447. * # Semantic UI 2.1.6 - Grid
  12448. * http://github.com/semantic-org/semantic-ui/
  12449. *
  12450. *
  12451. * Copyright 2015 Contributors
  12452. * Released under the MIT license
  12453. * http://opensource.org/licenses/MIT
  12454. *
  12455. */
  12456. /*******************************
  12457. Standard
  12458. *******************************/
  12459. .ui.grid {
  12460. display: -webkit-box;
  12461. display: -webkit-flex;
  12462. display: -ms-flexbox;
  12463. display: flex;
  12464. -webkit-box-orient: horizontal;
  12465. -webkit-box-direction: normal;
  12466. -webkit-flex-direction: row;
  12467. -ms-flex-direction: row;
  12468. flex-direction: row;
  12469. -webkit-flex-wrap: wrap;
  12470. -ms-flex-wrap: wrap;
  12471. flex-wrap: wrap;
  12472. -webkit-box-align: stretch;
  12473. -webkit-align-items: stretch;
  12474. -ms-flex-align: stretch;
  12475. align-items: stretch;
  12476. padding: 0em;
  12477. }
  12478. /*----------------------
  12479. Remove Gutters
  12480. -----------------------*/
  12481. .ui.grid {
  12482. margin-top: -1rem;
  12483. margin-bottom: -1rem;
  12484. margin-left: -0.769rem;
  12485. margin-right: -0.769rem;
  12486. }
  12487. .ui.relaxed.grid {
  12488. margin-left: -1.5rem;
  12489. margin-right: -1.5rem;
  12490. }
  12491. .ui[class*="very relaxed"].grid {
  12492. margin-left: -2.5rem;
  12493. margin-right: -2.5rem;
  12494. }
  12495. /* Preserve Rows Spacing on Consecutive Grids */
  12496. .ui.grid + .grid {
  12497. margin-top: 1rem;
  12498. }
  12499. /*-------------------
  12500. Columns
  12501. --------------------*/
  12502. /* Standard 16 column */
  12503. .ui.grid > .column:not(.row),
  12504. .ui.grid > .row > .column {
  12505. position: relative;
  12506. display: inline-block;
  12507. width: 6.25%;
  12508. padding-left: 0.769rem;
  12509. padding-right: 0.769rem;
  12510. vertical-align: top;
  12511. }
  12512. .ui.grid > * {
  12513. padding-left: 0.769rem;
  12514. padding-right: 0.769rem;
  12515. }
  12516. /*-------------------
  12517. Rows
  12518. --------------------*/
  12519. .ui.grid > .row {
  12520. position: relative;
  12521. display: -webkit-box;
  12522. display: -webkit-flex;
  12523. display: -ms-flexbox;
  12524. display: flex;
  12525. -webkit-box-orient: horizontal;
  12526. -webkit-box-direction: normal;
  12527. -webkit-flex-direction: row;
  12528. -ms-flex-direction: row;
  12529. flex-direction: row;
  12530. -webkit-flex-wrap: wrap;
  12531. -ms-flex-wrap: wrap;
  12532. flex-wrap: wrap;
  12533. -webkit-box-pack: inherit;
  12534. -webkit-justify-content: inherit;
  12535. -ms-flex-pack: inherit;
  12536. justify-content: inherit;
  12537. -webkit-box-align: stretch;
  12538. -webkit-align-items: stretch;
  12539. -ms-flex-align: stretch;
  12540. align-items: stretch;
  12541. width: 100% !important;
  12542. padding: 0rem;
  12543. padding-top: 1rem;
  12544. padding-bottom: 1rem;
  12545. }
  12546. /*-------------------
  12547. Columns
  12548. --------------------*/
  12549. /* Vertical padding when no rows */
  12550. .ui.grid > .column:not(.row) {
  12551. padding-top: 1rem;
  12552. padding-bottom: 1rem;
  12553. }
  12554. .ui.grid > .row > .column {
  12555. margin-top: 0em;
  12556. margin-bottom: 0em;
  12557. }
  12558. /*-------------------
  12559. Content
  12560. --------------------*/
  12561. .ui.grid > .row > img,
  12562. .ui.grid > .row > .column > img {
  12563. max-width: 100%;
  12564. }
  12565. /*-------------------
  12566. Loose Coupling
  12567. --------------------*/
  12568. /* Collapse Margin on Consecutive Grid */
  12569. .ui.grid > .ui.grid:first-child {
  12570. margin-top: 0em;
  12571. }
  12572. .ui.grid > .ui.grid:last-child {
  12573. margin-bottom: 0em;
  12574. }
  12575. /* Segment inside Aligned Grid */
  12576. .ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
  12577. .ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  12578. width: 100%;
  12579. }
  12580. /* Align Dividers with Gutter */
  12581. .ui.grid .row + .ui.divider {
  12582. -webkit-box-flex: 1;
  12583. -webkit-flex-grow: 1;
  12584. -ms-flex-positive: 1;
  12585. flex-grow: 1;
  12586. margin: 1rem 0.769rem;
  12587. }
  12588. .ui.grid .column + .ui.vertical.divider {
  12589. height: calc(50% - 1rem );
  12590. }
  12591. /* Remove Border on Last Horizontal Segment */
  12592. .ui.grid > .row > .column:last-child > .horizontal.segment,
  12593. .ui.grid > .column:last-child > .horizontal.segment {
  12594. box-shadow: none;
  12595. }
  12596. /*******************************
  12597. Variations
  12598. *******************************/
  12599. /*-----------------------
  12600. Page Grid
  12601. -------------------------*/
  12602. @media only screen and (max-width: 687px) {
  12603. .ui.page.grid {
  12604. width: auto;
  12605. padding-left: 0em;
  12606. padding-right: 0em;
  12607. margin-left: 0em;
  12608. margin-right: 0em;
  12609. }
  12610. }
  12611. @media only screen and (min-width: 688px) and (max-width: 687px) {
  12612. .ui.page.grid {
  12613. width: auto;
  12614. margin-left: 0em;
  12615. margin-right: 0em;
  12616. padding-left: 2em;
  12617. padding-right: 2em;
  12618. }
  12619. }
  12620. @media only screen and (min-width: 688px) and (max-width: 687px) {
  12621. .ui.page.grid {
  12622. width: auto;
  12623. margin-left: 0em;
  12624. margin-right: 0em;
  12625. padding-left: 3%;
  12626. padding-right: 3%;
  12627. }
  12628. }
  12629. @media only screen and (min-width: 688px) and (max-width: 1919px) {
  12630. .ui.page.grid {
  12631. width: auto;
  12632. margin-left: 0em;
  12633. margin-right: 0em;
  12634. padding-left: 15%;
  12635. padding-right: 15%;
  12636. }
  12637. }
  12638. @media only screen and (min-width: 1920px) {
  12639. .ui.page.grid {
  12640. width: auto;
  12641. margin-left: 0em;
  12642. margin-right: 0em;
  12643. padding-left: 23%;
  12644. padding-right: 23%;
  12645. }
  12646. }
  12647. /*-------------------
  12648. Column Count
  12649. --------------------*/
  12650. /* Assume full width with one column */
  12651. .ui.grid > .column:only-child,
  12652. .ui.grid > .row > .column:only-child {
  12653. width: 100%;
  12654. }
  12655. /* Grid Based */
  12656. .ui[class*="one column"].grid > .row > .column,
  12657. .ui[class*="one column"].grid > .column:not(.row) {
  12658. width: 100%;
  12659. }
  12660. .ui[class*="two column"].grid > .row > .column,
  12661. .ui[class*="two column"].grid > .column:not(.row) {
  12662. width: 50%;
  12663. }
  12664. .ui[class*="three column"].grid > .row > .column,
  12665. .ui[class*="three column"].grid > .column:not(.row) {
  12666. width: 33.33333333%;
  12667. }
  12668. .ui[class*="four column"].grid > .row > .column,
  12669. .ui[class*="four column"].grid > .column:not(.row) {
  12670. width: 25%;
  12671. }
  12672. .ui[class*="five column"].grid > .row > .column,
  12673. .ui[class*="five column"].grid > .column:not(.row) {
  12674. width: 20%;
  12675. }
  12676. .ui[class*="six column"].grid > .row > .column,
  12677. .ui[class*="six column"].grid > .column:not(.row) {
  12678. width: 16.66666667%;
  12679. }
  12680. .ui[class*="seven column"].grid > .row > .column,
  12681. .ui[class*="seven column"].grid > .column:not(.row) {
  12682. width: 14.28571429%;
  12683. }
  12684. .ui[class*="eight column"].grid > .row > .column,
  12685. .ui[class*="eight column"].grid > .column:not(.row) {
  12686. width: 12.5%;
  12687. }
  12688. .ui[class*="nine column"].grid > .row > .column,
  12689. .ui[class*="nine column"].grid > .column:not(.row) {
  12690. width: 11.11111111%;
  12691. }
  12692. .ui[class*="ten column"].grid > .row > .column,
  12693. .ui[class*="ten column"].grid > .column:not(.row) {
  12694. width: 10%;
  12695. }
  12696. .ui[class*="eleven column"].grid > .row > .column,
  12697. .ui[class*="eleven column"].grid > .column:not(.row) {
  12698. width: 9.09090909%;
  12699. }
  12700. .ui[class*="twelve column"].grid > .row > .column,
  12701. .ui[class*="twelve column"].grid > .column:not(.row) {
  12702. width: 8.33333333%;
  12703. }
  12704. .ui[class*="thirteen column"].grid > .row > .column,
  12705. .ui[class*="thirteen column"].grid > .column:not(.row) {
  12706. width: 7.69230769%;
  12707. }
  12708. .ui[class*="fourteen column"].grid > .row > .column,
  12709. .ui[class*="fourteen column"].grid > .column:not(.row) {
  12710. width: 7.14285714%;
  12711. }
  12712. .ui[class*="fifteen column"].grid > .row > .column,
  12713. .ui[class*="fifteen column"].grid > .column:not(.row) {
  12714. width: 6.66666667%;
  12715. }
  12716. .ui[class*="sixteen column"].grid > .row > .column,
  12717. .ui[class*="sixteen column"].grid > .column:not(.row) {
  12718. width: 6.25%;
  12719. }
  12720. /* Row Based Overrides */
  12721. .ui.grid > [class*="one column"].row > .column {
  12722. width: 100% !important;
  12723. }
  12724. .ui.grid > [class*="two column"].row > .column {
  12725. width: 50% !important;
  12726. }
  12727. .ui.grid > [class*="three column"].row > .column {
  12728. width: 33.33333333% !important;
  12729. }
  12730. .ui.grid > [class*="four column"].row > .column {
  12731. width: 25% !important;
  12732. }
  12733. .ui.grid > [class*="five column"].row > .column {
  12734. width: 20% !important;
  12735. }
  12736. .ui.grid > [class*="six column"].row > .column {
  12737. width: 16.66666667% !important;
  12738. }
  12739. .ui.grid > [class*="seven column"].row > .column {
  12740. width: 14.28571429% !important;
  12741. }
  12742. .ui.grid > [class*="eight column"].row > .column {
  12743. width: 12.5% !important;
  12744. }
  12745. .ui.grid > [class*="nine column"].row > .column {
  12746. width: 11.11111111% !important;
  12747. }
  12748. .ui.grid > [class*="ten column"].row > .column {
  12749. width: 10% !important;
  12750. }
  12751. .ui.grid > [class*="eleven column"].row > .column {
  12752. width: 9.09090909% !important;
  12753. }
  12754. .ui.grid > [class*="twelve column"].row > .column {
  12755. width: 8.33333333% !important;
  12756. }
  12757. .ui.grid > [class*="thirteen column"].row > .column {
  12758. width: 7.69230769% !important;
  12759. }
  12760. .ui.grid > [class*="fourteen column"].row > .column {
  12761. width: 7.14285714% !important;
  12762. }
  12763. .ui.grid > [class*="fifteen column"].row > .column {
  12764. width: 6.66666667% !important;
  12765. }
  12766. .ui.grid > [class*="sixteen column"].row > .column {
  12767. width: 6.25% !important;
  12768. }
  12769. /* Celled Page */
  12770. .ui.celled.page.grid {
  12771. box-shadow: none;
  12772. }
  12773. /*-------------------
  12774. Column Width
  12775. --------------------*/
  12776. /* Sizing Combinations */
  12777. .ui.grid > .row > [class*="one wide"].column,
  12778. .ui.grid > .column.row > [class*="one wide"].column,
  12779. .ui.grid > [class*="one wide"].column,
  12780. .ui.column.grid > [class*="one wide"].column {
  12781. width: 6.25% !important;
  12782. }
  12783. .ui.grid > .row > [class*="two wide"].column,
  12784. .ui.grid > .column.row > [class*="two wide"].column,
  12785. .ui.grid > [class*="two wide"].column,
  12786. .ui.column.grid > [class*="two wide"].column {
  12787. width: 12.5% !important;
  12788. }
  12789. .ui.grid > .row > [class*="three wide"].column,
  12790. .ui.grid > .column.row > [class*="three wide"].column,
  12791. .ui.grid > [class*="three wide"].column,
  12792. .ui.column.grid > [class*="three wide"].column {
  12793. width: 18.75% !important;
  12794. }
  12795. .ui.grid > .row > [class*="four wide"].column,
  12796. .ui.grid > .column.row > [class*="four wide"].column,
  12797. .ui.grid > [class*="four wide"].column,
  12798. .ui.column.grid > [class*="four wide"].column {
  12799. width: 25% !important;
  12800. }
  12801. .ui.grid > .row > [class*="five wide"].column,
  12802. .ui.grid > .column.row > [class*="five wide"].column,
  12803. .ui.grid > [class*="five wide"].column,
  12804. .ui.column.grid > [class*="five wide"].column {
  12805. width: 31.25% !important;
  12806. }
  12807. .ui.grid > .row > [class*="six wide"].column,
  12808. .ui.grid > .column.row > [class*="six wide"].column,
  12809. .ui.grid > [class*="six wide"].column,
  12810. .ui.column.grid > [class*="six wide"].column {
  12811. width: 37.5% !important;
  12812. }
  12813. .ui.grid > .row > [class*="seven wide"].column,
  12814. .ui.grid > .column.row > [class*="seven wide"].column,
  12815. .ui.grid > [class*="seven wide"].column,
  12816. .ui.column.grid > [class*="seven wide"].column {
  12817. width: 43.75% !important;
  12818. }
  12819. .ui.grid > .row > [class*="eight wide"].column,
  12820. .ui.grid > .column.row > [class*="eight wide"].column,
  12821. .ui.grid > [class*="eight wide"].column,
  12822. .ui.column.grid > [class*="eight wide"].column {
  12823. width: 50% !important;
  12824. }
  12825. .ui.grid > .row > [class*="nine wide"].column,
  12826. .ui.grid > .column.row > [class*="nine wide"].column,
  12827. .ui.grid > [class*="nine wide"].column,
  12828. .ui.column.grid > [class*="nine wide"].column {
  12829. width: 56.25% !important;
  12830. }
  12831. .ui.grid > .row > [class*="ten wide"].column,
  12832. .ui.grid > .column.row > [class*="ten wide"].column,
  12833. .ui.grid > [class*="ten wide"].column,
  12834. .ui.column.grid > [class*="ten wide"].column {
  12835. width: 62.5% !important;
  12836. }
  12837. .ui.grid > .row > [class*="eleven wide"].column,
  12838. .ui.grid > .column.row > [class*="eleven wide"].column,
  12839. .ui.grid > [class*="eleven wide"].column,
  12840. .ui.column.grid > [class*="eleven wide"].column {
  12841. width: 68.75% !important;
  12842. }
  12843. .ui.grid > .row > [class*="twelve wide"].column,
  12844. .ui.grid > .column.row > [class*="twelve wide"].column,
  12845. .ui.grid > [class*="twelve wide"].column,
  12846. .ui.column.grid > [class*="twelve wide"].column {
  12847. width: 75% !important;
  12848. }
  12849. .ui.grid > .row > [class*="thirteen wide"].column,
  12850. .ui.grid > .column.row > [class*="thirteen wide"].column,
  12851. .ui.grid > [class*="thirteen wide"].column,
  12852. .ui.column.grid > [class*="thirteen wide"].column {
  12853. width: 81.25% !important;
  12854. }
  12855. .ui.grid > .row > [class*="fourteen wide"].column,
  12856. .ui.grid > .column.row > [class*="fourteen wide"].column,
  12857. .ui.grid > [class*="fourteen wide"].column,
  12858. .ui.column.grid > [class*="fourteen wide"].column {
  12859. width: 87.5% !important;
  12860. }
  12861. .ui.grid > .row > [class*="fifteen wide"].column,
  12862. .ui.grid > .column.row > [class*="fifteen wide"].column,
  12863. .ui.grid > [class*="fifteen wide"].column,
  12864. .ui.column.grid > [class*="fifteen wide"].column {
  12865. width: 93.75% !important;
  12866. }
  12867. .ui.grid > .row > [class*="sixteen wide"].column,
  12868. .ui.grid > .column.row > [class*="sixteen wide"].column,
  12869. .ui.grid > [class*="sixteen wide"].column,
  12870. .ui.column.grid > [class*="sixteen wide"].column {
  12871. width: 100% !important;
  12872. }
  12873. /*----------------------
  12874. Width per Device
  12875. -----------------------*/
  12876. /* Mobile Sizing Combinations */
  12877. @media only screen and (min-width: 320px) and (max-width: 687px) {
  12878. .ui.grid > .row > [class*="one wide mobile"].column,
  12879. .ui.grid > .column.row > [class*="one wide mobile"].column,
  12880. .ui.grid > [class*="one wide mobile"].column,
  12881. .ui.column.grid > [class*="one wide mobile"].column {
  12882. width: 6.25% !important;
  12883. }
  12884. .ui.grid > .row > [class*="two wide mobile"].column,
  12885. .ui.grid > .column.row > [class*="two wide mobile"].column,
  12886. .ui.grid > [class*="two wide mobile"].column,
  12887. .ui.column.grid > [class*="two wide mobile"].column {
  12888. width: 12.5% !important;
  12889. }
  12890. .ui.grid > .row > [class*="three wide mobile"].column,
  12891. .ui.grid > .column.row > [class*="three wide mobile"].column,
  12892. .ui.grid > [class*="three wide mobile"].column,
  12893. .ui.column.grid > [class*="three wide mobile"].column {
  12894. width: 18.75% !important;
  12895. }
  12896. .ui.grid > .row > [class*="four wide mobile"].column,
  12897. .ui.grid > .column.row > [class*="four wide mobile"].column,
  12898. .ui.grid > [class*="four wide mobile"].column,
  12899. .ui.column.grid > [class*="four wide mobile"].column {
  12900. width: 25% !important;
  12901. }
  12902. .ui.grid > .row > [class*="five wide mobile"].column,
  12903. .ui.grid > .column.row > [class*="five wide mobile"].column,
  12904. .ui.grid > [class*="five wide mobile"].column,
  12905. .ui.column.grid > [class*="five wide mobile"].column {
  12906. width: 31.25% !important;
  12907. }
  12908. .ui.grid > .row > [class*="six wide mobile"].column,
  12909. .ui.grid > .column.row > [class*="six wide mobile"].column,
  12910. .ui.grid > [class*="six wide mobile"].column,
  12911. .ui.column.grid > [class*="six wide mobile"].column {
  12912. width: 37.5% !important;
  12913. }
  12914. .ui.grid > .row > [class*="seven wide mobile"].column,
  12915. .ui.grid > .column.row > [class*="seven wide mobile"].column,
  12916. .ui.grid > [class*="seven wide mobile"].column,
  12917. .ui.column.grid > [class*="seven wide mobile"].column {
  12918. width: 43.75% !important;
  12919. }
  12920. .ui.grid > .row > [class*="eight wide mobile"].column,
  12921. .ui.grid > .column.row > [class*="eight wide mobile"].column,
  12922. .ui.grid > [class*="eight wide mobile"].column,
  12923. .ui.column.grid > [class*="eight wide mobile"].column {
  12924. width: 50% !important;
  12925. }
  12926. .ui.grid > .row > [class*="nine wide mobile"].column,
  12927. .ui.grid > .column.row > [class*="nine wide mobile"].column,
  12928. .ui.grid > [class*="nine wide mobile"].column,
  12929. .ui.column.grid > [class*="nine wide mobile"].column {
  12930. width: 56.25% !important;
  12931. }
  12932. .ui.grid > .row > [class*="ten wide mobile"].column,
  12933. .ui.grid > .column.row > [class*="ten wide mobile"].column,
  12934. .ui.grid > [class*="ten wide mobile"].column,
  12935. .ui.column.grid > [class*="ten wide mobile"].column {
  12936. width: 62.5% !important;
  12937. }
  12938. .ui.grid > .row > [class*="eleven wide mobile"].column,
  12939. .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  12940. .ui.grid > [class*="eleven wide mobile"].column,
  12941. .ui.column.grid > [class*="eleven wide mobile"].column {
  12942. width: 68.75% !important;
  12943. }
  12944. .ui.grid > .row > [class*="twelve wide mobile"].column,
  12945. .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  12946. .ui.grid > [class*="twelve wide mobile"].column,
  12947. .ui.column.grid > [class*="twelve wide mobile"].column {
  12948. width: 75% !important;
  12949. }
  12950. .ui.grid > .row > [class*="thirteen wide mobile"].column,
  12951. .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  12952. .ui.grid > [class*="thirteen wide mobile"].column,
  12953. .ui.column.grid > [class*="thirteen wide mobile"].column {
  12954. width: 81.25% !important;
  12955. }
  12956. .ui.grid > .row > [class*="fourteen wide mobile"].column,
  12957. .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  12958. .ui.grid > [class*="fourteen wide mobile"].column,
  12959. .ui.column.grid > [class*="fourteen wide mobile"].column {
  12960. width: 87.5% !important;
  12961. }
  12962. .ui.grid > .row > [class*="fifteen wide mobile"].column,
  12963. .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  12964. .ui.grid > [class*="fifteen wide mobile"].column,
  12965. .ui.column.grid > [class*="fifteen wide mobile"].column {
  12966. width: 93.75% !important;
  12967. }
  12968. .ui.grid > .row > [class*="sixteen wide mobile"].column,
  12969. .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  12970. .ui.grid > [class*="sixteen wide mobile"].column,
  12971. .ui.column.grid > [class*="sixteen wide mobile"].column {
  12972. width: 100% !important;
  12973. }
  12974. }
  12975. /* Tablet Sizing Combinations */
  12976. @media only screen and (min-width: 688px) and (max-width: 687px) {
  12977. .ui.grid > .row > [class*="one wide tablet"].column,
  12978. .ui.grid > .column.row > [class*="one wide tablet"].column,
  12979. .ui.grid > [class*="one wide tablet"].column,
  12980. .ui.column.grid > [class*="one wide tablet"].column {
  12981. width: 6.25% !important;
  12982. }
  12983. .ui.grid > .row > [class*="two wide tablet"].column,
  12984. .ui.grid > .column.row > [class*="two wide tablet"].column,
  12985. .ui.grid > [class*="two wide tablet"].column,
  12986. .ui.column.grid > [class*="two wide tablet"].column {
  12987. width: 12.5% !important;
  12988. }
  12989. .ui.grid > .row > [class*="three wide tablet"].column,
  12990. .ui.grid > .column.row > [class*="three wide tablet"].column,
  12991. .ui.grid > [class*="three wide tablet"].column,
  12992. .ui.column.grid > [class*="three wide tablet"].column {
  12993. width: 18.75% !important;
  12994. }
  12995. .ui.grid > .row > [class*="four wide tablet"].column,
  12996. .ui.grid > .column.row > [class*="four wide tablet"].column,
  12997. .ui.grid > [class*="four wide tablet"].column,
  12998. .ui.column.grid > [class*="four wide tablet"].column {
  12999. width: 25% !important;
  13000. }
  13001. .ui.grid > .row > [class*="five wide tablet"].column,
  13002. .ui.grid > .column.row > [class*="five wide tablet"].column,
  13003. .ui.grid > [class*="five wide tablet"].column,
  13004. .ui.column.grid > [class*="five wide tablet"].column {
  13005. width: 31.25% !important;
  13006. }
  13007. .ui.grid > .row > [class*="six wide tablet"].column,
  13008. .ui.grid > .column.row > [class*="six wide tablet"].column,
  13009. .ui.grid > [class*="six wide tablet"].column,
  13010. .ui.column.grid > [class*="six wide tablet"].column {
  13011. width: 37.5% !important;
  13012. }
  13013. .ui.grid > .row > [class*="seven wide tablet"].column,
  13014. .ui.grid > .column.row > [class*="seven wide tablet"].column,
  13015. .ui.grid > [class*="seven wide tablet"].column,
  13016. .ui.column.grid > [class*="seven wide tablet"].column {
  13017. width: 43.75% !important;
  13018. }
  13019. .ui.grid > .row > [class*="eight wide tablet"].column,
  13020. .ui.grid > .column.row > [class*="eight wide tablet"].column,
  13021. .ui.grid > [class*="eight wide tablet"].column,
  13022. .ui.column.grid > [class*="eight wide tablet"].column {
  13023. width: 50% !important;
  13024. }
  13025. .ui.grid > .row > [class*="nine wide tablet"].column,
  13026. .ui.grid > .column.row > [class*="nine wide tablet"].column,
  13027. .ui.grid > [class*="nine wide tablet"].column,
  13028. .ui.column.grid > [class*="nine wide tablet"].column {
  13029. width: 56.25% !important;
  13030. }
  13031. .ui.grid > .row > [class*="ten wide tablet"].column,
  13032. .ui.grid > .column.row > [class*="ten wide tablet"].column,
  13033. .ui.grid > [class*="ten wide tablet"].column,
  13034. .ui.column.grid > [class*="ten wide tablet"].column {
  13035. width: 62.5% !important;
  13036. }
  13037. .ui.grid > .row > [class*="eleven wide tablet"].column,
  13038. .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  13039. .ui.grid > [class*="eleven wide tablet"].column,
  13040. .ui.column.grid > [class*="eleven wide tablet"].column {
  13041. width: 68.75% !important;
  13042. }
  13043. .ui.grid > .row > [class*="twelve wide tablet"].column,
  13044. .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  13045. .ui.grid > [class*="twelve wide tablet"].column,
  13046. .ui.column.grid > [class*="twelve wide tablet"].column {
  13047. width: 75% !important;
  13048. }
  13049. .ui.grid > .row > [class*="thirteen wide tablet"].column,
  13050. .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  13051. .ui.grid > [class*="thirteen wide tablet"].column,
  13052. .ui.column.grid > [class*="thirteen wide tablet"].column {
  13053. width: 81.25% !important;
  13054. }
  13055. .ui.grid > .row > [class*="fourteen wide tablet"].column,
  13056. .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  13057. .ui.grid > [class*="fourteen wide tablet"].column,
  13058. .ui.column.grid > [class*="fourteen wide tablet"].column {
  13059. width: 87.5% !important;
  13060. }
  13061. .ui.grid > .row > [class*="fifteen wide tablet"].column,
  13062. .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  13063. .ui.grid > [class*="fifteen wide tablet"].column,
  13064. .ui.column.grid > [class*="fifteen wide tablet"].column {
  13065. width: 93.75% !important;
  13066. }
  13067. .ui.grid > .row > [class*="sixteen wide tablet"].column,
  13068. .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  13069. .ui.grid > [class*="sixteen wide tablet"].column,
  13070. .ui.column.grid > [class*="sixteen wide tablet"].column {
  13071. width: 100% !important;
  13072. }
  13073. }
  13074. /* Computer/Desktop Sizing Combinations */
  13075. @media only screen and (min-width: 688px) {
  13076. .ui.grid > .row > [class*="one wide computer"].column,
  13077. .ui.grid > .column.row > [class*="one wide computer"].column,
  13078. .ui.grid > [class*="one wide computer"].column,
  13079. .ui.column.grid > [class*="one wide computer"].column {
  13080. width: 6.25% !important;
  13081. }
  13082. .ui.grid > .row > [class*="two wide computer"].column,
  13083. .ui.grid > .column.row > [class*="two wide computer"].column,
  13084. .ui.grid > [class*="two wide computer"].column,
  13085. .ui.column.grid > [class*="two wide computer"].column {
  13086. width: 12.5% !important;
  13087. }
  13088. .ui.grid > .row > [class*="three wide computer"].column,
  13089. .ui.grid > .column.row > [class*="three wide computer"].column,
  13090. .ui.grid > [class*="three wide computer"].column,
  13091. .ui.column.grid > [class*="three wide computer"].column {
  13092. width: 18.75% !important;
  13093. }
  13094. .ui.grid > .row > [class*="four wide computer"].column,
  13095. .ui.grid > .column.row > [class*="four wide computer"].column,
  13096. .ui.grid > [class*="four wide computer"].column,
  13097. .ui.column.grid > [class*="four wide computer"].column {
  13098. width: 25% !important;
  13099. }
  13100. .ui.grid > .row > [class*="five wide computer"].column,
  13101. .ui.grid > .column.row > [class*="five wide computer"].column,
  13102. .ui.grid > [class*="five wide computer"].column,
  13103. .ui.column.grid > [class*="five wide computer"].column {
  13104. width: 31.25% !important;
  13105. }
  13106. .ui.grid > .row > [class*="six wide computer"].column,
  13107. .ui.grid > .column.row > [class*="six wide computer"].column,
  13108. .ui.grid > [class*="six wide computer"].column,
  13109. .ui.column.grid > [class*="six wide computer"].column {
  13110. width: 37.5% !important;
  13111. }
  13112. .ui.grid > .row > [class*="seven wide computer"].column,
  13113. .ui.grid > .column.row > [class*="seven wide computer"].column,
  13114. .ui.grid > [class*="seven wide computer"].column,
  13115. .ui.column.grid > [class*="seven wide computer"].column {
  13116. width: 43.75% !important;
  13117. }
  13118. .ui.grid > .row > [class*="eight wide computer"].column,
  13119. .ui.grid > .column.row > [class*="eight wide computer"].column,
  13120. .ui.grid > [class*="eight wide computer"].column,
  13121. .ui.column.grid > [class*="eight wide computer"].column {
  13122. width: 50% !important;
  13123. }
  13124. .ui.grid > .row > [class*="nine wide computer"].column,
  13125. .ui.grid > .column.row > [class*="nine wide computer"].column,
  13126. .ui.grid > [class*="nine wide computer"].column,
  13127. .ui.column.grid > [class*="nine wide computer"].column {
  13128. width: 56.25% !important;
  13129. }
  13130. .ui.grid > .row > [class*="ten wide computer"].column,
  13131. .ui.grid > .column.row > [class*="ten wide computer"].column,
  13132. .ui.grid > [class*="ten wide computer"].column,
  13133. .ui.column.grid > [class*="ten wide computer"].column {
  13134. width: 62.5% !important;
  13135. }
  13136. .ui.grid > .row > [class*="eleven wide computer"].column,
  13137. .ui.grid > .column.row > [class*="eleven wide computer"].column,
  13138. .ui.grid > [class*="eleven wide computer"].column,
  13139. .ui.column.grid > [class*="eleven wide computer"].column {
  13140. width: 68.75% !important;
  13141. }
  13142. .ui.grid > .row > [class*="twelve wide computer"].column,
  13143. .ui.grid > .column.row > [class*="twelve wide computer"].column,
  13144. .ui.grid > [class*="twelve wide computer"].column,
  13145. .ui.column.grid > [class*="twelve wide computer"].column {
  13146. width: 75% !important;
  13147. }
  13148. .ui.grid > .row > [class*="thirteen wide computer"].column,
  13149. .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  13150. .ui.grid > [class*="thirteen wide computer"].column,
  13151. .ui.column.grid > [class*="thirteen wide computer"].column {
  13152. width: 81.25% !important;
  13153. }
  13154. .ui.grid > .row > [class*="fourteen wide computer"].column,
  13155. .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  13156. .ui.grid > [class*="fourteen wide computer"].column,
  13157. .ui.column.grid > [class*="fourteen wide computer"].column {
  13158. width: 87.5% !important;
  13159. }
  13160. .ui.grid > .row > [class*="fifteen wide computer"].column,
  13161. .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  13162. .ui.grid > [class*="fifteen wide computer"].column,
  13163. .ui.column.grid > [class*="fifteen wide computer"].column {
  13164. width: 93.75% !important;
  13165. }
  13166. .ui.grid > .row > [class*="sixteen wide computer"].column,
  13167. .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  13168. .ui.grid > [class*="sixteen wide computer"].column,
  13169. .ui.column.grid > [class*="sixteen wide computer"].column {
  13170. width: 100% !important;
  13171. }
  13172. }
  13173. /* Large Monitor Sizing Combinations */
  13174. @media only screen and (min-width: 688px) and (max-width: 1919px) {
  13175. .ui.grid > .row > [class*="one wide large screen"].column,
  13176. .ui.grid > .column.row > [class*="one wide large screen"].column,
  13177. .ui.grid > [class*="one wide large screen"].column,
  13178. .ui.column.grid > [class*="one wide large screen"].column {
  13179. width: 6.25% !important;
  13180. }
  13181. .ui.grid > .row > [class*="two wide large screen"].column,
  13182. .ui.grid > .column.row > [class*="two wide large screen"].column,
  13183. .ui.grid > [class*="two wide large screen"].column,
  13184. .ui.column.grid > [class*="two wide large screen"].column {
  13185. width: 12.5% !important;
  13186. }
  13187. .ui.grid > .row > [class*="three wide large screen"].column,
  13188. .ui.grid > .column.row > [class*="three wide large screen"].column,
  13189. .ui.grid > [class*="three wide large screen"].column,
  13190. .ui.column.grid > [class*="three wide large screen"].column {
  13191. width: 18.75% !important;
  13192. }
  13193. .ui.grid > .row > [class*="four wide large screen"].column,
  13194. .ui.grid > .column.row > [class*="four wide large screen"].column,
  13195. .ui.grid > [class*="four wide large screen"].column,
  13196. .ui.column.grid > [class*="four wide large screen"].column {
  13197. width: 25% !important;
  13198. }
  13199. .ui.grid > .row > [class*="five wide large screen"].column,
  13200. .ui.grid > .column.row > [class*="five wide large screen"].column,
  13201. .ui.grid > [class*="five wide large screen"].column,
  13202. .ui.column.grid > [class*="five wide large screen"].column {
  13203. width: 31.25% !important;
  13204. }
  13205. .ui.grid > .row > [class*="six wide large screen"].column,
  13206. .ui.grid > .column.row > [class*="six wide large screen"].column,
  13207. .ui.grid > [class*="six wide large screen"].column,
  13208. .ui.column.grid > [class*="six wide large screen"].column {
  13209. width: 37.5% !important;
  13210. }
  13211. .ui.grid > .row > [class*="seven wide large screen"].column,
  13212. .ui.grid > .column.row > [class*="seven wide large screen"].column,
  13213. .ui.grid > [class*="seven wide large screen"].column,
  13214. .ui.column.grid > [class*="seven wide large screen"].column {
  13215. width: 43.75% !important;
  13216. }
  13217. .ui.grid > .row > [class*="eight wide large screen"].column,
  13218. .ui.grid > .column.row > [class*="eight wide large screen"].column,
  13219. .ui.grid > [class*="eight wide large screen"].column,
  13220. .ui.column.grid > [class*="eight wide large screen"].column {
  13221. width: 50% !important;
  13222. }
  13223. .ui.grid > .row > [class*="nine wide large screen"].column,
  13224. .ui.grid > .column.row > [class*="nine wide large screen"].column,
  13225. .ui.grid > [class*="nine wide large screen"].column,
  13226. .ui.column.grid > [class*="nine wide large screen"].column {
  13227. width: 56.25% !important;
  13228. }
  13229. .ui.grid > .row > [class*="ten wide large screen"].column,
  13230. .ui.grid > .column.row > [class*="ten wide large screen"].column,
  13231. .ui.grid > [class*="ten wide large screen"].column,
  13232. .ui.column.grid > [class*="ten wide large screen"].column {
  13233. width: 62.5% !important;
  13234. }
  13235. .ui.grid > .row > [class*="eleven wide large screen"].column,
  13236. .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  13237. .ui.grid > [class*="eleven wide large screen"].column,
  13238. .ui.column.grid > [class*="eleven wide large screen"].column {
  13239. width: 68.75% !important;
  13240. }
  13241. .ui.grid > .row > [class*="twelve wide large screen"].column,
  13242. .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  13243. .ui.grid > [class*="twelve wide large screen"].column,
  13244. .ui.column.grid > [class*="twelve wide large screen"].column {
  13245. width: 75% !important;
  13246. }
  13247. .ui.grid > .row > [class*="thirteen wide large screen"].column,
  13248. .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  13249. .ui.grid > [class*="thirteen wide large screen"].column,
  13250. .ui.column.grid > [class*="thirteen wide large screen"].column {
  13251. width: 81.25% !important;
  13252. }
  13253. .ui.grid > .row > [class*="fourteen wide large screen"].column,
  13254. .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  13255. .ui.grid > [class*="fourteen wide large screen"].column,
  13256. .ui.column.grid > [class*="fourteen wide large screen"].column {
  13257. width: 87.5% !important;
  13258. }
  13259. .ui.grid > .row > [class*="fifteen wide large screen"].column,
  13260. .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  13261. .ui.grid > [class*="fifteen wide large screen"].column,
  13262. .ui.column.grid > [class*="fifteen wide large screen"].column {
  13263. width: 93.75% !important;
  13264. }
  13265. .ui.grid > .row > [class*="sixteen wide large screen"].column,
  13266. .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  13267. .ui.grid > [class*="sixteen wide large screen"].column,
  13268. .ui.column.grid > [class*="sixteen wide large screen"].column {
  13269. width: 100% !important;
  13270. }
  13271. }
  13272. /* Widescreen Sizing Combinations */
  13273. @media only screen and (min-width: 1920px) {
  13274. .ui.grid > .row > [class*="one wide widescreen"].column,
  13275. .ui.grid > .column.row > [class*="one wide widescreen"].column,
  13276. .ui.grid > [class*="one wide widescreen"].column,
  13277. .ui.column.grid > [class*="one wide widescreen"].column {
  13278. width: 6.25% !important;
  13279. }
  13280. .ui.grid > .row > [class*="two wide widescreen"].column,
  13281. .ui.grid > .column.row > [class*="two wide widescreen"].column,
  13282. .ui.grid > [class*="two wide widescreen"].column,
  13283. .ui.column.grid > [class*="two wide widescreen"].column {
  13284. width: 12.5% !important;
  13285. }
  13286. .ui.grid > .row > [class*="three wide widescreen"].column,
  13287. .ui.grid > .column.row > [class*="three wide widescreen"].column,
  13288. .ui.grid > [class*="three wide widescreen"].column,
  13289. .ui.column.grid > [class*="three wide widescreen"].column {
  13290. width: 18.75% !important;
  13291. }
  13292. .ui.grid > .row > [class*="four wide widescreen"].column,
  13293. .ui.grid > .column.row > [class*="four wide widescreen"].column,
  13294. .ui.grid > [class*="four wide widescreen"].column,
  13295. .ui.column.grid > [class*="four wide widescreen"].column {
  13296. width: 25% !important;
  13297. }
  13298. .ui.grid > .row > [class*="five wide widescreen"].column,
  13299. .ui.grid > .column.row > [class*="five wide widescreen"].column,
  13300. .ui.grid > [class*="five wide widescreen"].column,
  13301. .ui.column.grid > [class*="five wide widescreen"].column {
  13302. width: 31.25% !important;
  13303. }
  13304. .ui.grid > .row > [class*="six wide widescreen"].column,
  13305. .ui.grid > .column.row > [class*="six wide widescreen"].column,
  13306. .ui.grid > [class*="six wide widescreen"].column,
  13307. .ui.column.grid > [class*="six wide widescreen"].column {
  13308. width: 37.5% !important;
  13309. }
  13310. .ui.grid > .row > [class*="seven wide widescreen"].column,
  13311. .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  13312. .ui.grid > [class*="seven wide widescreen"].column,
  13313. .ui.column.grid > [class*="seven wide widescreen"].column {
  13314. width: 43.75% !important;
  13315. }
  13316. .ui.grid > .row > [class*="eight wide widescreen"].column,
  13317. .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  13318. .ui.grid > [class*="eight wide widescreen"].column,
  13319. .ui.column.grid > [class*="eight wide widescreen"].column {
  13320. width: 50% !important;
  13321. }
  13322. .ui.grid > .row > [class*="nine wide widescreen"].column,
  13323. .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  13324. .ui.grid > [class*="nine wide widescreen"].column,
  13325. .ui.column.grid > [class*="nine wide widescreen"].column {
  13326. width: 56.25% !important;
  13327. }
  13328. .ui.grid > .row > [class*="ten wide widescreen"].column,
  13329. .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  13330. .ui.grid > [class*="ten wide widescreen"].column,
  13331. .ui.column.grid > [class*="ten wide widescreen"].column {
  13332. width: 62.5% !important;
  13333. }
  13334. .ui.grid > .row > [class*="eleven wide widescreen"].column,
  13335. .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  13336. .ui.grid > [class*="eleven wide widescreen"].column,
  13337. .ui.column.grid > [class*="eleven wide widescreen"].column {
  13338. width: 68.75% !important;
  13339. }
  13340. .ui.grid > .row > [class*="twelve wide widescreen"].column,
  13341. .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  13342. .ui.grid > [class*="twelve wide widescreen"].column,
  13343. .ui.column.grid > [class*="twelve wide widescreen"].column {
  13344. width: 75% !important;
  13345. }
  13346. .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  13347. .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  13348. .ui.grid > [class*="thirteen wide widescreen"].column,
  13349. .ui.column.grid > [class*="thirteen wide widescreen"].column {
  13350. width: 81.25% !important;
  13351. }
  13352. .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  13353. .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  13354. .ui.grid > [class*="fourteen wide widescreen"].column,
  13355. .ui.column.grid > [class*="fourteen wide widescreen"].column {
  13356. width: 87.5% !important;
  13357. }
  13358. .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  13359. .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  13360. .ui.grid > [class*="fifteen wide widescreen"].column,
  13361. .ui.column.grid > [class*="fifteen wide widescreen"].column {
  13362. width: 93.75% !important;
  13363. }
  13364. .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  13365. .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  13366. .ui.grid > [class*="sixteen wide widescreen"].column,
  13367. .ui.column.grid > [class*="sixteen wide widescreen"].column {
  13368. width: 100% !important;
  13369. }
  13370. }
  13371. /*----------------------
  13372. Centered
  13373. -----------------------*/
  13374. .ui.centered.grid,
  13375. .ui.centered.grid > .row,
  13376. .ui.grid > .centered.row {
  13377. text-align: center;
  13378. -webkit-box-pack: center;
  13379. -webkit-justify-content: center;
  13380. -ms-flex-pack: center;
  13381. justify-content: center;
  13382. }
  13383. .ui.centered.grid > .column:not(.aligned):not(.row),
  13384. .ui.centered.grid > .row > .column:not(.aligned),
  13385. .ui.grid .centered.row > .column:not(.aligned) {
  13386. text-align: left;
  13387. }
  13388. .ui.grid > .centered.column,
  13389. .ui.grid > .row > .centered.column {
  13390. display: block;
  13391. margin-left: auto;
  13392. margin-right: auto;
  13393. }
  13394. /*----------------------
  13395. Relaxed
  13396. -----------------------*/
  13397. .ui.relaxed.grid > .column:not(.row),
  13398. .ui.relaxed.grid > .row > .column,
  13399. .ui.grid > .relaxed.row > .column {
  13400. padding-left: 1.5rem;
  13401. padding-right: 1.5rem;
  13402. }
  13403. .ui[class*="very relaxed"].grid > .column:not(.row),
  13404. .ui[class*="very relaxed"].grid > .row > .column,
  13405. .ui.grid > [class*="very relaxed"].row > .column {
  13406. padding-left: 2.5rem;
  13407. padding-right: 2.5rem;
  13408. }
  13409. /* Coupling with UI Divider */
  13410. .ui.relaxed.grid .row + .ui.divider,
  13411. .ui.grid .relaxed.row + .ui.divider {
  13412. margin-left: 1.5rem;
  13413. margin-right: 1.5rem;
  13414. }
  13415. .ui[class*="very relaxed"].grid .row + .ui.divider,
  13416. .ui.grid [class*="very relaxed"].row + .ui.divider {
  13417. margin-left: 2.5rem;
  13418. margin-right: 2.5rem;
  13419. }
  13420. /*----------------------
  13421. Padded
  13422. -----------------------*/
  13423. .ui.padded.grid:not(.vertically):not(.horizontally) {
  13424. margin: 0em !important;
  13425. }
  13426. [class*="horizontally padded"].ui.grid {
  13427. margin-left: 0em !important;
  13428. margin-right: 0em !important;
  13429. }
  13430. [class*="vertically padded"].ui.grid {
  13431. margin-top: 0em !important;
  13432. margin-bottom: 0em !important;
  13433. }
  13434. /*----------------------
  13435. "Floated"
  13436. -----------------------*/
  13437. .ui.grid [class*="left floated"].column {
  13438. margin-right: auto;
  13439. }
  13440. .ui.grid [class*="right floated"].column {
  13441. margin-left: auto;
  13442. }
  13443. /*----------------------
  13444. Divided
  13445. -----------------------*/
  13446. .ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  13447. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  13448. box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.13);
  13449. }
  13450. /* Swap from padding to margin on columns to have dividers align */
  13451. .ui[class*="vertically divided"].grid > .column:not(.row),
  13452. .ui[class*="vertically divided"].grid > .row > .column {
  13453. margin-top: 1rem;
  13454. margin-bottom: 1rem;
  13455. padding-top: 0rem;
  13456. padding-bottom: 0rem;
  13457. }
  13458. .ui[class*="vertically divided"].grid > .row {
  13459. margin-top: 0em;
  13460. margin-bottom: 0em;
  13461. }
  13462. /* No divider on first column on row */
  13463. .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
  13464. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  13465. box-shadow: none;
  13466. }
  13467. /* Divided Row */
  13468. .ui.grid > .divided.row > .column {
  13469. box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.13);
  13470. }
  13471. .ui.grid > .divided.row > .column:first-child {
  13472. box-shadow: none;
  13473. }
  13474. /* Vertically Divided */
  13475. .ui[class*="vertically divided"].grid > .row {
  13476. position: relative;
  13477. }
  13478. .ui[class*="vertically divided"].grid > .row:before {
  13479. position: absolute;
  13480. content: "";
  13481. top: 0em;
  13482. left: 0px;
  13483. width: calc(100% - 1.538rem );
  13484. height: 1px;
  13485. margin: 0% 0.769rem;
  13486. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13);
  13487. }
  13488. /* Padded Horizontally Divided */
  13489. [class*="horizontally padded"].ui.divided.grid,
  13490. .ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  13491. width: 100%;
  13492. }
  13493. /* First Row Vertically Divided */
  13494. .ui[class*="vertically divided"].grid > .row:first-child:before {
  13495. box-shadow: none;
  13496. }
  13497. /* Inverted Divided */
  13498. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  13499. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  13500. box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  13501. }
  13502. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
  13503. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  13504. box-shadow: none;
  13505. }
  13506. .ui.inverted[class*="vertically divided"].grid > .row:before {
  13507. box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  13508. }
  13509. /* Relaxed */
  13510. .ui.relaxed[class*="vertically divided"].grid > .row:before {
  13511. margin-left: 1.5rem;
  13512. margin-right: 1.5rem;
  13513. width: calc(100% - 3rem );
  13514. }
  13515. .ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  13516. margin-left: 5rem;
  13517. margin-right: 5rem;
  13518. width: calc(100% - 5rem );
  13519. }
  13520. /*----------------------
  13521. Celled
  13522. -----------------------*/
  13523. .ui.celled.grid {
  13524. width: 100%;
  13525. margin: 1em 0em;
  13526. box-shadow: 0px 0px 0px 1px #DDDDDD;
  13527. }
  13528. .ui.celled.grid > .row {
  13529. width: 100% !important;
  13530. margin: 0em;
  13531. padding: 0em;
  13532. box-shadow: 0px -1px 0px 0px #DDDDDD;
  13533. }
  13534. .ui.celled.grid > .column:not(.row),
  13535. .ui.celled.grid > .row > .column {
  13536. box-shadow: -1px 0px 0px 0px #DDDDDD;
  13537. }
  13538. .ui.celled.grid > .column:first-child,
  13539. .ui.celled.grid > .row > .column:first-child {
  13540. box-shadow: none;
  13541. }
  13542. .ui.celled.grid > .column:not(.row),
  13543. .ui.celled.grid > .row > .column {
  13544. padding: 1em;
  13545. }
  13546. .ui.relaxed.celled.grid > .column:not(.row),
  13547. .ui.relaxed.celled.grid > .row > .column {
  13548. padding: 1.5em;
  13549. }
  13550. .ui[class*="very relaxed"].celled.grid > .column:not(.row),
  13551. .ui[class*="very relaxed"].celled.grid > .row > .column {
  13552. padding: 2em;
  13553. }
  13554. /* Internally Celled */
  13555. .ui[class*="internally celled"].grid {
  13556. box-shadow: none;
  13557. margin: 0em;
  13558. }
  13559. .ui[class*="internally celled"].grid > .row:first-child {
  13560. box-shadow: none;
  13561. }
  13562. .ui[class*="internally celled"].grid > .row > .column:first-child {
  13563. box-shadow: none;
  13564. }
  13565. /*----------------------
  13566. Vertically Aligned
  13567. -----------------------*/
  13568. /* Top Aligned */
  13569. .ui[class*="top aligned"].grid > .column:not(.row),
  13570. .ui[class*="top aligned"].grid > .row > .column,
  13571. .ui.grid > [class*="top aligned"].row > .column,
  13572. .ui.grid > [class*="top aligned"].column:not(.row),
  13573. .ui.grid > .row > [class*="top aligned"].column {
  13574. -webkit-box-orient: vertical;
  13575. -webkit-box-direction: normal;
  13576. -webkit-flex-direction: column;
  13577. -ms-flex-direction: column;
  13578. flex-direction: column;
  13579. vertical-align: top;
  13580. -webkit-align-self: flex-start !important;
  13581. -ms-flex-item-align: start !important;
  13582. align-self: flex-start !important;
  13583. }
  13584. /* Middle Aligned */
  13585. .ui[class*="middle aligned"].grid > .column:not(.row),
  13586. .ui[class*="middle aligned"].grid > .row > .column,
  13587. .ui.grid > [class*="middle aligned"].row > .column,
  13588. .ui.grid > [class*="middle aligned"].column:not(.row),
  13589. .ui.grid > .row > [class*="middle aligned"].column {
  13590. -webkit-box-orient: vertical;
  13591. -webkit-box-direction: normal;
  13592. -webkit-flex-direction: column;
  13593. -ms-flex-direction: column;
  13594. flex-direction: column;
  13595. vertical-align: middle;
  13596. -webkit-align-self: center !important;
  13597. -ms-flex-item-align: center !important;
  13598. align-self: center !important;
  13599. }
  13600. /* Bottom Aligned */
  13601. .ui[class*="bottom aligned"].grid > .column:not(.row),
  13602. .ui[class*="bottom aligned"].grid > .row > .column,
  13603. .ui.grid > [class*="bottom aligned"].row > .column,
  13604. .ui.grid > [class*="bottom aligned"].column:not(.row),
  13605. .ui.grid > .row > [class*="bottom aligned"].column {
  13606. -webkit-box-orient: vertical;
  13607. -webkit-box-direction: normal;
  13608. -webkit-flex-direction: column;
  13609. -ms-flex-direction: column;
  13610. flex-direction: column;
  13611. vertical-align: bottom;
  13612. -webkit-align-self: flex-end !important;
  13613. -ms-flex-item-align: end !important;
  13614. align-self: flex-end !important;
  13615. }
  13616. /* Stretched */
  13617. .ui.stretched.grid > .row > .column,
  13618. .ui.stretched.grid > .column,
  13619. .ui.grid > .stretched.row > .column,
  13620. .ui.grid > .stretched.column:not(.row),
  13621. .ui.grid > .row > .stretched.column {
  13622. display: -webkit-inline-box !important;
  13623. display: -webkit-inline-flex !important;
  13624. display: -ms-inline-flexbox !important;
  13625. display: inline-flex !important;
  13626. -webkit-align-self: stretch;
  13627. -ms-flex-item-align: stretch;
  13628. align-self: stretch;
  13629. -webkit-box-orient: vertical;
  13630. -webkit-box-direction: normal;
  13631. -webkit-flex-direction: column;
  13632. -ms-flex-direction: column;
  13633. flex-direction: column;
  13634. }
  13635. .ui.stretched.grid > .row > .column > *,
  13636. .ui.stretched.grid > .column > *,
  13637. .ui.grid > .stretched.row > .column > *,
  13638. .ui.grid > .stretched.column:not(.row) > *,
  13639. .ui.grid > .row > .stretched.column > * {
  13640. -webkit-box-flex: 1;
  13641. -webkit-flex-grow: 1;
  13642. -ms-flex-positive: 1;
  13643. flex-grow: 1;
  13644. }
  13645. /*----------------------
  13646. Horizontally Centered
  13647. -----------------------*/
  13648. /* Left Aligned */
  13649. .ui[class*="left aligned"].grid > .column,
  13650. .ui[class*="left aligned"].grid > .row > .column,
  13651. .ui.grid > [class*="left aligned"].row > .column,
  13652. .ui.grid > [class*="left aligned"].column.column,
  13653. .ui.grid > .row > [class*="left aligned"].column {
  13654. text-align: left;
  13655. -webkit-align-self: inherit;
  13656. -ms-flex-item-align: inherit;
  13657. align-self: inherit;
  13658. }
  13659. /* Center Aligned */
  13660. .ui[class*="center aligned"].grid > .column,
  13661. .ui[class*="center aligned"].grid > .row > .column,
  13662. .ui.grid > [class*="center aligned"].row > .column,
  13663. .ui.grid > [class*="center aligned"].column.column,
  13664. .ui.grid > .row > [class*="center aligned"].column {
  13665. text-align: center;
  13666. -webkit-align-self: inherit;
  13667. -ms-flex-item-align: inherit;
  13668. align-self: inherit;
  13669. }
  13670. .ui[class*="center aligned"].grid {
  13671. -webkit-box-pack: center;
  13672. -webkit-justify-content: center;
  13673. -ms-flex-pack: center;
  13674. justify-content: center;
  13675. }
  13676. /* Right Aligned */
  13677. .ui[class*="right aligned"].grid > .column,
  13678. .ui[class*="right aligned"].grid > .row > .column,
  13679. .ui.grid > [class*="right aligned"].row > .column,
  13680. .ui.grid > [class*="right aligned"].column.column,
  13681. .ui.grid > .row > [class*="right aligned"].column {
  13682. text-align: right;
  13683. -webkit-align-self: inherit;
  13684. -ms-flex-item-align: inherit;
  13685. align-self: inherit;
  13686. }
  13687. /* Justified */
  13688. .ui.justified.grid > .column,
  13689. .ui.justified.grid > .row > .column,
  13690. .ui.grid > .justified.row > .column,
  13691. .ui.grid > .justified.column.column,
  13692. .ui.grid > .row > .justified.column {
  13693. text-align: justify;
  13694. -webkit-hyphens: auto;
  13695. -moz-hyphens: auto;
  13696. -ms-hyphens: auto;
  13697. hyphens: auto;
  13698. }
  13699. /*----------------------
  13700. Colored
  13701. -----------------------*/
  13702. .ui.grid > .row > .red.column,
  13703. .ui.grid > .row > .orange.column,
  13704. .ui.grid > .row > .yellow.column,
  13705. .ui.grid > .row > .olive.column,
  13706. .ui.grid > .row > .green.column,
  13707. .ui.grid > .row > .teal.column,
  13708. .ui.grid > .row > .blue.column,
  13709. .ui.grid > .row > .violet.column,
  13710. .ui.grid > .row > .purple.column,
  13711. .ui.grid > .row > .pink.column,
  13712. .ui.grid > .row > .brown.column,
  13713. .ui.grid > .row > .grey.column,
  13714. .ui.grid > .row > .black.column {
  13715. margin-top: -1rem;
  13716. margin-bottom: -1rem;
  13717. padding-top: 1rem;
  13718. padding-bottom: 1rem;
  13719. }
  13720. /* Red */
  13721. .ui.grid > .red.row,
  13722. .ui.grid > .red.column,
  13723. .ui.grid > .row > .red.column {
  13724. background-color: #DB2828 !important;
  13725. color: #FFFFFF;
  13726. }
  13727. /* Orange */
  13728. .ui.grid > .orange.row,
  13729. .ui.grid > .orange.column,
  13730. .ui.grid > .row > .orange.column {
  13731. background-color: #D26911 !important;
  13732. color: #FFFFFF;
  13733. }
  13734. /* Yellow */
  13735. .ui.grid > .yellow.row,
  13736. .ui.grid > .yellow.column,
  13737. .ui.grid > .row > .yellow.column {
  13738. background-color: #FBBD08 !important;
  13739. color: #FFFFFF;
  13740. }
  13741. /* Olive */
  13742. .ui.grid > .olive.row,
  13743. .ui.grid > .olive.column,
  13744. .ui.grid > .row > .olive.column {
  13745. background-color: #B5CC18 !important;
  13746. color: #FFFFFF;
  13747. }
  13748. /* Green */
  13749. .ui.grid > .green.row,
  13750. .ui.grid > .green.column,
  13751. .ui.grid > .row > .green.column {
  13752. background-color: #78CB5B !important;
  13753. color: #FFFFFF;
  13754. }
  13755. /* Teal */
  13756. .ui.grid > .teal.row,
  13757. .ui.grid > .teal.column,
  13758. .ui.grid > .row > .teal.column {
  13759. background-color: #00B5AD !important;
  13760. color: #FFFFFF;
  13761. }
  13762. /* Blue */
  13763. .ui.grid > .blue.row,
  13764. .ui.grid > .blue.column,
  13765. .ui.grid > .row > .blue.column {
  13766. background-color: #80A6CD !important;
  13767. color: #FFFFFF;
  13768. }
  13769. /* Violet */
  13770. .ui.grid > .violet.row,
  13771. .ui.grid > .violet.column,
  13772. .ui.grid > .row > .violet.column {
  13773. background-color: #6435C9 !important;
  13774. color: #FFFFFF;
  13775. }
  13776. /* Purple */
  13777. .ui.grid > .purple.row,
  13778. .ui.grid > .purple.column,
  13779. .ui.grid > .row > .purple.column {
  13780. background-color: #A333C8 !important;
  13781. color: #FFFFFF;
  13782. }
  13783. /* Pink */
  13784. .ui.grid > .pink.row,
  13785. .ui.grid > .pink.column,
  13786. .ui.grid > .row > .pink.column {
  13787. background-color: #E03997 !important;
  13788. color: #FFFFFF;
  13789. }
  13790. /* Brown */
  13791. .ui.grid > .brown.row,
  13792. .ui.grid > .brown.column,
  13793. .ui.grid > .row > .brown.column {
  13794. background-color: #A5673F !important;
  13795. color: #FFFFFF;
  13796. }
  13797. /* Grey */
  13798. .ui.grid > .grey.row,
  13799. .ui.grid > .grey.column,
  13800. .ui.grid > .row > .grey.column {
  13801. background-color: #767676 !important;
  13802. color: #FFFFFF;
  13803. }
  13804. /* Black */
  13805. .ui.grid > .black.row,
  13806. .ui.grid > .black.column,
  13807. .ui.grid > .row > .black.column {
  13808. background-color: #333333 !important;
  13809. color: #FFFFFF;
  13810. }
  13811. /*----------------------
  13812. Equal Width
  13813. -----------------------*/
  13814. .ui[class*="equal width"].grid > .column:not(.row),
  13815. .ui[class*="equal width"].grid > .row > .column,
  13816. .ui.grid > [class*="equal width"].row > .column {
  13817. display: inline-block;
  13818. -webkit-box-flex: 1;
  13819. -webkit-flex-grow: 1;
  13820. -ms-flex-positive: 1;
  13821. flex-grow: 1;
  13822. }
  13823. .ui[class*="equal width"].grid > .wide.column,
  13824. .ui[class*="equal width"].grid > .row > .wide.column,
  13825. .ui.grid > [class*="equal width"].row > .wide.column {
  13826. -webkit-box-flex: 0;
  13827. -webkit-flex-grow: 0;
  13828. -ms-flex-positive: 0;
  13829. flex-grow: 0;
  13830. }
  13831. /*----------------------
  13832. Reverse
  13833. -----------------------*/
  13834. /* Mobile */
  13835. @media only screen and (max-width: 687px) {
  13836. .ui[class*="mobile reversed"].grid,
  13837. .ui[class*="mobile reversed"].grid > .row,
  13838. .ui.grid > [class*="mobile reversed"].row {
  13839. -webkit-box-orient: horizontal;
  13840. -webkit-box-direction: reverse;
  13841. -webkit-flex-direction: row-reverse;
  13842. -ms-flex-direction: row-reverse;
  13843. flex-direction: row-reverse;
  13844. }
  13845. .ui[class*="mobile vertically reversed"].grid,
  13846. .ui.stackable[class*="mobile reversed"] {
  13847. -webkit-box-orient: vertical;
  13848. -webkit-box-direction: reverse;
  13849. -webkit-flex-direction: column-reverse;
  13850. -ms-flex-direction: column-reverse;
  13851. flex-direction: column-reverse;
  13852. }
  13853. /* Divided Reversed */
  13854. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  13855. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  13856. box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.13);
  13857. }
  13858. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  13859. .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  13860. box-shadow: none;
  13861. }
  13862. /* Vertically Divided Reversed */
  13863. .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
  13864. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13);
  13865. }
  13866. .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
  13867. box-shadow: none;
  13868. }
  13869. /* Celled Reversed */
  13870. .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
  13871. box-shadow: -1px 0px 0px 0px #DDDDDD;
  13872. }
  13873. .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
  13874. box-shadow: none;
  13875. }
  13876. }
  13877. /* Tablet */
  13878. @media only screen and (min-width: 688px) and (max-width: 687px) {
  13879. .ui[class*="tablet reversed"].grid,
  13880. .ui[class*="tablet reversed"].grid > .row,
  13881. .ui.grid > [class*="tablet reversed"].row {
  13882. -webkit-box-orient: horizontal;
  13883. -webkit-box-direction: reverse;
  13884. -webkit-flex-direction: row-reverse;
  13885. -ms-flex-direction: row-reverse;
  13886. flex-direction: row-reverse;
  13887. }
  13888. .ui[class*="tablet vertically reversed"].grid {
  13889. -webkit-box-orient: vertical;
  13890. -webkit-box-direction: reverse;
  13891. -webkit-flex-direction: column-reverse;
  13892. -ms-flex-direction: column-reverse;
  13893. flex-direction: column-reverse;
  13894. }
  13895. /* Divided Reversed */
  13896. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  13897. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  13898. box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.13);
  13899. }
  13900. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  13901. .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  13902. box-shadow: none;
  13903. }
  13904. /* Vertically Divided Reversed */
  13905. .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
  13906. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13);
  13907. }
  13908. .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
  13909. box-shadow: none;
  13910. }
  13911. /* Celled Reversed */
  13912. .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
  13913. box-shadow: -1px 0px 0px 0px #DDDDDD;
  13914. }
  13915. .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
  13916. box-shadow: none;
  13917. }
  13918. }
  13919. /* Computer */
  13920. @media only screen and (min-width: 688px) {
  13921. .ui[class*="computer reversed"].grid,
  13922. .ui[class*="computer reversed"].grid > .row,
  13923. .ui.grid > [class*="computer reversed"].row {
  13924. -webkit-box-orient: horizontal;
  13925. -webkit-box-direction: reverse;
  13926. -webkit-flex-direction: row-reverse;
  13927. -ms-flex-direction: row-reverse;
  13928. flex-direction: row-reverse;
  13929. }
  13930. .ui[class*="computer vertically reversed"].grid {
  13931. -webkit-box-orient: vertical;
  13932. -webkit-box-direction: reverse;
  13933. -webkit-flex-direction: column-reverse;
  13934. -ms-flex-direction: column-reverse;
  13935. flex-direction: column-reverse;
  13936. }
  13937. /* Divided Reversed */
  13938. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  13939. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  13940. box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.13);
  13941. }
  13942. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  13943. .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
  13944. box-shadow: none;
  13945. }
  13946. /* Vertically Divided Reversed */
  13947. .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
  13948. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13);
  13949. }
  13950. .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
  13951. box-shadow: none;
  13952. }
  13953. /* Celled Reversed */
  13954. .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
  13955. box-shadow: -1px 0px 0px 0px #DDDDDD;
  13956. }
  13957. .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
  13958. box-shadow: none;
  13959. }
  13960. }
  13961. /*-------------------
  13962. Doubling
  13963. --------------------*/
  13964. /* Tablet Only */
  13965. @media only screen and (min-width: 688px) and (max-width: 687px) {
  13966. .ui.doubling.grid {
  13967. width: auto;
  13968. }
  13969. .ui.grid > .doubling.row,
  13970. .ui.doubling.grid > .row {
  13971. margin: 0em !important;
  13972. padding: 0em !important;
  13973. }
  13974. .ui.grid > .doubling.row > .column,
  13975. .ui.doubling.grid > .row > .column {
  13976. display: inline-block !important;
  13977. padding-top: 1rem !important;
  13978. padding-bottom: 1rem !important;
  13979. box-shadow: none !important;
  13980. margin: 0em;
  13981. }
  13982. .ui[class*="two column"].doubling.grid > .row > .column,
  13983. .ui[class*="two column"].doubling.grid > .column:not(.row),
  13984. .ui.grid > [class*="two column"].doubling.row.row > .column {
  13985. width: 100% !important;
  13986. }
  13987. .ui[class*="three column"].doubling.grid > .row > .column,
  13988. .ui[class*="three column"].doubling.grid > .column:not(.row),
  13989. .ui.grid > [class*="three column"].doubling.row.row > .column {
  13990. width: 50% !important;
  13991. }
  13992. .ui[class*="four column"].doubling.grid > .row > .column,
  13993. .ui[class*="four column"].doubling.grid > .column:not(.row),
  13994. .ui.grid > [class*="four column"].doubling.row.row > .column {
  13995. width: 50% !important;
  13996. }
  13997. .ui[class*="five column"].doubling.grid > .row > .column,
  13998. .ui[class*="five column"].doubling.grid > .column:not(.row),
  13999. .ui.grid > [class*="five column"].doubling.row.row > .column {
  14000. width: 33.33333333% !important;
  14001. }
  14002. .ui[class*="six column"].doubling.grid > .row > .column,
  14003. .ui[class*="six column"].doubling.grid > .column:not(.row),
  14004. .ui.grid > [class*="six column"].doubling.row.row > .column {
  14005. width: 33.33333333% !important;
  14006. }
  14007. .ui[class*="seven column"].doubling.grid > .row > .column,
  14008. .ui[class*="seven column"].doubling.grid > .column:not(.row),
  14009. .ui.grid > [class*="seven column"].doubling.row.row > .column {
  14010. width: 33.33333333% !important;
  14011. }
  14012. .ui[class*="eight column"].doubling.grid > .row > .column,
  14013. .ui[class*="eight column"].doubling.grid > .column:not(.row),
  14014. .ui.grid > [class*="eight column"].doubling.row.row > .column {
  14015. width: 25% !important;
  14016. }
  14017. .ui[class*="nine column"].doubling.grid > .row > .column,
  14018. .ui[class*="nine column"].doubling.grid > .column:not(.row),
  14019. .ui.grid > [class*="nine column"].doubling.row.row > .column {
  14020. width: 25% !important;
  14021. }
  14022. .ui[class*="ten column"].doubling.grid > .row > .column,
  14023. .ui[class*="ten column"].doubling.grid > .column:not(.row),
  14024. .ui.grid > [class*="ten column"].doubling.row.row > .column {
  14025. width: 20% !important;
  14026. }
  14027. .ui[class*="eleven column"].doubling.grid > .row > .column,
  14028. .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  14029. .ui.grid > [class*="eleven column"].doubling.row.row > .column {
  14030. width: 20% !important;
  14031. }
  14032. .ui[class*="twelve column"].doubling.grid > .row > .column,
  14033. .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  14034. .ui.grid > [class*="twelve column"].doubling.row.row > .column {
  14035. width: 16.66666667% !important;
  14036. }
  14037. .ui[class*="thirteen column"].doubling.grid > .row > .column,
  14038. .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  14039. .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
  14040. width: 16.66666667% !important;
  14041. }
  14042. .ui[class*="fourteen column"].doubling.grid > .row > .column,
  14043. .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  14044. .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
  14045. width: 14.28571429% !important;
  14046. }
  14047. .ui[class*="fifteen column"].doubling.grid > .row > .column,
  14048. .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  14049. .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
  14050. width: 14.28571429% !important;
  14051. }
  14052. .ui[class*="sixteen column"].doubling.grid > .row > .column,
  14053. .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  14054. .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
  14055. width: 12.5% !important;
  14056. }
  14057. }
  14058. /* Mobily Only */
  14059. @media only screen and (max-width: 687px) {
  14060. .ui.grid > .doubling.row,
  14061. .ui.doubling.grid > .row {
  14062. margin: 0em !important;
  14063. padding: 0em !important;
  14064. }
  14065. .ui.grid > .doubling.row > .column,
  14066. .ui.doubling.grid > .row > .column {
  14067. padding-top: 1rem !important;
  14068. padding-bottom: 1rem !important;
  14069. margin: 0em !important;
  14070. box-shadow: none !important;
  14071. }
  14072. .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  14073. .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  14074. .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
  14075. width: 100% !important;
  14076. }
  14077. .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  14078. .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  14079. .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
  14080. width: 50% !important;
  14081. }
  14082. .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  14083. .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  14084. .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
  14085. width: 50% !important;
  14086. }
  14087. .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  14088. .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  14089. .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
  14090. width: 50% !important;
  14091. }
  14092. .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  14093. .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  14094. .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
  14095. width: 50% !important;
  14096. }
  14097. .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  14098. .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  14099. .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
  14100. width: 50% !important;
  14101. }
  14102. .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  14103. .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  14104. .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
  14105. width: 50% !important;
  14106. }
  14107. .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  14108. .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  14109. .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
  14110. width: 33.33333333% !important;
  14111. }
  14112. .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  14113. .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  14114. .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
  14115. width: 33.33333333% !important;
  14116. }
  14117. .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  14118. .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  14119. .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
  14120. width: 33.33333333% !important;
  14121. }
  14122. .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  14123. .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  14124. .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
  14125. width: 33.33333333% !important;
  14126. }
  14127. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  14128. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  14129. .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
  14130. width: 33.33333333% !important;
  14131. }
  14132. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  14133. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  14134. .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
  14135. width: 25% !important;
  14136. }
  14137. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  14138. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  14139. .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
  14140. width: 25% !important;
  14141. }
  14142. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  14143. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  14144. .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
  14145. width: 25% !important;
  14146. }
  14147. }
  14148. /*-------------------
  14149. Stackable
  14150. --------------------*/
  14151. @media only screen and (max-width: 687px) {
  14152. .ui.stackable.grid {
  14153. width: auto;
  14154. margin-left: 0em !important;
  14155. margin-right: 0em !important;
  14156. }
  14157. .ui.stackable.grid > .row > .wide.column,
  14158. .ui.stackable.grid > .wide.column,
  14159. .ui.stackable.grid > .column.grid > .column,
  14160. .ui.stackable.grid > .column.row > .column,
  14161. .ui.stackable.grid > .row > .column,
  14162. .ui.stackable.grid > .column:not(.row),
  14163. .ui.grid > .stackable.stackable.row > .column {
  14164. width: 100% !important;
  14165. margin: 0em 0em !important;
  14166. box-shadow: none !important;
  14167. padding: 1rem 0.769rem !important;
  14168. }
  14169. .ui.stackable.grid:not(.vertically) > .row {
  14170. margin: 0em;
  14171. padding: 0em;
  14172. }
  14173. /* Coupling */
  14174. .ui.container > .ui.stackable.grid > .column,
  14175. .ui.container > .ui.stackable.grid > .row > .column {
  14176. padding-left: 0em !important;
  14177. padding-right: 0em !important;
  14178. }
  14179. /* Don't pad inside segment or nested grid */
  14180. .ui.grid .ui.stackable.grid,
  14181. .ui.segment:not(.vertical) .ui.stackable.page.grid {
  14182. margin-left: -0.769rem !important;
  14183. margin-right: -0.769rem !important;
  14184. }
  14185. /* Divided Stackable */
  14186. .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  14187. .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  14188. .ui.stackable.divided.grid > .column:not(.row):first-child,
  14189. .ui.stackable.celled.grid > .column:not(.row):first-child {
  14190. border-top: none !important;
  14191. }
  14192. .ui.inverted.stackable.celled.grid > .column:not(.row),
  14193. .ui.inverted.stackable.divided.grid > .column:not(.row),
  14194. .ui.inverted.stackable.celled.grid > .row > .column,
  14195. .ui.inverted.stackable.divided.grid > .row > .column {
  14196. border-top: 1px solid rgba(255, 255, 255, 0.1);
  14197. }
  14198. .ui.stackable.celled.grid > .column:not(.row),
  14199. .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  14200. .ui.stackable.celled.grid > .row > .column,
  14201. .ui.stackable.divided:not(.vertically).grid > .row > .column {
  14202. border-top: 1px solid rgba(0, 0, 0, 0.13);
  14203. box-shadow: none !important;
  14204. padding-top: 2rem !important;
  14205. padding-bottom: 2rem !important;
  14206. }
  14207. .ui.stackable.celled.grid > .row {
  14208. box-shadow: none !important;
  14209. }
  14210. .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  14211. .ui.stackable.divided:not(.vertically).grid > .row > .column {
  14212. padding-left: 0em !important;
  14213. padding-right: 0em !important;
  14214. }
  14215. }
  14216. /*----------------------
  14217. Only (Device)
  14218. -----------------------*/
  14219. /* These include arbitrary class repetitions for forced specificity */
  14220. /* Mobile Only Hide */
  14221. @media only screen and (max-width: 687px) {
  14222. .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  14223. .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  14224. .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  14225. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
  14226. display: none !important;
  14227. }
  14228. .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  14229. .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  14230. .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  14231. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
  14232. display: none !important;
  14233. }
  14234. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  14235. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  14236. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  14237. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  14238. display: none !important;
  14239. }
  14240. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  14241. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  14242. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  14243. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  14244. display: none !important;
  14245. }
  14246. }
  14247. /* Tablet Only Hide */
  14248. @media only screen and (min-width: 688px) and (max-width: 687px) {
  14249. .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  14250. .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  14251. .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  14252. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
  14253. display: none !important;
  14254. }
  14255. .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  14256. .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  14257. .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  14258. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
  14259. display: none !important;
  14260. }
  14261. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  14262. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  14263. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  14264. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  14265. display: none !important;
  14266. }
  14267. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  14268. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  14269. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  14270. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  14271. display: none !important;
  14272. }
  14273. }
  14274. /* Computer Only Hide */
  14275. @media only screen and (min-width: 688px) and (max-width: 687px) {
  14276. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  14277. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  14278. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  14279. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  14280. display: none !important;
  14281. }
  14282. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  14283. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  14284. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  14285. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  14286. display: none !important;
  14287. }
  14288. .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  14289. .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  14290. .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  14291. .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
  14292. display: none !important;
  14293. }
  14294. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  14295. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  14296. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  14297. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  14298. display: none !important;
  14299. }
  14300. }
  14301. /* Large Screen Only Hide */
  14302. @media only screen and (min-width: 688px) and (max-width: 1919px) {
  14303. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  14304. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  14305. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  14306. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  14307. display: none !important;
  14308. }
  14309. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  14310. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  14311. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  14312. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  14313. display: none !important;
  14314. }
  14315. .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  14316. .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  14317. .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  14318. .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
  14319. display: none !important;
  14320. }
  14321. }
  14322. /* Widescreen Only Hide */
  14323. @media only screen and (min-width: 1920px) {
  14324. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  14325. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  14326. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  14327. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  14328. display: none !important;
  14329. }
  14330. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  14331. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  14332. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  14333. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  14334. display: none !important;
  14335. }
  14336. }
  14337. /*******************************
  14338. Site Overrides
  14339. *******************************/
  14340. /*
  14341. * # Semantic - Menu
  14342. * http://github.com/semantic-org/semantic-ui/
  14343. *
  14344. *
  14345. * Copyright 2015 Contributor
  14346. * Released under the MIT license
  14347. * http://opensource.org/licenses/MIT
  14348. *
  14349. */
  14350. /*******************************
  14351. Standard
  14352. *******************************/
  14353. /*--------------
  14354. Menu
  14355. ---------------*/
  14356. .ui.menu {
  14357. display: -webkit-box;
  14358. display: -webkit-flex;
  14359. display: -ms-flexbox;
  14360. display: flex;
  14361. margin: 1rem 0em;
  14362. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  14363. background: #FFFFFF -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  14364. background: #FFFFFF linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  14365. font-weight: normal;
  14366. border: 1px solid rgba(0, 0, 0, 0.13);
  14367. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.13);
  14368. border-radius: 0.2307em;
  14369. min-height: 3em;
  14370. }
  14371. .ui.menu:after {
  14372. content: '';
  14373. display: block;
  14374. height: 0px;
  14375. clear: both;
  14376. visibility: hidden;
  14377. }
  14378. .ui.menu:first-child {
  14379. margin-top: 0rem;
  14380. }
  14381. .ui.menu:last-child {
  14382. margin-bottom: 0rem;
  14383. }
  14384. /*--------------
  14385. Sub-Menu
  14386. ---------------*/
  14387. .ui.menu .menu {
  14388. margin: 0em;
  14389. }
  14390. .ui.menu:not(.vertical) > .menu {
  14391. display: -webkit-box;
  14392. display: -webkit-flex;
  14393. display: -ms-flexbox;
  14394. display: flex;
  14395. }
  14396. /*--------------
  14397. Item
  14398. ---------------*/
  14399. .ui.menu:not(.vertical) .item {
  14400. display: -webkit-box;
  14401. display: -webkit-flex;
  14402. display: -ms-flexbox;
  14403. display: flex;
  14404. -webkit-box-align: center;
  14405. -webkit-align-items: center;
  14406. -ms-flex-align: center;
  14407. align-items: center;
  14408. }
  14409. .ui.menu .item {
  14410. position: relative;
  14411. vertical-align: middle;
  14412. line-height: 1;
  14413. text-decoration: none;
  14414. -webkit-tap-highlight-color: transparent;
  14415. -webkit-box-flex: 0;
  14416. -webkit-flex: 0 0 auto;
  14417. -ms-flex: 0 0 auto;
  14418. flex: 0 0 auto;
  14419. -webkit-user-select: none;
  14420. -moz-user-select: none;
  14421. -ms-user-select: none;
  14422. user-select: none;
  14423. background: none;
  14424. padding: 1em 1.25em;
  14425. text-transform: none;
  14426. color: rgba(0, 0, 0, 0.87);
  14427. font-weight: normal;
  14428. -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  14429. transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  14430. }
  14431. .ui.menu > .item:first-child {
  14432. border-radius: 0.2307em 0px 0px 0.2307em;
  14433. }
  14434. /* Border */
  14435. .ui.menu .item:before {
  14436. position: absolute;
  14437. content: '';
  14438. top: 0%;
  14439. right: 0px;
  14440. height: 100%;
  14441. width: 1px;
  14442. background: #E8E8E8;
  14443. }
  14444. /*--------------
  14445. Text Content
  14446. ---------------*/
  14447. .ui.menu .text.item > *,
  14448. .ui.menu .item > a:not(.ui),
  14449. .ui.menu .item > p:only-child {
  14450. -webkit-user-select: text;
  14451. -moz-user-select: text;
  14452. -ms-user-select: text;
  14453. user-select: text;
  14454. line-height: 1.3;
  14455. }
  14456. .ui.menu .item > p:first-child {
  14457. margin-top: 0;
  14458. }
  14459. .ui.menu .item > p:last-child {
  14460. margin-bottom: 0;
  14461. }
  14462. /*--------------
  14463. Icons
  14464. ---------------*/
  14465. .ui.menu .item > i.icon {
  14466. opacity: 0.9;
  14467. float: none;
  14468. margin: 0em 0.38461538em 0em 0em;
  14469. }
  14470. /*--------------
  14471. Button
  14472. ---------------*/
  14473. .ui.menu:not(.vertical) .item > .button {
  14474. position: relative;
  14475. top: -0.15em;
  14476. margin: -0.5em 0em;
  14477. padding-bottom: 0.75em;
  14478. padding-top: 0.75em;
  14479. font-size: 1em;
  14480. }
  14481. /*----------------
  14482. Grid / Container
  14483. -----------------*/
  14484. .ui.menu > .grid,
  14485. .ui.menu > .container {
  14486. display: -webkit-box;
  14487. display: -webkit-flex;
  14488. display: -ms-flexbox;
  14489. display: flex;
  14490. -webkit-box-align: inherit;
  14491. -webkit-align-items: inherit;
  14492. -ms-flex-align: inherit;
  14493. align-items: inherit;
  14494. -webkit-box-orient: vertical;
  14495. -webkit-box-direction: normal;
  14496. -webkit-flex-direction: inherit;
  14497. -ms-flex-direction: inherit;
  14498. flex-direction: inherit;
  14499. }
  14500. /*--------------
  14501. Inputs
  14502. ---------------*/
  14503. .ui.menu .item > .input {
  14504. width: 100%;
  14505. }
  14506. .ui.menu:not(.vertical) .item > .input {
  14507. position: relative;
  14508. top: 0em;
  14509. margin: -0.5em 0em;
  14510. }
  14511. .ui.menu .item > .input input {
  14512. font-size: 1em;
  14513. padding-top: 0.61538462em;
  14514. padding-bottom: 0.61538462em;
  14515. }
  14516. /*--------------
  14517. Header
  14518. ---------------*/
  14519. .ui.menu .header.item,
  14520. .ui.vertical.menu .header.item {
  14521. margin: 0em;
  14522. background: rgba(0, 0, 0, 0.08);
  14523. text-transform: normal;
  14524. font-weight: bold;
  14525. }
  14526. .ui.vertical.menu .item > .header:not(.ui) {
  14527. margin: 0em 0em 0.5em;
  14528. font-size: 1em;
  14529. font-weight: bold;
  14530. }
  14531. /*--------------
  14532. Popup
  14533. ---------------*/
  14534. .ui.menu .ui.popup {
  14535. display: none;
  14536. }
  14537. .ui.menu .ui.visible.popup {
  14538. display: block;
  14539. }
  14540. /*--------------
  14541. Dropdowns
  14542. ---------------*/
  14543. /* Dropdown Icon */
  14544. .ui.menu .item > i.dropdown.icon {
  14545. padding: 0em;
  14546. float: right;
  14547. margin: 0em 0em 0em 1em;
  14548. }
  14549. /* Menu */
  14550. .ui.menu .dropdown.item .menu {
  14551. left: 0px;
  14552. min-width: calc(100% - 1px);
  14553. border-radius: 0em 0em 0.2307em 0.2307em;
  14554. background: #FFFFFF;
  14555. margin: 0em 0px 0px;
  14556. box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  14557. -webkit-box-orient: vertical !important;
  14558. -webkit-box-direction: normal !important;
  14559. -webkit-flex-direction: column !important;
  14560. -ms-flex-direction: column !important;
  14561. flex-direction: column !important;
  14562. }
  14563. /* Menu Items */
  14564. .ui.menu .ui.dropdown .menu > .item {
  14565. margin: 0;
  14566. text-align: left;
  14567. font-size: 1em !important;
  14568. padding: 0.69230769em 1.15384615em !important;
  14569. background: transparent !important;
  14570. color: rgba(0, 0, 0, 0.87) !important;
  14571. text-transform: none !important;
  14572. font-weight: normal !important;
  14573. box-shadow: none !important;
  14574. -webkit-transition: none !important;
  14575. transition: none !important;
  14576. }
  14577. .ui.menu .ui.dropdown .menu > .item:hover {
  14578. background: rgba(0, 0, 0, 0.05) !important;
  14579. color: rgba(0, 0, 0, 0.95) !important;
  14580. }
  14581. .ui.menu .ui.dropdown .menu > .selected.item {
  14582. background: rgba(0, 0, 0, 0.05) !important;
  14583. color: rgba(0, 0, 0, 0.95) !important;
  14584. }
  14585. .ui.menu .ui.dropdown .menu > .active.item {
  14586. background: rgba(0, 0, 0, 0.03) !important;
  14587. font-weight: bold !important;
  14588. color: rgba(0, 0, 0, 0.95) !important;
  14589. }
  14590. .ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  14591. display: block;
  14592. }
  14593. .ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
  14594. display: inline-block;
  14595. font-size: 1em !important;
  14596. float: none;
  14597. margin: 0em 0.75em 0em 0em;
  14598. }
  14599. /* Secondary */
  14600. .ui.secondary.menu .dropdown.item > .menu,
  14601. .ui.text.menu .dropdown.item > .menu {
  14602. border-radius: 0.2307em;
  14603. margin-top: 0.38461538em;
  14604. }
  14605. /* Pointing */
  14606. .ui.menu .pointing.dropdown.item .menu {
  14607. margin-top: 0.75em;
  14608. }
  14609. /* Inverted */
  14610. .ui.inverted.menu .search.dropdown.item > .search,
  14611. .ui.inverted.menu .search.dropdown.item > .text {
  14612. color: rgba(255, 255, 255, 0.9);
  14613. }
  14614. /* Vertical */
  14615. .ui.vertical.menu .dropdown.item > .icon {
  14616. float: right;
  14617. content: "\f0da";
  14618. margin-left: 1em;
  14619. }
  14620. .ui.vertical.menu .dropdown.item .menu {
  14621. top: 0% !important;
  14622. left: 100%;
  14623. min-width: 0;
  14624. margin: 0em 0em 0em 0em;
  14625. box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  14626. border-radius: 0em 0.2307em 0.2307em 0.2307em;
  14627. }
  14628. .ui.vertical.menu .active.dropdown.item {
  14629. border-top-right-radius: 0em;
  14630. border-bottom-right-radius: 0em;
  14631. }
  14632. .ui.vertical.menu .dropdown.active.item {
  14633. box-shadow: none;
  14634. }
  14635. /* Evenly Divided */
  14636. .ui.item.menu .dropdown .menu .item {
  14637. width: 100%;
  14638. }
  14639. /*--------------
  14640. Labels
  14641. ---------------*/
  14642. .ui.menu .item > .label {
  14643. background: #999999;
  14644. color: #FFFFFF;
  14645. margin-left: 1em;
  14646. padding: 0.3em 0.69230769em;
  14647. }
  14648. .ui.vertical.menu .item > .label {
  14649. background: #999999;
  14650. color: #FFFFFF;
  14651. margin-top: -0.15em;
  14652. margin-bottom: -0.15em;
  14653. padding: 0.3em 0.69230769em;
  14654. }
  14655. .ui.menu .item > .floating.label {
  14656. padding: 0.3em 0.69230769em;
  14657. }
  14658. /*--------------
  14659. Images
  14660. ---------------*/
  14661. .ui.menu .item > img:not(.ui) {
  14662. display: inline-block;
  14663. vertical-align: middle;
  14664. margin: -0.3em 0em;
  14665. width: 2.5em;
  14666. }
  14667. .ui.vertical.menu .item > img:not(.ui):only-child {
  14668. display: block;
  14669. max-width: 100%;
  14670. width: auto;
  14671. }
  14672. /*******************************
  14673. Coupling
  14674. *******************************/
  14675. /*--------------
  14676. Sidebar
  14677. ---------------*/
  14678. /* Show vertical dividers below last */
  14679. .ui.vertical.sidebar.menu > .item:first-child:before {
  14680. display: block !important;
  14681. }
  14682. .ui.vertical.sidebar.menu > .item::before {
  14683. top: auto;
  14684. bottom: 0px;
  14685. }
  14686. /*--------------
  14687. Container
  14688. ---------------*/
  14689. @media only screen and (max-width: 687px) {
  14690. .ui.menu > .ui.container {
  14691. width: 100% !important;
  14692. margin-left: 0em !important;
  14693. margin-right: 0em !important;
  14694. }
  14695. }
  14696. @media only screen and (min-width: 688px) {
  14697. .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
  14698. border-left: 1px solid #E8E8E8;
  14699. }
  14700. }
  14701. /*******************************
  14702. States
  14703. *******************************/
  14704. /*--------------
  14705. Hover
  14706. ---------------*/
  14707. .ui.link.menu .item:hover,
  14708. .ui.menu .dropdown.item:hover,
  14709. .ui.menu .link.item:hover,
  14710. .ui.menu a.item:hover {
  14711. cursor: pointer;
  14712. background: rgba(0, 0, 0, 0.03);
  14713. color: rgba(0, 0, 0, 0.95);
  14714. }
  14715. /*--------------
  14716. Pressed
  14717. ---------------*/
  14718. .ui.link.menu .item:active,
  14719. .ui.menu .link.item:active,
  14720. .ui.menu a.item:active {
  14721. background: rgba(0, 0, 0, 0.03);
  14722. color: rgba(0, 0, 0, 0.95);
  14723. }
  14724. /*--------------
  14725. Active
  14726. ---------------*/
  14727. .ui.menu .active.item {
  14728. background: rgba(0, 0, 0, 0.05);
  14729. color: rgba(0, 0, 0, 0.95);
  14730. font-weight: normal;
  14731. box-shadow: none;
  14732. }
  14733. .ui.menu .active.item > i.icon {
  14734. opacity: 1;
  14735. }
  14736. /*--------------
  14737. Active Hover
  14738. ---------------*/
  14739. .ui.menu .active.item:hover,
  14740. .ui.vertical.menu .active.item:hover {
  14741. background-color: rgba(0, 0, 0, 0.05);
  14742. color: rgba(0, 0, 0, 0.95);
  14743. }
  14744. /*--------------
  14745. Disabled
  14746. ---------------*/
  14747. .ui.menu .item.disabled,
  14748. .ui.menu .item.disabled:hover {
  14749. cursor: default;
  14750. background-color: transparent !important;
  14751. color: rgba(40, 40, 40, 0.3);
  14752. }
  14753. /*******************************
  14754. Types
  14755. *******************************/
  14756. /*------------------
  14757. Floated Menu / Item
  14758. -------------------*/
  14759. /* Left Floated */
  14760. .ui.menu:not(.vertical) .left.item,
  14761. .ui.menu:not(.vertical) .left.menu {
  14762. display: -webkit-box;
  14763. display: -webkit-flex;
  14764. display: -ms-flexbox;
  14765. display: flex;
  14766. margin-right: auto !important;
  14767. }
  14768. /* Right Floated */
  14769. .ui.menu:not(.vertical) .right.item,
  14770. .ui.menu:not(.vertical) .right.menu {
  14771. display: -webkit-box;
  14772. display: -webkit-flex;
  14773. display: -ms-flexbox;
  14774. display: flex;
  14775. margin-left: auto !important;
  14776. }
  14777. /* Swapped Borders */
  14778. .ui.menu .right.item::before,
  14779. .ui.menu .right.menu > .item::before {
  14780. right: auto;
  14781. left: 0;
  14782. }
  14783. /*--------------
  14784. Vertical
  14785. ---------------*/
  14786. .ui.vertical.menu {
  14787. display: block;
  14788. -webkit-box-orient: vertical;
  14789. -webkit-box-direction: normal;
  14790. -webkit-flex-direction: column;
  14791. -ms-flex-direction: column;
  14792. flex-direction: column;
  14793. background: #FFFFFF;
  14794. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.13);
  14795. }
  14796. /*--- Item ---*/
  14797. .ui.vertical.menu .item {
  14798. display: block;
  14799. background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  14800. background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  14801. border-top: none;
  14802. border-right: none;
  14803. }
  14804. .ui.vertical.menu > .item:first-child {
  14805. border-radius: 0.2307em 0.2307em 0px 0px;
  14806. }
  14807. .ui.vertical.menu > .item:last-child {
  14808. border-radius: 0px 0px 0.2307em 0.2307em;
  14809. }
  14810. /*--- Label ---*/
  14811. .ui.vertical.menu .item > .label {
  14812. float: right;
  14813. text-align: center;
  14814. }
  14815. /*--- Icon ---*/
  14816. .ui.vertical.menu .item > i.icon {
  14817. width: 1.18em;
  14818. float: right;
  14819. margin: 0em 0em 0em 0.5em;
  14820. }
  14821. .ui.vertical.menu .item > .label + i.icon {
  14822. float: none;
  14823. margin: 0em 0.5em 0em 0em;
  14824. }
  14825. /*--- Border ---*/
  14826. .ui.vertical.menu .item:before {
  14827. position: absolute;
  14828. content: '';
  14829. top: 0%;
  14830. left: 0px;
  14831. width: 100%;
  14832. background: #E8E8E8;
  14833. height: 1px;
  14834. }
  14835. .ui.vertical.menu .item:first-child:before {
  14836. display: none !important;
  14837. }
  14838. /*--- Sub Menu ---*/
  14839. .ui.vertical.menu .item > .menu {
  14840. margin: 0.5em -0.6em 0;
  14841. }
  14842. .ui.vertical.menu .menu .item {
  14843. background: none;
  14844. padding: 0.5em 0.7em;
  14845. font-size: 0.84615385em;
  14846. color: rgba(0, 0, 0, 0.5);
  14847. }
  14848. .ui.vertical.menu .item .menu a.item:hover,
  14849. .ui.vertical.menu .item .menu .link.item:hover {
  14850. color: rgba(0, 0, 0, 0.85);
  14851. }
  14852. .ui.vertical.menu .menu .item:before {
  14853. display: none;
  14854. }
  14855. /* Vertical Active */
  14856. .ui.vertical.menu .active.item {
  14857. background: rgba(0, 0, 0, 0.05);
  14858. border-radius: 0em;
  14859. box-shadow: none;
  14860. }
  14861. .ui.vertical.menu > .active.item:first-child {
  14862. border-radius: 0.2307em 0.2307em 0em 0em;
  14863. }
  14864. .ui.vertical.menu > .active.item:last-child {
  14865. border-radius: 0em 0em 0.2307em 0.2307em;
  14866. }
  14867. .ui.vertical.menu > .active.item:only-child {
  14868. border-radius: 0.2307em;
  14869. }
  14870. .ui.vertical.menu .active.item .menu .active.item {
  14871. border-left: none;
  14872. }
  14873. .ui.vertical.menu .item .menu .active.item {
  14874. background-color: transparent;
  14875. font-weight: bold;
  14876. color: rgba(0, 0, 0, 0.95);
  14877. }
  14878. /*--------------
  14879. Tabular
  14880. ---------------*/
  14881. .ui.tabular.menu {
  14882. border-radius: 0em;
  14883. box-shadow: none !important;
  14884. border: none;
  14885. background: none transparent;
  14886. border-bottom: 1px solid #DDDDDD;
  14887. }
  14888. .ui.tabular.fluid.menu {
  14889. width: calc(100% + 2px ) !important;
  14890. }
  14891. .ui.tabular.menu .item {
  14892. background: transparent;
  14893. border-bottom: none;
  14894. border-left: 1px solid transparent;
  14895. border-right: 1px solid transparent;
  14896. border-top: 2px solid transparent;
  14897. padding: 1em 1.46153846em;
  14898. color: rgba(0, 0, 0, 0.87);
  14899. }
  14900. .ui.tabular.menu .item:before {
  14901. display: none;
  14902. }
  14903. /* Hover */
  14904. .ui.tabular.menu .item:hover {
  14905. background-color: transparent;
  14906. color: rgba(0, 0, 0, 0.8);
  14907. }
  14908. /* Active */
  14909. .ui.tabular.menu .active.item {
  14910. background: none #FFFFFF;
  14911. color: rgba(0, 0, 0, 0.95);
  14912. border-top-width: 1px;
  14913. border-color: #DDDDDD;
  14914. font-weight: bold;
  14915. margin-bottom: -1px;
  14916. box-shadow: none;
  14917. border-radius: 0.2307em 0.2307em 0px 0px !important;
  14918. }
  14919. /* Coupling with segment for attachment */
  14920. .ui.tabular.menu + .bottom.attached.segment {
  14921. border-top: none;
  14922. margin: 0px;
  14923. width: 100%;
  14924. }
  14925. .top.attached.segment + .ui.bottom.tabular.menu {
  14926. position: relative;
  14927. width: calc(100% + 2px );
  14928. left: -1px;
  14929. }
  14930. /* Bottom Vertical Tabular */
  14931. .ui.bottom.tabular.menu {
  14932. background: none transparent;
  14933. border-radius: 0em;
  14934. box-shadow: none !important;
  14935. border-bottom: none;
  14936. border-top: 1px solid #DDDDDD;
  14937. }
  14938. .ui.bottom.tabular.menu .item {
  14939. background: none;
  14940. border-left: 1px solid transparent;
  14941. border-right: 1px solid transparent;
  14942. border-bottom: 1px solid transparent;
  14943. border-top: none;
  14944. }
  14945. .ui.bottom.tabular.menu .active.item {
  14946. background: none #FFFFFF;
  14947. color: rgba(0, 0, 0, 0.95);
  14948. border-color: #DDDDDD;
  14949. margin: -1px 0px 0px 0px;
  14950. border-radius: 0px 0px 0.2307em 0.2307em !important;
  14951. }
  14952. /* Vertical Tabular (Left) */
  14953. .ui.vertical.tabular.menu {
  14954. background: none transparent;
  14955. border-radius: 0em;
  14956. box-shadow: none !important;
  14957. border-bottom: none;
  14958. border-right: 1px solid #DDDDDD;
  14959. }
  14960. .ui.vertical.tabular.menu .item {
  14961. background: none;
  14962. border-left: 1px solid transparent;
  14963. border-bottom: 1px solid transparent;
  14964. border-top: 1px solid transparent;
  14965. border-right: none;
  14966. }
  14967. .ui.vertical.tabular.menu .active.item {
  14968. background: none #FFFFFF;
  14969. color: rgba(0, 0, 0, 0.95);
  14970. border-color: #DDDDDD;
  14971. margin: 0px -1px 0px 0px;
  14972. border-radius: 0.2307em 0px 0px 0.2307em !important;
  14973. }
  14974. /* Vertical Right Tabular */
  14975. .ui.vertical.right.tabular.menu {
  14976. background: none transparent;
  14977. border-radius: 0em;
  14978. box-shadow: none !important;
  14979. border-bottom: none;
  14980. border-right: none;
  14981. border-left: 1px solid #DDDDDD;
  14982. }
  14983. .ui.vertical.right.tabular.menu .item {
  14984. background: none;
  14985. border-right: 1px solid transparent;
  14986. border-bottom: 1px solid transparent;
  14987. border-top: 1px solid transparent;
  14988. border-left: none;
  14989. }
  14990. .ui.vertical.right.tabular.menu .active.item {
  14991. background: none #FFFFFF;
  14992. color: rgba(0, 0, 0, 0.95);
  14993. border-color: #DDDDDD;
  14994. margin: 0px 0px 0px -1px;
  14995. border-radius: 0px 0.2307em 0.2307em 0px !important;
  14996. }
  14997. /* Dropdown */
  14998. .ui.tabular.menu .active.dropdown.item {
  14999. margin-bottom: 0px;
  15000. border-left: 1px solid transparent;
  15001. border-right: 1px solid transparent;
  15002. border-top: 2px solid transparent;
  15003. border-bottom: none;
  15004. }
  15005. /*--------------
  15006. Pagination
  15007. ---------------*/
  15008. .ui.pagination.menu {
  15009. margin: 0em;
  15010. display: -webkit-inline-box;
  15011. display: -webkit-inline-flex;
  15012. display: -ms-inline-flexbox;
  15013. display: inline-flex;
  15014. vertical-align: middle;
  15015. }
  15016. .ui.pagination.menu .item:last-child {
  15017. border-radius: 0em 0.2307em 0.2307em 0em;
  15018. }
  15019. .ui.compact.menu .item:last-child {
  15020. border-radius: 0em 0.2307em 0.2307em 0em;
  15021. }
  15022. .ui.pagination.menu .item:last-child:before {
  15023. display: none;
  15024. }
  15025. .ui.pagination.menu .item {
  15026. min-width: 3.5em;
  15027. text-align: center;
  15028. }
  15029. .ui.pagination.menu .icon.item i.icon {
  15030. vertical-align: top;
  15031. }
  15032. /* Active */
  15033. .ui.pagination.menu .active.item {
  15034. border-top: none;
  15035. padding-top: 1em;
  15036. background-color: rgba(0, 0, 0, 0.05);
  15037. color: rgba(0, 0, 0, 0.95);
  15038. box-shadow: none;
  15039. }
  15040. /*--------------
  15041. Secondary
  15042. ---------------*/
  15043. .ui.secondary.menu {
  15044. background: none;
  15045. margin-left: -0.38461538em;
  15046. margin-right: -0.38461538em;
  15047. border-radius: 0em;
  15048. border: none;
  15049. box-shadow: none;
  15050. }
  15051. /* Item */
  15052. .ui.secondary.menu .item {
  15053. -webkit-align-self: center;
  15054. -ms-flex-item-align: center;
  15055. align-self: center;
  15056. box-shadow: none;
  15057. border: none;
  15058. padding: 0.69230769em 0.92307692em;
  15059. margin: 0em 0.38461538em;
  15060. background: none;
  15061. -webkit-transition: color 0.1s ease;
  15062. transition: color 0.1s ease;
  15063. border-radius: 0.2307em;
  15064. }
  15065. /* No Divider */
  15066. .ui.secondary.menu .item:before {
  15067. display: none !important;
  15068. }
  15069. /* Header */
  15070. .ui.secondary.menu .header.item {
  15071. border-radius: 0em;
  15072. border-right: none;
  15073. background: none transparent;
  15074. }
  15075. /* Image */
  15076. .ui.secondary.menu .item > img:not(.ui) {
  15077. margin: 0em;
  15078. }
  15079. /* Hover */
  15080. .ui.secondary.menu .dropdown.item:hover,
  15081. .ui.secondary.menu .link.item:hover,
  15082. .ui.secondary.menu a.item:hover {
  15083. background: rgba(0, 0, 0, 0.05);
  15084. color: rgba(0, 0, 0, 0.95);
  15085. }
  15086. /* Active */
  15087. .ui.secondary.menu .active.item {
  15088. box-shadow: none;
  15089. background: rgba(0, 0, 0, 0.05);
  15090. color: rgba(0, 0, 0, 0.95);
  15091. border-radius: 0.2307em;
  15092. }
  15093. /* Active Hover */
  15094. .ui.secondary.menu .active.item:hover {
  15095. box-shadow: none;
  15096. background: rgba(0, 0, 0, 0.05);
  15097. color: rgba(0, 0, 0, 0.95);
  15098. }
  15099. /* Inverted */
  15100. .ui.secondary.inverted.menu .link.item,
  15101. .ui.secondary.inverted.menu a.item {
  15102. color: rgba(255, 255, 255, 0.7) !important;
  15103. }
  15104. .ui.secondary.inverted.menu .dropdown.item:hover,
  15105. .ui.secondary.inverted.menu .link.item:hover,
  15106. .ui.secondary.inverted.menu a.item:hover {
  15107. background: rgba(255, 255, 255, 0.08);
  15108. color: #ffffff !important;
  15109. }
  15110. .ui.secondary.inverted.menu .active.item {
  15111. background: rgba(255, 255, 255, 0.15);
  15112. color: #ffffff !important;
  15113. }
  15114. /* Fix item margins */
  15115. .ui.secondary.item.menu {
  15116. margin-left: 0em;
  15117. margin-right: 0em;
  15118. }
  15119. .ui.secondary.item.menu .item:last-child {
  15120. margin-right: 0em;
  15121. }
  15122. .ui.secondary.attached.menu {
  15123. box-shadow: none;
  15124. }
  15125. /* Sub Menu */
  15126. .ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
  15127. margin: 0em -0.92307692em;
  15128. }
  15129. .ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
  15130. margin: 0em;
  15131. padding: 0.53846154em 1.45833333em;
  15132. }
  15133. /*---------------------
  15134. Secondary Vertical
  15135. -----------------------*/
  15136. .ui.secondary.vertical.menu > .item {
  15137. border: none;
  15138. margin: 0em 0em 0.38461538em;
  15139. border-radius: 0.2307em !important;
  15140. }
  15141. .ui.secondary.vertical.menu > .header.item {
  15142. border-radius: 0em;
  15143. }
  15144. /* Sub Menu */
  15145. .ui.vertical.secondary.menu .item > .menu .item {
  15146. background-color: transparent;
  15147. }
  15148. /* Inverted */
  15149. .ui.secondary.inverted.menu {
  15150. background-color: transparent;
  15151. }
  15152. /*---------------------
  15153. Secondary Pointing
  15154. -----------------------*/
  15155. .ui.secondary.pointing.menu {
  15156. margin-left: 0em;
  15157. margin-right: 0em;
  15158. border-bottom: 2px solid rgba(0, 0, 0, 0.13);
  15159. }
  15160. .ui.secondary.pointing.menu .item {
  15161. border-bottom-color: transparent;
  15162. border-bottom-style: solid;
  15163. border-radius: 0em;
  15164. -webkit-align-self: flex-end;
  15165. -ms-flex-item-align: end;
  15166. align-self: flex-end;
  15167. margin: 0em 0em -2px;
  15168. padding: 0.84615385em 1.15384615em;
  15169. border-bottom-width: 2px;
  15170. -webkit-transition: color 0.1s ease;
  15171. transition: color 0.1s ease;
  15172. }
  15173. /* Item Types */
  15174. .ui.secondary.pointing.menu .header.item {
  15175. color: rgba(0, 0, 0, 0.85) !important;
  15176. }
  15177. .ui.secondary.pointing.menu .text.item {
  15178. box-shadow: none !important;
  15179. }
  15180. .ui.secondary.pointing.menu .item:after {
  15181. display: none;
  15182. }
  15183. /* Hover */
  15184. .ui.secondary.pointing.menu .dropdown.item:hover,
  15185. .ui.secondary.pointing.menu .link.item:hover,
  15186. .ui.secondary.pointing.menu a.item:hover {
  15187. background-color: transparent;
  15188. color: rgba(0, 0, 0, 0.87);
  15189. }
  15190. /* Pressed */
  15191. .ui.secondary.pointing.menu .dropdown.item:active,
  15192. .ui.secondary.pointing.menu .link.item:active,
  15193. .ui.secondary.pointing.menu a.item:active {
  15194. background-color: transparent;
  15195. border-color: rgba(0, 0, 0, 0.13);
  15196. }
  15197. /* Active */
  15198. .ui.secondary.pointing.menu .active.item {
  15199. background-color: transparent;
  15200. box-shadow: none;
  15201. border-color: #333333;
  15202. font-weight: bold;
  15203. color: rgba(0, 0, 0, 0.95);
  15204. }
  15205. /* Active Hover */
  15206. .ui.secondary.pointing.menu .active.item:hover {
  15207. border-color: #333333;
  15208. color: rgba(0, 0, 0, 0.95);
  15209. }
  15210. /* Active Dropdown */
  15211. .ui.secondary.pointing.menu .active.dropdown.item {
  15212. border-color: transparent;
  15213. }
  15214. /* Vertical Pointing */
  15215. .ui.secondary.vertical.pointing.menu {
  15216. border-bottom-width: 0px;
  15217. border-right-width: 2px;
  15218. border-right-style: solid;
  15219. border-right-color: rgba(0, 0, 0, 0.13);
  15220. }
  15221. .ui.secondary.vertical.pointing.menu .item {
  15222. border-bottom: none;
  15223. border-right-style: solid;
  15224. border-right-color: transparent;
  15225. border-radius: 0em !important;
  15226. margin: 0em -2px 0em 0em;
  15227. border-right-width: 2px;
  15228. }
  15229. /* Vertical Active */
  15230. .ui.secondary.vertical.pointing.menu .active.item {
  15231. border-color: #333333;
  15232. }
  15233. /* Inverted */
  15234. .ui.secondary.inverted.pointing.menu {
  15235. border-color: rgba(255, 255, 255, 0.1);
  15236. }
  15237. .ui.secondary.inverted.pointing.menu {
  15238. border-width: 2px;
  15239. border-color: rgba(0, 0, 0, 0.13);
  15240. }
  15241. .ui.secondary.inverted.pointing.menu .item {
  15242. color: rgba(255, 255, 255, 0.9);
  15243. }
  15244. .ui.secondary.inverted.pointing.menu .header.item {
  15245. color: #FFFFFF !important;
  15246. }
  15247. /* Hover */
  15248. .ui.secondary.inverted.pointing.menu .item:hover {
  15249. color: rgba(0, 0, 0, 0.95);
  15250. }
  15251. /* Active */
  15252. .ui.secondary.inverted.pointing.menu .active.item {
  15253. border-color: #FFFFFF;
  15254. color: #ffffff;
  15255. }
  15256. /*--------------
  15257. Text Menu
  15258. ---------------*/
  15259. .ui.text.menu {
  15260. background: none transparent;
  15261. border-radius: 0px;
  15262. box-shadow: none;
  15263. border: none;
  15264. margin: 1em -0.53846154em;
  15265. }
  15266. .ui.text.menu .item {
  15267. border-radius: 0px;
  15268. box-shadow: none;
  15269. -webkit-align-self: center;
  15270. -ms-flex-item-align: center;
  15271. align-self: center;
  15272. margin: 0em 0em;
  15273. padding: 0.38461538em 0.53846154em;
  15274. font-weight: normal;
  15275. color: rgba(0, 0, 0, 0.6);
  15276. -webkit-transition: opacity 0.1s ease;
  15277. transition: opacity 0.1s ease;
  15278. }
  15279. /* Border */
  15280. .ui.text.menu .item:before,
  15281. .ui.text.menu .menu .item:before {
  15282. display: none !important;
  15283. }
  15284. /* Header */
  15285. .ui.text.menu .header.item {
  15286. background-color: transparent;
  15287. opacity: 1;
  15288. color: rgba(0, 0, 0, 0.85);
  15289. font-size: 0.92307692em;
  15290. text-transform: uppercase;
  15291. font-weight: bold;
  15292. }
  15293. /* Image */
  15294. .ui.text.menu .item > img:not(.ui) {
  15295. margin: 0em;
  15296. }
  15297. /*--- fluid text ---*/
  15298. .ui.text.item.menu .item {
  15299. margin: 0em;
  15300. }
  15301. /*--- vertical text ---*/
  15302. .ui.vertical.text.menu {
  15303. margin: 1em 0em;
  15304. }
  15305. .ui.vertical.text.menu:first-child {
  15306. margin-top: 0rem;
  15307. }
  15308. .ui.vertical.text.menu:last-child {
  15309. margin-bottom: 0rem;
  15310. }
  15311. .ui.vertical.text.menu .item {
  15312. margin: 0.61538462em 0em;
  15313. }
  15314. .ui.vertical.text.menu .item > i.icon {
  15315. float: none;
  15316. margin: 0em 0.38461538em 0em 0em;
  15317. }
  15318. .ui.vertical.text.menu .header.item {
  15319. margin: 0.61538462em 0em 0.76923077em;
  15320. }
  15321. /* Vertical Sub Menu */
  15322. .ui.vertical.text.menu .item:not(.dropdown) > .menu {
  15323. margin: 0em;
  15324. }
  15325. .ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
  15326. margin: 0em;
  15327. padding: 0.53846154em 0em;
  15328. }
  15329. /*--- hover ---*/
  15330. .ui.text.menu .item:hover {
  15331. opacity: 1;
  15332. background-color: transparent;
  15333. }
  15334. /*--- active ---*/
  15335. .ui.text.menu .active.item {
  15336. background-color: transparent;
  15337. border: none;
  15338. box-shadow: none;
  15339. font-weight: normal;
  15340. color: rgba(0, 0, 0, 0.95);
  15341. }
  15342. /*--- active hover ---*/
  15343. .ui.text.menu .active.item:hover {
  15344. background-color: transparent;
  15345. }
  15346. /* Disable Bariations */
  15347. .ui.text.pointing.menu .active.item:after {
  15348. box-shadow: none;
  15349. }
  15350. .ui.text.attached.menu {
  15351. box-shadow: none;
  15352. }
  15353. /* Inverted */
  15354. .ui.inverted.text.menu,
  15355. .ui.inverted.text.menu .item,
  15356. .ui.inverted.text.menu .item:hover,
  15357. .ui.inverted.text.menu .active.item {
  15358. background-color: transparent !important;
  15359. }
  15360. /* Fluid */
  15361. .ui.fluid.text.menu {
  15362. margin-left: 0em;
  15363. margin-right: 0em;
  15364. }
  15365. /*--------------
  15366. Icon Only
  15367. ---------------*/
  15368. /* Vertical Menu */
  15369. .ui.vertical.icon.menu {
  15370. display: inline-block;
  15371. width: auto;
  15372. }
  15373. /* Item */
  15374. .ui.icon.menu .item {
  15375. height: auto;
  15376. text-align: center;
  15377. color: #333333;
  15378. }
  15379. /* Icon */
  15380. .ui.icon.menu .item > .icon:not(.dropdown) {
  15381. margin: 0;
  15382. opacity: 1;
  15383. }
  15384. /* Icon Gylph */
  15385. .ui.icon.menu .icon:before {
  15386. opacity: 1;
  15387. }
  15388. /* (x) Item Icon */
  15389. .ui.menu .icon.item > .icon {
  15390. width: auto;
  15391. margin: 0em auto;
  15392. }
  15393. /* Vertical Icon */
  15394. .ui.vertical.icon.menu .item > .icon:not(.dropdown) {
  15395. display: block;
  15396. opacity: 1;
  15397. margin: 0em auto;
  15398. float: none;
  15399. }
  15400. /* Inverted */
  15401. .ui.inverted.icon.menu .item {
  15402. color: #FFFFFF;
  15403. }
  15404. /*--------------
  15405. Labeled Icon
  15406. ---------------*/
  15407. /* Menu */
  15408. .ui.labeled.icon.menu {
  15409. text-align: center;
  15410. }
  15411. /* Item */
  15412. .ui.labeled.icon.menu .item {
  15413. min-width: 6em;
  15414. -webkit-box-orient: vertical;
  15415. -webkit-box-direction: normal;
  15416. -webkit-flex-direction: column;
  15417. -ms-flex-direction: column;
  15418. flex-direction: column;
  15419. }
  15420. /* Icon */
  15421. .ui.labeled.icon.menu .item > .icon:not(.dropdown) {
  15422. height: 1em;
  15423. display: block;
  15424. font-size: 1.69230769em !important;
  15425. margin: 0em auto 0.5rem !important;
  15426. }
  15427. /* Fluid */
  15428. .ui.fluid.labeled.icon.menu > .item {
  15429. min-width: 0em;
  15430. }
  15431. /*******************************
  15432. Variations
  15433. *******************************/
  15434. /*--------------
  15435. Stackable
  15436. ---------------*/
  15437. @media only screen and (max-width: 687px) {
  15438. .ui.stackable.menu {
  15439. -webkit-box-orient: vertical;
  15440. -webkit-box-direction: normal;
  15441. -webkit-flex-direction: column;
  15442. -ms-flex-direction: column;
  15443. flex-direction: column;
  15444. }
  15445. .ui.stackable.menu .item {
  15446. width: 100% !important;
  15447. }
  15448. .ui.stackable.menu .item:before {
  15449. position: absolute;
  15450. content: '';
  15451. top: auto;
  15452. bottom: 0px;
  15453. left: 0px;
  15454. width: 100%;
  15455. background: #E8E8E8;
  15456. height: 1px;
  15457. }
  15458. }
  15459. /*--------------
  15460. Colors
  15461. ---------------*/
  15462. /*--- Standard Colors ---*/
  15463. .ui.menu .red.active.item,
  15464. .ui.red.menu .active.item {
  15465. border-color: #DB2828 !important;
  15466. color: #DB2828 !important;
  15467. }
  15468. .ui.menu .orange.active.item,
  15469. .ui.orange.menu .active.item {
  15470. border-color: #D26911 !important;
  15471. color: #D26911 !important;
  15472. }
  15473. .ui.menu .yellow.active.item,
  15474. .ui.yellow.menu .active.item {
  15475. border-color: #FBBD08 !important;
  15476. color: #FBBD08 !important;
  15477. }
  15478. .ui.menu .olive.active.item,
  15479. .ui.olive.menu .active.item {
  15480. border-color: #B5CC18 !important;
  15481. color: #B5CC18 !important;
  15482. }
  15483. .ui.menu .green.active.item,
  15484. .ui.green.menu .active.item {
  15485. border-color: #78CB5B !important;
  15486. color: #78CB5B !important;
  15487. }
  15488. .ui.menu .teal.active.item,
  15489. .ui.teal.menu .active.item {
  15490. border-color: #00B5AD !important;
  15491. color: #00B5AD !important;
  15492. }
  15493. .ui.menu .blue.active.item,
  15494. .ui.blue.menu .active.item {
  15495. border-color: #80A6CD !important;
  15496. color: #80A6CD !important;
  15497. }
  15498. .ui.menu .violet.active.item,
  15499. .ui.violet.menu .active.item {
  15500. border-color: #6435C9 !important;
  15501. color: #6435C9 !important;
  15502. }
  15503. .ui.menu .purple.active.item,
  15504. .ui.purple.menu .active.item {
  15505. border-color: #A333C8 !important;
  15506. color: #A333C8 !important;
  15507. }
  15508. .ui.menu .pink.active.item,
  15509. .ui.pink.menu .active.item {
  15510. border-color: #E03997 !important;
  15511. color: #E03997 !important;
  15512. }
  15513. .ui.menu .brown.active.item,
  15514. .ui.brown.menu .active.item {
  15515. border-color: #A5673F !important;
  15516. color: #A5673F !important;
  15517. }
  15518. .ui.menu .grey.active.item,
  15519. .ui.grey.menu .active.item {
  15520. border-color: #767676 !important;
  15521. color: #767676 !important;
  15522. }
  15523. /*--------------
  15524. Inverted
  15525. ---------------*/
  15526. .ui.inverted.menu {
  15527. border: 0px solid transparent;
  15528. background: #333333 -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0));
  15529. background: #333333 linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0));
  15530. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  15531. }
  15532. /* Menu Item */
  15533. .ui.inverted.menu .item,
  15534. .ui.inverted.menu .item > a:not(.ui) {
  15535. background: transparent;
  15536. color: rgba(255, 255, 255, 0.9);
  15537. }
  15538. .ui.inverted.menu .item.menu {
  15539. background: transparent;
  15540. }
  15541. /*--- Border ---*/
  15542. .ui.inverted.menu .item:before {
  15543. background: rgba(255, 255, 255, 0.08);
  15544. }
  15545. .ui.vertical.inverted.menu .item:before {
  15546. background: rgba(255, 255, 255, 0.08);
  15547. }
  15548. /* Sub Menu */
  15549. .ui.vertical.inverted.menu .menu .item,
  15550. .ui.vertical.inverted.menu .menu .item a:not(.ui) {
  15551. color: rgba(255, 255, 255, 0.5);
  15552. }
  15553. /* Header */
  15554. .ui.inverted.menu .header.item {
  15555. margin: 0em;
  15556. background: transparent;
  15557. box-shadow: none;
  15558. }
  15559. /* Disabled */
  15560. .ui.inverted.menu .item.disabled,
  15561. .ui.inverted.menu .item.disabled:hover {
  15562. color: rgba(225, 225, 225, 0.3);
  15563. }
  15564. /*--- Hover ---*/
  15565. .ui.link.inverted.menu .item:hover,
  15566. .ui.inverted.menu .dropdown.item:hover,
  15567. .ui.inverted.menu .link.item:hover,
  15568. .ui.inverted.menu a.item:hover {
  15569. background: rgba(255, 255, 255, 0.08);
  15570. color: #ffffff;
  15571. }
  15572. .ui.vertical.inverted.menu .item .menu a.item:hover,
  15573. .ui.vertical.inverted.menu .item .menu .link.item:hover {
  15574. background: transparent;
  15575. color: #ffffff;
  15576. }
  15577. /*--- Pressed ---*/
  15578. .ui.inverted.menu a.item:active,
  15579. .ui.inverted.menu .link.item:active,
  15580. .ui.inverted.menu a.item:active {
  15581. background: rgba(255, 255, 255, 0.08);
  15582. color: #ffffff;
  15583. }
  15584. /*--- Active ---*/
  15585. .ui.inverted.menu .active.item {
  15586. background: rgba(255, 255, 255, 0.15);
  15587. color: #ffffff !important;
  15588. }
  15589. .ui.inverted.vertical.menu .item .menu .active.item {
  15590. background: transparent;
  15591. color: #FFFFFF;
  15592. }
  15593. .ui.inverted.pointing.menu .active.item:after {
  15594. background: #3D3E3F !important;
  15595. margin: 0em !important;
  15596. box-shadow: none !important;
  15597. border: none !important;
  15598. }
  15599. /*--- Active Hover ---*/
  15600. .ui.inverted.menu .active.item:hover {
  15601. background: rgba(255, 255, 255, 0.15);
  15602. color: #FFFFFF !important;
  15603. }
  15604. .ui.inverted.pointing.menu .active.item:hover:after {
  15605. background: #3D3E3F !important;
  15606. }
  15607. /*--------------
  15608. Floated
  15609. ---------------*/
  15610. .ui.floated.menu {
  15611. float: left;
  15612. margin: 0rem 0.5rem 0rem 0rem;
  15613. }
  15614. .ui.floated.menu .item:last-child:before {
  15615. display: none;
  15616. }
  15617. .ui.right.floated.menu {
  15618. float: right;
  15619. margin: 0rem 0rem 0rem 0.5rem;
  15620. }
  15621. /*--------------
  15622. Inverted
  15623. ---------------*/
  15624. /* Red */
  15625. .ui.inverted.menu .red.active.item,
  15626. .ui.inverted.red.menu {
  15627. background-color: #DB2828;
  15628. }
  15629. .ui.inverted.red.menu .item:before {
  15630. background-color: #E8E8E8;
  15631. }
  15632. .ui.inverted.red.menu .active.item {
  15633. background-color: rgba(0, 0, 0, 0.1) !important;
  15634. }
  15635. /* Orange */
  15636. .ui.inverted.menu .orange.active.item,
  15637. .ui.inverted.orange.menu {
  15638. background-color: #D26911;
  15639. }
  15640. .ui.inverted.orange.menu .item:before {
  15641. background-color: #E8E8E8;
  15642. }
  15643. .ui.inverted.orange.menu .active.item {
  15644. background-color: rgba(0, 0, 0, 0.1) !important;
  15645. }
  15646. /* Yellow */
  15647. .ui.inverted.menu .yellow.active.item,
  15648. .ui.inverted.yellow.menu {
  15649. background-color: #FBBD08;
  15650. }
  15651. .ui.inverted.yellow.menu .item:before {
  15652. background-color: #E8E8E8;
  15653. }
  15654. .ui.inverted.yellow.menu .active.item {
  15655. background-color: rgba(0, 0, 0, 0.1) !important;
  15656. }
  15657. /* Olive */
  15658. .ui.inverted.menu .olive.active.item,
  15659. .ui.inverted.olive.menu {
  15660. background-color: #B5CC18;
  15661. }
  15662. .ui.inverted.olive.menu .item:before {
  15663. background-color: #E8E8E8;
  15664. }
  15665. .ui.inverted.olive.menu .active.item {
  15666. background-color: rgba(0, 0, 0, 0.1) !important;
  15667. }
  15668. /* Green */
  15669. .ui.inverted.menu .green.active.item,
  15670. .ui.inverted.green.menu {
  15671. background-color: #78CB5B;
  15672. }
  15673. .ui.inverted.green.menu .item:before {
  15674. background-color: #E8E8E8;
  15675. }
  15676. .ui.inverted.green.menu .active.item {
  15677. background-color: rgba(0, 0, 0, 0.1) !important;
  15678. }
  15679. /* Teal */
  15680. .ui.inverted.menu .teal.active.item,
  15681. .ui.inverted.teal.menu {
  15682. background-color: #00B5AD;
  15683. }
  15684. .ui.inverted.teal.menu .item:before {
  15685. background-color: #E8E8E8;
  15686. }
  15687. .ui.inverted.teal.menu .active.item {
  15688. background-color: rgba(0, 0, 0, 0.1) !important;
  15689. }
  15690. /* Blue */
  15691. .ui.inverted.menu .blue.active.item,
  15692. .ui.inverted.blue.menu {
  15693. background-color: #80A6CD;
  15694. }
  15695. .ui.inverted.blue.menu .item:before {
  15696. background-color: #E8E8E8;
  15697. }
  15698. .ui.inverted.blue.menu .active.item {
  15699. background-color: rgba(0, 0, 0, 0.1) !important;
  15700. }
  15701. /* Violet */
  15702. .ui.inverted.menu .violet.active.item,
  15703. .ui.inverted.violet.menu {
  15704. background-color: #6435C9;
  15705. }
  15706. .ui.inverted.violet.menu .item:before {
  15707. background-color: #E8E8E8;
  15708. }
  15709. .ui.inverted.violet.menu .active.item {
  15710. background-color: rgba(0, 0, 0, 0.1) !important;
  15711. }
  15712. /* Purple */
  15713. .ui.inverted.menu .purple.active.item,
  15714. .ui.inverted.purple.menu {
  15715. background-color: #A333C8;
  15716. }
  15717. .ui.inverted.purple.menu .item:before {
  15718. background-color: #E8E8E8;
  15719. }
  15720. .ui.inverted.purple.menu .active.item {
  15721. background-color: rgba(0, 0, 0, 0.1) !important;
  15722. }
  15723. /* Pink */
  15724. .ui.inverted.menu .pink.active.item,
  15725. .ui.inverted.pink.menu {
  15726. background-color: #E03997;
  15727. }
  15728. .ui.inverted.pink.menu .item:before {
  15729. background-color: #E8E8E8;
  15730. }
  15731. .ui.inverted.pink.menu .active.item {
  15732. background-color: rgba(0, 0, 0, 0.1) !important;
  15733. }
  15734. /* Brown */
  15735. .ui.inverted.menu .brown.active.item,
  15736. .ui.inverted.brown.menu {
  15737. background-color: #A5673F;
  15738. }
  15739. .ui.inverted.brown.menu .item:before {
  15740. background-color: #E8E8E8;
  15741. }
  15742. .ui.inverted.brown.menu .active.item {
  15743. background-color: rgba(0, 0, 0, 0.1) !important;
  15744. }
  15745. /* Grey */
  15746. .ui.inverted.menu .grey.active.item,
  15747. .ui.inverted.grey.menu {
  15748. background-color: #767676;
  15749. }
  15750. .ui.inverted.grey.menu .item:before {
  15751. background-color: #E8E8E8;
  15752. }
  15753. .ui.inverted.grey.menu .active.item {
  15754. background-color: rgba(0, 0, 0, 0.1) !important;
  15755. }
  15756. /*--------------
  15757. Fitted
  15758. ---------------*/
  15759. .ui.fitted.menu .item,
  15760. .ui.fitted.menu .item .menu .item,
  15761. .ui.menu .fitted.item {
  15762. padding: 0em;
  15763. }
  15764. .ui.horizontally.fitted.menu .item,
  15765. .ui.horizontally.fitted.menu .item .menu .item,
  15766. .ui.menu .horizontally.fitted.item {
  15767. padding-top: 1em;
  15768. padding-bottom: 1em;
  15769. }
  15770. .ui.vertically.fitted.menu .item,
  15771. .ui.vertically.fitted.menu .item .menu .item,
  15772. .ui.menu .vertically.fitted.item {
  15773. padding-left: 1.25em;
  15774. padding-right: 1.25em;
  15775. }
  15776. /*--------------
  15777. Borderless
  15778. ---------------*/
  15779. .ui.borderless.menu .item:before,
  15780. .ui.borderless.menu .item .menu .item:before,
  15781. .ui.menu .borderless.item:before {
  15782. background: none !important;
  15783. }
  15784. /*-------------------
  15785. Compact
  15786. --------------------*/
  15787. .ui.compact.menu {
  15788. display: -webkit-inline-box;
  15789. display: -webkit-inline-flex;
  15790. display: -ms-inline-flexbox;
  15791. display: inline-flex;
  15792. margin: 0em;
  15793. vertical-align: middle;
  15794. }
  15795. .ui.compact.vertical.menu {
  15796. display: inline-block;
  15797. }
  15798. .ui.compact.menu .item:last-child {
  15799. border-radius: 0em 0.2307em 0.2307em 0em;
  15800. }
  15801. .ui.compact.menu .item:last-child:before {
  15802. display: none;
  15803. }
  15804. .ui.compact.vertical.menu {
  15805. width: auto !important;
  15806. }
  15807. .ui.compact.vertical.menu .item:last-child::before {
  15808. display: block;
  15809. }
  15810. /*-------------------
  15811. Fluid
  15812. --------------------*/
  15813. .ui.menu.fluid,
  15814. .ui.vertical.menu.fluid {
  15815. width: 100% !important;
  15816. }
  15817. /*-------------------
  15818. Evenly Sized
  15819. --------------------*/
  15820. .ui.item.menu,
  15821. .ui.item.menu .item {
  15822. width: 100%;
  15823. padding-left: 0em !important;
  15824. padding-right: 0em !important;
  15825. margin-left: 0em !important;
  15826. margin-right: 0em !important;
  15827. text-align: center;
  15828. -webkit-box-pack: center;
  15829. -webkit-justify-content: center;
  15830. -ms-flex-pack: center;
  15831. justify-content: center;
  15832. }
  15833. .ui.item.menu .item:last-child:before {
  15834. display: none;
  15835. }
  15836. .ui.menu.two.item .item {
  15837. width: 50%;
  15838. }
  15839. .ui.menu.three.item .item {
  15840. width: 33.333%;
  15841. }
  15842. .ui.menu.four.item .item {
  15843. width: 25%;
  15844. }
  15845. .ui.menu.five.item .item {
  15846. width: 20%;
  15847. }
  15848. .ui.menu.six.item .item {
  15849. width: 16.666%;
  15850. }
  15851. .ui.menu.seven.item .item {
  15852. width: 14.285%;
  15853. }
  15854. .ui.menu.eight.item .item {
  15855. width: 12.500%;
  15856. }
  15857. .ui.menu.nine.item .item {
  15858. width: 11.11%;
  15859. }
  15860. .ui.menu.ten.item .item {
  15861. width: 10.0%;
  15862. }
  15863. .ui.menu.eleven.item .item {
  15864. width: 9.09%;
  15865. }
  15866. .ui.menu.twelve.item .item {
  15867. width: 8.333%;
  15868. }
  15869. /*--------------
  15870. Fixed
  15871. ---------------*/
  15872. .ui.menu.fixed {
  15873. position: fixed;
  15874. z-index: 101;
  15875. margin: 0em;
  15876. width: 100%;
  15877. }
  15878. .ui.menu.fixed,
  15879. .ui.menu.fixed .item:first-child,
  15880. .ui.menu.fixed .item:last-child {
  15881. border-radius: 0px !important;
  15882. }
  15883. .ui.fixed.menu,
  15884. .ui[class*="top fixed"].menu {
  15885. top: 0px;
  15886. left: 0px;
  15887. right: auto;
  15888. bottom: auto;
  15889. }
  15890. .ui[class*="top fixed"].menu {
  15891. border-top: none;
  15892. border-left: none;
  15893. border-right: none;
  15894. }
  15895. .ui[class*="right fixed"].menu {
  15896. border-top: none;
  15897. border-bottom: none;
  15898. border-right: none;
  15899. top: 0px;
  15900. right: 0px;
  15901. left: auto;
  15902. bottom: auto;
  15903. width: auto;
  15904. height: 100%;
  15905. }
  15906. .ui[class*="bottom fixed"].menu {
  15907. border-bottom: none;
  15908. border-left: none;
  15909. border-right: none;
  15910. bottom: 0px;
  15911. left: 0px;
  15912. top: auto;
  15913. right: auto;
  15914. }
  15915. .ui[class*="left fixed"].menu {
  15916. border-top: none;
  15917. border-bottom: none;
  15918. border-left: none;
  15919. top: 0px;
  15920. left: 0px;
  15921. right: auto;
  15922. bottom: auto;
  15923. width: auto;
  15924. height: 100%;
  15925. }
  15926. /* Coupling with Grid */
  15927. .ui.fixed.menu + .ui.grid {
  15928. padding-top: 2.75rem;
  15929. }
  15930. /*-------------------
  15931. Pointing
  15932. --------------------*/
  15933. .ui.pointing.menu .item:after {
  15934. visibility: hidden;
  15935. position: absolute;
  15936. content: '';
  15937. top: 100%;
  15938. left: 50%;
  15939. -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  15940. transform: translateX(-50%) translateY(-50%) rotate(45deg);
  15941. background: none;
  15942. margin: 0.5px 0em 0em;
  15943. width: 0.61538462em;
  15944. height: 0.61538462em;
  15945. border: none;
  15946. border-bottom: 1px solid #DDDDDD;
  15947. border-right: 1px solid #DDDDDD;
  15948. z-index: 2;
  15949. -webkit-transition: background 0.1s ease;
  15950. transition: background 0.1s ease;
  15951. }
  15952. .ui.vertical.pointing.menu .item:after {
  15953. position: absolute;
  15954. top: 50%;
  15955. right: 0%;
  15956. bottom: auto;
  15957. left: auto;
  15958. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  15959. transform: translateX(50%) translateY(-50%) rotate(45deg);
  15960. margin: 0em -0.5px 0em 0em;
  15961. border: none;
  15962. border-top: 1px solid #DDDDDD;
  15963. border-right: 1px solid #DDDDDD;
  15964. }
  15965. /* Active */
  15966. .ui.pointing.menu .active.item:after {
  15967. visibility: visible;
  15968. }
  15969. .ui.pointing.menu .active.dropdown.item:after {
  15970. visibility: hidden;
  15971. }
  15972. /* Don't double up pointers */
  15973. .ui.pointing.menu .dropdown.active.item:after,
  15974. .ui.pointing.menu .active.item .menu .active.item:after {
  15975. display: none;
  15976. }
  15977. /* Colors */
  15978. .ui.pointing.menu .active.item:hover:after {
  15979. background-color: #EEEEEE;
  15980. }
  15981. .ui.pointing.menu .active.item:after {
  15982. background-color: #EEEEEE;
  15983. }
  15984. .ui.pointing.menu .active.item:hover:after {
  15985. background-color: #EEEEEE;
  15986. }
  15987. .ui.vertical.pointing.menu .active.item:hover:after {
  15988. background-color: #F4F4F4;
  15989. }
  15990. .ui.vertical.pointing.menu .active.item:after {
  15991. background-color: #F4F4F4;
  15992. }
  15993. .ui.vertical.pointing.menu .menu .active.item:after {
  15994. background-color: #FFFFFF;
  15995. }
  15996. /*--------------
  15997. Attached
  15998. ---------------*/
  15999. /* Middle */
  16000. .ui.attached.menu {
  16001. top: 0px;
  16002. bottom: 0px;
  16003. border-radius: 0px;
  16004. margin: 0em -1px;
  16005. width: calc(100% + 2px );
  16006. max-width: calc(100% + 2px );
  16007. box-shadow: none;
  16008. }
  16009. .ui.attached + .ui.attached.menu:not(.top) {
  16010. border-top: none;
  16011. }
  16012. /* Top */
  16013. .ui[class*="top attached"].menu {
  16014. bottom: 0px;
  16015. margin-bottom: 0em;
  16016. top: 0px;
  16017. margin-top: 1rem;
  16018. border-radius: 0.2307em 0.2307em 0em 0em;
  16019. }
  16020. .ui.menu[class*="top attached"]:first-child {
  16021. margin-top: 0em;
  16022. }
  16023. /* Bottom */
  16024. .ui[class*="bottom attached"].menu {
  16025. bottom: 0px;
  16026. margin-top: 0em;
  16027. top: 0px;
  16028. margin-bottom: 1rem;
  16029. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.13), none;
  16030. border-radius: 0em 0em 0.2307em 0.2307em;
  16031. }
  16032. .ui[class*="bottom attached"].menu:last-child {
  16033. margin-bottom: 0em;
  16034. }
  16035. /* Attached Menu Item */
  16036. .ui.top.attached.menu > .item:first-child {
  16037. border-radius: 0.2307em 0em 0em 0em;
  16038. }
  16039. .ui.bottom.attached.menu > .item:first-child {
  16040. border-radius: 0em 0em 0em 0.2307em;
  16041. }
  16042. /* Tabular Attached */
  16043. .ui.attached.menu:not(.tabular) {
  16044. border: 1px solid #DDDDDD;
  16045. }
  16046. .ui.attached.inverted.menu {
  16047. border: none;
  16048. }
  16049. .ui.attached.tabular.menu {
  16050. margin-left: 0;
  16051. margin-right: 0;
  16052. width: 100%;
  16053. }
  16054. /*--------------
  16055. Sizes
  16056. ---------------*/
  16057. /* Small */
  16058. .ui.small.menu {
  16059. font-size: 0.92307692rem;
  16060. }
  16061. .ui.small.vertical.menu {
  16062. width: 13rem;
  16063. }
  16064. /* Medium */
  16065. .ui.menu {
  16066. font-size: 1rem;
  16067. }
  16068. .ui.vertical.menu {
  16069. width: 15rem;
  16070. }
  16071. /* Large */
  16072. .ui.large.menu {
  16073. font-size: 1.15384615rem;
  16074. }
  16075. .ui.large.vertical.menu {
  16076. width: 18rem;
  16077. }
  16078. /* Huge */
  16079. .ui.huge.menu {
  16080. font-size: 1.46153846rem;
  16081. }
  16082. .ui.huge.vertical.menu {
  16083. width: 20rem;
  16084. }
  16085. /*******************************
  16086. Overrides
  16087. *******************************/
  16088. .ui.menu .item > .label {
  16089. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  16090. }
  16091. /*******************************
  16092. Site Overrides
  16093. *******************************/
  16094. /*!
  16095. * # Semantic UI 2.1.6 - Message
  16096. * http://github.com/semantic-org/semantic-ui/
  16097. *
  16098. *
  16099. * Copyright 2015 Contributors
  16100. * Released under the MIT license
  16101. * http://opensource.org/licenses/MIT
  16102. *
  16103. */
  16104. /*******************************
  16105. Message
  16106. *******************************/
  16107. .ui.message {
  16108. position: relative;
  16109. min-height: 1em;
  16110. margin: 1em 0em;
  16111. background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #FEFEFE;
  16112. background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #FEFEFE;
  16113. padding: 15px 15px;
  16114. line-height: 1.4285em;
  16115. color: rgba(0, 0, 0, 0.87);
  16116. -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  16117. transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  16118. border-radius: 0.2307em;
  16119. box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
  16120. }
  16121. .ui.message:first-child {
  16122. margin-top: 0em;
  16123. }
  16124. .ui.message:last-child {
  16125. margin-bottom: 0em;
  16126. }
  16127. /*--------------
  16128. Content
  16129. ---------------*/
  16130. /* Header */
  16131. .ui.message .header {
  16132. display: block;
  16133. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  16134. font-weight: bold;
  16135. margin: -0.14285em 0em 0rem 0em;
  16136. }
  16137. /* Default font size */
  16138. .ui.message .header:not(.ui) {
  16139. font-size: 1.15em;
  16140. }
  16141. /* Paragraph */
  16142. .ui.message p {
  16143. opacity: 0.85;
  16144. margin: 0.75em 0em;
  16145. }
  16146. .ui.message p:first-child {
  16147. margin-top: 0em;
  16148. }
  16149. .ui.message p:last-child {
  16150. margin-bottom: 0em;
  16151. }
  16152. .ui.message .header + p {
  16153. margin-top: 0.25em;
  16154. }
  16155. /* List */
  16156. .ui.message .list:not(.ui) {
  16157. text-align: left;
  16158. padding: 0em;
  16159. opacity: 0.85;
  16160. list-style-position: inside;
  16161. margin: 0.5em 0em 0em;
  16162. }
  16163. .ui.message .list:not(.ui):first-child {
  16164. margin-top: 0em;
  16165. }
  16166. .ui.message .list:not(.ui):last-child {
  16167. margin-bottom: 0em;
  16168. }
  16169. .ui.message .list:not(.ui) li {
  16170. position: relative;
  16171. list-style-type: none;
  16172. margin: 0em 0em 0.3em 1em;
  16173. padding: 0em;
  16174. }
  16175. .ui.message .list:not(.ui) li:before {
  16176. position: absolute;
  16177. content: '•';
  16178. left: -1em;
  16179. height: 100%;
  16180. vertical-align: baseline;
  16181. }
  16182. .ui.message .list:not(.ui) li:last-child {
  16183. margin-bottom: 0em;
  16184. }
  16185. /* Icon */
  16186. .ui.message > .icon {
  16187. margin-right: 0.6em;
  16188. }
  16189. /* Close Icon */
  16190. .ui.message > .close.icon {
  16191. cursor: pointer;
  16192. position: absolute;
  16193. margin: 0em;
  16194. top: 14.78575px;
  16195. right: 0.5em;
  16196. opacity: 0.7;
  16197. -webkit-transition: opacity 0.1s ease;
  16198. transition: opacity 0.1s ease;
  16199. }
  16200. .ui.message > .close.icon:hover {
  16201. opacity: 1;
  16202. }
  16203. /* First / Last Element */
  16204. .ui.message > :first-child {
  16205. margin-top: 0em;
  16206. }
  16207. .ui.message > :last-child {
  16208. margin-bottom: 0em;
  16209. }
  16210. /*******************************
  16211. Coupling
  16212. *******************************/
  16213. .ui.dropdown .menu > .message {
  16214. margin: 0px -1px;
  16215. }
  16216. /*******************************
  16217. States
  16218. *******************************/
  16219. /*--------------
  16220. Visible
  16221. ---------------*/
  16222. .ui.visible.visible.visible.visible.message {
  16223. display: block;
  16224. }
  16225. .ui.icon.visible.visible.visible.visible.message {
  16226. display: -webkit-box;
  16227. display: -webkit-flex;
  16228. display: -ms-flexbox;
  16229. display: flex;
  16230. }
  16231. /*--------------
  16232. Hidden
  16233. ---------------*/
  16234. .ui.hidden.hidden.hidden.hidden.message {
  16235. display: none;
  16236. }
  16237. /*******************************
  16238. Variations
  16239. *******************************/
  16240. /*--------------
  16241. Compact
  16242. ---------------*/
  16243. .ui.compact.message {
  16244. display: inline-block;
  16245. }
  16246. /*--------------
  16247. Attached
  16248. ---------------*/
  16249. .ui.attached.message {
  16250. margin-bottom: -1px;
  16251. border-radius: 0.2307em 0.2307em 0em 0em;
  16252. box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.13) inset;
  16253. margin-left: -1px;
  16254. margin-right: -1px;
  16255. }
  16256. .ui.attached + .ui.attached.message:not(.top):not(.bottom) {
  16257. margin-top: -1px;
  16258. border-radius: 0em;
  16259. }
  16260. .ui.bottom.attached.message {
  16261. margin-top: -1px;
  16262. border-radius: 0em 0em 0.2307em 0.2307em;
  16263. box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.13) inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.13);
  16264. }
  16265. .ui.bottom.attached.message:not(:last-child) {
  16266. margin-bottom: 1em;
  16267. }
  16268. .ui.attached.icon.message {
  16269. width: auto;
  16270. }
  16271. /*--------------
  16272. Icon
  16273. ---------------*/
  16274. .ui.icon.message {
  16275. display: -webkit-box;
  16276. display: -webkit-flex;
  16277. display: -ms-flexbox;
  16278. display: flex;
  16279. width: 100%;
  16280. -webkit-box-align: center;
  16281. -webkit-align-items: center;
  16282. -ms-flex-align: center;
  16283. align-items: center;
  16284. }
  16285. .ui.icon.message > .icon:not(.close) {
  16286. display: block;
  16287. -webkit-box-flex: 0;
  16288. -webkit-flex: 0 0 auto;
  16289. -ms-flex: 0 0 auto;
  16290. flex: 0 0 auto;
  16291. width: auto;
  16292. line-height: 1;
  16293. vertical-align: middle;
  16294. font-size: 3em;
  16295. opacity: 0.8;
  16296. }
  16297. .ui.icon.message > .content {
  16298. display: block;
  16299. -webkit-box-flex: 1;
  16300. -webkit-flex: 1 1 auto;
  16301. -ms-flex: 1 1 auto;
  16302. flex: 1 1 auto;
  16303. vertical-align: middle;
  16304. }
  16305. .ui.icon.message .icon:not(.close) + .content {
  16306. padding-left: 0rem;
  16307. }
  16308. .ui.icon.message .circular.icon {
  16309. width: 1em;
  16310. }
  16311. /*--------------
  16312. Floating
  16313. ---------------*/
  16314. .ui.floating.message {
  16315. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  16316. }
  16317. /*--------------
  16318. Colors
  16319. ---------------*/
  16320. .ui.black.message {
  16321. background-color: #333333;
  16322. color: rgba(255, 255, 255, 0.9);
  16323. }
  16324. /*--------------
  16325. Types
  16326. ---------------*/
  16327. /* Positive */
  16328. .ui.positive.message {
  16329. background-color: #FCFFF5;
  16330. color: #2C662D;
  16331. }
  16332. .ui.positive.message,
  16333. .ui.attached.positive.message {
  16334. box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  16335. }
  16336. .ui.positive.message .header {
  16337. color: #1A531B;
  16338. }
  16339. /* Negative */
  16340. .ui.negative.message {
  16341. background-color: #FFF6F6;
  16342. color: #9F3A38;
  16343. }
  16344. .ui.negative.message,
  16345. .ui.attached.negative.message {
  16346. box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  16347. }
  16348. .ui.negative.message .header {
  16349. color: #912D2B;
  16350. }
  16351. /* Info */
  16352. .ui.info.message {
  16353. background-color: #E6F1F6;
  16354. color: #264C72;
  16355. }
  16356. .ui.info.message,
  16357. .ui.attached.info.message {
  16358. box-shadow: 0px 0px 0px 1px #97C1DA inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  16359. }
  16360. .ui.info.message .header {
  16361. color: #0E566C;
  16362. }
  16363. /* Warning */
  16364. .ui.warning.message {
  16365. background-color: #FFFAF3;
  16366. color: #613A00;
  16367. }
  16368. .ui.warning.message,
  16369. .ui.attached.warning.message {
  16370. box-shadow: 0px 0px 0px 1px #DCA874 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  16371. }
  16372. .ui.warning.message .header {
  16373. color: #794B02;
  16374. }
  16375. /* Error */
  16376. .ui.error.message {
  16377. background-color: #FFF6F6;
  16378. color: #991111;
  16379. }
  16380. .ui.error.message,
  16381. .ui.attached.error.message {
  16382. box-shadow: 0px 0px 0px 1px #DA9797 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  16383. }
  16384. .ui.error.message .header {
  16385. color: #912D2B;
  16386. }
  16387. /* Success */
  16388. .ui.success.message {
  16389. background-color: #FCFFF5;
  16390. color: #2C662D;
  16391. }
  16392. .ui.success.message,
  16393. .ui.attached.success.message {
  16394. box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  16395. }
  16396. .ui.success.message .header {
  16397. color: #1A531B;
  16398. }
  16399. /* Colors */
  16400. .ui.inverted.message,
  16401. .ui.black.message {
  16402. background-color: #333333;
  16403. color: rgba(255, 255, 255, 0.9);
  16404. }
  16405. .ui.red.message {
  16406. background-color: #FFE8E6;
  16407. color: #DB2828;
  16408. }
  16409. .ui.red.message .header {
  16410. color: #c82121;
  16411. }
  16412. .ui.orange.message {
  16413. background-color: #FFEDDE;
  16414. color: #D26911;
  16415. }
  16416. .ui.orange.message .header {
  16417. color: #ba5d0f;
  16418. }
  16419. .ui.yellow.message {
  16420. background-color: #FFF8DB;
  16421. color: #B58105;
  16422. }
  16423. .ui.yellow.message .header {
  16424. color: #9c6f04;
  16425. }
  16426. .ui.olive.message {
  16427. background-color: #FBFDEF;
  16428. color: #8ABC1E;
  16429. }
  16430. .ui.olive.message .header {
  16431. color: #7aa61a;
  16432. }
  16433. .ui.green.message {
  16434. background-color: #E5F9E7;
  16435. color: #1EBC30;
  16436. }
  16437. .ui.green.message .header {
  16438. color: #1aa62a;
  16439. }
  16440. .ui.teal.message {
  16441. background-color: #E1F7F7;
  16442. color: #10A3A3;
  16443. }
  16444. .ui.teal.message .header {
  16445. color: #0e8c8c;
  16446. }
  16447. .ui.blue.message {
  16448. background-color: #DFF0FF;
  16449. color: #80A6CD;
  16450. }
  16451. .ui.blue.message .header {
  16452. color: #6e99c6;
  16453. }
  16454. .ui.violet.message {
  16455. background-color: #EAE7FF;
  16456. color: #6435C9;
  16457. }
  16458. .ui.violet.message .header {
  16459. color: #5a30b5;
  16460. }
  16461. .ui.purple.message {
  16462. background-color: #F6E7FF;
  16463. color: #A333C8;
  16464. }
  16465. .ui.purple.message .header {
  16466. color: #922eb4;
  16467. }
  16468. .ui.pink.message {
  16469. background-color: #FFE3FB;
  16470. color: #E03997;
  16471. }
  16472. .ui.pink.message .header {
  16473. color: #dd238b;
  16474. }
  16475. .ui.brown.message {
  16476. background-color: #F1E2D3;
  16477. color: #A5673F;
  16478. }
  16479. .ui.brown.message .header {
  16480. color: #935b38;
  16481. }
  16482. /*--------------
  16483. Sizes
  16484. ---------------*/
  16485. .ui.small.message {
  16486. font-size: 0.92307692em;
  16487. }
  16488. .ui.message {
  16489. font-size: 1em;
  16490. }
  16491. .ui.large.message {
  16492. font-size: 1.15384615em;
  16493. }
  16494. .ui.huge.message {
  16495. font-size: 1.46153846em;
  16496. }
  16497. .ui.massive.message {
  16498. font-size: 1.69230769em;
  16499. }
  16500. .ui.info.message {
  16501. background: -webkit-linear-gradient(#D8EBF8, #D0E3EF);
  16502. background: linear-gradient(#D8EBF8, #D0E3EF);
  16503. }
  16504. .ui.error.message {
  16505. background: -webkit-linear-gradient(#F8D8D8, #EFD0D0);
  16506. background: linear-gradient(#F8D8D8, #EFD0D0);
  16507. }
  16508. .ui.warning.message {
  16509. background: -webkit-linear-gradient(#FFE3C8, #F5DAC0);
  16510. background: linear-gradient(#FFE3C8, #F5DAC0);
  16511. }
  16512. /*******************************
  16513. Site Overrides
  16514. *******************************/
  16515. /*!
  16516. * # Semantic UI 2.1.6 - Table
  16517. * http://github.com/semantic-org/semantic-ui/
  16518. *
  16519. *
  16520. * Copyright 2015 Contributors
  16521. * Released under the MIT license
  16522. * http://opensource.org/licenses/MIT
  16523. *
  16524. */
  16525. /*******************************
  16526. Table
  16527. *******************************/
  16528. /* Prototype */
  16529. .ui.table {
  16530. width: 100%;
  16531. background: #F8F8F8;
  16532. margin: 1em 0em;
  16533. border: 1px solid rgba(0, 0, 0, 0.13);
  16534. box-shadow: none;
  16535. border-radius: 0.2307em;
  16536. text-align: left;
  16537. color: rgba(0, 0, 0, 0.87);
  16538. border-collapse: separate;
  16539. border-spacing: 0px;
  16540. }
  16541. .ui.table:first-child {
  16542. margin-top: 0em;
  16543. }
  16544. .ui.table:last-child {
  16545. margin-bottom: 0em;
  16546. }
  16547. /*******************************
  16548. Parts
  16549. *******************************/
  16550. /* Table Content */
  16551. .ui.table th,
  16552. .ui.table td {
  16553. -webkit-transition: background 0.1s ease, color 0.1s ease;
  16554. transition: background 0.1s ease, color 0.1s ease;
  16555. }
  16556. /* Headers */
  16557. .ui.table thead {
  16558. box-shadow: none;
  16559. }
  16560. .ui.table thead th {
  16561. cursor: auto;
  16562. background: #F9FAFB;
  16563. text-align: inherit;
  16564. color: rgba(0, 0, 0, 0.87);
  16565. padding: 0.92307692em 0.61538462em;
  16566. vertical-align: inherit;
  16567. font-style: none;
  16568. font-weight: bold;
  16569. text-transform: none;
  16570. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  16571. border-left: none;
  16572. }
  16573. .ui.table thead tr > th:first-child {
  16574. border-left: none;
  16575. }
  16576. .ui.table thead tr:first-child > th:first-child {
  16577. border-radius: 0.2307em 0em 0em 0em;
  16578. }
  16579. .ui.table thead tr:first-child > th:last-child {
  16580. border-radius: 0em 0.2307em 0em 0em;
  16581. }
  16582. .ui.table thead tr:first-child > th:only-child {
  16583. border-radius: 0.2307em 0.2307em 0em 0em;
  16584. }
  16585. /* Footer */
  16586. .ui.table tfoot {
  16587. box-shadow: none;
  16588. }
  16589. .ui.table tfoot th {
  16590. cursor: auto;
  16591. border-top: 1px solid rgba(0, 0, 0, 0.13);
  16592. background: #F9FAFB;
  16593. text-align: inherit;
  16594. color: rgba(0, 0, 0, 0.87);
  16595. padding: 0.46153846em 0.61538462em;
  16596. vertical-align: middle;
  16597. font-style: normal;
  16598. font-weight: normal;
  16599. text-transform: none;
  16600. }
  16601. .ui.table tfoot tr > th:first-child {
  16602. border-left: none;
  16603. }
  16604. .ui.table tfoot tr:first-child > th:first-child {
  16605. border-radius: 0em 0em 0em 0.2307em;
  16606. }
  16607. .ui.table tfoot tr:first-child > th:last-child {
  16608. border-radius: 0em 0em 0.2307em 0em;
  16609. }
  16610. .ui.table tfoot tr:first-child > th:only-child {
  16611. border-radius: 0em 0em 0.2307em 0.2307em;
  16612. }
  16613. /* Table Row */
  16614. .ui.table tr td {
  16615. border-top: 1px solid rgba(0, 0, 0, 0.06);
  16616. }
  16617. .ui.table tr:first-child td {
  16618. border-top: none;
  16619. }
  16620. /* Table Cells */
  16621. .ui.table td {
  16622. padding: 0.46153846em 0.61538462em;
  16623. text-align: inherit;
  16624. }
  16625. /* Icons */
  16626. .ui.table > .icon {
  16627. vertical-align: baseline;
  16628. }
  16629. .ui.table > .icon:only-child {
  16630. margin: 0em;
  16631. }
  16632. /* Table Segment */
  16633. .ui.table.segment {
  16634. padding: 0em;
  16635. }
  16636. .ui.table.segment:after {
  16637. display: none;
  16638. }
  16639. .ui.table.segment.stacked:after {
  16640. display: block;
  16641. }
  16642. /* Responsive */
  16643. @media only screen and (max-width: 687px) {
  16644. .ui.table:not(.unstackable) {
  16645. width: 100%;
  16646. }
  16647. .ui.table:not(.unstackable) tbody,
  16648. .ui.table:not(.unstackable) tr,
  16649. .ui.table:not(.unstackable) tr > th,
  16650. .ui.table:not(.unstackable) tr > td {
  16651. width: auto !important;
  16652. display: block !important;
  16653. }
  16654. .ui.table:not(.unstackable) {
  16655. padding: 0em;
  16656. }
  16657. .ui.table:not(.unstackable) thead {
  16658. display: block;
  16659. }
  16660. .ui.table:not(.unstackable) tfoot {
  16661. display: block;
  16662. }
  16663. .ui.table:not(.unstackable) tr {
  16664. padding-top: 1em;
  16665. padding-bottom: 1em;
  16666. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  16667. }
  16668. .ui.table:not(.unstackable) tr > th,
  16669. .ui.table:not(.unstackable) tr > td {
  16670. background: none;
  16671. border: none !important;
  16672. padding: 0.25em 0.75em !important;
  16673. box-shadow: none !important;
  16674. }
  16675. .ui.table:not(.unstackable) th:first-child,
  16676. .ui.table:not(.unstackable) td:first-child {
  16677. font-weight: bold;
  16678. }
  16679. /* Definition Table */
  16680. .ui.definition.table:not(.unstackable) thead th:first-child {
  16681. box-shadow: none !important;
  16682. }
  16683. }
  16684. /*******************************
  16685. Coupling
  16686. *******************************/
  16687. /* UI Image */
  16688. .ui.table th .image,
  16689. .ui.table th .image img,
  16690. .ui.table td .image,
  16691. .ui.table td .image img {
  16692. max-width: none;
  16693. }
  16694. /*******************************
  16695. Types
  16696. *******************************/
  16697. /*--------------
  16698. Complex
  16699. ---------------*/
  16700. .ui.structured.table {
  16701. border-collapse: collapse;
  16702. }
  16703. .ui.structured.table thead th {
  16704. border-left: none;
  16705. border-right: none;
  16706. }
  16707. .ui.structured.sortable.table thead th {
  16708. border-left: 1px solid rgba(0, 0, 0, 0.13);
  16709. border-right: 1px solid rgba(0, 0, 0, 0.13);
  16710. }
  16711. .ui.structured.basic.table th {
  16712. border-left: none;
  16713. border-right: none;
  16714. }
  16715. .ui.structured.celled.table tr th,
  16716. .ui.structured.celled.table tr td {
  16717. border-left: 1px solid rgba(0, 0, 0, 0.06);
  16718. border-right: 1px solid rgba(0, 0, 0, 0.06);
  16719. }
  16720. /*--------------
  16721. Definition
  16722. ---------------*/
  16723. .ui.definition.table thead:not(.full-width) th:first-child {
  16724. pointer-events: none;
  16725. background: transparent;
  16726. font-weight: normal;
  16727. color: rgba(0, 0, 0, 0.4);
  16728. box-shadow: -1px -1px 0px 1px #FFFFFF;
  16729. }
  16730. .ui.definition.table tfoot:not(.full-width) th:first-child {
  16731. pointer-events: none;
  16732. background: transparent;
  16733. font-weight: rgba(0, 0, 0, 0.4);
  16734. color: normal;
  16735. box-shadow: 1px 1px 0px 1px #FFFFFF;
  16736. }
  16737. /* Remove Border */
  16738. .ui.celled.definition.table thead:not(.full-width) th:first-child {
  16739. box-shadow: 0px -1px 0px 1px #FFFFFF;
  16740. }
  16741. .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  16742. box-shadow: 0px 1px 0px 1px #FFFFFF;
  16743. }
  16744. /* Highlight Defining Column */
  16745. .ui.definition.table tr td:first-child {
  16746. background: rgba(0, 0, 0, 0.03);
  16747. font-weight: bold;
  16748. color: rgba(0, 0, 0, 0.95);
  16749. }
  16750. /* Fix 2nd Column */
  16751. .ui.definition.table thead:not(.full-width) th:nth-child(2) {
  16752. border-left: 1px solid rgba(0, 0, 0, 0.13);
  16753. }
  16754. .ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
  16755. border-left: 1px solid rgba(0, 0, 0, 0.13);
  16756. }
  16757. .ui.definition.table td:nth-child(2) {
  16758. border-left: 1px solid rgba(0, 0, 0, 0.13);
  16759. }
  16760. /*******************************
  16761. States
  16762. *******************************/
  16763. /*--------------
  16764. Positive
  16765. ---------------*/
  16766. .ui.table tr.positive,
  16767. .ui.table td.positive {
  16768. box-shadow: 0px 0px 0px #A3C293 inset;
  16769. }
  16770. .ui.table tr.positive,
  16771. .ui.table td.positive {
  16772. background: #FCFFF5 !important;
  16773. color: #2C662D !important;
  16774. }
  16775. /*--------------
  16776. Negative
  16777. ---------------*/
  16778. .ui.table tr.negative,
  16779. .ui.table td.negative {
  16780. box-shadow: 0px 0px 0px #E0B4B4 inset;
  16781. }
  16782. .ui.table tr.negative,
  16783. .ui.table td.negative {
  16784. background: #FFF6F6 !important;
  16785. color: #9F3A38 !important;
  16786. }
  16787. /*--------------
  16788. Error
  16789. ---------------*/
  16790. .ui.table tr.error,
  16791. .ui.table td.error {
  16792. box-shadow: 0px 0px 0px #E0B4B4 inset;
  16793. }
  16794. .ui.table tr.error,
  16795. .ui.table td.error {
  16796. background: #FFF6F6 !important;
  16797. color: #991111 !important;
  16798. }
  16799. /*--------------
  16800. Warning
  16801. ---------------*/
  16802. .ui.table tr.warning,
  16803. .ui.table td.warning {
  16804. box-shadow: 0px 0px 0px #C9BA9B inset;
  16805. }
  16806. .ui.table tr.warning,
  16807. .ui.table td.warning {
  16808. background: #FFFAF3 !important;
  16809. color: #613A00 !important;
  16810. }
  16811. /*--------------
  16812. Active
  16813. ---------------*/
  16814. .ui.table tr.active,
  16815. .ui.table td.active {
  16816. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
  16817. }
  16818. .ui.table tr.active,
  16819. .ui.table td.active {
  16820. background: #E0E0E0 !important;
  16821. color: rgba(0, 0, 0, 0.87) !important;
  16822. }
  16823. /*--------------
  16824. Disabled
  16825. ---------------*/
  16826. .ui.table tr.disabled td,
  16827. .ui.table tr td.disabled,
  16828. .ui.table tr.disabled:hover,
  16829. .ui.table tr:hover td.disabled {
  16830. pointer-events: none;
  16831. color: rgba(40, 40, 40, 0.3);
  16832. }
  16833. /*******************************
  16834. Variations
  16835. *******************************/
  16836. /*--------------
  16837. Stackable
  16838. ---------------*/
  16839. @media only screen and (max-width: 687px) {
  16840. .ui[class*="tablet stackable"].table,
  16841. .ui[class*="tablet stackable"].table tbody,
  16842. .ui[class*="tablet stackable"].table tr,
  16843. .ui[class*="tablet stackable"].table tr > th,
  16844. .ui[class*="tablet stackable"].table tr > td {
  16845. width: 100% !important;
  16846. display: block !important;
  16847. }
  16848. .ui[class*="tablet stackable"].table {
  16849. padding: 0em;
  16850. }
  16851. .ui[class*="tablet stackable"].table thead {
  16852. display: block;
  16853. }
  16854. .ui[class*="tablet stackable"].table tfoot {
  16855. display: block;
  16856. }
  16857. .ui[class*="tablet stackable"].table tr {
  16858. padding-top: 1em;
  16859. padding-bottom: 1em;
  16860. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  16861. }
  16862. .ui[class*="tablet stackable"].table tr > th,
  16863. .ui[class*="tablet stackable"].table tr > td {
  16864. background: none;
  16865. border: none !important;
  16866. padding: 0.25em 0.75em;
  16867. box-shadow: none !important;
  16868. }
  16869. /* Definition Table */
  16870. .ui.definition[class*="tablet stackable"].table thead th:first-child {
  16871. box-shadow: none !important;
  16872. }
  16873. }
  16874. /*--------------
  16875. Text Alignment
  16876. ---------------*/
  16877. .ui.table[class*="left aligned"],
  16878. .ui.table [class*="left aligned"] {
  16879. text-align: left;
  16880. }
  16881. .ui.table[class*="center aligned"],
  16882. .ui.table [class*="center aligned"] {
  16883. text-align: center;
  16884. }
  16885. .ui.table[class*="right aligned"],
  16886. .ui.table [class*="right aligned"] {
  16887. text-align: right;
  16888. }
  16889. /*------------------
  16890. Vertical Alignment
  16891. ------------------*/
  16892. .ui.table[class*="top aligned"],
  16893. .ui.table [class*="top aligned"] {
  16894. vertical-align: top;
  16895. }
  16896. .ui.table[class*="middle aligned"],
  16897. .ui.table [class*="middle aligned"] {
  16898. vertical-align: middle;
  16899. }
  16900. .ui.table[class*="bottom aligned"],
  16901. .ui.table [class*="bottom aligned"] {
  16902. vertical-align: bottom;
  16903. }
  16904. /*--------------
  16905. Collapsing
  16906. ---------------*/
  16907. .ui.table th.collapsing,
  16908. .ui.table td.collapsing {
  16909. width: 1px;
  16910. white-space: nowrap;
  16911. }
  16912. /*--------------
  16913. Fixed
  16914. ---------------*/
  16915. .ui.fixed.table {
  16916. table-layout: fixed;
  16917. }
  16918. .ui.fixed.table th,
  16919. .ui.fixed.table td {
  16920. overflow: hidden;
  16921. text-overflow: ellipsis;
  16922. }
  16923. /*--------------
  16924. Selectable
  16925. ---------------*/
  16926. .ui.selectable.table tbody tr:hover,
  16927. .ui.table tbody tr td.selectable:hover {
  16928. background: rgba(0, 0, 0, 0.05) !important;
  16929. color: rgba(0, 0, 0, 0.95) !important;
  16930. }
  16931. .ui.selectable.inverted.table tbody tr:hover,
  16932. .ui.inverted.table tbody tr td.selectable:hover {
  16933. background: rgba(255, 255, 255, 0.08) !important;
  16934. color: #ffffff !important;
  16935. }
  16936. /* Selectable Cell Link */
  16937. .ui.table tbody tr td.selectable {
  16938. padding: 0em;
  16939. }
  16940. .ui.table tbody tr td.selectable > a:not(.ui) {
  16941. display: block;
  16942. color: inherit;
  16943. padding: 0.46153846em 0.61538462em;
  16944. }
  16945. /* Other States */
  16946. .ui.selectable.table tr.error:hover,
  16947. .ui.table tr td.selectable.error:hover,
  16948. .ui.selectable.table tr:hover td.error {
  16949. background: #ffe7e7 !important;
  16950. color: #8b0f0f !important;
  16951. }
  16952. .ui.selectable.table tr.warning:hover,
  16953. .ui.table tr td.selectable.warning:hover,
  16954. .ui.selectable.table tr:hover td.warning {
  16955. background: #fff4e4 !important;
  16956. color: #523100 !important;
  16957. }
  16958. .ui.selectable.table tr.active:hover,
  16959. .ui.table tr td.selectable.active:hover,
  16960. .ui.selectable.table tr:hover td.active {
  16961. background: #E0E0E0 !important;
  16962. color: rgba(0, 0, 0, 0.87) !important;
  16963. }
  16964. .ui.selectable.table tr.positive:hover,
  16965. .ui.table tr td.selectable.positive:hover,
  16966. .ui.selectable.table tr:hover td.positive {
  16967. background: #f7ffe6 !important;
  16968. color: #275b28 !important;
  16969. }
  16970. .ui.selectable.table tr.negative:hover,
  16971. .ui.table tr td.selectable.negative:hover,
  16972. .ui.selectable.table tr:hover td.negative {
  16973. background: #ffe7e7 !important;
  16974. color: #943634 !important;
  16975. }
  16976. /*-------------------
  16977. Attached
  16978. --------------------*/
  16979. /* Middle */
  16980. .ui.attached.table {
  16981. top: 0px;
  16982. bottom: 0px;
  16983. border-radius: 0px;
  16984. margin: 0em -1px;
  16985. width: calc(100% + 2px );
  16986. max-width: calc(100% + 2px );
  16987. box-shadow: none;
  16988. border: 1px solid #DDDDDD;
  16989. }
  16990. .ui.attached + .ui.attached.table:not(.top) {
  16991. border-top: none;
  16992. }
  16993. /* Top */
  16994. .ui[class*="top attached"].table {
  16995. bottom: 0px;
  16996. margin-bottom: 0em;
  16997. top: 0px;
  16998. margin-top: 1em;
  16999. border-radius: 0.2307em 0.2307em 0em 0em;
  17000. }
  17001. .ui.table[class*="top attached"]:first-child {
  17002. margin-top: 0em;
  17003. }
  17004. /* Bottom */
  17005. .ui[class*="bottom attached"].table {
  17006. bottom: 0px;
  17007. margin-top: 0em;
  17008. top: 0px;
  17009. margin-bottom: 1em;
  17010. box-shadow: none, none;
  17011. border-radius: 0em 0em 0.2307em 0.2307em;
  17012. }
  17013. .ui[class*="bottom attached"].table:last-child {
  17014. margin-bottom: 0em;
  17015. }
  17016. /*--------------
  17017. Striped
  17018. ---------------*/
  17019. /* Table Striping */
  17020. .ui.striped.table > tr:nth-child(2n),
  17021. .ui.striped.table tbody tr:nth-child(2n) {
  17022. background-color: rgba(0, 0, 50, 0.02);
  17023. }
  17024. /* Stripes */
  17025. .ui.inverted.striped.table > tr:nth-child(2n),
  17026. .ui.inverted.striped.table tbody tr:nth-child(2n) {
  17027. background-color: rgba(255, 255, 255, 0.05);
  17028. }
  17029. /*--------------
  17030. Single Line
  17031. ---------------*/
  17032. .ui.table[class*="single line"],
  17033. .ui.table [class*="single line"] {
  17034. white-space: nowrap;
  17035. }
  17036. .ui.table[class*="single line"],
  17037. .ui.table [class*="single line"] {
  17038. white-space: nowrap;
  17039. }
  17040. /*-------------------
  17041. Colors
  17042. --------------------*/
  17043. /* Red */
  17044. .ui.red.table {
  17045. border-top: 0.2em solid #DB2828;
  17046. }
  17047. .ui.inverted.red.table {
  17048. background-color: #DB2828 !important;
  17049. color: #FFFFFF !important;
  17050. }
  17051. /* Orange */
  17052. .ui.orange.table {
  17053. border-top: 0.2em solid #D26911;
  17054. }
  17055. .ui.inverted.orange.table {
  17056. background-color: #D26911 !important;
  17057. color: #FFFFFF !important;
  17058. }
  17059. /* Yellow */
  17060. .ui.yellow.table {
  17061. border-top: 0.2em solid #FBBD08;
  17062. }
  17063. .ui.inverted.yellow.table {
  17064. background-color: #FBBD08 !important;
  17065. color: #FFFFFF !important;
  17066. }
  17067. /* Olive */
  17068. .ui.olive.table {
  17069. border-top: 0.2em solid #B5CC18;
  17070. }
  17071. .ui.inverted.olive.table {
  17072. background-color: #B5CC18 !important;
  17073. color: #FFFFFF !important;
  17074. }
  17075. /* Green */
  17076. .ui.green.table {
  17077. border-top: 0.2em solid #78CB5B;
  17078. }
  17079. .ui.inverted.green.table {
  17080. background-color: #78CB5B !important;
  17081. color: #FFFFFF !important;
  17082. }
  17083. /* Teal */
  17084. .ui.teal.table {
  17085. border-top: 0.2em solid #00B5AD;
  17086. }
  17087. .ui.inverted.teal.table {
  17088. background-color: #00B5AD !important;
  17089. color: #FFFFFF !important;
  17090. }
  17091. /* Blue */
  17092. .ui.blue.table {
  17093. border-top: 0.2em solid #80A6CD;
  17094. }
  17095. .ui.inverted.blue.table {
  17096. background-color: #80A6CD !important;
  17097. color: #FFFFFF !important;
  17098. }
  17099. /* Violet */
  17100. .ui.violet.table {
  17101. border-top: 0.2em solid #6435C9;
  17102. }
  17103. .ui.inverted.violet.table {
  17104. background-color: #6435C9 !important;
  17105. color: #FFFFFF !important;
  17106. }
  17107. /* Purple */
  17108. .ui.purple.table {
  17109. border-top: 0.2em solid #A333C8;
  17110. }
  17111. .ui.inverted.purple.table {
  17112. background-color: #A333C8 !important;
  17113. color: #FFFFFF !important;
  17114. }
  17115. /* Pink */
  17116. .ui.pink.table {
  17117. border-top: 0.2em solid #E03997;
  17118. }
  17119. .ui.inverted.pink.table {
  17120. background-color: #E03997 !important;
  17121. color: #FFFFFF !important;
  17122. }
  17123. /* Brown */
  17124. .ui.brown.table {
  17125. border-top: 0.2em solid #A5673F;
  17126. }
  17127. .ui.inverted.brown.table {
  17128. background-color: #A5673F !important;
  17129. color: #FFFFFF !important;
  17130. }
  17131. /* Grey */
  17132. .ui.grey.table {
  17133. border-top: 0.2em solid #767676;
  17134. }
  17135. .ui.inverted.grey.table {
  17136. background-color: #767676 !important;
  17137. color: #FFFFFF !important;
  17138. }
  17139. /* Black */
  17140. .ui.black.table {
  17141. border-top: 0.2em solid #333333;
  17142. }
  17143. .ui.inverted.black.table {
  17144. background-color: #333333 !important;
  17145. color: #FFFFFF !important;
  17146. }
  17147. /*--------------
  17148. Column Count
  17149. ---------------*/
  17150. /* Grid Based */
  17151. .ui.one.column.table td {
  17152. width: 100%;
  17153. }
  17154. .ui.two.column.table td {
  17155. width: 50%;
  17156. }
  17157. .ui.three.column.table td {
  17158. width: 33.33333333%;
  17159. }
  17160. .ui.four.column.table td {
  17161. width: 25%;
  17162. }
  17163. .ui.five.column.table td {
  17164. width: 20%;
  17165. }
  17166. .ui.six.column.table td {
  17167. width: 16.66666667%;
  17168. }
  17169. .ui.seven.column.table td {
  17170. width: 14.28571429%;
  17171. }
  17172. .ui.eight.column.table td {
  17173. width: 12.5%;
  17174. }
  17175. .ui.nine.column.table td {
  17176. width: 11.11111111%;
  17177. }
  17178. .ui.ten.column.table td {
  17179. width: 10%;
  17180. }
  17181. .ui.eleven.column.table td {
  17182. width: 9.09090909%;
  17183. }
  17184. .ui.twelve.column.table td {
  17185. width: 8.33333333%;
  17186. }
  17187. .ui.thirteen.column.table td {
  17188. width: 7.69230769%;
  17189. }
  17190. .ui.fourteen.column.table td {
  17191. width: 7.14285714%;
  17192. }
  17193. .ui.fifteen.column.table td {
  17194. width: 6.66666667%;
  17195. }
  17196. .ui.sixteen.column.table td {
  17197. width: 6.25%;
  17198. }
  17199. /* Column Width */
  17200. .ui.table th.one.wide,
  17201. .ui.table td.one.wide {
  17202. width: 6.25%;
  17203. }
  17204. .ui.table th.two.wide,
  17205. .ui.table td.two.wide {
  17206. width: 12.5%;
  17207. }
  17208. .ui.table th.three.wide,
  17209. .ui.table td.three.wide {
  17210. width: 18.75%;
  17211. }
  17212. .ui.table th.four.wide,
  17213. .ui.table td.four.wide {
  17214. width: 25%;
  17215. }
  17216. .ui.table th.five.wide,
  17217. .ui.table td.five.wide {
  17218. width: 31.25%;
  17219. }
  17220. .ui.table th.six.wide,
  17221. .ui.table td.six.wide {
  17222. width: 37.5%;
  17223. }
  17224. .ui.table th.seven.wide,
  17225. .ui.table td.seven.wide {
  17226. width: 43.75%;
  17227. }
  17228. .ui.table th.eight.wide,
  17229. .ui.table td.eight.wide {
  17230. width: 50%;
  17231. }
  17232. .ui.table th.nine.wide,
  17233. .ui.table td.nine.wide {
  17234. width: 56.25%;
  17235. }
  17236. .ui.table th.ten.wide,
  17237. .ui.table td.ten.wide {
  17238. width: 62.5%;
  17239. }
  17240. .ui.table th.eleven.wide,
  17241. .ui.table td.eleven.wide {
  17242. width: 68.75%;
  17243. }
  17244. .ui.table th.twelve.wide,
  17245. .ui.table td.twelve.wide {
  17246. width: 75%;
  17247. }
  17248. .ui.table th.thirteen.wide,
  17249. .ui.table td.thirteen.wide {
  17250. width: 81.25%;
  17251. }
  17252. .ui.table th.fourteen.wide,
  17253. .ui.table td.fourteen.wide {
  17254. width: 87.5%;
  17255. }
  17256. .ui.table th.fifteen.wide,
  17257. .ui.table td.fifteen.wide {
  17258. width: 93.75%;
  17259. }
  17260. .ui.table th.sixteen.wide,
  17261. .ui.table td.sixteen.wide {
  17262. width: 100%;
  17263. }
  17264. /*--------------
  17265. Sortable
  17266. ---------------*/
  17267. .ui.sortable.table thead th {
  17268. cursor: pointer;
  17269. white-space: nowrap;
  17270. border-left: 1px solid rgba(0, 0, 0, 0.13);
  17271. color: rgba(0, 0, 0, 0.87);
  17272. }
  17273. .ui.sortable.table thead th:first-child {
  17274. border-left: none;
  17275. }
  17276. .ui.sortable.table thead th.sorted,
  17277. .ui.sortable.table thead th.sorted:hover {
  17278. -webkit-user-select: none;
  17279. -moz-user-select: none;
  17280. -ms-user-select: none;
  17281. user-select: none;
  17282. }
  17283. .ui.sortable.table thead th:after {
  17284. display: none;
  17285. font-style: normal;
  17286. font-weight: normal;
  17287. text-decoration: inherit;
  17288. content: '';
  17289. height: 1em;
  17290. width: auto;
  17291. opacity: 0.8;
  17292. margin: 0em 0em 0em 0.5em;
  17293. font-family: 'Icons';
  17294. }
  17295. .ui.sortable.table thead th.ascending:after {
  17296. content: '\f0d8';
  17297. }
  17298. .ui.sortable.table thead th.descending:after {
  17299. content: '\f0d7';
  17300. }
  17301. /* Hover */
  17302. .ui.sortable.table th.disabled:hover {
  17303. cursor: auto;
  17304. color: rgba(40, 40, 40, 0.3);
  17305. }
  17306. .ui.sortable.table thead th:hover {
  17307. background: rgba(0, 0, 0, 0.05);
  17308. color: rgba(0, 0, 0, 0.8);
  17309. }
  17310. /* Sorted */
  17311. .ui.sortable.table thead th.sorted {
  17312. background: rgba(0, 0, 0, 0.05);
  17313. color: rgba(0, 0, 0, 0.95);
  17314. }
  17315. .ui.sortable.table thead th.sorted:after {
  17316. display: inline-block;
  17317. }
  17318. /* Sorted Hover */
  17319. .ui.sortable.table thead th.sorted:hover {
  17320. background: rgba(0, 0, 0, 0.05);
  17321. color: rgba(0, 0, 0, 0.95);
  17322. }
  17323. /* Inverted */
  17324. .ui.inverted.sortable.table thead th.sorted {
  17325. background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  17326. background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  17327. color: #ffffff;
  17328. }
  17329. .ui.inverted.sortable.table thead th:hover {
  17330. background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  17331. background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  17332. color: #ffffff;
  17333. }
  17334. .ui.inverted.sortable.table thead th {
  17335. border-left-color: transparent;
  17336. border-right-color: transparent;
  17337. }
  17338. /*--------------
  17339. Inverted
  17340. ---------------*/
  17341. /* Text Color */
  17342. .ui.inverted.table {
  17343. background: #333333;
  17344. color: rgba(255, 255, 255, 0.9);
  17345. border: none;
  17346. }
  17347. .ui.inverted.table th {
  17348. background-color: rgba(0, 0, 0, 0.15);
  17349. border-color: rgba(255, 255, 255, 0.1) !important;
  17350. color: rgba(255, 255, 255, 0.9);
  17351. }
  17352. .ui.inverted.table tr td {
  17353. border-color: rgba(255, 255, 255, 0.1) !important;
  17354. }
  17355. .ui.inverted.table tr.disabled td,
  17356. .ui.inverted.table tr td.disabled,
  17357. .ui.inverted.table tr.disabled:hover td,
  17358. .ui.inverted.table tr:hover td.disabled {
  17359. pointer-events: none;
  17360. color: rgba(225, 225, 225, 0.3);
  17361. }
  17362. /* Definition */
  17363. .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
  17364. .ui.inverted.definition.table thead:not(.full-width) th:first-child {
  17365. background: #FFFFFF;
  17366. }
  17367. .ui.inverted.definition.table tr td:first-child {
  17368. background: rgba(255, 255, 255, 0.02);
  17369. color: #ffffff;
  17370. }
  17371. /*--------------
  17372. Collapsing
  17373. ---------------*/
  17374. .ui.collapsing.table {
  17375. width: auto;
  17376. }
  17377. /*--------------
  17378. Basic
  17379. ---------------*/
  17380. .ui.basic.table {
  17381. background: transparent;
  17382. border: 1px solid rgba(0, 0, 0, 0.13);
  17383. box-shadow: none;
  17384. }
  17385. .ui.basic.table thead,
  17386. .ui.basic.table tfoot {
  17387. box-shadow: none;
  17388. }
  17389. .ui.basic.table th {
  17390. background: transparent;
  17391. border-left: none;
  17392. }
  17393. .ui.basic.table tbody tr {
  17394. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  17395. }
  17396. .ui.basic.table td {
  17397. background: transparent;
  17398. }
  17399. .ui.basic.striped.table tbody tr:nth-child(2n) {
  17400. background-color: rgba(0, 0, 0, 0.05) !important;
  17401. }
  17402. /* Very Basic */
  17403. .ui[class*="very basic"].table {
  17404. border: none;
  17405. }
  17406. .ui[class*="very basic"].table:not(.sortable):not(.striped) th,
  17407. .ui[class*="very basic"].table:not(.sortable):not(.striped) td {
  17408. padding: '';
  17409. }
  17410. .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
  17411. .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
  17412. padding-left: 0em;
  17413. }
  17414. .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
  17415. .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
  17416. padding-right: 0em;
  17417. }
  17418. .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
  17419. padding-top: 0em;
  17420. }
  17421. /*--------------
  17422. Celled
  17423. ---------------*/
  17424. .ui.celled.table tr th,
  17425. .ui.celled.table tr td {
  17426. border-left: 1px solid rgba(0, 0, 0, 0.06);
  17427. }
  17428. .ui.celled.table tr th:first-child,
  17429. .ui.celled.table tr td:first-child {
  17430. border-left: none;
  17431. }
  17432. /*--------------
  17433. Padded
  17434. ---------------*/
  17435. .ui.padded.table th {
  17436. padding-left: 1em;
  17437. padding-right: 1em;
  17438. }
  17439. .ui.padded.table th,
  17440. .ui.padded.table td {
  17441. padding: 1em 1em;
  17442. }
  17443. /* Very */
  17444. .ui[class*="very padded"].table th {
  17445. padding-left: 1.5em;
  17446. padding-right: 1.5em;
  17447. }
  17448. .ui[class*="very padded"].table td {
  17449. padding: 1.5em 1.5em;
  17450. }
  17451. /*--------------
  17452. Compact
  17453. ---------------*/
  17454. .ui.compact.table th {
  17455. padding-left: 0.7em;
  17456. padding-right: 0.7em;
  17457. }
  17458. .ui.compact.table td {
  17459. padding: 0.5em 0.7em;
  17460. }
  17461. /* Very */
  17462. .ui[class*="very compact"].table th {
  17463. padding-left: 0.6em;
  17464. padding-right: 0.6em;
  17465. }
  17466. .ui[class*="very compact"].table td {
  17467. padding: 0.4em 0.6em;
  17468. }
  17469. /*--------------
  17470. Sizes
  17471. ---------------*/
  17472. /* Small */
  17473. .ui.small.table {
  17474. font-size: 0.9em;
  17475. }
  17476. /* Standard */
  17477. .ui.table {
  17478. font-size: 1em;
  17479. }
  17480. /* Large */
  17481. .ui.large.table {
  17482. font-size: 1.1em;
  17483. }
  17484. /*******************************
  17485. Site Overrides
  17486. *******************************/
  17487. /*!
  17488. * # Semantic UI 2.1.6 - Ad
  17489. * http://github.com/semantic-org/semantic-ui/
  17490. *
  17491. *
  17492. * Copyright 2013 Contributors
  17493. * Released under the MIT license
  17494. * http://opensource.org/licenses/MIT
  17495. *
  17496. */
  17497. /*******************************
  17498. Advertisement
  17499. *******************************/
  17500. .ui.ad {
  17501. display: block;
  17502. overflow: hidden;
  17503. margin: 1em 0em;
  17504. }
  17505. .ui.ad:first-child {
  17506. margin: 0em;
  17507. }
  17508. .ui.ad:last-child {
  17509. margin: 0em;
  17510. }
  17511. .ui.ad iframe {
  17512. margin: 0em;
  17513. padding: 0em;
  17514. border: none;
  17515. overflow: hidden;
  17516. }
  17517. /*--------------
  17518. Common
  17519. ---------------*/
  17520. /* Leaderboard */
  17521. .ui.leaderboard.ad {
  17522. width: 728px;
  17523. height: 90px;
  17524. }
  17525. /* Medium Rectangle */
  17526. .ui[class*="medium rectangle"].ad {
  17527. width: 300px;
  17528. height: 250px;
  17529. }
  17530. /* Large Rectangle */
  17531. .ui[class*="large rectangle"].ad {
  17532. width: 336px;
  17533. height: 280px;
  17534. }
  17535. /* Half Page */
  17536. .ui[class*="half page"].ad {
  17537. width: 300px;
  17538. height: 600px;
  17539. }
  17540. /*--------------
  17541. Square
  17542. ---------------*/
  17543. /* Square */
  17544. .ui.square.ad {
  17545. width: 250px;
  17546. height: 250px;
  17547. }
  17548. /* Small Square */
  17549. .ui[class*="small square"].ad {
  17550. width: 200px;
  17551. height: 200px;
  17552. }
  17553. /*--------------
  17554. Rectangle
  17555. ---------------*/
  17556. /* Small Rectangle */
  17557. .ui[class*="small rectangle"].ad {
  17558. width: 180px;
  17559. height: 150px;
  17560. }
  17561. /* Vertical Rectangle */
  17562. .ui[class*="vertical rectangle"].ad {
  17563. width: 240px;
  17564. height: 400px;
  17565. }
  17566. /*--------------
  17567. Button
  17568. ---------------*/
  17569. .ui.button.ad {
  17570. width: 120px;
  17571. height: 90px;
  17572. }
  17573. .ui[class*="square button"].ad {
  17574. width: 125px;
  17575. height: 125px;
  17576. }
  17577. .ui[class*="small button"].ad {
  17578. width: 120px;
  17579. height: 60px;
  17580. }
  17581. /*--------------
  17582. Skyscrapers
  17583. ---------------*/
  17584. /* Skyscraper */
  17585. .ui.skyscraper.ad {
  17586. width: 120px;
  17587. height: 600px;
  17588. }
  17589. /* Wide Skyscraper */
  17590. .ui[class*="wide skyscraper"].ad {
  17591. width: 160px;
  17592. }
  17593. /*--------------
  17594. Banners
  17595. ---------------*/
  17596. /* Banner */
  17597. .ui.banner.ad {
  17598. width: 468px;
  17599. height: 60px;
  17600. }
  17601. /* Vertical Banner */
  17602. .ui[class*="vertical banner"].ad {
  17603. width: 120px;
  17604. height: 240px;
  17605. }
  17606. /* Top Banner */
  17607. .ui[class*="top banner"].ad {
  17608. width: 930px;
  17609. height: 180px;
  17610. }
  17611. /* Half Banner */
  17612. .ui[class*="half banner"].ad {
  17613. width: 234px;
  17614. height: 60px;
  17615. }
  17616. /*--------------
  17617. Boards
  17618. ---------------*/
  17619. /* Leaderboard */
  17620. .ui[class*="large leaderboard"].ad {
  17621. width: 970px;
  17622. height: 90px;
  17623. }
  17624. /* Billboard */
  17625. .ui.billboard.ad {
  17626. width: 970px;
  17627. height: 250px;
  17628. }
  17629. /*--------------
  17630. Panorama
  17631. ---------------*/
  17632. /* Panorama */
  17633. .ui.panorama.ad {
  17634. width: 980px;
  17635. height: 120px;
  17636. }
  17637. /*--------------
  17638. Netboard
  17639. ---------------*/
  17640. /* Netboard */
  17641. .ui.netboard.ad {
  17642. width: 580px;
  17643. height: 400px;
  17644. }
  17645. /*--------------
  17646. Mobile
  17647. ---------------*/
  17648. /* Large Mobile Banner */
  17649. .ui[class*="large mobile banner"].ad {
  17650. width: 320px;
  17651. height: 100px;
  17652. }
  17653. /* Mobile Leaderboard */
  17654. .ui[class*="mobile leaderboard"].ad {
  17655. width: 320px;
  17656. height: 50px;
  17657. }
  17658. /*******************************
  17659. Types
  17660. *******************************/
  17661. /* Mobile Sizes */
  17662. .ui.mobile.ad {
  17663. display: none;
  17664. }
  17665. @media only screen and (max-width: 687px) {
  17666. .ui.mobile.ad {
  17667. display: block;
  17668. }
  17669. }
  17670. /*******************************
  17671. Variations
  17672. *******************************/
  17673. .ui.centered.ad {
  17674. margin-left: auto;
  17675. margin-right: auto;
  17676. }
  17677. .ui.test.ad {
  17678. position: relative;
  17679. background: #545454;
  17680. }
  17681. .ui.test.ad:after {
  17682. position: absolute;
  17683. top: 50%;
  17684. left: 50%;
  17685. width: 100%;
  17686. text-align: center;
  17687. -webkit-transform: translateX(-50%) translateY(-50%);
  17688. transform: translateX(-50%) translateY(-50%);
  17689. content: 'Ad';
  17690. color: #FFFFFF;
  17691. font-size: 1em;
  17692. font-weight: bold;
  17693. }
  17694. .ui.mobile.test.ad:after {
  17695. font-size: 0.84615385em;
  17696. }
  17697. .ui.test.ad[data-text]:after {
  17698. content: attr(data-text);
  17699. }
  17700. /*******************************
  17701. User Variable Overrides
  17702. *******************************/
  17703. /*!
  17704. * # Semantic UI 2.1.6 - Item
  17705. * http://github.com/semantic-org/semantic-ui/
  17706. *
  17707. *
  17708. * Copyright 2015 Contributors
  17709. * Released under the MIT license
  17710. * http://opensource.org/licenses/MIT
  17711. *
  17712. */
  17713. /*******************************
  17714. Standard
  17715. *******************************/
  17716. /*--------------
  17717. Card
  17718. ---------------*/
  17719. .ui.cards > .card,
  17720. .ui.card {
  17721. max-width: 100%;
  17722. position: relative;
  17723. display: -webkit-box;
  17724. display: -webkit-flex;
  17725. display: -ms-flexbox;
  17726. display: flex;
  17727. -webkit-box-orient: vertical;
  17728. -webkit-box-direction: normal;
  17729. -webkit-flex-direction: column;
  17730. -ms-flex-direction: column;
  17731. flex-direction: column;
  17732. width: 290px;
  17733. min-height: 0px;
  17734. background: #FFFFFF;
  17735. padding: 0em;
  17736. border: none;
  17737. border-radius: 0.2307em;
  17738. box-shadow: 0px 1px 3px 0px #DDDDDD, 0px 0px 0px 1px #DDDDDD;
  17739. -webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  17740. transition: box-shadow 0.1s ease, transform 0.1s ease;
  17741. z-index: '';
  17742. }
  17743. .ui.card {
  17744. margin: 1em 0em;
  17745. }
  17746. .ui.cards > .card a,
  17747. .ui.card a {
  17748. cursor: pointer;
  17749. }
  17750. .ui.card:first-child {
  17751. margin-top: 0em;
  17752. }
  17753. .ui.card:last-child {
  17754. margin-bottom: 0em;
  17755. }
  17756. /*--------------
  17757. Cards
  17758. ---------------*/
  17759. .ui.cards {
  17760. display: -webkit-box;
  17761. display: -webkit-flex;
  17762. display: -ms-flexbox;
  17763. display: flex;
  17764. margin: -0.875em -0.5em;
  17765. -webkit-flex-wrap: wrap;
  17766. -ms-flex-wrap: wrap;
  17767. flex-wrap: wrap;
  17768. }
  17769. .ui.cards > .card {
  17770. display: -webkit-box;
  17771. display: -webkit-flex;
  17772. display: -ms-flexbox;
  17773. display: flex;
  17774. margin: 0.875em 0.5em;
  17775. float: none;
  17776. }
  17777. /* Clearing */
  17778. .ui.cards:after,
  17779. .ui.card:after {
  17780. display: block;
  17781. content: ' ';
  17782. height: 0px;
  17783. clear: both;
  17784. overflow: hidden;
  17785. visibility: hidden;
  17786. }
  17787. /* Consecutive Card Groups Preserve Row Spacing */
  17788. .ui.cards ~ .ui.cards {
  17789. margin-top: 0.875em;
  17790. }
  17791. /*--------------
  17792. Rounded Edges
  17793. ---------------*/
  17794. .ui.cards > .card > :first-child,
  17795. .ui.card > :first-child {
  17796. border-radius: 0.2307em 0.2307em 0em 0em !important;
  17797. border-top: none !important;
  17798. }
  17799. .ui.cards > .card > :last-child,
  17800. .ui.card > :last-child {
  17801. border-radius: 0em 0em 0.2307em 0.2307em !important;
  17802. }
  17803. .ui.cards > .card > :only-child,
  17804. .ui.card > :only-child {
  17805. border-radius: 0.2307em !important;
  17806. }
  17807. /*--------------
  17808. Images
  17809. ---------------*/
  17810. .ui.cards > .card > .image,
  17811. .ui.card > .image {
  17812. position: relative;
  17813. display: block;
  17814. -webkit-box-flex: 0;
  17815. -webkit-flex: 0 0 auto;
  17816. -ms-flex: 0 0 auto;
  17817. flex: 0 0 auto;
  17818. padding: 0em;
  17819. background: rgba(0, 0, 0, 0.05);
  17820. }
  17821. .ui.cards > .card > .image > img,
  17822. .ui.card > .image > img {
  17823. display: block;
  17824. width: 100%;
  17825. height: auto;
  17826. border-radius: inherit;
  17827. }
  17828. .ui.cards > .card > .image:not(.ui) > img,
  17829. .ui.card > .image:not(.ui) > img {
  17830. border: none;
  17831. }
  17832. /*--------------
  17833. Content
  17834. ---------------*/
  17835. .ui.cards > .card > .content,
  17836. .ui.card > .content {
  17837. -webkit-box-flex: 1;
  17838. -webkit-flex-grow: 1;
  17839. -ms-flex-positive: 1;
  17840. flex-grow: 1;
  17841. border: none;
  17842. border-top: 1px solid rgba(0, 0, 0, 0.06);
  17843. background: none;
  17844. margin: 0em;
  17845. padding: 1em 1em;
  17846. box-shadow: none;
  17847. font-size: 1em;
  17848. border-radius: 0em;
  17849. }
  17850. .ui.cards > .card > .content:after,
  17851. .ui.card > .content:after {
  17852. display: block;
  17853. content: ' ';
  17854. height: 0px;
  17855. clear: both;
  17856. overflow: hidden;
  17857. visibility: hidden;
  17858. }
  17859. .ui.cards > .card > .content > .header,
  17860. .ui.card > .content > .header {
  17861. display: block;
  17862. margin: '';
  17863. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  17864. color: rgba(0, 0, 0, 0.85);
  17865. }
  17866. /* Default Header Size */
  17867. .ui.cards > .card > .content > .header:not(.ui),
  17868. .ui.card > .content > .header:not(.ui) {
  17869. font-weight: bold;
  17870. font-size: 1.30769231em;
  17871. margin-top: -0.21425em;
  17872. line-height: 1.2857em;
  17873. }
  17874. .ui.cards > .card > .content > .meta + .description,
  17875. .ui.cards > .card > .content > .header + .description,
  17876. .ui.card > .content > .meta + .description,
  17877. .ui.card > .content > .header + .description {
  17878. margin-top: 0.5em;
  17879. }
  17880. /*----------------
  17881. Floated Content
  17882. -----------------*/
  17883. .ui.cards > .card [class*="left floated"],
  17884. .ui.card [class*="left floated"] {
  17885. float: left;
  17886. }
  17887. .ui.cards > .card [class*="right floated"],
  17888. .ui.card [class*="right floated"] {
  17889. float: right;
  17890. }
  17891. /*--------------
  17892. Aligned
  17893. ---------------*/
  17894. .ui.cards > .card [class*="left aligned"],
  17895. .ui.card [class*="left aligned"] {
  17896. text-align: left;
  17897. }
  17898. .ui.cards > .card [class*="center aligned"],
  17899. .ui.card [class*="center aligned"] {
  17900. text-align: center;
  17901. }
  17902. .ui.cards > .card [class*="right aligned"],
  17903. .ui.card [class*="right aligned"] {
  17904. text-align: right;
  17905. }
  17906. /*--------------
  17907. Content Image
  17908. ---------------*/
  17909. .ui.cards > .card .content img,
  17910. .ui.card .content img {
  17911. display: inline-block;
  17912. vertical-align: middle;
  17913. width: '';
  17914. }
  17915. .ui.cards > .card img.avatar,
  17916. .ui.cards > .card .avatar img,
  17917. .ui.card img.avatar,
  17918. .ui.card .avatar img {
  17919. width: 2em;
  17920. height: 2em;
  17921. border-radius: 500rem;
  17922. }
  17923. /*--------------
  17924. Description
  17925. ---------------*/
  17926. .ui.cards > .card > .content > .description,
  17927. .ui.card > .content > .description {
  17928. clear: both;
  17929. color: rgba(0, 0, 0, 0.68);
  17930. }
  17931. /*--------------
  17932. Paragraph
  17933. ---------------*/
  17934. .ui.cards > .card > .content p,
  17935. .ui.card > .content p {
  17936. margin: 0em 0em 0.5em;
  17937. }
  17938. .ui.cards > .card > .content p:last-child,
  17939. .ui.card > .content p:last-child {
  17940. margin-bottom: 0em;
  17941. }
  17942. /*--------------
  17943. Meta
  17944. ---------------*/
  17945. .ui.cards > .card .meta,
  17946. .ui.card .meta {
  17947. font-size: 1em;
  17948. color: rgba(0, 0, 0, 0.4);
  17949. }
  17950. .ui.cards > .card .meta *,
  17951. .ui.card .meta * {
  17952. margin-right: 0.3em;
  17953. }
  17954. .ui.cards > .card .meta :last-child,
  17955. .ui.card .meta :last-child {
  17956. margin-right: 0em;
  17957. }
  17958. .ui.cards > .card .meta [class*="right floated"],
  17959. .ui.card .meta [class*="right floated"] {
  17960. margin-right: 0em;
  17961. margin-left: 0.3em;
  17962. }
  17963. /*--------------
  17964. Links
  17965. ---------------*/
  17966. /* Generic */
  17967. .ui.cards > .card > .content a:not(.ui),
  17968. .ui.card > .content a:not(.ui) {
  17969. color: '';
  17970. -webkit-transition: color 0.1s ease;
  17971. transition: color 0.1s ease;
  17972. }
  17973. .ui.cards > .card > .content a:not(.ui):hover,
  17974. .ui.card > .content a:not(.ui):hover {
  17975. color: '';
  17976. }
  17977. /* Header */
  17978. .ui.cards > .card > .content > a.header,
  17979. .ui.card > .content > a.header {
  17980. color: rgba(0, 0, 0, 0.85);
  17981. }
  17982. .ui.cards > .card > .content > a.header:hover,
  17983. .ui.card > .content > a.header:hover {
  17984. color: #4078C0;
  17985. }
  17986. /* Meta */
  17987. .ui.cards > .card .meta > a:not(.ui),
  17988. .ui.card .meta > a:not(.ui) {
  17989. color: rgba(0, 0, 0, 0.4);
  17990. }
  17991. .ui.cards > .card .meta > a:not(.ui):hover,
  17992. .ui.card .meta > a:not(.ui):hover {
  17993. color: rgba(0, 0, 0, 0.87);
  17994. }
  17995. /*--------------
  17996. Buttons
  17997. ---------------*/
  17998. .ui.cards > .card > .buttons,
  17999. .ui.card > .buttons,
  18000. .ui.cards > .card > .button,
  18001. .ui.card > .button {
  18002. margin: 0px -1px;
  18003. width: calc(100% + 2px );
  18004. }
  18005. /*--------------
  18006. Dimmer
  18007. ---------------*/
  18008. .ui.cards > .card .dimmer,
  18009. .ui.card .dimmer {
  18010. background-color: '';
  18011. z-index: 10;
  18012. }
  18013. /*--------------
  18014. Labels
  18015. ---------------*/
  18016. /*-----Star----- */
  18017. /* Icon */
  18018. .ui.cards > .card > .content .star.icon,
  18019. .ui.card > .content .star.icon {
  18020. cursor: pointer;
  18021. opacity: 0.75;
  18022. -webkit-transition: color 0.1s ease;
  18023. transition: color 0.1s ease;
  18024. }
  18025. .ui.cards > .card > .content .star.icon:hover,
  18026. .ui.card > .content .star.icon:hover {
  18027. opacity: 1;
  18028. color: #FFB70A;
  18029. }
  18030. .ui.cards > .card > .content .active.star.icon,
  18031. .ui.card > .content .active.star.icon {
  18032. color: #FFE623;
  18033. }
  18034. /*-----Like----- */
  18035. /* Icon */
  18036. .ui.cards > .card > .content .like.icon,
  18037. .ui.card > .content .like.icon {
  18038. cursor: pointer;
  18039. opacity: 0.75;
  18040. -webkit-transition: color 0.1s ease;
  18041. transition: color 0.1s ease;
  18042. }
  18043. .ui.cards > .card > .content .like.icon:hover,
  18044. .ui.card > .content .like.icon:hover {
  18045. opacity: 1;
  18046. color: #FF2733;
  18047. }
  18048. .ui.cards > .card > .content .active.like.icon,
  18049. .ui.card > .content .active.like.icon {
  18050. color: #FF2733;
  18051. }
  18052. /*----------------
  18053. Extra Content
  18054. -----------------*/
  18055. .ui.cards > .card > .extra,
  18056. .ui.card > .extra {
  18057. max-width: 100%;
  18058. min-height: 0em !important;
  18059. -webkit-box-flex: 0;
  18060. -webkit-flex-grow: 0;
  18061. -ms-flex-positive: 0;
  18062. flex-grow: 0;
  18063. border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  18064. position: static;
  18065. background: none;
  18066. width: auto;
  18067. margin: 0em 0em;
  18068. padding: 0.75em 1em;
  18069. top: 0em;
  18070. left: 0em;
  18071. color: rgba(0, 0, 0, 0.4);
  18072. box-shadow: none;
  18073. -webkit-transition: color 0.1s ease;
  18074. transition: color 0.1s ease;
  18075. }
  18076. .ui.cards > .card > .extra a:not(.ui),
  18077. .ui.card > .extra a:not(.ui) {
  18078. color: rgba(0, 0, 0, 0.4);
  18079. }
  18080. .ui.cards > .card > .extra a:not(.ui):hover,
  18081. .ui.card > .extra a:not(.ui):hover {
  18082. color: #4078C0;
  18083. }
  18084. /*******************************
  18085. Variations
  18086. *******************************/
  18087. /*-------------------
  18088. Centered
  18089. --------------------*/
  18090. .ui.centered.cards {
  18091. -webkit-box-pack: center;
  18092. -webkit-justify-content: center;
  18093. -ms-flex-pack: center;
  18094. justify-content: center;
  18095. }
  18096. .ui.centered.card {
  18097. margin-left: auto;
  18098. margin-right: auto;
  18099. }
  18100. /*-------------------
  18101. Fluid
  18102. --------------------*/
  18103. .ui.fluid.card {
  18104. width: 100%;
  18105. max-width: 9999px;
  18106. }
  18107. /*-------------------
  18108. Link
  18109. --------------------*/
  18110. .ui.cards a.card,
  18111. .ui.link.cards .card,
  18112. a.ui.card,
  18113. .ui.link.card {
  18114. -webkit-transform: none;
  18115. transform: none;
  18116. }
  18117. .ui.cards a.card:hover,
  18118. .ui.link.cards .card:hover,
  18119. a.ui.card:hover,
  18120. .ui.link.card:hover {
  18121. cursor: pointer;
  18122. z-index: 5;
  18123. background: #FFFFFF;
  18124. border: none;
  18125. box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #DDDDDD;
  18126. -webkit-transform: translateY(-3px);
  18127. transform: translateY(-3px);
  18128. }
  18129. /*-------------------
  18130. Colors
  18131. --------------------*/
  18132. /* Red */
  18133. .ui.red.cards > .card,
  18134. .ui.cards > .red.card,
  18135. .ui.red.card {
  18136. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #DDDDDD;
  18137. }
  18138. .ui.red.cards > .card:hover,
  18139. .ui.cards > .red.card:hover,
  18140. .ui.red.card:hover {
  18141. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
  18142. }
  18143. /* Orange */
  18144. .ui.orange.cards > .card,
  18145. .ui.cards > .orange.card,
  18146. .ui.orange.card {
  18147. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #D26911, 0px 1px 3px 0px #DDDDDD;
  18148. }
  18149. .ui.orange.cards > .card:hover,
  18150. .ui.cards > .orange.card:hover,
  18151. .ui.orange.card:hover {
  18152. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #c35c07, 0px 1px 3px 0px #BCBDBD;
  18153. }
  18154. /* Yellow */
  18155. .ui.yellow.cards > .card,
  18156. .ui.cards > .yellow.card,
  18157. .ui.yellow.card {
  18158. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #DDDDDD;
  18159. }
  18160. .ui.yellow.cards > .card:hover,
  18161. .ui.cards > .yellow.card:hover,
  18162. .ui.yellow.card:hover {
  18163. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
  18164. }
  18165. /* Olive */
  18166. .ui.olive.cards > .card,
  18167. .ui.cards > .olive.card,
  18168. .ui.olive.card {
  18169. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #DDDDDD;
  18170. }
  18171. .ui.olive.cards > .card:hover,
  18172. .ui.cards > .olive.card:hover,
  18173. .ui.olive.card:hover {
  18174. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
  18175. }
  18176. /* Green */
  18177. .ui.green.cards > .card,
  18178. .ui.cards > .green.card,
  18179. .ui.green.card {
  18180. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #78CB5B, 0px 1px 3px 0px #DDDDDD;
  18181. }
  18182. .ui.green.cards > .card:hover,
  18183. .ui.cards > .green.card:hover,
  18184. .ui.green.card:hover {
  18185. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #65cb41, 0px 1px 3px 0px #BCBDBD;
  18186. }
  18187. /* Teal */
  18188. .ui.teal.cards > .card,
  18189. .ui.cards > .teal.card,
  18190. .ui.teal.card {
  18191. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #DDDDDD;
  18192. }
  18193. .ui.teal.cards > .card:hover,
  18194. .ui.cards > .teal.card:hover,
  18195. .ui.teal.card:hover {
  18196. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
  18197. }
  18198. /* Blue */
  18199. .ui.blue.cards > .card,
  18200. .ui.cards > .blue.card,
  18201. .ui.blue.card {
  18202. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #80A6CD, 0px 1px 3px 0px #DDDDDD;
  18203. }
  18204. .ui.blue.cards > .card:hover,
  18205. .ui.cards > .blue.card:hover,
  18206. .ui.blue.card:hover {
  18207. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #6999ca, 0px 1px 3px 0px #BCBDBD;
  18208. }
  18209. /* Violet */
  18210. .ui.violet.cards > .card,
  18211. .ui.cards > .violet.card,
  18212. .ui.violet.card {
  18213. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #DDDDDD;
  18214. }
  18215. .ui.violet.cards > .card:hover,
  18216. .ui.cards > .violet.card:hover,
  18217. .ui.violet.card:hover {
  18218. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
  18219. }
  18220. /* Purple */
  18221. .ui.purple.cards > .card,
  18222. .ui.cards > .purple.card,
  18223. .ui.purple.card {
  18224. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #DDDDDD;
  18225. }
  18226. .ui.purple.cards > .card:hover,
  18227. .ui.cards > .purple.card:hover,
  18228. .ui.purple.card:hover {
  18229. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
  18230. }
  18231. /* Pink */
  18232. .ui.pink.cards > .card,
  18233. .ui.cards > .pink.card,
  18234. .ui.pink.card {
  18235. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #DDDDDD;
  18236. }
  18237. .ui.pink.cards > .card:hover,
  18238. .ui.cards > .pink.card:hover,
  18239. .ui.pink.card:hover {
  18240. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
  18241. }
  18242. /* Brown */
  18243. .ui.brown.cards > .card,
  18244. .ui.cards > .brown.card,
  18245. .ui.brown.card {
  18246. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #DDDDDD;
  18247. }
  18248. .ui.brown.cards > .card:hover,
  18249. .ui.cards > .brown.card:hover,
  18250. .ui.brown.card:hover {
  18251. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
  18252. }
  18253. /* Grey */
  18254. .ui.grey.cards > .card,
  18255. .ui.cards > .grey.card,
  18256. .ui.grey.card {
  18257. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #DDDDDD;
  18258. }
  18259. .ui.grey.cards > .card:hover,
  18260. .ui.cards > .grey.card:hover,
  18261. .ui.grey.card:hover {
  18262. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
  18263. }
  18264. /* Black */
  18265. .ui.black.cards > .card,
  18266. .ui.cards > .black.card,
  18267. .ui.black.card {
  18268. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #333333, 0px 1px 3px 0px #DDDDDD;
  18269. }
  18270. .ui.black.cards > .card:hover,
  18271. .ui.cards > .black.card:hover,
  18272. .ui.black.card:hover {
  18273. box-shadow: 0px 0px 0px 1px #DDDDDD, 0px 2px 0px 0px #404040, 0px 1px 3px 0px #BCBDBD;
  18274. }
  18275. /*--------------
  18276. Card Count
  18277. ---------------*/
  18278. .ui.one.cards {
  18279. margin-left: 0em;
  18280. margin-right: 0em;
  18281. }
  18282. .ui.one.cards > .card {
  18283. width: 100%;
  18284. }
  18285. .ui.two.cards {
  18286. margin-left: -1em;
  18287. margin-right: -1em;
  18288. }
  18289. .ui.two.cards > .card {
  18290. width: calc( 50% - 2em );
  18291. margin-left: 1em;
  18292. margin-right: 1em;
  18293. }
  18294. .ui.three.cards {
  18295. margin-left: -1em;
  18296. margin-right: -1em;
  18297. }
  18298. .ui.three.cards > .card {
  18299. width: calc( 33.33333333% - 2em );
  18300. margin-left: 1em;
  18301. margin-right: 1em;
  18302. }
  18303. .ui.four.cards {
  18304. margin-left: -0.75em;
  18305. margin-right: -0.75em;
  18306. }
  18307. .ui.four.cards > .card {
  18308. width: calc( 25% - 1.5em );
  18309. margin-left: 0.75em;
  18310. margin-right: 0.75em;
  18311. }
  18312. .ui.five.cards {
  18313. margin-left: -0.75em;
  18314. margin-right: -0.75em;
  18315. }
  18316. .ui.five.cards > .card {
  18317. width: calc( 20% - 1.5em );
  18318. margin-left: 0.75em;
  18319. margin-right: 0.75em;
  18320. }
  18321. .ui.six.cards {
  18322. margin-left: -0.75em;
  18323. margin-right: -0.75em;
  18324. }
  18325. .ui.six.cards > .card {
  18326. width: calc( 16.66666667% - 1.5em );
  18327. margin-left: 0.75em;
  18328. margin-right: 0.75em;
  18329. }
  18330. .ui.seven.cards {
  18331. margin-left: -0.5em;
  18332. margin-right: -0.5em;
  18333. }
  18334. .ui.seven.cards > .card {
  18335. width: calc( 14.28571429% - 1em );
  18336. margin-left: 0.5em;
  18337. margin-right: 0.5em;
  18338. }
  18339. .ui.eight.cards {
  18340. margin-left: -0.5em;
  18341. margin-right: -0.5em;
  18342. }
  18343. .ui.eight.cards > .card {
  18344. width: calc( 12.5% - 1em );
  18345. margin-left: 0.5em;
  18346. margin-right: 0.5em;
  18347. font-size: 11px;
  18348. }
  18349. .ui.nine.cards {
  18350. margin-left: -0.5em;
  18351. margin-right: -0.5em;
  18352. }
  18353. .ui.nine.cards > .card {
  18354. width: calc( 11.11111111% - 1em );
  18355. margin-left: 0.5em;
  18356. margin-right: 0.5em;
  18357. font-size: 10px;
  18358. }
  18359. .ui.ten.cards {
  18360. margin-left: -0.5em;
  18361. margin-right: -0.5em;
  18362. }
  18363. .ui.ten.cards > .card {
  18364. width: calc( 10% - 1em );
  18365. margin-left: 0.5em;
  18366. margin-right: 0.5em;
  18367. }
  18368. /*-------------------
  18369. Doubling
  18370. --------------------*/
  18371. /* Mobily Only */
  18372. @media only screen and (max-width: 687px) {
  18373. .ui.two.doubling.cards {
  18374. margin-left: 0em;
  18375. margin-right: 0em;
  18376. }
  18377. .ui.two.doubling.cards .card {
  18378. width: 100%;
  18379. margin-left: 0em;
  18380. margin-right: 0em;
  18381. }
  18382. .ui.three.doubling.cards {
  18383. margin-left: -1em;
  18384. margin-right: -1em;
  18385. }
  18386. .ui.three.doubling.cards .card {
  18387. width: calc( 50% - 2em );
  18388. margin-left: 1em;
  18389. margin-right: 1em;
  18390. }
  18391. .ui.four.doubling.cards {
  18392. margin-left: -1em;
  18393. margin-right: -1em;
  18394. }
  18395. .ui.four.doubling.cards .card {
  18396. width: calc( 50% - 2em );
  18397. margin-left: 1em;
  18398. margin-right: 1em;
  18399. }
  18400. .ui.five.doubling.cards {
  18401. margin-left: -1em;
  18402. margin-right: -1em;
  18403. }
  18404. .ui.five.doubling.cards .card {
  18405. width: calc( 50% - 2em );
  18406. margin-left: 1em;
  18407. margin-right: 1em;
  18408. }
  18409. .ui.six.doubling.cards {
  18410. margin-left: -1em;
  18411. margin-right: -1em;
  18412. }
  18413. .ui.six.doubling.cards .card {
  18414. width: calc( 50% - 2em );
  18415. margin-left: 1em;
  18416. margin-right: 1em;
  18417. }
  18418. .ui.seven.doubling.cards {
  18419. margin-left: -1em;
  18420. margin-right: -1em;
  18421. }
  18422. .ui.seven.doubling.cards .card {
  18423. width: calc( 33.33333333% - 2em );
  18424. margin-left: 1em;
  18425. margin-right: 1em;
  18426. }
  18427. .ui.eight.doubling.cards {
  18428. margin-left: -1em;
  18429. margin-right: -1em;
  18430. }
  18431. .ui.eight.doubling.cards .card {
  18432. width: calc( 33.33333333% - 2em );
  18433. margin-left: 1em;
  18434. margin-right: 1em;
  18435. }
  18436. .ui.nine.doubling.cards {
  18437. margin-left: -1em;
  18438. margin-right: -1em;
  18439. }
  18440. .ui.nine.doubling.cards .card {
  18441. width: calc( 33.33333333% - 2em );
  18442. margin-left: 1em;
  18443. margin-right: 1em;
  18444. }
  18445. .ui.ten.doubling.cards {
  18446. margin-left: -1em;
  18447. margin-right: -1em;
  18448. }
  18449. .ui.ten.doubling.cards .card {
  18450. width: calc( 33.33333333% - 2em );
  18451. margin-left: 1em;
  18452. margin-right: 1em;
  18453. }
  18454. }
  18455. /* Tablet Only */
  18456. @media only screen and (min-width: 688px) and (max-width: 687px) {
  18457. .ui.two.doubling.cards {
  18458. margin-left: 0em;
  18459. margin-right: 0em;
  18460. }
  18461. .ui.two.doubling.cards .card {
  18462. width: 100%;
  18463. margin-left: 0em;
  18464. margin-right: 0em;
  18465. }
  18466. .ui.three.doubling.cards {
  18467. margin-left: -1em;
  18468. margin-right: -1em;
  18469. }
  18470. .ui.three.doubling.cards .card {
  18471. width: calc( 50% - 2em );
  18472. margin-left: 1em;
  18473. margin-right: 1em;
  18474. }
  18475. .ui.four.doubling.cards {
  18476. margin-left: -1em;
  18477. margin-right: -1em;
  18478. }
  18479. .ui.four.doubling.cards .card {
  18480. width: calc( 50% - 2em );
  18481. margin-left: 1em;
  18482. margin-right: 1em;
  18483. }
  18484. .ui.five.doubling.cards {
  18485. margin-left: -1em;
  18486. margin-right: -1em;
  18487. }
  18488. .ui.five.doubling.cards .card {
  18489. width: calc( 33.33333333% - 2em );
  18490. margin-left: 1em;
  18491. margin-right: 1em;
  18492. }
  18493. .ui.six.doubling.cards {
  18494. margin-left: -1em;
  18495. margin-right: -1em;
  18496. }
  18497. .ui.six.doubling.cards .card {
  18498. width: calc( 33.33333333% - 2em );
  18499. margin-left: 1em;
  18500. margin-right: 1em;
  18501. }
  18502. .ui.eight.doubling.cards {
  18503. margin-left: -1em;
  18504. margin-right: -1em;
  18505. }
  18506. .ui.eight.doubling.cards .card {
  18507. width: calc( 33.33333333% - 2em );
  18508. margin-left: 1em;
  18509. margin-right: 1em;
  18510. }
  18511. .ui.eight.doubling.cards {
  18512. margin-left: -0.75em;
  18513. margin-right: -0.75em;
  18514. }
  18515. .ui.eight.doubling.cards .card {
  18516. width: calc( 25% - 1.5em );
  18517. margin-left: 0.75em;
  18518. margin-right: 0.75em;
  18519. }
  18520. .ui.nine.doubling.cards {
  18521. margin-left: -0.75em;
  18522. margin-right: -0.75em;
  18523. }
  18524. .ui.nine.doubling.cards .card {
  18525. width: calc( 25% - 1.5em );
  18526. margin-left: 0.75em;
  18527. margin-right: 0.75em;
  18528. }
  18529. .ui.ten.doubling.cards {
  18530. margin-left: -0.75em;
  18531. margin-right: -0.75em;
  18532. }
  18533. .ui.ten.doubling.cards .card {
  18534. width: calc( 20% - 1.5em );
  18535. margin-left: 0.75em;
  18536. margin-right: 0.75em;
  18537. }
  18538. }
  18539. /*-------------------
  18540. Stackable
  18541. --------------------*/
  18542. @media only screen and (max-width: 687px) {
  18543. .ui.stackable.cards {
  18544. display: block !important;
  18545. }
  18546. .ui.stackable.cards .card:first-child {
  18547. margin-top: 0em !important;
  18548. }
  18549. .ui.stackable.cards > .card {
  18550. display: block !important;
  18551. height: auto !important;
  18552. margin: 1em 1em;
  18553. padding: 0 !important;
  18554. width: calc( 100% - 2em ) !important;
  18555. }
  18556. }
  18557. /*--------------
  18558. Size
  18559. ---------------*/
  18560. .ui.cards > .card {
  18561. font-size: 1em;
  18562. }
  18563. /*******************************
  18564. User Variable Overrides
  18565. *******************************/
  18566. /*!
  18567. * # Semantic UI 2.1.6 - Comment
  18568. * http://github.com/semantic-org/semantic-ui/
  18569. *
  18570. *
  18571. * Copyright 2015 Contributors
  18572. * Released under the MIT license
  18573. * http://opensource.org/licenses/MIT
  18574. *
  18575. */
  18576. /*******************************
  18577. Standard
  18578. *******************************/
  18579. /*--------------
  18580. Comments
  18581. ---------------*/
  18582. .ui.comments {
  18583. margin: 1.5em 0em;
  18584. max-width: 650px;
  18585. }
  18586. .ui.comments:first-child {
  18587. margin-top: 0em;
  18588. }
  18589. .ui.comments:last-child {
  18590. margin-bottom: 0em;
  18591. }
  18592. /*--------------
  18593. Comment
  18594. ---------------*/
  18595. .ui.comments .comment {
  18596. position: relative;
  18597. background: none;
  18598. margin: 0.5em 0em 0em;
  18599. padding: 0.5em 0em 0em;
  18600. border: none;
  18601. border-top: none;
  18602. line-height: 1.2;
  18603. }
  18604. .ui.comments .comment:first-child {
  18605. margin-top: 0em;
  18606. padding-top: 0em;
  18607. }
  18608. /*--------------------
  18609. Nested Comments
  18610. ---------------------*/
  18611. .ui.comments .comment .comments {
  18612. margin: 0em 0em 0.5em 0.5em;
  18613. padding: 1em 0em 1em 1em;
  18614. }
  18615. .ui.comments .comment .comments:before {
  18616. position: absolute;
  18617. top: 0px;
  18618. left: 0px;
  18619. }
  18620. .ui.comments .comment .comments .comment {
  18621. border: none;
  18622. border-top: none;
  18623. background: none;
  18624. }
  18625. /*--------------
  18626. Avatar
  18627. ---------------*/
  18628. .ui.comments .comment .avatar {
  18629. display: block;
  18630. width: 2.5em;
  18631. height: auto;
  18632. float: left;
  18633. margin: 0.2em 0em 0em;
  18634. }
  18635. .ui.comments .comment img.avatar,
  18636. .ui.comments .comment .avatar img {
  18637. display: block;
  18638. margin: 0em auto;
  18639. width: 100%;
  18640. height: 100%;
  18641. border-radius: 0.25rem;
  18642. }
  18643. /*--------------
  18644. Content
  18645. ---------------*/
  18646. .ui.comments .comment > .content {
  18647. display: block;
  18648. }
  18649. /* If there is an avatar move content over */
  18650. .ui.comments .comment > .avatar ~ .content {
  18651. margin-left: 3.5em;
  18652. }
  18653. /*--------------
  18654. Author
  18655. ---------------*/
  18656. .ui.comments .comment .author {
  18657. font-size: 1em;
  18658. color: rgba(0, 0, 0, 0.87);
  18659. font-weight: bold;
  18660. }
  18661. .ui.comments .comment a.author {
  18662. cursor: pointer;
  18663. }
  18664. .ui.comments .comment a.author:hover {
  18665. color: #4078C0;
  18666. }
  18667. /*--------------
  18668. Metadata
  18669. ---------------*/
  18670. .ui.comments .comment .metadata {
  18671. display: inline-block;
  18672. margin-left: 0.5em;
  18673. color: rgba(0, 0, 0, 0.4);
  18674. font-size: 0.875em;
  18675. }
  18676. .ui.comments .comment .metadata > * {
  18677. display: inline-block;
  18678. margin: 0em 0.5em 0em 0em;
  18679. }
  18680. .ui.comments .comment .metadata > :last-child {
  18681. margin-right: 0em;
  18682. }
  18683. /*--------------------
  18684. Comment Text
  18685. ---------------------*/
  18686. .ui.comments .comment .text {
  18687. margin: 0.25em 0em 0.5em;
  18688. font-size: 1em;
  18689. word-wrap: break-word;
  18690. color: rgba(0, 0, 0, 0.87);
  18691. line-height: 1.3;
  18692. }
  18693. /*--------------------
  18694. User Actions
  18695. ---------------------*/
  18696. .ui.comments .comment .actions {
  18697. font-size: 0.875em;
  18698. }
  18699. .ui.comments .comment .actions a {
  18700. cursor: pointer;
  18701. display: inline-block;
  18702. margin: 0em 0.75em 0em 0em;
  18703. color: rgba(0, 0, 0, 0.4);
  18704. }
  18705. .ui.comments .comment .actions a:last-child {
  18706. margin-right: 0em;
  18707. }
  18708. .ui.comments .comment .actions a.active,
  18709. .ui.comments .comment .actions a:hover {
  18710. color: rgba(0, 0, 0, 0.8);
  18711. }
  18712. /*--------------------
  18713. Reply Form
  18714. ---------------------*/
  18715. .ui.comments > .reply.form {
  18716. margin-top: 1em;
  18717. }
  18718. .ui.comments .comment .reply.form {
  18719. width: 100%;
  18720. margin-top: 1em;
  18721. }
  18722. .ui.comments .reply.form textarea {
  18723. font-size: 1em;
  18724. height: 12em;
  18725. }
  18726. /*******************************
  18727. State
  18728. *******************************/
  18729. .ui.collapsed.comments,
  18730. .ui.comments .collapsed.comments,
  18731. .ui.comments .collapsed.comment {
  18732. display: none;
  18733. }
  18734. /*******************************
  18735. Variations
  18736. *******************************/
  18737. /*--------------------
  18738. Threaded
  18739. ---------------------*/
  18740. .ui.threaded.comments .comment .comments {
  18741. margin: -1.5em 0 -1em 1.25em;
  18742. padding: 3em 0em 2em 2.25em;
  18743. box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.13);
  18744. }
  18745. /*--------------------
  18746. Minimal
  18747. ---------------------*/
  18748. .ui.minimal.comments .comment .actions {
  18749. opacity: 0;
  18750. position: absolute;
  18751. top: 0px;
  18752. right: 0px;
  18753. left: auto;
  18754. -webkit-transition: opacity 0.2s ease;
  18755. transition: opacity 0.2s ease;
  18756. -webkit-transition-delay: 0.1s;
  18757. transition-delay: 0.1s;
  18758. }
  18759. .ui.minimal.comments .comment > .content:hover > .actions {
  18760. opacity: 1;
  18761. }
  18762. /*--------------------
  18763. Sizes
  18764. ---------------------*/
  18765. .ui.small.comments {
  18766. font-size: 0.9em;
  18767. }
  18768. .ui.comments {
  18769. font-size: 1em;
  18770. }
  18771. .ui.large.comments {
  18772. font-size: 1.1em;
  18773. }
  18774. .ui.huge.comments {
  18775. font-size: 1.2em;
  18776. }
  18777. /*******************************
  18778. User Variable Overrides
  18779. *******************************/
  18780. /*!
  18781. * # Semantic UI 2.1.6 - Feed
  18782. * http://github.com/semantic-org/semantic-ui/
  18783. *
  18784. *
  18785. * Copyright 2015 Contributors
  18786. * Released under the MIT license
  18787. * http://opensource.org/licenses/MIT
  18788. *
  18789. */
  18790. /*******************************
  18791. Activity Feed
  18792. *******************************/
  18793. .ui.feed {
  18794. margin: 1em 0em;
  18795. }
  18796. .ui.feed:first-child {
  18797. margin-top: 0em;
  18798. }
  18799. .ui.feed:last-child {
  18800. margin-bottom: 0em;
  18801. }
  18802. /*******************************
  18803. Content
  18804. *******************************/
  18805. /* Event */
  18806. .ui.feed > .event {
  18807. display: -webkit-box;
  18808. display: -webkit-flex;
  18809. display: -ms-flexbox;
  18810. display: flex;
  18811. -webkit-box-orient: horizontal;
  18812. -webkit-box-direction: normal;
  18813. -webkit-flex-direction: row;
  18814. -ms-flex-direction: row;
  18815. flex-direction: row;
  18816. width: 100%;
  18817. padding: 0.23076923rem 0em;
  18818. margin: 0em;
  18819. background: none;
  18820. border-top: none;
  18821. }
  18822. .ui.feed > .event:first-child {
  18823. border-top: 0px;
  18824. padding-top: 0em;
  18825. }
  18826. .ui.feed > .event:last-child {
  18827. padding-bottom: 0em;
  18828. }
  18829. /* Event Label */
  18830. .ui.feed > .event > .label {
  18831. display: block;
  18832. -webkit-box-flex: 0;
  18833. -webkit-flex: 0 0 auto;
  18834. -ms-flex: 0 0 auto;
  18835. flex: 0 0 auto;
  18836. width: 2.5em;
  18837. height: auto;
  18838. -webkit-align-self: stretch;
  18839. -ms-flex-item-align: stretch;
  18840. align-self: stretch;
  18841. text-align: left;
  18842. }
  18843. .ui.feed > .event > .label .icon {
  18844. opacity: 1;
  18845. font-size: 1.5em;
  18846. width: 100%;
  18847. padding: 0.25em;
  18848. background: none;
  18849. border: none;
  18850. border-radius: none;
  18851. color: rgba(0, 0, 0, 0.6);
  18852. }
  18853. .ui.feed > .event > .label img {
  18854. width: 100%;
  18855. height: auto;
  18856. border-radius: 500rem;
  18857. }
  18858. .ui.feed > .event > .label + .content {
  18859. margin: 0.5em 0em 0.38461538em 1.15384615em;
  18860. }
  18861. /*--------------
  18862. Content
  18863. ---------------*/
  18864. /* Content */
  18865. .ui.feed > .event > .content {
  18866. display: block;
  18867. -webkit-box-flex: 1;
  18868. -webkit-flex: 1 1 auto;
  18869. -ms-flex: 1 1 auto;
  18870. flex: 1 1 auto;
  18871. -webkit-align-self: stretch;
  18872. -ms-flex-item-align: stretch;
  18873. align-self: stretch;
  18874. text-align: left;
  18875. word-wrap: break-word;
  18876. }
  18877. .ui.feed > .event:last-child > .content {
  18878. padding-bottom: 0em;
  18879. }
  18880. /* Link */
  18881. .ui.feed > .event > .content a {
  18882. cursor: pointer;
  18883. }
  18884. /*--------------
  18885. Date
  18886. ---------------*/
  18887. .ui.feed > .event > .content .date {
  18888. margin: -0.5rem 0em 0em;
  18889. padding: 0em;
  18890. font-weight: normal;
  18891. font-size: 1em;
  18892. font-style: normal;
  18893. color: rgba(0, 0, 0, 0.4);
  18894. }
  18895. /*--------------
  18896. Summary
  18897. ---------------*/
  18898. .ui.feed > .event > .content .summary {
  18899. margin: 0em;
  18900. font-size: 1em;
  18901. font-weight: bold;
  18902. color: rgba(0, 0, 0, 0.87);
  18903. }
  18904. /* Summary Image */
  18905. .ui.feed > .event > .content .summary img {
  18906. display: inline-block;
  18907. width: auto;
  18908. height: 10em;
  18909. margin: -0.25em 0.25em 0em 0em;
  18910. border-radius: 0.25em;
  18911. vertical-align: middle;
  18912. }
  18913. /*--------------
  18914. User
  18915. ---------------*/
  18916. .ui.feed > .event > .content .user {
  18917. display: inline-block;
  18918. font-weight: bold;
  18919. margin-right: 0em;
  18920. vertical-align: baseline;
  18921. }
  18922. .ui.feed > .event > .content .user img {
  18923. margin: -0.25em 0.25em 0em 0em;
  18924. width: auto;
  18925. height: 10em;
  18926. vertical-align: middle;
  18927. }
  18928. /*--------------
  18929. Inline Date
  18930. ---------------*/
  18931. /* Date inside Summary */
  18932. .ui.feed > .event > .content .summary > .date {
  18933. display: inline-block;
  18934. float: none;
  18935. font-weight: normal;
  18936. font-size: 0.84615385em;
  18937. font-style: normal;
  18938. margin: 0em 0em 0em 0.5em;
  18939. padding: 0em;
  18940. color: rgba(0, 0, 0, 0.4);
  18941. }
  18942. /*--------------
  18943. Extra Summary
  18944. ---------------*/
  18945. .ui.feed > .event > .content .extra {
  18946. margin: 0.5em 0em 0em;
  18947. background: none;
  18948. padding: 0em;
  18949. color: rgba(0, 0, 0, 0.87);
  18950. }
  18951. /* Images */
  18952. .ui.feed > .event > .content .extra.images img {
  18953. display: inline-block;
  18954. margin: 0em 0.25em 0em 0em;
  18955. width: 6em;
  18956. }
  18957. /* Text */
  18958. .ui.feed > .event > .content .extra.text {
  18959. padding: 0em;
  18960. border-left: none;
  18961. font-size: 1em;
  18962. max-width: 500px;
  18963. line-height: 1.4285em;
  18964. }
  18965. /*--------------
  18966. Meta
  18967. ---------------*/
  18968. .ui.feed > .event > .content .meta {
  18969. display: inline-block;
  18970. font-size: 0.84615385em;
  18971. margin: 0.5em 0em 0em;
  18972. background: none;
  18973. border: none;
  18974. border-radius: 0;
  18975. box-shadow: none;
  18976. padding: 0em;
  18977. color: rgba(0, 0, 0, 0.6);
  18978. }
  18979. .ui.feed > .event > .content .meta > * {
  18980. position: relative;
  18981. margin-left: 0.75em;
  18982. }
  18983. .ui.feed > .event > .content .meta > *:after {
  18984. content: '';
  18985. color: rgba(0, 0, 0, 0.2);
  18986. top: 0em;
  18987. left: -1em;
  18988. opacity: 1;
  18989. position: absolute;
  18990. vertical-align: top;
  18991. }
  18992. .ui.feed > .event > .content .meta .like {
  18993. color: '';
  18994. -webkit-transition: 0.2s color ease;
  18995. transition: 0.2s color ease;
  18996. }
  18997. .ui.feed > .event > .content .meta .like:hover .icon {
  18998. color: #FF2733;
  18999. }
  19000. .ui.feed > .event > .content .meta .active.like .icon {
  19001. color: #EF404A;
  19002. }
  19003. /* First element */
  19004. .ui.feed > .event > .content .meta > :first-child {
  19005. margin-left: 0em;
  19006. }
  19007. .ui.feed > .event > .content .meta > :first-child::after {
  19008. display: none;
  19009. }
  19010. /* Action */
  19011. .ui.feed > .event > .content .meta a,
  19012. .ui.feed > .event > .content .meta > .icon {
  19013. cursor: pointer;
  19014. opacity: 1;
  19015. color: rgba(0, 0, 0, 0.5);
  19016. -webkit-transition: color 0.1s ease;
  19017. transition: color 0.1s ease;
  19018. }
  19019. .ui.feed > .event > .content .meta a:hover,
  19020. .ui.feed > .event > .content .meta a:hover .icon,
  19021. .ui.feed > .event > .content .meta > .icon:hover {
  19022. color: rgba(0, 0, 0, 0.95);
  19023. }
  19024. /*******************************
  19025. Variations
  19026. *******************************/
  19027. .ui.small.feed {
  19028. font-size: 0.92307692rem;
  19029. }
  19030. .ui.feed {
  19031. font-size: 1rem;
  19032. }
  19033. .ui.large.feed {
  19034. font-size: 1.15384615rem;
  19035. }
  19036. /*******************************
  19037. User Variable Overrides
  19038. *******************************/
  19039. /*!
  19040. * # Semantic UI 2.1.6 - Item
  19041. * http://github.com/semantic-org/semantic-ui/
  19042. *
  19043. *
  19044. * Copyright 2015 Contributors
  19045. * Released under the MIT license
  19046. * http://opensource.org/licenses/MIT
  19047. *
  19048. */
  19049. /*******************************
  19050. Standard
  19051. *******************************/
  19052. /*--------------
  19053. Item
  19054. ---------------*/
  19055. .ui.items > .item {
  19056. display: -webkit-box;
  19057. display: -webkit-flex;
  19058. display: -ms-flexbox;
  19059. display: flex;
  19060. margin: 1em 0em;
  19061. width: 100%;
  19062. min-height: 0px;
  19063. background: transparent;
  19064. padding: 0em;
  19065. border: none;
  19066. border-radius: 0rem;
  19067. box-shadow: none;
  19068. -webkit-transition: box-shadow 0.1s ease;
  19069. transition: box-shadow 0.1s ease;
  19070. z-index: '';
  19071. }
  19072. .ui.items > .item a {
  19073. cursor: pointer;
  19074. }
  19075. /*--------------
  19076. Items
  19077. ---------------*/
  19078. .ui.items {
  19079. margin: 1.5em 0em;
  19080. }
  19081. .ui.items:first-child {
  19082. margin-top: 0em !important;
  19083. }
  19084. .ui.items:last-child {
  19085. margin-bottom: 0em !important;
  19086. }
  19087. /*--------------
  19088. Item
  19089. ---------------*/
  19090. .ui.items > .item:after {
  19091. display: block;
  19092. content: ' ';
  19093. height: 0px;
  19094. clear: both;
  19095. overflow: hidden;
  19096. visibility: hidden;
  19097. }
  19098. .ui.items > .item:first-child {
  19099. margin-top: 0em;
  19100. }
  19101. .ui.items > .item:last-child {
  19102. margin-bottom: 0em;
  19103. }
  19104. /*--------------
  19105. Images
  19106. ---------------*/
  19107. .ui.items > .item > .image {
  19108. position: relative;
  19109. -webkit-box-flex: 0;
  19110. -webkit-flex: 0 0 auto;
  19111. -ms-flex: 0 0 auto;
  19112. flex: 0 0 auto;
  19113. display: block;
  19114. float: none;
  19115. margin: 0em;
  19116. padding: 0em;
  19117. max-height: '';
  19118. -webkit-align-self: top;
  19119. -ms-flex-item-align: top;
  19120. align-self: top;
  19121. }
  19122. .ui.items > .item > .image > img {
  19123. display: block;
  19124. width: 100%;
  19125. height: auto;
  19126. border-radius: 0.125rem;
  19127. border: none;
  19128. }
  19129. .ui.items > .item > .image:only-child > img {
  19130. border-radius: 0rem;
  19131. }
  19132. /*--------------
  19133. Content
  19134. ---------------*/
  19135. .ui.items > .item > .content {
  19136. display: block;
  19137. -webkit-box-flex: 1;
  19138. -webkit-flex: 1 1 auto;
  19139. -ms-flex: 1 1 auto;
  19140. flex: 1 1 auto;
  19141. background: none;
  19142. margin: 0em;
  19143. padding: 0em;
  19144. box-shadow: none;
  19145. font-size: 1em;
  19146. border: none;
  19147. border-radius: 0em;
  19148. }
  19149. .ui.items > .item > .content:after {
  19150. display: block;
  19151. content: ' ';
  19152. height: 0px;
  19153. clear: both;
  19154. overflow: hidden;
  19155. visibility: hidden;
  19156. }
  19157. .ui.items > .item > .image + .content {
  19158. min-width: 0;
  19159. width: auto;
  19160. display: block;
  19161. margin-left: 0em;
  19162. -webkit-align-self: top;
  19163. -ms-flex-item-align: top;
  19164. align-self: top;
  19165. padding-left: 1.5em;
  19166. }
  19167. .ui.items > .item > .content > .header {
  19168. display: inline-block;
  19169. margin: -0.21425em 0em 0em;
  19170. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  19171. font-weight: bold;
  19172. color: rgba(0, 0, 0, 0.85);
  19173. }
  19174. /* Default Header Size */
  19175. .ui.items > .item > .content > .header:not(.ui) {
  19176. font-size: 1.30769231em;
  19177. }
  19178. /*--------------
  19179. Floated
  19180. ---------------*/
  19181. .ui.items > .item [class*="left floated"] {
  19182. float: left;
  19183. }
  19184. .ui.items > .item [class*="right floated"] {
  19185. float: right;
  19186. }
  19187. /*--------------
  19188. Content Image
  19189. ---------------*/
  19190. .ui.items > .item .content img {
  19191. -webkit-align-self: middle;
  19192. -ms-flex-item-align: middle;
  19193. align-self: middle;
  19194. width: '';
  19195. }
  19196. .ui.items > .item img.avatar,
  19197. .ui.items > .item .avatar img {
  19198. width: '';
  19199. height: '';
  19200. border-radius: 500rem;
  19201. }
  19202. /*--------------
  19203. Description
  19204. ---------------*/
  19205. .ui.items > .item > .content > .description {
  19206. margin-top: 0.6em;
  19207. max-width: auto;
  19208. font-size: 1em;
  19209. line-height: 1.4285em;
  19210. color: rgba(0, 0, 0, 0.87);
  19211. }
  19212. /*--------------
  19213. Paragraph
  19214. ---------------*/
  19215. .ui.items > .item > .content p {
  19216. margin: 0em 0em 0.5em;
  19217. }
  19218. .ui.items > .item > .content p:last-child {
  19219. margin-bottom: 0em;
  19220. }
  19221. /*--------------
  19222. Meta
  19223. ---------------*/
  19224. .ui.items > .item .meta {
  19225. margin: 0.5em 0em 0.5em;
  19226. font-size: 1em;
  19227. line-height: 1em;
  19228. color: rgba(0, 0, 0, 0.6);
  19229. }
  19230. .ui.items > .item .meta * {
  19231. margin-right: 0.3em;
  19232. }
  19233. .ui.items > .item .meta :last-child {
  19234. margin-right: 0em;
  19235. }
  19236. .ui.items > .item .meta [class*="right floated"] {
  19237. margin-right: 0em;
  19238. margin-left: 0.3em;
  19239. }
  19240. /*--------------
  19241. Links
  19242. ---------------*/
  19243. /* Generic */
  19244. .ui.items > .item > .content a:not(.ui) {
  19245. color: '';
  19246. -webkit-transition: color 0.1s ease;
  19247. transition: color 0.1s ease;
  19248. }
  19249. .ui.items > .item > .content a:not(.ui):hover {
  19250. color: '';
  19251. }
  19252. /* Header */
  19253. .ui.items > .item > .content > a.header {
  19254. color: rgba(0, 0, 0, 0.85);
  19255. }
  19256. .ui.items > .item > .content > a.header:hover {
  19257. color: #4078C0;
  19258. }
  19259. /* Meta */
  19260. .ui.items > .item .meta > a:not(.ui) {
  19261. color: rgba(0, 0, 0, 0.4);
  19262. }
  19263. .ui.items > .item .meta > a:not(.ui):hover {
  19264. color: rgba(0, 0, 0, 0.87);
  19265. }
  19266. /*--------------
  19267. Labels
  19268. ---------------*/
  19269. /*-----Star----- */
  19270. /* Icon */
  19271. .ui.items > .item > .content .favorite.icon {
  19272. cursor: pointer;
  19273. opacity: 0.75;
  19274. -webkit-transition: color 0.1s ease;
  19275. transition: color 0.1s ease;
  19276. }
  19277. .ui.items > .item > .content .favorite.icon:hover {
  19278. opacity: 1;
  19279. color: #FFB70A;
  19280. }
  19281. .ui.items > .item > .content .active.favorite.icon {
  19282. color: #FFE623;
  19283. }
  19284. /*-----Like----- */
  19285. /* Icon */
  19286. .ui.items > .item > .content .like.icon {
  19287. cursor: pointer;
  19288. opacity: 0.75;
  19289. -webkit-transition: color 0.1s ease;
  19290. transition: color 0.1s ease;
  19291. }
  19292. .ui.items > .item > .content .like.icon:hover {
  19293. opacity: 1;
  19294. color: #FF2733;
  19295. }
  19296. .ui.items > .item > .content .active.like.icon {
  19297. color: #FF2733;
  19298. }
  19299. /*----------------
  19300. Extra Content
  19301. -----------------*/
  19302. .ui.items > .item .extra {
  19303. display: block;
  19304. position: relative;
  19305. background: none;
  19306. margin: 0.5rem 0em 0em;
  19307. width: 100%;
  19308. padding: 0em 0em 0em;
  19309. top: 0em;
  19310. left: 0em;
  19311. color: rgba(0, 0, 0, 0.4);
  19312. box-shadow: none;
  19313. -webkit-transition: color 0.1s ease;
  19314. transition: color 0.1s ease;
  19315. border-top: none;
  19316. }
  19317. .ui.items > .item .extra > * {
  19318. margin: 0.25rem 0.5rem 0.25rem 0em;
  19319. }
  19320. .ui.items > .item .extra > [class*="right floated"] {
  19321. margin: 0.25rem 0em 0.25rem 0.5rem;
  19322. }
  19323. .ui.items > .item .extra:after {
  19324. display: block;
  19325. content: ' ';
  19326. height: 0px;
  19327. clear: both;
  19328. overflow: hidden;
  19329. visibility: hidden;
  19330. }
  19331. /*******************************
  19332. Responsive
  19333. *******************************/
  19334. /* Default Image Width */
  19335. .ui.items > .item > .image:not(.ui) {
  19336. width: 175px;
  19337. }
  19338. /* Tablet Only */
  19339. @media only screen and (min-width: 688px) and (max-width: 687px) {
  19340. .ui.items > .item {
  19341. margin: 1em 0em;
  19342. }
  19343. .ui.items > .item > .image:not(.ui) {
  19344. width: 150px;
  19345. }
  19346. .ui.items > .item > .image + .content {
  19347. display: block;
  19348. padding: 0em 0em 0em 1em;
  19349. }
  19350. }
  19351. /* Mobily Only */
  19352. @media only screen and (max-width: 687px) {
  19353. .ui.items > .item {
  19354. -webkit-box-orient: vertical;
  19355. -webkit-box-direction: normal;
  19356. -webkit-flex-direction: column;
  19357. -ms-flex-direction: column;
  19358. flex-direction: column;
  19359. margin: 2em 0em;
  19360. }
  19361. .ui.items > .item > .image {
  19362. display: block;
  19363. margin-left: auto;
  19364. margin-right: auto;
  19365. }
  19366. .ui.items > .item > .image,
  19367. .ui.items > .item > .image > img {
  19368. max-width: 100% !important;
  19369. width: auto !important;
  19370. max-height: 250px !important;
  19371. }
  19372. .ui.items > .item > .image + .content {
  19373. display: block;
  19374. padding: 1.5em 0em 0em;
  19375. }
  19376. }
  19377. /*******************************
  19378. Variations
  19379. *******************************/
  19380. /*-------------------
  19381. Aligned
  19382. --------------------*/
  19383. .ui.items > .item > .image + [class*="top aligned"].content {
  19384. -webkit-align-self: flex-start;
  19385. -ms-flex-item-align: start;
  19386. align-self: flex-start;
  19387. }
  19388. .ui.items > .item > .image + [class*="middle aligned"].content {
  19389. -webkit-align-self: center;
  19390. -ms-flex-item-align: center;
  19391. align-self: center;
  19392. }
  19393. .ui.items > .item > .image + [class*="bottom aligned"].content {
  19394. -webkit-align-self: flex-end;
  19395. -ms-flex-item-align: end;
  19396. align-self: flex-end;
  19397. }
  19398. /*--------------
  19399. Relaxed
  19400. ---------------*/
  19401. .ui.relaxed.items > .item {
  19402. margin: 1.5em 0em;
  19403. }
  19404. .ui[class*="very relaxed"].items > .item {
  19405. margin: 2em 0em;
  19406. }
  19407. /*-------------------
  19408. Divided
  19409. --------------------*/
  19410. .ui.divided.items > .item {
  19411. border-top: 1px solid rgba(0, 0, 0, 0.13);
  19412. margin: 0em;
  19413. padding: 1em 0em;
  19414. }
  19415. .ui.divided.items > .item:first-child {
  19416. border-top: none;
  19417. margin-top: 0em !important;
  19418. padding-top: 0em !important;
  19419. }
  19420. .ui.divided.items > .item:last-child {
  19421. margin-bottom: 0em !important;
  19422. padding-bottom: 0em !important;
  19423. }
  19424. /* Relaxed Divided */
  19425. .ui.relaxed.divided.items > .item {
  19426. margin: 0em;
  19427. padding: 1.5em 0em;
  19428. }
  19429. .ui[class*="very relaxed"].divided.items > .item {
  19430. margin: 0em;
  19431. padding: 2em 0em;
  19432. }
  19433. /*-------------------
  19434. Link
  19435. --------------------*/
  19436. .ui.items a.item:hover,
  19437. .ui.link.items > .item:hover {
  19438. cursor: pointer;
  19439. }
  19440. .ui.items a.item:hover .content .header,
  19441. .ui.link.items > .item:hover .content .header {
  19442. color: #4078C0;
  19443. }
  19444. /*--------------
  19445. Size
  19446. ---------------*/
  19447. .ui.items > .item {
  19448. font-size: 1em;
  19449. }
  19450. /*******************************
  19451. User Variable Overrides
  19452. *******************************/
  19453. /*!
  19454. * # Semantic UI 2.1.6 - Statistic
  19455. * http://github.com/semantic-org/semantic-ui/
  19456. *
  19457. *
  19458. * Copyright 2015 Contributors
  19459. * Released under the MIT license
  19460. * http://opensource.org/licenses/MIT
  19461. *
  19462. */
  19463. /*******************************
  19464. Statistic
  19465. *******************************/
  19466. /* Standalone */
  19467. .ui.statistic {
  19468. display: -webkit-inline-box;
  19469. display: -webkit-inline-flex;
  19470. display: -ms-inline-flexbox;
  19471. display: inline-flex;
  19472. -webkit-box-orient: vertical;
  19473. -webkit-box-direction: normal;
  19474. -webkit-flex-direction: column;
  19475. -ms-flex-direction: column;
  19476. flex-direction: column;
  19477. margin: 1em 0em;
  19478. max-width: auto;
  19479. }
  19480. .ui.statistic + .ui.statistic {
  19481. margin: 0em 0em 0em 1.5em;
  19482. }
  19483. .ui.statistic:first-child {
  19484. margin-top: 0em;
  19485. }
  19486. .ui.statistic:last-child {
  19487. margin-bottom: 0em;
  19488. }
  19489. /*******************************
  19490. Group
  19491. *******************************/
  19492. /* Grouped */
  19493. .ui.statistics {
  19494. display: -webkit-box;
  19495. display: -webkit-flex;
  19496. display: -ms-flexbox;
  19497. display: flex;
  19498. -webkit-box-align: start;
  19499. -webkit-align-items: flex-start;
  19500. -ms-flex-align: start;
  19501. align-items: flex-start;
  19502. -webkit-flex-wrap: wrap;
  19503. -ms-flex-wrap: wrap;
  19504. flex-wrap: wrap;
  19505. }
  19506. .ui.statistics > .statistic {
  19507. display: -webkit-inline-box;
  19508. display: -webkit-inline-flex;
  19509. display: -ms-inline-flexbox;
  19510. display: inline-flex;
  19511. -webkit-box-flex: 0;
  19512. -webkit-flex: 0 1 auto;
  19513. -ms-flex: 0 1 auto;
  19514. flex: 0 1 auto;
  19515. -webkit-box-orient: vertical;
  19516. -webkit-box-direction: normal;
  19517. -webkit-flex-direction: column;
  19518. -ms-flex-direction: column;
  19519. flex-direction: column;
  19520. margin: 0em 1.5em 2em;
  19521. max-width: auto;
  19522. }
  19523. .ui.statistics {
  19524. display: -webkit-box;
  19525. display: -webkit-flex;
  19526. display: -ms-flexbox;
  19527. display: flex;
  19528. margin: 1em -1.5em -2em;
  19529. }
  19530. /* Clearing */
  19531. .ui.statistics:after {
  19532. display: block;
  19533. content: ' ';
  19534. height: 0px;
  19535. clear: both;
  19536. overflow: hidden;
  19537. visibility: hidden;
  19538. }
  19539. .ui.statistics:first-child {
  19540. margin-top: 0em;
  19541. }
  19542. .ui.statistics:last-child {
  19543. margin-bottom: 0em;
  19544. }
  19545. /*******************************
  19546. Content
  19547. *******************************/
  19548. /*--------------
  19549. Value
  19550. ---------------*/
  19551. .ui.statistics .statistic > .value,
  19552. .ui.statistic > .value {
  19553. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  19554. font-size: 4rem;
  19555. font-weight: normal;
  19556. line-height: 1em;
  19557. color: #333333;
  19558. text-transform: uppercase;
  19559. text-align: center;
  19560. }
  19561. /*--------------
  19562. Label
  19563. ---------------*/
  19564. .ui.statistics .statistic > .label,
  19565. .ui.statistic > .label {
  19566. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  19567. font-size: 1em;
  19568. font-weight: bold;
  19569. color: rgba(0, 0, 0, 0.87);
  19570. text-transform: uppercase;
  19571. text-align: center;
  19572. }
  19573. /* Top Label */
  19574. .ui.statistics .statistic > .label ~ .value,
  19575. .ui.statistic > .label ~ .value {
  19576. margin-top: 0rem;
  19577. }
  19578. /* Bottom Label */
  19579. .ui.statistics .statistic > .value ~ .label,
  19580. .ui.statistic > .value ~ .label {
  19581. margin-top: 0rem;
  19582. }
  19583. /*******************************
  19584. Types
  19585. *******************************/
  19586. /*--------------
  19587. Icon Value
  19588. ---------------*/
  19589. .ui.statistics .statistic > .value .icon,
  19590. .ui.statistic > .value .icon {
  19591. opacity: 1;
  19592. width: auto;
  19593. margin: 0em;
  19594. }
  19595. /*--------------
  19596. Text Value
  19597. ---------------*/
  19598. .ui.statistics .statistic > .text.value,
  19599. .ui.statistic > .text.value {
  19600. line-height: 1em;
  19601. min-height: 2em;
  19602. font-weight: bold;
  19603. text-align: center;
  19604. }
  19605. .ui.statistics .statistic > .text.value + .label,
  19606. .ui.statistic > .text.value + .label {
  19607. text-align: center;
  19608. }
  19609. /*--------------
  19610. Image Value
  19611. ---------------*/
  19612. .ui.statistics .statistic > .value img,
  19613. .ui.statistic > .value img {
  19614. max-height: 3rem;
  19615. vertical-align: baseline;
  19616. }
  19617. /*******************************
  19618. Variations
  19619. *******************************/
  19620. /*--------------
  19621. Count
  19622. ---------------*/
  19623. .ui.ten.statistics {
  19624. margin: 0em 0em -2em;
  19625. }
  19626. .ui.ten.statistics .statistic {
  19627. min-width: 10%;
  19628. margin: 0em 0em 2em;
  19629. }
  19630. .ui.nine.statistics {
  19631. margin: 0em 0em -2em;
  19632. }
  19633. .ui.nine.statistics .statistic {
  19634. min-width: 11.11111111%;
  19635. margin: 0em 0em 2em;
  19636. }
  19637. .ui.eight.statistics {
  19638. margin: 0em 0em -2em;
  19639. }
  19640. .ui.eight.statistics .statistic {
  19641. min-width: 12.5%;
  19642. margin: 0em 0em 2em;
  19643. }
  19644. .ui.seven.statistics {
  19645. margin: 0em 0em -2em;
  19646. }
  19647. .ui.seven.statistics .statistic {
  19648. min-width: 14.28571429%;
  19649. margin: 0em 0em 2em;
  19650. }
  19651. .ui.six.statistics {
  19652. margin: 0em 0em -2em;
  19653. }
  19654. .ui.six.statistics .statistic {
  19655. min-width: 16.66666667%;
  19656. margin: 0em 0em 2em;
  19657. }
  19658. .ui.five.statistics {
  19659. margin: 0em 0em -2em;
  19660. }
  19661. .ui.five.statistics .statistic {
  19662. min-width: 20%;
  19663. margin: 0em 0em 2em;
  19664. }
  19665. .ui.four.statistics {
  19666. margin: 0em 0em -2em;
  19667. }
  19668. .ui.four.statistics .statistic {
  19669. min-width: 25%;
  19670. margin: 0em 0em 2em;
  19671. }
  19672. .ui.three.statistics {
  19673. margin: 0em 0em -2em;
  19674. }
  19675. .ui.three.statistics .statistic {
  19676. min-width: 33.33333333%;
  19677. margin: 0em 0em 2em;
  19678. }
  19679. .ui.two.statistics {
  19680. margin: 0em 0em -2em;
  19681. }
  19682. .ui.two.statistics .statistic {
  19683. min-width: 50%;
  19684. margin: 0em 0em 2em;
  19685. }
  19686. .ui.one.statistics {
  19687. margin: 0em 0em -2em;
  19688. }
  19689. .ui.one.statistics .statistic {
  19690. min-width: 100%;
  19691. margin: 0em 0em 2em;
  19692. }
  19693. /*--------------
  19694. Horizontal
  19695. ---------------*/
  19696. .ui.horizontal.statistic {
  19697. -webkit-box-orient: horizontal;
  19698. -webkit-box-direction: normal;
  19699. -webkit-flex-direction: row;
  19700. -ms-flex-direction: row;
  19701. flex-direction: row;
  19702. -webkit-box-align: center;
  19703. -webkit-align-items: center;
  19704. -ms-flex-align: center;
  19705. align-items: center;
  19706. }
  19707. .ui.horizontal.statistics {
  19708. -webkit-box-orient: vertical;
  19709. -webkit-box-direction: normal;
  19710. -webkit-flex-direction: column;
  19711. -ms-flex-direction: column;
  19712. flex-direction: column;
  19713. margin: 0em;
  19714. max-width: none;
  19715. }
  19716. .ui.horizontal.statistics .statistic {
  19717. -webkit-box-orient: horizontal;
  19718. -webkit-box-direction: normal;
  19719. -webkit-flex-direction: row;
  19720. -ms-flex-direction: row;
  19721. flex-direction: row;
  19722. -webkit-box-align: center;
  19723. -webkit-align-items: center;
  19724. -ms-flex-align: center;
  19725. align-items: center;
  19726. max-width: none;
  19727. margin: 1em 0em;
  19728. }
  19729. .ui.horizontal.statistic > .text.value,
  19730. .ui.horizontal.statistics > .statistic > .text.value {
  19731. min-height: 0em !important;
  19732. }
  19733. .ui.horizontal.statistics .statistic > .value .icon,
  19734. .ui.horizontal.statistic > .value .icon {
  19735. width: 1.18em;
  19736. }
  19737. .ui.horizontal.statistics .statistic > .value,
  19738. .ui.horizontal.statistic > .value {
  19739. display: inline-block;
  19740. vertical-align: middle;
  19741. }
  19742. .ui.horizontal.statistics .statistic > .label,
  19743. .ui.horizontal.statistic > .label {
  19744. display: inline-block;
  19745. vertical-align: middle;
  19746. margin: 0em 0em 0em 0.75em;
  19747. }
  19748. /*--------------
  19749. Colors
  19750. ---------------*/
  19751. .ui.red.statistics .statistic > .value,
  19752. .ui.statistics .red.statistic > .value,
  19753. .ui.red.statistic > .value {
  19754. color: #DB2828;
  19755. }
  19756. .ui.orange.statistics .statistic > .value,
  19757. .ui.statistics .orange.statistic > .value,
  19758. .ui.orange.statistic > .value {
  19759. color: #D26911;
  19760. }
  19761. .ui.yellow.statistics .statistic > .value,
  19762. .ui.statistics .yellow.statistic > .value,
  19763. .ui.yellow.statistic > .value {
  19764. color: #FBBD08;
  19765. }
  19766. .ui.olive.statistics .statistic > .value,
  19767. .ui.statistics .olive.statistic > .value,
  19768. .ui.olive.statistic > .value {
  19769. color: #B5CC18;
  19770. }
  19771. .ui.green.statistics .statistic > .value,
  19772. .ui.statistics .green.statistic > .value,
  19773. .ui.green.statistic > .value {
  19774. color: #78CB5B;
  19775. }
  19776. .ui.teal.statistics .statistic > .value,
  19777. .ui.statistics .teal.statistic > .value,
  19778. .ui.teal.statistic > .value {
  19779. color: #00B5AD;
  19780. }
  19781. .ui.blue.statistics .statistic > .value,
  19782. .ui.statistics .blue.statistic > .value,
  19783. .ui.blue.statistic > .value {
  19784. color: #80A6CD;
  19785. }
  19786. .ui.violet.statistics .statistic > .value,
  19787. .ui.statistics .violet.statistic > .value,
  19788. .ui.violet.statistic > .value {
  19789. color: #6435C9;
  19790. }
  19791. .ui.purple.statistics .statistic > .value,
  19792. .ui.statistics .purple.statistic > .value,
  19793. .ui.purple.statistic > .value {
  19794. color: #A333C8;
  19795. }
  19796. .ui.pink.statistics .statistic > .value,
  19797. .ui.statistics .pink.statistic > .value,
  19798. .ui.pink.statistic > .value {
  19799. color: #E03997;
  19800. }
  19801. .ui.brown.statistics .statistic > .value,
  19802. .ui.statistics .brown.statistic > .value,
  19803. .ui.brown.statistic > .value {
  19804. color: #A5673F;
  19805. }
  19806. .ui.grey.statistics .statistic > .value,
  19807. .ui.statistics .grey.statistic > .value,
  19808. .ui.grey.statistic > .value {
  19809. color: #767676;
  19810. }
  19811. /*--------------
  19812. Inverted
  19813. ---------------*/
  19814. .ui.inverted.statistics .statistic > .value,
  19815. .ui.inverted.statistic .value {
  19816. color: #FFFFFF;
  19817. }
  19818. .ui.inverted.statistics .statistic > .label,
  19819. .ui.inverted.statistic .label {
  19820. color: rgba(255, 255, 255, 0.9);
  19821. }
  19822. .ui.inverted.red.statistics .statistic > .value,
  19823. .ui.statistics .inverted.red.statistic > .value,
  19824. .ui.inverted.red.statistic > .value {
  19825. color: #FF695E;
  19826. }
  19827. .ui.inverted.orange.statistics .statistic > .value,
  19828. .ui.statistics .inverted.orange.statistic > .value,
  19829. .ui.inverted.orange.statistic > .value {
  19830. color: #FF851B;
  19831. }
  19832. .ui.inverted.yellow.statistics .statistic > .value,
  19833. .ui.statistics .inverted.yellow.statistic > .value,
  19834. .ui.inverted.yellow.statistic > .value {
  19835. color: #FFE21F;
  19836. }
  19837. .ui.inverted.olive.statistics .statistic > .value,
  19838. .ui.statistics .inverted.olive.statistic > .value,
  19839. .ui.inverted.olive.statistic > .value {
  19840. color: #D9E778;
  19841. }
  19842. .ui.inverted.green.statistics .statistic > .value,
  19843. .ui.statistics .inverted.green.statistic > .value,
  19844. .ui.inverted.green.statistic > .value {
  19845. color: #2ECC40;
  19846. }
  19847. .ui.inverted.teal.statistics .statistic > .value,
  19848. .ui.statistics .inverted.teal.statistic > .value,
  19849. .ui.inverted.teal.statistic > .value {
  19850. color: #6DFFFF;
  19851. }
  19852. .ui.inverted.blue.statistics .statistic > .value,
  19853. .ui.statistics .inverted.blue.statistic > .value,
  19854. .ui.inverted.blue.statistic > .value {
  19855. color: #54C8FF;
  19856. }
  19857. .ui.inverted.violet.statistics .statistic > .value,
  19858. .ui.statistics .inverted.violet.statistic > .value,
  19859. .ui.inverted.violet.statistic > .value {
  19860. color: #A291FB;
  19861. }
  19862. .ui.inverted.purple.statistics .statistic > .value,
  19863. .ui.statistics .inverted.purple.statistic > .value,
  19864. .ui.inverted.purple.statistic > .value {
  19865. color: #DC73FF;
  19866. }
  19867. .ui.inverted.pink.statistics .statistic > .value,
  19868. .ui.statistics .inverted.pink.statistic > .value,
  19869. .ui.inverted.pink.statistic > .value {
  19870. color: #FF8EDF;
  19871. }
  19872. .ui.inverted.brown.statistics .statistic > .value,
  19873. .ui.statistics .inverted.brown.statistic > .value,
  19874. .ui.inverted.brown.statistic > .value {
  19875. color: #D67C1C;
  19876. }
  19877. .ui.inverted.grey.statistics .statistic > .value,
  19878. .ui.statistics .inverted.grey.statistic > .value,
  19879. .ui.inverted.grey.statistic > .value {
  19880. color: #DCDDDE;
  19881. }
  19882. /*--------------
  19883. Floated
  19884. ---------------*/
  19885. .ui[class*="left floated"].statistic {
  19886. float: left;
  19887. margin: 0em 2em 1em 0em;
  19888. }
  19889. .ui[class*="right floated"].statistic {
  19890. float: right;
  19891. margin: 0em 0em 1em 2em;
  19892. }
  19893. .ui.floated.statistic:last-child {
  19894. margin-bottom: 0em;
  19895. }
  19896. /*--------------
  19897. Sizes
  19898. ---------------*/
  19899. /* Mini */
  19900. .ui.mini.statistics .statistic > .value,
  19901. .ui.mini.statistic > .value {
  19902. font-size: 1.5rem;
  19903. }
  19904. .ui.mini.horizontal.statistics .statistic > .value,
  19905. .ui.mini.horizontal.statistic > .value {
  19906. font-size: 1.5rem;
  19907. }
  19908. .ui.mini.statistics .statistic > .text.value,
  19909. .ui.mini.statistic > .text.value {
  19910. font-size: 1rem;
  19911. }
  19912. /* Tiny */
  19913. .ui.tiny.statistics .statistic > .value,
  19914. .ui.tiny.statistic > .value {
  19915. font-size: 2rem;
  19916. }
  19917. .ui.tiny.horizontal.statistics .statistic > .value,
  19918. .ui.tiny.horizontal.statistic > .value {
  19919. font-size: 2rem;
  19920. }
  19921. .ui.tiny.statistics .statistic > .text.value,
  19922. .ui.tiny.statistic > .text.value {
  19923. font-size: 1rem;
  19924. }
  19925. /* Small */
  19926. .ui.small.statistics .statistic > .value,
  19927. .ui.small.statistic > .value {
  19928. font-size: 3rem;
  19929. }
  19930. .ui.small.horizontal.statistics .statistic > .value,
  19931. .ui.small.horizontal.statistic > .value {
  19932. font-size: 2rem;
  19933. }
  19934. .ui.small.statistics .statistic > .text.value,
  19935. .ui.small.statistic > .text.value {
  19936. font-size: 1rem;
  19937. }
  19938. /* Medium */
  19939. .ui.statistics .statistic > .value,
  19940. .ui.statistic > .value {
  19941. font-size: 4rem;
  19942. }
  19943. .ui.horizontal.statistics .statistic > .value,
  19944. .ui.horizontal.statistic > .value {
  19945. font-size: 3rem;
  19946. }
  19947. .ui.statistics .statistic > .text.value,
  19948. .ui.statistic > .text.value {
  19949. font-size: 2rem;
  19950. }
  19951. /* Large */
  19952. .ui.large.statistics .statistic > .value,
  19953. .ui.large.statistic > .value {
  19954. font-size: 5rem;
  19955. }
  19956. .ui.large.horizontal.statistics .statistic > .value,
  19957. .ui.large.horizontal.statistic > .value {
  19958. font-size: 4rem;
  19959. }
  19960. .ui.large.statistics .statistic > .text.value,
  19961. .ui.large.statistic > .text.value {
  19962. font-size: 2.5rem;
  19963. }
  19964. /* Huge */
  19965. .ui.huge.statistics .statistic > .value,
  19966. .ui.huge.statistic > .value {
  19967. font-size: 6rem;
  19968. }
  19969. .ui.huge.horizontal.statistics .statistic > .value,
  19970. .ui.huge.horizontal.statistic > .value {
  19971. font-size: 5rem;
  19972. }
  19973. .ui.huge.statistics .statistic > .text.value,
  19974. .ui.huge.statistic > .text.value {
  19975. font-size: 2.5rem;
  19976. }
  19977. /*******************************
  19978. User Variable Overrides
  19979. *******************************/
  19980. /*!
  19981. * # Semantic UI 2.1.6 - Accordion
  19982. * http://github.com/semantic-org/semantic-ui/
  19983. *
  19984. *
  19985. * Copyright 2015 Contributors
  19986. * Released under the MIT license
  19987. * http://opensource.org/licenses/MIT
  19988. *
  19989. */
  19990. /*******************************
  19991. Accordion
  19992. *******************************/
  19993. .ui.accordion,
  19994. .ui.accordion .accordion {
  19995. max-width: 100%;
  19996. }
  19997. .ui.accordion .accordion {
  19998. margin: 1em 0em 0em;
  19999. padding: 0em;
  20000. }
  20001. /* Title */
  20002. .ui.accordion .title,
  20003. .ui.accordion .accordion .title {
  20004. cursor: pointer;
  20005. }
  20006. /* Default Styling */
  20007. .ui.accordion .title:not(.ui) {
  20008. padding: 0.5em 0em;
  20009. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  20010. font-size: 1em;
  20011. color: rgba(0, 0, 0, 0.87);
  20012. }
  20013. /* Content */
  20014. .ui.accordion .title ~ .content,
  20015. .ui.accordion .accordion .title ~ .content {
  20016. display: none;
  20017. }
  20018. /* Default Styling */
  20019. .ui.accordion:not(.styled) .title ~ .content:not(.ui),
  20020. .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  20021. margin: '';
  20022. padding: 0.5em 0em 1em;
  20023. }
  20024. .ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  20025. padding-bottom: 0em;
  20026. }
  20027. /* Arrow */
  20028. .ui.accordion .title .dropdown.icon,
  20029. .ui.accordion .accordion .title .dropdown.icon {
  20030. display: inline-block;
  20031. float: none;
  20032. opacity: 1;
  20033. width: 1.25em;
  20034. height: 1em;
  20035. margin: 0em 0.25rem 0em 0rem;
  20036. padding: 0em;
  20037. font-size: 1em;
  20038. -webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease;
  20039. transition: transform 0.1s ease, opacity 0.1s ease;
  20040. vertical-align: baseline;
  20041. -webkit-transform: none;
  20042. transform: none;
  20043. }
  20044. /*--------------
  20045. Coupling
  20046. ---------------*/
  20047. /* Menu */
  20048. .ui.accordion.menu .item .title {
  20049. display: block;
  20050. padding: 0em;
  20051. }
  20052. .ui.accordion.menu .item .title > .dropdown.icon {
  20053. float: right;
  20054. margin: 0.21425em 0em 0em 1em;
  20055. -webkit-transform: rotate(180deg);
  20056. transform: rotate(180deg);
  20057. }
  20058. /* Header */
  20059. .ui.accordion .ui.header .dropdown.icon {
  20060. font-size: 1em;
  20061. margin: 0em 0.25rem 0em 0rem;
  20062. }
  20063. /*******************************
  20064. States
  20065. *******************************/
  20066. .ui.accordion .active.title .dropdown.icon,
  20067. .ui.accordion .accordion .active.title .dropdown.icon {
  20068. -webkit-transform: rotate(90deg);
  20069. transform: rotate(90deg);
  20070. }
  20071. .ui.accordion.menu .item .active.title > .dropdown.icon {
  20072. -webkit-transform: rotate(90deg);
  20073. transform: rotate(90deg);
  20074. }
  20075. /*******************************
  20076. Types
  20077. *******************************/
  20078. /*--------------
  20079. Styled
  20080. ---------------*/
  20081. .ui.styled.accordion {
  20082. width: 600px;
  20083. }
  20084. .ui.styled.accordion,
  20085. .ui.styled.accordion .accordion {
  20086. border-radius: 0.2307em;
  20087. background: #FFFFFF;
  20088. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.13), 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
  20089. }
  20090. .ui.styled.accordion .title,
  20091. .ui.styled.accordion .accordion .title {
  20092. margin: 0em;
  20093. padding: 0.75em 1em;
  20094. color: rgba(0, 0, 0, 0.4);
  20095. font-weight: bold;
  20096. border-top: 1px solid rgba(0, 0, 0, 0.13);
  20097. -webkit-transition: background 0.1s ease, color 0.1s ease;
  20098. transition: background 0.1s ease, color 0.1s ease;
  20099. }
  20100. .ui.styled.accordion > .title:first-child,
  20101. .ui.styled.accordion .accordion .title:first-child {
  20102. border-top: none;
  20103. }
  20104. /* Content */
  20105. .ui.styled.accordion .content,
  20106. .ui.styled.accordion .accordion .content {
  20107. margin: 0em;
  20108. padding: 0.5em 1em 1.5em;
  20109. }
  20110. .ui.styled.accordion .accordion .content {
  20111. padding: 0em;
  20112. padding: 0.5em 1em 1.5em;
  20113. }
  20114. /* Hover */
  20115. .ui.styled.accordion .title:hover,
  20116. .ui.styled.accordion .active.title,
  20117. .ui.styled.accordion .accordion .title:hover,
  20118. .ui.styled.accordion .accordion .active.title {
  20119. background: transparent;
  20120. color: rgba(0, 0, 0, 0.87);
  20121. }
  20122. .ui.styled.accordion .accordion .title:hover,
  20123. .ui.styled.accordion .accordion .active.title {
  20124. background: transparent;
  20125. color: rgba(0, 0, 0, 0.87);
  20126. }
  20127. /* Active */
  20128. .ui.styled.accordion .active.title {
  20129. background: transparent;
  20130. color: rgba(0, 0, 0, 0.95);
  20131. }
  20132. .ui.styled.accordion .accordion .active.title {
  20133. background: transparent;
  20134. color: rgba(0, 0, 0, 0.95);
  20135. }
  20136. /*******************************
  20137. States
  20138. *******************************/
  20139. /*--------------
  20140. Active
  20141. ---------------*/
  20142. .ui.accordion .active.content,
  20143. .ui.accordion .accordion .active.content {
  20144. display: block;
  20145. }
  20146. /*******************************
  20147. Variations
  20148. *******************************/
  20149. /*--------------
  20150. Fluid
  20151. ---------------*/
  20152. .ui.fluid.accordion,
  20153. .ui.fluid.accordion .accordion {
  20154. width: 100%;
  20155. }
  20156. /*--------------
  20157. Inverted
  20158. ---------------*/
  20159. .ui.inverted.accordion .title:not(.ui) {
  20160. color: rgba(255, 255, 255, 0.9);
  20161. }
  20162. /*******************************
  20163. User Overrides
  20164. *******************************/
  20165. /*!
  20166. * # Semantic UI 2.1.6 - Checkbox
  20167. * http://github.com/semantic-org/semantic-ui/
  20168. *
  20169. *
  20170. * Copyright 2015 Contributors
  20171. * Released under the MIT license
  20172. * http://opensource.org/licenses/MIT
  20173. *
  20174. */
  20175. /*******************************
  20176. Checkbox
  20177. *******************************/
  20178. /*--------------
  20179. Content
  20180. ---------------*/
  20181. .ui.checkbox {
  20182. position: relative;
  20183. display: inline-block;
  20184. -webkit-backface-visibility: hidden;
  20185. backface-visibility: hidden;
  20186. outline: none;
  20187. vertical-align: baseline;
  20188. font-style: normal;
  20189. min-height: 17px;
  20190. font-size: 1rem;
  20191. line-height: 17px;
  20192. min-width: 17px;
  20193. }
  20194. /* HTML Checkbox */
  20195. .ui.checkbox input[type="checkbox"],
  20196. .ui.checkbox input[type="radio"] {
  20197. cursor: pointer;
  20198. position: absolute;
  20199. top: 0px;
  20200. left: 0px;
  20201. opacity: 0 !important;
  20202. outline: none;
  20203. z-index: 3;
  20204. width: 17px;
  20205. height: 17px;
  20206. }
  20207. /*--------------
  20208. Box
  20209. ---------------*/
  20210. .ui.checkbox .box,
  20211. .ui.checkbox label {
  20212. cursor: auto;
  20213. position: relative;
  20214. display: block;
  20215. padding-left: 1.85714em;
  20216. outline: none;
  20217. font-size: 1em;
  20218. }
  20219. .ui.checkbox .box:before,
  20220. .ui.checkbox label:before {
  20221. position: absolute;
  20222. top: 0px;
  20223. left: 0px;
  20224. width: 17px;
  20225. height: 17px;
  20226. content: '';
  20227. background: #FFFFFF;
  20228. border-radius: 0.23076923rem;
  20229. -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease;
  20230. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  20231. border: 1px solid #DDDDDD;
  20232. }
  20233. /*--------------
  20234. Checkmark
  20235. ---------------*/
  20236. .ui.checkbox .box:after,
  20237. .ui.checkbox label:after {
  20238. position: absolute;
  20239. font-size: 14px;
  20240. top: 0px;
  20241. left: 0px;
  20242. width: 17px;
  20243. height: 17px;
  20244. text-align: center;
  20245. opacity: 0;
  20246. color: rgba(0, 0, 0, 0.87);
  20247. -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease;
  20248. transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  20249. }
  20250. /*--------------
  20251. Label
  20252. ---------------*/
  20253. /* Inside */
  20254. .ui.checkbox label,
  20255. .ui.checkbox + label {
  20256. color: rgba(0, 0, 0, 0.87);
  20257. -webkit-transition: color 0.1s ease;
  20258. transition: color 0.1s ease;
  20259. }
  20260. /* Outside */
  20261. .ui.checkbox + label {
  20262. vertical-align: middle;
  20263. }
  20264. /*******************************
  20265. States
  20266. *******************************/
  20267. /*--------------
  20268. Hover
  20269. ---------------*/
  20270. .ui.checkbox .box:hover::before,
  20271. .ui.checkbox label:hover::before {
  20272. background: #FFFFFF;
  20273. border-color: #51A7E8;
  20274. }
  20275. .ui.checkbox label:hover,
  20276. .ui.checkbox + label:hover {
  20277. color: rgba(0, 0, 0, 0.8);
  20278. }
  20279. /*--------------
  20280. Down
  20281. ---------------*/
  20282. .ui.checkbox .box:active::before,
  20283. .ui.checkbox label:active::before {
  20284. background: #F9FAFB;
  20285. border-color: #51A7E8;
  20286. }
  20287. .ui.checkbox .box:active::after,
  20288. .ui.checkbox label:active::after {
  20289. color: rgba(0, 0, 0, 0.95);
  20290. }
  20291. .ui.checkbox input:active ~ label {
  20292. color: rgba(0, 0, 0, 0.95);
  20293. }
  20294. /*--------------
  20295. Focus
  20296. ---------------*/
  20297. .ui.checkbox input:focus ~ .box:before,
  20298. .ui.checkbox input:focus ~ label:before {
  20299. background: #FFFFFF;
  20300. border-color: #96C8DA;
  20301. }
  20302. .ui.checkbox input:focus ~ .box:after,
  20303. .ui.checkbox input:focus ~ label:after {
  20304. color: rgba(0, 0, 0, 0.95);
  20305. }
  20306. .ui.checkbox input:focus ~ label {
  20307. color: rgba(0, 0, 0, 0.95);
  20308. }
  20309. /*--------------
  20310. Active
  20311. ---------------*/
  20312. .ui.checkbox input:checked ~ .box:before,
  20313. .ui.checkbox input:checked ~ label:before {
  20314. background: #FFFFFF;
  20315. border-color: #51A7E8;
  20316. }
  20317. .ui.checkbox input:checked ~ .box:after,
  20318. .ui.checkbox input:checked ~ label:after {
  20319. opacity: 1;
  20320. color: rgba(0, 0, 0, 0.95);
  20321. }
  20322. /*--------------
  20323. Indeterminate
  20324. ---------------*/
  20325. .ui.checkbox input:indeterminate ~ .box:before,
  20326. .ui.checkbox input:indeterminate ~ label:before {
  20327. background: #FFFFFF;
  20328. border-color: #51A7E8;
  20329. }
  20330. .ui.checkbox input:indeterminate ~ .box:after,
  20331. .ui.checkbox input:indeterminate ~ label:after {
  20332. opacity: 1;
  20333. color: rgba(0, 0, 0, 0.95);
  20334. }
  20335. /*--------------
  20336. Active Focus
  20337. ---------------*/
  20338. .ui.checkbox input:indeterminate:focus ~ .box:before,
  20339. .ui.checkbox input:indeterminate:focus ~ label:before,
  20340. .ui.checkbox input:checked:focus ~ .box:before,
  20341. .ui.checkbox input:checked:focus ~ label:before {
  20342. background: #FFFFFF;
  20343. border-color: #96C8DA;
  20344. }
  20345. .ui.checkbox input:indeterminate:focus ~ .box:after,
  20346. .ui.checkbox input:indeterminate:focus ~ label:after,
  20347. .ui.checkbox input:checked:focus ~ .box:after,
  20348. .ui.checkbox input:checked:focus ~ label:after {
  20349. color: rgba(0, 0, 0, 0.95);
  20350. }
  20351. /*--------------
  20352. Read-Only
  20353. ---------------*/
  20354. .ui.read-only.checkbox,
  20355. .ui.read-only.checkbox label {
  20356. cursor: default;
  20357. }
  20358. /*--------------
  20359. Disabled
  20360. ---------------*/
  20361. .ui.disabled.checkbox .box:after,
  20362. .ui.disabled.checkbox label,
  20363. .ui.checkbox input[disabled] ~ .box:after,
  20364. .ui.checkbox input[disabled] ~ label {
  20365. cursor: default;
  20366. opacity: 0.5;
  20367. color: #000000;
  20368. }
  20369. /*--------------
  20370. Hidden
  20371. ---------------*/
  20372. /* Initialized checkbox moves input below element
  20373. to prevent manually triggering */
  20374. .ui.checkbox input.hidden {
  20375. z-index: -1;
  20376. }
  20377. /* Selectable Label */
  20378. .ui.checkbox input.hidden + label {
  20379. cursor: pointer;
  20380. -webkit-user-select: none;
  20381. -moz-user-select: none;
  20382. -ms-user-select: none;
  20383. user-select: none;
  20384. }
  20385. /*******************************
  20386. Types
  20387. *******************************/
  20388. /*--------------
  20389. Radio
  20390. ---------------*/
  20391. .ui.radio.checkbox {
  20392. min-height: 15px;
  20393. }
  20394. .ui.radio.checkbox .box,
  20395. .ui.radio.checkbox label {
  20396. padding-left: 1.85714em;
  20397. }
  20398. /* Box */
  20399. .ui.radio.checkbox .box:before,
  20400. .ui.radio.checkbox label:before {
  20401. content: '';
  20402. -webkit-transform: none;
  20403. transform: none;
  20404. width: 15px;
  20405. height: 15px;
  20406. border-radius: 500rem;
  20407. top: 1px;
  20408. left: 0px;
  20409. }
  20410. /* Bullet */
  20411. .ui.radio.checkbox .box:after,
  20412. .ui.radio.checkbox label:after {
  20413. border: none;
  20414. content: '' !important;
  20415. width: 15px;
  20416. height: 15px;
  20417. line-height: 15px;
  20418. }
  20419. /* Radio Checkbox */
  20420. .ui.radio.checkbox .box:after,
  20421. .ui.radio.checkbox label:after {
  20422. top: 1px;
  20423. left: 0px;
  20424. width: 15px;
  20425. height: 15px;
  20426. border-radius: 500rem;
  20427. -webkit-transform: scale(0.46666667);
  20428. transform: scale(0.46666667);
  20429. background-color: rgba(0, 0, 0, 0.87);
  20430. }
  20431. /* Focus */
  20432. .ui.radio.checkbox input:focus ~ .box:before,
  20433. .ui.radio.checkbox input:focus ~ label:before {
  20434. background-color: #FFFFFF;
  20435. }
  20436. .ui.radio.checkbox input:focus ~ .box:after,
  20437. .ui.radio.checkbox input:focus ~ label:after {
  20438. background-color: rgba(0, 0, 0, 0.95);
  20439. }
  20440. /* Indeterminate */
  20441. .ui.radio.checkbox input:indeterminate ~ .box:after,
  20442. .ui.radio.checkbox input:indeterminate ~ label:after {
  20443. opacity: 0;
  20444. }
  20445. /* Active */
  20446. .ui.radio.checkbox input:checked ~ .box:before,
  20447. .ui.radio.checkbox input:checked ~ label:before {
  20448. background-color: #FFFFFF;
  20449. }
  20450. .ui.radio.checkbox input:checked ~ .box:after,
  20451. .ui.radio.checkbox input:checked ~ label:after {
  20452. background-color: rgba(0, 0, 0, 0.95);
  20453. }
  20454. /* Active Focus */
  20455. .ui.radio.checkbox input:focus:checked ~ .box:before,
  20456. .ui.radio.checkbox input:focus:checked ~ label:before {
  20457. background-color: #FFFFFF;
  20458. }
  20459. .ui.radio.checkbox input:focus:checked ~ .box:after,
  20460. .ui.radio.checkbox input:focus:checked ~ label:after {
  20461. background-color: rgba(0, 0, 0, 0.95);
  20462. }
  20463. /*--------------
  20464. Slider
  20465. ---------------*/
  20466. .ui.slider.checkbox {
  20467. min-height: 1.25rem;
  20468. }
  20469. /* Input */
  20470. .ui.slider.checkbox input {
  20471. width: 3.5rem;
  20472. height: 1.25rem;
  20473. }
  20474. /* Label */
  20475. .ui.slider.checkbox .box,
  20476. .ui.slider.checkbox label {
  20477. padding-left: 4.5rem;
  20478. line-height: 1rem;
  20479. color: rgba(0, 0, 0, 0.4);
  20480. }
  20481. /* Line */
  20482. .ui.slider.checkbox .box:before,
  20483. .ui.slider.checkbox label:before {
  20484. display: block;
  20485. position: absolute;
  20486. content: '';
  20487. border: none !important;
  20488. left: 0em;
  20489. z-index: 1;
  20490. top: 0.4rem;
  20491. background-color: rgba(0, 0, 0, 0.05);
  20492. width: 3.5rem;
  20493. height: 0.23076923rem;
  20494. -webkit-transform: none;
  20495. transform: none;
  20496. border-radius: 500rem;
  20497. -webkit-transition: background 0.3s ease;
  20498. transition: background 0.3s ease;
  20499. }
  20500. /* Handle */
  20501. .ui.slider.checkbox .box:after,
  20502. .ui.slider.checkbox label:after {
  20503. background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  20504. background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  20505. position: absolute;
  20506. content: '' !important;
  20507. opacity: 1;
  20508. z-index: 2;
  20509. border: none;
  20510. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.13), 0px 0px 0px 1px rgba(0, 0, 0, 0.13) inset;
  20511. width: 1.5rem;
  20512. height: 1.5rem;
  20513. top: -0.25rem;
  20514. left: 0em;
  20515. -webkit-transform: none;
  20516. transform: none;
  20517. border-radius: 500rem;
  20518. -webkit-transition: left 0.3s ease;
  20519. transition: left 0.3s ease;
  20520. }
  20521. /* Focus */
  20522. .ui.slider.checkbox input:focus ~ .box:before,
  20523. .ui.slider.checkbox input:focus ~ label:before {
  20524. background-color: rgba(0, 0, 0, 0.15);
  20525. border: none;
  20526. }
  20527. /* Hover */
  20528. .ui.slider.checkbox .box:hover,
  20529. .ui.slider.checkbox label:hover {
  20530. color: rgba(0, 0, 0, 0.8);
  20531. }
  20532. .ui.slider.checkbox .box:hover::before,
  20533. .ui.slider.checkbox label:hover::before {
  20534. background: rgba(0, 0, 0, 0.15);
  20535. }
  20536. /* Active */
  20537. .ui.slider.checkbox input:checked ~ .box,
  20538. .ui.slider.checkbox input:checked ~ label {
  20539. color: rgba(0, 0, 0, 0.95) !important;
  20540. }
  20541. .ui.slider.checkbox input:checked ~ .box:before,
  20542. .ui.slider.checkbox input:checked ~ label:before {
  20543. background-color: #545454 !important;
  20544. }
  20545. .ui.slider.checkbox input:checked ~ .box:after,
  20546. .ui.slider.checkbox input:checked ~ label:after {
  20547. left: 2rem;
  20548. }
  20549. /* Active Focus */
  20550. .ui.slider.checkbox input:focus:checked ~ .box,
  20551. .ui.slider.checkbox input:focus:checked ~ label {
  20552. color: rgba(0, 0, 0, 0.95) !important;
  20553. }
  20554. .ui.slider.checkbox input:focus:checked ~ .box:before,
  20555. .ui.slider.checkbox input:focus:checked ~ label:before {
  20556. background-color: #000000 !important;
  20557. }
  20558. /*--------------
  20559. Toggle
  20560. ---------------*/
  20561. .ui.toggle.checkbox {
  20562. min-height: 1.5rem;
  20563. }
  20564. /* Input */
  20565. .ui.toggle.checkbox input {
  20566. width: 3.5rem;
  20567. height: 1.5rem;
  20568. }
  20569. /* Label */
  20570. .ui.toggle.checkbox .box,
  20571. .ui.toggle.checkbox label {
  20572. min-height: 1.5rem;
  20573. padding-left: 4.5rem;
  20574. color: rgba(0, 0, 0, 0.87);
  20575. }
  20576. .ui.toggle.checkbox label {
  20577. padding-top: 0.15em;
  20578. }
  20579. /* Switch */
  20580. .ui.toggle.checkbox .box:before,
  20581. .ui.toggle.checkbox label:before {
  20582. display: block;
  20583. position: absolute;
  20584. content: '';
  20585. z-index: 1;
  20586. -webkit-transform: none;
  20587. transform: none;
  20588. border: none;
  20589. top: 0rem;
  20590. background: rgba(0, 0, 0, 0.05);
  20591. width: 3.5rem;
  20592. height: 1.5rem;
  20593. border-radius: 500rem;
  20594. }
  20595. /* Handle */
  20596. .ui.toggle.checkbox .box:after,
  20597. .ui.toggle.checkbox label:after {
  20598. background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  20599. background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  20600. position: absolute;
  20601. content: '' !important;
  20602. opacity: 1;
  20603. z-index: 2;
  20604. border: none;
  20605. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.13), 0px 0px 0px 1px rgba(0, 0, 0, 0.13) inset;
  20606. width: 1.5rem;
  20607. height: 1.5rem;
  20608. top: 0rem;
  20609. left: 0em;
  20610. border-radius: 500rem;
  20611. -webkit-transition: background 0.3s ease, left 0.3s ease;
  20612. transition: background 0.3s ease, left 0.3s ease;
  20613. }
  20614. .ui.toggle.checkbox input ~ .box:after,
  20615. .ui.toggle.checkbox input ~ label:after {
  20616. left: -0.05rem;
  20617. }
  20618. /* Focus */
  20619. .ui.toggle.checkbox input:focus ~ .box:before,
  20620. .ui.toggle.checkbox input:focus ~ label:before {
  20621. background-color: rgba(0, 0, 0, 0.15);
  20622. border: none;
  20623. }
  20624. /* Hover */
  20625. .ui.toggle.checkbox .box:hover::before,
  20626. .ui.toggle.checkbox label:hover::before {
  20627. background-color: rgba(0, 0, 0, 0.15);
  20628. border: none;
  20629. }
  20630. /* Active */
  20631. .ui.toggle.checkbox input:checked ~ .box,
  20632. .ui.toggle.checkbox input:checked ~ label {
  20633. color: rgba(0, 0, 0, 0.95) !important;
  20634. }
  20635. .ui.toggle.checkbox input:checked ~ .box:before,
  20636. .ui.toggle.checkbox input:checked ~ label:before {
  20637. background-color: #78CB5B !important;
  20638. }
  20639. .ui.toggle.checkbox input:checked ~ .box:after,
  20640. .ui.toggle.checkbox input:checked ~ label:after {
  20641. left: 2.15rem;
  20642. }
  20643. /* Active Focus */
  20644. .ui.toggle.checkbox input:focus:checked ~ .box,
  20645. .ui.toggle.checkbox input:focus:checked ~ label {
  20646. color: rgba(0, 0, 0, 0.95) !important;
  20647. }
  20648. .ui.toggle.checkbox input:focus:checked ~ .box:before,
  20649. .ui.toggle.checkbox input:focus:checked ~ label:before {
  20650. background-color: #59cd30 !important;
  20651. }
  20652. /*******************************
  20653. Variations
  20654. *******************************/
  20655. /*--------------
  20656. Fitted
  20657. ---------------*/
  20658. .ui.fitted.checkbox .box,
  20659. .ui.fitted.checkbox label {
  20660. padding-left: 0em !important;
  20661. }
  20662. .ui.fitted.toggle.checkbox,
  20663. .ui.fitted.toggle.checkbox {
  20664. width: 3.5rem;
  20665. }
  20666. .ui.fitted.slider.checkbox,
  20667. .ui.fitted.slider.checkbox {
  20668. width: 3.5rem;
  20669. }
  20670. /*******************************
  20671. Site Overrides
  20672. *******************************/
  20673. /*!
  20674. * # Semantic UI 2.1.6 - Dimmer
  20675. * http://github.com/semantic-org/semantic-ui/
  20676. *
  20677. *
  20678. * Copyright 2015 Contributors
  20679. * Released under the MIT license
  20680. * http://opensource.org/licenses/MIT
  20681. *
  20682. */
  20683. /*******************************
  20684. Dimmer
  20685. *******************************/
  20686. .dimmable {
  20687. position: relative;
  20688. }
  20689. .ui.dimmer {
  20690. display: none;
  20691. position: absolute;
  20692. top: 0em !important;
  20693. left: 0em !important;
  20694. width: 100%;
  20695. height: 100%;
  20696. text-align: center;
  20697. vertical-align: middle;
  20698. background-color: rgba(0, 0, 0, 0.85);
  20699. opacity: 0;
  20700. line-height: 1;
  20701. -webkit-animation-fill-mode: both;
  20702. animation-fill-mode: both;
  20703. -webkit-animation-duration: 0.5s;
  20704. animation-duration: 0.5s;
  20705. -webkit-transition: background-color 0.5s linear;
  20706. transition: background-color 0.5s linear;
  20707. -webkit-user-select: none;
  20708. -moz-user-select: none;
  20709. -ms-user-select: none;
  20710. user-select: none;
  20711. will-change: opacity;
  20712. z-index: 1000;
  20713. }
  20714. /* Dimmer Content */
  20715. .ui.dimmer > .content {
  20716. width: 100%;
  20717. height: 100%;
  20718. display: table;
  20719. -webkit-user-select: text;
  20720. -moz-user-select: text;
  20721. -ms-user-select: text;
  20722. user-select: text;
  20723. }
  20724. .ui.dimmer > .content > * {
  20725. display: table-cell;
  20726. vertical-align: middle;
  20727. color: #FFFFFF;
  20728. }
  20729. /* Loose Coupling */
  20730. .ui.segment > .ui.dimmer {
  20731. border-radius: inherit !important;
  20732. }
  20733. /*******************************
  20734. States
  20735. *******************************/
  20736. .animating.dimmable:not(body),
  20737. .dimmed.dimmable:not(body) {
  20738. overflow: hidden;
  20739. }
  20740. .dimmed.dimmable > .ui.animating.dimmer,
  20741. .dimmed.dimmable > .ui.visible.dimmer,
  20742. .ui.active.dimmer {
  20743. display: block;
  20744. opacity: 1;
  20745. }
  20746. .ui.disabled.dimmer {
  20747. width: 0 !important;
  20748. height: 0 !important;
  20749. }
  20750. /*******************************
  20751. Variations
  20752. *******************************/
  20753. /*--------------
  20754. Page
  20755. ---------------*/
  20756. .ui.page.dimmer {
  20757. position: fixed;
  20758. -webkit-transform-style: '';
  20759. transform-style: '';
  20760. -webkit-perspective: 2000px;
  20761. perspective: 2000px;
  20762. -webkit-transform-origin: center center;
  20763. transform-origin: center center;
  20764. }
  20765. body.animating.in.dimmable,
  20766. body.dimmed.dimmable {
  20767. overflow: hidden;
  20768. }
  20769. body.dimmable > .dimmer {
  20770. position: fixed;
  20771. }
  20772. /*--------------
  20773. Blurring
  20774. ---------------*/
  20775. .blurring.dimmable > :not(.dimmer) {
  20776. -webkit-filter: blur(0px) grayscale(0);
  20777. filter: blur(0px) grayscale(0);
  20778. -webkit-transition: 800ms -webkit-filter ease, 800ms filter ease;
  20779. transition: 800ms filter ease;
  20780. }
  20781. .blurring.dimmed.dimmable > :not(.dimmer) {
  20782. -webkit-filter: blur(5px) grayscale(0.7);
  20783. filter: blur(5px) grayscale(0.7);
  20784. }
  20785. /* Dimmer Color */
  20786. .blurring.dimmable > .dimmer {
  20787. background-color: rgba(0, 0, 0, 0.6);
  20788. }
  20789. .blurring.dimmable > .inverted.dimmer {
  20790. background-color: rgba(255, 255, 255, 0.6);
  20791. }
  20792. /*--------------
  20793. Aligned
  20794. ---------------*/
  20795. .ui.dimmer > .top.aligned.content > * {
  20796. vertical-align: top;
  20797. }
  20798. .ui.dimmer > .bottom.aligned.content > * {
  20799. vertical-align: bottom;
  20800. }
  20801. /*--------------
  20802. Inverted
  20803. ---------------*/
  20804. .ui.inverted.dimmer {
  20805. background-color: rgba(255, 255, 255, 0.85);
  20806. }
  20807. .ui.inverted.dimmer > .content > * {
  20808. color: #FFFFFF;
  20809. }
  20810. /*--------------
  20811. Simple
  20812. ---------------*/
  20813. /* Displays without javascript */
  20814. .ui.simple.dimmer {
  20815. display: block;
  20816. overflow: hidden;
  20817. opacity: 1;
  20818. width: 0%;
  20819. height: 0%;
  20820. z-index: -100;
  20821. background-color: rgba(0, 0, 0, 0);
  20822. }
  20823. .dimmed.dimmable > .ui.simple.dimmer {
  20824. overflow: visible;
  20825. opacity: 1;
  20826. width: 100%;
  20827. height: 100%;
  20828. background-color: rgba(0, 0, 0, 0.85);
  20829. z-index: 1;
  20830. }
  20831. .ui.simple.inverted.dimmer {
  20832. background-color: rgba(255, 255, 255, 0);
  20833. }
  20834. .dimmed.dimmable > .ui.simple.inverted.dimmer {
  20835. background-color: rgba(255, 255, 255, 0.85);
  20836. }
  20837. /*******************************
  20838. User Overrides
  20839. *******************************/
  20840. /*!
  20841. * # Semantic UI 2.1.6 - Dropdown
  20842. * http://github.com/semantic-org/semantic-ui/
  20843. *
  20844. *
  20845. * Copyright 2015 Contributors
  20846. * Released under the MIT license
  20847. * http://opensource.org/licenses/MIT
  20848. *
  20849. */
  20850. /*******************************
  20851. Dropdown
  20852. *******************************/
  20853. .ui.dropdown {
  20854. cursor: pointer;
  20855. position: relative;
  20856. display: inline-block;
  20857. outline: none;
  20858. text-align: left;
  20859. -webkit-transition: width 0.1s ease;
  20860. transition: width 0.1s ease;
  20861. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  20862. }
  20863. /*******************************
  20864. Content
  20865. *******************************/
  20866. /*--------------
  20867. Menu
  20868. ---------------*/
  20869. .ui.dropdown .menu {
  20870. cursor: auto;
  20871. position: absolute;
  20872. display: none;
  20873. outline: none;
  20874. top: 100%;
  20875. min-width: -webkit-max-content;
  20876. min-width: -moz-max-content;
  20877. min-width: max-content;
  20878. margin: 0em;
  20879. padding: 0.38461538em 0px;
  20880. background: #FFFFFF;
  20881. font-size: 1em;
  20882. text-shadow: none;
  20883. text-align: left;
  20884. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  20885. border: 1px solid rgba(0, 0, 0, 0.13);
  20886. border-radius: 0.2307em;
  20887. -webkit-transition: opacity 0.1s ease;
  20888. transition: opacity 0.1s ease;
  20889. z-index: 11;
  20890. will-change: transform, opacity;
  20891. }
  20892. .ui.dropdown .menu > * {
  20893. white-space: nowrap;
  20894. }
  20895. /*--------------
  20896. Hidden Input
  20897. ---------------*/
  20898. .ui.dropdown > input:not(.search):first-child,
  20899. .ui.dropdown > select {
  20900. display: none !important;
  20901. }
  20902. /*--------------
  20903. Dropdown Icon
  20904. ---------------*/
  20905. .ui.dropdown > .dropdown.icon {
  20906. position: relative;
  20907. width: auto;
  20908. font-size: 0.92307692em;
  20909. margin: 0em 0em 0em 2px;
  20910. }
  20911. .ui.dropdown .menu > .item .dropdown.icon {
  20912. width: auto;
  20913. float: right;
  20914. margin: 0em 0em 0em 1em;
  20915. }
  20916. .ui.dropdown .menu > .item .dropdown.icon + .text {
  20917. margin-right: 1em;
  20918. }
  20919. /*--------------
  20920. Text
  20921. ---------------*/
  20922. .ui.dropdown > .text {
  20923. display: inline-block;
  20924. -webkit-transition: none;
  20925. transition: none;
  20926. }
  20927. /*--------------
  20928. Menu Item
  20929. ---------------*/
  20930. .ui.dropdown .menu > .item {
  20931. position: relative;
  20932. cursor: pointer;
  20933. display: block;
  20934. border: none;
  20935. height: auto;
  20936. text-align: left;
  20937. border-top: none;
  20938. line-height: 1em;
  20939. color: rgba(0, 0, 0, 0.87);
  20940. padding: 0.61538462em 1.07692308em !important;
  20941. font-size: 1rem;
  20942. text-transform: none;
  20943. font-weight: normal;
  20944. box-shadow: none;
  20945. -webkit-touch-callout: none;
  20946. }
  20947. .ui.dropdown .menu > .item:first-child {
  20948. border-top-width: 0px;
  20949. }
  20950. /*--------------
  20951. Floated Content
  20952. ---------------*/
  20953. .ui.dropdown > .text > [class*="right floated"],
  20954. .ui.dropdown .menu .item > [class*="right floated"] {
  20955. float: right !important;
  20956. margin-right: 0em !important;
  20957. margin-left: 1em !important;
  20958. }
  20959. .ui.dropdown > .text > [class*="left floated"],
  20960. .ui.dropdown .menu .item > [class*="left floated"] {
  20961. float: left !important;
  20962. margin-left: 0em !important;
  20963. margin-right: 1em !important;
  20964. }
  20965. .ui.dropdown .menu .item > .icon.floated,
  20966. .ui.dropdown .menu .item > .flag.floated,
  20967. .ui.dropdown .menu .item > .image.floated,
  20968. .ui.dropdown .menu .item > img.floated {
  20969. margin-top: 0em;
  20970. }
  20971. /*--------------
  20972. Menu Divider
  20973. ---------------*/
  20974. .ui.dropdown .menu > .header {
  20975. margin: 0em;
  20976. padding: 0.46153846em 1.07692308em;
  20977. color: #767676;
  20978. font-size: 0.92307692em;
  20979. font-weight: normal;
  20980. text-transform: none;
  20981. }
  20982. .ui.dropdown .menu > .divider {
  20983. border-top: 1px solid rgba(0, 0, 0, 0.06);
  20984. height: 0em;
  20985. margin: 0.61538462em 0em;
  20986. }
  20987. .ui.dropdown .menu > .input {
  20988. width: auto;
  20989. display: -webkit-box;
  20990. display: -webkit-flex;
  20991. display: -ms-flexbox;
  20992. display: flex;
  20993. margin: 1.15384615rem 0.69230769rem;
  20994. min-width: 10rem;
  20995. }
  20996. .ui.dropdown .menu > .header + .input {
  20997. margin-top: 0em;
  20998. }
  20999. .ui.dropdown .menu > .input:not(.transparent) input {
  21000. padding: 0.5em 1.07692308em;
  21001. }
  21002. .ui.dropdown .menu > .input:not(.transparent) .button,
  21003. .ui.dropdown .menu > .input:not(.transparent) .icon,
  21004. .ui.dropdown .menu > .input:not(.transparent) .label {
  21005. padding-top: 0.5em;
  21006. padding-bottom: 0.5em;
  21007. }
  21008. /*-----------------
  21009. Item Description
  21010. -------------------*/
  21011. .ui.dropdown > .text > .description,
  21012. .ui.dropdown .menu > .item > .description {
  21013. float: right;
  21014. margin: 0em 0em 0em 1em;
  21015. color: rgba(0, 0, 0, 0.4);
  21016. }
  21017. /*-----------------
  21018. Message
  21019. -------------------*/
  21020. .ui.dropdown .menu > .message {
  21021. padding: 0.61538462em 1.07692308em;
  21022. font-weight: normal;
  21023. }
  21024. .ui.dropdown .menu > .message:not(.ui) {
  21025. color: rgba(0, 0, 0, 0.4);
  21026. }
  21027. /*--------------
  21028. Sub Menu
  21029. ---------------*/
  21030. .ui.dropdown .menu .menu {
  21031. top: 0% !important;
  21032. left: 100% !important;
  21033. right: auto !important;
  21034. margin: 0em 0em 0em -0.5em !important;
  21035. border-radius: 0.2307em !important;
  21036. z-index: 21 !important;
  21037. }
  21038. /* Hide Arrow */
  21039. .ui.dropdown .menu .menu:after {
  21040. display: none;
  21041. }
  21042. /*--------------
  21043. Sub Elements
  21044. ---------------*/
  21045. /* Icons / Flags / Labels / Image */
  21046. .ui.dropdown > .text > .icon,
  21047. .ui.dropdown > .text > .label,
  21048. .ui.dropdown > .text > .flag,
  21049. .ui.dropdown > .text > img,
  21050. .ui.dropdown > .text > .image {
  21051. margin-top: 0em;
  21052. }
  21053. .ui.dropdown .menu > .item > .icon,
  21054. .ui.dropdown .menu > .item > .label,
  21055. .ui.dropdown .menu > .item > .flag,
  21056. .ui.dropdown .menu > .item > .image,
  21057. .ui.dropdown .menu > .item > img {
  21058. margin-top: 0em;
  21059. }
  21060. .ui.dropdown > .text > .icon,
  21061. .ui.dropdown > .text > .label,
  21062. .ui.dropdown > .text > .flag,
  21063. .ui.dropdown > .text > img,
  21064. .ui.dropdown > .text > .image,
  21065. .ui.dropdown .menu > .item > .icon,
  21066. .ui.dropdown .menu > .item > .label,
  21067. .ui.dropdown .menu > .item > .flag,
  21068. .ui.dropdown .menu > .item > .image,
  21069. .ui.dropdown .menu > .item > img {
  21070. margin-left: 0em;
  21071. float: none;
  21072. margin-right: 0.69230769rem;
  21073. }
  21074. /*--------------
  21075. Image
  21076. ---------------*/
  21077. .ui.dropdown > .text > img,
  21078. .ui.dropdown > .text > .image,
  21079. .ui.dropdown .menu > .item > .image,
  21080. .ui.dropdown .menu > .item > img {
  21081. display: inline-block;
  21082. vertical-align: middle;
  21083. width: auto;
  21084. max-height: 2em;
  21085. }
  21086. /*******************************
  21087. Coupling
  21088. *******************************/
  21089. /*--------------
  21090. Menu
  21091. ---------------*/
  21092. /* Remove Menu Item Divider */
  21093. .ui.dropdown .ui.menu > .item:before,
  21094. .ui.menu .ui.dropdown .menu > .item:before {
  21095. display: none;
  21096. }
  21097. /* Prevent Menu Item Border */
  21098. .ui.menu .ui.dropdown .menu .active.item {
  21099. border-left: none;
  21100. }
  21101. /* Automatically float dropdown menu right on last menu item */
  21102. .ui.menu .right.menu .dropdown:last-child .menu,
  21103. .ui.menu .right.dropdown.item .menu,
  21104. .ui.buttons > .ui.dropdown:last-child .menu {
  21105. left: auto;
  21106. right: 0em;
  21107. }
  21108. /*--------------
  21109. Label
  21110. ---------------*/
  21111. /* Dropdown Menu */
  21112. .ui.label.dropdown .menu {
  21113. min-width: 100%;
  21114. }
  21115. /*--------------
  21116. Button
  21117. ---------------*/
  21118. /* No Margin On Icon Button */
  21119. .ui.dropdown.icon.button > .dropdown.icon {
  21120. margin: 0em;
  21121. }
  21122. .ui.button.dropdown .menu {
  21123. min-width: 100%;
  21124. }
  21125. /*******************************
  21126. Types
  21127. *******************************/
  21128. /*--------------
  21129. Selection
  21130. ---------------*/
  21131. /* Displays like a select box */
  21132. .ui.selection.dropdown {
  21133. cursor: pointer;
  21134. word-wrap: break-word;
  21135. line-height: 1em;
  21136. white-space: normal;
  21137. outline: 0;
  21138. -webkit-transform: rotateZ(0deg);
  21139. transform: rotateZ(0deg);
  21140. min-width: 14em;
  21141. min-height: 2.82958462em;
  21142. background: #FFFFFF;
  21143. display: inline-block;
  21144. padding: 0.84615385em 2.67692308em 0.84615385em 1.07692308em;
  21145. color: rgba(0, 0, 0, 0.87);
  21146. box-shadow: none;
  21147. border: 1px solid rgba(0, 0, 0, 0.13);
  21148. border-radius: 0.2307em;
  21149. -webkit-transition: width 0.1s ease;
  21150. transition: width 0.1s ease;
  21151. }
  21152. .ui.selection.dropdown.visible,
  21153. .ui.selection.dropdown.active {
  21154. z-index: 10;
  21155. }
  21156. select.ui.dropdown {
  21157. height: 38px;
  21158. padding: 0.5em;
  21159. border: 1px solid rgba(0, 0, 0, 0.13);
  21160. visibility: visible;
  21161. }
  21162. .ui.selection.dropdown > .search.icon,
  21163. .ui.selection.dropdown > .delete.icon,
  21164. .ui.selection.dropdown > .dropdown.icon {
  21165. cursor: pointer;
  21166. position: absolute;
  21167. top: auto;
  21168. width: auto;
  21169. z-index: 3;
  21170. margin: -0.84615385em;
  21171. padding: 0.84615385em;
  21172. right: 1.07692308em;
  21173. opacity: 0.8;
  21174. -webkit-transition: opacity 0.1s ease;
  21175. transition: opacity 0.1s ease;
  21176. }
  21177. /* Compact */
  21178. .ui.compact.selection.dropdown {
  21179. min-width: 0px;
  21180. }
  21181. /* Selection Menu */
  21182. .ui.selection.dropdown .menu {
  21183. overflow-x: hidden;
  21184. overflow-y: auto;
  21185. -webkit-backface-visibility: hidden;
  21186. backface-visibility: hidden;
  21187. -webkit-overflow-scrolling: touch;
  21188. border-top-width: 0px !important;
  21189. width: auto;
  21190. outline: none;
  21191. margin: 0px -1px;
  21192. min-width: calc(100% + 2px );
  21193. width: calc(100% + 2px );
  21194. border-radius: 0em 0em 0.2307em 0.2307em;
  21195. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  21196. -webkit-transition: opacity 0.1s ease;
  21197. transition: opacity 0.1s ease;
  21198. }
  21199. .ui.selection.dropdown .menu:after,
  21200. .ui.selection.dropdown .menu:before {
  21201. display: none;
  21202. }
  21203. /*--------------
  21204. Message
  21205. ---------------*/
  21206. .ui.selection.dropdown .menu > .message {
  21207. padding: 0.61538462em 1.07692308em;
  21208. }
  21209. @media only screen and (max-width: 687px) {
  21210. .ui.selection.dropdown .menu {
  21211. max-height: 6.99230769em;
  21212. }
  21213. }
  21214. @media only screen and (min-width: 688px) {
  21215. .ui.selection.dropdown .menu {
  21216. max-height: 9.32307692em;
  21217. }
  21218. }
  21219. @media only screen and (min-width: 688px) {
  21220. .ui.selection.dropdown .menu {
  21221. max-height: 13.98461538em;
  21222. }
  21223. }
  21224. @media only screen and (min-width: 1920px) {
  21225. .ui.selection.dropdown .menu {
  21226. max-height: 18.64615385em;
  21227. }
  21228. }
  21229. /* Menu Item */
  21230. .ui.selection.dropdown .menu > .item {
  21231. border-top: 1px solid #FAFAFA;
  21232. padding: 0.61538462em 1.07692308em !important;
  21233. white-space: normal;
  21234. word-wrap: normal;
  21235. }
  21236. /* Hover */
  21237. .ui.selection.dropdown:hover {
  21238. border-color: #51A7E8;
  21239. box-shadow: none;
  21240. }
  21241. /* Active */
  21242. .ui.selection.active.dropdown {
  21243. border-color: #96C8DA;
  21244. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  21245. }
  21246. .ui.selection.active.dropdown .menu {
  21247. border-color: #96C8DA;
  21248. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  21249. }
  21250. /* Focus */
  21251. .ui.selection.dropdown:focus {
  21252. border-color: #96C8DA;
  21253. box-shadow: none;
  21254. }
  21255. .ui.selection.dropdown:focus .menu {
  21256. border-color: #96C8DA;
  21257. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  21258. }
  21259. /* Visible */
  21260. .ui.selection.visible.dropdown > .text:not(.default) {
  21261. font-weight: normal;
  21262. color: rgba(0, 0, 0, 0.8);
  21263. }
  21264. /* Visible Hover */
  21265. .ui.selection.active.dropdown:hover {
  21266. border-color: #96C8DA;
  21267. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  21268. }
  21269. .ui.selection.active.dropdown:hover .menu {
  21270. border-color: #96C8DA;
  21271. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
  21272. }
  21273. /* Dropdown Icon */
  21274. .ui.active.selection.dropdown > .dropdown.icon,
  21275. .ui.visible.selection.dropdown > .dropdown.icon {
  21276. opacity: 1;
  21277. z-index: 3;
  21278. }
  21279. /* Connecting Border */
  21280. .ui.active.selection.dropdown {
  21281. border-bottom-left-radius: 0em !important;
  21282. border-bottom-right-radius: 0em !important;
  21283. }
  21284. /*--------------
  21285. Searchable
  21286. ---------------*/
  21287. /* Search Selection */
  21288. .ui.search.dropdown {
  21289. min-width: '';
  21290. }
  21291. /* Search Dropdown */
  21292. .ui.search.dropdown > input.search {
  21293. background: none transparent !important;
  21294. border: none !important;
  21295. box-shadow: none !important;
  21296. cursor: pointer;
  21297. top: 0em;
  21298. left: 0em;
  21299. width: 100%;
  21300. outline: none;
  21301. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  21302. padding: inherit;
  21303. }
  21304. /* Text Layering */
  21305. .ui.search.dropdown > input.search {
  21306. position: absolute;
  21307. z-index: 2;
  21308. }
  21309. .ui.search.dropdown > .text {
  21310. cursor: text;
  21311. position: relative;
  21312. z-index: 3;
  21313. }
  21314. /* Search Selection */
  21315. .ui.search.selection.dropdown > input.search {
  21316. line-height: 1.2142em;
  21317. padding: 0.73905385em 2.67692308em 0.73905385em 1.07692308em;
  21318. }
  21319. /* Active/Visible Search */
  21320. .ui.search.dropdown.active > input.search,
  21321. .ui.search.dropdown.visible > input.search {
  21322. cursor: auto;
  21323. }
  21324. .ui.search.dropdown.active > .text,
  21325. .ui.search.dropdown.visible > .text {
  21326. pointer-events: none;
  21327. }
  21328. /* Filtered Text */
  21329. .ui.active.search.dropdown input.search:focus + .text .icon,
  21330. .ui.active.search.dropdown input.search:focus + .text .flag {
  21331. opacity: 0.6;
  21332. }
  21333. .ui.active.search.dropdown input.search:focus + .text {
  21334. color: rgba(0, 0, 0, 0.4) !important;
  21335. }
  21336. /* Search Menu */
  21337. .ui.search.dropdown .menu {
  21338. overflow-x: hidden;
  21339. overflow-y: auto;
  21340. -webkit-backface-visibility: hidden;
  21341. backface-visibility: hidden;
  21342. -webkit-overflow-scrolling: touch;
  21343. }
  21344. @media only screen and (max-width: 687px) {
  21345. .ui.search.dropdown .menu {
  21346. max-height: 6.99230769em;
  21347. }
  21348. }
  21349. @media only screen and (min-width: 688px) {
  21350. .ui.search.dropdown .menu {
  21351. max-height: 9.32307692em;
  21352. }
  21353. }
  21354. @media only screen and (min-width: 688px) {
  21355. .ui.search.dropdown .menu {
  21356. max-height: 13.98461538em;
  21357. }
  21358. }
  21359. @media only screen and (min-width: 1920px) {
  21360. .ui.search.dropdown .menu {
  21361. max-height: 18.64615385em;
  21362. }
  21363. }
  21364. /*--------------
  21365. Multiple
  21366. ---------------*/
  21367. /* Multiple Selection */
  21368. .ui.multiple.dropdown {
  21369. padding: 0.24635128em 2.67692308em 0.24635128em 0.38461538em;
  21370. }
  21371. .ui.multiple.dropdown .menu {
  21372. cursor: auto;
  21373. }
  21374. /* Multiple Search Selection */
  21375. .ui.multiple.search.dropdown,
  21376. .ui.multiple.search.dropdown > input.search {
  21377. cursor: text;
  21378. }
  21379. /* Selection Label */
  21380. .ui.multiple.dropdown > .label {
  21381. -webkit-user-select: none;
  21382. -moz-user-select: none;
  21383. -ms-user-select: none;
  21384. user-select: none;
  21385. display: inline-block;
  21386. vertical-align: top;
  21387. white-space: normal;
  21388. font-size: 1em;
  21389. padding: 0.38461538em 0.69230769em;
  21390. margin: 0.23076923em 0.30769231rem 0.23076923em 0em;
  21391. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13) inset;
  21392. }
  21393. /* Dropdown Icon */
  21394. .ui.multiple.dropdown .dropdown.icon {
  21395. margin: 0em -0.69230769em 0em 0em;
  21396. padding: 0.5em;
  21397. }
  21398. /* Text */
  21399. .ui.multiple.dropdown > .text {
  21400. position: static;
  21401. padding: 0;
  21402. max-width: 100%;
  21403. margin: 0.49270256em 0em 0.49270256em 0.69230769em;
  21404. line-height: 1.2142em;
  21405. }
  21406. .ui.multiple.dropdown > .label ~ .text {
  21407. display: none;
  21408. }
  21409. /*-----------------
  21410. Multiple Search
  21411. -----------------*/
  21412. /* Prompt Text */
  21413. .ui.multiple.search.dropdown > .text {
  21414. display: inline-block;
  21415. position: absolute;
  21416. top: 0;
  21417. left: 0;
  21418. padding: inherit;
  21419. margin: 0.49270256em 0em 0.49270256em 0.69230769em;
  21420. line-height: 1.2142em;
  21421. }
  21422. .ui.multiple.search.dropdown > .label ~ .text {
  21423. display: none;
  21424. }
  21425. /* Search */
  21426. .ui.multiple.search.dropdown > input.search {
  21427. position: static;
  21428. padding: 0;
  21429. max-width: 100%;
  21430. margin: 0.49270256em 0em 0.49270256em 0.69230769em;
  21431. width: 2.2em;
  21432. line-height: 1.2142em;
  21433. }
  21434. /*--------------
  21435. Inline
  21436. ---------------*/
  21437. .ui.inline.dropdown {
  21438. cursor: pointer;
  21439. display: inline-block;
  21440. color: inherit;
  21441. }
  21442. .ui.inline.dropdown .dropdown.icon {
  21443. margin: 0em 0.5em 0em 0.25em;
  21444. vertical-align: baseline;
  21445. }
  21446. .ui.inline.dropdown > .text {
  21447. font-weight: bold;
  21448. }
  21449. .ui.inline.dropdown .menu {
  21450. cursor: auto;
  21451. margin-top: 0.25em;
  21452. border-radius: 0.2307em;
  21453. }
  21454. /*******************************
  21455. States
  21456. *******************************/
  21457. /*--------------------
  21458. Active
  21459. ----------------------*/
  21460. /* Menu Item Active */
  21461. .ui.dropdown .menu .active.item {
  21462. background: transparent;
  21463. font-weight: bold;
  21464. color: rgba(0, 0, 0, 0.95);
  21465. box-shadow: none;
  21466. z-index: 12;
  21467. }
  21468. /*--------------------
  21469. Hover
  21470. ----------------------*/
  21471. /* Menu Item Hover */
  21472. .ui.dropdown .menu > .item:hover {
  21473. background: #4078C0;
  21474. color: #FFFFFF;
  21475. z-index: 13;
  21476. }
  21477. /*--------------------
  21478. Loading
  21479. ---------------------*/
  21480. /* Positioning */
  21481. .ui.loading.dropdown > i.icon:before,
  21482. .ui.loading.dropdown > i.icon:after {
  21483. left: 30% !important;
  21484. }
  21485. .ui.loading.dropdown > i.icon {
  21486. top: 50% !important;
  21487. }
  21488. .ui.multiple.loading.dropdown > i.icon:before,
  21489. .ui.multiple.loading.dropdown > i.icon:after {
  21490. top: 0% !important;
  21491. left: 0% !important;
  21492. }
  21493. .ui.loading.dropdown > i.icon:before {
  21494. position: absolute;
  21495. content: '';
  21496. top: 50%;
  21497. left: 50%;
  21498. margin: -0.65384615em 0em 0em -0.65384615em;
  21499. width: 1.30769231em;
  21500. height: 1.30769231em;
  21501. border-radius: 500rem;
  21502. border: 0.2em solid rgba(0, 0, 0, 0.1);
  21503. }
  21504. .ui.loading.dropdown > i.icon:after {
  21505. position: absolute;
  21506. content: '';
  21507. top: 50%;
  21508. left: 50%;
  21509. box-shadow: 0px 0px 0px 1px transparent;
  21510. margin: -0.65384615em 0em 0em -0.65384615em;
  21511. width: 1.30769231em;
  21512. height: 1.30769231em;
  21513. -webkit-animation: dropdown-spin 0.6s linear;
  21514. animation: dropdown-spin 0.6s linear;
  21515. -webkit-animation-iteration-count: infinite;
  21516. animation-iteration-count: infinite;
  21517. border-radius: 500rem;
  21518. border-color: #767676 transparent transparent;
  21519. border-style: solid;
  21520. border-width: 0.2em;
  21521. }
  21522. /* Coupling */
  21523. .ui.loading.dropdown.button > i.icon:before,
  21524. .ui.loading.dropdown.button > i.icon:after {
  21525. display: none;
  21526. }
  21527. @-webkit-keyframes dropdown-spin {
  21528. from {
  21529. -webkit-transform: rotate(0deg);
  21530. transform: rotate(0deg);
  21531. }
  21532. to {
  21533. -webkit-transform: rotate(360deg);
  21534. transform: rotate(360deg);
  21535. }
  21536. }
  21537. @keyframes dropdown-spin {
  21538. from {
  21539. -webkit-transform: rotate(0deg);
  21540. transform: rotate(0deg);
  21541. }
  21542. to {
  21543. -webkit-transform: rotate(360deg);
  21544. transform: rotate(360deg);
  21545. }
  21546. }
  21547. /*--------------------
  21548. Default Text
  21549. ----------------------*/
  21550. .ui.dropdown > .default.text,
  21551. .ui.default.dropdown > .text {
  21552. color: rgba(179, 179, 179, 0.7);
  21553. }
  21554. .ui.dropdown:hover > .default.text,
  21555. .ui.default.dropdown:hover > .text {
  21556. color: rgba(179, 179, 179, 0.7);
  21557. }
  21558. /*--------------------
  21559. Loading
  21560. ----------------------*/
  21561. .ui.loading.dropdown > .text {
  21562. -webkit-transition: none;
  21563. transition: none;
  21564. }
  21565. /* Used To Check Position */
  21566. .ui.dropdown .loading.menu {
  21567. display: block;
  21568. visibility: hidden;
  21569. z-index: -1;
  21570. }
  21571. /*--------------------
  21572. Keyboard Select
  21573. ----------------------*/
  21574. /* Selected Item */
  21575. .ui.dropdown.selected,
  21576. .ui.dropdown .menu .selected.item {
  21577. background: rgba(0, 0, 0, 0.03);
  21578. color: rgba(0, 0, 0, 0.95);
  21579. }
  21580. /*--------------------
  21581. Search Filtered
  21582. ----------------------*/
  21583. /* Filtered Item */
  21584. .ui.dropdown > .filtered.text {
  21585. visibility: hidden;
  21586. }
  21587. .ui.dropdown .filtered.item {
  21588. display: none !important;
  21589. }
  21590. /*--------------------
  21591. Error
  21592. ----------------------*/
  21593. .ui.dropdown.error,
  21594. .ui.dropdown.error > .text,
  21595. .ui.dropdown.error > .default.text {
  21596. color: #991111;
  21597. }
  21598. .ui.selection.dropdown.error {
  21599. background: #FFF6F6;
  21600. border-color: #E0B4B4;
  21601. }
  21602. .ui.selection.dropdown.error:hover {
  21603. border-color: #E0B4B4;
  21604. }
  21605. .ui.dropdown.error > .menu,
  21606. .ui.dropdown.error > .menu .menu {
  21607. border-color: #E0B4B4;
  21608. }
  21609. .ui.dropdown.error > .menu > .item {
  21610. color: #991111;
  21611. }
  21612. .ui.multiple.selection.error.dropdown > .label {
  21613. border-color: #E0B4B4;
  21614. }
  21615. /* Item Hover */
  21616. .ui.dropdown.error > .menu > .item:hover {
  21617. background-color: #FFF2F2;
  21618. }
  21619. /* Item Active */
  21620. .ui.dropdown.error > .menu .active.item {
  21621. background-color: #FDCFCF;
  21622. }
  21623. /*--------------------
  21624. Disabled
  21625. ----------------------*/
  21626. /* Disabled */
  21627. .ui.disabled.dropdown,
  21628. .ui.dropdown .menu > .disabled.item {
  21629. cursor: default;
  21630. pointer-events: none;
  21631. opacity: 0.6;
  21632. }
  21633. /*******************************
  21634. Variations
  21635. *******************************/
  21636. /*--------------
  21637. Direction
  21638. ---------------*/
  21639. /* Flyout Direction */
  21640. .ui.dropdown .menu {
  21641. left: 0px;
  21642. }
  21643. /* Default Side (Right) */
  21644. .ui.dropdown .right.menu > .menu,
  21645. .ui.dropdown .menu .right.menu {
  21646. left: 100% !important;
  21647. right: auto !important;
  21648. border-radius: 0.2307em !important;
  21649. }
  21650. /* Left Flyout Menu */
  21651. .ui.dropdown > .left.menu .menu,
  21652. .ui.dropdown .menu .left.menu {
  21653. left: auto !important;
  21654. right: 100% !important;
  21655. border-radius: 0.2307em !important;
  21656. }
  21657. .ui.dropdown .item .left.dropdown.icon,
  21658. .ui.dropdown .left.menu .item .dropdown.icon {
  21659. width: auto;
  21660. float: left;
  21661. margin: 0em 0.69230769rem 0em 0em;
  21662. }
  21663. .ui.dropdown .item .left.dropdown.icon,
  21664. .ui.dropdown .left.menu .item .dropdown.icon {
  21665. width: auto;
  21666. float: left;
  21667. margin: 0em 0.69230769rem 0em 0em;
  21668. }
  21669. .ui.dropdown .item .left.dropdown.icon + .text,
  21670. .ui.dropdown .left.menu .item .dropdown.icon + .text {
  21671. margin-left: 1em;
  21672. }
  21673. /*--------------
  21674. Upward
  21675. ---------------*/
  21676. /* Upward Main Menu */
  21677. .ui.upward.dropdown > .menu {
  21678. top: auto;
  21679. bottom: 100%;
  21680. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  21681. border-radius: 0.2307em 0.2307em 0em 0em;
  21682. }
  21683. /* Upward Sub Menu */
  21684. .ui.dropdown .upward.menu {
  21685. top: auto !important;
  21686. bottom: 0 !important;
  21687. }
  21688. /* Active Upward */
  21689. .ui.simple.upward.active.dropdown,
  21690. .ui.simple.upward.dropdown:hover {
  21691. border-radius: 0.2307em 0.2307em 0em 0em !important;
  21692. }
  21693. .ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  21694. border-radius: 0.2307em 0.2307em 0em 0em;
  21695. }
  21696. /* Selection */
  21697. .ui.upward.selection.dropdown .menu {
  21698. border-top-width: 1px !important;
  21699. border-bottom-width: 0px !important;
  21700. box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  21701. }
  21702. .ui.upward.selection.dropdown:hover {
  21703. box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  21704. }
  21705. /* Active Upward */
  21706. .ui.active.upward.selection.dropdown {
  21707. border-radius: 0em 0em 0.2307em 0.2307em !important;
  21708. }
  21709. /* Visible Upward */
  21710. .ui.upward.selection.dropdown.visible {
  21711. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  21712. border-radius: 0em 0em 0.2307em 0.2307em !important;
  21713. }
  21714. /* Visible Hover Upward */
  21715. .ui.upward.active.selection.dropdown:hover {
  21716. box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  21717. }
  21718. .ui.upward.active.selection.dropdown:hover .menu {
  21719. box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  21720. }
  21721. /*--------------
  21722. Simple
  21723. ---------------*/
  21724. /* Selection Menu */
  21725. .ui.scrolling.dropdown .menu,
  21726. .ui.dropdown .scrolling.menu {
  21727. overflow-x: hidden;
  21728. overflow-y: auto;
  21729. }
  21730. .ui.scrolling.dropdown .menu {
  21731. overflow-x: hidden;
  21732. overflow-y: auto;
  21733. -webkit-backface-visibility: hidden;
  21734. backface-visibility: hidden;
  21735. -webkit-overflow-scrolling: touch;
  21736. min-width: 100% !important;
  21737. width: auto !important;
  21738. }
  21739. .ui.dropdown .scrolling.menu {
  21740. position: static;
  21741. overflow-y: auto;
  21742. border: none;
  21743. box-shadow: none !important;
  21744. border-radius: 0 !important;
  21745. margin: 0 !important;
  21746. min-width: 100% !important;
  21747. width: auto !important;
  21748. border-top: 1px solid rgba(0, 0, 0, 0.13);
  21749. }
  21750. .ui.scrolling.dropdown .menu .item.item.item,
  21751. .ui.dropdown .scrolling.menu > .item.item.item {
  21752. border-top: none;
  21753. padding-right: calc( 1.07692308em + 17px ) !important;
  21754. }
  21755. .ui.scrolling.dropdown .menu .item:first-child,
  21756. .ui.dropdown .scrolling.menu .item:first-child {
  21757. border-top: none;
  21758. }
  21759. .ui.dropdown > .animating.menu .scrolling.menu,
  21760. .ui.dropdown > .visible.menu .scrolling.menu {
  21761. display: block;
  21762. }
  21763. /* Scrollbar in IE */
  21764. @media all and (-ms-high-contrast: none) {
  21765. .ui.scrolling.dropdown .menu,
  21766. .ui.dropdown .scrolling.menu {
  21767. min-width: calc(100% - 17px );
  21768. }
  21769. }
  21770. @media only screen and (max-width: 687px) {
  21771. .ui.scrolling.dropdown .menu,
  21772. .ui.dropdown .scrolling.menu {
  21773. max-height: 8.92307692em;
  21774. }
  21775. }
  21776. @media only screen and (min-width: 688px) {
  21777. .ui.scrolling.dropdown .menu,
  21778. .ui.dropdown .scrolling.menu {
  21779. max-height: 13.38461538em;
  21780. }
  21781. }
  21782. @media only screen and (min-width: 688px) {
  21783. .ui.scrolling.dropdown .menu,
  21784. .ui.dropdown .scrolling.menu {
  21785. max-height: 17.84615385em;
  21786. }
  21787. }
  21788. @media only screen and (min-width: 1920px) {
  21789. .ui.scrolling.dropdown .menu,
  21790. .ui.dropdown .scrolling.menu {
  21791. max-height: 17.84615385em;
  21792. }
  21793. }
  21794. /*--------------
  21795. Simple
  21796. ---------------*/
  21797. /* Displays without javascript */
  21798. .ui.simple.dropdown .menu:before,
  21799. .ui.simple.dropdown .menu:after {
  21800. display: none;
  21801. }
  21802. .ui.simple.dropdown .menu {
  21803. position: absolute;
  21804. display: block;
  21805. overflow: hidden;
  21806. top: -9999px !important;
  21807. opacity: 0;
  21808. width: 0;
  21809. height: 0;
  21810. -webkit-transition: opacity 0.1s ease;
  21811. transition: opacity 0.1s ease;
  21812. }
  21813. .ui.simple.active.dropdown,
  21814. .ui.simple.dropdown:hover {
  21815. border-bottom-left-radius: 0em !important;
  21816. border-bottom-right-radius: 0em !important;
  21817. }
  21818. .ui.simple.active.dropdown > .menu,
  21819. .ui.simple.dropdown:hover > .menu {
  21820. overflow: visible;
  21821. width: auto;
  21822. height: auto;
  21823. top: 100% !important;
  21824. opacity: 1;
  21825. }
  21826. .ui.simple.dropdown > .menu > .item:active > .menu,
  21827. .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  21828. overflow: visible;
  21829. width: auto;
  21830. height: auto;
  21831. top: 0% !important;
  21832. left: 100% !important;
  21833. opacity: 1;
  21834. }
  21835. .ui.simple.disabled.dropdown:hover .menu {
  21836. display: none;
  21837. height: 0px;
  21838. width: 0px;
  21839. overflow: hidden;
  21840. }
  21841. /* Visible */
  21842. .ui.simple.visible.dropdown > .menu {
  21843. display: block;
  21844. }
  21845. /*--------------
  21846. Fluid
  21847. ---------------*/
  21848. .ui.fluid.dropdown {
  21849. display: block;
  21850. width: 100%;
  21851. min-width: 0em;
  21852. }
  21853. .ui.fluid.dropdown > .dropdown.icon {
  21854. float: right;
  21855. }
  21856. /*--------------
  21857. Floating
  21858. ---------------*/
  21859. .ui.floating.dropdown .menu {
  21860. left: 0;
  21861. right: auto;
  21862. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
  21863. border-radius: 0.2307em !important;
  21864. }
  21865. .ui.floating.dropdown > .menu {
  21866. margin-top: 0.5em !important;
  21867. border-radius: 0.2307em !important;
  21868. }
  21869. /*--------------
  21870. Pointing
  21871. ---------------*/
  21872. .ui.pointing.dropdown > .menu {
  21873. top: 100%;
  21874. margin-top: 0.69230769rem;
  21875. border-radius: 0.2307em;
  21876. }
  21877. .ui.pointing.dropdown > .menu:after {
  21878. display: block;
  21879. position: absolute;
  21880. pointer-events: none;
  21881. content: '';
  21882. visibility: visible;
  21883. -webkit-transform: rotate(45deg);
  21884. transform: rotate(45deg);
  21885. width: 0.69230769em;
  21886. height: 0.69230769em;
  21887. box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.13);
  21888. background: #FFFFFF;
  21889. z-index: 2;
  21890. }
  21891. .ui.pointing.dropdown > .menu:after {
  21892. top: -0.34615385em;
  21893. left: 50%;
  21894. margin: 0em 0em 0em -0.34615385em;
  21895. }
  21896. /* Top Left Pointing */
  21897. .ui.top.left.pointing.dropdown > .menu {
  21898. top: 100%;
  21899. bottom: auto;
  21900. left: 0%;
  21901. right: auto;
  21902. margin: 1em 0em 0em;
  21903. }
  21904. .ui.top.left.pointing.dropdown > .menu {
  21905. top: 100%;
  21906. bottom: auto;
  21907. left: 0%;
  21908. right: auto;
  21909. margin: 1em 0em 0em;
  21910. }
  21911. .ui.top.left.pointing.dropdown > .menu:after {
  21912. top: -0.34615385em;
  21913. left: 1em;
  21914. right: auto;
  21915. margin: 0em;
  21916. -webkit-transform: rotate(45deg);
  21917. transform: rotate(45deg);
  21918. }
  21919. /* Top Right Pointing */
  21920. .ui.top.right.pointing.dropdown > .menu {
  21921. top: 100%;
  21922. bottom: auto;
  21923. right: 0%;
  21924. left: auto;
  21925. margin: 1em 0em 0em;
  21926. }
  21927. .ui.top.right.pointing.dropdown > .menu:after {
  21928. top: -0.34615385em;
  21929. left: auto;
  21930. right: 1em;
  21931. margin: 0em;
  21932. -webkit-transform: rotate(45deg);
  21933. transform: rotate(45deg);
  21934. }
  21935. /* Left Pointing */
  21936. .ui.left.pointing.dropdown > .menu {
  21937. top: 0%;
  21938. left: 100%;
  21939. right: auto;
  21940. margin: 0em 0em 0em 1em;
  21941. }
  21942. .ui.left.pointing.dropdown > .menu:after {
  21943. top: 1em;
  21944. left: -0.34615385em;
  21945. margin: 0em 0em 0em 0em;
  21946. -webkit-transform: rotate(-45deg);
  21947. transform: rotate(-45deg);
  21948. }
  21949. /* Right Pointing */
  21950. .ui.right.pointing.dropdown > .menu {
  21951. top: 0%;
  21952. left: auto;
  21953. right: 100%;
  21954. margin: 0em 1em 0em 0em;
  21955. }
  21956. .ui.right.pointing.dropdown > .menu:after {
  21957. top: 1em;
  21958. left: auto;
  21959. right: -0.34615385em;
  21960. margin: 0em 0em 0em 0em;
  21961. -webkit-transform: rotate(135deg);
  21962. transform: rotate(135deg);
  21963. }
  21964. /* Bottom Pointing */
  21965. .ui.bottom.pointing.dropdown > .menu {
  21966. top: auto;
  21967. bottom: 100%;
  21968. left: 0%;
  21969. right: auto;
  21970. margin: 0em 0em 1em;
  21971. }
  21972. .ui.bottom.pointing.dropdown > .menu:after {
  21973. top: auto;
  21974. bottom: -0.34615385em;
  21975. right: auto;
  21976. margin: 0em;
  21977. -webkit-transform: rotate(-135deg);
  21978. transform: rotate(-135deg);
  21979. }
  21980. /* Reverse Sub-Menu Direction */
  21981. .ui.bottom.pointing.dropdown > .menu .menu {
  21982. top: auto !important;
  21983. bottom: 0px !important;
  21984. }
  21985. /* Bottom Left */
  21986. .ui.bottom.left.pointing.dropdown > .menu {
  21987. left: 0%;
  21988. right: auto;
  21989. }
  21990. .ui.bottom.left.pointing.dropdown > .menu:after {
  21991. left: 1em;
  21992. right: auto;
  21993. }
  21994. /* Bottom Right */
  21995. .ui.bottom.right.pointing.dropdown > .menu {
  21996. right: 0%;
  21997. left: auto;
  21998. }
  21999. .ui.bottom.right.pointing.dropdown > .menu:after {
  22000. left: auto;
  22001. right: 1em;
  22002. }
  22003. /* Upward pointing */
  22004. .ui.upward.pointing.dropdown > .menu,
  22005. .ui.upward.top.pointing.dropdown > .menu {
  22006. top: auto;
  22007. bottom: 100%;
  22008. margin: 0em 0em 0.69230769rem;
  22009. border-radius: 0.2307em;
  22010. }
  22011. .ui.upward.pointing.dropdown > .menu:after,
  22012. .ui.upward.top.pointing.dropdown > .menu:after {
  22013. top: 100%;
  22014. bottom: auto;
  22015. box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.13);
  22016. margin: -0.34615385em 0em 0em;
  22017. }
  22018. /*******************************
  22019. User Overrides
  22020. *******************************/
  22021. /* Smaller Icon */
  22022. .ui.dropdown > .dropdown.icon {
  22023. font-size: 12px;
  22024. }
  22025. /* Dropdown Carets */
  22026. @font-face {
  22027. font-family: 'Dropdown';
  22028. 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');
  22029. font-weight: normal;
  22030. font-style: normal;
  22031. }
  22032. .ui.dropdown > .dropdown.icon {
  22033. font-family: 'Dropdown';
  22034. line-height: 1;
  22035. height: 1em;
  22036. width: 1.23em;
  22037. -webkit-backface-visibility: hidden;
  22038. backface-visibility: hidden;
  22039. font-weight: normal;
  22040. font-style: normal;
  22041. text-align: center;
  22042. }
  22043. .ui.dropdown > .dropdown.icon {
  22044. width: auto;
  22045. }
  22046. .ui.dropdown > .dropdown.icon:before {
  22047. content: '\f0d7';
  22048. }
  22049. /* Sub Menu */
  22050. .ui.dropdown .menu .item .dropdown.icon:before {
  22051. content: '\f0da' ;
  22052. }
  22053. .ui.dropdown .item .left.dropdown.icon:before,
  22054. .ui.dropdown .left.menu .item .dropdown.icon:before {
  22055. content: "\f0d9" ;
  22056. }
  22057. /* Vertical Menu Dropdown */
  22058. .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  22059. content: "\f0da" ;
  22060. }
  22061. /*******************************
  22062. User Overrides
  22063. *******************************/
  22064. /*!
  22065. * # Semantic UI 2.1.6 - Video
  22066. * http://github.com/semantic-org/semantic-ui/
  22067. *
  22068. *
  22069. * Copyright 2015 Contributors
  22070. * Released under the MIT license
  22071. * http://opensource.org/licenses/MIT
  22072. *
  22073. */
  22074. /*******************************
  22075. Types
  22076. *******************************/
  22077. .ui.embed {
  22078. position: relative;
  22079. max-width: 100%;
  22080. height: 0px;
  22081. overflow: hidden;
  22082. background: #DCDDDE;
  22083. padding-bottom: 56.25%;
  22084. }
  22085. /*-----------------
  22086. Embedded Content
  22087. ------------------*/
  22088. .ui.embed iframe,
  22089. .ui.embed embed,
  22090. .ui.embed object {
  22091. position: absolute;
  22092. border: none;
  22093. width: 100%;
  22094. height: 100%;
  22095. top: 0px;
  22096. left: 0px;
  22097. margin: 0em;
  22098. padding: 0em;
  22099. }
  22100. /*-----------------
  22101. Embed
  22102. ------------------*/
  22103. .ui.embed > .embed {
  22104. display: none;
  22105. }
  22106. /*--------------
  22107. Placeholder
  22108. ---------------*/
  22109. .ui.embed > .placeholder {
  22110. position: absolute;
  22111. cursor: pointer;
  22112. top: 0px;
  22113. left: 0px;
  22114. display: block;
  22115. width: 100%;
  22116. height: 100%;
  22117. background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  22118. }
  22119. /*--------------
  22120. Icon
  22121. ---------------*/
  22122. .ui.embed > .icon {
  22123. cursor: pointer;
  22124. position: absolute;
  22125. top: 0px;
  22126. left: 0px;
  22127. width: 100%;
  22128. height: 100%;
  22129. z-index: 2;
  22130. }
  22131. .ui.embed > .icon:after {
  22132. position: absolute;
  22133. top: 0%;
  22134. left: 0%;
  22135. width: 100%;
  22136. height: 100%;
  22137. z-index: 3;
  22138. content: '';
  22139. background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  22140. background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  22141. opacity: 0.5;
  22142. -webkit-transition: opacity 0.5s ease;
  22143. transition: opacity 0.5s ease;
  22144. }
  22145. .ui.embed > .icon:before {
  22146. position: absolute;
  22147. top: 50%;
  22148. left: 50%;
  22149. z-index: 4;
  22150. -webkit-transform: translateX(-50%) translateY(-50%);
  22151. transform: translateX(-50%) translateY(-50%);
  22152. color: #FFFFFF;
  22153. font-size: 6rem;
  22154. text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
  22155. -webkit-transition: opacity 0.5s ease, color 0.5s ease;
  22156. transition: opacity 0.5s ease, color 0.5s ease;
  22157. z-index: 10;
  22158. }
  22159. /*******************************
  22160. States
  22161. *******************************/
  22162. /*--------------
  22163. Hover
  22164. ---------------*/
  22165. .ui.embed .icon:hover:after {
  22166. background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  22167. background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  22168. opacity: 1;
  22169. }
  22170. .ui.embed .icon:hover:before {
  22171. color: #FFFFFF;
  22172. }
  22173. /*--------------
  22174. Active
  22175. ---------------*/
  22176. .ui.active.embed > .icon,
  22177. .ui.active.embed > .placeholder {
  22178. display: none;
  22179. }
  22180. .ui.active.embed > .embed {
  22181. display: block;
  22182. }
  22183. /*******************************
  22184. Site Overrides
  22185. *******************************/
  22186. /*******************************
  22187. Variations
  22188. *******************************/
  22189. .ui.square.embed {
  22190. padding-bottom: 100%;
  22191. }
  22192. .ui[class*="4:3"].embed {
  22193. padding-bottom: 75%;
  22194. }
  22195. .ui[class*="16:9"].embed {
  22196. padding-bottom: 56.25%;
  22197. }
  22198. .ui[class*="21:9"].embed {
  22199. padding-bottom: 42.85714286%;
  22200. }
  22201. /*!
  22202. * # Semantic UI 2.1.6 - Modal
  22203. * http://github.com/semantic-org/semantic-ui/
  22204. *
  22205. *
  22206. * Copyright 2015 Contributors
  22207. * Released under the MIT license
  22208. * http://opensource.org/licenses/MIT
  22209. *
  22210. */
  22211. /*******************************
  22212. Modal
  22213. *******************************/
  22214. .ui.modal {
  22215. display: none;
  22216. position: fixed;
  22217. z-index: 1001;
  22218. top: 50%;
  22219. left: 50%;
  22220. text-align: left;
  22221. background: #FFFFFF;
  22222. border: none;
  22223. box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  22224. -webkit-transform-origin: 50% 25%;
  22225. transform-origin: 50% 25%;
  22226. border-radius: 0.2307em;
  22227. -webkit-user-select: text;
  22228. -moz-user-select: text;
  22229. -ms-user-select: text;
  22230. user-select: text;
  22231. will-change: top, left, margin, transform, opacity;
  22232. }
  22233. .ui.modal > :first-child:not(.icon),
  22234. .ui.modal > .icon:first-child + * {
  22235. border-top-left-radius: 0.2307em;
  22236. border-top-right-radius: 0.2307em;
  22237. }
  22238. .ui.modal > :last-child {
  22239. border-bottom-left-radius: 0.2307em;
  22240. border-bottom-right-radius: 0.2307em;
  22241. }
  22242. /*******************************
  22243. Content
  22244. *******************************/
  22245. /*--------------
  22246. Close
  22247. ---------------*/
  22248. .ui.modal > .close {
  22249. cursor: pointer;
  22250. position: absolute;
  22251. top: -2.5rem;
  22252. right: -2.5rem;
  22253. z-index: 1;
  22254. opacity: 0.8;
  22255. font-size: 1.25em;
  22256. color: #FFFFFF;
  22257. width: 2.25rem;
  22258. height: 2.25rem;
  22259. padding: 0.625rem 0rem 0rem 0rem;
  22260. }
  22261. .ui.modal > .close:hover {
  22262. opacity: 1;
  22263. }
  22264. /*--------------
  22265. Header
  22266. ---------------*/
  22267. .ui.modal > .header {
  22268. display: block;
  22269. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  22270. background: #FFFFFF;
  22271. margin: 0em;
  22272. padding: 1.25rem 1.5rem;
  22273. box-shadow: none;
  22274. color: rgba(0, 0, 0, 0.85);
  22275. border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  22276. }
  22277. .ui.modal > .header:not(.ui) {
  22278. font-size: 1.46153846rem;
  22279. line-height: 1.2857em;
  22280. font-weight: bold;
  22281. }
  22282. /*--------------
  22283. Content
  22284. ---------------*/
  22285. .ui.modal > .content {
  22286. display: block;
  22287. width: 100%;
  22288. font-size: 1em;
  22289. line-height: 1.4;
  22290. padding: 1.5rem;
  22291. background: #FFFFFF;
  22292. }
  22293. .ui.modal > .image.content {
  22294. display: -webkit-box;
  22295. display: -webkit-flex;
  22296. display: -ms-flexbox;
  22297. display: flex;
  22298. -webkit-box-orient: horizontal;
  22299. -webkit-box-direction: normal;
  22300. -webkit-flex-direction: row;
  22301. -ms-flex-direction: row;
  22302. flex-direction: row;
  22303. }
  22304. /* Image */
  22305. .ui.modal > .content > .image {
  22306. display: block;
  22307. -webkit-box-flex: 0;
  22308. -webkit-flex: 0 1 auto;
  22309. -ms-flex: 0 1 auto;
  22310. flex: 0 1 auto;
  22311. width: '';
  22312. -webkit-align-self: top;
  22313. -ms-flex-item-align: top;
  22314. align-self: top;
  22315. }
  22316. .ui.modal > [class*="top aligned"] {
  22317. -webkit-align-self: top;
  22318. -ms-flex-item-align: top;
  22319. align-self: top;
  22320. }
  22321. .ui.modal > [class*="middle aligned"] {
  22322. -webkit-align-self: middle;
  22323. -ms-flex-item-align: middle;
  22324. align-self: middle;
  22325. }
  22326. .ui.modal > [class*="stretched"] {
  22327. -webkit-align-self: stretch;
  22328. -ms-flex-item-align: stretch;
  22329. align-self: stretch;
  22330. }
  22331. /* Description */
  22332. .ui.modal > .content > .description {
  22333. display: block;
  22334. -webkit-box-flex: 1;
  22335. -webkit-flex: 1 0 auto;
  22336. -ms-flex: 1 0 auto;
  22337. flex: 1 0 auto;
  22338. min-width: 0px;
  22339. -webkit-align-self: top;
  22340. -ms-flex-item-align: top;
  22341. align-self: top;
  22342. }
  22343. .ui.modal > .content > .icon + .description,
  22344. .ui.modal > .content > .image + .description {
  22345. -webkit-box-flex: 0;
  22346. -webkit-flex: 0 1 auto;
  22347. -ms-flex: 0 1 auto;
  22348. flex: 0 1 auto;
  22349. min-width: '';
  22350. width: auto;
  22351. padding-left: 2em;
  22352. }
  22353. /*rtl:ignore*/
  22354. .ui.modal > .content > .image > i.icon {
  22355. margin: 0em;
  22356. opacity: 1;
  22357. width: auto;
  22358. line-height: 1;
  22359. font-size: 8rem;
  22360. }
  22361. /*--------------
  22362. Actions
  22363. ---------------*/
  22364. .ui.modal > .actions {
  22365. background: #F9FAFB;
  22366. padding: 1rem 1rem;
  22367. border-top: 1px solid rgba(0, 0, 0, 0.13);
  22368. text-align: right;
  22369. }
  22370. .ui.modal .actions > .button {
  22371. margin-left: 0.75em;
  22372. }
  22373. /*-------------------
  22374. Responsive
  22375. --------------------*/
  22376. /* Modal Width */
  22377. @media only screen and (max-width: 687px) {
  22378. .ui.modal {
  22379. width: 95%;
  22380. margin: 0em 0em 0em -47.5%;
  22381. }
  22382. }
  22383. @media only screen and (min-width: 688px) {
  22384. .ui.modal {
  22385. width: 88%;
  22386. margin: 0em 0em 0em -44%;
  22387. }
  22388. }
  22389. @media only screen and (min-width: 688px) {
  22390. .ui.modal {
  22391. width: 850px;
  22392. margin: 0em 0em 0em -425px;
  22393. }
  22394. }
  22395. @media only screen and (min-width: 688px) {
  22396. .ui.modal {
  22397. width: 900px;
  22398. margin: 0em 0em 0em -450px;
  22399. }
  22400. }
  22401. @media only screen and (min-width: 1920px) {
  22402. .ui.modal {
  22403. width: 950px;
  22404. margin: 0em 0em 0em -475px;
  22405. }
  22406. }
  22407. /* Tablet and Mobile */
  22408. @media only screen and (max-width: 687px) {
  22409. .ui.modal > .header {
  22410. padding-right: 2.25rem;
  22411. }
  22412. .ui.modal > .close {
  22413. top: 1.0535rem;
  22414. right: 1rem;
  22415. color: rgba(0, 0, 0, 0.87);
  22416. }
  22417. }
  22418. /* Mobile */
  22419. @media only screen and (max-width: 687px) {
  22420. .ui.modal > .header {
  22421. padding: 0.75rem 1rem !important;
  22422. padding-right: 2.25rem !important;
  22423. }
  22424. .ui.modal > .content {
  22425. display: block;
  22426. padding: 1rem !important;
  22427. }
  22428. .ui.modal > .close {
  22429. top: 0.5rem !important;
  22430. right: 0.5rem !important;
  22431. }
  22432. /*rtl:ignore*/
  22433. .ui.modal .image.content {
  22434. -webkit-box-orient: vertical;
  22435. -webkit-box-direction: normal;
  22436. -webkit-flex-direction: column;
  22437. -ms-flex-direction: column;
  22438. flex-direction: column;
  22439. }
  22440. .ui.modal .content > .image {
  22441. display: block;
  22442. max-width: 100%;
  22443. margin: 0em auto !important;
  22444. text-align: center;
  22445. padding: 0rem 0rem 1rem !important;
  22446. }
  22447. .ui.modal > .content > .image > i.icon {
  22448. font-size: 5rem;
  22449. text-align: center;
  22450. }
  22451. /*rtl:ignore*/
  22452. .ui.modal .content > .description {
  22453. display: block;
  22454. width: 100% !important;
  22455. margin: 0em !important;
  22456. padding: 1rem 0rem !important;
  22457. box-shadow: none;
  22458. }
  22459. /* Let Buttons Stack */
  22460. .ui.modal > .actions {
  22461. padding: 1rem 1rem 0rem !important;
  22462. }
  22463. .ui.modal .actions > .buttons,
  22464. .ui.modal .actions > .button {
  22465. margin-bottom: 1rem;
  22466. }
  22467. }
  22468. /*--------------
  22469. Coupling
  22470. ---------------*/
  22471. .ui.inverted.dimmer > .ui.modal {
  22472. box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
  22473. }
  22474. /*******************************
  22475. Types
  22476. *******************************/
  22477. .ui.basic.modal {
  22478. background-color: transparent;
  22479. border: none;
  22480. border-radius: 0em;
  22481. box-shadow: none !important;
  22482. color: #FFFFFF;
  22483. }
  22484. .ui.basic.modal > .header,
  22485. .ui.basic.modal > .content,
  22486. .ui.basic.modal > .actions {
  22487. background-color: transparent;
  22488. }
  22489. .ui.basic.modal > .header {
  22490. color: #FFFFFF;
  22491. }
  22492. .ui.basic.modal > .close {
  22493. top: 1rem;
  22494. right: 1.5rem;
  22495. }
  22496. .ui.inverted.dimmer > .basic.modal {
  22497. color: rgba(0, 0, 0, 0.87);
  22498. }
  22499. .ui.inverted.dimmer > .ui.basic.modal > .header {
  22500. color: rgba(0, 0, 0, 0.85);
  22501. }
  22502. /* Tablet and Mobile */
  22503. @media only screen and (max-width: 687px) {
  22504. .ui.basic.modal > .close {
  22505. color: #FFFFFF;
  22506. }
  22507. }
  22508. /*******************************
  22509. States
  22510. *******************************/
  22511. .ui.active.modal {
  22512. display: block;
  22513. }
  22514. /*******************************
  22515. Variations
  22516. *******************************/
  22517. /*--------------
  22518. Scrolling
  22519. ---------------*/
  22520. /* A modal that cannot fit on the page */
  22521. .scrolling.dimmable.dimmed {
  22522. overflow: hidden;
  22523. }
  22524. .scrolling.dimmable.dimmed > .dimmer {
  22525. overflow: auto;
  22526. -webkit-overflow-scrolling: touch;
  22527. }
  22528. .scrolling.dimmable > .dimmer {
  22529. position: fixed;
  22530. }
  22531. .modals.dimmer .ui.scrolling.modal {
  22532. position: static !important;
  22533. margin: 3.5rem auto !important;
  22534. }
  22535. /* undetached scrolling */
  22536. .scrolling.undetached.dimmable.dimmed {
  22537. overflow: auto;
  22538. -webkit-overflow-scrolling: touch;
  22539. }
  22540. .scrolling.undetached.dimmable.dimmed > .dimmer {
  22541. overflow: hidden;
  22542. }
  22543. .scrolling.undetached.dimmable .ui.scrolling.modal {
  22544. position: absolute;
  22545. left: 50%;
  22546. margin-top: 3.5rem !important;
  22547. }
  22548. /* Coupling with Sidebar */
  22549. .undetached.dimmable.dimmed > .pusher {
  22550. z-index: auto;
  22551. }
  22552. @media only screen and (max-width: 687px) {
  22553. .modals.dimmer .ui.scrolling.modal {
  22554. margin-top: 1rem !important;
  22555. margin-bottom: 1rem !important;
  22556. }
  22557. }
  22558. /*--------------
  22559. Full Screen
  22560. ---------------*/
  22561. .ui.fullscreen.modal {
  22562. width: 95% !important;
  22563. left: 2.5% !important;
  22564. margin: 1em auto;
  22565. }
  22566. .ui.fullscreen.scrolling.modal {
  22567. left: 0em !important;
  22568. }
  22569. .ui.fullscreen.modal > .header {
  22570. padding-right: 2.25rem;
  22571. }
  22572. .ui.fullscreen.modal > .close {
  22573. top: 1.0535rem;
  22574. right: 1rem;
  22575. color: rgba(0, 0, 0, 0.87);
  22576. }
  22577. /*--------------
  22578. Size
  22579. ---------------*/
  22580. .ui.modal {
  22581. font-size: 1rem;
  22582. }
  22583. /* Small */
  22584. .ui.small.modal > .header:not(.ui) {
  22585. font-size: 1.3em;
  22586. }
  22587. /* Small Modal Width */
  22588. @media only screen and (max-width: 687px) {
  22589. .ui.small.modal {
  22590. width: 95%;
  22591. margin: 0em 0em 0em -47.5%;
  22592. }
  22593. }
  22594. @media only screen and (min-width: 688px) {
  22595. .ui.small.modal {
  22596. width: 70.4%;
  22597. margin: 0em 0em 0em -35.2%;
  22598. }
  22599. }
  22600. @media only screen and (min-width: 688px) {
  22601. .ui.small.modal {
  22602. width: 680px;
  22603. margin: 0em 0em 0em -340px;
  22604. }
  22605. }
  22606. @media only screen and (min-width: 688px) {
  22607. .ui.small.modal {
  22608. width: 720px;
  22609. margin: 0em 0em 0em -360px;
  22610. }
  22611. }
  22612. @media only screen and (min-width: 1920px) {
  22613. .ui.small.modal {
  22614. width: 760px;
  22615. margin: 0em 0em 0em -380px;
  22616. }
  22617. }
  22618. /* Large Modal Width */
  22619. .ui.large.modal > .header {
  22620. font-size: 1.6em;
  22621. }
  22622. @media only screen and (max-width: 687px) {
  22623. .ui.large.modal {
  22624. width: 95%;
  22625. margin: 0em 0em 0em -47.5%;
  22626. }
  22627. }
  22628. @media only screen and (min-width: 688px) {
  22629. .ui.large.modal {
  22630. width: 88%;
  22631. margin: 0em 0em 0em -44%;
  22632. }
  22633. }
  22634. @media only screen and (min-width: 688px) {
  22635. .ui.large.modal {
  22636. width: 1020px;
  22637. margin: 0em 0em 0em -510px;
  22638. }
  22639. }
  22640. @media only screen and (min-width: 688px) {
  22641. .ui.large.modal {
  22642. width: 1080px;
  22643. margin: 0em 0em 0em -540px;
  22644. }
  22645. }
  22646. @media only screen and (min-width: 1920px) {
  22647. .ui.large.modal {
  22648. width: 1140px;
  22649. margin: 0em 0em 0em -570px;
  22650. }
  22651. }
  22652. /*******************************
  22653. Site Overrides
  22654. *******************************/
  22655. /*!
  22656. * # Semantic UI 2.1.6 - Nag
  22657. * http://github.com/semantic-org/semantic-ui/
  22658. *
  22659. *
  22660. * Copyright 2015 Contributors
  22661. * Released under the MIT license
  22662. * http://opensource.org/licenses/MIT
  22663. *
  22664. */
  22665. /*******************************
  22666. Nag
  22667. *******************************/
  22668. .ui.nag {
  22669. display: none;
  22670. opacity: 0.95;
  22671. position: relative;
  22672. top: 0em;
  22673. left: 0px;
  22674. z-index: 999;
  22675. min-height: 0em;
  22676. width: 100%;
  22677. margin: 0em;
  22678. padding: 0.75em 1em;
  22679. background: #555555;
  22680. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  22681. font-size: 1rem;
  22682. text-align: center;
  22683. color: rgba(0, 0, 0, 0.87);
  22684. border-radius: 0em 0em 0.2307em 0.2307em;
  22685. -webkit-transition: 0.2s background ease;
  22686. transition: 0.2s background ease;
  22687. }
  22688. a.ui.nag {
  22689. cursor: pointer;
  22690. }
  22691. .ui.nag > .title {
  22692. display: inline-block;
  22693. margin: 0em 0.5em;
  22694. color: #FFFFFF;
  22695. }
  22696. .ui.nag > .close.icon {
  22697. cursor: pointer;
  22698. opacity: 0.4;
  22699. position: absolute;
  22700. top: 50%;
  22701. right: 1em;
  22702. font-size: 1em;
  22703. margin: -0.5em 0em 0em;
  22704. color: #FFFFFF;
  22705. -webkit-transition: opacity 0.2s ease;
  22706. transition: opacity 0.2s ease;
  22707. }
  22708. /*******************************
  22709. States
  22710. *******************************/
  22711. /* Hover */
  22712. .ui.nag:hover {
  22713. background: #555555;
  22714. opacity: 1;
  22715. }
  22716. .ui.nag .close:hover {
  22717. opacity: 1;
  22718. }
  22719. /*******************************
  22720. Variations
  22721. *******************************/
  22722. /*--------------
  22723. Static
  22724. ---------------*/
  22725. .ui.overlay.nag {
  22726. position: absolute;
  22727. display: block;
  22728. }
  22729. /*--------------
  22730. Fixed
  22731. ---------------*/
  22732. .ui.fixed.nag {
  22733. position: fixed;
  22734. }
  22735. /*--------------
  22736. Bottom
  22737. ---------------*/
  22738. .ui.bottom.nags,
  22739. .ui.bottom.nag {
  22740. border-radius: 0.2307em 0.2307em 0em 0em;
  22741. top: auto;
  22742. bottom: 0em;
  22743. }
  22744. /*--------------
  22745. White
  22746. ---------------*/
  22747. .ui.inverted.nags .nag,
  22748. .ui.inverted.nag {
  22749. background-color: #F3F4F5;
  22750. color: rgba(0, 0, 0, 0.85);
  22751. }
  22752. .ui.inverted.nags .nag .close,
  22753. .ui.inverted.nags .nag .title,
  22754. .ui.inverted.nag .close,
  22755. .ui.inverted.nag .title {
  22756. color: rgba(0, 0, 0, 0.4);
  22757. }
  22758. /*******************************
  22759. Groups
  22760. *******************************/
  22761. .ui.nags .nag {
  22762. border-radius: 0em !important;
  22763. }
  22764. .ui.nags .nag:last-child {
  22765. border-radius: 0em 0em 0.2307em 0.2307em;
  22766. }
  22767. .ui.bottom.nags .nag:last-child {
  22768. border-radius: 0.2307em 0.2307em 0em 0em;
  22769. }
  22770. /*******************************
  22771. User Overrides
  22772. *******************************/
  22773. /*!
  22774. * # Semantic UI 2.1.6 - Popup
  22775. * http://github.com/semantic-org/semantic-ui/
  22776. *
  22777. *
  22778. * Copyright 2015 Contributors
  22779. * Released under the MIT license
  22780. * http://opensource.org/licenses/MIT
  22781. *
  22782. */
  22783. /*******************************
  22784. Popup
  22785. *******************************/
  22786. .ui.popup {
  22787. display: none;
  22788. position: absolute;
  22789. top: 0px;
  22790. right: 0px;
  22791. /* Fixes content being squished when inline (moz only) */
  22792. min-width: -webkit-min-content;
  22793. min-width: -moz-min-content;
  22794. min-width: min-content;
  22795. z-index: 1900;
  22796. border: 1px solid #DDDDDD;
  22797. line-height: 1.4285em;
  22798. max-width: 250px;
  22799. background: #FFFFFF;
  22800. padding: 0.53846154em 0.84615385em;
  22801. font-weight: normal;
  22802. font-style: normal;
  22803. color: rgba(0, 0, 0, 0.87);
  22804. border-radius: 0.2307em;
  22805. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  22806. }
  22807. .ui.popup > .header {
  22808. padding: 0em;
  22809. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  22810. font-size: 1.125em;
  22811. line-height: 1.2;
  22812. font-weight: bold;
  22813. }
  22814. .ui.popup > .header + .content {
  22815. padding-top: 0.5em;
  22816. }
  22817. .ui.popup:before {
  22818. position: absolute;
  22819. content: '';
  22820. width: 0.75em;
  22821. height: 0.75em;
  22822. background: #FFFFFF;
  22823. -webkit-transform: rotate(45deg);
  22824. transform: rotate(45deg);
  22825. z-index: 2;
  22826. box-shadow: 1px 1px 0px 0px #c4c4c4;
  22827. }
  22828. /*******************************
  22829. Types
  22830. *******************************/
  22831. /*--------------
  22832. Spacing
  22833. ---------------*/
  22834. .ui.popup {
  22835. margin: 0em;
  22836. }
  22837. /* Extending from Top */
  22838. .ui.top.popup {
  22839. margin: 0em 0em 0.75em;
  22840. }
  22841. .ui.top.left.popup {
  22842. -webkit-transform-origin: left bottom;
  22843. transform-origin: left bottom;
  22844. }
  22845. .ui.top.center.popup {
  22846. -webkit-transform-origin: center bottom;
  22847. transform-origin: center bottom;
  22848. }
  22849. .ui.top.right.popup {
  22850. -webkit-transform-origin: right bottom;
  22851. transform-origin: right bottom;
  22852. }
  22853. /* Extending from Vertical Center */
  22854. .ui.left.center.popup {
  22855. margin: 0em 0.75em 0em 0em;
  22856. -webkit-transform-origin: right 50%;
  22857. transform-origin: right 50%;
  22858. }
  22859. .ui.right.center.popup {
  22860. margin: 0em 0em 0em 0.75em;
  22861. -webkit-transform-origin: left 50%;
  22862. transform-origin: left 50%;
  22863. }
  22864. /* Extending from Bottom */
  22865. .ui.bottom.popup {
  22866. margin: 0.75em 0em 0em;
  22867. }
  22868. .ui.bottom.left.popup {
  22869. -webkit-transform-origin: left top;
  22870. transform-origin: left top;
  22871. }
  22872. .ui.bottom.center.popup {
  22873. -webkit-transform-origin: center top;
  22874. transform-origin: center top;
  22875. }
  22876. .ui.bottom.right.popup {
  22877. -webkit-transform-origin: right top;
  22878. transform-origin: right top;
  22879. }
  22880. /*--------------
  22881. Pointer
  22882. ---------------*/
  22883. /*--- Below ---*/
  22884. .ui.bottom.center.popup:before {
  22885. margin-left: -0.325em;
  22886. top: -0.325em;
  22887. left: 50%;
  22888. right: auto;
  22889. bottom: auto;
  22890. box-shadow: -1px -1px 0px 0px #c4c4c4;
  22891. }
  22892. .ui.bottom.left.popup {
  22893. margin-left: 0em;
  22894. }
  22895. /*rtl:rename*/
  22896. .ui.bottom.left.popup:before {
  22897. top: -0.325em;
  22898. left: 1em;
  22899. right: auto;
  22900. bottom: auto;
  22901. margin-left: 0em;
  22902. box-shadow: -1px -1px 0px 0px #c4c4c4;
  22903. }
  22904. .ui.bottom.right.popup {
  22905. margin-right: 0em;
  22906. }
  22907. /*rtl:rename*/
  22908. .ui.bottom.right.popup:before {
  22909. top: -0.325em;
  22910. right: 1em;
  22911. bottom: auto;
  22912. left: auto;
  22913. margin-left: 0em;
  22914. box-shadow: -1px -1px 0px 0px #c4c4c4;
  22915. }
  22916. /*--- Above ---*/
  22917. .ui.top.center.popup:before {
  22918. top: auto;
  22919. right: auto;
  22920. bottom: -0.325em;
  22921. left: 50%;
  22922. margin-left: -0.325em;
  22923. }
  22924. .ui.top.left.popup {
  22925. margin-left: 0em;
  22926. }
  22927. /*rtl:rename*/
  22928. .ui.top.left.popup:before {
  22929. bottom: -0.325em;
  22930. left: 1em;
  22931. top: auto;
  22932. right: auto;
  22933. margin-left: 0em;
  22934. }
  22935. .ui.top.right.popup {
  22936. margin-right: 0em;
  22937. }
  22938. /*rtl:rename*/
  22939. .ui.top.right.popup:before {
  22940. bottom: -0.325em;
  22941. right: 1em;
  22942. top: auto;
  22943. left: auto;
  22944. margin-left: 0em;
  22945. }
  22946. /*--- Left Center ---*/
  22947. /*rtl:rename*/
  22948. .ui.left.center.popup:before {
  22949. top: 50%;
  22950. right: -0.325em;
  22951. bottom: auto;
  22952. left: auto;
  22953. margin-top: -0.325em;
  22954. box-shadow: 1px -1px 0px 0px #c4c4c4;
  22955. }
  22956. /*--- Right Center ---*/
  22957. /*rtl:rename*/
  22958. .ui.right.center.popup:before {
  22959. top: 50%;
  22960. left: -0.325em;
  22961. bottom: auto;
  22962. right: auto;
  22963. margin-top: -0.325em;
  22964. box-shadow: -1px 1px 0px 0px #c4c4c4;
  22965. }
  22966. /* Arrow Color By Location */
  22967. .ui.bottom.popup:before {
  22968. background: #FFFFFF;
  22969. }
  22970. .ui.right.center.popup:before,
  22971. .ui.left.center.popup:before {
  22972. background: #FFFFFF;
  22973. }
  22974. .ui.top.popup:before {
  22975. background: #FFFFFF;
  22976. }
  22977. /* Inverted Arrow Color */
  22978. .ui.inverted.bottom.popup:before {
  22979. background: #333333;
  22980. }
  22981. .ui.inverted.right.center.popup:before,
  22982. .ui.inverted.left.center.popup:before {
  22983. background: #333333;
  22984. }
  22985. .ui.inverted.top.popup:before {
  22986. background: #333333;
  22987. }
  22988. /*******************************
  22989. Coupling
  22990. *******************************/
  22991. /* Immediate Nested Grid */
  22992. .ui.popup > .ui.grid:not(.padded) {
  22993. width: calc(100% + 1.75rem);
  22994. margin: -0.7rem -0.875rem;
  22995. }
  22996. /*******************************
  22997. States
  22998. *******************************/
  22999. .ui.loading.popup {
  23000. display: block;
  23001. visibility: hidden;
  23002. z-index: -1;
  23003. }
  23004. .ui.animating.popup,
  23005. .ui.visible.popup {
  23006. display: block;
  23007. }
  23008. .ui.visible.popup {
  23009. -webkit-transform: translateZ(0px);
  23010. transform: translateZ(0px);
  23011. -webkit-backface-visibility: hidden;
  23012. backface-visibility: hidden;
  23013. }
  23014. /*******************************
  23015. Variations
  23016. *******************************/
  23017. /*--------------
  23018. Basic
  23019. ---------------*/
  23020. .ui.basic.popup:before {
  23021. display: none;
  23022. }
  23023. /*--------------
  23024. Wide
  23025. ---------------*/
  23026. .ui.wide.popup {
  23027. max-width: 350px;
  23028. }
  23029. .ui[class*="very wide"].popup {
  23030. max-width: 550px;
  23031. }
  23032. @media only screen and (max-width: 687px) {
  23033. .ui.wide.popup,
  23034. .ui[class*="very wide"].popup {
  23035. max-width: 250px;
  23036. }
  23037. }
  23038. /*--------------
  23039. Fluid
  23040. ---------------*/
  23041. .ui.fluid.popup {
  23042. width: 100%;
  23043. max-width: none;
  23044. }
  23045. /*--------------
  23046. Colors
  23047. ---------------*/
  23048. /* Inverted colors */
  23049. .ui.inverted.popup {
  23050. background: #333333;
  23051. color: #FFFFFF;
  23052. border: none;
  23053. box-shadow: none;
  23054. }
  23055. .ui.inverted.popup .header {
  23056. background-color: none;
  23057. color: #FFFFFF;
  23058. }
  23059. .ui.inverted.popup:before {
  23060. background-color: #333333;
  23061. box-shadow: none !important;
  23062. }
  23063. /*--------------
  23064. Flowing
  23065. ---------------*/
  23066. .ui.flowing.popup {
  23067. max-width: none;
  23068. }
  23069. /*--------------
  23070. Sizes
  23071. ---------------*/
  23072. .ui.mini.popup {
  23073. font-size: 0.69230769rem;
  23074. }
  23075. .ui.tiny.popup {
  23076. font-size: 0.84615385rem;
  23077. }
  23078. .ui.small.popup {
  23079. font-size: 0.76923077em;
  23080. }
  23081. .ui.popup {
  23082. font-size: 0.84615385em;
  23083. }
  23084. .ui.large.popup {
  23085. font-size: 1em;
  23086. }
  23087. .ui.huge.popup {
  23088. font-size: 1.46153846rem;
  23089. }
  23090. /*******************************
  23091. User Overrides
  23092. *******************************/
  23093. /*!
  23094. * # Semantic UI 2.1.6 - Progress Bar
  23095. * http://github.com/semantic-org/semantic-ui/
  23096. *
  23097. *
  23098. * Copyright 2015 Contributors
  23099. * Released under the MIT license
  23100. * http://opensource.org/licenses/MIT
  23101. *
  23102. */
  23103. /*******************************
  23104. Progress
  23105. *******************************/
  23106. .ui.progress {
  23107. position: relative;
  23108. display: block;
  23109. max-width: 100%;
  23110. border: none;
  23111. margin: 1em 0em 2.5em;
  23112. box-shadow: none;
  23113. background: rgba(0, 0, 0, 0.1);
  23114. padding: 0em;
  23115. border-radius: 0.2307em;
  23116. }
  23117. .ui.progress:first-child {
  23118. margin: 0em 0em 2.5em;
  23119. }
  23120. .ui.progress:last-child {
  23121. margin: 0em 0em 1.5em;
  23122. }
  23123. /*******************************
  23124. Content
  23125. *******************************/
  23126. /* Activity Bar */
  23127. .ui.progress .bar {
  23128. display: block;
  23129. line-height: 1;
  23130. position: relative;
  23131. width: 0%;
  23132. min-width: 2em;
  23133. background: #888888;
  23134. border-radius: 0.2307em;
  23135. -webkit-transition: width 0.1s ease, background-color 0.1s ease;
  23136. transition: width 0.1s ease, background-color 0.1s ease;
  23137. }
  23138. /* Percent Complete */
  23139. .ui.progress .bar > .progress {
  23140. white-space: nowrap;
  23141. position: absolute;
  23142. width: auto;
  23143. font-size: 0.92307692em;
  23144. top: 50%;
  23145. right: 0.5em;
  23146. left: auto;
  23147. bottom: auto;
  23148. color: rgba(255, 255, 255, 0.7);
  23149. text-shadow: none;
  23150. margin-top: -0.5em;
  23151. font-weight: bold;
  23152. text-align: left;
  23153. }
  23154. /* Label */
  23155. .ui.progress > .label {
  23156. position: absolute;
  23157. width: 100%;
  23158. font-size: 1em;
  23159. top: 100%;
  23160. right: auto;
  23161. left: 0%;
  23162. bottom: auto;
  23163. color: rgba(0, 0, 0, 0.87);
  23164. font-weight: bold;
  23165. text-shadow: none;
  23166. margin-top: 0.2em;
  23167. text-align: center;
  23168. -webkit-transition: color 0.4s ease;
  23169. transition: color 0.4s ease;
  23170. }
  23171. /*******************************
  23172. Types
  23173. *******************************/
  23174. /* Indicating */
  23175. .ui.indicating.progress[data-percent^="1"] .bar,
  23176. .ui.indicating.progress[data-percent^="2"] .bar {
  23177. background-color: #D95C5C;
  23178. }
  23179. .ui.indicating.progress[data-percent^="3"] .bar {
  23180. background-color: #EFBC72;
  23181. }
  23182. .ui.indicating.progress[data-percent^="4"] .bar,
  23183. .ui.indicating.progress[data-percent^="5"] .bar {
  23184. background-color: #E6BB48;
  23185. }
  23186. .ui.indicating.progress[data-percent^="6"] .bar {
  23187. background-color: #DDC928;
  23188. }
  23189. .ui.indicating.progress[data-percent^="7"] .bar,
  23190. .ui.indicating.progress[data-percent^="8"] .bar {
  23191. background-color: #B4D95C;
  23192. }
  23193. .ui.indicating.progress[data-percent^="9"] .bar,
  23194. .ui.indicating.progress[data-percent^="100"] .bar {
  23195. background-color: #66DA81;
  23196. }
  23197. /* Indicating Label */
  23198. .ui.indicating.progress[data-percent^="1"] .label,
  23199. .ui.indicating.progress[data-percent^="2"] .label {
  23200. color: rgba(0, 0, 0, 0.87);
  23201. }
  23202. .ui.indicating.progress[data-percent^="3"] .label {
  23203. color: rgba(0, 0, 0, 0.87);
  23204. }
  23205. .ui.indicating.progress[data-percent^="4"] .label,
  23206. .ui.indicating.progress[data-percent^="5"] .label {
  23207. color: rgba(0, 0, 0, 0.87);
  23208. }
  23209. .ui.indicating.progress[data-percent^="6"] .label {
  23210. color: rgba(0, 0, 0, 0.87);
  23211. }
  23212. .ui.indicating.progress[data-percent^="7"] .label,
  23213. .ui.indicating.progress[data-percent^="8"] .label {
  23214. color: rgba(0, 0, 0, 0.87);
  23215. }
  23216. .ui.indicating.progress[data-percent^="9"] .label,
  23217. .ui.indicating.progress[data-percent^="100"] .label {
  23218. color: rgba(0, 0, 0, 0.87);
  23219. }
  23220. /* Single Digits */
  23221. .ui.indicating.progress[data-percent="1"] .bar,
  23222. .ui.indicating.progress[data-percent="2"] .bar,
  23223. .ui.indicating.progress[data-percent="3"] .bar,
  23224. .ui.indicating.progress[data-percent="4"] .bar,
  23225. .ui.indicating.progress[data-percent="5"] .bar,
  23226. .ui.indicating.progress[data-percent="6"] .bar,
  23227. .ui.indicating.progress[data-percent="7"] .bar,
  23228. .ui.indicating.progress[data-percent="8"] .bar,
  23229. .ui.indicating.progress[data-percent="9"] .bar {
  23230. background-color: #D95C5C;
  23231. }
  23232. .ui.indicating.progress[data-percent="1"] .label,
  23233. .ui.indicating.progress[data-percent="2"] .label,
  23234. .ui.indicating.progress[data-percent="3"] .label,
  23235. .ui.indicating.progress[data-percent="4"] .label,
  23236. .ui.indicating.progress[data-percent="5"] .label,
  23237. .ui.indicating.progress[data-percent="6"] .label,
  23238. .ui.indicating.progress[data-percent="7"] .label,
  23239. .ui.indicating.progress[data-percent="8"] .label,
  23240. .ui.indicating.progress[data-percent="9"] .label {
  23241. color: rgba(0, 0, 0, 0.87);
  23242. }
  23243. /* Indicating Success */
  23244. .ui.indicating.progress.success .label {
  23245. color: #1A531B;
  23246. }
  23247. /*******************************
  23248. States
  23249. *******************************/
  23250. /*--------------
  23251. Success
  23252. ---------------*/
  23253. .ui.progress.success .bar {
  23254. background-color: #78CB5B !important;
  23255. }
  23256. .ui.progress.success .bar,
  23257. .ui.progress.success .bar::after {
  23258. -webkit-animation: none !important;
  23259. animation: none !important;
  23260. }
  23261. .ui.progress.success > .label {
  23262. color: #1A531B;
  23263. }
  23264. /*--------------
  23265. Warning
  23266. ---------------*/
  23267. .ui.progress.warning .bar {
  23268. background-color: #F2C037 !important;
  23269. }
  23270. .ui.progress.warning .bar,
  23271. .ui.progress.warning .bar::after {
  23272. -webkit-animation: none !important;
  23273. animation: none !important;
  23274. }
  23275. .ui.progress.warning > .label {
  23276. color: #794B02;
  23277. }
  23278. /*--------------
  23279. Error
  23280. ---------------*/
  23281. .ui.progress.error .bar {
  23282. background-color: #DB2828 !important;
  23283. }
  23284. .ui.progress.error .bar,
  23285. .ui.progress.error .bar::after {
  23286. -webkit-animation: none !important;
  23287. animation: none !important;
  23288. }
  23289. .ui.progress.error > .label {
  23290. color: #912D2B;
  23291. }
  23292. /*--------------
  23293. Active
  23294. ---------------*/
  23295. .ui.active.progress .bar {
  23296. position: relative;
  23297. min-width: 2em;
  23298. }
  23299. .ui.active.progress .bar::after {
  23300. content: '';
  23301. opacity: 0;
  23302. position: absolute;
  23303. top: 0px;
  23304. left: 0px;
  23305. right: 0px;
  23306. bottom: 0px;
  23307. background: #FFFFFF;
  23308. border-radius: 0.2307em;
  23309. -webkit-animation: progress-active 2s ease infinite;
  23310. animation: progress-active 2s ease infinite;
  23311. }
  23312. @-webkit-keyframes progress-active {
  23313. 0% {
  23314. opacity: 0.3;
  23315. width: 0;
  23316. }
  23317. 100% {
  23318. opacity: 0;
  23319. width: 100%;
  23320. }
  23321. }
  23322. @keyframes progress-active {
  23323. 0% {
  23324. opacity: 0.3;
  23325. width: 0;
  23326. }
  23327. 100% {
  23328. opacity: 0;
  23329. width: 100%;
  23330. }
  23331. }
  23332. /*--------------
  23333. Disabled
  23334. ---------------*/
  23335. .ui.disabled.progress {
  23336. opacity: 0.35;
  23337. }
  23338. .ui.disabled.progress .bar,
  23339. .ui.disabled.progress .bar::after {
  23340. -webkit-animation: none !important;
  23341. animation: none !important;
  23342. }
  23343. /*******************************
  23344. Variations
  23345. *******************************/
  23346. /*--------------
  23347. Inverted
  23348. ---------------*/
  23349. .ui.inverted.progress {
  23350. background: rgba(255, 255, 255, 0.08);
  23351. border: none;
  23352. }
  23353. .ui.inverted.progress .bar {
  23354. background: #888888;
  23355. }
  23356. .ui.inverted.progress .bar > .progress {
  23357. color: #F9FAFB;
  23358. }
  23359. .ui.inverted.progress > .label {
  23360. color: #FFFFFF;
  23361. }
  23362. .ui.inverted.progress.success > .label {
  23363. color: #78CB5B;
  23364. }
  23365. .ui.inverted.progress.warning > .label {
  23366. color: #F2C037;
  23367. }
  23368. .ui.inverted.progress.error > .label {
  23369. color: #DB2828;
  23370. }
  23371. /*--------------
  23372. Attached
  23373. ---------------*/
  23374. /* bottom attached */
  23375. .ui.progress.attached {
  23376. background: transparent;
  23377. position: relative;
  23378. border: none;
  23379. margin: 0em;
  23380. }
  23381. .ui.progress.attached,
  23382. .ui.progress.attached .bar {
  23383. display: block;
  23384. height: 0.2rem;
  23385. padding: 0px;
  23386. overflow: hidden;
  23387. border-radius: 0em 0em 0.2307em 0.2307em;
  23388. }
  23389. .ui.progress.attached .bar {
  23390. border-radius: 0em;
  23391. }
  23392. /* top attached */
  23393. .ui.progress.top.attached,
  23394. .ui.progress.top.attached .bar {
  23395. top: 0px;
  23396. border-radius: 0.2307em 0.2307em 0em 0em;
  23397. }
  23398. .ui.progress.top.attached .bar {
  23399. border-radius: 0em;
  23400. }
  23401. /* Coupling */
  23402. .ui.segment > .ui.attached.progress,
  23403. .ui.card > .ui.attached.progress {
  23404. position: absolute;
  23405. top: auto;
  23406. left: 0;
  23407. bottom: 100%;
  23408. width: 100%;
  23409. }
  23410. .ui.segment > .ui.bottom.attached.progress,
  23411. .ui.card > .ui.bottom.attached.progress {
  23412. top: 100%;
  23413. bottom: auto;
  23414. }
  23415. /*--------------
  23416. Colors
  23417. ---------------*/
  23418. /* Red */
  23419. .ui.red.progress .bar {
  23420. background-color: #DB2828;
  23421. }
  23422. .ui.red.inverted.progress .bar {
  23423. background-color: #FF695E;
  23424. }
  23425. /* Orange */
  23426. .ui.orange.progress .bar {
  23427. background-color: #D26911;
  23428. }
  23429. .ui.orange.inverted.progress .bar {
  23430. background-color: #FF851B;
  23431. }
  23432. /* Yellow */
  23433. .ui.yellow.progress .bar {
  23434. background-color: #FBBD08;
  23435. }
  23436. .ui.yellow.inverted.progress .bar {
  23437. background-color: #FFE21F;
  23438. }
  23439. /* Olive */
  23440. .ui.olive.progress .bar {
  23441. background-color: #B5CC18;
  23442. }
  23443. .ui.olive.inverted.progress .bar {
  23444. background-color: #D9E778;
  23445. }
  23446. /* Green */
  23447. .ui.green.progress .bar {
  23448. background-color: #78CB5B;
  23449. }
  23450. .ui.green.inverted.progress .bar {
  23451. background-color: #2ECC40;
  23452. }
  23453. /* Teal */
  23454. .ui.teal.progress .bar {
  23455. background-color: #00B5AD;
  23456. }
  23457. .ui.teal.inverted.progress .bar {
  23458. background-color: #6DFFFF;
  23459. }
  23460. /* Blue */
  23461. .ui.blue.progress .bar {
  23462. background-color: #80A6CD;
  23463. }
  23464. .ui.blue.inverted.progress .bar {
  23465. background-color: #54C8FF;
  23466. }
  23467. /* Violet */
  23468. .ui.violet.progress .bar {
  23469. background-color: #6435C9;
  23470. }
  23471. .ui.violet.inverted.progress .bar {
  23472. background-color: #A291FB;
  23473. }
  23474. /* Purple */
  23475. .ui.purple.progress .bar {
  23476. background-color: #A333C8;
  23477. }
  23478. .ui.purple.inverted.progress .bar {
  23479. background-color: #DC73FF;
  23480. }
  23481. /* Pink */
  23482. .ui.pink.progress .bar {
  23483. background-color: #E03997;
  23484. }
  23485. .ui.pink.inverted.progress .bar {
  23486. background-color: #FF8EDF;
  23487. }
  23488. /* Brown */
  23489. .ui.brown.progress .bar {
  23490. background-color: #A5673F;
  23491. }
  23492. .ui.brown.inverted.progress .bar {
  23493. background-color: #D67C1C;
  23494. }
  23495. /* Grey */
  23496. .ui.grey.progress .bar {
  23497. background-color: #767676;
  23498. }
  23499. .ui.grey.inverted.progress .bar {
  23500. background-color: #DCDDDE;
  23501. }
  23502. /* Black */
  23503. .ui.black.progress .bar {
  23504. background-color: #333333;
  23505. }
  23506. .ui.black.inverted.progress .bar {
  23507. background-color: #545454;
  23508. }
  23509. /*--------------
  23510. Sizes
  23511. ---------------*/
  23512. .ui.tiny.progress {
  23513. font-size: 0.84615385rem;
  23514. }
  23515. .ui.tiny.progress .bar {
  23516. height: 0.5em;
  23517. }
  23518. .ui.small.progress {
  23519. font-size: 0.92307692rem;
  23520. }
  23521. .ui.small.progress .bar {
  23522. height: 1em;
  23523. }
  23524. .ui.progress {
  23525. font-size: 1rem;
  23526. }
  23527. .ui.progress .bar {
  23528. height: 1.75em;
  23529. }
  23530. .ui.large.progress {
  23531. font-size: 1.15384615rem;
  23532. }
  23533. .ui.large.progress .bar {
  23534. height: 2.5em;
  23535. }
  23536. .ui.big.progress {
  23537. font-size: 1.30769231rem;
  23538. }
  23539. .ui.big.progress .bar {
  23540. height: 3.5em;
  23541. }
  23542. /*******************************
  23543. Site Overrides
  23544. *******************************/
  23545. /*!
  23546. * # Semantic UI 2.1.6 - Rating
  23547. * http://github.com/semantic-org/semantic-ui/
  23548. *
  23549. *
  23550. * Copyright 2015 Contributors
  23551. * Released under the MIT license
  23552. * http://opensource.org/licenses/MIT
  23553. *
  23554. */
  23555. /*******************************
  23556. Rating
  23557. *******************************/
  23558. .ui.rating {
  23559. display: -webkit-inline-box;
  23560. display: -webkit-inline-flex;
  23561. display: -ms-inline-flexbox;
  23562. display: inline-flex;
  23563. white-space: nowrap;
  23564. vertical-align: baseline;
  23565. }
  23566. .ui.rating:last-child {
  23567. margin-right: 0em;
  23568. }
  23569. /* Icon */
  23570. .ui.rating .icon {
  23571. padding: 0em;
  23572. margin: 0em;
  23573. text-align: center;
  23574. font-weight: normal;
  23575. font-style: normal;
  23576. -webkit-box-flex: 1;
  23577. -webkit-flex: 1 0 auto;
  23578. -ms-flex: 1 0 auto;
  23579. flex: 1 0 auto;
  23580. cursor: pointer;
  23581. width: 1.25em;
  23582. height: auto;
  23583. -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  23584. transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  23585. }
  23586. /*******************************
  23587. Types
  23588. *******************************/
  23589. /*-------------------
  23590. Standard
  23591. --------------------*/
  23592. /* Inactive Icon */
  23593. .ui.rating .icon {
  23594. background: transparent;
  23595. color: rgba(0, 0, 0, 0.15);
  23596. }
  23597. /* Active Icon */
  23598. .ui.rating .active.icon {
  23599. background: transparent;
  23600. color: rgba(0, 0, 0, 0.85);
  23601. }
  23602. /* Selected Icon */
  23603. .ui.rating .icon.selected,
  23604. .ui.rating .icon.selected.active {
  23605. background: transparent;
  23606. color: rgba(0, 0, 0, 0.87);
  23607. }
  23608. /*-------------------
  23609. Star
  23610. --------------------*/
  23611. /* Inactive */
  23612. .ui.star.rating .icon {
  23613. width: 1.25em;
  23614. height: auto;
  23615. background: transparent;
  23616. color: rgba(0, 0, 0, 0.15);
  23617. text-shadow: none;
  23618. }
  23619. /* Active Star */
  23620. .ui.star.rating .active.icon {
  23621. background: transparent !important;
  23622. color: #FFE623 !important;
  23623. text-shadow: 0px -1px 0px #DDC507, -1px 0px 0px #DDC507, 0px 1px 0px #DDC507, 1px 0px 0px #DDC507 !important;
  23624. }
  23625. /* Selected Star */
  23626. .ui.star.rating .icon.selected,
  23627. .ui.star.rating .icon.selected.active {
  23628. background: transparent !important;
  23629. color: #FFCC00 !important;
  23630. text-shadow: 0px -1px 0px #E6A200, -1px 0px 0px #E6A200, 0px 1px 0px #E6A200, 1px 0px 0px #E6A200 !important;
  23631. }
  23632. /*-------------------
  23633. Heart
  23634. --------------------*/
  23635. .ui.heart.rating .icon {
  23636. width: 1.4em;
  23637. height: auto;
  23638. background: transparent;
  23639. color: rgba(0, 0, 0, 0.15);
  23640. text-shadow: none !important;
  23641. }
  23642. /* Active Heart */
  23643. .ui.heart.rating .active.icon {
  23644. background: transparent !important;
  23645. color: #FF6D75 !important;
  23646. text-shadow: 0px -1px 0px #CD0707, -1px 0px 0px #CD0707, 0px 1px 0px #CD0707, 1px 0px 0px #CD0707 !important;
  23647. }
  23648. /* Selected Heart */
  23649. .ui.heart.rating .icon.selected,
  23650. .ui.heart.rating .icon.selected.active {
  23651. background: transparent !important;
  23652. color: #FF3000 !important;
  23653. text-shadow: 0px -1px 0px #AA0101, -1px 0px 0px #AA0101, 0px 1px 0px #AA0101, 1px 0px 0px #AA0101 !important;
  23654. }
  23655. /*******************************
  23656. States
  23657. *******************************/
  23658. /*-------------------
  23659. Disabled
  23660. --------------------*/
  23661. /* disabled rating */
  23662. .ui.disabled.rating .icon {
  23663. cursor: default;
  23664. }
  23665. /*-------------------
  23666. User Interactive
  23667. --------------------*/
  23668. /* Selected Rating */
  23669. .ui.rating.selected .active.icon {
  23670. opacity: 1;
  23671. }
  23672. .ui.rating.selected .icon.selected,
  23673. .ui.rating .icon.selected {
  23674. opacity: 1;
  23675. }
  23676. /*******************************
  23677. Variations
  23678. *******************************/
  23679. .ui.mini.rating {
  23680. font-size: 0.69230769rem;
  23681. }
  23682. .ui.tiny.rating {
  23683. font-size: 0.84615385rem;
  23684. }
  23685. .ui.small.rating {
  23686. font-size: 0.92307692rem;
  23687. }
  23688. .ui.rating {
  23689. font-size: 1rem;
  23690. }
  23691. .ui.large.rating {
  23692. font-size: 1.15384615rem;
  23693. }
  23694. .ui.huge.rating {
  23695. font-size: 1.46153846rem;
  23696. }
  23697. .ui.massive.rating {
  23698. font-size: 2rem;
  23699. }
  23700. /*******************************
  23701. Site Overrides
  23702. *******************************/
  23703. /*!
  23704. * # Semantic UI 2.1.6 - Search
  23705. * http://github.com/semantic-org/semantic-ui/
  23706. *
  23707. *
  23708. * Copyright 2015 Contributors
  23709. * Released under the MIT license
  23710. * http://opensource.org/licenses/MIT
  23711. *
  23712. */
  23713. /*******************************
  23714. Search
  23715. *******************************/
  23716. .ui.search {
  23717. position: relative;
  23718. }
  23719. .ui.search > .prompt {
  23720. margin: 0em;
  23721. outline: none;
  23722. -webkit-appearance: none;
  23723. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  23724. text-shadow: none;
  23725. font-style: normal;
  23726. font-weight: normal;
  23727. line-height: 1.2142em;
  23728. padding: 0.73905385em 1.07692308em;
  23729. font-size: 1em;
  23730. background: #FFFFFF;
  23731. border: 1px solid rgba(0, 0, 0, 0.13);
  23732. color: rgba(0, 0, 0, 0.87);
  23733. box-shadow: 0em 0em 0em 0em transparent inset;
  23734. -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  23735. transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  23736. }
  23737. .ui.search .prompt {
  23738. border-radius: 500rem;
  23739. }
  23740. /*--------------
  23741. Icon
  23742. ---------------*/
  23743. .ui.search .prompt ~ .search.icon {
  23744. cursor: pointer;
  23745. }
  23746. /*--------------
  23747. Results
  23748. ---------------*/
  23749. .ui.search > .results {
  23750. display: none;
  23751. position: absolute;
  23752. top: 100%;
  23753. left: 0%;
  23754. -webkit-transform-origin: center top;
  23755. transform-origin: center top;
  23756. background: #FFFFFF;
  23757. margin-top: 0.5em;
  23758. width: 18em;
  23759. border-radius: 0.2307em;
  23760. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  23761. border: 1px solid #DDDDDD;
  23762. z-index: 998;
  23763. }
  23764. .ui.search > .results > :first-child {
  23765. border-radius: 0.2307em 0.2307em 0em 0em;
  23766. }
  23767. .ui.search > .results > :last-child {
  23768. border-radius: 0em 0em 0.2307em 0.2307em;
  23769. }
  23770. /*--------------
  23771. Result
  23772. ---------------*/
  23773. .ui.search > .results .result {
  23774. cursor: pointer;
  23775. display: block;
  23776. overflow: hidden;
  23777. font-size: 1em;
  23778. padding: 0.84615385em 1.15384615em;
  23779. color: rgba(0, 0, 0, 0.87);
  23780. line-height: 1.33;
  23781. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  23782. }
  23783. .ui.search > .results .result:last-child {
  23784. border-bottom: none !important;
  23785. }
  23786. /* Image */
  23787. .ui.search > .results .result .image {
  23788. float: right;
  23789. overflow: hidden;
  23790. background: none;
  23791. width: 5em;
  23792. height: 3em;
  23793. border-radius: 0.25em;
  23794. }
  23795. .ui.search > .results .result .image img {
  23796. display: block;
  23797. width: auto;
  23798. height: 100%;
  23799. }
  23800. /*--------------
  23801. Info
  23802. ---------------*/
  23803. .ui.search > .results .result .image + .content {
  23804. margin: 0em 6em 0em 0em;
  23805. }
  23806. .ui.search > .results .result .title {
  23807. margin: -0.14285em 0em 0em;
  23808. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  23809. font-weight: bold;
  23810. font-size: 1em;
  23811. color: rgba(0, 0, 0, 0.85);
  23812. }
  23813. .ui.search > .results .result .description {
  23814. margin-top: 0;
  23815. font-size: 0.92307692em;
  23816. color: rgba(0, 0, 0, 0.4);
  23817. }
  23818. .ui.search > .results .result .price {
  23819. float: right;
  23820. color: #78CB5B;
  23821. }
  23822. /*--------------
  23823. Message
  23824. ---------------*/
  23825. .ui.search > .results > .message {
  23826. padding: 1em 1em;
  23827. }
  23828. .ui.search > .results > .message .header {
  23829. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  23830. font-size: 1rem;
  23831. font-weight: bold;
  23832. color: rgba(0, 0, 0, 0.87);
  23833. }
  23834. .ui.search > .results > .message .description {
  23835. margin-top: 0.25rem;
  23836. font-size: 1em;
  23837. color: rgba(0, 0, 0, 0.87);
  23838. }
  23839. /* View All Results */
  23840. .ui.search > .results > .action {
  23841. display: block;
  23842. border-top: none;
  23843. background: #F3F4F5;
  23844. padding: 0.92307692em 1em;
  23845. color: rgba(0, 0, 0, 0.87);
  23846. font-weight: bold;
  23847. text-align: center;
  23848. }
  23849. /*******************************
  23850. States
  23851. *******************************/
  23852. /*--------------------
  23853. Focus
  23854. ---------------------*/
  23855. .ui.search > .prompt:focus {
  23856. border-color: #51A7E8;
  23857. background: #FFFFFF;
  23858. color: rgba(0, 0, 0, 0.95);
  23859. }
  23860. /*--------------------
  23861. Loading
  23862. ---------------------*/
  23863. .ui.loading.search .input > i.icon:before {
  23864. position: absolute;
  23865. content: '';
  23866. top: 50%;
  23867. left: 50%;
  23868. margin: -0.65384615em 0em 0em -0.65384615em;
  23869. width: 1.30769231em;
  23870. height: 1.30769231em;
  23871. border-radius: 500rem;
  23872. border: 0.2em solid rgba(0, 0, 0, 0.1);
  23873. }
  23874. .ui.loading.search .input > i.icon:after {
  23875. position: absolute;
  23876. content: '';
  23877. top: 50%;
  23878. left: 50%;
  23879. margin: -0.65384615em 0em 0em -0.65384615em;
  23880. width: 1.30769231em;
  23881. height: 1.30769231em;
  23882. -webkit-animation: button-spin 0.6s linear;
  23883. animation: button-spin 0.6s linear;
  23884. -webkit-animation-iteration-count: infinite;
  23885. animation-iteration-count: infinite;
  23886. border-radius: 500rem;
  23887. border-color: #767676 transparent transparent;
  23888. border-style: solid;
  23889. border-width: 0.2em;
  23890. box-shadow: 0px 0px 0px 1px transparent;
  23891. }
  23892. /*--------------
  23893. Hover
  23894. ---------------*/
  23895. .ui.search > .results .result:hover,
  23896. .ui.category.search > .results .category .result:hover {
  23897. background: #F9FAFB;
  23898. }
  23899. .ui.search .action:hover {
  23900. background: #E0E0E0;
  23901. }
  23902. /*--------------
  23903. Active
  23904. ---------------*/
  23905. .ui.category.search > .results .category.active {
  23906. background: #F3F4F5;
  23907. }
  23908. .ui.category.search > .results .category.active > .name {
  23909. color: rgba(0, 0, 0, 0.87);
  23910. }
  23911. .ui.search > .results .result.active,
  23912. .ui.category.search > .results .category .result.active {
  23913. position: relative;
  23914. border-left-color: rgba(0, 0, 0, 0.06);
  23915. background: #F3F4F5;
  23916. box-shadow: none;
  23917. }
  23918. .ui.search > .results .result.active .title {
  23919. color: rgba(0, 0, 0, 0.85);
  23920. }
  23921. .ui.search > .results .result.active .description {
  23922. color: rgba(0, 0, 0, 0.85);
  23923. }
  23924. /*******************************
  23925. Types
  23926. *******************************/
  23927. /*--------------
  23928. Categories
  23929. ---------------*/
  23930. .ui.category.search .results {
  23931. width: 28em;
  23932. }
  23933. /* Category */
  23934. .ui.category.search > .results .category {
  23935. background: #F3F4F5;
  23936. box-shadow: none;
  23937. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  23938. -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  23939. transition: background 0.1s ease, border-color 0.1s ease;
  23940. }
  23941. /* Last Category */
  23942. .ui.category.search > .results .category:last-child {
  23943. border-bottom: none;
  23944. }
  23945. /* First / Last */
  23946. .ui.category.search > .results .category:first-child .name + .result {
  23947. border-radius: 0em 0.2307em 0em 0em;
  23948. }
  23949. .ui.category.search > .results .category:last-child .result:last-child {
  23950. border-radius: 0em 0em 0.2307em 0em;
  23951. }
  23952. /* Category Result */
  23953. .ui.category.search > .results .category .result {
  23954. background: #FFFFFF;
  23955. margin-left: 100px;
  23956. border-left: 1px solid rgba(0, 0, 0, 0.13);
  23957. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  23958. -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  23959. transition: background 0.1s ease, border-color 0.1s ease;
  23960. padding: 0.84615385em 1.15384615em;
  23961. }
  23962. .ui.category.search > .results .category:last-child .result:last-child {
  23963. border-bottom: none;
  23964. }
  23965. /* Category Result Name */
  23966. .ui.category.search > .results .category > .name {
  23967. width: 100px;
  23968. background: transparent;
  23969. font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  23970. font-size: 1em;
  23971. float: 1em;
  23972. float: left;
  23973. padding: 0.4em 1em;
  23974. font-weight: bold;
  23975. color: rgba(0, 0, 0, 0.4);
  23976. }
  23977. /*******************************
  23978. Variations
  23979. *******************************/
  23980. /*-------------------
  23981. Left / Right
  23982. --------------------*/
  23983. .ui[class*="left aligned"].search > .results {
  23984. right: auto;
  23985. left: 0%;
  23986. }
  23987. .ui[class*="right aligned"].search > .results {
  23988. right: 0%;
  23989. left: auto;
  23990. }
  23991. /*--------------
  23992. Fluid
  23993. ---------------*/
  23994. .ui.fluid.search .results {
  23995. width: 100%;
  23996. }
  23997. /*--------------
  23998. Sizes
  23999. ---------------*/
  24000. .ui.mini.search {
  24001. font-size: 0.69230769em;
  24002. }
  24003. .ui.small.search {
  24004. font-size: 0.92307692em;
  24005. }
  24006. .ui.search {
  24007. font-size: 1em;
  24008. }
  24009. .ui.large.search {
  24010. font-size: 1.15384615em;
  24011. }
  24012. .ui.big.search {
  24013. font-size: 1.30769231em;
  24014. }
  24015. .ui.huge.search {
  24016. font-size: 1.46153846em;
  24017. }
  24018. .ui.massive.search {
  24019. font-size: 1.69230769em;
  24020. }
  24021. /*******************************
  24022. Site Overrides
  24023. *******************************/
  24024. /*!
  24025. * # Semantic UI 2.1.6 - Shape
  24026. * http://github.com/semantic-org/semantic-ui/
  24027. *
  24028. *
  24029. * Copyright 2015 Contributors
  24030. * Released under the MIT license
  24031. * http://opensource.org/licenses/MIT
  24032. *
  24033. */
  24034. /*******************************
  24035. Shape
  24036. *******************************/
  24037. .ui.shape {
  24038. position: relative;
  24039. vertical-align: top;
  24040. display: inline-block;
  24041. -webkit-perspective: 2000px;
  24042. perspective: 2000px;
  24043. -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;
  24044. 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;
  24045. }
  24046. .ui.shape .sides {
  24047. -webkit-transform-style: preserve-3d;
  24048. transform-style: preserve-3d;
  24049. }
  24050. .ui.shape .side {
  24051. opacity: 1;
  24052. width: 100%;
  24053. margin: 0em !important;
  24054. -webkit-backface-visibility: hidden;
  24055. backface-visibility: hidden;
  24056. }
  24057. .ui.shape .side {
  24058. display: none;
  24059. }
  24060. .ui.shape .side * {
  24061. -webkit-backface-visibility: visible !important;
  24062. backface-visibility: visible !important;
  24063. }
  24064. /*******************************
  24065. Types
  24066. *******************************/
  24067. .ui.cube.shape .side {
  24068. min-width: 15em;
  24069. height: 15em;
  24070. padding: 2em;
  24071. background-color: #E6E6E6;
  24072. color: rgba(0, 0, 0, 0.87);
  24073. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  24074. }
  24075. .ui.cube.shape .side > .content {
  24076. width: 100%;
  24077. height: 100%;
  24078. display: table;
  24079. text-align: center;
  24080. -webkit-user-select: text;
  24081. -moz-user-select: text;
  24082. -ms-user-select: text;
  24083. user-select: text;
  24084. }
  24085. .ui.cube.shape .side > .content > div {
  24086. display: table-cell;
  24087. vertical-align: middle;
  24088. font-size: 2em;
  24089. }
  24090. /*******************************
  24091. Variations
  24092. *******************************/
  24093. .ui.text.shape.animating .sides {
  24094. position: static;
  24095. }
  24096. .ui.text.shape .side {
  24097. white-space: nowrap;
  24098. }
  24099. .ui.text.shape .side > * {
  24100. white-space: normal;
  24101. }
  24102. /*******************************
  24103. States
  24104. *******************************/
  24105. /*--------------
  24106. Loading
  24107. ---------------*/
  24108. .ui.loading.shape {
  24109. position: absolute;
  24110. top: -9999px;
  24111. left: -9999px;
  24112. }
  24113. /*--------------
  24114. Animating
  24115. ---------------*/
  24116. .ui.shape .animating.side {
  24117. position: absolute;
  24118. top: 0px;
  24119. left: 0px;
  24120. display: block;
  24121. z-index: 100;
  24122. }
  24123. .ui.shape .hidden.side {
  24124. opacity: 0.6;
  24125. }
  24126. /*--------------
  24127. CSS
  24128. ---------------*/
  24129. .ui.shape.animating .sides {
  24130. position: absolute;
  24131. }
  24132. .ui.shape.animating .sides {
  24133. -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;
  24134. 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;
  24135. }
  24136. .ui.shape.animating .side {
  24137. -webkit-transition: opacity 0.6s ease-in-out;
  24138. transition: opacity 0.6s ease-in-out;
  24139. }
  24140. /*--------------
  24141. Active
  24142. ---------------*/
  24143. .ui.shape .active.side {
  24144. display: block;
  24145. }
  24146. /*******************************
  24147. User Overrides
  24148. *******************************/
  24149. /*!
  24150. * # Semantic UI 2.1.6 - Sidebar
  24151. * http://github.com/semantic-org/semantic-ui/
  24152. *
  24153. *
  24154. * Copyright 2015 Contributors
  24155. * Released under the MIT license
  24156. * http://opensource.org/licenses/MIT
  24157. *
  24158. */
  24159. /*******************************
  24160. Sidebar
  24161. *******************************/
  24162. /* Sidebar Menu */
  24163. .ui.sidebar {
  24164. position: fixed;
  24165. top: 0;
  24166. left: 0;
  24167. -webkit-backface-visibility: hidden;
  24168. backface-visibility: hidden;
  24169. -webkit-transition: none;
  24170. transition: none;
  24171. will-change: transform;
  24172. -webkit-transform: translate3d(0, 0, 0);
  24173. transform: translate3d(0, 0, 0);
  24174. visibility: hidden;
  24175. -webkit-overflow-scrolling: touch;
  24176. height: 100% !important;
  24177. max-height: 100%;
  24178. border-radius: 0em !important;
  24179. margin: 0em !important;
  24180. overflow-y: auto !important;
  24181. z-index: 102;
  24182. }
  24183. /* GPU Layers for Child Elements */
  24184. .ui.sidebar > * {
  24185. -webkit-backface-visibility: hidden;
  24186. backface-visibility: hidden;
  24187. -webkit-transform: rotateZ(0deg);
  24188. transform: rotateZ(0deg);
  24189. }
  24190. /*--------------
  24191. Direction
  24192. ---------------*/
  24193. .ui.left.sidebar {
  24194. right: auto;
  24195. left: 0px;
  24196. -webkit-transform: translate3d(-100%, 0, 0);
  24197. transform: translate3d(-100%, 0, 0);
  24198. }
  24199. .ui.right.sidebar {
  24200. right: 0px !important;
  24201. left: auto !important;
  24202. -webkit-transform: translate3d(100%, 0%, 0);
  24203. transform: translate3d(100%, 0%, 0);
  24204. }
  24205. .ui.top.sidebar,
  24206. .ui.bottom.sidebar {
  24207. width: 100% !important;
  24208. height: auto !important;
  24209. }
  24210. .ui.top.sidebar {
  24211. top: 0px !important;
  24212. bottom: auto !important;
  24213. -webkit-transform: translate3d(0, -100%, 0);
  24214. transform: translate3d(0, -100%, 0);
  24215. }
  24216. .ui.bottom.sidebar {
  24217. top: auto !important;
  24218. bottom: 0px !important;
  24219. -webkit-transform: translate3d(0, 100%, 0);
  24220. transform: translate3d(0, 100%, 0);
  24221. }
  24222. /*--------------
  24223. Pushable
  24224. ---------------*/
  24225. .pushable {
  24226. height: 100%;
  24227. overflow-x: hidden;
  24228. padding: 0em !important;
  24229. }
  24230. /* Whole Page */
  24231. body.pushable {
  24232. background: #545454 !important;
  24233. }
  24234. /* Page Context */
  24235. .pushable:not(body) {
  24236. -webkit-transform: translate3d(0, 0, 0);
  24237. transform: translate3d(0, 0, 0);
  24238. }
  24239. .pushable:not(body) > .ui.sidebar,
  24240. .pushable:not(body) > .fixed,
  24241. .pushable:not(body) > .pusher:after {
  24242. position: absolute;
  24243. }
  24244. /*--------------
  24245. Fixed
  24246. ---------------*/
  24247. .pushable > .fixed {
  24248. position: fixed;
  24249. -webkit-backface-visibility: hidden;
  24250. backface-visibility: hidden;
  24251. -webkit-transition: -webkit-transform 500ms ease;
  24252. transition: transform 500ms ease;
  24253. will-change: transform;
  24254. z-index: 101;
  24255. }
  24256. /*--------------
  24257. Page
  24258. ---------------*/
  24259. .pushable > .pusher {
  24260. position: relative;
  24261. -webkit-backface-visibility: hidden;
  24262. backface-visibility: hidden;
  24263. overflow: hidden;
  24264. min-height: 100%;
  24265. -webkit-transition: -webkit-transform 500ms ease;
  24266. transition: transform 500ms ease;
  24267. z-index: 2;
  24268. }
  24269. body.pushable > .pusher {
  24270. background: #FFFFFF;
  24271. }
  24272. /* Pusher should inherit background from context */
  24273. .pushable > .pusher {
  24274. background: inherit;
  24275. }
  24276. /*--------------
  24277. Dimmer
  24278. ---------------*/
  24279. .pushable > .pusher:after {
  24280. position: fixed;
  24281. top: 0px;
  24282. right: 0px;
  24283. content: '';
  24284. background-color: rgba(0, 0, 0, 0.4);
  24285. overflow: hidden;
  24286. opacity: 0;
  24287. -webkit-transition: opacity 500ms;
  24288. transition: opacity 500ms;
  24289. will-change: opacity;
  24290. z-index: 1000;
  24291. }
  24292. /*--------------
  24293. Coupling
  24294. ---------------*/
  24295. .ui.sidebar.menu .item {
  24296. border-radius: 0em !important;
  24297. }
  24298. /*******************************
  24299. States
  24300. *******************************/
  24301. /*--------------
  24302. Dimmed
  24303. ---------------*/
  24304. .pushable > .pusher.dimmed:after {
  24305. width: 100% !important;
  24306. height: 100% !important;
  24307. opacity: 1 !important;
  24308. }
  24309. /*--------------
  24310. Animating
  24311. ---------------*/
  24312. .ui.animating.sidebar {
  24313. visibility: visible;
  24314. }
  24315. /*--------------
  24316. Visible
  24317. ---------------*/
  24318. .ui.visible.sidebar {
  24319. visibility: visible;
  24320. -webkit-transform: translate3d(0, 0, 0);
  24321. transform: translate3d(0, 0, 0);
  24322. }
  24323. /* Shadow Direction */
  24324. .ui.left.visible.sidebar,
  24325. .ui.right.visible.sidebar {
  24326. box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
  24327. }
  24328. .ui.top.visible.sidebar,
  24329. .ui.bottom.visible.sidebar {
  24330. box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
  24331. }
  24332. /* Visible On Load */
  24333. .ui.visible.left.sidebar ~ .fixed,
  24334. .ui.visible.left.sidebar ~ .pusher {
  24335. -webkit-transform: translate3d(260px, 0, 0);
  24336. transform: translate3d(260px, 0, 0);
  24337. }
  24338. .ui.visible.right.sidebar ~ .fixed,
  24339. .ui.visible.right.sidebar ~ .pusher {
  24340. -webkit-transform: translate3d(-260px, 0, 0);
  24341. transform: translate3d(-260px, 0, 0);
  24342. }
  24343. .ui.visible.top.sidebar ~ .fixed,
  24344. .ui.visible.top.sidebar ~ .pusher {
  24345. -webkit-transform: translate3d(0, 36px, 0);
  24346. transform: translate3d(0, 36px, 0);
  24347. }
  24348. .ui.visible.bottom.sidebar ~ .fixed,
  24349. .ui.visible.bottom.sidebar ~ .pusher {
  24350. -webkit-transform: translate3d(0, -36px, 0);
  24351. transform: translate3d(0, -36px, 0);
  24352. }
  24353. /* opposite sides visible forces content overlay */
  24354. .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
  24355. .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
  24356. .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
  24357. .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  24358. -webkit-transform: translate3d(0, 0, 0);
  24359. transform: translate3d(0, 0, 0);
  24360. }
  24361. /*--------------
  24362. iOS
  24363. ---------------*/
  24364. /*
  24365. iOS incorrectly sizes document when content
  24366. is presented outside of view with 2Dtranslate
  24367. */
  24368. html.ios {
  24369. overflow-x: hidden;
  24370. -webkit-overflow-scrolling: touch;
  24371. }
  24372. html.ios,
  24373. html.ios body {
  24374. height: initial !important;
  24375. }
  24376. /*******************************
  24377. Variations
  24378. *******************************/
  24379. /*--------------
  24380. Width
  24381. ---------------*/
  24382. /* Left / Right */
  24383. .ui[class*="very thin"].left.sidebar,
  24384. .ui[class*="very thin"].right.sidebar {
  24385. width: 60px;
  24386. }
  24387. .ui.thin.left.sidebar,
  24388. .ui.thin.right.sidebar {
  24389. width: 150px;
  24390. }
  24391. .ui.left.sidebar,
  24392. .ui.right.sidebar {
  24393. width: 260px;
  24394. }
  24395. .ui.wide.left.sidebar,
  24396. .ui.wide.right.sidebar {
  24397. width: 350px;
  24398. }
  24399. .ui[class*="very wide"].left.sidebar,
  24400. .ui[class*="very wide"].right.sidebar {
  24401. width: 475px;
  24402. }
  24403. /* Left Visible */
  24404. .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
  24405. .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
  24406. -webkit-transform: translate3d(60px, 0, 0);
  24407. transform: translate3d(60px, 0, 0);
  24408. }
  24409. .ui.visible.thin.left.sidebar ~ .fixed,
  24410. .ui.visible.thin.left.sidebar ~ .pusher {
  24411. -webkit-transform: translate3d(150px, 0, 0);
  24412. transform: translate3d(150px, 0, 0);
  24413. }
  24414. .ui.visible.wide.left.sidebar ~ .fixed,
  24415. .ui.visible.wide.left.sidebar ~ .pusher {
  24416. -webkit-transform: translate3d(350px, 0, 0);
  24417. transform: translate3d(350px, 0, 0);
  24418. }
  24419. .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
  24420. .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
  24421. -webkit-transform: translate3d(475px, 0, 0);
  24422. transform: translate3d(475px, 0, 0);
  24423. }
  24424. /* Right Visible */
  24425. .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
  24426. .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
  24427. -webkit-transform: translate3d(-60px, 0, 0);
  24428. transform: translate3d(-60px, 0, 0);
  24429. }
  24430. .ui.visible.thin.right.sidebar ~ .fixed,
  24431. .ui.visible.thin.right.sidebar ~ .pusher {
  24432. -webkit-transform: translate3d(-150px, 0, 0);
  24433. transform: translate3d(-150px, 0, 0);
  24434. }
  24435. .ui.visible.wide.right.sidebar ~ .fixed,
  24436. .ui.visible.wide.right.sidebar ~ .pusher {
  24437. -webkit-transform: translate3d(-350px, 0, 0);
  24438. transform: translate3d(-350px, 0, 0);
  24439. }
  24440. .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
  24441. .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
  24442. -webkit-transform: translate3d(-475px, 0, 0);
  24443. transform: translate3d(-475px, 0, 0);
  24444. }
  24445. /*******************************
  24446. Animations
  24447. *******************************/
  24448. /*--------------
  24449. Overlay
  24450. ---------------*/
  24451. /* Set-up */
  24452. .ui.overlay.sidebar {
  24453. z-index: 102;
  24454. }
  24455. /* Initial */
  24456. .ui.left.overlay.sidebar {
  24457. -webkit-transform: translate3d(-100%, 0%, 0);
  24458. transform: translate3d(-100%, 0%, 0);
  24459. }
  24460. .ui.right.overlay.sidebar {
  24461. -webkit-transform: translate3d(100%, 0%, 0);
  24462. transform: translate3d(100%, 0%, 0);
  24463. }
  24464. .ui.top.overlay.sidebar {
  24465. -webkit-transform: translate3d(0%, -100%, 0);
  24466. transform: translate3d(0%, -100%, 0);
  24467. }
  24468. .ui.bottom.overlay.sidebar {
  24469. -webkit-transform: translate3d(0%, 100%, 0);
  24470. transform: translate3d(0%, 100%, 0);
  24471. }
  24472. /* Animation */
  24473. .animating.ui.overlay.sidebar,
  24474. .ui.visible.overlay.sidebar {
  24475. -webkit-transition: -webkit-transform 500ms ease;
  24476. transition: transform 500ms ease;
  24477. }
  24478. /* End - Sidebar */
  24479. .ui.visible.left.overlay.sidebar {
  24480. -webkit-transform: translate3d(0%, 0%, 0);
  24481. transform: translate3d(0%, 0%, 0);
  24482. }
  24483. .ui.visible.right.overlay.sidebar {
  24484. -webkit-transform: translate3d(0%, 0%, 0);
  24485. transform: translate3d(0%, 0%, 0);
  24486. }
  24487. .ui.visible.top.overlay.sidebar {
  24488. -webkit-transform: translate3d(0%, 0%, 0);
  24489. transform: translate3d(0%, 0%, 0);
  24490. }
  24491. .ui.visible.bottom.overlay.sidebar {
  24492. -webkit-transform: translate3d(0%, 0%, 0);
  24493. transform: translate3d(0%, 0%, 0);
  24494. }
  24495. /* End - Pusher */
  24496. .ui.visible.overlay.sidebar ~ .fixed,
  24497. .ui.visible.overlay.sidebar ~ .pusher {
  24498. -webkit-transform: none !important;
  24499. transform: none !important;
  24500. }
  24501. /*--------------
  24502. Push
  24503. ---------------*/
  24504. /* Initial */
  24505. .ui.push.sidebar {
  24506. -webkit-transition: -webkit-transform 500ms ease;
  24507. transition: transform 500ms ease;
  24508. z-index: 102;
  24509. }
  24510. /* Sidebar - Initial */
  24511. .ui.left.push.sidebar {
  24512. -webkit-transform: translate3d(-100%, 0, 0);
  24513. transform: translate3d(-100%, 0, 0);
  24514. }
  24515. .ui.right.push.sidebar {
  24516. -webkit-transform: translate3d(100%, 0, 0);
  24517. transform: translate3d(100%, 0, 0);
  24518. }
  24519. .ui.top.push.sidebar {
  24520. -webkit-transform: translate3d(0%, -100%, 0);
  24521. transform: translate3d(0%, -100%, 0);
  24522. }
  24523. .ui.bottom.push.sidebar {
  24524. -webkit-transform: translate3d(0%, 100%, 0);
  24525. transform: translate3d(0%, 100%, 0);
  24526. }
  24527. /* End */
  24528. .ui.visible.push.sidebar {
  24529. -webkit-transform: translate3d(0%, 0, 0);
  24530. transform: translate3d(0%, 0, 0);
  24531. }
  24532. /*--------------
  24533. Uncover
  24534. ---------------*/
  24535. /* Initial */
  24536. .ui.uncover.sidebar {
  24537. -webkit-transform: translate3d(0, 0, 0);
  24538. transform: translate3d(0, 0, 0);
  24539. z-index: 1;
  24540. }
  24541. /* End */
  24542. .ui.visible.uncover.sidebar {
  24543. -webkit-transform: translate3d(0, 0, 0);
  24544. transform: translate3d(0, 0, 0);
  24545. -webkit-transition: -webkit-transform 500ms ease;
  24546. transition: transform 500ms ease;
  24547. }
  24548. /*--------------
  24549. Slide Along
  24550. ---------------*/
  24551. /* Initial */
  24552. .ui.slide.along.sidebar {
  24553. z-index: 1;
  24554. }
  24555. /* Sidebar - Initial */
  24556. .ui.left.slide.along.sidebar {
  24557. -webkit-transform: translate3d(-50%, 0, 0);
  24558. transform: translate3d(-50%, 0, 0);
  24559. }
  24560. .ui.right.slide.along.sidebar {
  24561. -webkit-transform: translate3d(50%, 0, 0);
  24562. transform: translate3d(50%, 0, 0);
  24563. }
  24564. .ui.top.slide.along.sidebar {
  24565. -webkit-transform: translate3d(0, -50%, 0);
  24566. transform: translate3d(0, -50%, 0);
  24567. }
  24568. .ui.bottom.slide.along.sidebar {
  24569. -webkit-transform: translate3d(0%, 50%, 0);
  24570. transform: translate3d(0%, 50%, 0);
  24571. }
  24572. /* Animation */
  24573. .ui.animating.slide.along.sidebar {
  24574. -webkit-transition: -webkit-transform 500ms ease;
  24575. transition: transform 500ms ease;
  24576. }
  24577. /* End */
  24578. .ui.visible.slide.along.sidebar {
  24579. -webkit-transform: translate3d(0%, 0, 0);
  24580. transform: translate3d(0%, 0, 0);
  24581. }
  24582. /*--------------
  24583. Slide Out
  24584. ---------------*/
  24585. /* Initial */
  24586. .ui.slide.out.sidebar {
  24587. z-index: 1;
  24588. }
  24589. /* Sidebar - Initial */
  24590. .ui.left.slide.out.sidebar {
  24591. -webkit-transform: translate3d(50%, 0, 0);
  24592. transform: translate3d(50%, 0, 0);
  24593. }
  24594. .ui.right.slide.out.sidebar {
  24595. -webkit-transform: translate3d(-50%, 0, 0);
  24596. transform: translate3d(-50%, 0, 0);
  24597. }
  24598. .ui.top.slide.out.sidebar {
  24599. -webkit-transform: translate3d(0%, 50%, 0);
  24600. transform: translate3d(0%, 50%, 0);
  24601. }
  24602. .ui.bottom.slide.out.sidebar {
  24603. -webkit-transform: translate3d(0%, -50%, 0);
  24604. transform: translate3d(0%, -50%, 0);
  24605. }
  24606. /* Animation */
  24607. .ui.animating.slide.out.sidebar {
  24608. -webkit-transition: -webkit-transform 500ms ease;
  24609. transition: transform 500ms ease;
  24610. }
  24611. /* End */
  24612. .ui.visible.slide.out.sidebar {
  24613. -webkit-transform: translate3d(0%, 0, 0);
  24614. transform: translate3d(0%, 0, 0);
  24615. }
  24616. /*--------------
  24617. Scale Down
  24618. ---------------*/
  24619. /* Initial */
  24620. .ui.scale.down.sidebar {
  24621. -webkit-transition: -webkit-transform 500ms ease;
  24622. transition: transform 500ms ease;
  24623. z-index: 102;
  24624. }
  24625. /* Sidebar - Initial */
  24626. .ui.left.scale.down.sidebar {
  24627. -webkit-transform: translate3d(-100%, 0, 0);
  24628. transform: translate3d(-100%, 0, 0);
  24629. }
  24630. .ui.right.scale.down.sidebar {
  24631. -webkit-transform: translate3d(100%, 0, 0);
  24632. transform: translate3d(100%, 0, 0);
  24633. }
  24634. .ui.top.scale.down.sidebar {
  24635. -webkit-transform: translate3d(0%, -100%, 0);
  24636. transform: translate3d(0%, -100%, 0);
  24637. }
  24638. .ui.bottom.scale.down.sidebar {
  24639. -webkit-transform: translate3d(0%, 100%, 0);
  24640. transform: translate3d(0%, 100%, 0);
  24641. }
  24642. /* Pusher - Initial */
  24643. .ui.scale.down.left.sidebar ~ .pusher {
  24644. -webkit-transform-origin: 75% 50%;
  24645. transform-origin: 75% 50%;
  24646. }
  24647. .ui.scale.down.right.sidebar ~ .pusher {
  24648. -webkit-transform-origin: 25% 50%;
  24649. transform-origin: 25% 50%;
  24650. }
  24651. .ui.scale.down.top.sidebar ~ .pusher {
  24652. -webkit-transform-origin: 50% 75%;
  24653. transform-origin: 50% 75%;
  24654. }
  24655. .ui.scale.down.bottom.sidebar ~ .pusher {
  24656. -webkit-transform-origin: 50% 25%;
  24657. transform-origin: 50% 25%;
  24658. }
  24659. /* Animation */
  24660. .ui.animating.scale.down > .visible.ui.sidebar {
  24661. -webkit-transition: -webkit-transform 500ms ease;
  24662. transition: transform 500ms ease;
  24663. }
  24664. .ui.visible.scale.down.sidebar ~ .pusher,
  24665. .ui.animating.scale.down.sidebar ~ .pusher {
  24666. display: block !important;
  24667. width: 100%;
  24668. height: 100%;
  24669. overflow: hidden !important;
  24670. }
  24671. /* End */
  24672. .ui.visible.scale.down.sidebar {
  24673. -webkit-transform: translate3d(0, 0, 0);
  24674. transform: translate3d(0, 0, 0);
  24675. }
  24676. .ui.visible.scale.down.sidebar ~ .pusher {
  24677. -webkit-transform: scale(0.75);
  24678. transform: scale(0.75);
  24679. }
  24680. /*******************************
  24681. Site Overrides
  24682. *******************************/
  24683. /*!
  24684. * # Semantic UI 2.1.6 - Sticky
  24685. * http://github.com/semantic-org/semantic-ui/
  24686. *
  24687. *
  24688. * Copyright 2015 Contributors
  24689. * Released under the MIT license
  24690. * http://opensource.org/licenses/MIT
  24691. *
  24692. */
  24693. /*******************************
  24694. Sticky
  24695. *******************************/
  24696. .ui.sticky {
  24697. position: static;
  24698. -webkit-transition: none;
  24699. transition: none;
  24700. z-index: 800;
  24701. }
  24702. /*******************************
  24703. States
  24704. *******************************/
  24705. /* Bound */
  24706. .ui.sticky.bound {
  24707. position: absolute;
  24708. left: auto;
  24709. right: auto;
  24710. }
  24711. /* Fixed */
  24712. .ui.sticky.fixed {
  24713. position: fixed;
  24714. left: auto;
  24715. right: auto;
  24716. }
  24717. /* Bound/Fixed Position */
  24718. .ui.sticky.bound.top,
  24719. .ui.sticky.fixed.top {
  24720. top: 0px;
  24721. bottom: auto;
  24722. }
  24723. .ui.sticky.bound.bottom,
  24724. .ui.sticky.fixed.bottom {
  24725. top: auto;
  24726. bottom: 0px;
  24727. }
  24728. /*******************************
  24729. Types
  24730. *******************************/
  24731. .ui.native.sticky {
  24732. position: -webkit-sticky;
  24733. position: -moz-sticky;
  24734. position: -ms-sticky;
  24735. position: -o-sticky;
  24736. position: sticky;
  24737. }
  24738. /*******************************
  24739. Site Overrides
  24740. *******************************/
  24741. /*!
  24742. * # Semantic UI 2.1.6 - Tab
  24743. * http://github.com/semantic-org/semantic-ui/
  24744. *
  24745. *
  24746. * Copyright 2015 Contributors
  24747. * Released under the MIT license
  24748. * http://opensource.org/licenses/MIT
  24749. *
  24750. */
  24751. /*******************************
  24752. UI Tabs
  24753. *******************************/
  24754. .ui.tab {
  24755. display: none;
  24756. }
  24757. /*******************************
  24758. States
  24759. *******************************/
  24760. /*--------------------
  24761. Active
  24762. ---------------------*/
  24763. .ui.tab.active,
  24764. .ui.tab.open {
  24765. display: block;
  24766. }
  24767. /*--------------------
  24768. Loading
  24769. ---------------------*/
  24770. .ui.tab.loading {
  24771. position: relative;
  24772. overflow: hidden;
  24773. display: block;
  24774. min-height: 250px;
  24775. }
  24776. .ui.tab.loading * {
  24777. position: relative !important;
  24778. left: -10000px !important;
  24779. }
  24780. .ui.tab.loading:before,
  24781. .ui.tab.loading.segment:before {
  24782. position: absolute;
  24783. content: '';
  24784. top: 100px;
  24785. left: 50%;
  24786. margin: -1.25em 0em 0em -1.25em;
  24787. width: 2.5em;
  24788. height: 2.5em;
  24789. border-radius: 500rem;
  24790. border: 0.2em solid rgba(0, 0, 0, 0.1);
  24791. }
  24792. .ui.tab.loading:after,
  24793. .ui.tab.loading.segment:after {
  24794. position: absolute;
  24795. content: '';
  24796. top: 100px;
  24797. left: 50%;
  24798. margin: -1.25em 0em 0em -1.25em;
  24799. width: 2.5em;
  24800. height: 2.5em;
  24801. -webkit-animation: button-spin 0.6s linear;
  24802. animation: button-spin 0.6s linear;
  24803. -webkit-animation-iteration-count: infinite;
  24804. animation-iteration-count: infinite;
  24805. border-radius: 500rem;
  24806. border-color: #767676 transparent transparent;
  24807. border-style: solid;
  24808. border-width: 0.2em;
  24809. box-shadow: 0px 0px 0px 1px transparent;
  24810. }
  24811. /*******************************
  24812. User Overrides
  24813. *******************************/
  24814. /*!
  24815. * # Semantic UI 2.1.6 - Transition
  24816. * http://github.com/semantic-org/semantic-ui/
  24817. *
  24818. *
  24819. * Copyright 2015 Contributors
  24820. * Released under the MIT license
  24821. * http://opensource.org/licenses/MIT
  24822. *
  24823. */
  24824. /*******************************
  24825. Transitions
  24826. *******************************/
  24827. .transition {
  24828. -webkit-animation-iteration-count: 1;
  24829. animation-iteration-count: 1;
  24830. -webkit-animation-duration: 300ms;
  24831. animation-duration: 300ms;
  24832. -webkit-animation-timing-function: ease;
  24833. animation-timing-function: ease;
  24834. -webkit-animation-fill-mode: both;
  24835. animation-fill-mode: both;
  24836. }
  24837. /*******************************
  24838. States
  24839. *******************************/
  24840. /* Animating */
  24841. .animating.transition {
  24842. -webkit-backface-visibility: hidden;
  24843. backface-visibility: hidden;
  24844. visibility: visible !important;
  24845. }
  24846. /* Loading */
  24847. .loading.transition {
  24848. position: absolute;
  24849. top: -99999px;
  24850. left: -99999px;
  24851. }
  24852. /* Hidden */
  24853. .hidden.transition {
  24854. display: none;
  24855. visibility: hidden;
  24856. }
  24857. /* Visible */
  24858. .visible.transition {
  24859. display: block !important;
  24860. visibility: visible !important;
  24861. /* backface-visibility: @backfaceVisibility;
  24862. transform: @use3DAcceleration;*/
  24863. }
  24864. /* Disabled */
  24865. .disabled.transition {
  24866. -webkit-animation-play-state: paused;
  24867. animation-play-state: paused;
  24868. }
  24869. /*******************************
  24870. Variations
  24871. *******************************/
  24872. .looping.transition {
  24873. -webkit-animation-iteration-count: infinite;
  24874. animation-iteration-count: infinite;
  24875. }
  24876. /*******************************
  24877. Site Overrides
  24878. *******************************/