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.

1841 lines
60 KiB

9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
  1. /*!
  2. * # Semantic UI 2.0.0 - Grid
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Standard
  13. *******************************/
  14. .ui.grid {
  15. display: -webkit-box;
  16. display: -webkit-flex;
  17. display: -ms-flexbox;
  18. display: flex;
  19. -webkit-box-orient: horizontal;
  20. -webkit-box-direction: normal;
  21. -webkit-flex-direction: row;
  22. -ms-flex-direction: row;
  23. flex-direction: row;
  24. -webkit-flex-wrap: wrap;
  25. -ms-flex-wrap: wrap;
  26. flex-wrap: wrap;
  27. -webkit-box-align: stretch;
  28. -webkit-align-items: stretch;
  29. -ms-flex-align: stretch;
  30. align-items: stretch;
  31. padding: 0em;
  32. }
  33. /*----------------------
  34. Remove Gutters
  35. -----------------------*/
  36. .ui.grid {
  37. margin-top: -1rem;
  38. margin-bottom: -1rem;
  39. margin-left: -1rem;
  40. margin-right: -1rem;
  41. }
  42. .ui.relaxed.grid {
  43. margin-left: -1.5rem;
  44. margin-right: -1.5rem;
  45. }
  46. .ui[class*="very relaxed"].grid {
  47. margin-left: -2.5rem;
  48. margin-right: -2.5rem;
  49. }
  50. /* Collapse Margins on Consecutive Grids */
  51. .ui.grid + .grid {
  52. margin-top: 0rem;
  53. }
  54. /*-------------------
  55. Columns
  56. --------------------*/
  57. /* Standard 16 column */
  58. .ui.grid > .column:not(.row),
  59. .ui.grid > .row > .column {
  60. position: relative;
  61. display: inline-block;
  62. width: 6.25%;
  63. padding-left: 1rem;
  64. padding-right: 1rem;
  65. vertical-align: top;
  66. }
  67. .ui.grid > * {
  68. padding-left: 1rem;
  69. padding-right: 1rem;
  70. }
  71. /*-------------------
  72. Rows
  73. --------------------*/
  74. .ui.grid > .row {
  75. position: relative;
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: -ms-flexbox;
  79. display: flex;
  80. -webkit-box-orient: horizontal;
  81. -webkit-box-direction: normal;
  82. -webkit-flex-direction: row;
  83. -ms-flex-direction: row;
  84. flex-direction: row;
  85. -webkit-flex-wrap: wrap;
  86. -ms-flex-wrap: wrap;
  87. flex-wrap: wrap;
  88. -webkit-box-pack: inherit;
  89. -webkit-justify-content: inherit;
  90. -ms-flex-pack: inherit;
  91. justify-content: inherit;
  92. -webkit-box-align: stretch;
  93. -webkit-align-items: stretch;
  94. -ms-flex-align: stretch;
  95. align-items: stretch;
  96. width: 100% !important;
  97. padding: 0rem;
  98. padding-top: 1rem;
  99. padding-bottom: 1rem;
  100. }
  101. /*-------------------
  102. Columns
  103. --------------------*/
  104. /* Vertical padding when no rows */
  105. .ui.grid > .column:not(.row) {
  106. padding-top: 1rem;
  107. padding-bottom: 1rem;
  108. }
  109. .ui.grid > .row > .column {
  110. margin-top: 0em;
  111. margin-bottom: 0em;
  112. }
  113. /*-------------------
  114. Content
  115. --------------------*/
  116. .ui.grid > .row > img,
  117. .ui.grid > .row > .column > img {
  118. max-width: 100%;
  119. }
  120. /*-------------------
  121. Loose Coupling
  122. --------------------*/
  123. /* Top level grid doesn't use negative margin */
  124. body > .ui.grid {
  125. margin: 0em;
  126. }
  127. /* Collapse Margin on Consecutive Grid */
  128. .ui.grid > .ui.grid:first-child {
  129. margin-top: 0em;
  130. }
  131. .ui.grid > .ui.grid:last-child {
  132. margin-bottom: 0em;
  133. }
  134. /* Segment inside Aligned Grid */
  135. .ui.grid .aligned.row > .column > .segment:not(.compact),
  136. .ui.aligned.grid .column > .segment:not(.compact) {
  137. width: 100%;
  138. }
  139. /* Align Dividers with Gutter */
  140. .ui.grid .row + .ui.divider {
  141. margin: 1rem 1rem;
  142. }
  143. .ui.grid .column + .ui.vertical.divider {
  144. height: -webkit-calc(50% - 1rem );
  145. height: calc(50% - 1rem );
  146. }
  147. /* Remove Border on Last Horizontal Segment */
  148. .ui.grid > .row > .column:last-child > .horizontal.segment,
  149. .ui.grid > .column:last-child > .horizontal.segment {
  150. box-shadow: none;
  151. }
  152. /*******************************
  153. Variations
  154. *******************************/
  155. /*-----------------------
  156. Page Grid
  157. -------------------------*/
  158. @media only screen and (max-width: 767px) {
  159. .ui.page.grid {
  160. width: auto;
  161. padding-left: 0em;
  162. padding-right: 0em;
  163. margin-left: 0em;
  164. margin-right: 0em;
  165. }
  166. }
  167. @media only screen and (min-width: 768px) and (max-width: 991px) {
  168. .ui.page.grid {
  169. width: auto;
  170. margin-left: 0em;
  171. margin-right: 0em;
  172. padding-left: 2em;
  173. padding-right: 2em;
  174. }
  175. }
  176. @media only screen and (min-width: 992px) and (max-width: 1399px) {
  177. .ui.page.grid {
  178. width: auto;
  179. margin-left: 0em;
  180. margin-right: 0em;
  181. padding-left: 3%;
  182. padding-right: 3%;
  183. }
  184. }
  185. @media only screen and (min-width: 1400px) and (max-width: 1919px) {
  186. .ui.page.grid {
  187. width: auto;
  188. margin-left: 0em;
  189. margin-right: 0em;
  190. padding-left: 15%;
  191. padding-right: 15%;
  192. }
  193. }
  194. @media only screen and (min-width: 1920px) {
  195. .ui.page.grid {
  196. width: auto;
  197. margin-left: 0em;
  198. margin-right: 0em;
  199. padding-left: 23%;
  200. padding-right: 23%;
  201. }
  202. }
  203. /*-------------------
  204. Column Count
  205. --------------------*/
  206. /* Assume full width with one column */
  207. .ui.grid > .column:only-child,
  208. .ui.grid > .row > .column:only-child {
  209. width: 100%;
  210. }
  211. /* Grid Based */
  212. .ui[class*="one column"].grid > .row > .column,
  213. .ui[class*="one column"].grid > .column {
  214. width: 100%;
  215. }
  216. .ui[class*="two column"].grid > .row > .column,
  217. .ui[class*="two column"].grid > .column {
  218. width: 50%;
  219. }
  220. .ui[class*="three column"].grid > .row > .column,
  221. .ui[class*="three column"].grid > .column {
  222. width: 33.33333333%;
  223. }
  224. .ui[class*="four column"].grid > .row > .column,
  225. .ui[class*="four column"].grid > .column {
  226. width: 25%;
  227. }
  228. .ui[class*="five column"].grid > .row > .column,
  229. .ui[class*="five column"].grid > .column {
  230. width: 20%;
  231. }
  232. .ui[class*="six column"].grid > .row > .column,
  233. .ui[class*="six column"].grid > .column {
  234. width: 16.66666667%;
  235. }
  236. .ui[class*="seven column"].grid > .row > .column,
  237. .ui[class*="seven column"].grid > .column {
  238. width: 14.28571429%;
  239. }
  240. .ui[class*="eight column"].grid > .row > .column,
  241. .ui[class*="eight column"].grid > .column {
  242. width: 12.5%;
  243. }
  244. .ui[class*="nine column"].grid > .row > .column,
  245. .ui[class*="nine column"].grid > .column {
  246. width: 11.11111111%;
  247. }
  248. .ui[class*="ten column"].grid > .row > .column,
  249. .ui[class*="ten column"].grid > .column {
  250. width: 10%;
  251. }
  252. .ui[class*="eleven column"].grid > .row > .column,
  253. .ui[class*="eleven column"].grid > .column {
  254. width: 9.09090909%;
  255. }
  256. .ui[class*="twelve column"].grid > .row > .column,
  257. .ui[class*="twelve column"].grid > .column {
  258. width: 8.33333333%;
  259. }
  260. .ui[class*="thirteen column"].grid > .row > .column,
  261. .ui[class*="thirteen column"].grid > .column {
  262. width: 7.69230769%;
  263. }
  264. .ui[class*="fourteen column"].grid > .row > .column,
  265. .ui[class*="fourteen column"].grid > .column {
  266. width: 7.14285714%;
  267. }
  268. .ui[class*="fifteen column"].grid > .row > .column,
  269. .ui[class*="fifteen column"].grid > .column {
  270. width: 6.66666667%;
  271. }
  272. .ui[class*="sixteen column"].grid > .row > .column,
  273. .ui[class*="sixteen column"].grid > .column {
  274. width: 6.25%;
  275. }
  276. /* Row Based Overrides */
  277. .ui.grid > [class*="one column"].row > .column {
  278. width: 100% !important;
  279. }
  280. .ui.grid > [class*="two column"].row > .column {
  281. width: 50% !important;
  282. }
  283. .ui.grid > [class*="three column"].row > .column {
  284. width: 33.33333333% !important;
  285. }
  286. .ui.grid > [class*="four column"].row > .column {
  287. width: 25% !important;
  288. }
  289. .ui.grid > [class*="five column"].row > .column {
  290. width: 20% !important;
  291. }
  292. .ui.grid > [class*="six column"].row > .column {
  293. width: 16.66666667% !important;
  294. }
  295. .ui.grid > [class*="seven column"].row > .column {
  296. width: 14.28571429% !important;
  297. }
  298. .ui.grid > [class*="eight column"].row > .column {
  299. width: 12.5% !important;
  300. }
  301. .ui.grid > [class*="nine column"].row > .column {
  302. width: 11.11111111% !important;
  303. }
  304. .ui.grid > [class*="ten column"].row > .column {
  305. width: 10% !important;
  306. }
  307. .ui.grid > [class*="eleven column"].row > .column {
  308. width: 9.09090909% !important;
  309. }
  310. .ui.grid > [class*="twelve column"].row > .column {
  311. width: 8.33333333% !important;
  312. }
  313. .ui.grid > [class*="thirteen column"].row > .column {
  314. width: 7.69230769% !important;
  315. }
  316. .ui.grid > [class*="fourteen column"].row > .column {
  317. width: 7.14285714% !important;
  318. }
  319. .ui.grid > [class*="fifteen column"].row > .column {
  320. width: 6.66666667% !important;
  321. }
  322. .ui.grid > [class*="sixteen column"].row > .column {
  323. width: 6.25% !important;
  324. }
  325. /*-------------------
  326. Column Width
  327. --------------------*/
  328. /* Sizing Combinations */
  329. .ui.grid > .row > [class*="one wide"].column,
  330. .ui.grid > .column.row > [class*="one wide"].column,
  331. .ui.grid > [class*="one wide"].column,
  332. .ui.column.grid > [class*="one wide"].column {
  333. width: 6.25% !important;
  334. }
  335. .ui.grid > .row > [class*="two wide"].column,
  336. .ui.grid > .column.row > [class*="two wide"].column,
  337. .ui.grid > [class*="two wide"].column,
  338. .ui.column.grid > [class*="two wide"].column {
  339. width: 12.5% !important;
  340. }
  341. .ui.grid > .row > [class*="three wide"].column,
  342. .ui.grid > .column.row > [class*="three wide"].column,
  343. .ui.grid > [class*="three wide"].column,
  344. .ui.column.grid > [class*="three wide"].column {
  345. width: 18.75% !important;
  346. }
  347. .ui.grid > .row > [class*="four wide"].column,
  348. .ui.grid > .column.row > [class*="four wide"].column,
  349. .ui.grid > [class*="four wide"].column,
  350. .ui.column.grid > [class*="four wide"].column {
  351. width: 25% !important;
  352. }
  353. .ui.grid > .row > [class*="five wide"].column,
  354. .ui.grid > .column.row > [class*="five wide"].column,
  355. .ui.grid > [class*="five wide"].column,
  356. .ui.column.grid > [class*="five wide"].column {
  357. width: 31.25% !important;
  358. }
  359. .ui.grid > .row > [class*="six wide"].column,
  360. .ui.grid > .column.row > [class*="six wide"].column,
  361. .ui.grid > [class*="six wide"].column,
  362. .ui.column.grid > [class*="six wide"].column {
  363. width: 37.5% !important;
  364. }
  365. .ui.grid > .row > [class*="seven wide"].column,
  366. .ui.grid > .column.row > [class*="seven wide"].column,
  367. .ui.grid > [class*="seven wide"].column,
  368. .ui.column.grid > [class*="seven wide"].column {
  369. width: 43.75% !important;
  370. }
  371. .ui.grid > .row > [class*="eight wide"].column,
  372. .ui.grid > .column.row > [class*="eight wide"].column,
  373. .ui.grid > [class*="eight wide"].column,
  374. .ui.column.grid > [class*="eight wide"].column {
  375. width: 50% !important;
  376. }
  377. .ui.grid > .row > [class*="nine wide"].column,
  378. .ui.grid > .column.row > [class*="nine wide"].column,
  379. .ui.grid > [class*="nine wide"].column,
  380. .ui.column.grid > [class*="nine wide"].column {
  381. width: 56.25% !important;
  382. }
  383. .ui.grid > .row > [class*="ten wide"].column,
  384. .ui.grid > .column.row > [class*="ten wide"].column,
  385. .ui.grid > [class*="ten wide"].column,
  386. .ui.column.grid > [class*="ten wide"].column {
  387. width: 62.5% !important;
  388. }
  389. .ui.grid > .row > [class*="eleven wide"].column,
  390. .ui.grid > .column.row > [class*="eleven wide"].column,
  391. .ui.grid > [class*="eleven wide"].column,
  392. .ui.column.grid > [class*="eleven wide"].column {
  393. width: 68.75% !important;
  394. }
  395. .ui.grid > .row > [class*="twelve wide"].column,
  396. .ui.grid > .column.row > [class*="twelve wide"].column,
  397. .ui.grid > [class*="twelve wide"].column,
  398. .ui.column.grid > [class*="twelve wide"].column {
  399. width: 75% !important;
  400. }
  401. .ui.grid > .row > [class*="thirteen wide"].column,
  402. .ui.grid > .column.row > [class*="thirteen wide"].column,
  403. .ui.grid > [class*="thirteen wide"].column,
  404. .ui.column.grid > [class*="thirteen wide"].column {
  405. width: 81.25% !important;
  406. }
  407. .ui.grid > .row > [class*="fourteen wide"].column,
  408. .ui.grid > .column.row > [class*="fourteen wide"].column,
  409. .ui.grid > [class*="fourteen wide"].column,
  410. .ui.column.grid > [class*="fourteen wide"].column {
  411. width: 87.5% !important;
  412. }
  413. .ui.grid > .row > [class*="fifteen wide"].column,
  414. .ui.grid > .column.row > [class*="fifteen wide"].column,
  415. .ui.grid > [class*="fifteen wide"].column,
  416. .ui.column.grid > [class*="fifteen wide"].column {
  417. width: 93.75% !important;
  418. }
  419. .ui.grid > .row > [class*="sixteen wide"].column,
  420. .ui.grid > .column.row > [class*="sixteen wide"].column,
  421. .ui.grid > [class*="sixteen wide"].column,
  422. .ui.column.grid > [class*="sixteen wide"].column {
  423. width: 100% !important;
  424. }
  425. /*----------------------
  426. Width per Device
  427. -----------------------*/
  428. /* Mobile Sizing Combinations */
  429. @media only screen and (min-width: 320px) and (max-width: 767px) {
  430. .ui.grid > .row > [class*="one wide mobile"].column,
  431. .ui.grid > .column.row > [class*="one wide mobile"].column,
  432. .ui.grid > [class*="one wide mobile"].column,
  433. .ui.column.grid > [class*="one wide mobile"].column {
  434. width: 6.25% !important;
  435. }
  436. .ui.grid > .row > [class*="two wide mobile"].column,
  437. .ui.grid > .column.row > [class*="two wide mobile"].column,
  438. .ui.grid > [class*="two wide mobile"].column,
  439. .ui.column.grid > [class*="two wide mobile"].column {
  440. width: 12.5% !important;
  441. }
  442. .ui.grid > .row > [class*="three wide mobile"].column,
  443. .ui.grid > .column.row > [class*="three wide mobile"].column,
  444. .ui.grid > [class*="three wide mobile"].column,
  445. .ui.column.grid > [class*="three wide mobile"].column {
  446. width: 18.75% !important;
  447. }
  448. .ui.grid > .row > [class*="four wide mobile"].column,
  449. .ui.grid > .column.row > [class*="four wide mobile"].column,
  450. .ui.grid > [class*="four wide mobile"].column,
  451. .ui.column.grid > [class*="four wide mobile"].column {
  452. width: 25% !important;
  453. }
  454. .ui.grid > .row > [class*="five wide mobile"].column,
  455. .ui.grid > .column.row > [class*="five wide mobile"].column,
  456. .ui.grid > [class*="five wide mobile"].column,
  457. .ui.column.grid > [class*="five wide mobile"].column {
  458. width: 31.25% !important;
  459. }
  460. .ui.grid > .row > [class*="six wide mobile"].column,
  461. .ui.grid > .column.row > [class*="six wide mobile"].column,
  462. .ui.grid > [class*="six wide mobile"].column,
  463. .ui.column.grid > [class*="six wide mobile"].column {
  464. width: 37.5% !important;
  465. }
  466. .ui.grid > .row > [class*="seven wide mobile"].column,
  467. .ui.grid > .column.row > [class*="seven wide mobile"].column,
  468. .ui.grid > [class*="seven wide mobile"].column,
  469. .ui.column.grid > [class*="seven wide mobile"].column {
  470. width: 43.75% !important;
  471. }
  472. .ui.grid > .row > [class*="eight wide mobile"].column,
  473. .ui.grid > .column.row > [class*="eight wide mobile"].column,
  474. .ui.grid > [class*="eight wide mobile"].column,
  475. .ui.column.grid > [class*="eight wide mobile"].column {
  476. width: 50% !important;
  477. }
  478. .ui.grid > .row > [class*="nine wide mobile"].column,
  479. .ui.grid > .column.row > [class*="nine wide mobile"].column,
  480. .ui.grid > [class*="nine wide mobile"].column,
  481. .ui.column.grid > [class*="nine wide mobile"].column {
  482. width: 56.25% !important;
  483. }
  484. .ui.grid > .row > [class*="ten wide mobile"].column,
  485. .ui.grid > .column.row > [class*="ten wide mobile"].column,
  486. .ui.grid > [class*="ten wide mobile"].column,
  487. .ui.column.grid > [class*="ten wide mobile"].column {
  488. width: 62.5% !important;
  489. }
  490. .ui.grid > .row > [class*="eleven wide mobile"].column,
  491. .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  492. .ui.grid > [class*="eleven wide mobile"].column,
  493. .ui.column.grid > [class*="eleven wide mobile"].column {
  494. width: 68.75% !important;
  495. }
  496. .ui.grid > .row > [class*="twelve wide mobile"].column,
  497. .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  498. .ui.grid > [class*="twelve wide mobile"].column,
  499. .ui.column.grid > [class*="twelve wide mobile"].column {
  500. width: 75% !important;
  501. }
  502. .ui.grid > .row > [class*="thirteen wide mobile"].column,
  503. .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  504. .ui.grid > [class*="thirteen wide mobile"].column,
  505. .ui.column.grid > [class*="thirteen wide mobile"].column {
  506. width: 81.25% !important;
  507. }
  508. .ui.grid > .row > [class*="fourteen wide mobile"].column,
  509. .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  510. .ui.grid > [class*="fourteen wide mobile"].column,
  511. .ui.column.grid > [class*="fourteen wide mobile"].column {
  512. width: 87.5% !important;
  513. }
  514. .ui.grid > .row > [class*="fifteen wide mobile"].column,
  515. .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  516. .ui.grid > [class*="fifteen wide mobile"].column,
  517. .ui.column.grid > [class*="fifteen wide mobile"].column {
  518. width: 93.75% !important;
  519. }
  520. .ui.grid > .row > [class*="sixteen wide mobile"].column,
  521. .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  522. .ui.grid > [class*="sixteen wide mobile"].column,
  523. .ui.column.grid > [class*="sixteen wide mobile"].column {
  524. width: 100% !important;
  525. }
  526. }
  527. /* Tablet Sizing Combinations */
  528. @media only screen and (min-width: 768px) and (max-width: 991px) {
  529. .ui.grid > .row > [class*="one wide tablet"].column,
  530. .ui.grid > .column.row > [class*="one wide tablet"].column,
  531. .ui.grid > [class*="one wide tablet"].column,
  532. .ui.column.grid > [class*="one wide tablet"].column {
  533. width: 6.25% !important;
  534. }
  535. .ui.grid > .row > [class*="two wide tablet"].column,
  536. .ui.grid > .column.row > [class*="two wide tablet"].column,
  537. .ui.grid > [class*="two wide tablet"].column,
  538. .ui.column.grid > [class*="two wide tablet"].column {
  539. width: 12.5% !important;
  540. }
  541. .ui.grid > .row > [class*="three wide tablet"].column,
  542. .ui.grid > .column.row > [class*="three wide tablet"].column,
  543. .ui.grid > [class*="three wide tablet"].column,
  544. .ui.column.grid > [class*="three wide tablet"].column {
  545. width: 18.75% !important;
  546. }
  547. .ui.grid > .row > [class*="four wide tablet"].column,
  548. .ui.grid > .column.row > [class*="four wide tablet"].column,
  549. .ui.grid > [class*="four wide tablet"].column,
  550. .ui.column.grid > [class*="four wide tablet"].column {
  551. width: 25% !important;
  552. }
  553. .ui.grid > .row > [class*="five wide tablet"].column,
  554. .ui.grid > .column.row > [class*="five wide tablet"].column,
  555. .ui.grid > [class*="five wide tablet"].column,
  556. .ui.column.grid > [class*="five wide tablet"].column {
  557. width: 31.25% !important;
  558. }
  559. .ui.grid > .row > [class*="six wide tablet"].column,
  560. .ui.grid > .column.row > [class*="six wide tablet"].column,
  561. .ui.grid > [class*="six wide tablet"].column,
  562. .ui.column.grid > [class*="six wide tablet"].column {
  563. width: 37.5% !important;
  564. }
  565. .ui.grid > .row > [class*="seven wide tablet"].column,
  566. .ui.grid > .column.row > [class*="seven wide tablet"].column,
  567. .ui.grid > [class*="seven wide tablet"].column,
  568. .ui.column.grid > [class*="seven wide tablet"].column {
  569. width: 43.75% !important;
  570. }
  571. .ui.grid > .row > [class*="eight wide tablet"].column,
  572. .ui.grid > .column.row > [class*="eight wide tablet"].column,
  573. .ui.grid > [class*="eight wide tablet"].column,
  574. .ui.column.grid > [class*="eight wide tablet"].column {
  575. width: 50% !important;
  576. }
  577. .ui.grid > .row > [class*="nine wide tablet"].column,
  578. .ui.grid > .column.row > [class*="nine wide tablet"].column,
  579. .ui.grid > [class*="nine wide tablet"].column,
  580. .ui.column.grid > [class*="nine wide tablet"].column {
  581. width: 56.25% !important;
  582. }
  583. .ui.grid > .row > [class*="ten wide tablet"].column,
  584. .ui.grid > .column.row > [class*="ten wide tablet"].column,
  585. .ui.grid > [class*="ten wide tablet"].column,
  586. .ui.column.grid > [class*="ten wide tablet"].column {
  587. width: 62.5% !important;
  588. }
  589. .ui.grid > .row > [class*="eleven wide tablet"].column,
  590. .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  591. .ui.grid > [class*="eleven wide tablet"].column,
  592. .ui.column.grid > [class*="eleven wide tablet"].column {
  593. width: 68.75% !important;
  594. }
  595. .ui.grid > .row > [class*="twelve wide tablet"].column,
  596. .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  597. .ui.grid > [class*="twelve wide tablet"].column,
  598. .ui.column.grid > [class*="twelve wide tablet"].column {
  599. width: 75% !important;
  600. }
  601. .ui.grid > .row > [class*="thirteen wide tablet"].column,
  602. .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  603. .ui.grid > [class*="thirteen wide tablet"].column,
  604. .ui.column.grid > [class*="thirteen wide tablet"].column {
  605. width: 81.25% !important;
  606. }
  607. .ui.grid > .row > [class*="fourteen wide tablet"].column,
  608. .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  609. .ui.grid > [class*="fourteen wide tablet"].column,
  610. .ui.column.grid > [class*="fourteen wide tablet"].column {
  611. width: 87.5% !important;
  612. }
  613. .ui.grid > .row > [class*="fifteen wide tablet"].column,
  614. .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  615. .ui.grid > [class*="fifteen wide tablet"].column,
  616. .ui.column.grid > [class*="fifteen wide tablet"].column {
  617. width: 93.75% !important;
  618. }
  619. .ui.grid > .row > [class*="sixteen wide tablet"].column,
  620. .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  621. .ui.grid > [class*="sixteen wide tablet"].column,
  622. .ui.column.grid > [class*="sixteen wide tablet"].column {
  623. width: 100% !important;
  624. }
  625. }
  626. /* Computer/Desktop Sizing Combinations */
  627. @media only screen and (min-width: 992px) {
  628. .ui.grid > .row > [class*="one wide computer"].column,
  629. .ui.grid > .column.row > [class*="one wide computer"].column,
  630. .ui.grid > [class*="one wide computer"].column,
  631. .ui.column.grid > [class*="one wide computer"].column {
  632. width: 6.25% !important;
  633. }
  634. .ui.grid > .row > [class*="two wide computer"].column,
  635. .ui.grid > .column.row > [class*="two wide computer"].column,
  636. .ui.grid > [class*="two wide computer"].column,
  637. .ui.column.grid > [class*="two wide computer"].column {
  638. width: 12.5% !important;
  639. }
  640. .ui.grid > .row > [class*="three wide computer"].column,
  641. .ui.grid > .column.row > [class*="three wide computer"].column,
  642. .ui.grid > [class*="three wide computer"].column,
  643. .ui.column.grid > [class*="three wide computer"].column {
  644. width: 18.75% !important;
  645. }
  646. .ui.grid > .row > [class*="four wide computer"].column,
  647. .ui.grid > .column.row > [class*="four wide computer"].column,
  648. .ui.grid > [class*="four wide computer"].column,
  649. .ui.column.grid > [class*="four wide computer"].column {
  650. width: 25% !important;
  651. }
  652. .ui.grid > .row > [class*="five wide computer"].column,
  653. .ui.grid > .column.row > [class*="five wide computer"].column,
  654. .ui.grid > [class*="five wide computer"].column,
  655. .ui.column.grid > [class*="five wide computer"].column {
  656. width: 31.25% !important;
  657. }
  658. .ui.grid > .row > [class*="six wide computer"].column,
  659. .ui.grid > .column.row > [class*="six wide computer"].column,
  660. .ui.grid > [class*="six wide computer"].column,
  661. .ui.column.grid > [class*="six wide computer"].column {
  662. width: 37.5% !important;
  663. }
  664. .ui.grid > .row > [class*="seven wide computer"].column,
  665. .ui.grid > .column.row > [class*="seven wide computer"].column,
  666. .ui.grid > [class*="seven wide computer"].column,
  667. .ui.column.grid > [class*="seven wide computer"].column {
  668. width: 43.75% !important;
  669. }
  670. .ui.grid > .row > [class*="eight wide computer"].column,
  671. .ui.grid > .column.row > [class*="eight wide computer"].column,
  672. .ui.grid > [class*="eight wide computer"].column,
  673. .ui.column.grid > [class*="eight wide computer"].column {
  674. width: 50% !important;
  675. }
  676. .ui.grid > .row > [class*="nine wide computer"].column,
  677. .ui.grid > .column.row > [class*="nine wide computer"].column,
  678. .ui.grid > [class*="nine wide computer"].column,
  679. .ui.column.grid > [class*="nine wide computer"].column {
  680. width: 56.25% !important;
  681. }
  682. .ui.grid > .row > [class*="ten wide computer"].column,
  683. .ui.grid > .column.row > [class*="ten wide computer"].column,
  684. .ui.grid > [class*="ten wide computer"].column,
  685. .ui.column.grid > [class*="ten wide computer"].column {
  686. width: 62.5% !important;
  687. }
  688. .ui.grid > .row > [class*="eleven wide computer"].column,
  689. .ui.grid > .column.row > [class*="eleven wide computer"].column,
  690. .ui.grid > [class*="eleven wide computer"].column,
  691. .ui.column.grid > [class*="eleven wide computer"].column {
  692. width: 68.75% !important;
  693. }
  694. .ui.grid > .row > [class*="twelve wide computer"].column,
  695. .ui.grid > .column.row > [class*="twelve wide computer"].column,
  696. .ui.grid > [class*="twelve wide computer"].column,
  697. .ui.column.grid > [class*="twelve wide computer"].column {
  698. width: 75% !important;
  699. }
  700. .ui.grid > .row > [class*="thirteen wide computer"].column,
  701. .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  702. .ui.grid > [class*="thirteen wide computer"].column,
  703. .ui.column.grid > [class*="thirteen wide computer"].column {
  704. width: 81.25% !important;
  705. }
  706. .ui.grid > .row > [class*="fourteen wide computer"].column,
  707. .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  708. .ui.grid > [class*="fourteen wide computer"].column,
  709. .ui.column.grid > [class*="fourteen wide computer"].column {
  710. width: 87.5% !important;
  711. }
  712. .ui.grid > .row > [class*="fifteen wide computer"].column,
  713. .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  714. .ui.grid > [class*="fifteen wide computer"].column,
  715. .ui.column.grid > [class*="fifteen wide computer"].column {
  716. width: 93.75% !important;
  717. }
  718. .ui.grid > .row > [class*="sixteen wide computer"].column,
  719. .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  720. .ui.grid > [class*="sixteen wide computer"].column,
  721. .ui.column.grid > [class*="sixteen wide computer"].column {
  722. width: 100% !important;
  723. }
  724. }
  725. /* Large Monitor Sizing Combinations */
  726. @media only screen and (min-width: 1400px) and (max-width: 1919px) {
  727. .ui.grid > .row > [class*="one wide large screen"].column,
  728. .ui.grid > .column.row > [class*="one wide large screen"].column,
  729. .ui.grid > [class*="one wide large screen"].column,
  730. .ui.column.grid > [class*="one wide large screen"].column {
  731. width: 6.25% !important;
  732. }
  733. .ui.grid > .row > [class*="two wide large screen"].column,
  734. .ui.grid > .column.row > [class*="two wide large screen"].column,
  735. .ui.grid > [class*="two wide large screen"].column,
  736. .ui.column.grid > [class*="two wide large screen"].column {
  737. width: 12.5% !important;
  738. }
  739. .ui.grid > .row > [class*="three wide large screen"].column,
  740. .ui.grid > .column.row > [class*="three wide large screen"].column,
  741. .ui.grid > [class*="three wide large screen"].column,
  742. .ui.column.grid > [class*="three wide large screen"].column {
  743. width: 18.75% !important;
  744. }
  745. .ui.grid > .row > [class*="four wide large screen"].column,
  746. .ui.grid > .column.row > [class*="four wide large screen"].column,
  747. .ui.grid > [class*="four wide large screen"].column,
  748. .ui.column.grid > [class*="four wide large screen"].column {
  749. width: 25% !important;
  750. }
  751. .ui.grid > .row > [class*="five wide large screen"].column,
  752. .ui.grid > .column.row > [class*="five wide large screen"].column,
  753. .ui.grid > [class*="five wide large screen"].column,
  754. .ui.column.grid > [class*="five wide large screen"].column {
  755. width: 31.25% !important;
  756. }
  757. .ui.grid > .row > [class*="six wide large screen"].column,
  758. .ui.grid > .column.row > [class*="six wide large screen"].column,
  759. .ui.grid > [class*="six wide large screen"].column,
  760. .ui.column.grid > [class*="six wide large screen"].column {
  761. width: 37.5% !important;
  762. }
  763. .ui.grid > .row > [class*="seven wide large screen"].column,
  764. .ui.grid > .column.row > [class*="seven wide large screen"].column,
  765. .ui.grid > [class*="seven wide large screen"].column,
  766. .ui.column.grid > [class*="seven wide large screen"].column {
  767. width: 43.75% !important;
  768. }
  769. .ui.grid > .row > [class*="eight wide large screen"].column,
  770. .ui.grid > .column.row > [class*="eight wide large screen"].column,
  771. .ui.grid > [class*="eight wide large screen"].column,
  772. .ui.column.grid > [class*="eight wide large screen"].column {
  773. width: 50% !important;
  774. }
  775. .ui.grid > .row > [class*="nine wide large screen"].column,
  776. .ui.grid > .column.row > [class*="nine wide large screen"].column,
  777. .ui.grid > [class*="nine wide large screen"].column,
  778. .ui.column.grid > [class*="nine wide large screen"].column {
  779. width: 56.25% !important;
  780. }
  781. .ui.grid > .row > [class*="ten wide large screen"].column,
  782. .ui.grid > .column.row > [class*="ten wide large screen"].column,
  783. .ui.grid > [class*="ten wide large screen"].column,
  784. .ui.column.grid > [class*="ten wide large screen"].column {
  785. width: 62.5% !important;
  786. }
  787. .ui.grid > .row > [class*="eleven wide large screen"].column,
  788. .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  789. .ui.grid > [class*="eleven wide large screen"].column,
  790. .ui.column.grid > [class*="eleven wide large screen"].column {
  791. width: 68.75% !important;
  792. }
  793. .ui.grid > .row > [class*="twelve wide large screen"].column,
  794. .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  795. .ui.grid > [class*="twelve wide large screen"].column,
  796. .ui.column.grid > [class*="twelve wide large screen"].column {
  797. width: 75% !important;
  798. }
  799. .ui.grid > .row > [class*="thirteen wide large screen"].column,
  800. .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  801. .ui.grid > [class*="thirteen wide large screen"].column,
  802. .ui.column.grid > [class*="thirteen wide large screen"].column {
  803. width: 81.25% !important;
  804. }
  805. .ui.grid > .row > [class*="fourteen wide large screen"].column,
  806. .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  807. .ui.grid > [class*="fourteen wide large screen"].column,
  808. .ui.column.grid > [class*="fourteen wide large screen"].column {
  809. width: 87.5% !important;
  810. }
  811. .ui.grid > .row > [class*="fifteen wide large screen"].column,
  812. .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  813. .ui.grid > [class*="fifteen wide large screen"].column,
  814. .ui.column.grid > [class*="fifteen wide large screen"].column {
  815. width: 93.75% !important;
  816. }
  817. .ui.grid > .row > [class*="sixteen wide large screen"].column,
  818. .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  819. .ui.grid > [class*="sixteen wide large screen"].column,
  820. .ui.column.grid > [class*="sixteen wide large screen"].column {
  821. width: 100% !important;
  822. }
  823. }
  824. /* Widescreen Sizing Combinations */
  825. @media only screen and (min-width: 1920px) {
  826. .ui.grid > .row > [class*="one wide widescreen"].column,
  827. .ui.grid > .column.row > [class*="one wide widescreen"].column,
  828. .ui.grid > [class*="one wide widescreen"].column,
  829. .ui.column.grid > [class*="one wide widescreen"].column {
  830. width: 6.25% !important;
  831. }
  832. .ui.grid > .row > [class*="two wide widescreen"].column,
  833. .ui.grid > .column.row > [class*="two wide widescreen"].column,
  834. .ui.grid > [class*="two wide widescreen"].column,
  835. .ui.column.grid > [class*="two wide widescreen"].column {
  836. width: 12.5% !important;
  837. }
  838. .ui.grid > .row > [class*="three wide widescreen"].column,
  839. .ui.grid > .column.row > [class*="three wide widescreen"].column,
  840. .ui.grid > [class*="three wide widescreen"].column,
  841. .ui.column.grid > [class*="three wide widescreen"].column {
  842. width: 18.75% !important;
  843. }
  844. .ui.grid > .row > [class*="four wide widescreen"].column,
  845. .ui.grid > .column.row > [class*="four wide widescreen"].column,
  846. .ui.grid > [class*="four wide widescreen"].column,
  847. .ui.column.grid > [class*="four wide widescreen"].column {
  848. width: 25% !important;
  849. }
  850. .ui.grid > .row > [class*="five wide widescreen"].column,
  851. .ui.grid > .column.row > [class*="five wide widescreen"].column,
  852. .ui.grid > [class*="five wide widescreen"].column,
  853. .ui.column.grid > [class*="five wide widescreen"].column {
  854. width: 31.25% !important;
  855. }
  856. .ui.grid > .row > [class*="six wide widescreen"].column,
  857. .ui.grid > .column.row > [class*="six wide widescreen"].column,
  858. .ui.grid > [class*="six wide widescreen"].column,
  859. .ui.column.grid > [class*="six wide widescreen"].column {
  860. width: 37.5% !important;
  861. }
  862. .ui.grid > .row > [class*="seven wide widescreen"].column,
  863. .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  864. .ui.grid > [class*="seven wide widescreen"].column,
  865. .ui.column.grid > [class*="seven wide widescreen"].column {
  866. width: 43.75% !important;
  867. }
  868. .ui.grid > .row > [class*="eight wide widescreen"].column,
  869. .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  870. .ui.grid > [class*="eight wide widescreen"].column,
  871. .ui.column.grid > [class*="eight wide widescreen"].column {
  872. width: 50% !important;
  873. }
  874. .ui.grid > .row > [class*="nine wide widescreen"].column,
  875. .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  876. .ui.grid > [class*="nine wide widescreen"].column,
  877. .ui.column.grid > [class*="nine wide widescreen"].column {
  878. width: 56.25% !important;
  879. }
  880. .ui.grid > .row > [class*="ten wide widescreen"].column,
  881. .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  882. .ui.grid > [class*="ten wide widescreen"].column,
  883. .ui.column.grid > [class*="ten wide widescreen"].column {
  884. width: 62.5% !important;
  885. }
  886. .ui.grid > .row > [class*="eleven wide widescreen"].column,
  887. .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  888. .ui.grid > [class*="eleven wide widescreen"].column,
  889. .ui.column.grid > [class*="eleven wide widescreen"].column {
  890. width: 68.75% !important;
  891. }
  892. .ui.grid > .row > [class*="twelve wide widescreen"].column,
  893. .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  894. .ui.grid > [class*="twelve wide widescreen"].column,
  895. .ui.column.grid > [class*="twelve wide widescreen"].column {
  896. width: 75% !important;
  897. }
  898. .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  899. .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  900. .ui.grid > [class*="thirteen wide widescreen"].column,
  901. .ui.column.grid > [class*="thirteen wide widescreen"].column {
  902. width: 81.25% !important;
  903. }
  904. .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  905. .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  906. .ui.grid > [class*="fourteen wide widescreen"].column,
  907. .ui.column.grid > [class*="fourteen wide widescreen"].column {
  908. width: 87.5% !important;
  909. }
  910. .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  911. .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  912. .ui.grid > [class*="fifteen wide widescreen"].column,
  913. .ui.column.grid > [class*="fifteen wide widescreen"].column {
  914. width: 93.75% !important;
  915. }
  916. .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  917. .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  918. .ui.grid > [class*="sixteen wide widescreen"].column,
  919. .ui.column.grid > [class*="sixteen wide widescreen"].column {
  920. width: 100% !important;
  921. }
  922. }
  923. /*----------------------
  924. Centered
  925. -----------------------*/
  926. .ui.centered.grid,
  927. .ui.centered.grid > .row,
  928. .ui.grid > .centered.row {
  929. text-align: center;
  930. -webkit-box-pack: center;
  931. -webkit-justify-content: center;
  932. -ms-flex-pack: center;
  933. justify-content: center;
  934. }
  935. .ui.centered.grid > .column:not(.aligned):not(.row),
  936. .ui.centered.grid > .row > .column:not(.aligned),
  937. .ui.grid .centered.row > .column:not(.aligned) {
  938. text-align: left;
  939. }
  940. .ui.grid > .centered.column,
  941. .ui.grid > .row > .centered.column {
  942. display: block;
  943. margin-left: auto;
  944. margin-right: auto;
  945. }
  946. /*----------------------
  947. Relaxed
  948. -----------------------*/
  949. .ui.relaxed.grid > .column:not(.row),
  950. .ui.relaxed.grid > .row > .column,
  951. .ui.grid > .relaxed.row > .column {
  952. padding-left: 1.5rem;
  953. padding-right: 1.5rem;
  954. }
  955. .ui[class*="very relaxed"].grid > .column:not(.row),
  956. .ui[class*="very relaxed"].grid > .row > .column,
  957. .ui.grid > [class*="very relaxed"].row > .column {
  958. padding-left: 2.5rem;
  959. padding-right: 2.5rem;
  960. }
  961. /* Coupling with UI Divider */
  962. .ui.relaxed.grid .row + .ui.divider,
  963. .ui.grid .relaxed.row + .ui.divider {
  964. margin-left: 1.5rem;
  965. margin-right: 1.5rem;
  966. }
  967. .ui[class*="very relaxed"].grid .row + .ui.divider,
  968. .ui.grid [class*="very relaxed"].row + .ui.divider {
  969. margin-left: 2.5rem;
  970. margin-right: 2.5rem;
  971. }
  972. /*----------------------
  973. Padded
  974. -----------------------*/
  975. .ui.padded.grid:not(.vertically):not(.horizontally) {
  976. margin: 0em !important;
  977. }
  978. [class*="horizontally padded"].ui.grid {
  979. margin-left: 0em !important;
  980. margin-right: 0em !important;
  981. }
  982. [class*="vertically padded"].ui.grid {
  983. margin-top: 0em !important;
  984. margin-bottom: 0em !important;
  985. }
  986. /*----------------------
  987. "Floated"
  988. -----------------------*/
  989. .ui.grid [class*="left floated"].column {
  990. margin-right: auto;
  991. }
  992. .ui.grid [class*="right floated"].column {
  993. margin-left: auto;
  994. }
  995. /*----------------------
  996. Divided
  997. -----------------------*/
  998. .ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  999. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  1000. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  1001. }
  1002. /* Swap from padding to margin on columns to have dividers align */
  1003. .ui[class*="vertically divided"].grid > .column:not(.row),
  1004. .ui[class*="vertically divided"].grid > .row > .column {
  1005. margin-top: 1rem;
  1006. margin-bottom: 1rem;
  1007. padding-top: 0rem;
  1008. padding-bottom: 0rem;
  1009. }
  1010. .ui[class*="vertically divided"].grid > .row {
  1011. margin-top: 0em;
  1012. margin-bottom: 0em;
  1013. padding-top: 0em;
  1014. padding-bottom: 0em;
  1015. }
  1016. /* No divider on first column on row */
  1017. .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
  1018. .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  1019. box-shadow: none;
  1020. }
  1021. /* Divided Row */
  1022. .ui.grid > .divided.row > .column {
  1023. box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  1024. }
  1025. .ui.grid > .divided.row > .column:first-child {
  1026. box-shadow: none;
  1027. }
  1028. /* Vertically Divided */
  1029. .ui[class*="vertically divided"].grid > .row {
  1030. position: relative;
  1031. }
  1032. .ui[class*="vertically divided"].grid > .row:before {
  1033. position: absolute;
  1034. content: "";
  1035. top: 0em;
  1036. left: 0px;
  1037. width: -webkit-calc(100% - 2rem );
  1038. width: calc(100% - 2rem );
  1039. height: 1px;
  1040. margin: 0% 1rem;
  1041. box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  1042. }
  1043. /* Padded Horizontally Divided */
  1044. [class*="horizontally padded"].ui.divided.grid,
  1045. .ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  1046. width: 100%;
  1047. }
  1048. /* First Row Vertically Divided */
  1049. .ui[class*="vertically divided"].grid > .row:first-child:before {
  1050. box-shadow: none;
  1051. }
  1052. /* Inverted Divided */
  1053. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
  1054. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  1055. box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  1056. }
  1057. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
  1058. .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  1059. box-shadow: none;
  1060. }
  1061. .ui.inverted[class*="vertically divided"].grid > .row:before {
  1062. box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  1063. }
  1064. /* Relaxed */
  1065. .ui.relaxed[class*="vertically divided"].grid > .row:before {
  1066. margin-left: 1.5rem;
  1067. margin-right: 1.5rem;
  1068. width: -webkit-calc(100% - 3rem );
  1069. width: calc(100% - 3rem );
  1070. }
  1071. .ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  1072. margin-left: 5rem;
  1073. margin-right: 5rem;
  1074. width: -webkit-calc(100% - 5rem );
  1075. width: calc(100% - 5rem );
  1076. }
  1077. /*----------------------
  1078. Celled
  1079. -----------------------*/
  1080. .ui.celled.grid {
  1081. display: table;
  1082. table-layout: fixed;
  1083. width: 100%;
  1084. margin: 1em 0em;
  1085. box-shadow: 0px 0px 0px 1px #d4d4d5;
  1086. }
  1087. .ui.celled.grid > .row,
  1088. .ui.celled.grid > .column.row,
  1089. .ui.celled.grid > .column.row:first-child {
  1090. display: table;
  1091. table-layout: fixed;
  1092. width: 100% !important;
  1093. margin: 0em;
  1094. padding: 0em;
  1095. box-shadow: 0px -1px 0px 0px #d4d4d5;
  1096. }
  1097. .ui.celled.grid > .column:not(.row),
  1098. .ui.celled.grid > .row > .column {
  1099. display: table-cell;
  1100. box-shadow: -1px 0px 0px 0px #d4d4d5;
  1101. }
  1102. .ui.celled.grid > .column:first-child,
  1103. .ui.celled.grid > .row > .column:first-child {
  1104. box-shadow: none;
  1105. }
  1106. .ui.celled.page.grid {
  1107. box-shadow: none;
  1108. }
  1109. .ui.celled.grid > .column:not(.row),
  1110. .ui.celled.grid > .row > .column {
  1111. padding: 0.75em;
  1112. }
  1113. .ui.relaxed.celled.grid > .column:not(.row),
  1114. .ui.relaxed.celled.grid > .row > .column {
  1115. padding: 1em;
  1116. }
  1117. .ui[class*="very relaxed"].celled.grid > .column:not(.row),
  1118. .ui[class*="very relaxed"].celled.grid > .row > .column {
  1119. padding: 2em;
  1120. }
  1121. /* Internally Celled */
  1122. .ui[class*="internally celled"].grid {
  1123. box-shadow: none;
  1124. }
  1125. .ui[class*="internally celled"].grid > .row:first-child {
  1126. box-shadow: none;
  1127. }
  1128. .ui[class*="internally celled"].grid > .row > .column:first-child {
  1129. box-shadow: none;
  1130. }
  1131. /*----------------------
  1132. Vertically Aligned
  1133. -----------------------*/
  1134. /* Top Aligned */
  1135. .ui[class*="top aligned"].grid .column,
  1136. .ui.grid > [class*="top aligned"].row > .column,
  1137. .ui.grid > [class*="top aligned"].column:not(.row),
  1138. .ui.grid > .row > [class*="top aligned"].column {
  1139. -webkit-box-orient: vertical;
  1140. -webkit-box-direction: normal;
  1141. -webkit-flex-direction: column;
  1142. -ms-flex-direction: column;
  1143. flex-direction: column;
  1144. vertical-align: top;
  1145. -webkit-align-self: flex-start !important;
  1146. -ms-flex-item-align: start !important;
  1147. align-self: flex-start !important;
  1148. }
  1149. /* Middle Aligned */
  1150. .ui[class*="middle aligned"].grid .column,
  1151. .ui.grid > [class*="middle aligned"].row > .column,
  1152. .ui.grid > [class*="middle aligned"].column:not(.row),
  1153. .ui.grid > .row > [class*="middle aligned"].column {
  1154. -webkit-box-orient: vertical;
  1155. -webkit-box-direction: normal;
  1156. -webkit-flex-direction: column;
  1157. -ms-flex-direction: column;
  1158. flex-direction: column;
  1159. vertical-align: middle;
  1160. -webkit-align-self: center !important;
  1161. -ms-flex-item-align: center !important;
  1162. align-self: center !important;
  1163. }
  1164. /* Bottom Aligned */
  1165. .ui[class*="bottom aligned"].grid .column,
  1166. .ui.grid > [class*="bottom aligned"].row > .column,
  1167. .ui.grid > [class*="bottom aligned"].column:not(.row),
  1168. .ui.grid > .row > [class*="bottom aligned"].column {
  1169. -webkit-box-orient: vertical;
  1170. -webkit-box-direction: normal;
  1171. -webkit-flex-direction: column;
  1172. -ms-flex-direction: column;
  1173. flex-direction: column;
  1174. vertical-align: bottom;
  1175. -webkit-align-self: flex-end !important;
  1176. -ms-flex-item-align: end !important;
  1177. align-self: flex-end !important;
  1178. }
  1179. /* Stretched */
  1180. .ui.stretched.grid > .row > .column,
  1181. .ui.stretched.grid > .column,
  1182. .ui.grid > .stretched.row > .column,
  1183. .ui.grid > .stretched.column:not(.row),
  1184. .ui.grid > .row > .stretched.column {
  1185. display: -webkit-inline-box !important;
  1186. display: -webkit-inline-flex !important;
  1187. display: -ms-inline-flexbox !important;
  1188. display: inline-flex !important;
  1189. -webkit-align-self: stretch;
  1190. -ms-flex-item-align: stretch;
  1191. align-self: stretch;
  1192. -webkit-box-orient: vertical;
  1193. -webkit-box-direction: normal;
  1194. -webkit-flex-direction: column;
  1195. -ms-flex-direction: column;
  1196. flex-direction: column;
  1197. }
  1198. .ui.stretched.grid > .row > .column > *,
  1199. .ui.stretched.grid > .column > *,
  1200. .ui.grid > .stretched.row > .column > *,
  1201. .ui.grid > .stretched.column:not(.row) > *,
  1202. .ui.grid > .row > .stretched.column > * {
  1203. -webkit-box-flex: 1;
  1204. -webkit-flex-grow: 1;
  1205. -ms-flex-positive: 1;
  1206. flex-grow: 1;
  1207. }
  1208. /*----------------------
  1209. Horizontally Centered
  1210. -----------------------*/
  1211. /* Left Aligned */
  1212. .ui[class*="left aligned"].grid .column,
  1213. .ui.grid > [class*="left aligned"].row > .column,
  1214. .ui.grid > [class*="left aligned"].column:not(.row),
  1215. .ui.grid > .row > [class*="left aligned"].column {
  1216. text-align: left;
  1217. -webkit-box-align: start !important;
  1218. -webkit-align-items: flex-start !important;
  1219. -ms-flex-align: start !important;
  1220. align-items: flex-start !important;
  1221. -webkit-align-self: inherit;
  1222. -ms-flex-item-align: inherit;
  1223. align-self: inherit;
  1224. }
  1225. /* Center Aligned */
  1226. .ui[class*="center aligned"].grid,
  1227. .ui[class*="center aligned"].grid .column,
  1228. .ui.grid > [class*="center aligned"].row > .column,
  1229. .ui.grid > [class*="center aligned"].column:not(.row),
  1230. .ui.grid > .row > [class*="center aligned"].column {
  1231. text-align: center;
  1232. -webkit-box-align: center !important;
  1233. -webkit-align-items: center !important;
  1234. -ms-flex-align: center !important;
  1235. align-items: center !important;
  1236. -webkit-align-self: inherit;
  1237. -ms-flex-item-align: inherit;
  1238. align-self: inherit;
  1239. }
  1240. .ui[class*="center aligned"].grid {
  1241. -webkit-box-pack: center;
  1242. -webkit-justify-content: center;
  1243. -ms-flex-pack: center;
  1244. justify-content: center;
  1245. }
  1246. /* Right Aligned */
  1247. .ui[class*="right aligned"].grid .column,
  1248. .ui.grid > [class*="right aligned"].row > .column,
  1249. .ui.grid > [class*="right aligned"].column:not(.row),
  1250. .ui.grid > .row > [class*="right aligned"].column {
  1251. text-align: right;
  1252. -webkit-box-align: end !important;
  1253. -webkit-align-items: flex-end !important;
  1254. -ms-flex-align: end !important;
  1255. align-items: flex-end !important;
  1256. -webkit-align-self: inherit;
  1257. -ms-flex-item-align: inherit;
  1258. align-self: inherit;
  1259. }
  1260. /* Justified */
  1261. .ui.justified.grid,
  1262. .ui.justified.grid > .row > .column,
  1263. .ui.justified.grid > .column,
  1264. .ui.grid .justified.column,
  1265. .ui.grid > .justified.row > .column {
  1266. text-align: justify;
  1267. -webkit-hyphens: auto;
  1268. -moz-hyphens: auto;
  1269. -ms-hyphens: auto;
  1270. hyphens: auto;
  1271. }
  1272. .ui.grid .justified.column {
  1273. text-align: justify !important;
  1274. -webkit-hyphens: auto !important;
  1275. -moz-hyphens: auto !important;
  1276. -ms-hyphens: auto !important;
  1277. hyphens: auto !important;
  1278. }
  1279. /*----------------------
  1280. Colored
  1281. -----------------------*/
  1282. .ui.grid > .white.row,
  1283. .ui.grid > .white.column,
  1284. .ui.grid > .row > .white.column {
  1285. background-color: #ffffff !important;
  1286. color: rgba(0, 0, 0, 0.8);
  1287. }
  1288. .ui.grid > .row > .white.column {
  1289. margin-top: -1rem;
  1290. margin-bottom: -1rem;
  1291. padding-top: 1rem;
  1292. padding-bottom: 1rem;
  1293. }
  1294. .ui.grid > .black.row,
  1295. .ui.grid > .black.column,
  1296. .ui.grid > .row > .black.column {
  1297. background-color: #1b1c1d !important;
  1298. color: #ffffff;
  1299. }
  1300. .ui.grid > .row > .black.column {
  1301. margin-top: -1rem;
  1302. margin-bottom: -1rem;
  1303. padding-top: 1rem;
  1304. padding-bottom: 1rem;
  1305. }
  1306. .ui.grid > .blue.row,
  1307. .ui.grid > .blue.column,
  1308. .ui.grid > .row > .blue.column {
  1309. background-color: #3b83c0 !important;
  1310. color: #ffffff;
  1311. }
  1312. .ui.grid > .row > .blue.column {
  1313. margin-top: -1rem;
  1314. margin-bottom: -1rem;
  1315. padding-top: 1rem;
  1316. padding-bottom: 1rem;
  1317. }
  1318. .ui.grid > .green.row,
  1319. .ui.grid > .green.column,
  1320. .ui.grid > .row > .green.column {
  1321. background-color: #5bbd72 !important;
  1322. color: #ffffff;
  1323. }
  1324. .ui.grid > .row > .green.column {
  1325. margin-top: -1rem;
  1326. margin-bottom: -1rem;
  1327. padding-top: 1rem;
  1328. padding-bottom: 1rem;
  1329. }
  1330. .ui.grid > .orange.row,
  1331. .ui.grid > .orange.column,
  1332. .ui.grid > .row > .orange.column {
  1333. background-color: #e07b53 !important;
  1334. color: #ffffff;
  1335. }
  1336. .ui.grid > .row > .orange.column {
  1337. margin-top: -1rem;
  1338. margin-bottom: -1rem;
  1339. padding-top: 1rem;
  1340. padding-bottom: 1rem;
  1341. }
  1342. .ui.grid > .pink.row,
  1343. .ui.grid .pink.column {
  1344. background-color: #d9499a !important;
  1345. color: #ffffff;
  1346. }
  1347. .ui.grid > .row > .pink.column {
  1348. margin-top: -1rem;
  1349. margin-bottom: -1rem;
  1350. padding-top: 1rem;
  1351. padding-bottom: 1rem;
  1352. }
  1353. .ui.grid > .purple.row,
  1354. .ui.grid > .purple.column,
  1355. .ui.grid > .row > .purple.column {
  1356. background-color: #564f8a !important;
  1357. color: #ffffff;
  1358. }
  1359. .ui.grid > .row > .purple.column {
  1360. margin-top: -1rem;
  1361. margin-bottom: -1rem;
  1362. padding-top: 1rem;
  1363. padding-bottom: 1rem;
  1364. }
  1365. .ui.grid > .red.row,
  1366. .ui.grid > .red.column,
  1367. .ui.grid > .row > .red.column {
  1368. background-color: #d95c5c !important;
  1369. color: #ffffff;
  1370. }
  1371. .ui.grid > .row > .red.column {
  1372. margin-top: -1rem;
  1373. margin-bottom: -1rem;
  1374. padding-top: 1rem;
  1375. padding-bottom: 1rem;
  1376. }
  1377. .ui.grid > .teal.row,
  1378. .ui.grid > .teal.column,
  1379. .ui.grid > .row > .teal.column {
  1380. background-color: #00b5ad !important;
  1381. color: #ffffff;
  1382. }
  1383. .ui.grid > .row > .teal.column {
  1384. margin-top: -1rem;
  1385. margin-bottom: -1rem;
  1386. padding-top: 1rem;
  1387. padding-bottom: 1rem;
  1388. }
  1389. .ui.grid > .yellow.row,
  1390. .ui.grid > .yellow.column,
  1391. .ui.grid > .row > .yellow.column {
  1392. background-color: #f2c61f !important;
  1393. color: #ffffff;
  1394. }
  1395. .ui.grid > .row > .yellow.column {
  1396. margin-top: -1rem;
  1397. margin-bottom: -1rem;
  1398. padding-top: 1rem;
  1399. padding-bottom: 1rem;
  1400. }
  1401. /*----------------------
  1402. Equal Width
  1403. -----------------------*/
  1404. .ui[class*="equal width"].grid > .column:not(.row),
  1405. .ui[class*="equal width"].grid > .row > .column,
  1406. .ui.grid > [class*="equal width"].row > .column {
  1407. display: inline-block;
  1408. -webkit-box-flex: 1;
  1409. -webkit-flex-grow: 1;
  1410. -ms-flex-positive: 1;
  1411. flex-grow: 1;
  1412. }
  1413. .ui[class*="equal width"].grid > .wide.column,
  1414. .ui[class*="equal width"].grid > .row > .wide.column,
  1415. .ui.grid > [class*="equal width"].row > .wide.column {
  1416. -webkit-box-flex: 0;
  1417. -webkit-flex-grow: 0;
  1418. -ms-flex-positive: 0;
  1419. flex-grow: 0;
  1420. }
  1421. /*-------------------
  1422. Doubling
  1423. --------------------*/
  1424. /* Tablet Only */
  1425. @media only screen and (min-width: 768px) and (max-width: 991px) {
  1426. .ui.doubling.grid {
  1427. width: 100% !important;
  1428. }
  1429. .ui.grid > .doubling.row,
  1430. .ui.doubling.grid > .row {
  1431. margin: 0em !important;
  1432. padding: 0em !important;
  1433. }
  1434. .ui.grid > .doubling.row > .column,
  1435. .ui.doubling.grid > .row > .column {
  1436. display: inline-block !important;
  1437. padding-top: 1rem !important;
  1438. padding-bottom: 1rem !important;
  1439. box-shadow: none !important;
  1440. margin: 0em;
  1441. }
  1442. .ui[class*="two column"].doubling.grid > .row > .column,
  1443. .ui[class*="two column"].doubling.grid > .column,
  1444. .ui.grid > [class*="two column"].doubling.row > .column {
  1445. width: 100% !important;
  1446. }
  1447. .ui[class*="three column"].doubling.grid > .row > .column,
  1448. .ui[class*="three column"].doubling.grid > .column,
  1449. .ui.grid > [class*="three column"].doubling.row > .column {
  1450. width: 50% !important;
  1451. }
  1452. .ui[class*="four column"].doubling.grid > .row > .column,
  1453. .ui[class*="four column"].doubling.grid > .column,
  1454. .ui.grid > [class*="four column"].doubling.row > .column {
  1455. width: 50% !important;
  1456. }
  1457. .ui[class*="five column"].doubling.grid > .row > .column,
  1458. .ui[class*="five column"].doubling.grid > .column,
  1459. .ui.grid > [class*="five column"].doubling.row > .column {
  1460. width: 33.33333333% !important;
  1461. }
  1462. .ui[class*="six column"].doubling.grid > .row > .column,
  1463. .ui[class*="six column"].doubling.grid > .column,
  1464. .ui.grid > [class*="six column"].doubling.row > .column {
  1465. width: 33.33333333% !important;
  1466. }
  1467. .ui[class*="seven column"].doubling.grid > .row > .column,
  1468. .ui[class*="seven column"].doubling.grid > .column,
  1469. .ui.grid > [class*="seven column"].doubling.row > .column {
  1470. width: 33.33333333% !important;
  1471. }
  1472. .ui[class*="eight column"].doubling.grid > .row > .column,
  1473. .ui[class*="eight column"].doubling.grid > .column,
  1474. .ui.grid > [class*="eight column"].doubling.row > .column {
  1475. width: 25% !important;
  1476. }
  1477. .ui[class*="nine column"].doubling.grid > .row > .column,
  1478. .ui[class*="nine column"].doubling.grid > .column,
  1479. .ui.grid > [class*="nine column"].doubling.row > .column {
  1480. width: 25% !important;
  1481. }
  1482. .ui[class*="ten column"].doubling.grid > .row > .column,
  1483. .ui[class*="ten column"].doubling.grid > .column,
  1484. .ui.grid > [class*="ten column"].doubling.row > .column {
  1485. width: 20% !important;
  1486. }
  1487. .ui[class*="eleven column"].doubling.grid > .row > .column,
  1488. .ui[class*="eleven column"].doubling.grid > .column,
  1489. .ui.grid > [class*="eleven column"].doubling.row > .column {
  1490. width: 20% !important;
  1491. }
  1492. .ui[class*="twelve column"].doubling.grid > .row > .column,
  1493. .ui[class*="twelve column"].doubling.grid > .column,
  1494. .ui.grid > [class*="twelve column"].doubling.row > .column {
  1495. width: 16.66666667% !important;
  1496. }
  1497. .ui[class*="thirteen column"].doubling.grid > .row > .column,
  1498. .ui[class*="thirteen column"].doubling.grid > .column,
  1499. .ui.grid > [class*="thirteen column"].doubling.row > .column {
  1500. width: 16.66666667% !important;
  1501. }
  1502. .ui[class*="fourteen column"].doubling.grid > .row > .column,
  1503. .ui[class*="fourteen column"].doubling.grid > .column,
  1504. .ui.grid > [class*="fourteen column"].doubling.row > .column {
  1505. width: 14.28571429% !important;
  1506. }
  1507. .ui[class*="fifteen column"].doubling.grid > .row > .column,
  1508. .ui[class*="fifteen column"].doubling.grid > .column,
  1509. .ui.grid > [class*="fifteen column"].doubling.row > .column {
  1510. width: 14.28571429% !important;
  1511. }
  1512. .ui[class*="sixteen column"].doubling.grid > .row > .column,
  1513. .ui[class*="sixteen column"].doubling.grid > .column,
  1514. .ui.grid > [class*="sixteen column"].doubling.row > .column {
  1515. width: 12.5% !important;
  1516. }
  1517. }
  1518. /* Mobily Only */
  1519. @media only screen and (max-width: 767px) {
  1520. .ui.grid > .doubling.row,
  1521. .ui.doubling.grid > .row {
  1522. display: block !important;
  1523. margin: 0em !important;
  1524. padding: 0em !important;
  1525. }
  1526. .ui.grid > .doubling.row > .column,
  1527. .ui.doubling.grid > .row > .column {
  1528. display: inline-block !important;
  1529. padding-top: 1rem !important;
  1530. padding-bottom: 1rem !important;
  1531. margin: 0em !important;
  1532. box-shadow: none !important;
  1533. }
  1534. .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  1535. .ui[class*="two column"].doubling:not(.stackable).grid > .column,
  1536. .ui.grid > [class*="two column"].doubling:not(.stackable).row > .column {
  1537. width: 100% !important;
  1538. }
  1539. .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  1540. .ui[class*="three column"].doubling:not(.stackable).grid > .column,
  1541. .ui.grid > [class*="three column"].doubling:not(.stackable).row > .column {
  1542. width: 50% !important;
  1543. }
  1544. .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  1545. .ui[class*="four column"].doubling:not(.stackable).grid > .column,
  1546. .ui.grid > [class*="four column"].doubling:not(.stackable).row > .column {
  1547. width: 50% !important;
  1548. }
  1549. .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  1550. .ui[class*="five column"].doubling:not(.stackable).grid > .column,
  1551. .ui.grid > [class*="five column"].doubling:not(.stackable).row > .column {
  1552. width: 50% !important;
  1553. }
  1554. .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  1555. .ui[class*="six column"].doubling:not(.stackable).grid > .column,
  1556. .ui.grid > [class*="six column"].doubling:not(.stackable).row > .column {
  1557. width: 50% !important;
  1558. }
  1559. .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  1560. .ui[class*="seven column"].doubling:not(.stackable).grid > .column,
  1561. .ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column {
  1562. width: 50% !important;
  1563. }
  1564. .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  1565. .ui[class*="eight column"].doubling:not(.stackable).grid > .column,
  1566. .ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column {
  1567. width: 50% !important;
  1568. }
  1569. .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  1570. .ui[class*="nine column"].doubling:not(.stackable).grid > .column,
  1571. .ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column {
  1572. width: 33.33333333% !important;
  1573. }
  1574. .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  1575. .ui[class*="ten column"].doubling:not(.stackable).grid > .column,
  1576. .ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column {
  1577. width: 33.33333333% !important;
  1578. }
  1579. .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  1580. .ui[class*="eleven column"].doubling:not(.stackable).grid > .column,
  1581. .ui.grid > [class*="eleven column"].doubling:not(.stackable).row > .column {
  1582. width: 33.33333333% !important;
  1583. }
  1584. .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  1585. .ui[class*="twelve column"].doubling:not(.stackable).grid > .column,
  1586. .ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column {
  1587. width: 33.33333333% !important;
  1588. }
  1589. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  1590. .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column,
  1591. .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row > .column {
  1592. width: 33.33333333% !important;
  1593. }
  1594. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  1595. .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column,
  1596. .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column {
  1597. width: 25% !important;
  1598. }
  1599. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  1600. .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column,
  1601. .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row > .column {
  1602. width: 25% !important;
  1603. }
  1604. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  1605. .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column,
  1606. .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column {
  1607. width: 25% !important;
  1608. }
  1609. }
  1610. /*-------------------
  1611. Stackable
  1612. --------------------*/
  1613. @media only screen and (max-width: 767px) {
  1614. .ui.stackable.grid {
  1615. display: block !important;
  1616. width: auto;
  1617. margin-left: 0em !important;
  1618. margin-right: 0em !important;
  1619. padding: 0em;
  1620. }
  1621. .ui.stackable.grid > .row > .wide.column,
  1622. .ui.stackable.grid > .wide.column,
  1623. .ui.stackable.grid > .column.grid > .column,
  1624. .ui.stackable.grid > .column.row > .column,
  1625. .ui.stackable.grid > .row > .column,
  1626. .ui.stackable.grid > .column:not(.row) {
  1627. display: block !important;
  1628. width: auto !important;
  1629. margin: 0em 0em !important;
  1630. box-shadow: none !important;
  1631. float: none !important;
  1632. padding: 1rem 1rem !important;
  1633. }
  1634. .ui.stackable.grid > .row {
  1635. display: block !important;
  1636. margin: 0em;
  1637. padding: 0em;
  1638. }
  1639. /* Coupling */
  1640. .ui.container > .ui.stackable.grid > .column,
  1641. .ui.container > .ui.stackable.grid > .row > .column {
  1642. padding-left: 0em !important;
  1643. padding-right: 0em !important;
  1644. }
  1645. /* Don't pad inside segment or nested grid */
  1646. .ui.grid .ui.stackable.grid,
  1647. .ui.segment:not(.vertical) .ui.stackable.page.grid {
  1648. margin-left: -1rem !important;
  1649. margin-right: -1rem !important;
  1650. }
  1651. /* Equal Height Stackable */
  1652. .ui[class*="equal height"].stackable.page.grid {
  1653. display: block !important;
  1654. }
  1655. /* Divided Stackable */
  1656. .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  1657. .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  1658. .ui.stackable.divided.grid > .column:not(.row):first-child,
  1659. .ui.stackable.celled.grid > .column:not(.row):first-child {
  1660. border-top: none !important;
  1661. }
  1662. .ui.inverted.stackable.celled.grid > .column:not(.row),
  1663. .ui.inverted.stackable.divided.grid > .column:not(.row),
  1664. .ui.inverted.stackable.celled.grid > .row > .column,
  1665. .ui.inverted.stackable.divided.grid > .row > .column {
  1666. border-top: 1px solid rgba(255, 255, 255, 0.1);
  1667. }
  1668. .ui.stackable.celled.grid > .column:not(.row),
  1669. .ui.stackable.divided.grid > .column:not(.row),
  1670. .ui.stackable.celled.grid > .row > .column,
  1671. .ui.stackable.divided.grid > .row > .column {
  1672. border-top: 1px solid rgba(34, 36, 38, 0.15);
  1673. box-shadow: none !important;
  1674. padding-top: 2rem !important;
  1675. padding-bottom: 2rem !important;
  1676. }
  1677. .ui.stackable.celled.grid > .column:not(.row):first-child,
  1678. .ui.stackable.divided.grid > .column:not(.row):first-child,
  1679. .ui.stackable.celled.grid > .row > .column:first-child,
  1680. .ui.stackable.divided.grid > .row > .column:first-child {
  1681. padding-top: 0em !important;
  1682. }
  1683. }
  1684. /*----------------------
  1685. Only (Device)
  1686. -----------------------*/
  1687. /* These include arbitrary class repetitions for forced specificity */
  1688. /* Mobile Only Hide */
  1689. @media only screen and (max-width: 767px) {
  1690. .ui.tablet:not(.mobile).only.grid.grid.grid,
  1691. .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  1692. .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  1693. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
  1694. display: none !important;
  1695. }
  1696. .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  1697. .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  1698. .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  1699. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
  1700. display: none !important;
  1701. }
  1702. }
  1703. /* Tablet Only Hide */
  1704. @media only screen and (min-width: 768px) and (max-width: 991px) {
  1705. .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  1706. .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  1707. .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  1708. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
  1709. display: none !important;
  1710. }
  1711. .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  1712. .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  1713. .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  1714. .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
  1715. display: none !important;
  1716. }
  1717. }
  1718. /* Computer Only Hide */
  1719. @media only screen and (min-width: 992px) {
  1720. .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  1721. .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  1722. .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  1723. .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
  1724. display: none !important;
  1725. }
  1726. .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  1727. .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  1728. .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  1729. .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
  1730. display: none !important;
  1731. }
  1732. }
  1733. /*******************************
  1734. Theme Overrides
  1735. *******************************/
  1736. /*******************************
  1737. Site Overrides
  1738. *******************************/