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.

3341 lines
92 KiB

  1. /*!
  2. * # Semantic UI 2.1.6 - Button
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Button
  13. *******************************/
  14. .ui.button {
  15. cursor: pointer;
  16. display: inline-block;
  17. min-height: 1em;
  18. outline: none;
  19. border: none;
  20. vertical-align: baseline;
  21. background: #FAFAFA -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  22. background: #FAFAFA linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  23. color: #333333;
  24. font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  25. margin: 0em 0.25em 0em 0em;
  26. padding: 0.75em 1.15em 0.75em;
  27. text-transform: none;
  28. text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  29. font-weight: bold;
  30. line-height: 1em;
  31. font-style: normal;
  32. text-align: center;
  33. text-decoration: none;
  34. border-radius: 0.30769231em;
  35. 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);
  36. -webkit-user-select: none;
  37. -moz-user-select: none;
  38. -ms-user-select: none;
  39. user-select: none;
  40. -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  41. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  42. will-change: '';
  43. -webkit-tap-highlight-color: transparent;
  44. }
  45. /*******************************
  46. States
  47. *******************************/
  48. /*--------------
  49. Hover
  50. ---------------*/
  51. .ui.button:hover {
  52. background-color: #E0E0E0;
  53. background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  54. background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  55. 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);
  56. color: rgba(0, 0, 0, 0.8);
  57. }
  58. .ui.button:hover .icon {
  59. opacity: 0.85;
  60. }
  61. /*--------------
  62. Focus
  63. ---------------*/
  64. .ui.button:focus {
  65. background-color: #E0E0E0;
  66. color: rgba(0, 0, 0, 0.8);
  67. background-image: '' !important;
  68. box-shadow: '' !important;
  69. }
  70. .ui.button:focus .icon {
  71. opacity: 0.85;
  72. }
  73. /*--------------
  74. Down
  75. ---------------*/
  76. .ui.button:active,
  77. .ui.active.button:active {
  78. background-color: '';
  79. background-image: '';
  80. color: rgba(0, 0, 0, 0.9);
  81. 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;
  82. }
  83. /*--------------
  84. Active
  85. ---------------*/
  86. .ui.active.button {
  87. background-color: #DFDFDF;
  88. background-image: none;
  89. 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;
  90. color: rgba(0, 0, 0, 0.95);
  91. }
  92. .ui.active.button:hover {
  93. background-color: #DFDFDF;
  94. background-image: none;
  95. color: rgba(0, 0, 0, 0.95);
  96. }
  97. .ui.active.button:active {
  98. background-color: #DFDFDF;
  99. background-image: none;
  100. }
  101. /*--------------
  102. Loading
  103. ---------------*/
  104. /* Specificity hack */
  105. .ui.loading.loading.loading.loading.loading.loading.button {
  106. position: relative;
  107. cursor: default;
  108. text-shadow: none !important;
  109. color: transparent !important;
  110. opacity: 1;
  111. pointer-events: auto;
  112. -webkit-transition: all 0s linear, opacity 0.1s ease;
  113. transition: all 0s linear, opacity 0.1s ease;
  114. }
  115. .ui.loading.button:before {
  116. position: absolute;
  117. content: '';
  118. top: 50%;
  119. left: 50%;
  120. margin: -0.65384615em 0em 0em -0.65384615em;
  121. width: 1.30769231em;
  122. height: 1.30769231em;
  123. border-radius: 500rem;
  124. border: 0.2em solid rgba(0, 0, 0, 0.15);
  125. }
  126. .ui.loading.button:after {
  127. position: absolute;
  128. content: '';
  129. top: 50%;
  130. left: 50%;
  131. margin: -0.65384615em 0em 0em -0.65384615em;
  132. width: 1.30769231em;
  133. height: 1.30769231em;
  134. -webkit-animation: button-spin 0.6s linear;
  135. animation: button-spin 0.6s linear;
  136. -webkit-animation-iteration-count: infinite;
  137. animation-iteration-count: infinite;
  138. border-radius: 500rem;
  139. border-color: #FFFFFF transparent transparent;
  140. border-style: solid;
  141. border-width: 0.2em;
  142. box-shadow: 0px 0px 0px 1px transparent;
  143. }
  144. .ui.labeled.icon.loading.button .icon {
  145. background-color: transparent;
  146. box-shadow: none;
  147. }
  148. @-webkit-keyframes button-spin {
  149. from {
  150. -webkit-transform: rotate(0deg);
  151. transform: rotate(0deg);
  152. }
  153. to {
  154. -webkit-transform: rotate(360deg);
  155. transform: rotate(360deg);
  156. }
  157. }
  158. @keyframes button-spin {
  159. from {
  160. -webkit-transform: rotate(0deg);
  161. transform: rotate(0deg);
  162. }
  163. to {
  164. -webkit-transform: rotate(360deg);
  165. transform: rotate(360deg);
  166. }
  167. }
  168. .ui.basic.loading.button:not(.inverted):before {
  169. border-color: rgba(0, 0, 0, 0.1);
  170. }
  171. .ui.basic.loading.button:not(.inverted):after {
  172. border-top-color: #767676;
  173. }
  174. /*-------------------
  175. Disabled
  176. --------------------*/
  177. .ui.buttons .disabled.button,
  178. .ui.disabled.button,
  179. .ui.button:disabled,
  180. .ui.disabled.button:hover,
  181. .ui.disabled.active.button {
  182. cursor: default;
  183. opacity: 0.3 !important;
  184. background-image: none !important;
  185. box-shadow: none !important;
  186. pointer-events: none;
  187. }
  188. /* Basic Group With Disabled */
  189. .ui.basic.buttons .ui.disabled.button {
  190. border-color: rgba(34, 36, 38, 0.5);
  191. }
  192. /*******************************
  193. Types
  194. *******************************/
  195. /*-------------------
  196. Animated
  197. --------------------*/
  198. .ui.animated.button {
  199. position: relative;
  200. overflow: hidden;
  201. padding-right: 0em !important;
  202. vertical-align: middle;
  203. z-index: 1;
  204. }
  205. .ui.animated.button .content {
  206. will-change: transform, opacity;
  207. }
  208. .ui.animated.button .visible.content {
  209. position: relative;
  210. margin-right: 1.15em;
  211. }
  212. .ui.animated.button .hidden.content {
  213. position: absolute;
  214. width: 100%;
  215. }
  216. /* Horizontal */
  217. .ui.animated.button .visible.content,
  218. .ui.animated.button .hidden.content {
  219. -webkit-transition: right 0.3s ease 0s;
  220. transition: right 0.3s ease 0s;
  221. }
  222. .ui.animated.button .visible.content {
  223. left: auto;
  224. right: 0%;
  225. }
  226. .ui.animated.button .hidden.content {
  227. top: 50%;
  228. left: auto;
  229. right: -100%;
  230. margin-top: -0.5em;
  231. }
  232. .ui.animated.button:focus .visible.content,
  233. .ui.animated.button:hover .visible.content {
  234. left: auto;
  235. right: 200%;
  236. }
  237. .ui.animated.button:focus .hidden.content,
  238. .ui.animated.button:hover .hidden.content {
  239. left: auto;
  240. right: 0%;
  241. }
  242. /* Vertical */
  243. .ui.vertical.animated.button .visible.content,
  244. .ui.vertical.animated.button .hidden.content {
  245. -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  246. transition: top 0.3s ease, transform 0.3s ease;
  247. }
  248. .ui.vertical.animated.button .visible.content {
  249. -webkit-transform: translateY(0%);
  250. transform: translateY(0%);
  251. right: auto;
  252. }
  253. .ui.vertical.animated.button .hidden.content {
  254. top: -50%;
  255. left: 0%;
  256. right: auto;
  257. }
  258. .ui.vertical.animated.button:focus .visible.content,
  259. .ui.vertical.animated.button:hover .visible.content {
  260. -webkit-transform: translateY(200%);
  261. transform: translateY(200%);
  262. right: auto;
  263. }
  264. .ui.vertical.animated.button:focus .hidden.content,
  265. .ui.vertical.animated.button:hover .hidden.content {
  266. top: 50%;
  267. right: auto;
  268. }
  269. /* Fade */
  270. .ui.fade.animated.button .visible.content,
  271. .ui.fade.animated.button .hidden.content {
  272. -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  273. transition: opacity 0.3s ease, transform 0.3s ease;
  274. }
  275. .ui.fade.animated.button .visible.content {
  276. left: auto;
  277. right: auto;
  278. opacity: 1;
  279. -webkit-transform: scale(1);
  280. transform: scale(1);
  281. }
  282. .ui.fade.animated.button .hidden.content {
  283. opacity: 0;
  284. left: 0%;
  285. right: auto;
  286. -webkit-transform: scale(1.5);
  287. transform: scale(1.5);
  288. }
  289. .ui.fade.animated.button:focus .visible.content,
  290. .ui.fade.animated.button:hover .visible.content {
  291. left: auto;
  292. right: auto;
  293. opacity: 0;
  294. -webkit-transform: scale(0.75);
  295. transform: scale(0.75);
  296. }
  297. .ui.fade.animated.button:focus .hidden.content,
  298. .ui.fade.animated.button:hover .hidden.content {
  299. left: 0%;
  300. right: auto;
  301. opacity: 1;
  302. -webkit-transform: scale(1);
  303. transform: scale(1);
  304. }
  305. /*-------------------
  306. Inverted
  307. --------------------*/
  308. .ui.inverted.button {
  309. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  310. background: transparent none;
  311. color: #FFFFFF;
  312. text-shadow: none !important;
  313. }
  314. /* Group */
  315. .ui.inverted.buttons .button {
  316. margin: 0px 0px 0px -2px;
  317. }
  318. .ui.inverted.buttons .button:first-child {
  319. margin-left: 0em;
  320. }
  321. .ui.inverted.vertical.buttons .button {
  322. margin: 0px 0px -2px 0px;
  323. }
  324. .ui.inverted.vertical.buttons .button:first-child {
  325. margin-top: 0em;
  326. }
  327. /* States */
  328. /* Hover */
  329. .ui.inverted.button:hover {
  330. background: #FFFFFF;
  331. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  332. color: rgba(0, 0, 0, 0.8);
  333. }
  334. /* Active / Focus */
  335. .ui.inverted.button:focus,
  336. .ui.inverted.button.active {
  337. background: #FFFFFF;
  338. box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  339. color: rgba(0, 0, 0, 0.8);
  340. }
  341. /* Active Focus */
  342. .ui.inverted.button.active:focus {
  343. background: #DCDDDE;
  344. box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
  345. color: rgba(0, 0, 0, 0.8);
  346. }
  347. /*-------------------
  348. Labeled Button
  349. --------------------*/
  350. .ui.labeled.button:not(.icon) {
  351. display: -webkit-inline-box;
  352. display: -webkit-inline-flex;
  353. display: -ms-inline-flexbox;
  354. display: inline-flex;
  355. -webkit-box-orient: horizontal;
  356. -webkit-box-direction: normal;
  357. -webkit-flex-direction: row;
  358. -ms-flex-direction: row;
  359. flex-direction: row;
  360. background: none !important;
  361. padding: 0px !important;
  362. border: none !important;
  363. box-shadow: none !important;
  364. }
  365. .ui.labeled.button > .button {
  366. margin: 0px;
  367. }
  368. .ui.labeled.button > .label {
  369. display: -webkit-box;
  370. display: -webkit-flex;
  371. display: -ms-flexbox;
  372. display: flex;
  373. -webkit-box-align: center;
  374. -webkit-align-items: center;
  375. -ms-flex-align: center;
  376. align-items: center;
  377. margin: 0px 0px 0px -1px !important;
  378. padding: '';
  379. font-size: 1em;
  380. border-color: rgba(0, 0, 0, 0.13);
  381. }
  382. /* Tag */
  383. .ui.labeled.button > .tag.label:before {
  384. width: 1.85em;
  385. height: 1.85em;
  386. }
  387. /* Right */
  388. .ui.labeled.button:not([class*="left labeled"]) > .button {
  389. border-top-right-radius: 0px;
  390. border-bottom-right-radius: 0px;
  391. }
  392. .ui.labeled.button:not([class*="left labeled"]) > .label {
  393. border-top-left-radius: 0px;
  394. border-bottom-left-radius: 0px;
  395. }
  396. /* Left Side */
  397. .ui[class*="left labeled"].button > .button {
  398. border-top-left-radius: 0px;
  399. border-bottom-left-radius: 0px;
  400. }
  401. .ui[class*="left labeled"].button > .label {
  402. border-top-right-radius: 0px;
  403. border-bottom-right-radius: 0px;
  404. }
  405. /*-------------------
  406. Social
  407. --------------------*/
  408. /* Facebook */
  409. .ui.facebook.button {
  410. background-color: #3B5998;
  411. color: #FFFFFF;
  412. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  413. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  414. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  415. 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);
  416. }
  417. .ui.facebook.button:hover {
  418. background-color: #304d8a;
  419. color: #FFFFFF;
  420. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  421. }
  422. .ui.facebook.button:active {
  423. background-color: #2d4373;
  424. color: #FFFFFF;
  425. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  426. }
  427. /* Twitter */
  428. .ui.twitter.button {
  429. background-color: #0084B4;
  430. color: #FFFFFF;
  431. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  432. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  433. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  434. 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);
  435. }
  436. .ui.twitter.button:hover {
  437. background-color: #00719b;
  438. color: #FFFFFF;
  439. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  440. }
  441. .ui.twitter.button:active {
  442. background-color: #005f81;
  443. color: #FFFFFF;
  444. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  445. }
  446. /* Google Plus */
  447. .ui.google.plus.button {
  448. background-color: #DC4A38;
  449. color: #FFFFFF;
  450. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  451. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  452. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  453. 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);
  454. }
  455. .ui.google.plus.button:hover {
  456. background-color: #de321d;
  457. color: #FFFFFF;
  458. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  459. }
  460. .ui.google.plus.button:active {
  461. background-color: #bf3322;
  462. color: #FFFFFF;
  463. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  464. }
  465. /* Linked In */
  466. .ui.linkedin.button {
  467. background-color: #1F88BE;
  468. color: #FFFFFF;
  469. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  470. }
  471. .ui.linkedin.button:hover {
  472. background-color: #147baf;
  473. color: #FFFFFF;
  474. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  475. }
  476. .ui.linkedin.button:active {
  477. background-color: #186992;
  478. color: #FFFFFF;
  479. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  480. }
  481. /* YouTube */
  482. .ui.youtube.button {
  483. background-color: #CC181E;
  484. color: #FFFFFF;
  485. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  486. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  487. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  488. 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);
  489. }
  490. .ui.youtube.button:hover {
  491. background-color: #bd0d13;
  492. color: #FFFFFF;
  493. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  494. }
  495. .ui.youtube.button:active {
  496. background-color: #9e1317;
  497. color: #FFFFFF;
  498. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  499. }
  500. /* Instagram */
  501. .ui.instagram.button {
  502. background-color: #49769C;
  503. color: #FFFFFF;
  504. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  505. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  506. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  507. 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);
  508. }
  509. .ui.instagram.button:hover {
  510. background-color: #3d698e;
  511. color: #FFFFFF;
  512. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  513. }
  514. .ui.instagram.button:active {
  515. background-color: #395c79;
  516. color: #FFFFFF;
  517. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  518. }
  519. /* Pinterest */
  520. .ui.pinterest.button {
  521. background-color: #00ACED;
  522. color: #FFFFFF;
  523. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  524. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  525. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  526. 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);
  527. }
  528. .ui.pinterest.button:hover {
  529. background-color: #0099d4;
  530. color: #FFFFFF;
  531. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  532. }
  533. .ui.pinterest.button:active {
  534. background-color: #0087ba;
  535. color: #FFFFFF;
  536. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  537. }
  538. /* VK */
  539. .ui.vk.button {
  540. background-color: #4D7198;
  541. color: #FFFFFF;
  542. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  543. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  544. 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);
  545. }
  546. .ui.vk.button:hover {
  547. background-color: #41648a;
  548. color: #FFFFFF;
  549. }
  550. .ui.vk.button:active {
  551. background-color: #3c5876;
  552. color: #FFFFFF;
  553. }
  554. /*--------------
  555. Icon
  556. ---------------*/
  557. .ui.button > .icon:not(.button) {
  558. height: 0.84615385em;
  559. opacity: 0.8;
  560. margin: 0em 0.46153846em 0em -0.23076923em;
  561. -webkit-transition: opacity 0.1s ease;
  562. transition: opacity 0.1s ease;
  563. vertical-align: '';
  564. color: '';
  565. }
  566. .ui.button > .right.icon:not(.button) {
  567. margin: 0em -0.23076923em 0em 0.46153846em;
  568. }
  569. /*******************************
  570. Variations
  571. *******************************/
  572. /*-------------------
  573. Floated
  574. --------------------*/
  575. .ui[class*="left floated"].buttons,
  576. .ui[class*="left floated"].button {
  577. float: left;
  578. margin-left: 0em;
  579. margin-right: 0.25em;
  580. }
  581. .ui[class*="right floated"].buttons,
  582. .ui[class*="right floated"].button {
  583. float: right;
  584. margin-right: 0em;
  585. margin-left: 0.25em;
  586. }
  587. /*-------------------
  588. Compact
  589. --------------------*/
  590. .ui.compact.buttons .button,
  591. .ui.compact.button {
  592. padding: 0.5625em 0.8625em 0.5625em;
  593. }
  594. .ui.compact.icon.buttons .button,
  595. .ui.compact.icon.button {
  596. padding: 0.5625em 0.5625em 0.5625em;
  597. }
  598. .ui.compact.labeled.icon.buttons .button,
  599. .ui.compact.labeled.icon.button {
  600. padding: 0.5625em 3.3625em 0.5625em;
  601. }
  602. /*-------------------
  603. Sizes
  604. --------------------*/
  605. .ui.mini.buttons .button,
  606. .ui.mini.buttons .or,
  607. .ui.mini.button {
  608. font-size: 0.6rem;
  609. }
  610. .ui.tiny.buttons .button,
  611. .ui.tiny.buttons .or,
  612. .ui.tiny.button {
  613. font-size: 0.7rem;
  614. }
  615. .ui.small.buttons .button,
  616. .ui.small.buttons .or,
  617. .ui.small.button {
  618. font-size: 0.85rem;
  619. }
  620. .ui.buttons .button,
  621. .ui.buttons .or,
  622. .ui.button {
  623. font-size: 0.92rem;
  624. }
  625. .ui.large.buttons .button,
  626. .ui.large.buttons .or,
  627. .ui.large.button {
  628. font-size: 1rem;
  629. }
  630. .ui.big.buttons .button,
  631. .ui.big.buttons .or,
  632. .ui.big.button {
  633. font-size: 1.125rem;
  634. }
  635. .ui.huge.buttons .button,
  636. .ui.huge.buttons .or,
  637. .ui.huge.button {
  638. font-size: 1.25rem;
  639. }
  640. .ui.massive.buttons .button,
  641. .ui.massive.buttons .or,
  642. .ui.massive.button {
  643. font-size: 1.3rem;
  644. }
  645. /*--------------
  646. Icon Only
  647. ---------------*/
  648. .ui.icon.buttons .button,
  649. .ui.icon.button {
  650. padding: 0.75em 0.75em 0.75em;
  651. }
  652. .ui.icon.buttons .button > .icon,
  653. .ui.icon.button > .icon {
  654. opacity: 0.9;
  655. margin: 0em;
  656. vertical-align: top;
  657. }
  658. /*-------------------
  659. Basic
  660. --------------------*/
  661. .ui.basic.buttons .button,
  662. .ui.basic.button {
  663. background: transparent none !important;
  664. color: #4078C0 !important;
  665. font-weight: bold;
  666. border-radius: 0.30769231em;
  667. text-transform: none;
  668. text-shadow: none !important;
  669. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13) inset;
  670. }
  671. .ui.basic.buttons {
  672. box-shadow: none;
  673. border: 1px solid rgba(0, 0, 0, 0.13);
  674. border-radius: 0.30769231em;
  675. }
  676. .ui.basic.buttons .button {
  677. border-radius: 0em;
  678. }
  679. .ui.basic.buttons .button:hover,
  680. .ui.basic.button:hover {
  681. background: #E0E0E0 !important;
  682. color: #4078C0 !important;
  683. box-shadow: 0px 0px 0px 1px #51A7E8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
  684. }
  685. .ui.basic.buttons .button:focus,
  686. .ui.basic.button:focus {
  687. background: #E0E0E0 !important;
  688. color: #4078C0 !important;
  689. box-shadow: 0px 0px 0px 1px #51A7E8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
  690. }
  691. .ui.basic.buttons .button:active,
  692. .ui.basic.button:active {
  693. background: #F8F8F8 !important;
  694. color: rgba(0, 0, 0, 0.9) !important;
  695. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.13) inset;
  696. }
  697. .ui.basic.buttons .active.button,
  698. .ui.basic.active.button {
  699. background: rgba(0, 0, 0, 0.05) !important;
  700. box-shadow: '' !important;
  701. color: rgba(0, 0, 0, 0.95);
  702. box-shadow: #51A7E8;
  703. }
  704. .ui.basic.buttons .active.button:hover,
  705. .ui.basic.active.button:hover {
  706. background-color: rgba(0, 0, 0, 0.05);
  707. }
  708. /* Vertical */
  709. .ui.basic.buttons .button:hover {
  710. box-shadow: 0px 0px 0px 1px #51A7E8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.13) inset inset;
  711. }
  712. .ui.basic.buttons .button:active {
  713. 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;
  714. }
  715. .ui.basic.buttons .active.button {
  716. box-shadow: #51A7E8 inset;
  717. }
  718. /* Standard Basic Inverted */
  719. .ui.basic.inverted.buttons .button,
  720. .ui.basic.inverted.button {
  721. background-color: transparent !important;
  722. color: #F9FAFB !important;
  723. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  724. }
  725. .ui.basic.inverted.buttons .button:hover,
  726. .ui.basic.inverted.button:hover {
  727. color: #FFFFFF !important;
  728. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  729. }
  730. .ui.basic.inverted.buttons .button:focus,
  731. .ui.basic.inverted.button:focus {
  732. color: #FFFFFF !important;
  733. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  734. }
  735. .ui.basic.inverted.buttons .button:active,
  736. .ui.basic.inverted.button:active {
  737. background-color: rgba(255, 255, 255, 0.08) !important;
  738. color: #FFFFFF !important;
  739. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
  740. }
  741. .ui.basic.inverted.buttons .active.button,
  742. .ui.basic.inverted.active.button {
  743. background-color: rgba(255, 255, 255, 0.08);
  744. color: #FFFFFF;
  745. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  746. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
  747. }
  748. .ui.basic.inverted.buttons .active.button:hover,
  749. .ui.basic.inverted.active.button:hover {
  750. background-color: rgba(255, 255, 255, 0.15);
  751. box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  752. }
  753. /* Basic Group */
  754. .ui.basic.buttons .button {
  755. border-left: 1px solid rgba(0, 0, 0, 0.13);
  756. box-shadow: none;
  757. }
  758. .ui.basic.vertical.buttons .button {
  759. border-left: none;
  760. }
  761. .ui.basic.vertical.buttons .button {
  762. border-left-width: 0px;
  763. border-top: 1px solid rgba(0, 0, 0, 0.13);
  764. }
  765. .ui.basic.vertical.buttons .button:first-child {
  766. border-top-width: 0px;
  767. }
  768. /*--------------
  769. Labeled Icon
  770. ---------------*/
  771. .ui.labeled.icon.buttons .button,
  772. .ui.labeled.icon.button {
  773. position: relative;
  774. padding-left: 3.4em !important;
  775. padding-right: 1.15em !important;
  776. }
  777. /* Left Labeled */
  778. .ui.labeled.icon.buttons > .button > .icon,
  779. .ui.labeled.icon.button > .icon {
  780. position: absolute;
  781. height: 100%;
  782. line-height: 1;
  783. border-radius: 0px;
  784. border-top-left-radius: inherit;
  785. border-bottom-left-radius: inherit;
  786. text-align: center;
  787. margin: 0em;
  788. width: 2.5em;
  789. background-color: transparent;
  790. color: '';
  791. box-shadow: -1px 0px 0px 0px transparent inset;
  792. }
  793. /* Left Labeled */
  794. .ui.labeled.icon.buttons > .button > .icon,
  795. .ui.labeled.icon.button > .icon {
  796. top: 0em;
  797. left: 0em;
  798. }
  799. /* Right Labeled */
  800. .ui[class*="right labeled"].icon.button {
  801. padding-right: 3.4em !important;
  802. padding-left: 1.15em !important;
  803. }
  804. .ui[class*="right labeled"].icon.button > .icon {
  805. left: auto;
  806. right: 0em;
  807. border-radius: 0px;
  808. border-top-right-radius: inherit;
  809. border-bottom-right-radius: inherit;
  810. box-shadow: 1px 0px 0px 0px transparent inset;
  811. }
  812. .ui.labeled.icon.buttons > .button > .icon:before,
  813. .ui.labeled.icon.button > .icon:before,
  814. .ui.labeled.icon.buttons > .button > .icon:after,
  815. .ui.labeled.icon.button > .icon:after {
  816. display: block;
  817. position: absolute;
  818. width: 100%;
  819. top: 50%;
  820. text-align: center;
  821. -webkit-transform: translateY(-50%);
  822. transform: translateY(-50%);
  823. }
  824. .ui.labeled.icon.buttons .button > .icon {
  825. border-radius: 0em;
  826. }
  827. .ui.labeled.icon.buttons .button:first-child > .icon {
  828. border-top-left-radius: 0.30769231em;
  829. border-bottom-left-radius: 0.30769231em;
  830. }
  831. .ui.labeled.icon.buttons .button:last-child > .icon {
  832. border-top-right-radius: 0.30769231em;
  833. border-bottom-right-radius: 0.30769231em;
  834. }
  835. .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  836. border-radius: 0em;
  837. border-top-left-radius: 0.30769231em;
  838. }
  839. .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  840. border-radius: 0em;
  841. border-bottom-left-radius: 0.30769231em;
  842. }
  843. /* Fluid Labeled */
  844. .ui.fluid[class*="left labeled"].icon.button,
  845. .ui.fluid[class*="right labeled"].icon.button {
  846. padding-left: 1.15em !important;
  847. padding-right: 1.15em !important;
  848. }
  849. /*--------------
  850. Toggle
  851. ---------------*/
  852. /* Toggle (Modifies active state to give affordances) */
  853. .ui.toggle.buttons .active.button,
  854. .ui.buttons .button.toggle.active,
  855. .ui.button.toggle.active {
  856. background-color: #60B044 !important;
  857. box-shadow: none !important;
  858. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  859. color: #FFFFFF !important;
  860. }
  861. .ui.button.toggle.active:hover {
  862. background-color: #54a238 !important;
  863. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  864. color: #FFFFFF !important;
  865. }
  866. /*--------------
  867. Circular
  868. ---------------*/
  869. .ui.circular.button {
  870. border-radius: 10em;
  871. }
  872. .ui.circular.button > .icon {
  873. width: 1em;
  874. vertical-align: baseline;
  875. }
  876. /*-------------------
  877. Or Buttons
  878. --------------------*/
  879. .ui.buttons .or {
  880. position: relative;
  881. width: 0.3em;
  882. height: 2.5em;
  883. z-index: 3;
  884. }
  885. .ui.buttons .or:before {
  886. position: absolute;
  887. text-align: center;
  888. border-radius: 500rem;
  889. content: 'or';
  890. top: 50%;
  891. left: 50%;
  892. background-color: #FFFFFF;
  893. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  894. margin-top: -0.875em;
  895. margin-left: -0.875em;
  896. width: 1.75em;
  897. height: 1.75em;
  898. line-height: 1.75em;
  899. color: rgba(0, 0, 0, 0.4);
  900. font-style: normal;
  901. font-weight: bold;
  902. box-shadow: 0px 0px 0px 1px transparent inset;
  903. }
  904. .ui.buttons .or[data-text]:before {
  905. content: attr(data-text);
  906. }
  907. /* Fluid Or */
  908. .ui.fluid.buttons .or {
  909. width: 0em !important;
  910. }
  911. .ui.fluid.buttons .or:after {
  912. display: none;
  913. }
  914. /*-------------------
  915. Attached
  916. --------------------*/
  917. /* Singular */
  918. .ui.attached.button {
  919. position: relative;
  920. display: block;
  921. margin: 0em;
  922. border-radius: 0em;
  923. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13) !important;
  924. }
  925. /* Top / Bottom */
  926. .ui.attached.top.button {
  927. border-radius: 0.30769231em 0.30769231em 0em 0em;
  928. }
  929. .ui.attached.bottom.button {
  930. border-radius: 0em 0em 0.30769231em 0.30769231em;
  931. }
  932. /* Left / Right */
  933. .ui.left.attached.button {
  934. display: inline-block;
  935. border-left: none;
  936. text-align: right;
  937. padding-right: 0.75em;
  938. border-radius: 0.30769231em 0em 0em 0.30769231em;
  939. }
  940. .ui.right.attached.button {
  941. display: inline-block;
  942. text-align: left;
  943. padding-left: 0.75em;
  944. border-radius: 0em 0.30769231em 0.30769231em 0em;
  945. }
  946. /* Plural */
  947. .ui.attached.buttons {
  948. position: relative;
  949. display: -webkit-box;
  950. display: -webkit-flex;
  951. display: -ms-flexbox;
  952. display: flex;
  953. border-radius: 0em;
  954. width: auto !important;
  955. z-index: 2;
  956. margin-left: -1px;
  957. margin-right: -1px;
  958. }
  959. .ui.attached.buttons .button {
  960. margin: 0em;
  961. }
  962. .ui.attached.buttons .button:first-child {
  963. border-radius: 0em;
  964. }
  965. .ui.attached.buttons .button:last-child {
  966. border-radius: 0em;
  967. }
  968. /* Top / Bottom */
  969. .ui[class*="top attached"].buttons {
  970. margin-bottom: -1px;
  971. border-radius: 0.30769231em 0.30769231em 0em 0em;
  972. }
  973. .ui[class*="top attached"].buttons .button:first-child {
  974. border-radius: 0.30769231em 0em 0em 0em;
  975. }
  976. .ui[class*="top attached"].buttons .button:last-child {
  977. border-radius: 0em 0.30769231em 0em 0em;
  978. }
  979. .ui[class*="bottom attached"].buttons {
  980. margin-top: -1px;
  981. border-radius: 0em 0em 0.30769231em 0.30769231em;
  982. }
  983. .ui[class*="bottom attached"].buttons .button:first-child {
  984. border-radius: 0em 0em 0em 0.30769231em;
  985. }
  986. .ui[class*="bottom attached"].buttons .button:last-child {
  987. border-radius: 0em 0em 0.30769231em 0em;
  988. }
  989. /* Left / Right */
  990. .ui[class*="left attached"].buttons {
  991. display: -webkit-inline-box;
  992. display: -webkit-inline-flex;
  993. display: -ms-inline-flexbox;
  994. display: inline-flex;
  995. margin-right: 0em;
  996. margin-left: -1px;
  997. border-radius: 0em 0.30769231em 0.30769231em 0em;
  998. }
  999. .ui[class*="left attached"].buttons .button:first-child {
  1000. margin-left: -1px;
  1001. border-radius: 0em 0.30769231em 0em 0em;
  1002. }
  1003. .ui[class*="left attached"].buttons .button:last-child {
  1004. margin-left: -1px;
  1005. border-radius: 0em 0em 0.30769231em 0em;
  1006. }
  1007. .ui[class*="right attached"].buttons {
  1008. display: -webkit-inline-box;
  1009. display: -webkit-inline-flex;
  1010. display: -ms-inline-flexbox;
  1011. display: inline-flex;
  1012. margin-left: 0em;
  1013. margin-right: -1px;
  1014. border-radius: 0.30769231em 0em 0em 0.30769231em;
  1015. }
  1016. .ui[class*="right attached"].buttons .button:first-child {
  1017. margin-left: -1px;
  1018. border-radius: 0.30769231em 0em 0em 0em;
  1019. }
  1020. .ui[class*="right attached"].buttons .button:last-child {
  1021. margin-left: -1px;
  1022. border-radius: 0em 0em 0em 0.30769231em;
  1023. }
  1024. /*-------------------
  1025. Fluid
  1026. --------------------*/
  1027. .ui.fluid.buttons,
  1028. .ui.fluid.button {
  1029. width: 100%;
  1030. }
  1031. .ui.fluid.button {
  1032. display: block;
  1033. }
  1034. .ui.two.buttons {
  1035. width: 100%;
  1036. }
  1037. .ui.two.buttons > .button {
  1038. width: 50%;
  1039. }
  1040. .ui.three.buttons {
  1041. width: 100%;
  1042. }
  1043. .ui.three.buttons > .button {
  1044. width: 33.333%;
  1045. }
  1046. .ui.four.buttons {
  1047. width: 100%;
  1048. }
  1049. .ui.four.buttons > .button {
  1050. width: 25%;
  1051. }
  1052. .ui.five.buttons {
  1053. width: 100%;
  1054. }
  1055. .ui.five.buttons > .button {
  1056. width: 20%;
  1057. }
  1058. .ui.six.buttons {
  1059. width: 100%;
  1060. }
  1061. .ui.six.buttons > .button {
  1062. width: 16.666%;
  1063. }
  1064. .ui.seven.buttons {
  1065. width: 100%;
  1066. }
  1067. .ui.seven.buttons > .button {
  1068. width: 14.285%;
  1069. }
  1070. .ui.eight.buttons {
  1071. width: 100%;
  1072. }
  1073. .ui.eight.buttons > .button {
  1074. width: 12.500%;
  1075. }
  1076. .ui.nine.buttons {
  1077. width: 100%;
  1078. }
  1079. .ui.nine.buttons > .button {
  1080. width: 11.11%;
  1081. }
  1082. .ui.ten.buttons {
  1083. width: 100%;
  1084. }
  1085. .ui.ten.buttons > .button {
  1086. width: 10%;
  1087. }
  1088. .ui.eleven.buttons {
  1089. width: 100%;
  1090. }
  1091. .ui.eleven.buttons > .button {
  1092. width: 9.09%;
  1093. }
  1094. .ui.twelve.buttons {
  1095. width: 100%;
  1096. }
  1097. .ui.twelve.buttons > .button {
  1098. width: 8.3333%;
  1099. }
  1100. /* Fluid Vertical Buttons */
  1101. .ui.fluid.vertical.buttons,
  1102. .ui.fluid.vertical.buttons > .button {
  1103. display: -webkit-box;
  1104. display: -webkit-flex;
  1105. display: -ms-flexbox;
  1106. display: flex;
  1107. width: auto;
  1108. }
  1109. .ui.two.vertical.buttons > .button {
  1110. height: 50%;
  1111. }
  1112. .ui.three.vertical.buttons > .button {
  1113. height: 33.333%;
  1114. }
  1115. .ui.four.vertical.buttons > .button {
  1116. height: 25%;
  1117. }
  1118. .ui.five.vertical.buttons > .button {
  1119. height: 20%;
  1120. }
  1121. .ui.six.vertical.buttons > .button {
  1122. height: 16.666%;
  1123. }
  1124. .ui.seven.vertical.buttons > .button {
  1125. height: 14.285%;
  1126. }
  1127. .ui.eight.vertical.buttons > .button {
  1128. height: 12.500%;
  1129. }
  1130. .ui.nine.vertical.buttons > .button {
  1131. height: 11.11%;
  1132. }
  1133. .ui.ten.vertical.buttons > .button {
  1134. height: 10%;
  1135. }
  1136. .ui.eleven.vertical.buttons > .button {
  1137. height: 9.09%;
  1138. }
  1139. .ui.twelve.vertical.buttons > .button {
  1140. height: 8.3333%;
  1141. }
  1142. /*-------------------
  1143. Colors
  1144. --------------------*/
  1145. /*--- Black ---*/
  1146. .ui.black.buttons .button,
  1147. .ui.black.button {
  1148. background-color: #5D5D5D;
  1149. color: #FFFFFF;
  1150. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1151. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1152. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1153. }
  1154. .ui.black.button {
  1155. 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);
  1156. }
  1157. .ui.black.buttons .button:hover,
  1158. .ui.black.button:hover {
  1159. background-color: #6a6a6a;
  1160. color: #FFFFFF;
  1161. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1162. }
  1163. .ui.black.buttons .button:focus,
  1164. .ui.black.button:focus {
  1165. background-color: #717171;
  1166. color: #FFFFFF;
  1167. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1168. }
  1169. .ui.black.buttons .button:active,
  1170. .ui.black.button:active {
  1171. background-color: #777777;
  1172. color: #FFFFFF;
  1173. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1174. }
  1175. .ui.black.buttons .active.button,
  1176. .ui.black.buttons .active.button:active,
  1177. .ui.black.active.button,
  1178. .ui.black.button .active.button:active {
  1179. background-color: #505050;
  1180. color: #FFFFFF;
  1181. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1182. }
  1183. /* Basic */
  1184. .ui.basic.black.buttons .button,
  1185. .ui.basic.black.button {
  1186. box-shadow: 0px 0px 0px 1px #5D5D5D inset !important;
  1187. color: #5D5D5D !important;
  1188. }
  1189. .ui.basic.black.buttons .button:hover,
  1190. .ui.basic.black.button:hover {
  1191. background: transparent !important;
  1192. box-shadow: 0px 0px 0px 1px #6a6a6a inset !important;
  1193. color: #6a6a6a !important;
  1194. }
  1195. .ui.basic.black.buttons .button:focus,
  1196. .ui.basic.black.button:focus {
  1197. background: transparent !important;
  1198. box-shadow: 0px 0px 0px 1px #717171 inset !important;
  1199. color: #6a6a6a !important;
  1200. }
  1201. .ui.basic.black.buttons .active.button,
  1202. .ui.basic.black.active.button {
  1203. background: transparent !important;
  1204. box-shadow: 0px 0px 0px 1px #505050 inset !important;
  1205. color: #777777 !important;
  1206. }
  1207. .ui.basic.black.buttons .button:active,
  1208. .ui.basic.black.button:active {
  1209. box-shadow: 0px 0px 0px 1px #777777 inset !important;
  1210. color: #777777 !important;
  1211. }
  1212. .ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
  1213. margin-left: -1px;
  1214. }
  1215. /* Inverted */
  1216. .ui.inverted.black.buttons .button,
  1217. .ui.inverted.black.button {
  1218. background-color: transparent;
  1219. box-shadow: 0px 0px 0px 2px #DDDDDD inset !important;
  1220. color: #FFFFFF;
  1221. }
  1222. .ui.inverted.black.buttons .button:hover,
  1223. .ui.inverted.black.button:hover,
  1224. .ui.inverted.black.buttons .button:focus,
  1225. .ui.inverted.black.button:focus,
  1226. .ui.inverted.black.buttons .button.active,
  1227. .ui.inverted.black.button.active,
  1228. .ui.inverted.black.buttons .button:active,
  1229. .ui.inverted.black.button:active {
  1230. box-shadow: none !important;
  1231. color: #FFFFFF;
  1232. }
  1233. .ui.inverted.black.buttons .button:hover,
  1234. .ui.inverted.black.button:hover {
  1235. background-color: #000000;
  1236. }
  1237. .ui.inverted.black.buttons .button:focus,
  1238. .ui.inverted.black.button:focus {
  1239. background-color: #000000;
  1240. }
  1241. .ui.inverted.black.buttons .active.button,
  1242. .ui.inverted.black.active.button {
  1243. background-color: #000000;
  1244. }
  1245. .ui.inverted.black.buttons .button:active,
  1246. .ui.inverted.black.button:active {
  1247. background-color: #000000;
  1248. }
  1249. /* Inverted Basic */
  1250. .ui.inverted.black.basic.buttons .button,
  1251. .ui.inverted.black.buttons .basic.button,
  1252. .ui.inverted.black.basic.button {
  1253. background-color: transparent;
  1254. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1255. color: #FFFFFF !important;
  1256. }
  1257. .ui.inverted.black.basic.buttons .button:hover,
  1258. .ui.inverted.black.buttons .basic.button:hover,
  1259. .ui.inverted.black.basic.button:hover {
  1260. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1261. color: #FFFFFF !important;
  1262. }
  1263. .ui.inverted.black.basic.buttons .button:focus,
  1264. .ui.inverted.black.basic.buttons .button:focus,
  1265. .ui.inverted.black.basic.button:focus {
  1266. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1267. color: #545454 !important;
  1268. }
  1269. .ui.inverted.black.basic.buttons .active.button,
  1270. .ui.inverted.black.buttons .basic.active.button,
  1271. .ui.inverted.black.basic.active.button {
  1272. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1273. color: #FFFFFF !important;
  1274. }
  1275. .ui.inverted.black.basic.buttons .button:active,
  1276. .ui.inverted.black.buttons .basic.button:active,
  1277. .ui.inverted.black.basic.button:active {
  1278. box-shadow: 0px 0px 0px 2px #000000 inset !important;
  1279. color: #FFFFFF !important;
  1280. }
  1281. /*--- Grey ---*/
  1282. .ui.grey.buttons .button,
  1283. .ui.grey.button {
  1284. background-color: #767676;
  1285. color: #FFFFFF;
  1286. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1287. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1288. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1289. }
  1290. .ui.grey.button {
  1291. 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);
  1292. }
  1293. .ui.grey.buttons .button:hover,
  1294. .ui.grey.button:hover {
  1295. background-color: #838383;
  1296. color: #FFFFFF;
  1297. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1298. }
  1299. .ui.grey.buttons .button:focus,
  1300. .ui.grey.button:focus {
  1301. background-color: #8a8a8a;
  1302. color: #FFFFFF;
  1303. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1304. }
  1305. .ui.grey.buttons .button:active,
  1306. .ui.grey.button:active {
  1307. background-color: #909090;
  1308. color: #FFFFFF;
  1309. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1310. }
  1311. .ui.grey.buttons .active.button,
  1312. .ui.grey.buttons .active.button:active,
  1313. .ui.grey.active.button,
  1314. .ui.grey.button .active.button:active {
  1315. background-color: #696969;
  1316. color: #FFFFFF;
  1317. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1318. }
  1319. /* Basic */
  1320. .ui.basic.grey.buttons .button,
  1321. .ui.basic.grey.button {
  1322. box-shadow: 0px 0px 0px 1px #767676 inset !important;
  1323. color: #767676 !important;
  1324. }
  1325. .ui.basic.grey.buttons .button:hover,
  1326. .ui.basic.grey.button:hover {
  1327. background: transparent !important;
  1328. box-shadow: 0px 0px 0px 1px #838383 inset !important;
  1329. color: #838383 !important;
  1330. }
  1331. .ui.basic.grey.buttons .button:focus,
  1332. .ui.basic.grey.button:focus {
  1333. background: transparent !important;
  1334. box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
  1335. color: #838383 !important;
  1336. }
  1337. .ui.basic.grey.buttons .active.button,
  1338. .ui.basic.grey.active.button {
  1339. background: transparent !important;
  1340. box-shadow: 0px 0px 0px 1px #696969 inset !important;
  1341. color: #909090 !important;
  1342. }
  1343. .ui.basic.grey.buttons .button:active,
  1344. .ui.basic.grey.button:active {
  1345. box-shadow: 0px 0px 0px 1px #909090 inset !important;
  1346. color: #909090 !important;
  1347. }
  1348. .ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
  1349. margin-left: -1px;
  1350. }
  1351. /* Inverted */
  1352. .ui.inverted.grey.buttons .button,
  1353. .ui.inverted.grey.button {
  1354. background-color: transparent;
  1355. box-shadow: 0px 0px 0px 2px #DDDDDD inset !important;
  1356. color: #FFFFFF;
  1357. }
  1358. .ui.inverted.grey.buttons .button:hover,
  1359. .ui.inverted.grey.button:hover,
  1360. .ui.inverted.grey.buttons .button:focus,
  1361. .ui.inverted.grey.button:focus,
  1362. .ui.inverted.grey.buttons .button.active,
  1363. .ui.inverted.grey.button.active,
  1364. .ui.inverted.grey.buttons .button:active,
  1365. .ui.inverted.grey.button:active {
  1366. box-shadow: none !important;
  1367. color: #333333;
  1368. }
  1369. .ui.inverted.grey.buttons .button:hover,
  1370. .ui.inverted.grey.button:hover {
  1371. background-color: #cfd0d2;
  1372. }
  1373. .ui.inverted.grey.buttons .button:focus,
  1374. .ui.inverted.grey.button:focus {
  1375. background-color: #c7c9cb;
  1376. }
  1377. .ui.inverted.grey.buttons .active.button,
  1378. .ui.inverted.grey.active.button {
  1379. background-color: #cfd0d2;
  1380. }
  1381. .ui.inverted.grey.buttons .button:active,
  1382. .ui.inverted.grey.button:active {
  1383. background-color: #c2c4c5;
  1384. }
  1385. /* Inverted Basic */
  1386. .ui.inverted.grey.basic.buttons .button,
  1387. .ui.inverted.grey.buttons .basic.button,
  1388. .ui.inverted.grey.basic.button {
  1389. background-color: transparent;
  1390. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1391. color: #FFFFFF !important;
  1392. }
  1393. .ui.inverted.grey.basic.buttons .button:hover,
  1394. .ui.inverted.grey.buttons .basic.button:hover,
  1395. .ui.inverted.grey.basic.button:hover {
  1396. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  1397. color: #FFFFFF !important;
  1398. }
  1399. .ui.inverted.grey.basic.buttons .button:focus,
  1400. .ui.inverted.grey.basic.buttons .button:focus,
  1401. .ui.inverted.grey.basic.button:focus {
  1402. box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
  1403. color: #DCDDDE !important;
  1404. }
  1405. .ui.inverted.grey.basic.buttons .active.button,
  1406. .ui.inverted.grey.buttons .basic.active.button,
  1407. .ui.inverted.grey.basic.active.button {
  1408. box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  1409. color: #FFFFFF !important;
  1410. }
  1411. .ui.inverted.grey.basic.buttons .button:active,
  1412. .ui.inverted.grey.buttons .basic.button:active,
  1413. .ui.inverted.grey.basic.button:active {
  1414. box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
  1415. color: #FFFFFF !important;
  1416. }
  1417. /*--- Brown ---*/
  1418. .ui.brown.buttons .button,
  1419. .ui.brown.button {
  1420. background-color: #A5673F;
  1421. color: #FFFFFF;
  1422. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1423. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1424. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1425. }
  1426. .ui.brown.button {
  1427. 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);
  1428. }
  1429. .ui.brown.buttons .button:hover,
  1430. .ui.brown.button:hover {
  1431. background-color: #975b33;
  1432. color: #FFFFFF;
  1433. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1434. }
  1435. .ui.brown.buttons .button:focus,
  1436. .ui.brown.button:focus {
  1437. background-color: #90532b;
  1438. color: #FFFFFF;
  1439. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1440. }
  1441. .ui.brown.buttons .button:active,
  1442. .ui.brown.button:active {
  1443. background-color: #805031;
  1444. color: #FFFFFF;
  1445. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1446. }
  1447. .ui.brown.buttons .active.button,
  1448. .ui.brown.buttons .active.button:active,
  1449. .ui.brown.active.button,
  1450. .ui.brown.button .active.button:active {
  1451. background-color: #995a31;
  1452. color: #FFFFFF;
  1453. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1454. }
  1455. /* Basic */
  1456. .ui.basic.brown.buttons .button,
  1457. .ui.basic.brown.button {
  1458. box-shadow: 0px 0px 0px 1px #A5673F inset !important;
  1459. color: #A5673F !important;
  1460. }
  1461. .ui.basic.brown.buttons .button:hover,
  1462. .ui.basic.brown.button:hover {
  1463. background: transparent !important;
  1464. box-shadow: 0px 0px 0px 1px #975b33 inset !important;
  1465. color: #975b33 !important;
  1466. }
  1467. .ui.basic.brown.buttons .button:focus,
  1468. .ui.basic.brown.button:focus {
  1469. background: transparent !important;
  1470. box-shadow: 0px 0px 0px 1px #90532b inset !important;
  1471. color: #975b33 !important;
  1472. }
  1473. .ui.basic.brown.buttons .active.button,
  1474. .ui.basic.brown.active.button {
  1475. background: transparent !important;
  1476. box-shadow: 0px 0px 0px 1px #995a31 inset !important;
  1477. color: #805031 !important;
  1478. }
  1479. .ui.basic.brown.buttons .button:active,
  1480. .ui.basic.brown.button:active {
  1481. box-shadow: 0px 0px 0px 1px #805031 inset !important;
  1482. color: #805031 !important;
  1483. }
  1484. .ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
  1485. margin-left: -1px;
  1486. }
  1487. /* Inverted */
  1488. .ui.inverted.brown.buttons .button,
  1489. .ui.inverted.brown.button {
  1490. background-color: transparent;
  1491. box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
  1492. color: #D67C1C;
  1493. }
  1494. .ui.inverted.brown.buttons .button:hover,
  1495. .ui.inverted.brown.button:hover,
  1496. .ui.inverted.brown.buttons .button:focus,
  1497. .ui.inverted.brown.button:focus,
  1498. .ui.inverted.brown.buttons .button.active,
  1499. .ui.inverted.brown.button.active,
  1500. .ui.inverted.brown.buttons .button:active,
  1501. .ui.inverted.brown.button:active {
  1502. box-shadow: none !important;
  1503. color: #FFFFFF;
  1504. }
  1505. .ui.inverted.brown.buttons .button:hover,
  1506. .ui.inverted.brown.button:hover {
  1507. background-color: #c86f11;
  1508. }
  1509. .ui.inverted.brown.buttons .button:focus,
  1510. .ui.inverted.brown.button:focus {
  1511. background-color: #c16808;
  1512. }
  1513. .ui.inverted.brown.buttons .active.button,
  1514. .ui.inverted.brown.active.button {
  1515. background-color: #cc6f0d;
  1516. }
  1517. .ui.inverted.brown.buttons .button:active,
  1518. .ui.inverted.brown.button:active {
  1519. background-color: #a96216;
  1520. }
  1521. /* Inverted Basic */
  1522. .ui.inverted.brown.basic.buttons .button,
  1523. .ui.inverted.brown.buttons .basic.button,
  1524. .ui.inverted.brown.basic.button {
  1525. background-color: transparent;
  1526. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1527. color: #FFFFFF !important;
  1528. }
  1529. .ui.inverted.brown.basic.buttons .button:hover,
  1530. .ui.inverted.brown.buttons .basic.button:hover,
  1531. .ui.inverted.brown.basic.button:hover {
  1532. box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
  1533. color: #D67C1C !important;
  1534. }
  1535. .ui.inverted.brown.basic.buttons .button:focus,
  1536. .ui.inverted.brown.basic.buttons .button:focus,
  1537. .ui.inverted.brown.basic.button:focus {
  1538. box-shadow: 0px 0px 0px 2px #c16808 inset !important;
  1539. color: #D67C1C !important;
  1540. }
  1541. .ui.inverted.brown.basic.buttons .active.button,
  1542. .ui.inverted.brown.buttons .basic.active.button,
  1543. .ui.inverted.brown.basic.active.button {
  1544. box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
  1545. color: #D67C1C !important;
  1546. }
  1547. .ui.inverted.brown.basic.buttons .button:active,
  1548. .ui.inverted.brown.buttons .basic.button:active,
  1549. .ui.inverted.brown.basic.button:active {
  1550. box-shadow: 0px 0px 0px 2px #a96216 inset !important;
  1551. color: #D67C1C !important;
  1552. }
  1553. /*--- Blue ---*/
  1554. .ui.blue.buttons .button,
  1555. .ui.blue.button {
  1556. background-color: #3072B3;
  1557. color: #FFFFFF;
  1558. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1559. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1560. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1561. }
  1562. .ui.blue.button {
  1563. 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);
  1564. }
  1565. .ui.blue.buttons .button:hover,
  1566. .ui.blue.button:hover {
  1567. background-color: #2565a5;
  1568. color: #FFFFFF;
  1569. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1570. }
  1571. .ui.blue.buttons .button:focus,
  1572. .ui.blue.button:focus {
  1573. background-color: #1d5e9e;
  1574. color: #FFFFFF;
  1575. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1576. }
  1577. .ui.blue.buttons .button:active,
  1578. .ui.blue.button:active {
  1579. background-color: #25588b;
  1580. color: #FFFFFF;
  1581. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1582. }
  1583. .ui.blue.buttons .active.button,
  1584. .ui.blue.buttons .active.button:active,
  1585. .ui.blue.active.button,
  1586. .ui.blue.button .active.button:active {
  1587. background-color: #2265a8;
  1588. color: #FFFFFF;
  1589. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1590. }
  1591. /* Basic */
  1592. .ui.basic.blue.buttons .button,
  1593. .ui.basic.blue.button {
  1594. box-shadow: 0px 0px 0px 1px #3072B3 inset !important;
  1595. color: #3072B3 !important;
  1596. }
  1597. .ui.basic.blue.buttons .button:hover,
  1598. .ui.basic.blue.button:hover {
  1599. background: transparent !important;
  1600. box-shadow: 0px 0px 0px 1px #2565a5 inset !important;
  1601. color: #2565a5 !important;
  1602. }
  1603. .ui.basic.blue.buttons .button:focus,
  1604. .ui.basic.blue.button:focus {
  1605. background: transparent !important;
  1606. box-shadow: 0px 0px 0px 1px #1d5e9e inset !important;
  1607. color: #2565a5 !important;
  1608. }
  1609. .ui.basic.blue.buttons .active.button,
  1610. .ui.basic.blue.active.button {
  1611. background: transparent !important;
  1612. box-shadow: 0px 0px 0px 1px #2265a8 inset !important;
  1613. color: #25588b !important;
  1614. }
  1615. .ui.basic.blue.buttons .button:active,
  1616. .ui.basic.blue.button:active {
  1617. box-shadow: 0px 0px 0px 1px #25588b inset !important;
  1618. color: #25588b !important;
  1619. }
  1620. .ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
  1621. margin-left: -1px;
  1622. }
  1623. /* Inverted */
  1624. .ui.inverted.blue.buttons .button,
  1625. .ui.inverted.blue.button {
  1626. background-color: transparent;
  1627. box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  1628. color: #54C8FF;
  1629. }
  1630. .ui.inverted.blue.buttons .button:hover,
  1631. .ui.inverted.blue.button:hover,
  1632. .ui.inverted.blue.buttons .button:focus,
  1633. .ui.inverted.blue.button:focus,
  1634. .ui.inverted.blue.buttons .button.active,
  1635. .ui.inverted.blue.button.active,
  1636. .ui.inverted.blue.buttons .button:active,
  1637. .ui.inverted.blue.button:active {
  1638. box-shadow: none !important;
  1639. color: #FFFFFF;
  1640. }
  1641. .ui.inverted.blue.buttons .button:hover,
  1642. .ui.inverted.blue.button:hover {
  1643. background-color: #3ac0ff;
  1644. }
  1645. .ui.inverted.blue.buttons .button:focus,
  1646. .ui.inverted.blue.button:focus {
  1647. background-color: #2bbbff;
  1648. }
  1649. .ui.inverted.blue.buttons .active.button,
  1650. .ui.inverted.blue.active.button {
  1651. background-color: #3ac0ff;
  1652. }
  1653. .ui.inverted.blue.buttons .button:active,
  1654. .ui.inverted.blue.button:active {
  1655. background-color: #21b8ff;
  1656. }
  1657. /* Inverted Basic */
  1658. .ui.inverted.blue.basic.buttons .button,
  1659. .ui.inverted.blue.buttons .basic.button,
  1660. .ui.inverted.blue.basic.button {
  1661. background-color: transparent;
  1662. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1663. color: #FFFFFF !important;
  1664. }
  1665. .ui.inverted.blue.basic.buttons .button:hover,
  1666. .ui.inverted.blue.buttons .basic.button:hover,
  1667. .ui.inverted.blue.basic.button:hover {
  1668. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  1669. color: #54C8FF !important;
  1670. }
  1671. .ui.inverted.blue.basic.buttons .button:focus,
  1672. .ui.inverted.blue.basic.buttons .button:focus,
  1673. .ui.inverted.blue.basic.button:focus {
  1674. box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  1675. color: #54C8FF !important;
  1676. }
  1677. .ui.inverted.blue.basic.buttons .active.button,
  1678. .ui.inverted.blue.buttons .basic.active.button,
  1679. .ui.inverted.blue.basic.active.button {
  1680. box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  1681. color: #54C8FF !important;
  1682. }
  1683. .ui.inverted.blue.basic.buttons .button:active,
  1684. .ui.inverted.blue.buttons .basic.button:active,
  1685. .ui.inverted.blue.basic.button:active {
  1686. box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  1687. color: #54C8FF !important;
  1688. }
  1689. /*--- Green ---*/
  1690. .ui.green.buttons .button,
  1691. .ui.green.button {
  1692. background-color: #60B044;
  1693. color: #FFFFFF;
  1694. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1695. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1696. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1697. }
  1698. .ui.green.button {
  1699. 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);
  1700. }
  1701. .ui.green.buttons .button:hover,
  1702. .ui.green.button:hover {
  1703. background-color: #54a238;
  1704. color: #FFFFFF;
  1705. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1706. }
  1707. .ui.green.buttons .button:focus,
  1708. .ui.green.button:focus {
  1709. background-color: #4c9c30;
  1710. color: #FFFFFF;
  1711. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1712. }
  1713. .ui.green.buttons .button:active,
  1714. .ui.green.button:active {
  1715. background-color: #4c8b36;
  1716. color: #FFFFFF;
  1717. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1718. }
  1719. .ui.green.buttons .active.button,
  1720. .ui.green.buttons .active.button:active,
  1721. .ui.green.active.button,
  1722. .ui.green.button .active.button:active {
  1723. background-color: #52a536;
  1724. color: #FFFFFF;
  1725. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1726. }
  1727. /* Basic */
  1728. .ui.basic.green.buttons .button,
  1729. .ui.basic.green.button {
  1730. box-shadow: 0px 0px 0px 1px #60B044 inset !important;
  1731. color: #60B044 !important;
  1732. }
  1733. .ui.basic.green.buttons .button:hover,
  1734. .ui.basic.green.button:hover {
  1735. background: transparent !important;
  1736. box-shadow: 0px 0px 0px 1px #54a238 inset !important;
  1737. color: #54a238 !important;
  1738. }
  1739. .ui.basic.green.buttons .button:focus,
  1740. .ui.basic.green.button:focus {
  1741. background: transparent !important;
  1742. box-shadow: 0px 0px 0px 1px #4c9c30 inset !important;
  1743. color: #54a238 !important;
  1744. }
  1745. .ui.basic.green.buttons .active.button,
  1746. .ui.basic.green.active.button {
  1747. background: transparent !important;
  1748. box-shadow: 0px 0px 0px 1px #52a536 inset !important;
  1749. color: #4c8b36 !important;
  1750. }
  1751. .ui.basic.green.buttons .button:active,
  1752. .ui.basic.green.button:active {
  1753. box-shadow: 0px 0px 0px 1px #4c8b36 inset !important;
  1754. color: #4c8b36 !important;
  1755. }
  1756. .ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
  1757. margin-left: -1px;
  1758. }
  1759. /* Inverted */
  1760. .ui.inverted.green.buttons .button,
  1761. .ui.inverted.green.button {
  1762. background-color: transparent;
  1763. box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
  1764. color: #2ECC40;
  1765. }
  1766. .ui.inverted.green.buttons .button:hover,
  1767. .ui.inverted.green.button:hover,
  1768. .ui.inverted.green.buttons .button:focus,
  1769. .ui.inverted.green.button:focus,
  1770. .ui.inverted.green.buttons .button.active,
  1771. .ui.inverted.green.button.active,
  1772. .ui.inverted.green.buttons .button:active,
  1773. .ui.inverted.green.button:active {
  1774. box-shadlightOw: none !important;
  1775. color: #FFFFFF;
  1776. }
  1777. .ui.inverted.green.buttons .button:hover,
  1778. .ui.inverted.green.button:hover {
  1779. background-color: #22be34;
  1780. }
  1781. .ui.inverted.green.buttons .button:focus,
  1782. .ui.inverted.green.button:focus {
  1783. background-color: #19b82b;
  1784. }
  1785. .ui.inverted.green.buttons .active.button,
  1786. .ui.inverted.green.active.button {
  1787. background-color: #1fc231;
  1788. }
  1789. .ui.inverted.green.buttons .button:active,
  1790. .ui.inverted.green.button:active {
  1791. background-color: #25a233;
  1792. }
  1793. /* Inverted Basic */
  1794. .ui.inverted.green.basic.buttons .button,
  1795. .ui.inverted.green.buttons .basic.button,
  1796. .ui.inverted.green.basic.button {
  1797. background-color: transparent;
  1798. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1799. color: #FFFFFF !important;
  1800. }
  1801. .ui.inverted.green.basic.buttons .button:hover,
  1802. .ui.inverted.green.buttons .basic.button:hover,
  1803. .ui.inverted.green.basic.button:hover {
  1804. box-shadow: 0px 0px 0px 2px #22be34 inset !important;
  1805. color: #2ECC40 !important;
  1806. }
  1807. .ui.inverted.green.basic.buttons .button:focus,
  1808. .ui.inverted.green.basic.buttons .button:focus,
  1809. .ui.inverted.green.basic.button:focus {
  1810. box-shadow: 0px 0px 0px 2px #19b82b inset !important;
  1811. color: #2ECC40 !important;
  1812. }
  1813. .ui.inverted.green.basic.buttons .active.button,
  1814. .ui.inverted.green.buttons .basic.active.button,
  1815. .ui.inverted.green.basic.active.button {
  1816. box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
  1817. color: #2ECC40 !important;
  1818. }
  1819. .ui.inverted.green.basic.buttons .button:active,
  1820. .ui.inverted.green.buttons .basic.button:active,
  1821. .ui.inverted.green.basic.button:active {
  1822. box-shadow: 0px 0px 0px 2px #25a233 inset !important;
  1823. color: #2ECC40 !important;
  1824. }
  1825. /*--- Orange ---*/
  1826. .ui.orange.buttons .button,
  1827. .ui.orange.button {
  1828. background-color: #D26911;
  1829. color: #FFFFFF;
  1830. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1831. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1832. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1833. }
  1834. .ui.orange.button {
  1835. 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);
  1836. }
  1837. .ui.orange.buttons .button:hover,
  1838. .ui.orange.button:hover {
  1839. background-color: #c35c07;
  1840. color: #FFFFFF;
  1841. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1842. }
  1843. .ui.orange.buttons .button:focus,
  1844. .ui.orange.button:focus {
  1845. background-color: #ba5500;
  1846. color: #FFFFFF;
  1847. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1848. }
  1849. .ui.orange.buttons .button:active,
  1850. .ui.orange.button:active {
  1851. background-color: #a3510d;
  1852. color: #FFFFFF;
  1853. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1854. }
  1855. .ui.orange.buttons .active.button,
  1856. .ui.orange.buttons .active.button:active,
  1857. .ui.orange.active.button,
  1858. .ui.orange.button .active.button:active {
  1859. background-color: #c75c02;
  1860. color: #FFFFFF;
  1861. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1862. }
  1863. /* Basic */
  1864. .ui.basic.orange.buttons .button,
  1865. .ui.basic.orange.button {
  1866. box-shadow: 0px 0px 0px 1px #D26911 inset !important;
  1867. color: #D26911 !important;
  1868. }
  1869. .ui.basic.orange.buttons .button:hover,
  1870. .ui.basic.orange.button:hover {
  1871. background: transparent !important;
  1872. box-shadow: 0px 0px 0px 1px #c35c07 inset !important;
  1873. color: #c35c07 !important;
  1874. }
  1875. .ui.basic.orange.buttons .button:focus,
  1876. .ui.basic.orange.button:focus {
  1877. background: transparent !important;
  1878. box-shadow: 0px 0px 0px 1px #ba5500 inset !important;
  1879. color: #c35c07 !important;
  1880. }
  1881. .ui.basic.orange.buttons .active.button,
  1882. .ui.basic.orange.active.button {
  1883. background: transparent !important;
  1884. box-shadow: 0px 0px 0px 1px #c75c02 inset !important;
  1885. color: #a3510d !important;
  1886. }
  1887. .ui.basic.orange.buttons .button:active,
  1888. .ui.basic.orange.button:active {
  1889. box-shadow: 0px 0px 0px 1px #a3510d inset !important;
  1890. color: #a3510d !important;
  1891. }
  1892. .ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
  1893. margin-left: -1px;
  1894. }
  1895. /* Inverted */
  1896. .ui.inverted.orange.buttons .button,
  1897. .ui.inverted.orange.button {
  1898. background-color: transparent;
  1899. box-shadow: 0px 0px 0px 2px #FF851B inset !important;
  1900. color: #FF851B;
  1901. }
  1902. .ui.inverted.orange.buttons .button:hover,
  1903. .ui.inverted.orange.button:hover,
  1904. .ui.inverted.orange.buttons .button:focus,
  1905. .ui.inverted.orange.button:focus,
  1906. .ui.inverted.orange.buttons .button.active,
  1907. .ui.inverted.orange.button.active,
  1908. .ui.inverted.orange.buttons .button:active,
  1909. .ui.inverted.orange.button:active {
  1910. box-shadow: none !important;
  1911. color: #FFFFFF;
  1912. }
  1913. .ui.inverted.orange.buttons .button:hover,
  1914. .ui.inverted.orange.button:hover {
  1915. background-color: #ff7701;
  1916. }
  1917. .ui.inverted.orange.buttons .button:focus,
  1918. .ui.inverted.orange.button:focus {
  1919. background-color: #f17000;
  1920. }
  1921. .ui.inverted.orange.buttons .active.button,
  1922. .ui.inverted.orange.active.button {
  1923. background-color: #ff7701;
  1924. }
  1925. .ui.inverted.orange.buttons .button:active,
  1926. .ui.inverted.orange.button:active {
  1927. background-color: #e76b00;
  1928. }
  1929. /* Inverted Basic */
  1930. .ui.inverted.orange.basic.buttons .button,
  1931. .ui.inverted.orange.buttons .basic.button,
  1932. .ui.inverted.orange.basic.button {
  1933. background-color: transparent;
  1934. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  1935. color: #FFFFFF !important;
  1936. }
  1937. .ui.inverted.orange.basic.buttons .button:hover,
  1938. .ui.inverted.orange.buttons .basic.button:hover,
  1939. .ui.inverted.orange.basic.button:hover {
  1940. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  1941. color: #FF851B !important;
  1942. }
  1943. .ui.inverted.orange.basic.buttons .button:focus,
  1944. .ui.inverted.orange.basic.buttons .button:focus,
  1945. .ui.inverted.orange.basic.button:focus {
  1946. box-shadow: 0px 0px 0px 2px #f17000 inset !important;
  1947. color: #FF851B !important;
  1948. }
  1949. .ui.inverted.orange.basic.buttons .active.button,
  1950. .ui.inverted.orange.buttons .basic.active.button,
  1951. .ui.inverted.orange.basic.active.button {
  1952. box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  1953. color: #FF851B !important;
  1954. }
  1955. .ui.inverted.orange.basic.buttons .button:active,
  1956. .ui.inverted.orange.buttons .basic.button:active,
  1957. .ui.inverted.orange.basic.button:active {
  1958. box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
  1959. color: #FF851B !important;
  1960. }
  1961. /*--- Pink ---*/
  1962. .ui.pink.buttons .button,
  1963. .ui.pink.button {
  1964. background-color: #E03997;
  1965. color: #FFFFFF;
  1966. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1967. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1968. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  1969. }
  1970. .ui.pink.button {
  1971. 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);
  1972. }
  1973. .ui.pink.buttons .button:hover,
  1974. .ui.pink.button:hover {
  1975. background-color: #e61a8d;
  1976. color: #FFFFFF;
  1977. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1978. }
  1979. .ui.pink.buttons .button:focus,
  1980. .ui.pink.button:focus {
  1981. background-color: #e10f85;
  1982. color: #FFFFFF;
  1983. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1984. }
  1985. .ui.pink.buttons .button:active,
  1986. .ui.pink.button:active {
  1987. background-color: #c71f7e;
  1988. color: #FFFFFF;
  1989. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1990. }
  1991. .ui.pink.buttons .active.button,
  1992. .ui.pink.buttons .active.button:active,
  1993. .ui.pink.active.button,
  1994. .ui.pink.button .active.button:active {
  1995. background-color: #ea158d;
  1996. color: #FFFFFF;
  1997. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  1998. }
  1999. /* Basic */
  2000. .ui.basic.pink.buttons .button,
  2001. .ui.basic.pink.button {
  2002. box-shadow: 0px 0px 0px 1px #E03997 inset !important;
  2003. color: #E03997 !important;
  2004. }
  2005. .ui.basic.pink.buttons .button:hover,
  2006. .ui.basic.pink.button:hover {
  2007. background: transparent !important;
  2008. box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
  2009. color: #e61a8d !important;
  2010. }
  2011. .ui.basic.pink.buttons .button:focus,
  2012. .ui.basic.pink.button:focus {
  2013. background: transparent !important;
  2014. box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
  2015. color: #e61a8d !important;
  2016. }
  2017. .ui.basic.pink.buttons .active.button,
  2018. .ui.basic.pink.active.button {
  2019. background: transparent !important;
  2020. box-shadow: 0px 0px 0px 1px #ea158d inset !important;
  2021. color: #c71f7e !important;
  2022. }
  2023. .ui.basic.pink.buttons .button:active,
  2024. .ui.basic.pink.button:active {
  2025. box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
  2026. color: #c71f7e !important;
  2027. }
  2028. .ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
  2029. margin-left: -1px;
  2030. }
  2031. /* Inverted */
  2032. .ui.inverted.pink.buttons .button,
  2033. .ui.inverted.pink.button {
  2034. background-color: transparent;
  2035. box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
  2036. color: #FF8EDF;
  2037. }
  2038. .ui.inverted.pink.buttons .button:hover,
  2039. .ui.inverted.pink.button:hover,
  2040. .ui.inverted.pink.buttons .button:focus,
  2041. .ui.inverted.pink.button:focus,
  2042. .ui.inverted.pink.buttons .button.active,
  2043. .ui.inverted.pink.button.active,
  2044. .ui.inverted.pink.buttons .button:active,
  2045. .ui.inverted.pink.button:active {
  2046. box-shadow: none !important;
  2047. color: #FFFFFF;
  2048. }
  2049. .ui.inverted.pink.buttons .button:hover,
  2050. .ui.inverted.pink.button:hover {
  2051. background-color: #ff74d8;
  2052. }
  2053. .ui.inverted.pink.buttons .button:focus,
  2054. .ui.inverted.pink.button:focus {
  2055. background-color: #ff65d3;
  2056. }
  2057. .ui.inverted.pink.buttons .active.button,
  2058. .ui.inverted.pink.active.button {
  2059. background-color: #ff74d8;
  2060. }
  2061. .ui.inverted.pink.buttons .button:active,
  2062. .ui.inverted.pink.button:active {
  2063. background-color: #ff5bd1;
  2064. }
  2065. /* Inverted Basic */
  2066. .ui.inverted.pink.basic.buttons .button,
  2067. .ui.inverted.pink.buttons .basic.button,
  2068. .ui.inverted.pink.basic.button {
  2069. background-color: transparent;
  2070. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2071. color: #FFFFFF !important;
  2072. }
  2073. .ui.inverted.pink.basic.buttons .button:hover,
  2074. .ui.inverted.pink.buttons .basic.button:hover,
  2075. .ui.inverted.pink.basic.button:hover {
  2076. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2077. color: #FF8EDF !important;
  2078. }
  2079. .ui.inverted.pink.basic.buttons .button:focus,
  2080. .ui.inverted.pink.basic.buttons .button:focus,
  2081. .ui.inverted.pink.basic.button:focus {
  2082. box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
  2083. color: #FF8EDF !important;
  2084. }
  2085. .ui.inverted.pink.basic.buttons .active.button,
  2086. .ui.inverted.pink.buttons .basic.active.button,
  2087. .ui.inverted.pink.basic.active.button {
  2088. box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  2089. color: #FF8EDF !important;
  2090. }
  2091. .ui.inverted.pink.basic.buttons .button:active,
  2092. .ui.inverted.pink.buttons .basic.button:active,
  2093. .ui.inverted.pink.basic.button:active {
  2094. box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
  2095. color: #FF8EDF !important;
  2096. }
  2097. /*--- Violet ---*/
  2098. .ui.violet.buttons .button,
  2099. .ui.violet.button {
  2100. background-color: #6435C9;
  2101. color: #FFFFFF;
  2102. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2103. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2104. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2105. }
  2106. .ui.violet.button {
  2107. 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);
  2108. }
  2109. .ui.violet.buttons .button:hover,
  2110. .ui.violet.button:hover {
  2111. background-color: #5829bb;
  2112. color: #FFFFFF;
  2113. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2114. }
  2115. .ui.violet.buttons .button:focus,
  2116. .ui.violet.button:focus {
  2117. background-color: #4f20b5;
  2118. color: #FFFFFF;
  2119. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2120. }
  2121. .ui.violet.buttons .button:active,
  2122. .ui.violet.button:active {
  2123. background-color: #502aa1;
  2124. color: #FFFFFF;
  2125. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2126. }
  2127. .ui.violet.buttons .active.button,
  2128. .ui.violet.buttons .active.button:active,
  2129. .ui.violet.active.button,
  2130. .ui.violet.button .active.button:active {
  2131. background-color: #5626bf;
  2132. color: #FFFFFF;
  2133. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2134. }
  2135. /* Basic */
  2136. .ui.basic.violet.buttons .button,
  2137. .ui.basic.violet.button {
  2138. box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
  2139. color: #6435C9 !important;
  2140. }
  2141. .ui.basic.violet.buttons .button:hover,
  2142. .ui.basic.violet.button:hover {
  2143. background: transparent !important;
  2144. box-shadow: 0px 0px 0px 1px #5829bb inset !important;
  2145. color: #5829bb !important;
  2146. }
  2147. .ui.basic.violet.buttons .button:focus,
  2148. .ui.basic.violet.button:focus {
  2149. background: transparent !important;
  2150. box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
  2151. color: #5829bb !important;
  2152. }
  2153. .ui.basic.violet.buttons .active.button,
  2154. .ui.basic.violet.active.button {
  2155. background: transparent !important;
  2156. box-shadow: 0px 0px 0px 1px #5626bf inset !important;
  2157. color: #502aa1 !important;
  2158. }
  2159. .ui.basic.violet.buttons .button:active,
  2160. .ui.basic.violet.button:active {
  2161. box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
  2162. color: #502aa1 !important;
  2163. }
  2164. .ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
  2165. margin-left: -1px;
  2166. }
  2167. /* Inverted */
  2168. .ui.inverted.violet.buttons .button,
  2169. .ui.inverted.violet.button {
  2170. background-color: transparent;
  2171. box-shadow: 0px 0px 0px 2px #A291FB inset !important;
  2172. color: #A291FB;
  2173. }
  2174. .ui.inverted.violet.buttons .button:hover,
  2175. .ui.inverted.violet.button:hover,
  2176. .ui.inverted.violet.buttons .button:focus,
  2177. .ui.inverted.violet.button:focus,
  2178. .ui.inverted.violet.buttons .button.active,
  2179. .ui.inverted.violet.button.active,
  2180. .ui.inverted.violet.buttons .button:active,
  2181. .ui.inverted.violet.button:active {
  2182. box-shadow: none !important;
  2183. color: #FFFFFF;
  2184. }
  2185. .ui.inverted.violet.buttons .button:hover,
  2186. .ui.inverted.violet.button:hover {
  2187. background-color: #8a73ff;
  2188. }
  2189. .ui.inverted.violet.buttons .button:focus,
  2190. .ui.inverted.violet.button:focus {
  2191. background-color: #7d64ff;
  2192. }
  2193. .ui.inverted.violet.buttons .active.button,
  2194. .ui.inverted.violet.active.button {
  2195. background-color: #8a73ff;
  2196. }
  2197. .ui.inverted.violet.buttons .button:active,
  2198. .ui.inverted.violet.button:active {
  2199. background-color: #7860f9;
  2200. }
  2201. /* Inverted Basic */
  2202. .ui.inverted.violet.basic.buttons .button,
  2203. .ui.inverted.violet.buttons .basic.button,
  2204. .ui.inverted.violet.basic.button {
  2205. background-color: transparent;
  2206. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2207. color: #FFFFFF !important;
  2208. }
  2209. .ui.inverted.violet.basic.buttons .button:hover,
  2210. .ui.inverted.violet.buttons .basic.button:hover,
  2211. .ui.inverted.violet.basic.button:hover {
  2212. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2213. color: #A291FB !important;
  2214. }
  2215. .ui.inverted.violet.basic.buttons .button:focus,
  2216. .ui.inverted.violet.basic.buttons .button:focus,
  2217. .ui.inverted.violet.basic.button:focus {
  2218. box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
  2219. color: #A291FB !important;
  2220. }
  2221. .ui.inverted.violet.basic.buttons .active.button,
  2222. .ui.inverted.violet.buttons .basic.active.button,
  2223. .ui.inverted.violet.basic.active.button {
  2224. box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  2225. color: #A291FB !important;
  2226. }
  2227. .ui.inverted.violet.basic.buttons .button:active,
  2228. .ui.inverted.violet.buttons .basic.button:active,
  2229. .ui.inverted.violet.basic.button:active {
  2230. box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
  2231. color: #A291FB !important;
  2232. }
  2233. /*--- Purple ---*/
  2234. .ui.purple.buttons .button,
  2235. .ui.purple.button {
  2236. background-color: #A333C8;
  2237. color: #FFFFFF;
  2238. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2239. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2240. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2241. }
  2242. .ui.purple.button {
  2243. 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);
  2244. }
  2245. .ui.purple.buttons .button:hover,
  2246. .ui.purple.button:hover {
  2247. background-color: #9627ba;
  2248. color: #FFFFFF;
  2249. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2250. }
  2251. .ui.purple.buttons .button:focus,
  2252. .ui.purple.button:focus {
  2253. background-color: #8f1eb4;
  2254. color: #FFFFFF;
  2255. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2256. }
  2257. .ui.purple.buttons .button:active,
  2258. .ui.purple.button:active {
  2259. background-color: #82299f;
  2260. color: #FFFFFF;
  2261. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2262. }
  2263. .ui.purple.buttons .active.button,
  2264. .ui.purple.buttons .active.button:active,
  2265. .ui.purple.active.button,
  2266. .ui.purple.button .active.button:active {
  2267. background-color: #9724be;
  2268. color: #FFFFFF;
  2269. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2270. }
  2271. /* Basic */
  2272. .ui.basic.purple.buttons .button,
  2273. .ui.basic.purple.button {
  2274. box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
  2275. color: #A333C8 !important;
  2276. }
  2277. .ui.basic.purple.buttons .button:hover,
  2278. .ui.basic.purple.button:hover {
  2279. background: transparent !important;
  2280. box-shadow: 0px 0px 0px 1px #9627ba inset !important;
  2281. color: #9627ba !important;
  2282. }
  2283. .ui.basic.purple.buttons .button:focus,
  2284. .ui.basic.purple.button:focus {
  2285. background: transparent !important;
  2286. box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
  2287. color: #9627ba !important;
  2288. }
  2289. .ui.basic.purple.buttons .active.button,
  2290. .ui.basic.purple.active.button {
  2291. background: transparent !important;
  2292. box-shadow: 0px 0px 0px 1px #9724be inset !important;
  2293. color: #82299f !important;
  2294. }
  2295. .ui.basic.purple.buttons .button:active,
  2296. .ui.basic.purple.button:active {
  2297. box-shadow: 0px 0px 0px 1px #82299f inset !important;
  2298. color: #82299f !important;
  2299. }
  2300. .ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
  2301. margin-left: -1px;
  2302. }
  2303. /* Inverted */
  2304. .ui.inverted.purple.buttons .button,
  2305. .ui.inverted.purple.button {
  2306. background-color: transparent;
  2307. box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
  2308. color: #DC73FF;
  2309. }
  2310. .ui.inverted.purple.buttons .button:hover,
  2311. .ui.inverted.purple.button:hover,
  2312. .ui.inverted.purple.buttons .button:focus,
  2313. .ui.inverted.purple.button:focus,
  2314. .ui.inverted.purple.buttons .button.active,
  2315. .ui.inverted.purple.button.active,
  2316. .ui.inverted.purple.buttons .button:active,
  2317. .ui.inverted.purple.button:active {
  2318. box-shadow: none !important;
  2319. color: #FFFFFF;
  2320. }
  2321. .ui.inverted.purple.buttons .button:hover,
  2322. .ui.inverted.purple.button:hover {
  2323. background-color: #d65aff;
  2324. }
  2325. .ui.inverted.purple.buttons .button:focus,
  2326. .ui.inverted.purple.button:focus {
  2327. background-color: #d24aff;
  2328. }
  2329. .ui.inverted.purple.buttons .active.button,
  2330. .ui.inverted.purple.active.button {
  2331. background-color: #d65aff;
  2332. }
  2333. .ui.inverted.purple.buttons .button:active,
  2334. .ui.inverted.purple.button:active {
  2335. background-color: #cf40ff;
  2336. }
  2337. /* Inverted Basic */
  2338. .ui.inverted.purple.basic.buttons .button,
  2339. .ui.inverted.purple.buttons .basic.button,
  2340. .ui.inverted.purple.basic.button {
  2341. background-color: transparent;
  2342. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2343. color: #FFFFFF !important;
  2344. }
  2345. .ui.inverted.purple.basic.buttons .button:hover,
  2346. .ui.inverted.purple.buttons .basic.button:hover,
  2347. .ui.inverted.purple.basic.button:hover {
  2348. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  2349. color: #DC73FF !important;
  2350. }
  2351. .ui.inverted.purple.basic.buttons .button:focus,
  2352. .ui.inverted.purple.basic.buttons .button:focus,
  2353. .ui.inverted.purple.basic.button:focus {
  2354. box-shadow: 0px 0px 0px 2px #d24aff inset !important;
  2355. color: #DC73FF !important;
  2356. }
  2357. .ui.inverted.purple.basic.buttons .active.button,
  2358. .ui.inverted.purple.buttons .basic.active.button,
  2359. .ui.inverted.purple.basic.active.button {
  2360. box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  2361. color: #DC73FF !important;
  2362. }
  2363. .ui.inverted.purple.basic.buttons .button:active,
  2364. .ui.inverted.purple.buttons .basic.button:active,
  2365. .ui.inverted.purple.basic.button:active {
  2366. box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
  2367. color: #DC73FF !important;
  2368. }
  2369. /*--- Red ---*/
  2370. .ui.red.buttons .button,
  2371. .ui.red.button {
  2372. background-color: #DB2828;
  2373. color: #FFFFFF;
  2374. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2375. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2376. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2377. }
  2378. .ui.red.button {
  2379. 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);
  2380. }
  2381. .ui.red.buttons .button:hover,
  2382. .ui.red.button:hover {
  2383. background-color: #d01919;
  2384. color: #FFFFFF;
  2385. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2386. }
  2387. .ui.red.buttons .button:focus,
  2388. .ui.red.button:focus {
  2389. background-color: #ca1010;
  2390. color: #FFFFFF;
  2391. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2392. }
  2393. .ui.red.buttons .button:active,
  2394. .ui.red.button:active {
  2395. background-color: #b21e1e;
  2396. color: #FFFFFF;
  2397. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2398. }
  2399. .ui.red.buttons .active.button,
  2400. .ui.red.buttons .active.button:active,
  2401. .ui.red.active.button,
  2402. .ui.red.button .active.button:active {
  2403. background-color: #d41515;
  2404. color: #FFFFFF;
  2405. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2406. }
  2407. /* Basic */
  2408. .ui.basic.red.buttons .button,
  2409. .ui.basic.red.button {
  2410. box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  2411. color: #DB2828 !important;
  2412. }
  2413. .ui.basic.red.buttons .button:hover,
  2414. .ui.basic.red.button:hover {
  2415. background: transparent !important;
  2416. box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  2417. color: #d01919 !important;
  2418. }
  2419. .ui.basic.red.buttons .button:focus,
  2420. .ui.basic.red.button:focus {
  2421. background: transparent !important;
  2422. box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  2423. color: #d01919 !important;
  2424. }
  2425. .ui.basic.red.buttons .active.button,
  2426. .ui.basic.red.active.button {
  2427. background: transparent !important;
  2428. box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  2429. color: #b21e1e !important;
  2430. }
  2431. .ui.basic.red.buttons .button:active,
  2432. .ui.basic.red.button:active {
  2433. box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  2434. color: #b21e1e !important;
  2435. }
  2436. .ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
  2437. margin-left: -1px;
  2438. }
  2439. /* Inverted */
  2440. .ui.inverted.red.buttons .button,
  2441. .ui.inverted.red.button {
  2442. background-color: transparent;
  2443. box-shadow: 0px 0px 0px 2px #FF695E inset !important;
  2444. color: #FF695E;
  2445. }
  2446. .ui.inverted.red.buttons .button:hover,
  2447. .ui.inverted.red.button:hover,
  2448. .ui.inverted.red.buttons .button:focus,
  2449. .ui.inverted.red.button:focus,
  2450. .ui.inverted.red.buttons .button.active,
  2451. .ui.inverted.red.button.active,
  2452. .ui.inverted.red.buttons .button:active,
  2453. .ui.inverted.red.button:active {
  2454. box-shadow: none !important;
  2455. color: #FFFFFF;
  2456. }
  2457. .ui.inverted.red.buttons .button:hover,
  2458. .ui.inverted.red.button:hover {
  2459. background-color: #ff5144;
  2460. }
  2461. .ui.inverted.red.buttons .button:focus,
  2462. .ui.inverted.red.button:focus {
  2463. background-color: #ff4335;
  2464. }
  2465. .ui.inverted.red.buttons .active.button,
  2466. .ui.inverted.red.active.button {
  2467. background-color: #ff5144;
  2468. }
  2469. .ui.inverted.red.buttons .button:active,
  2470. .ui.inverted.red.button:active {
  2471. background-color: #ff392b;
  2472. }
  2473. /* Inverted Basic */
  2474. .ui.inverted.red.basic.buttons .button,
  2475. .ui.inverted.red.buttons .basic.button,
  2476. .ui.inverted.red.basic.button {
  2477. background-color: transparent;
  2478. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2479. color: #FFFFFF !important;
  2480. }
  2481. .ui.inverted.red.basic.buttons .button:hover,
  2482. .ui.inverted.red.buttons .basic.button:hover,
  2483. .ui.inverted.red.basic.button:hover {
  2484. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  2485. color: #FF695E !important;
  2486. }
  2487. .ui.inverted.red.basic.buttons .button:focus,
  2488. .ui.inverted.red.basic.buttons .button:focus,
  2489. .ui.inverted.red.basic.button:focus {
  2490. box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
  2491. color: #FF695E !important;
  2492. }
  2493. .ui.inverted.red.basic.buttons .active.button,
  2494. .ui.inverted.red.buttons .basic.active.button,
  2495. .ui.inverted.red.basic.active.button {
  2496. box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  2497. color: #FF695E !important;
  2498. }
  2499. .ui.inverted.red.basic.buttons .button:active,
  2500. .ui.inverted.red.buttons .basic.button:active,
  2501. .ui.inverted.red.basic.button:active {
  2502. box-shadow: 0px 0px 0px 2px #ff392b inset !important;
  2503. color: #FF695E !important;
  2504. }
  2505. /*--- Teal ---*/
  2506. .ui.teal.buttons .button,
  2507. .ui.teal.button {
  2508. background-color: #00B5AD;
  2509. color: #FFFFFF;
  2510. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2511. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2512. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2513. }
  2514. .ui.teal.button {
  2515. 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);
  2516. }
  2517. .ui.teal.buttons .button:hover,
  2518. .ui.teal.button:hover {
  2519. background-color: #009c95;
  2520. color: #FFFFFF;
  2521. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2522. }
  2523. .ui.teal.buttons .button:focus,
  2524. .ui.teal.button:focus {
  2525. background-color: #008c86;
  2526. color: #FFFFFF;
  2527. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2528. }
  2529. .ui.teal.buttons .button:active,
  2530. .ui.teal.button:active {
  2531. background-color: #00827c;
  2532. color: #FFFFFF;
  2533. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2534. }
  2535. .ui.teal.buttons .active.button,
  2536. .ui.teal.buttons .active.button:active,
  2537. .ui.teal.active.button,
  2538. .ui.teal.button .active.button:active {
  2539. background-color: #009c95;
  2540. color: #FFFFFF;
  2541. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2542. }
  2543. /* Basic */
  2544. .ui.basic.teal.buttons .button,
  2545. .ui.basic.teal.button {
  2546. box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
  2547. color: #00B5AD !important;
  2548. }
  2549. .ui.basic.teal.buttons .button:hover,
  2550. .ui.basic.teal.button:hover {
  2551. background: transparent !important;
  2552. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  2553. color: #009c95 !important;
  2554. }
  2555. .ui.basic.teal.buttons .button:focus,
  2556. .ui.basic.teal.button:focus {
  2557. background: transparent !important;
  2558. box-shadow: 0px 0px 0px 1px #008c86 inset !important;
  2559. color: #009c95 !important;
  2560. }
  2561. .ui.basic.teal.buttons .active.button,
  2562. .ui.basic.teal.active.button {
  2563. background: transparent !important;
  2564. box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  2565. color: #00827c !important;
  2566. }
  2567. .ui.basic.teal.buttons .button:active,
  2568. .ui.basic.teal.button:active {
  2569. box-shadow: 0px 0px 0px 1px #00827c inset !important;
  2570. color: #00827c !important;
  2571. }
  2572. .ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
  2573. margin-left: -1px;
  2574. }
  2575. /* Inverted */
  2576. .ui.inverted.teal.buttons .button,
  2577. .ui.inverted.teal.button {
  2578. background-color: transparent;
  2579. box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
  2580. color: #6DFFFF;
  2581. }
  2582. .ui.inverted.teal.buttons .button:hover,
  2583. .ui.inverted.teal.button:hover,
  2584. .ui.inverted.teal.buttons .button:focus,
  2585. .ui.inverted.teal.button:focus,
  2586. .ui.inverted.teal.buttons .button.active,
  2587. .ui.inverted.teal.button.active,
  2588. .ui.inverted.teal.buttons .button:active,
  2589. .ui.inverted.teal.button:active {
  2590. box-shadow: none !important;
  2591. color: #333333;
  2592. }
  2593. .ui.inverted.teal.buttons .button:hover,
  2594. .ui.inverted.teal.button:hover {
  2595. background-color: #54ffff;
  2596. }
  2597. .ui.inverted.teal.buttons .button:focus,
  2598. .ui.inverted.teal.button:focus {
  2599. background-color: #44ffff;
  2600. }
  2601. .ui.inverted.teal.buttons .active.button,
  2602. .ui.inverted.teal.active.button {
  2603. background-color: #54ffff;
  2604. }
  2605. .ui.inverted.teal.buttons .button:active,
  2606. .ui.inverted.teal.button:active {
  2607. background-color: #3affff;
  2608. }
  2609. /* Inverted Basic */
  2610. .ui.inverted.teal.basic.buttons .button,
  2611. .ui.inverted.teal.buttons .basic.button,
  2612. .ui.inverted.teal.basic.button {
  2613. background-color: transparent;
  2614. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2615. color: #FFFFFF !important;
  2616. }
  2617. .ui.inverted.teal.basic.buttons .button:hover,
  2618. .ui.inverted.teal.buttons .basic.button:hover,
  2619. .ui.inverted.teal.basic.button:hover {
  2620. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  2621. color: #6DFFFF !important;
  2622. }
  2623. .ui.inverted.teal.basic.buttons .button:focus,
  2624. .ui.inverted.teal.basic.buttons .button:focus,
  2625. .ui.inverted.teal.basic.button:focus {
  2626. box-shadow: 0px 0px 0px 2px #44ffff inset !important;
  2627. color: #6DFFFF !important;
  2628. }
  2629. .ui.inverted.teal.basic.buttons .active.button,
  2630. .ui.inverted.teal.buttons .basic.active.button,
  2631. .ui.inverted.teal.basic.active.button {
  2632. box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  2633. color: #6DFFFF !important;
  2634. }
  2635. .ui.inverted.teal.basic.buttons .button:active,
  2636. .ui.inverted.teal.buttons .basic.button:active,
  2637. .ui.inverted.teal.basic.button:active {
  2638. box-shadow: 0px 0px 0px 2px #3affff inset !important;
  2639. color: #6DFFFF !important;
  2640. }
  2641. /*--- Olive ---*/
  2642. .ui.olive.buttons .button,
  2643. .ui.olive.button {
  2644. background-color: #B5CC18;
  2645. color: #FFFFFF;
  2646. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2647. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2648. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2649. }
  2650. .ui.olive.button {
  2651. 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);
  2652. }
  2653. .ui.olive.buttons .button:hover,
  2654. .ui.olive.button:hover {
  2655. background-color: #a7bd0d;
  2656. color: #FFFFFF;
  2657. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2658. }
  2659. .ui.olive.buttons .button:focus,
  2660. .ui.olive.button:focus {
  2661. background-color: #a0b605;
  2662. color: #FFFFFF;
  2663. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2664. }
  2665. .ui.olive.buttons .button:active,
  2666. .ui.olive.button:active {
  2667. background-color: #8d9e13;
  2668. color: #FFFFFF;
  2669. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2670. }
  2671. .ui.olive.buttons .active.button,
  2672. .ui.olive.buttons .active.button:active,
  2673. .ui.olive.active.button,
  2674. .ui.olive.button .active.button:active {
  2675. background-color: #aac109;
  2676. color: #FFFFFF;
  2677. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2678. }
  2679. /* Basic */
  2680. .ui.basic.olive.buttons .button,
  2681. .ui.basic.olive.button {
  2682. box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
  2683. color: #B5CC18 !important;
  2684. }
  2685. .ui.basic.olive.buttons .button:hover,
  2686. .ui.basic.olive.button:hover {
  2687. background: transparent !important;
  2688. box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
  2689. color: #a7bd0d !important;
  2690. }
  2691. .ui.basic.olive.buttons .button:focus,
  2692. .ui.basic.olive.button:focus {
  2693. background: transparent !important;
  2694. box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
  2695. color: #a7bd0d !important;
  2696. }
  2697. .ui.basic.olive.buttons .active.button,
  2698. .ui.basic.olive.active.button {
  2699. background: transparent !important;
  2700. box-shadow: 0px 0px 0px 1px #aac109 inset !important;
  2701. color: #8d9e13 !important;
  2702. }
  2703. .ui.basic.olive.buttons .button:active,
  2704. .ui.basic.olive.button:active {
  2705. box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
  2706. color: #8d9e13 !important;
  2707. }
  2708. .ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
  2709. margin-left: -1px;
  2710. }
  2711. /* Inverted */
  2712. .ui.inverted.olive.buttons .button,
  2713. .ui.inverted.olive.button {
  2714. background-color: transparent;
  2715. box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
  2716. color: #D9E778;
  2717. }
  2718. .ui.inverted.olive.buttons .button:hover,
  2719. .ui.inverted.olive.button:hover,
  2720. .ui.inverted.olive.buttons .button:focus,
  2721. .ui.inverted.olive.button:focus,
  2722. .ui.inverted.olive.buttons .button.active,
  2723. .ui.inverted.olive.button.active,
  2724. .ui.inverted.olive.buttons .button:active,
  2725. .ui.inverted.olive.button:active {
  2726. box-shadow: none !important;
  2727. color: #333333;
  2728. }
  2729. .ui.inverted.olive.buttons .button:hover,
  2730. .ui.inverted.olive.button:hover {
  2731. background-color: #d8ea5c;
  2732. }
  2733. .ui.inverted.olive.buttons .button:focus,
  2734. .ui.inverted.olive.button:focus {
  2735. background-color: #daef47;
  2736. }
  2737. .ui.inverted.olive.buttons .active.button,
  2738. .ui.inverted.olive.active.button {
  2739. background-color: #daed59;
  2740. }
  2741. .ui.inverted.olive.buttons .button:active,
  2742. .ui.inverted.olive.button:active {
  2743. background-color: #cddf4d;
  2744. }
  2745. /* Inverted Basic */
  2746. .ui.inverted.olive.basic.buttons .button,
  2747. .ui.inverted.olive.buttons .basic.button,
  2748. .ui.inverted.olive.basic.button {
  2749. background-color: transparent;
  2750. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2751. color: #FFFFFF !important;
  2752. }
  2753. .ui.inverted.olive.basic.buttons .button:hover,
  2754. .ui.inverted.olive.buttons .basic.button:hover,
  2755. .ui.inverted.olive.basic.button:hover {
  2756. box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
  2757. color: #D9E778 !important;
  2758. }
  2759. .ui.inverted.olive.basic.buttons .button:focus,
  2760. .ui.inverted.olive.basic.buttons .button:focus,
  2761. .ui.inverted.olive.basic.button:focus {
  2762. box-shadow: 0px 0px 0px 2px #daef47 inset !important;
  2763. color: #D9E778 !important;
  2764. }
  2765. .ui.inverted.olive.basic.buttons .active.button,
  2766. .ui.inverted.olive.buttons .basic.active.button,
  2767. .ui.inverted.olive.basic.active.button {
  2768. box-shadow: 0px 0px 0px 2px #daed59 inset !important;
  2769. color: #D9E778 !important;
  2770. }
  2771. .ui.inverted.olive.basic.buttons .button:active,
  2772. .ui.inverted.olive.buttons .basic.button:active,
  2773. .ui.inverted.olive.basic.button:active {
  2774. box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
  2775. color: #D9E778 !important;
  2776. }
  2777. /*--- Yellow ---*/
  2778. .ui.yellow.buttons .button,
  2779. .ui.yellow.button {
  2780. background-color: #FBBD08;
  2781. color: #FFFFFF;
  2782. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2783. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2784. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2785. }
  2786. .ui.yellow.button {
  2787. 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);
  2788. }
  2789. .ui.yellow.buttons .button:hover,
  2790. .ui.yellow.button:hover {
  2791. background-color: #eaae00;
  2792. color: #FFFFFF;
  2793. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2794. }
  2795. .ui.yellow.buttons .button:focus,
  2796. .ui.yellow.button:focus {
  2797. background-color: #daa300;
  2798. color: #FFFFFF;
  2799. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2800. }
  2801. .ui.yellow.buttons .button:active,
  2802. .ui.yellow.button:active {
  2803. background-color: #cd9903;
  2804. color: #FFFFFF;
  2805. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2806. }
  2807. .ui.yellow.buttons .active.button,
  2808. .ui.yellow.buttons .active.button:active,
  2809. .ui.yellow.active.button,
  2810. .ui.yellow.button .active.button:active {
  2811. background-color: #eaae00;
  2812. color: #FFFFFF;
  2813. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2814. }
  2815. /* Basic */
  2816. .ui.basic.yellow.buttons .button,
  2817. .ui.basic.yellow.button {
  2818. box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
  2819. color: #FBBD08 !important;
  2820. }
  2821. .ui.basic.yellow.buttons .button:hover,
  2822. .ui.basic.yellow.button:hover {
  2823. background: transparent !important;
  2824. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  2825. color: #eaae00 !important;
  2826. }
  2827. .ui.basic.yellow.buttons .button:focus,
  2828. .ui.basic.yellow.button:focus {
  2829. background: transparent !important;
  2830. box-shadow: 0px 0px 0px 1px #daa300 inset !important;
  2831. color: #eaae00 !important;
  2832. }
  2833. .ui.basic.yellow.buttons .active.button,
  2834. .ui.basic.yellow.active.button {
  2835. background: transparent !important;
  2836. box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  2837. color: #cd9903 !important;
  2838. }
  2839. .ui.basic.yellow.buttons .button:active,
  2840. .ui.basic.yellow.button:active {
  2841. box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
  2842. color: #cd9903 !important;
  2843. }
  2844. .ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
  2845. margin-left: -1px;
  2846. }
  2847. /* Inverted */
  2848. .ui.inverted.yellow.buttons .button,
  2849. .ui.inverted.yellow.button {
  2850. background-color: transparent;
  2851. box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
  2852. color: #FFE21F;
  2853. }
  2854. .ui.inverted.yellow.buttons .button:hover,
  2855. .ui.inverted.yellow.button:hover,
  2856. .ui.inverted.yellow.buttons .button:focus,
  2857. .ui.inverted.yellow.button:focus,
  2858. .ui.inverted.yellow.buttons .button.active,
  2859. .ui.inverted.yellow.button.active,
  2860. .ui.inverted.yellow.buttons .button:active,
  2861. .ui.inverted.yellow.button:active {
  2862. box-shadow: none !important;
  2863. color: #333333;
  2864. }
  2865. .ui.inverted.yellow.buttons .button:hover,
  2866. .ui.inverted.yellow.button:hover {
  2867. background-color: #ffdf05;
  2868. }
  2869. .ui.inverted.yellow.buttons .button:focus,
  2870. .ui.inverted.yellow.button:focus {
  2871. background-color: #f5d500;
  2872. }
  2873. .ui.inverted.yellow.buttons .active.button,
  2874. .ui.inverted.yellow.active.button {
  2875. background-color: #ffdf05;
  2876. }
  2877. .ui.inverted.yellow.buttons .button:active,
  2878. .ui.inverted.yellow.button:active {
  2879. background-color: #ebcd00;
  2880. }
  2881. /* Inverted Basic */
  2882. .ui.inverted.yellow.basic.buttons .button,
  2883. .ui.inverted.yellow.buttons .basic.button,
  2884. .ui.inverted.yellow.basic.button {
  2885. background-color: transparent;
  2886. box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  2887. color: #FFFFFF !important;
  2888. }
  2889. .ui.inverted.yellow.basic.buttons .button:hover,
  2890. .ui.inverted.yellow.buttons .basic.button:hover,
  2891. .ui.inverted.yellow.basic.button:hover {
  2892. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  2893. color: #FFE21F !important;
  2894. }
  2895. .ui.inverted.yellow.basic.buttons .button:focus,
  2896. .ui.inverted.yellow.basic.buttons .button:focus,
  2897. .ui.inverted.yellow.basic.button:focus {
  2898. box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
  2899. color: #FFE21F !important;
  2900. }
  2901. .ui.inverted.yellow.basic.buttons .active.button,
  2902. .ui.inverted.yellow.buttons .basic.active.button,
  2903. .ui.inverted.yellow.basic.active.button {
  2904. box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  2905. color: #FFE21F !important;
  2906. }
  2907. .ui.inverted.yellow.basic.buttons .button:active,
  2908. .ui.inverted.yellow.buttons .basic.button:active,
  2909. .ui.inverted.yellow.basic.button:active {
  2910. box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
  2911. color: #FFE21F !important;
  2912. }
  2913. /*-------------------
  2914. Primary
  2915. --------------------*/
  2916. .ui.primary.buttons .button,
  2917. .ui.primary.button {
  2918. background-color: #3072B3;
  2919. color: #FFFFFF;
  2920. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2921. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2922. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2923. }
  2924. .ui.primary.button {
  2925. 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);
  2926. }
  2927. .ui.primary.buttons .button:hover,
  2928. .ui.primary.button:hover {
  2929. background-color: #2565a5;
  2930. color: #FFFFFF;
  2931. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2932. }
  2933. .ui.primary.buttons .button:focus,
  2934. .ui.primary.button:focus {
  2935. background-color: #1d5e9e;
  2936. color: #FFFFFF;
  2937. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2938. }
  2939. .ui.primary.buttons .button:active,
  2940. .ui.primary.button:active {
  2941. background-color: #25588b;
  2942. color: #FFFFFF;
  2943. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2944. }
  2945. .ui.primary.buttons .active.button,
  2946. .ui.primary.active.button {
  2947. background-color: #2265a8;
  2948. color: #FFFFFF;
  2949. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2950. }
  2951. /*-------------------
  2952. Secondary
  2953. --------------------*/
  2954. .ui.secondary.buttons .button,
  2955. .ui.secondary.button {
  2956. background-color: #5D5D5D;
  2957. color: #FFFFFF;
  2958. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2959. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2960. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2961. }
  2962. .ui.secondary.button {
  2963. 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);
  2964. }
  2965. .ui.secondary.buttons .button:hover,
  2966. .ui.secondary.button:hover {
  2967. background-color: #6a6a6a;
  2968. color: #FFFFFF;
  2969. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2970. }
  2971. .ui.secondary.buttons .button:focus,
  2972. .ui.secondary.button:focus {
  2973. background-color: #717171;
  2974. color: #FFFFFF;
  2975. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2976. }
  2977. .ui.secondary.buttons .button:active,
  2978. .ui.secondary.button:active {
  2979. background-color: #777777;
  2980. color: #FFFFFF;
  2981. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2982. }
  2983. .ui.secondary.buttons .active.button,
  2984. .ui.secondary.active.button {
  2985. background-color: #6a6a6a;
  2986. color: #FFFFFF;
  2987. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2988. }
  2989. /*---------------
  2990. Positive
  2991. ----------------*/
  2992. .ui.positive.buttons .button,
  2993. .ui.positive.button {
  2994. background-color: #60B044 !important;
  2995. color: #FFFFFF;
  2996. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  2997. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2998. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  2999. }
  3000. .ui.positive.button {
  3001. 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);
  3002. }
  3003. .ui.positive.buttons .button:hover,
  3004. .ui.positive.button:hover {
  3005. background-color: #54a238 !important;
  3006. color: #FFFFFF;
  3007. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3008. }
  3009. .ui.positive.buttons .button:focus,
  3010. .ui.positive.button:focus {
  3011. background-color: #4c9c30 !important;
  3012. color: #FFFFFF;
  3013. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3014. }
  3015. .ui.positive.buttons .button:active,
  3016. .ui.positive.button:active {
  3017. background-color: #4c8b36 !important;
  3018. color: #FFFFFF;
  3019. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3020. }
  3021. .ui.positive.buttons .active.button,
  3022. .ui.positive.active.button,
  3023. .ui.positive.buttons .active.button:active {
  3024. background-color: #52a536;
  3025. color: #FFFFFF;
  3026. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3027. }
  3028. /*---------------
  3029. Negative
  3030. ----------------*/
  3031. .ui.negative.buttons .button,
  3032. .ui.negative.button {
  3033. background-color: #DB2828 !important;
  3034. color: #FFFFFF;
  3035. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3036. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3037. background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  3038. }
  3039. .ui.negative.button {
  3040. 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);
  3041. }
  3042. .ui.negative.buttons .button:hover,
  3043. .ui.negative.button:hover {
  3044. background-color: #d01919 !important;
  3045. color: #FFFFFF;
  3046. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3047. }
  3048. .ui.negative.buttons .button:focus,
  3049. .ui.negative.button:focus {
  3050. background-color: #ca1010 !important;
  3051. color: #FFFFFF;
  3052. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3053. }
  3054. .ui.negative.buttons .button:active,
  3055. .ui.negative.button:active {
  3056. background-color: #b21e1e !important;
  3057. color: #FFFFFF;
  3058. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3059. }
  3060. .ui.negative.buttons .active.button,
  3061. .ui.negative.active.button,
  3062. .ui.negative.buttons .active.button:active {
  3063. background-color: #d41515;
  3064. color: #FFFFFF;
  3065. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  3066. }
  3067. /*******************************
  3068. Groups
  3069. *******************************/
  3070. .ui.buttons {
  3071. display: -webkit-inline-box;
  3072. display: -webkit-inline-flex;
  3073. display: -ms-inline-flexbox;
  3074. display: inline-flex;
  3075. -webkit-box-orient: horizontal;
  3076. -webkit-box-direction: normal;
  3077. -webkit-flex-direction: row;
  3078. -ms-flex-direction: row;
  3079. flex-direction: row;
  3080. font-size: 0em;
  3081. vertical-align: baseline;
  3082. margin: 0em 0.25em 0em 0em;
  3083. }
  3084. .ui.buttons:not(.basic):not(.inverted) {
  3085. box-shadow: none;
  3086. }
  3087. /* Clearfix */
  3088. .ui.buttons:after {
  3089. content: ".";
  3090. display: block;
  3091. height: 0;
  3092. clear: both;
  3093. visibility: hidden;
  3094. }
  3095. /* Standard Group */
  3096. .ui.buttons .button {
  3097. -webkit-box-flex: 1;
  3098. -webkit-flex: 1 0 auto;
  3099. -ms-flex: 1 0 auto;
  3100. flex: 1 0 auto;
  3101. margin: 0em;
  3102. border-radius: 0em;
  3103. margin: 0px 0px 0px 0px;
  3104. }
  3105. .ui.buttons > .ui.button:not(.basic):not(.inverted),
  3106. .ui.buttons:not(.basic):not(.inverted) > .button {
  3107. 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);
  3108. }
  3109. .ui.buttons .button:first-child {
  3110. border-left: none;
  3111. margin-left: 0em;
  3112. border-top-left-radius: 0.30769231em;
  3113. border-bottom-left-radius: 0.30769231em;
  3114. }
  3115. .ui.buttons .button:last-child {
  3116. border-top-right-radius: 0.30769231em;
  3117. border-bottom-right-radius: 0.30769231em;
  3118. }
  3119. /* Vertical Style */
  3120. .ui.vertical.buttons {
  3121. display: -webkit-inline-box;
  3122. display: -webkit-inline-flex;
  3123. display: -ms-inline-flexbox;
  3124. display: inline-flex;
  3125. -webkit-box-orient: vertical;
  3126. -webkit-box-direction: normal;
  3127. -webkit-flex-direction: column;
  3128. -ms-flex-direction: column;
  3129. flex-direction: column;
  3130. }
  3131. .ui.vertical.buttons .button {
  3132. display: block;
  3133. float: none;
  3134. width: 100%;
  3135. margin: 0px 0px 0px 0px;
  3136. box-shadow: none;
  3137. }
  3138. .ui.vertical.buttons .button:first-child,
  3139. .ui.vertical.buttons .mini.button:first-child,
  3140. .ui.vertical.buttons .tiny.button:first-child,
  3141. .ui.vertical.buttons .small.button:first-child,
  3142. .ui.vertical.buttons .massive.button:first-child,
  3143. .ui.vertical.buttons .huge.button:first-child {
  3144. border-radius: 0.30769231em 0.30769231em 0px 0px;
  3145. }
  3146. .ui.vertical.buttons .button:last-child,
  3147. .ui.vertical.buttons .mini.button:last-child,
  3148. .ui.vertical.buttons .tiny.button:last-child,
  3149. .ui.vertical.buttons .small.button:last-child,
  3150. .ui.vertical.buttons .massive.button:last-child,
  3151. .ui.vertical.buttons .huge.button:last-child,
  3152. .ui.vertical.buttons .gigantic.button:last-child {
  3153. margin-bottom: 0px;
  3154. border-radius: 0px 0px 0.30769231em 0.30769231em;
  3155. }
  3156. /*******************************
  3157. Overrides
  3158. *******************************/
  3159. /*******************************
  3160. Site Overrides
  3161. *******************************/