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.

2267 lines
60 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*
  2. * # Semantic - Button
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. /*
  15. */
  16. /*******************************
  17. Folders
  18. *******************************/
  19. /* Path to theme packages */
  20. /* Path to site override folder */
  21. /*******************************
  22. Themes
  23. *******************************/
  24. /* To override a theme for an individual element
  25. specify theme name below
  26. Be sure to update the user folder name (see README)
  27. */
  28. /* Global */
  29. /* Elements */
  30. /* Collections */
  31. /* Modules */
  32. /* Views */
  33. /*******************************
  34. Import Directives
  35. *******************************/
  36. /*------------------
  37. Load Default
  38. -------------------*/
  39. /*******************************
  40. Site Settings
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Fonts
  47. --------------------*/
  48. /*-------------------
  49. Site Colors
  50. --------------------*/
  51. /*--- Colors ---*/
  52. /*--- Light Colors ---*/
  53. /*-------------------
  54. Page
  55. --------------------*/
  56. /*-------------------
  57. Background Colors
  58. --------------------*/
  59. /* Used for differentiating neutrals */
  60. /* Used for differentiating layers */
  61. /*-------------------
  62. Grid
  63. --------------------*/
  64. /*-------------------
  65. Breakpoints
  66. --------------------*/
  67. /*******************************
  68. Power-User
  69. *******************************/
  70. /*-------------------
  71. Icons
  72. --------------------*/
  73. /* Max Width of Icon */
  74. /*-------------------
  75. Easing
  76. --------------------*/
  77. /*--- Neutrals ---*/
  78. /*--- Colored Backgrounds ---*/
  79. /*--- Colored Text ---*/
  80. /*--- Colored Headers ---*/
  81. /*-------------------
  82. Emotive Colors
  83. --------------------*/
  84. /* Mood */
  85. /* Solid Background Color */
  86. /* Status */
  87. /* Darkened Headers */
  88. /*-------------------
  89. Neutral Text
  90. --------------------*/
  91. /*-------------------
  92. Brand Colors
  93. --------------------*/
  94. /*-------------------
  95. Grid Columns
  96. --------------------*/
  97. /*-------------------
  98. Borders
  99. --------------------*/
  100. /*-------------------
  101. Sizes
  102. --------------------*/
  103. /*-------------------
  104. Transitions
  105. --------------------*/
  106. /*******************************
  107. States
  108. *******************************/
  109. /*-------------------
  110. Disabled
  111. --------------------*/
  112. /*-------------------
  113. Hover
  114. --------------------*/
  115. /*--- Colors ---*/
  116. /*--- Emotive ---*/
  117. /*--- Neutrals ---*/
  118. /*-------------------
  119. Down (:active)
  120. --------------------*/
  121. /*--- Colors ---*/
  122. /*--- Emotive ---*/
  123. /*--- Neutrals ---*/
  124. /*-------------------
  125. Active
  126. --------------------*/
  127. /*--- Standard ---*/
  128. /*--- Emotive ---*/
  129. /*--- Neutrals ---*/
  130. /*******************************
  131. Button
  132. *******************************/
  133. /*-------------------
  134. Element
  135. --------------------*/
  136. /* Shadow */
  137. /* transitions */
  138. /* Padding */
  139. /* Icon */
  140. /* Loader */
  141. /*-------------------
  142. Group
  143. --------------------*/
  144. /*-------------------
  145. States
  146. --------------------*/
  147. /* Hovered */
  148. /* Focused */
  149. /* Pressed Down */
  150. /* Active */
  151. /* Active + Hovered */
  152. /* Loading */
  153. /*-------------------
  154. Types
  155. --------------------*/
  156. /* Or */
  157. /* Icon */
  158. /* Labeled Icon */
  159. /* Inverted */
  160. /* Basic */
  161. /* Basic Hover */
  162. /* Basic Down */
  163. /* Basic Active */
  164. /* Basic Inverted */
  165. /* Basic Group */
  166. /*-------------------
  167. Variations
  168. --------------------*/
  169. /* Colors */
  170. /* Compact */
  171. /* Attached */
  172. /* Floated */
  173. /* Animated */
  174. /* Sizing */
  175. /*------------------
  176. Load Theme
  177. -------------------*/
  178. /*------------------
  179. Load Site
  180. -------------------*/
  181. /*******************************
  182. User Global Variables
  183. *******************************/
  184. /*******************************
  185. User Variable Overrides
  186. *******************************/
  187. /*------------------
  188. Override Mix-in
  189. -------------------*/
  190. /*******************************
  191. Button
  192. *******************************/
  193. /* Prototype */
  194. .ui.button {
  195. cursor: pointer;
  196. display: inline-block;
  197. vertical-align: baseline;
  198. min-height: 1em;
  199. outline: none;
  200. border: none;
  201. background-color: #fafafa;
  202. color: rgba(0, 0, 0, 0.6);
  203. margin: 0em 0.25em 0em 0em;
  204. padding: 0.8em 1.5em 0.8em;
  205. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  206. text-transform: none;
  207. text-shadow: none;
  208. font-weight: bold;
  209. line-height: 1;
  210. font-style: normal;
  211. text-align: center;
  212. text-decoration: none;
  213. background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
  214. background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
  215. border-radius: 0.25em;
  216. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  217. -webkit-user-select: none;
  218. -moz-user-select: none;
  219. -ms-user-select: none;
  220. user-select: none;
  221. box-sizing: border-box;
  222. -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  223. transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  224. -webkit-tap-highlight-color: transparent;
  225. }
  226. /*******************************
  227. States
  228. *******************************/
  229. /*--------------
  230. Hover
  231. ---------------*/
  232. .ui.button:hover {
  233. background-color: '';
  234. background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13));
  235. background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13));
  236. color: rgba(0, 0, 0, 0.8);
  237. }
  238. .ui.button:hover .icon {
  239. opacity: 0.85;
  240. }
  241. /*--------------
  242. Focus
  243. ---------------*/
  244. .ui.button:focus {
  245. background-color: '';
  246. background-image: '';
  247. box-shadow: 0px 0px 1px rgba(81, 167, 232, 0.8) inset, 0px 0px 3px 2px rgba(81, 167, 232, 0.8);
  248. color: rgba(0, 0, 0, 0.8);
  249. }
  250. .ui.button:focus .icon {
  251. opacity: 0.85;
  252. }
  253. /*--------------
  254. Down
  255. ---------------*/
  256. .ui.button:active,
  257. .ui.active.button:active {
  258. background-color: #f1f1f1;
  259. background-image: '';
  260. color: rgba(0, 0, 0, 0.8);
  261. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
  262. }
  263. /*--------------
  264. Active
  265. ---------------*/
  266. .ui.active.button {
  267. background-color: #dadada;
  268. background-image: none;
  269. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
  270. color: rgba(0, 0, 0, 0.8);
  271. }
  272. .ui.button.active:hover {
  273. background-color: #dadada;
  274. background-image: none;
  275. color: rgba(0, 0, 0, 0.8);
  276. }
  277. .ui.button.active:active {
  278. background-color: #dadada;
  279. background-image: none;
  280. }
  281. /*--------------
  282. Loading
  283. ---------------*/
  284. .ui.loading.button {
  285. position: relative;
  286. cursor: default;
  287. background-color: #ffffff !important;
  288. text-shadow: none !important;
  289. color: transparent !important;
  290. -webkit-transition: all 0s linear;
  291. transition: all 0s linear;
  292. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  293. }
  294. .ui.loading.button:after {
  295. position: absolute;
  296. top: 0em;
  297. left: 0em;
  298. width: 100%;
  299. height: 100%;
  300. content: '';
  301. background: transparent url("../../themes/packages/default/assets/images/loader-mini.gif") no-repeat 50% 50%;
  302. }
  303. .ui.labeled.icon.loading.button .icon {
  304. background-color: transparent;
  305. box-shadow: none;
  306. }
  307. /*-------------------
  308. Disabled
  309. --------------------*/
  310. .ui.buttons .disabled.button,
  311. .ui.disabled.button,
  312. .ui.disabled.button:hover,
  313. .ui.disabled.button.active {
  314. cursor: default;
  315. background-color: #dcddde !important;
  316. color: rgba(0, 0, 0, 0.4) !important;
  317. opacity: 0.3 !important;
  318. background-image: none !important;
  319. box-shadow: none !important;
  320. pointer-events: none;
  321. }
  322. /*******************************
  323. Types
  324. *******************************/
  325. /*-------------------
  326. Animated
  327. --------------------*/
  328. .ui.animated.button {
  329. position: relative;
  330. overflow: hidden;
  331. padding-right: 0em;
  332. }
  333. .ui.animated.button .content {
  334. will-change: transform, opacity;
  335. }
  336. .ui.animated.button .visible.content {
  337. position: relative;
  338. margin-right: 1.5em;
  339. }
  340. .ui.animated.button .hidden.content {
  341. position: absolute;
  342. width: 100%;
  343. }
  344. /* Horizontal */
  345. .ui.animated.button .visible.content,
  346. .ui.animated.button .hidden.content {
  347. -webkit-transition: right 0.3s ease 0s;
  348. transition: right 0.3s ease 0s;
  349. }
  350. .ui.animated.button .visible.content {
  351. left: auto;
  352. right: 0%;
  353. }
  354. .ui.animated.button .hidden.content {
  355. top: 50%;
  356. left: auto;
  357. right: -100%;
  358. margin-top: -0.5em;
  359. }
  360. .ui.animated.button:hover .visible.content {
  361. left: auto;
  362. right: 200%;
  363. }
  364. .ui.animated.button:hover .hidden.content {
  365. left: auto;
  366. right: 0%;
  367. }
  368. /* Vertical */
  369. .ui.vertical.animated.button .visible.content,
  370. .ui.vertical.animated.button .hidden.content {
  371. -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  372. transition: top 0.3s ease, transform 0.3s ease;
  373. }
  374. .ui.vertical.animated.button .visible.content {
  375. -webkit-transform: translateY(0%);
  376. -ms-transform: translateY(0%);
  377. transform: translateY(0%);
  378. right: auto;
  379. }
  380. .ui.vertical.animated.button .hidden.content {
  381. top: -50%;
  382. left: 0%;
  383. right: auto;
  384. }
  385. .ui.vertical.animated.button:hover .visible.content {
  386. -webkit-transform: translateY(200%);
  387. -ms-transform: translateY(200%);
  388. transform: translateY(200%);
  389. right: auto;
  390. }
  391. .ui.vertical.animated.button:hover .hidden.content {
  392. top: 50%;
  393. right: auto;
  394. }
  395. /* Fade */
  396. .ui.fade.animated.button .visible.content,
  397. .ui.fade.animated.button .hidden.content {
  398. -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  399. transition: opacity 0.3s ease, transform 0.3s ease;
  400. }
  401. .ui.fade.animated.button .visible.content {
  402. left: auto;
  403. right: auto;
  404. opacity: 1;
  405. -webkit-transform: scale(1);
  406. -ms-transform: scale(1);
  407. transform: scale(1);
  408. }
  409. .ui.fade.animated.button .hidden.content {
  410. opacity: 0;
  411. left: 0%;
  412. right: auto;
  413. -webkit-transform: scale(1.5);
  414. -ms-transform: scale(1.5);
  415. transform: scale(1.5);
  416. }
  417. .ui.fade.animated.button:hover .visible.content {
  418. left: auto;
  419. right: auto;
  420. opacity: 0;
  421. -webkit-transform: scale(0.75);
  422. -ms-transform: scale(0.75);
  423. transform: scale(0.75);
  424. }
  425. .ui.fade.animated.button:hover .hidden.content {
  426. left: 0%;
  427. right: auto;
  428. opacity: 1;
  429. -webkit-transform: scale(1);
  430. -ms-transform: scale(1);
  431. transform: scale(1);
  432. }
  433. /*-------------------
  434. Inverted
  435. --------------------*/
  436. .ui.inverted.button {
  437. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  438. background: transparent none;
  439. color: #ffffff;
  440. text-shadow: none !important;
  441. }
  442. .ui.inverted.buttons .button {
  443. margin: 0px 0px 0px -2px;
  444. }
  445. .ui.inverted.buttons .button:first-child {
  446. margin-left: 0em;
  447. }
  448. .ui.inverted.vertical.buttons .button {
  449. margin: 0px 0px -2px 0px;
  450. }
  451. .ui.inverted.vertical.buttons .button:first-child {
  452. margin-top: 0em;
  453. }
  454. .ui.inverted.buttons .button:hover {
  455. position: relative;
  456. }
  457. .ui.inverted.button:hover {
  458. background: #ffffff;
  459. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  460. color: rgba(0, 0, 0, 0.8);
  461. }
  462. /*-------------------
  463. Social
  464. --------------------*/
  465. /* Facebook */
  466. .ui.facebook.button {
  467. background-color: #3b579d;
  468. color: #ffffff;
  469. text-shadow: none;
  470. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  471. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  472. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  473. }
  474. .ui.facebook.button:hover {
  475. background-color: #4565b7;
  476. color: #ffffff;
  477. text-shadow: none;
  478. }
  479. .ui.facebook.button:active {
  480. background-color: #314983;
  481. color: #ffffff;
  482. text-shadow: none;
  483. }
  484. /* Twitter */
  485. .ui.twitter.button {
  486. background-color: #4092cc;
  487. color: #ffffff;
  488. text-shadow: none;
  489. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  490. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  491. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  492. }
  493. .ui.twitter.button:hover {
  494. background-color: #5ca2d4;
  495. color: #ffffff;
  496. text-shadow: none;
  497. }
  498. .ui.twitter.button:active {
  499. background-color: #3180b7;
  500. color: #ffffff;
  501. text-shadow: none;
  502. }
  503. /* Google Plus */
  504. .ui.google.plus.button {
  505. background-color: #d34836;
  506. color: #ffffff;
  507. text-shadow: none;
  508. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  509. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  510. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  511. }
  512. .ui.google.plus.button:hover {
  513. background-color: #d96353;
  514. color: #ffffff;
  515. text-shadow: none;
  516. }
  517. .ui.google.plus.button:active {
  518. background-color: #bc3a29;
  519. color: #ffffff;
  520. text-shadow: none;
  521. }
  522. /* Linked In */
  523. .ui.linkedin.button {
  524. background-color: #1f88be;
  525. color: #ffffff;
  526. text-shadow: none;
  527. }
  528. .ui.linkedin.button:hover {
  529. background-color: #259edb;
  530. color: #ffffff;
  531. text-shadow: none;
  532. }
  533. .ui.linkedin.button:active {
  534. background-color: #1a729f;
  535. color: #ffffff;
  536. text-shadow: none;
  537. }
  538. /* YouTube */
  539. .ui.youtube.button {
  540. background-color: #cc181e;
  541. color: #ffffff;
  542. text-shadow: none;
  543. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  544. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  545. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  546. }
  547. .ui.youtube.button:hover {
  548. background-color: #e52329;
  549. color: #ffffff;
  550. text-shadow: none;
  551. }
  552. .ui.youtube.button:active {
  553. background-color: #ac1419;
  554. color: #ffffff;
  555. text-shadow: none;
  556. }
  557. /* Instagram */
  558. .ui.instagram.button {
  559. background-color: #49769c;
  560. color: #ffffff;
  561. text-shadow: none;
  562. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  563. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  564. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  565. }
  566. .ui.instagram.button:hover {
  567. background-color: #5888b1;
  568. color: #ffffff;
  569. text-shadow: none;
  570. }
  571. .ui.instagram.button:active {
  572. background-color: #3e6484;
  573. color: #ffffff;
  574. text-shadow: none;
  575. }
  576. /* Pinterest */
  577. .ui.pinterest.button {
  578. background-color: #00aced;
  579. color: #ffffff;
  580. text-shadow: none;
  581. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  582. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  583. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  584. }
  585. .ui.pinterest.button:hover {
  586. background-color: #12beff;
  587. color: #ffffff;
  588. text-shadow: none;
  589. }
  590. .ui.pinterest.button:active {
  591. background-color: #0092c9;
  592. color: #ffffff;
  593. text-shadow: none;
  594. }
  595. /* VK */
  596. .ui.vk.button {
  597. background-color: #4D7198;
  598. color: #ffffff;
  599. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  600. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  601. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  602. }
  603. .ui.vk.button:hover {
  604. background-color: #5c83ad;
  605. color: #ffffff;
  606. }
  607. .ui.vk.button:active {
  608. background-color: #415f80;
  609. color: #ffffff;
  610. }
  611. /*--------------
  612. Icon
  613. ---------------*/
  614. .ui.button > .icon {
  615. opacity: 0.8;
  616. margin: 0em 0.4em 0em -0.2em;
  617. -webkit-transition: opacity 0.25s ease;
  618. transition: opacity 0.25s ease;
  619. vertical-align: baseline;
  620. }
  621. .ui.button > .right.icon {
  622. margin: 0em -0.2em 0em 0.4em;
  623. }
  624. /*******************************
  625. Variations
  626. *******************************/
  627. /*-------------------
  628. Floated
  629. --------------------*/
  630. .ui[class*="left floated"].buttons,
  631. .ui[class*="left floated"].button {
  632. float: left;
  633. margin-left: 0em;
  634. margin-right: 0.25em;
  635. }
  636. .ui[class*="right floated"].buttons,
  637. .ui[class*="right floated"].button {
  638. float: right;
  639. margin-right: 0em;
  640. margin-left: 0.25em;
  641. }
  642. /*-------------------
  643. Compact
  644. --------------------*/
  645. .ui.compact.buttons .button,
  646. .ui.compact.button {
  647. padding: 0.6em 1.125em 0.6em;
  648. }
  649. .ui.compact.icon.buttons .button,
  650. .ui.compact.icon.button {
  651. padding: 0.6em 0.6em 0.6em;
  652. }
  653. .ui.compact.labeled.icon.buttons .button,
  654. .ui.compact.labeled.icon.button {
  655. padding: 0.6em 3.725em 0.6em;
  656. }
  657. /*-------------------
  658. Sizes
  659. --------------------*/
  660. .ui.mini.buttons .button,
  661. .ui.mini.buttons .or,
  662. .ui.mini.button {
  663. font-size: 0.7rem;
  664. }
  665. .ui.tiny.buttons .button,
  666. .ui.tiny.buttons .or,
  667. .ui.tiny.button {
  668. font-size: 0.8rem;
  669. }
  670. .ui.small.buttons .button,
  671. .ui.small.buttons .or,
  672. .ui.small.button {
  673. font-size: 0.875rem;
  674. }
  675. .ui.buttons .button,
  676. .ui.button {
  677. font-size: 1rem;
  678. }
  679. .ui.large.buttons .button,
  680. .ui.large.buttons .or,
  681. .ui.large.button {
  682. font-size: 1.125rem;
  683. }
  684. .ui.big.buttons .button,
  685. .ui.big.buttons .or,
  686. .ui.big.button {
  687. font-size: 1.25rem;
  688. }
  689. .ui.huge.buttons .button,
  690. .ui.huge.buttons .or,
  691. .ui.huge.button {
  692. font-size: 1.375rem;
  693. }
  694. .ui.massive.buttons .button,
  695. .ui.massive.buttons .or,
  696. .ui.massive.button {
  697. font-size: 1.5rem;
  698. }
  699. /* Loading Resize */
  700. .ui.huge.loading.button:after,
  701. .ui.huge.loading.button.active:after {
  702. background-image: url("../../themes/packages/default/assets/images/loader-small.gif");
  703. }
  704. .ui.massive.buttons .loading.button:after,
  705. .ui.gigantic.buttons .loading.button:after,
  706. .ui.massive.loading.button:after,
  707. .ui.gigantic.loading.button:after,
  708. .ui.massive.buttons .loading.button.active:after,
  709. .ui.gigantic.buttons .loading.button.active:after,
  710. .ui.massive.loading.button.active:after,
  711. .ui.gigantic.loading.button.active:after {
  712. background-image: url("../../themes/packages/default/assets/images/loader-medium.gif");
  713. }
  714. /*--------------
  715. Icon Only
  716. ---------------*/
  717. .ui.icon.buttons .button,
  718. .ui.icon.button {
  719. padding: 0.8em 0.8em 0.8em;
  720. }
  721. .ui.icon.buttons .button > .icon,
  722. .ui.icon.button > .icon {
  723. opacity: 0.9;
  724. margin: 0em;
  725. vertical-align: top;
  726. }
  727. .ui.icon.buttons .button > .icon,
  728. .ui.icon.button > .icon {
  729. height: 0em;
  730. }
  731. /*-------------------
  732. Basic
  733. --------------------*/
  734. .ui.basic.buttons .button,
  735. .ui.basic.button {
  736. background: transparent !important;
  737. background-image: none;
  738. color: rgba(0, 0, 0, 0.6) !important;
  739. font-weight: normal;
  740. border-radius: 0.25em;
  741. text-transform: none;
  742. text-shadow: none !important;
  743. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  744. }
  745. .ui.basic.buttons .button:not(.compact),
  746. .ui.basic.button:not(.compact) {
  747. padding: 0.8em 1.5em;
  748. }
  749. .ui.basic.buttons {
  750. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  751. border-radius: 0.25em;
  752. }
  753. .ui.basic.buttons .button {
  754. border-radius: 0em;
  755. }
  756. .ui.basic.buttons .button:hover,
  757. .ui.basic.button:hover {
  758. background: #fafafa !important;
  759. color: rgba(0, 0, 0, 0.8) !important;
  760. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  761. }
  762. .ui.basic.buttons .button:active,
  763. .ui.basic.button:active {
  764. background: #f8f8f8 !important;
  765. color: rgba(0, 0, 0, 0.8) !important;
  766. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
  767. }
  768. .ui.basic.buttons .button.active,
  769. .ui.basic.button.active {
  770. background: rgba(0, 0, 0, 0.05) !important;
  771. color: rgba(0, 0, 0, 0.8);
  772. box-shadow: rgba(0, 0, 0, 0.2);
  773. }
  774. .ui.basic.buttons .button.active:hover,
  775. .ui.basic.button.active:hover {
  776. background-color: rgba(0, 0, 0, 0.05);
  777. }
  778. /* Vertical */
  779. .ui.basic.buttons .button:hover {
  780. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset inset;
  781. }
  782. .ui.basic.buttons .button:active {
  783. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.1) inset inset;
  784. }
  785. .ui.basic.buttons .button.active {
  786. box-shadow: rgba(0, 0, 0, 0.2) inset;
  787. }
  788. /* Standard Basic Inverted */
  789. .ui.basic.inverted.buttons .button,
  790. .ui.basic.inverted.button {
  791. background-color: transparent !important;
  792. color: #fafafa !important;
  793. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  794. }
  795. .ui.basic.inverted.buttons .button:hover,
  796. .ui.basic.inverted.button:hover {
  797. color: #ffffff !important;
  798. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  799. }
  800. .ui.basic.inverted.buttons .button:active,
  801. .ui.basic.inverted.button:active {
  802. background-color: rgba(255, 255, 255, 0.05) !important;
  803. color: #ffffff !important;
  804. box-shadow: 0px 0px 0px 2px #cccccc inset !important;
  805. }
  806. .ui.basic.inverted.buttons .button.active,
  807. .ui.basic.inverted.button.active {
  808. background-color: rgba(255, 255, 255, 0.05);
  809. color: #ffffff;
  810. text-shadow: none;
  811. box-shadow: 0px 0px 0px 2px #dadada inset;
  812. }
  813. .ui.basic.inverted.buttons .button.active:hover,
  814. .ui.basic.inverted.button.active:hover {
  815. background-color: rgba(255, 255, 255, 0.01);
  816. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  817. }
  818. /* Loading */
  819. .ui.basic.loading.button:after {
  820. background-color: #ffffff;
  821. border-radius: 0.25em;
  822. }
  823. /* Basic Group */
  824. .ui.basic.buttons .button {
  825. border-left: 1px solid rgba(0, 0, 0, 0.1);
  826. box-shadow: none;
  827. }
  828. .ui.basic.vertical.buttons .button {
  829. border-left: none;
  830. }
  831. /*--------------
  832. Labeled Icon
  833. ---------------*/
  834. .ui.labeled.icon.buttons .button,
  835. .ui.labeled.icon.button {
  836. position: relative;
  837. padding-left: 4.1em !important;
  838. padding-right: 1.5em !important;
  839. }
  840. .ui.labeled.icon.buttons > .button > .icon,
  841. .ui.labeled.icon.button > .icon {
  842. position: absolute;
  843. top: 0em;
  844. left: 0em;
  845. box-sizing: border-box;
  846. width: 2.6em;
  847. height: 100%;
  848. background-color: rgba(0, 0, 0, 0.05);
  849. text-align: center;
  850. color: '';
  851. border-radius: 0.25em 0px 0px 0.25em;
  852. line-height: 1;
  853. box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  854. }
  855. .ui.labeled.icon.buttons > .button > .icon:before,
  856. .ui.labeled.icon.button > .icon:before,
  857. .ui.labeled.icon.buttons > .button > .icon:after,
  858. .ui.labeled.icon.button > .icon:after {
  859. display: block;
  860. position: absolute;
  861. width: 100%;
  862. top: 50%;
  863. text-align: center;
  864. margin-top: -0.5em;
  865. }
  866. .ui.labeled.icon.buttons .button > .icon {
  867. border-radius: 0em;
  868. }
  869. .ui.labeled.icon.buttons .button:first-child > .icon {
  870. border-top-left-radius: 0.25em;
  871. border-bottom-left-radius: 0.25em;
  872. }
  873. .ui.labeled.icon.buttons .button:last-child > .icon {
  874. border-top-right-radius: 0.25em;
  875. border-bottom-right-radius: 0.25em;
  876. }
  877. .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  878. border-radius: 0em;
  879. border-top-left-radius: 0.25em;
  880. }
  881. .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  882. border-radius: 0em;
  883. border-bottom-left-radius: 0.25em;
  884. }
  885. .ui.right.labeled.icon.button {
  886. padding-right: 4.1em !important;
  887. padding-left: 1.5em !important;
  888. }
  889. .ui.left.fluid.labeled.icon.button,
  890. .ui.right.fluid.labeled.icon.button {
  891. padding-left: 1.5em !important;
  892. padding-right: 1.5em !important;
  893. }
  894. .ui.right.labeled.icon.button > .icon {
  895. left: auto;
  896. right: 0em;
  897. border-radius: 0em 0.25em 0.25em 0em;
  898. box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  899. }
  900. /*--------------
  901. Toggle
  902. ---------------*/
  903. /* Toggle (Modifies active state to give affordances) */
  904. .ui.toggle.buttons .active.button,
  905. .ui.buttons .button.toggle.active,
  906. .ui.button.toggle.active {
  907. background-color: #2ecc40 !important;
  908. box-shadow: none !important;
  909. text-shadow: none;
  910. color: #ffffff !important;
  911. }
  912. .ui.button.toggle.active:hover {
  913. background-color: #48d658 !important;
  914. text-shadow: none;
  915. color: #ffffff !important;
  916. }
  917. /*--------------
  918. Circular
  919. ---------------*/
  920. .ui.circular.button {
  921. border-radius: 10em;
  922. }
  923. /*--------------
  924. Attached
  925. ---------------*/
  926. .ui.attached.button {
  927. display: block;
  928. margin: 0em;
  929. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
  930. border-radius: 0em;
  931. }
  932. .ui.attached.top.button {
  933. border-radius: 0.25em 0.25em 0em 0em;
  934. }
  935. .ui.attached.bottom.button {
  936. border-radius: 0em 0em 0.25em 0.25em;
  937. }
  938. .ui.attached.left.button {
  939. display: inline-block;
  940. border-left: none;
  941. padding-right: 0.75em;
  942. text-align: right;
  943. border-radius: 0.25em 0em 0em 0.25em;
  944. }
  945. .ui.attached.right.button {
  946. display: inline-block;
  947. padding-left: 0.75em;
  948. text-align: left;
  949. border-radius: 0em 0.25em 0.25em 0em;
  950. }
  951. /*-------------------
  952. Or Buttons
  953. --------------------*/
  954. .ui.buttons .or {
  955. position: relative;
  956. float: left;
  957. width: 0.3em;
  958. height: 1.1em;
  959. z-index: 3;
  960. }
  961. .ui.buttons .or:before {
  962. position: absolute;
  963. top: 50%;
  964. left: 50%;
  965. content: 'or';
  966. background-color: #ffffff;
  967. text-shadow: none;
  968. margin-top: -0.1em;
  969. margin-left: -0.9em;
  970. width: 1.8em;
  971. height: 1.8em;
  972. line-height: 1.6;
  973. color: rgba(0, 0, 0, 0.4);
  974. font-style: normal;
  975. font-weight: bold;
  976. text-align: center;
  977. border-radius: 500em;
  978. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  979. box-sizing: border-box;
  980. }
  981. .ui.buttons .or:after {
  982. position: absolute;
  983. top: 0em;
  984. left: 0em;
  985. content: ' ';
  986. background-color: transparent;
  987. width: 0.3em;
  988. height: 2.1em;
  989. border-top: 0.5em solid transparent;
  990. border-bottom: 0.5em solid transparent;
  991. }
  992. /* Fluid Or */
  993. .ui.fluid.buttons .or {
  994. width: 0em !important;
  995. }
  996. .ui.fluid.buttons .or:after {
  997. display: none;
  998. }
  999. /*-------------------
  1000. Attached
  1001. --------------------*/
  1002. /* Plural Attached */
  1003. .attached.ui.buttons {
  1004. margin: 0px;
  1005. border-radius: 0em 0em 0em 0em;
  1006. }
  1007. .attached.ui.buttons .button {
  1008. margin: 0em;
  1009. }
  1010. .attached.ui.buttons .button:first-child {
  1011. border-radius: 0em 0em 0em 0em;
  1012. }
  1013. .attached.ui.buttons .button:last-child {
  1014. border-radius: 0em 0em 0em 0em;
  1015. }
  1016. /* Bottom Side */
  1017. [class*="bottom attached"].ui.buttons {
  1018. margin-top: -1px;
  1019. border-radius: 0em 0em 0.25em 0.25em;
  1020. }
  1021. [class*="bottom attached"].ui.buttons .button:first-child {
  1022. border-radius: 0em 0em 0em 0.25em;
  1023. }
  1024. [class*="bottom attached"].ui.buttons .button:last-child {
  1025. border-radius: 0em 0em 0.25em 0em;
  1026. }
  1027. /* Left Side */
  1028. [class*="left attached"].ui.buttons {
  1029. margin-left: -1px;
  1030. border-radius: 0em 0.25em 0.25em 0em;
  1031. }
  1032. [class*="left attached"].ui.buttons .button:first-child {
  1033. margin-left: -1px;
  1034. border-radius: 0em 0.25em 0em 0em;
  1035. }
  1036. [class*="left attached"].ui.buttons .button:last-child {
  1037. margin-left: -1px;
  1038. border-radius: 0em 0em 0.25em 0em;
  1039. }
  1040. /* Right Side */
  1041. [class*="right attached"].ui.buttons,
  1042. [class*="right attached"].ui.buttons .button {
  1043. margin-right: -1px;
  1044. border-radius: 0.25em 0em 0em 0.25em;
  1045. }
  1046. [class*="right attached"].ui.buttons .button:first-child {
  1047. margin-left: -1px;
  1048. border-radius: 0.25em 0em 0em 0em;
  1049. }
  1050. [class*="right attached"].ui.buttons .button:last-child {
  1051. margin-left: -1px;
  1052. border-radius: 0em 0em 0em 0.25em;
  1053. }
  1054. /* Fluid */
  1055. .ui.fluid.buttons,
  1056. .ui.button.fluid,
  1057. .ui.fluid.buttons > .button {
  1058. display: block;
  1059. width: 100%;
  1060. }
  1061. .ui.\32.buttons,
  1062. .ui.two.buttons {
  1063. width: 100%;
  1064. }
  1065. .ui.\32.buttons > .button,
  1066. .ui.two.buttons > .button {
  1067. width: 50%;
  1068. }
  1069. .ui.\33.buttons,
  1070. .ui.three.buttons {
  1071. width: 100%;
  1072. }
  1073. .ui.\33.buttons > .button,
  1074. .ui.three.buttons > .button {
  1075. width: 33.333%;
  1076. }
  1077. .ui.\34.buttons,
  1078. .ui.four.buttons {
  1079. width: 100%;
  1080. }
  1081. .ui.\34.buttons > .button,
  1082. .ui.four.buttons > .button {
  1083. width: 25%;
  1084. }
  1085. .ui.\35.buttons,
  1086. .ui.five.buttons {
  1087. width: 100%;
  1088. }
  1089. .ui.\35.buttons > .button,
  1090. .ui.five.buttons > .button {
  1091. width: 20%;
  1092. }
  1093. .ui.\36.buttons,
  1094. .ui.six.buttons {
  1095. width: 100%;
  1096. }
  1097. .ui.\36.buttons > .button,
  1098. .ui.six.buttons > .button {
  1099. width: 16.666%;
  1100. }
  1101. .ui.\37.buttons,
  1102. .ui.seven.buttons {
  1103. width: 100%;
  1104. }
  1105. .ui.\37.buttons > .button,
  1106. .ui.seven.buttons > .button {
  1107. width: 14.285%;
  1108. }
  1109. .ui.\38.buttons,
  1110. .ui.eight.buttons {
  1111. width: 100%;
  1112. }
  1113. .ui.\38.buttons > .button,
  1114. .ui.eight.buttons > .button {
  1115. width: 12.500%;
  1116. }
  1117. .ui.\39.buttons,
  1118. .ui.nine.buttons {
  1119. width: 100%;
  1120. }
  1121. .ui.\39.buttons > .button,
  1122. .ui.nine.buttons > .button {
  1123. width: 11.11%;
  1124. }
  1125. .ui.\31\30.buttons,
  1126. .ui.ten.buttons {
  1127. width: 100%;
  1128. }
  1129. .ui.\31\30.buttons > .button,
  1130. .ui.ten.buttons > .button {
  1131. width: 10%;
  1132. }
  1133. .ui.\31\31.buttons,
  1134. .ui.eleven.buttons {
  1135. width: 100%;
  1136. }
  1137. .ui.\31\31.buttons > .button,
  1138. .ui.eleven.buttons > .button {
  1139. width: 9.09%;
  1140. }
  1141. .ui.\31\32.buttons,
  1142. .ui.twelve.buttons {
  1143. width: 100%;
  1144. }
  1145. .ui.\31\32.buttons > .button,
  1146. .ui.twelve.buttons > .button {
  1147. width: 8.3333%;
  1148. }
  1149. /* Fluid Vertical Buttons */
  1150. .ui.fluid.vertical.buttons,
  1151. .ui.fluid.vertical.buttons > .button {
  1152. display: block;
  1153. width: auto;
  1154. box-sizing: border-box;
  1155. }
  1156. .ui.\32.vertical.buttons > .button,
  1157. .ui.two.vertical.buttons > .button {
  1158. height: 50%;
  1159. }
  1160. .ui.\33.vertical.buttons > .button,
  1161. .ui.three.vertical.buttons > .button {
  1162. height: 33.333%;
  1163. }
  1164. .ui.\34.vertical.buttons > .button,
  1165. .ui.four.vertical.buttons > .button {
  1166. height: 25%;
  1167. }
  1168. .ui.\35.vertical.buttons > .button,
  1169. .ui.five.vertical.buttons > .button {
  1170. height: 20%;
  1171. }
  1172. .ui.\36.vertical.buttons > .button,
  1173. .ui.six.vertical.buttons > .button {
  1174. height: 16.666%;
  1175. }
  1176. .ui.\37.vertical.buttons > .button,
  1177. .ui.seven.vertical.buttons > .button {
  1178. height: 14.285%;
  1179. }
  1180. .ui.\38.vertical.buttons > .button,
  1181. .ui.eight.vertical.buttons > .button {
  1182. height: 12.500%;
  1183. }
  1184. .ui.\39.vertical.buttons > .button,
  1185. .ui.nine.vertical.buttons > .button {
  1186. height: 11.11%;
  1187. }
  1188. .ui.\31\30.vertical.buttons > .button,
  1189. .ui.ten.vertical.buttons > .button {
  1190. height: 10%;
  1191. }
  1192. .ui.\31\31.vertical.buttons > .button,
  1193. .ui.eleven.vertical.buttons > .button {
  1194. height: 9.09%;
  1195. }
  1196. .ui.\31\32.vertical.buttons > .button,
  1197. .ui.twelve.vertical.buttons > .button {
  1198. height: 8.3333%;
  1199. }
  1200. /*-------------------
  1201. Colors
  1202. --------------------*/
  1203. /*--- Black ---*/
  1204. .ui.black.buttons .button,
  1205. .ui.black.button {
  1206. background-color: #191919;
  1207. color: #ffffff;
  1208. text-shadow: none;
  1209. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1210. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1211. }
  1212. .ui.black.button {
  1213. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1214. }
  1215. .ui.black.buttons .button:hover,
  1216. .ui.black.button:hover {
  1217. background-color: #2b2b2b;
  1218. color: #ffffff;
  1219. text-shadow: none;
  1220. }
  1221. .ui.black.buttons .button:active,
  1222. .ui.black.button:active {
  1223. background-color: #070707;
  1224. color: #ffffff;
  1225. text-shadow: none;
  1226. }
  1227. .ui.black.buttons .button.active,
  1228. .ui.black.buttons .button.active:active,
  1229. .ui.black.button.active,
  1230. .ui.black.button .button.active:active {
  1231. background-color: #0c0c0c;
  1232. color: #ffffff;
  1233. text-shadow: none;
  1234. }
  1235. /* Basic */
  1236. .ui.basic.black.buttons .button,
  1237. .ui.basic.black.button {
  1238. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1239. color: rgba(0, 0, 0, 0.6) !important;
  1240. }
  1241. .ui.basic.black.buttons .button:hover,
  1242. .ui.basic.black.button:hover {
  1243. background: transparent !important;
  1244. box-shadow: 0px 0px 0px 2px #2b2b2b inset !important;
  1245. color: #2b2b2b !important;
  1246. }
  1247. .ui.basic.black.buttons .button:active,
  1248. .ui.basic.black.button:active {
  1249. box-shadow: 0px 0px 0px 2px #070707 inset !important;
  1250. color: #070707 !important;
  1251. }
  1252. .ui.basic.black.buttons .button.active,
  1253. .ui.basic.black.button.active {
  1254. background: transparent !important;
  1255. box-shadow: 0px 0px 0px 2px #070707 inset !important;
  1256. color: #070707 !important;
  1257. }
  1258. /* Inverted */
  1259. .ui.inverted.black.buttons .button,
  1260. .ui.inverted.black.button {
  1261. background-color: transparent;
  1262. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1263. color: #ffffff;
  1264. }
  1265. .ui.inverted.black.buttons .button:hover,
  1266. .ui.inverted.black.button:hover {
  1267. box-shadow: 0px 0px 0px 2px #333333 inset !important;
  1268. background-color: #333333;
  1269. color: #ffffff;
  1270. }
  1271. .ui.inverted.black.buttons .button:active,
  1272. .ui.inverted.black.button:active {
  1273. box-shadow: 0px 0px 0px 2px #212121 inset !important;
  1274. background-color: #212121;
  1275. color: #191919;
  1276. }
  1277. /* Inverted Basic */
  1278. .ui.inverted.black.basic.buttons .button,
  1279. .ui.inverted.black.buttons .basic.button,
  1280. .ui.inverted.black.basic.button {
  1281. background-color: transparent;
  1282. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1283. color: #ffffff !important;
  1284. }
  1285. .ui.inverted.black.basic.buttons .button:hover,
  1286. .ui.inverted.black.buttons .basic.button:hover,
  1287. .ui.inverted.black.basic.button:hover {
  1288. box-shadow: 0px 0px 0px 2px #333333 inset !important;
  1289. color: #ffffff !important;
  1290. }
  1291. .ui.inverted.black.basic.buttons .button:active,
  1292. .ui.inverted.black.buttons .basic.button:active,
  1293. .ui.inverted.black.basic.button:active {
  1294. box-shadow: 0px 0px 0px 2px #212121 inset !important;
  1295. color: #212121 !important;
  1296. }
  1297. /*--- Blue ---*/
  1298. .ui.blue.buttons .button,
  1299. .ui.blue.button {
  1300. background-color: #0074d9;
  1301. color: #ffffff;
  1302. text-shadow: none;
  1303. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1304. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1305. }
  1306. .ui.blue.button {
  1307. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1308. }
  1309. .ui.blue.buttons .button:hover,
  1310. .ui.blue.button:hover {
  1311. background-color: #0087fd;
  1312. color: #ffffff;
  1313. text-shadow: none;
  1314. }
  1315. .ui.blue.buttons .button:active,
  1316. .ui.blue.button:active {
  1317. background-color: #0061b5;
  1318. color: #ffffff;
  1319. text-shadow: none;
  1320. }
  1321. .ui.blue.buttons .button.active,
  1322. .ui.blue.buttons .button.active:active,
  1323. .ui.blue.button.active,
  1324. .ui.blue.button .button.active:active {
  1325. background-color: #0066c0;
  1326. color: #ffffff;
  1327. text-shadow: none;
  1328. }
  1329. /* Basic */
  1330. .ui.basic.blue.buttons .button,
  1331. .ui.basic.blue.button {
  1332. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1333. color: rgba(0, 0, 0, 0.6) !important;
  1334. }
  1335. .ui.basic.blue.buttons .button:hover,
  1336. .ui.basic.blue.button:hover {
  1337. background: transparent !important;
  1338. box-shadow: 0px 0px 0px 2px #0087fd inset !important;
  1339. color: #0087fd !important;
  1340. }
  1341. .ui.basic.blue.buttons .button:active,
  1342. .ui.basic.blue.button:active {
  1343. box-shadow: 0px 0px 0px 2px #0061b5 inset !important;
  1344. color: #0061b5 !important;
  1345. }
  1346. .ui.basic.blue.buttons .button.active,
  1347. .ui.basic.blue.button.active {
  1348. background: transparent !important;
  1349. box-shadow: 0px 0px 0px 2px #0061b5 inset !important;
  1350. color: #0061b5 !important;
  1351. }
  1352. /* Inverted */
  1353. .ui.inverted.blue.buttons .button,
  1354. .ui.inverted.blue.button {
  1355. background-color: transparent;
  1356. box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  1357. color: #54c8ff;
  1358. }
  1359. .ui.inverted.blue.buttons .button:hover,
  1360. .ui.inverted.blue.button:hover {
  1361. box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  1362. background-color: #54c8ff;
  1363. color: #191919;
  1364. }
  1365. .ui.inverted.blue.buttons .button:active,
  1366. .ui.inverted.blue.button:active {
  1367. box-shadow: 0px 0px 0px 2px #30bdff inset !important;
  1368. background-color: #30bdff;
  1369. color: #191919;
  1370. }
  1371. /* Inverted Basic */
  1372. .ui.inverted.blue.basic.buttons .button,
  1373. .ui.inverted.blue.buttons .basic.button,
  1374. .ui.inverted.blue.basic.button {
  1375. background-color: transparent;
  1376. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1377. color: #ffffff !important;
  1378. }
  1379. .ui.inverted.blue.basic.buttons .button:hover,
  1380. .ui.inverted.blue.buttons .basic.button:hover,
  1381. .ui.inverted.blue.basic.button:hover {
  1382. box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  1383. color: #54c8ff !important;
  1384. }
  1385. .ui.inverted.blue.basic.buttons .button:active,
  1386. .ui.inverted.blue.buttons .basic.button:active,
  1387. .ui.inverted.blue.basic.button:active {
  1388. box-shadow: 0px 0px 0px 2px #30bdff inset !important;
  1389. color: #30bdff !important;
  1390. }
  1391. /*--- Green ---*/
  1392. .ui.green.buttons .button,
  1393. .ui.green.button {
  1394. background-color: #2ecc40;
  1395. color: #ffffff;
  1396. text-shadow: none;
  1397. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1398. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1399. }
  1400. .ui.green.button {
  1401. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1402. }
  1403. .ui.green.buttons .button:hover,
  1404. .ui.green.button:hover {
  1405. background-color: #48d658;
  1406. color: #ffffff;
  1407. text-shadow: none;
  1408. }
  1409. .ui.green.buttons .button:active,
  1410. .ui.green.button:active {
  1411. background-color: #27af37;
  1412. color: #ffffff;
  1413. text-shadow: none;
  1414. }
  1415. .ui.green.buttons .button.active,
  1416. .ui.green.buttons .button.active:active,
  1417. .ui.green.button.active,
  1418. .ui.green.button .button.active:active {
  1419. background-color: #29b739;
  1420. color: #ffffff;
  1421. text-shadow: none;
  1422. }
  1423. /* Basic */
  1424. .ui.basic.green.buttons .button,
  1425. .ui.basic.green.button {
  1426. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1427. color: rgba(0, 0, 0, 0.6) !important;
  1428. }
  1429. .ui.basic.green.buttons .button:hover,
  1430. .ui.basic.green.button:hover {
  1431. background: transparent !important;
  1432. box-shadow: 0px 0px 0px 2px #48d658 inset !important;
  1433. color: #48d658 !important;
  1434. }
  1435. .ui.basic.green.buttons .button:active,
  1436. .ui.basic.green.button:active {
  1437. box-shadow: 0px 0px 0px 2px #27af37 inset !important;
  1438. color: #27af37 !important;
  1439. }
  1440. .ui.basic.green.buttons .button.active,
  1441. .ui.basic.green.button.active {
  1442. background: transparent !important;
  1443. box-shadow: 0px 0px 0px 2px #27af37 inset !important;
  1444. color: #27af37 !important;
  1445. }
  1446. /* Inverted */
  1447. .ui.inverted.green.buttons .button,
  1448. .ui.inverted.green.button {
  1449. background-color: transparent;
  1450. box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  1451. color: #2ecc40;
  1452. }
  1453. .ui.inverted.green.buttons .button:hover,
  1454. .ui.inverted.green.button:hover {
  1455. box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  1456. background-color: #2ecc40;
  1457. color: #191919;
  1458. }
  1459. .ui.inverted.green.buttons .button:active,
  1460. .ui.inverted.green.button:active {
  1461. box-shadow: 0px 0px 0px 2px #27af37 inset !important;
  1462. background-color: #27af37;
  1463. color: #191919;
  1464. }
  1465. /* Inverted Basic */
  1466. .ui.inverted.green.basic.buttons .button,
  1467. .ui.inverted.green.buttons .basic.button,
  1468. .ui.inverted.green.basic.button {
  1469. background-color: transparent;
  1470. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1471. color: #ffffff !important;
  1472. }
  1473. .ui.inverted.green.basic.buttons .button:hover,
  1474. .ui.inverted.green.buttons .basic.button:hover,
  1475. .ui.inverted.green.basic.button:hover {
  1476. box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  1477. color: #2ecc40 !important;
  1478. }
  1479. .ui.inverted.green.basic.buttons .button:active,
  1480. .ui.inverted.green.buttons .basic.button:active,
  1481. .ui.inverted.green.basic.button:active {
  1482. box-shadow: 0px 0px 0px 2px #27af37 inset !important;
  1483. color: #27af37 !important;
  1484. }
  1485. /*--- Orange ---*/
  1486. .ui.orange.buttons .button,
  1487. .ui.orange.button {
  1488. background-color: #ff851b;
  1489. color: #ffffff;
  1490. text-shadow: none;
  1491. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1492. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1493. }
  1494. .ui.orange.button {
  1495. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1496. }
  1497. .ui.orange.buttons .button:hover,
  1498. .ui.orange.button:hover {
  1499. background-color: #ff983f;
  1500. color: #ffffff;
  1501. text-shadow: none;
  1502. }
  1503. .ui.orange.buttons .button:active,
  1504. .ui.orange.button:active {
  1505. background-color: #f67300;
  1506. color: #ffffff;
  1507. text-shadow: none;
  1508. }
  1509. .ui.orange.buttons .button.active,
  1510. .ui.orange.buttons .button.active:active,
  1511. .ui.orange.button.active,
  1512. .ui.orange.button .button.active:active {
  1513. background-color: #0c0c0c;
  1514. color: #ffffff;
  1515. text-shadow: none;
  1516. }
  1517. /* Basic */
  1518. .ui.basic.orange.buttons .button,
  1519. .ui.basic.orange.button {
  1520. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1521. color: rgba(0, 0, 0, 0.6) !important;
  1522. }
  1523. .ui.basic.orange.buttons .button:hover,
  1524. .ui.basic.orange.button:hover {
  1525. background: transparent !important;
  1526. box-shadow: 0px 0px 0px 2px #ff983f inset !important;
  1527. color: #ff983f !important;
  1528. }
  1529. .ui.basic.orange.buttons .button:active,
  1530. .ui.basic.orange.button:active {
  1531. box-shadow: 0px 0px 0px 2px #f67300 inset !important;
  1532. color: #f67300 !important;
  1533. }
  1534. .ui.basic.orange.buttons .button.active,
  1535. .ui.basic.orange.button.active {
  1536. background: transparent !important;
  1537. box-shadow: 0px 0px 0px 2px #f67300 inset !important;
  1538. color: #f67300 !important;
  1539. }
  1540. /* Inverted */
  1541. .ui.inverted.orange.buttons .button,
  1542. .ui.inverted.orange.button {
  1543. background-color: transparent;
  1544. box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  1545. color: #ff851b;
  1546. }
  1547. .ui.inverted.orange.buttons .button:hover,
  1548. .ui.inverted.orange.button:hover {
  1549. box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  1550. background-color: #ff851b;
  1551. color: #191919;
  1552. }
  1553. .ui.inverted.orange.buttons .button:active,
  1554. .ui.inverted.orange.button:active {
  1555. box-shadow: 0px 0px 0px 2px #f67300 inset !important;
  1556. background-color: #f67300;
  1557. color: #191919;
  1558. }
  1559. /* Inverted Basic */
  1560. .ui.inverted.orange.basic.buttons .button,
  1561. .ui.inverted.orange.buttons .basic.button,
  1562. .ui.inverted.orange.basic.button {
  1563. background-color: transparent;
  1564. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1565. color: #ffffff !important;
  1566. }
  1567. .ui.inverted.orange.basic.buttons .button:hover,
  1568. .ui.inverted.orange.buttons .basic.button:hover,
  1569. .ui.inverted.orange.basic.button:hover {
  1570. box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  1571. color: #ff851b !important;
  1572. }
  1573. .ui.inverted.orange.basic.buttons .button:active,
  1574. .ui.inverted.orange.buttons .basic.button:active,
  1575. .ui.inverted.orange.basic.button:active {
  1576. box-shadow: 0px 0px 0px 2px #f67300 inset !important;
  1577. color: #f67300 !important;
  1578. }
  1579. /*--- Pink ---*/
  1580. .ui.pink.buttons .button,
  1581. .ui.pink.button {
  1582. background-color: #d9499a;
  1583. color: #ffffff;
  1584. text-shadow: none;
  1585. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1586. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1587. }
  1588. .ui.pink.button {
  1589. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1590. }
  1591. .ui.pink.buttons .button:hover,
  1592. .ui.pink.button:hover {
  1593. background-color: #df67aa;
  1594. color: #ffffff;
  1595. text-shadow: none;
  1596. }
  1597. .ui.pink.buttons .button:active,
  1598. .ui.pink.button:active {
  1599. background-color: #d22c8a;
  1600. color: #ffffff;
  1601. text-shadow: none;
  1602. }
  1603. .ui.pink.buttons .button.active,
  1604. .ui.pink.buttons .button.active:active,
  1605. .ui.pink.button.active,
  1606. .ui.pink.button .button.active:active {
  1607. background-color: #d5348e;
  1608. color: #ffffff;
  1609. text-shadow: none;
  1610. }
  1611. /* Basic */
  1612. .ui.basic.pink.buttons .button,
  1613. .ui.basic.pink.button {
  1614. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1615. color: rgba(0, 0, 0, 0.6) !important;
  1616. }
  1617. .ui.basic.pink.buttons .button:hover,
  1618. .ui.basic.pink.button:hover {
  1619. background: transparent !important;
  1620. box-shadow: 0px 0px 0px 2px #df67aa inset !important;
  1621. color: #df67aa !important;
  1622. }
  1623. .ui.basic.pink.buttons .button:active,
  1624. .ui.basic.pink.button:active {
  1625. box-shadow: 0px 0px 0px 2px #d22c8a inset !important;
  1626. color: #d22c8a !important;
  1627. }
  1628. .ui.basic.pink.buttons .button.active,
  1629. .ui.basic.pink.button.active {
  1630. background: transparent !important;
  1631. box-shadow: 0px 0px 0px 2px #d22c8a inset !important;
  1632. color: #d22c8a !important;
  1633. }
  1634. /* Inverted */
  1635. .ui.inverted.pink.buttons .button,
  1636. .ui.inverted.pink.button {
  1637. background-color: transparent;
  1638. box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  1639. color: #ff8edf;
  1640. }
  1641. .ui.inverted.pink.buttons .button:hover,
  1642. .ui.inverted.pink.button:hover {
  1643. box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  1644. background-color: #ff8edf;
  1645. color: #191919;
  1646. }
  1647. .ui.inverted.pink.buttons .button:active,
  1648. .ui.inverted.pink.button:active {
  1649. box-shadow: 0px 0px 0px 2px #ff6ad5 inset !important;
  1650. background-color: #ff6ad5;
  1651. color: #191919;
  1652. }
  1653. /* Inverted Basic */
  1654. .ui.inverted.pink.basic.buttons .button,
  1655. .ui.inverted.pink.buttons .basic.button,
  1656. .ui.inverted.pink.basic.button {
  1657. background-color: transparent;
  1658. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1659. color: #ffffff !important;
  1660. }
  1661. .ui.inverted.pink.basic.buttons .button:hover,
  1662. .ui.inverted.pink.buttons .basic.button:hover,
  1663. .ui.inverted.pink.basic.button:hover {
  1664. box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  1665. color: #ff8edf !important;
  1666. }
  1667. .ui.inverted.pink.basic.buttons .button:active,
  1668. .ui.inverted.pink.buttons .basic.button:active,
  1669. .ui.inverted.pink.basic.button:active {
  1670. box-shadow: 0px 0px 0px 2px #ff6ad5 inset !important;
  1671. color: #ff6ad5 !important;
  1672. }
  1673. /*--- Purple ---*/
  1674. .ui.purple.buttons .button,
  1675. .ui.purple.button {
  1676. background-color: #a24096;
  1677. color: #ffffff;
  1678. text-shadow: none;
  1679. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1680. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1681. }
  1682. .ui.purple.button {
  1683. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1684. }
  1685. .ui.purple.buttons .button:hover,
  1686. .ui.purple.button:hover {
  1687. background-color: #b94dac;
  1688. color: #ffffff;
  1689. text-shadow: none;
  1690. }
  1691. .ui.purple.buttons .button:active,
  1692. .ui.purple.button:active {
  1693. background-color: #88367e;
  1694. color: #ffffff;
  1695. text-shadow: none;
  1696. }
  1697. .ui.purple.buttons .button.active,
  1698. .ui.purple.buttons .button.active:active,
  1699. .ui.purple.button.active,
  1700. .ui.purple.button .button.active:active {
  1701. background-color: #903985;
  1702. color: #ffffff;
  1703. text-shadow: none;
  1704. }
  1705. /* Basic */
  1706. .ui.basic.purple.buttons .button,
  1707. .ui.basic.purple.button {
  1708. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1709. color: rgba(0, 0, 0, 0.6) !important;
  1710. }
  1711. .ui.basic.purple.buttons .button:hover,
  1712. .ui.basic.purple.button:hover {
  1713. background: transparent !important;
  1714. box-shadow: 0px 0px 0px 2px #b94dac inset !important;
  1715. color: #b94dac !important;
  1716. }
  1717. .ui.basic.purple.buttons .button:active,
  1718. .ui.basic.purple.button:active {
  1719. box-shadow: 0px 0px 0px 2px #88367e inset !important;
  1720. color: #88367e !important;
  1721. }
  1722. .ui.basic.purple.buttons .button.active,
  1723. .ui.basic.purple.button.active {
  1724. background: transparent !important;
  1725. box-shadow: 0px 0px 0px 2px #88367e inset !important;
  1726. color: #88367e !important;
  1727. }
  1728. /* Inverted */
  1729. .ui.inverted.purple.buttons .button,
  1730. .ui.inverted.purple.button {
  1731. background-color: transparent;
  1732. box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  1733. color: #cdc6ff;
  1734. }
  1735. .ui.inverted.purple.buttons .button:hover,
  1736. .ui.inverted.purple.button:hover {
  1737. box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  1738. background-color: #cdc6ff;
  1739. color: #191919;
  1740. }
  1741. .ui.inverted.purple.buttons .button:active,
  1742. .ui.inverted.purple.button:active {
  1743. box-shadow: 0px 0px 0px 2px #aea2ff inset !important;
  1744. background-color: #aea2ff;
  1745. color: #191919;
  1746. }
  1747. /* Inverted Basic */
  1748. .ui.inverted.purple.basic.buttons .button,
  1749. .ui.inverted.purple.buttons .basic.button,
  1750. .ui.inverted.purple.basic.button {
  1751. background-color: transparent;
  1752. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1753. color: #ffffff !important;
  1754. }
  1755. .ui.inverted.purple.basic.buttons .button:hover,
  1756. .ui.inverted.purple.buttons .basic.button:hover,
  1757. .ui.inverted.purple.basic.button:hover {
  1758. box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  1759. color: #cdc6ff !important;
  1760. }
  1761. .ui.inverted.purple.basic.buttons .button:active,
  1762. .ui.inverted.purple.buttons .basic.button:active,
  1763. .ui.inverted.purple.basic.button:active {
  1764. box-shadow: 0px 0px 0px 2px #aea2ff inset !important;
  1765. color: #aea2ff !important;
  1766. }
  1767. /*--- Red ---*/
  1768. .ui.red.buttons .button,
  1769. .ui.red.button {
  1770. background-color: #ff4136;
  1771. color: #ffffff;
  1772. text-shadow: none;
  1773. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1774. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1775. }
  1776. .ui.red.button {
  1777. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1778. }
  1779. .ui.red.buttons .button:hover,
  1780. .ui.red.button:hover {
  1781. background-color: #ff635a;
  1782. color: #ffffff;
  1783. text-shadow: none;
  1784. }
  1785. .ui.red.buttons .button:active,
  1786. .ui.red.button:active {
  1787. background-color: #ff1f12;
  1788. color: #ffffff;
  1789. text-shadow: none;
  1790. }
  1791. .ui.red.buttons .button.active,
  1792. .ui.red.buttons .button.active:active,
  1793. .ui.red.button.active,
  1794. .ui.red.button .button.active:active {
  1795. background-color: #ff291c;
  1796. color: #ffffff;
  1797. text-shadow: none;
  1798. }
  1799. /* Basic */
  1800. .ui.basic.red.buttons .button,
  1801. .ui.basic.red.button {
  1802. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1803. color: rgba(0, 0, 0, 0.6) !important;
  1804. }
  1805. .ui.basic.red.buttons .button:hover,
  1806. .ui.basic.red.button:hover {
  1807. background: transparent !important;
  1808. box-shadow: 0px 0px 0px 2px #ff635a inset !important;
  1809. color: #ff635a !important;
  1810. }
  1811. .ui.basic.red.buttons .button:active,
  1812. .ui.basic.red.button:active {
  1813. box-shadow: 0px 0px 0px 2px #ff1f12 inset !important;
  1814. color: #ff1f12 !important;
  1815. }
  1816. .ui.basic.red.buttons .button.active,
  1817. .ui.basic.red.button.active {
  1818. background: transparent !important;
  1819. box-shadow: 0px 0px 0px 2px #ff1f12 inset !important;
  1820. color: #ff1f12 !important;
  1821. }
  1822. /* Inverted */
  1823. .ui.inverted.red.buttons .button,
  1824. .ui.inverted.red.button {
  1825. background-color: transparent;
  1826. box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  1827. color: #ff695e;
  1828. }
  1829. .ui.inverted.red.buttons .button:hover,
  1830. .ui.inverted.red.button:hover {
  1831. box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  1832. background-color: #ff695e;
  1833. color: #191919;
  1834. }
  1835. .ui.inverted.red.buttons .button:active,
  1836. .ui.inverted.red.button:active {
  1837. box-shadow: 0px 0px 0px 2px #ff483a inset !important;
  1838. background-color: #ff483a;
  1839. color: #191919;
  1840. }
  1841. /* Inverted Basic */
  1842. .ui.inverted.red.basic.buttons .button,
  1843. .ui.inverted.red.buttons .basic.button,
  1844. .ui.inverted.red.basic.button {
  1845. background-color: transparent;
  1846. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1847. color: #ffffff !important;
  1848. }
  1849. .ui.inverted.red.basic.buttons .button:hover,
  1850. .ui.inverted.red.buttons .basic.button:hover,
  1851. .ui.inverted.red.basic.button:hover {
  1852. box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  1853. color: #ff695e !important;
  1854. }
  1855. .ui.inverted.red.basic.buttons .button:active,
  1856. .ui.inverted.red.buttons .basic.button:active,
  1857. .ui.inverted.red.basic.button:active {
  1858. box-shadow: 0px 0px 0px 2px #ff483a inset !important;
  1859. color: #ff483a !important;
  1860. }
  1861. /*--- Teal ---*/
  1862. .ui.teal.buttons .button,
  1863. .ui.teal.button {
  1864. background-color: #39cccc;
  1865. color: #ffffff;
  1866. text-shadow: none;
  1867. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1868. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1869. }
  1870. .ui.teal.button {
  1871. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1872. }
  1873. .ui.teal.buttons .button:hover,
  1874. .ui.teal.button:hover {
  1875. background-color: #55d3d3;
  1876. color: #ffffff;
  1877. text-shadow: none;
  1878. }
  1879. .ui.teal.buttons .button:active,
  1880. .ui.teal.button:active {
  1881. background-color: #2eb3b3;
  1882. color: #ffffff;
  1883. text-shadow: none;
  1884. }
  1885. .ui.teal.buttons .button.active,
  1886. .ui.teal.buttons .button.active:active,
  1887. .ui.teal.button.active,
  1888. .ui.teal.button .button.active:active {
  1889. background-color: #30bbbb;
  1890. color: #ffffff;
  1891. text-shadow: none;
  1892. }
  1893. /* Basic */
  1894. .ui.basic.teal.buttons .button,
  1895. .ui.basic.teal.button {
  1896. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1897. color: rgba(0, 0, 0, 0.6) !important;
  1898. }
  1899. .ui.basic.teal.buttons .button:hover,
  1900. .ui.basic.teal.button:hover {
  1901. background: transparent !important;
  1902. box-shadow: 0px 0px 0px 2px #55d3d3 inset !important;
  1903. color: #55d3d3 !important;
  1904. }
  1905. .ui.basic.teal.buttons .button:active,
  1906. .ui.basic.teal.button:active {
  1907. box-shadow: 0px 0px 0px 2px #2eb3b3 inset !important;
  1908. color: #2eb3b3 !important;
  1909. }
  1910. .ui.basic.teal.buttons .button.active,
  1911. .ui.basic.teal.button.active {
  1912. background: transparent !important;
  1913. box-shadow: 0px 0px 0px 2px #2eb3b3 inset !important;
  1914. color: #2eb3b3 !important;
  1915. }
  1916. /* Inverted */
  1917. .ui.inverted.teal.buttons .button,
  1918. .ui.inverted.teal.button {
  1919. background-color: transparent;
  1920. box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  1921. color: #6dffff;
  1922. }
  1923. .ui.inverted.teal.buttons .button:hover,
  1924. .ui.inverted.teal.button:hover {
  1925. box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  1926. background-color: #6dffff;
  1927. color: #191919;
  1928. }
  1929. .ui.inverted.teal.buttons .button:active,
  1930. .ui.inverted.teal.button:active {
  1931. box-shadow: 0px 0px 0px 2px #49ffff inset !important;
  1932. background-color: #49ffff;
  1933. color: #191919;
  1934. }
  1935. /* Inverted Basic */
  1936. .ui.inverted.teal.basic.buttons .button,
  1937. .ui.inverted.teal.buttons .basic.button,
  1938. .ui.inverted.teal.basic.button {
  1939. background-color: transparent;
  1940. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  1941. color: #ffffff !important;
  1942. }
  1943. .ui.inverted.teal.basic.buttons .button:hover,
  1944. .ui.inverted.teal.buttons .basic.button:hover,
  1945. .ui.inverted.teal.basic.button:hover {
  1946. box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  1947. color: #6dffff !important;
  1948. }
  1949. .ui.inverted.teal.basic.buttons .button:active,
  1950. .ui.inverted.teal.buttons .basic.button:active,
  1951. .ui.inverted.teal.basic.button:active {
  1952. box-shadow: 0px 0px 0px 2px #49ffff inset !important;
  1953. color: #49ffff !important;
  1954. }
  1955. /*--- Yellow ---*/
  1956. .ui.yellow.buttons .button,
  1957. .ui.yellow.button {
  1958. background-color: #ffcb08;
  1959. color: #ffffff;
  1960. text-shadow: none;
  1961. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1962. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  1963. }
  1964. .ui.yellow.button {
  1965. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  1966. }
  1967. .ui.yellow.buttons .button:hover,
  1968. .ui.yellow.button:hover {
  1969. background-color: #ffd32c;
  1970. color: #ffffff;
  1971. text-shadow: none;
  1972. }
  1973. .ui.yellow.buttons .button:active,
  1974. .ui.yellow.button:active {
  1975. background-color: #e3b300;
  1976. color: #ffffff;
  1977. text-shadow: none;
  1978. }
  1979. .ui.yellow.buttons .button.active,
  1980. .ui.yellow.buttons .button.active:active,
  1981. .ui.yellow.button.active,
  1982. .ui.yellow.button .button.active:active {
  1983. background-color: #edbb00;
  1984. color: #ffffff;
  1985. text-shadow: none;
  1986. }
  1987. /* Basic */
  1988. .ui.basic.yellow.buttons .button,
  1989. .ui.basic.yellow.button {
  1990. box-shadow: 0px 0px 0px 2px #dddddd inset !important;
  1991. color: rgba(0, 0, 0, 0.6) !important;
  1992. }
  1993. .ui.basic.yellow.buttons .button:hover,
  1994. .ui.basic.yellow.button:hover {
  1995. background: transparent !important;
  1996. box-shadow: 0px 0px 0px 2px #ffd32c inset !important;
  1997. color: #ffd32c !important;
  1998. }
  1999. .ui.basic.yellow.buttons .button:active,
  2000. .ui.basic.yellow.button:active {
  2001. box-shadow: 0px 0px 0px 2px #e3b300 inset !important;
  2002. color: #e3b300 !important;
  2003. }
  2004. .ui.basic.yellow.buttons .button.active,
  2005. .ui.basic.yellow.button.active {
  2006. background: transparent !important;
  2007. box-shadow: 0px 0px 0px 2px #e3b300 inset !important;
  2008. color: #e3b300 !important;
  2009. }
  2010. /* Inverted */
  2011. .ui.inverted.yellow.buttons .button,
  2012. .ui.inverted.yellow.button {
  2013. background-color: transparent;
  2014. box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  2015. color: #ffe21f;
  2016. }
  2017. .ui.inverted.yellow.buttons .button:hover,
  2018. .ui.inverted.yellow.button:hover {
  2019. box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  2020. background-color: #ffe21f;
  2021. color: #191919;
  2022. }
  2023. .ui.inverted.yellow.buttons .button:active,
  2024. .ui.inverted.yellow.button:active {
  2025. box-shadow: 0px 0px 0px 2px #fada00 inset !important;
  2026. background-color: #fada00;
  2027. color: #191919;
  2028. }
  2029. /* Inverted Basic */
  2030. .ui.inverted.yellow.basic.buttons .button,
  2031. .ui.inverted.yellow.buttons .basic.button,
  2032. .ui.inverted.yellow.basic.button {
  2033. background-color: transparent;
  2034. box-shadow: 0px 0px 0px 2px #999999 inset !important;
  2035. color: #ffffff !important;
  2036. }
  2037. .ui.inverted.yellow.basic.buttons .button:hover,
  2038. .ui.inverted.yellow.buttons .basic.button:hover,
  2039. .ui.inverted.yellow.basic.button:hover {
  2040. box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  2041. color: #ffe21f !important;
  2042. }
  2043. .ui.inverted.yellow.basic.buttons .button:active,
  2044. .ui.inverted.yellow.buttons .basic.button:active,
  2045. .ui.inverted.yellow.basic.button:active {
  2046. box-shadow: 0px 0px 0px 2px #fada00 inset !important;
  2047. color: #fada00 !important;
  2048. }
  2049. /*-------------------
  2050. Primary
  2051. --------------------*/
  2052. .ui.primary.buttons .button,
  2053. .ui.primary.button {
  2054. background-color: #0074d9;
  2055. color: #ffffff;
  2056. text-shadow: none;
  2057. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2058. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2059. }
  2060. .ui.primary.button {
  2061. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  2062. }
  2063. .ui.primary.buttons .button:hover,
  2064. .ui.primary.button:hover {
  2065. background-color: #0087fd;
  2066. color: #ffffff;
  2067. text-shadow: none;
  2068. }
  2069. .ui.primary.buttons .button:active,
  2070. .ui.primary.button:active {
  2071. background-color: #0061b5;
  2072. color: #ffffff;
  2073. text-shadow: none;
  2074. }
  2075. .ui.primary.buttons .active.button,
  2076. .ui.primary.button.active {
  2077. background-color: #0066c0;
  2078. color: #ffffff;
  2079. text-shadow: none;
  2080. }
  2081. /*-------------------
  2082. Secondary
  2083. --------------------*/
  2084. .ui.secondary.buttons .button,
  2085. .ui.secondary.button {
  2086. background-color: #191919;
  2087. color: #ffffff;
  2088. text-shadow: none;
  2089. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2090. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2091. }
  2092. .ui.secondary.button {
  2093. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  2094. }
  2095. .ui.secondary.buttons .button:hover,
  2096. .ui.secondary.button:hover {
  2097. background-color: #2b2b2b;
  2098. color: #ffffff;
  2099. text-shadow: none;
  2100. }
  2101. .ui.secondary.buttons .button:active,
  2102. .ui.secondary.button:active {
  2103. background-color: #070707;
  2104. color: #ffffff;
  2105. text-shadow: none;
  2106. }
  2107. .ui.secondary.buttons .active.button,
  2108. .ui.secondary.button.active {
  2109. background-color: #0c0c0c;
  2110. color: #ffffff;
  2111. text-shadow: none;
  2112. }
  2113. /*---------------
  2114. Positive
  2115. ----------------*/
  2116. .ui.positive.buttons .button,
  2117. .ui.positive.button {
  2118. background-color: #2ecc40 !important;
  2119. color: #ffffff;
  2120. text-shadow: none;
  2121. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2122. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2123. }
  2124. .ui.positive.button {
  2125. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  2126. }
  2127. .ui.positive.buttons .button:hover,
  2128. .ui.positive.button:hover,
  2129. .ui.positive.buttons .active.button,
  2130. .ui.positive.button.active {
  2131. background-color: #48d658 !important;
  2132. color: #ffffff;
  2133. text-shadow: none;
  2134. }
  2135. .ui.positive.buttons .button:active,
  2136. .ui.positive.button:active {
  2137. background-color: #27af37 !important;
  2138. color: #ffffff;
  2139. text-shadow: none;
  2140. }
  2141. .ui.positive.buttons .button.active,
  2142. .ui.positive.buttons .button.active:active,
  2143. .ui.positive.button.active,
  2144. .ui.positive.button .button.active:active {
  2145. background-color: #29b739;
  2146. color: #ffffff;
  2147. text-shadow: none;
  2148. }
  2149. /*---------------
  2150. Negative
  2151. ----------------*/
  2152. .ui.negative.buttons .button,
  2153. .ui.negative.button {
  2154. background-color: #ff4136 !important;
  2155. color: #ffffff;
  2156. text-shadow: none;
  2157. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2158. background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  2159. }
  2160. .ui.negative.button {
  2161. box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  2162. }
  2163. .ui.negative.buttons .button:hover,
  2164. .ui.negative.button:hover,
  2165. .ui.negative.buttons .active.button,
  2166. .ui.negative.button.active {
  2167. background-color: #ff635a !important;
  2168. color: #ffffff;
  2169. text-shadow: none;
  2170. }
  2171. .ui.negative.buttons .button:active,
  2172. .ui.negative.button:active {
  2173. background-color: #ff1f12 !important;
  2174. color: #ffffff;
  2175. text-shadow: none;
  2176. }
  2177. .ui.negative.buttons .button.active,
  2178. .ui.negative.buttons .button.active:active,
  2179. .ui.negative.button.active,
  2180. .ui.negative.button .button.active:active {
  2181. background-color: #ff291c;
  2182. color: #ffffff;
  2183. text-shadow: none;
  2184. }
  2185. /*******************************
  2186. Groups
  2187. *******************************/
  2188. .ui.buttons {
  2189. display: inline-block;
  2190. vertical-align: middle;
  2191. margin: 0em 0.25em 0em 0em;
  2192. }
  2193. .ui.buttons:after {
  2194. content: ".";
  2195. display: block;
  2196. height: 0;
  2197. clear: both;
  2198. visibility: hidden;
  2199. }
  2200. .ui.buttons .button:first-child {
  2201. border-left: none;
  2202. }
  2203. .ui.buttons:not(.basic):not(.inverted) {
  2204. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  2205. }
  2206. .ui.buttons > .ui.button:not(.basic):not(.inverted),
  2207. .ui.buttons:not(.basic):not(.inverted) > .button {
  2208. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
  2209. }
  2210. .ui.buttons .button {
  2211. margin: 0em;
  2212. float: left;
  2213. border-radius: 0em;
  2214. margin: 0px 0px 0px -1px;
  2215. }
  2216. .ui.buttons .button:first-child {
  2217. margin-left: 0em;
  2218. border-top-left-radius: 0.25em;
  2219. border-bottom-left-radius: 0.25em;
  2220. }
  2221. .ui.buttons .button:last-child {
  2222. border-top-right-radius: 0.25em;
  2223. border-bottom-right-radius: 0.25em;
  2224. }
  2225. /* Vertical Style */
  2226. .ui.vertical.buttons {
  2227. display: inline-block;
  2228. }
  2229. .ui.vertical.buttons .button {
  2230. display: block;
  2231. float: none;
  2232. margin: 0px 0px -1px 0px;
  2233. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  2234. }
  2235. .ui.vertical.buttons .button:first-child,
  2236. .ui.vertical.buttons .mini.button:first-child,
  2237. .ui.vertical.buttons .tiny.button:first-child,
  2238. .ui.vertical.buttons .small.button:first-child,
  2239. .ui.vertical.buttons .massive.button:first-child,
  2240. .ui.vertical.buttons .huge.button:first-child {
  2241. border-radius: 0.25em 0.25em 0px 0px;
  2242. }
  2243. .ui.vertical.buttons .button:last-child,
  2244. .ui.vertical.buttons .mini.button:last-child,
  2245. .ui.vertical.buttons .tiny.button:last-child,
  2246. .ui.vertical.buttons .small.button:last-child,
  2247. .ui.vertical.buttons .massive.button:last-child,
  2248. .ui.vertical.buttons .huge.button:last-child,
  2249. .ui.vertical.buttons .gigantic.button:last-child {
  2250. margin-bottom: 0px;
  2251. border-radius: 0px 0px 0.25em 0.25em;
  2252. }
  2253. /*******************************
  2254. Overrides
  2255. *******************************/
  2256. /*******************************
  2257. Overrides
  2258. *******************************/