linear-react-components-ui 1.1.25-rc.2 → 1.1.26-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (741) hide show
  1. package/lib/@types/Align.d.ts +2 -4
  2. package/lib/@types/ButtonTypes.d.ts +1 -3
  3. package/lib/@types/ColorStyles.d.ts +1 -3
  4. package/lib/@types/DataCombo.d.ts +1 -3
  5. package/lib/@types/Icon.d.ts +2 -5
  6. package/lib/@types/LabelStyles.d.ts +1 -3
  7. package/lib/@types/Period.d.ts +1 -3
  8. package/lib/@types/PermissionAttr.d.ts +2 -4
  9. package/lib/@types/PointerEvents.d.ts +1 -3
  10. package/lib/@types/Position.d.ts +1 -3
  11. package/lib/@types/PositionAlert.d.ts +1 -3
  12. package/lib/@types/Size.d.ts +1 -3
  13. package/lib/@types/SizePixels.d.ts +1 -3
  14. package/lib/@types/StorageMock.d.ts +1 -3
  15. package/lib/alerts/AlertContainer.d.ts +2 -8
  16. package/lib/alerts/AlertContainer.js +55 -71
  17. package/lib/alerts/AlertProvider.d.ts +3 -9
  18. package/lib/alerts/AlertProvider.js +32 -65
  19. package/lib/alerts/BaseAlert.d.ts +3 -9
  20. package/lib/alerts/BaseAlert.js +15 -31
  21. package/lib/alerts/Message.d.ts +3 -9
  22. package/lib/alerts/Message.js +65 -112
  23. package/lib/alerts/alert.spec.d.ts +0 -0
  24. package/lib/alerts/helpers.d.ts +3 -9
  25. package/lib/alerts/helpers.js +5 -9
  26. package/lib/alerts/index.d.ts +4 -11
  27. package/lib/alerts/index.js +6 -16
  28. package/lib/alerts/types.d.ts +10 -14
  29. package/lib/alerts/withAlert.d.ts +4 -9
  30. package/lib/alerts/withAlert.js +9 -23
  31. package/lib/assets/BaseAlert.css +1 -0
  32. package/lib/assets/Content.css +1 -0
  33. package/lib/assets/DefaultFile.css +1 -0
  34. package/lib/assets/Drawer.css +1 -0
  35. package/lib/assets/InputTextBase.css +1 -0
  36. package/lib/assets/button.css +1 -0
  37. package/lib/assets/gridlayout.css +1 -0
  38. package/lib/assets/index.css +1 -0
  39. package/lib/assets/index10.css +1 -0
  40. package/lib/assets/index11.css +1 -0
  41. package/lib/assets/index12.css +1 -0
  42. package/lib/assets/index13.css +1 -0
  43. package/lib/assets/index14.css +1 -0
  44. package/lib/assets/index15.css +1 -0
  45. package/lib/assets/index16.css +1 -0
  46. package/lib/assets/index17.css +1 -0
  47. package/lib/assets/index18.css +1 -0
  48. package/lib/assets/index19.css +1 -0
  49. package/lib/assets/index2.css +1 -0
  50. package/lib/assets/index20.css +1 -0
  51. package/lib/assets/index21.css +1 -0
  52. package/lib/assets/index22.css +1 -0
  53. package/lib/assets/index23.css +1 -0
  54. package/lib/assets/index24.css +1 -0
  55. package/lib/assets/index25.css +1 -0
  56. package/lib/assets/index26.css +1 -0
  57. package/lib/assets/index27.css +1 -0
  58. package/lib/assets/index28.css +1 -0
  59. package/lib/assets/index29.css +1 -0
  60. package/lib/assets/index3.css +1 -0
  61. package/lib/assets/index4.css +1 -0
  62. package/lib/assets/index5.css +1 -0
  63. package/lib/assets/index6.css +1 -0
  64. package/lib/assets/index7.css +1 -0
  65. package/lib/assets/index8.css +1 -0
  66. package/lib/assets/index9.css +1 -0
  67. package/lib/assets/label.css +1 -0
  68. package/lib/assets/noPermission.css +1 -0
  69. package/lib/assets/panel.css +1 -0
  70. package/lib/assets/radio.css +1 -0
  71. package/lib/assets/skeleton.css +1 -0
  72. package/lib/assets/table.css +1 -0
  73. package/lib/assets/tabs.css +1 -0
  74. package/lib/assets/toolbar.css +1 -0
  75. package/lib/assets/withDropdown.css +1 -0
  76. package/lib/avatar/avatar.spec.d.ts +1 -0
  77. package/lib/avatar/index.d.ts +3 -9
  78. package/lib/avatar/index.js +75 -89
  79. package/lib/avatar/types.d.ts +4 -8
  80. package/lib/badge/badge.spec.d.ts +1 -0
  81. package/lib/badge/index.d.ts +3 -6
  82. package/lib/badge/index.js +24 -28
  83. package/lib/badge/types.d.ts +1 -4
  84. package/lib/buttons/ActivateButton.d.ts +3 -11
  85. package/lib/buttons/ActivateButton.js +6 -14
  86. package/lib/buttons/AddButton.d.ts +3 -11
  87. package/lib/buttons/AddButton.js +7 -18
  88. package/lib/buttons/Button.d.ts +3 -11
  89. package/lib/buttons/Button.js +7 -22
  90. package/lib/buttons/ButtonGroups.d.ts +2 -4
  91. package/lib/buttons/ButtonGroups.js +4 -16
  92. package/lib/buttons/CancelButton.d.ts +3 -11
  93. package/lib/buttons/CancelButton.js +5 -22
  94. package/lib/buttons/DangerButton.d.ts +3 -11
  95. package/lib/buttons/DangerButton.js +5 -22
  96. package/lib/buttons/DefaultButton.d.ts +3 -11
  97. package/lib/buttons/DefaultButton.js +123 -171
  98. package/lib/buttons/DestroyButton.d.ts +3 -11
  99. package/lib/buttons/DestroyButton.js +6 -21
  100. package/lib/buttons/EditButton.d.ts +3 -11
  101. package/lib/buttons/EditButton.js +6 -14
  102. package/lib/buttons/InactivateButton.d.ts +3 -11
  103. package/lib/buttons/InactivateButton.js +6 -14
  104. package/lib/buttons/InfoButton.d.ts +3 -11
  105. package/lib/buttons/InfoButton.js +5 -22
  106. package/lib/buttons/PrimaryButton.d.ts +3 -11
  107. package/lib/buttons/PrimaryButton.js +5 -22
  108. package/lib/buttons/RestoreButton.d.ts +3 -11
  109. package/lib/buttons/RestoreButton.js +6 -14
  110. package/lib/buttons/SaveButton.d.ts +3 -11
  111. package/lib/buttons/SaveButton.js +5 -22
  112. package/lib/buttons/SuccessButton.d.ts +3 -11
  113. package/lib/buttons/SuccessButton.js +5 -22
  114. package/lib/buttons/WarningButton.d.ts +3 -11
  115. package/lib/buttons/WarningButton.js +5 -22
  116. package/lib/buttons/button_container/index.d.ts +4 -6
  117. package/lib/buttons/button_container/index.js +16 -28
  118. package/lib/buttons/buttons.spec.d.ts +0 -0
  119. package/lib/buttons/index.d.ts +17 -26
  120. package/lib/buttons/index.js +33 -108
  121. package/lib/buttons/split_button/index.d.ts +3 -11
  122. package/lib/buttons/split_button/index.js +56 -59
  123. package/lib/buttons/types.d.ts +8 -15
  124. package/lib/calendar/DangerCalendar.d.ts +3 -8
  125. package/lib/calendar/DangerCalendar.js +5 -17
  126. package/lib/calendar/InfoCalendar.d.ts +3 -8
  127. package/lib/calendar/InfoCalendar.js +5 -17
  128. package/lib/calendar/PrimaryCalendar.d.ts +3 -8
  129. package/lib/calendar/PrimaryCalendar.js +5 -17
  130. package/lib/calendar/SuccessCalendar.d.ts +3 -8
  131. package/lib/calendar/SuccessCalendar.js +5 -17
  132. package/lib/calendar/WarningCalendar.d.ts +3 -8
  133. package/lib/calendar/WarningCalendar.js +5 -17
  134. package/lib/calendar/base/Day.d.ts +3 -0
  135. package/lib/calendar/base/Day.js +27 -0
  136. package/lib/calendar/base/Month.d.ts +3 -0
  137. package/lib/calendar/base/Month.js +25 -0
  138. package/lib/calendar/base/Week.d.ts +3 -0
  139. package/lib/calendar/base/Week.js +23 -0
  140. package/lib/calendar/base/helpers.d.ts +15 -18
  141. package/lib/calendar/base/helpers.js +87 -96
  142. package/lib/calendar/base/index.d.ts +3 -8
  143. package/lib/calendar/base/index.js +100 -195
  144. package/lib/calendar/calendar.spec.d.ts +0 -0
  145. package/lib/calendar/index.d.ts +8 -14
  146. package/lib/calendar/index.js +14 -44
  147. package/lib/calendar/types.d.ts +5 -8
  148. package/lib/checkbox/checkbox.spec.d.ts +1 -0
  149. package/lib/checkbox/index.d.ts +4 -8
  150. package/lib/checkbox/index.js +31 -145
  151. package/lib/checkbox/types.d.ts +5 -7
  152. package/lib/chunks/index.CmrLK9Qe.js +675 -0
  153. package/lib/chunks/index.D5f6Ow9V.js +89 -0
  154. package/lib/chunks/index.Da--18GT.js +669 -0
  155. package/lib/chunks/index.yztgndLc.js +206 -0
  156. package/lib/chunks/jsx-runtime.CYK1ROHF.js +445 -0
  157. package/lib/chunks/tabs.Cvj2MJH6.js +246 -0
  158. package/lib/chunks/v1.CDXKvGzE.js +41 -0
  159. package/lib/dialog/Alert.d.ts +3 -9
  160. package/lib/dialog/Alert.js +22 -31
  161. package/lib/dialog/Custom.d.ts +3 -9
  162. package/lib/dialog/Custom.js +31 -54
  163. package/lib/dialog/Error.d.ts +3 -9
  164. package/lib/dialog/Error.js +22 -31
  165. package/lib/dialog/Information.d.ts +3 -9
  166. package/lib/dialog/Information.js +22 -31
  167. package/lib/dialog/Question.d.ts +3 -9
  168. package/lib/dialog/Question.js +59 -58
  169. package/lib/dialog/Warning.d.ts +3 -9
  170. package/lib/dialog/Warning.js +22 -31
  171. package/lib/dialog/base/Content.d.ts +3 -9
  172. package/lib/dialog/base/Content.js +5 -22
  173. package/lib/dialog/base/Footer.d.ts +3 -9
  174. package/lib/dialog/base/Footer.js +5 -12
  175. package/lib/dialog/base/Header.d.ts +3 -9
  176. package/lib/dialog/base/Header.js +6 -57
  177. package/lib/dialog/base/index.d.ts +5 -10
  178. package/lib/dialog/base/index.js +8 -210
  179. package/lib/dialog/base/style.d.ts +7 -0
  180. package/lib/dialog/dialog.spec.d.ts +0 -0
  181. package/lib/dialog/form/index.d.ts +5 -10
  182. package/lib/dialog/form/index.js +14 -84
  183. package/lib/dialog/index.d.ts +9 -16
  184. package/lib/dialog/index.js +16 -51
  185. package/lib/dialog/types.d.ts +16 -21
  186. package/lib/dialog/wizard/index.d.ts +9 -13
  187. package/lib/dialog/wizard/index.js +14 -80
  188. package/lib/dialog/wizard/progressbar.d.ts +2 -5
  189. package/lib/dialog/wizard/progressbar.js +5 -38
  190. package/lib/dialog/wizard/step.d.ts +2 -9
  191. package/lib/dialog/wizard/step.js +5 -22
  192. package/lib/dialog/wizard/useWizard.d.ts +2 -9
  193. package/lib/dialog/wizard/useWizard.js +26 -42
  194. package/lib/dialog/wizard/wizard.spec.d.ts +0 -0
  195. package/lib/drawer/Content.d.ts +3 -10
  196. package/lib/drawer/Content.js +10 -25
  197. package/lib/drawer/Drawer.d.ts +4 -10
  198. package/lib/drawer/Drawer.js +68 -142
  199. package/lib/drawer/Drawer.spec.d.ts +1 -0
  200. package/lib/drawer/Header.d.ts +3 -10
  201. package/lib/drawer/Header.js +40 -73
  202. package/lib/drawer/helpers.d.ts +4 -10
  203. package/lib/drawer/helpers.js +5 -10
  204. package/lib/drawer/index.d.ts +5 -12
  205. package/lib/drawer/index.js +10 -25
  206. package/lib/drawer/types.d.ts +7 -12
  207. package/lib/dropdown/Popup.d.ts +3 -6
  208. package/lib/dropdown/Popup.js +45 -86
  209. package/lib/dropdown/dropdown.spec.d.ts +1 -0
  210. package/lib/dropdown/helper.d.ts +2 -4
  211. package/lib/dropdown/helper.js +7 -15
  212. package/lib/dropdown/types.d.ts +7 -10
  213. package/lib/dropdown/withDropdown.d.ts +7 -8
  214. package/lib/dropdown/withDropdown.js +50 -88
  215. package/lib/fieldset/fieldset.spec.d.ts +1 -0
  216. package/lib/fieldset/index.d.ts +3 -8
  217. package/lib/fieldset/index.js +49 -81
  218. package/lib/fieldset/types.d.ts +5 -8
  219. package/lib/form/Field.d.ts +2 -14
  220. package/lib/form/Field.js +66 -129
  221. package/lib/form/FieldArray.d.ts +2 -14
  222. package/lib/form/FieldArray.js +83 -96
  223. package/lib/form/FieldNumber.d.ts +2 -14
  224. package/lib/form/FieldNumber.js +42 -75
  225. package/lib/form/FieldPeriod.d.ts +2 -14
  226. package/lib/form/FieldPeriod.js +57 -94
  227. package/lib/form/form.spec.d.ts +0 -0
  228. package/lib/form/helpers.d.ts +8 -19
  229. package/lib/form/helpers.js +23 -48
  230. package/lib/form/index.d.ts +8 -18
  231. package/lib/form/index.js +153 -299
  232. package/lib/form/types.d.ts +23 -45
  233. package/lib/form/withFieldHOC.d.ts +4 -14
  234. package/lib/form/withFieldHOC.js +47 -67
  235. package/lib/form/withFormSecurity.d.ts +6 -15
  236. package/lib/form/withFormSecurity.js +31 -53
  237. package/lib/gridlayout/GridCol.d.ts +3 -6
  238. package/lib/gridlayout/GridCol.js +24 -32
  239. package/lib/gridlayout/GridRow.d.ts +3 -6
  240. package/lib/gridlayout/GridRow.js +22 -32
  241. package/lib/gridlayout/gridLayout.spec.d.ts +1 -0
  242. package/lib/gridlayout/index.d.ts +4 -8
  243. package/lib/gridlayout/index.js +6 -16
  244. package/lib/gridlayout/types.d.ts +3 -6
  245. package/lib/hint/helpers.d.ts +1 -3
  246. package/lib/hint/helpers.js +8 -21
  247. package/lib/hint/hint.spec.d.ts +1 -0
  248. package/lib/hint/index.d.ts +3 -7
  249. package/lib/hint/index.js +25 -33
  250. package/lib/hint/types.d.ts +2 -5
  251. package/lib/icons/helper.d.ts +1 -2
  252. package/lib/icons/helper.js +748 -324
  253. package/lib/icons/icons.spec.d.ts +1 -0
  254. package/lib/icons/index.d.ts +3 -12
  255. package/lib/icons/index.js +58 -70
  256. package/lib/icons/types.d.ts +8 -11
  257. package/lib/index.d.ts +10 -39
  258. package/lib/index.js +27 -69
  259. package/lib/inputs/base/InputTextBase.d.ts +3 -11
  260. package/lib/inputs/base/InputTextBase.js +259 -257
  261. package/lib/inputs/base/Label.d.ts +3 -11
  262. package/lib/inputs/base/Label.js +30 -33
  263. package/lib/inputs/base/base.spec.d.ts +1 -0
  264. package/lib/inputs/base/helpers.d.ts +6 -13
  265. package/lib/inputs/base/helpers.js +25 -43
  266. package/lib/inputs/base/types.d.ts +9 -14
  267. package/lib/inputs/color/color_input.spec.d.ts +0 -0
  268. package/lib/inputs/color/index.d.ts +3 -7
  269. package/lib/inputs/color/index.js +73 -90
  270. package/lib/inputs/color/types.d.ts +2 -5
  271. package/lib/inputs/date/Dialog.d.ts +3 -13
  272. package/lib/inputs/date/Dialog.js +16 -24
  273. package/lib/inputs/date/Dropdown.d.ts +3 -13
  274. package/lib/inputs/date/Dropdown.js +15 -36
  275. package/lib/inputs/date/date.spec.d.ts +1 -0
  276. package/lib/inputs/date/helpers.d.ts +2 -34
  277. package/lib/inputs/date/helpers.js +9 -47
  278. package/lib/inputs/date/index.d.ts +3 -13
  279. package/lib/inputs/date/index.js +168 -277
  280. package/lib/inputs/date/types.d.ts +6 -14
  281. package/lib/inputs/errorMessage/error.spec.d.ts +1 -0
  282. package/lib/inputs/errorMessage/index.d.ts +4 -16
  283. package/lib/inputs/errorMessage/index.js +15 -25
  284. package/lib/inputs/file/DefaultFile.d.ts +3 -13
  285. package/lib/inputs/file/DefaultFile.js +68 -77
  286. package/lib/inputs/file/DragDropFile.d.ts +3 -13
  287. package/lib/inputs/file/DragDropFile.js +183 -264
  288. package/lib/inputs/file/File.d.ts +3 -13
  289. package/lib/inputs/file/File.js +42 -60
  290. package/lib/inputs/file/FileButtonSettings.d.ts +3 -13
  291. package/lib/inputs/file/FileButtonSettings.js +20 -32
  292. package/lib/inputs/file/filefield.spec.d.ts +1 -0
  293. package/lib/inputs/file/helpers.d.ts +2 -13
  294. package/lib/inputs/file/helpers.js +9 -19
  295. package/lib/inputs/file/index.d.ts +5 -16
  296. package/lib/inputs/file/index.js +8 -24
  297. package/lib/inputs/file/types.d.ts +8 -16
  298. package/lib/inputs/inputHOC.d.ts +4 -16
  299. package/lib/inputs/inputHOC.js +21 -41
  300. package/lib/inputs/mask/BaseMask.d.ts +3 -12
  301. package/lib/inputs/mask/BaseMask.js +2626 -147
  302. package/lib/inputs/mask/Cnpj.d.ts +3 -12
  303. package/lib/inputs/mask/Cnpj.js +35 -55
  304. package/lib/inputs/mask/Cpf.d.ts +3 -12
  305. package/lib/inputs/mask/Cpf.js +33 -54
  306. package/lib/inputs/mask/Phone.d.ts +3 -12
  307. package/lib/inputs/mask/Phone.js +8 -18
  308. package/lib/inputs/mask/ZipCode.d.ts +3 -12
  309. package/lib/inputs/mask/ZipCode.js +6 -14
  310. package/lib/inputs/mask/helpers.d.ts +52 -15
  311. package/lib/inputs/mask/helpers.js +62 -118
  312. package/lib/inputs/mask/index.d.ts +7 -17
  313. package/lib/inputs/mask/index.js +12 -37
  314. package/lib/inputs/mask/input_mask.spec.d.ts +0 -0
  315. package/lib/inputs/mask/types.d.ts +9 -16
  316. package/lib/inputs/multiSelect/ActionButtons.d.ts +3 -13
  317. package/lib/inputs/multiSelect/ActionButtons.js +49 -50
  318. package/lib/inputs/multiSelect/Dropdown.d.ts +3 -13
  319. package/lib/inputs/multiSelect/Dropdown.js +133 -132
  320. package/lib/inputs/multiSelect/helper.d.ts +2 -12
  321. package/lib/inputs/multiSelect/helper.js +9 -18
  322. package/lib/inputs/multiSelect/index.d.ts +3 -13
  323. package/lib/inputs/multiSelect/index.js +133 -211
  324. package/lib/inputs/multiSelect/multiSelect.spec.d.ts +1 -0
  325. package/lib/inputs/multiSelect/types.d.ts +7 -15
  326. package/lib/inputs/number/BaseNumber.d.ts +3 -17
  327. package/lib/inputs/number/BaseNumber.js +39 -70
  328. package/lib/inputs/number/Currency.d.ts +3 -17
  329. package/lib/inputs/number/Currency.js +14 -28
  330. package/lib/inputs/number/Decimal.d.ts +3 -17
  331. package/lib/inputs/number/Decimal.js +6 -11
  332. package/lib/inputs/number/format_number.d.ts +3 -5
  333. package/lib/inputs/number/format_number.js +8 -28
  334. package/lib/inputs/number/index.d.ts +6 -19
  335. package/lib/inputs/number/index.js +35 -61
  336. package/lib/inputs/number/numberfield.spec.d.ts +1 -0
  337. package/lib/inputs/number/types.d.ts +8 -19
  338. package/lib/inputs/period/Dialog.d.ts +3 -14
  339. package/lib/inputs/period/Dialog.js +16 -25
  340. package/lib/inputs/period/Dropdown.d.ts +3 -14
  341. package/lib/inputs/period/Dropdown.js +16 -34
  342. package/lib/inputs/period/PeriodList.d.ts +3 -14
  343. package/lib/inputs/period/PeriodList.js +26 -58
  344. package/lib/inputs/period/helper.d.ts +5 -16
  345. package/lib/inputs/period/helper.js +26 -57
  346. package/lib/inputs/period/index.d.ts +3 -14
  347. package/lib/inputs/period/index.js +322 -518
  348. package/lib/inputs/period/types.d.ts +13 -22
  349. package/lib/inputs/search/index.d.ts +3 -16
  350. package/lib/inputs/search/index.js +76 -129
  351. package/lib/inputs/search/search_input.spec.d.ts +1 -0
  352. package/lib/inputs/select/ActionButtons.d.ts +3 -16
  353. package/lib/inputs/select/ActionButtons.js +47 -37
  354. package/lib/inputs/select/Dropdown.d.ts +3 -16
  355. package/lib/inputs/select/Dropdown.js +116 -111
  356. package/lib/inputs/select/helper.d.ts +7 -21
  357. package/lib/inputs/select/helper.js +48 -106
  358. package/lib/inputs/select/index.d.ts +3 -13
  359. package/lib/inputs/select/index.js +28 -41
  360. package/lib/inputs/select/multiple/Selecteds.d.ts +3 -13
  361. package/lib/inputs/select/multiple/Selecteds.js +20 -26
  362. package/lib/inputs/select/multiple/index.d.ts +3 -13
  363. package/lib/inputs/select/multiple/index.js +187 -276
  364. package/lib/inputs/select/select.spec.d.ts +1 -0
  365. package/lib/inputs/select/simple/index.d.ts +3 -13
  366. package/lib/inputs/select/simple/index.js +205 -290
  367. package/lib/inputs/select/types.d.ts +14 -21
  368. package/lib/inputs/text/index.d.ts +3 -12
  369. package/lib/inputs/text/index.js +6 -13
  370. package/lib/inputs/text/textfield.spec.d.ts +1 -0
  371. package/lib/inputs/text/types.d.ts +7 -11
  372. package/lib/inputs/textarea/index.d.ts +3 -12
  373. package/lib/inputs/textarea/index.js +17 -24
  374. package/lib/inputs/textarea/textarea.spec.d.ts +1 -0
  375. package/lib/inputs/textarea/types.d.ts +2 -11
  376. package/lib/inputs/types.d.ts +17 -25
  377. package/lib/internals/colorStyles.d.ts +1 -2
  378. package/lib/internals/colorStyles.js +9 -13
  379. package/lib/internals/constants.d.ts +2 -7
  380. package/lib/internals/constants.js +5 -11
  381. package/lib/internals/types.d.ts +6 -9
  382. package/lib/internals/withTooltip.d.ts +6 -10
  383. package/lib/internals/withTooltip.js +61 -158
  384. package/lib/labelMessages/index.d.ts +3 -9
  385. package/lib/labelMessages/index.js +46 -58
  386. package/lib/labelMessages/labelMessages.spec.d.ts +1 -0
  387. package/lib/labelMessages/types.d.ts +3 -7
  388. package/lib/labels/DangerLabel.d.ts +3 -11
  389. package/lib/labels/DangerLabel.js +5 -17
  390. package/lib/labels/DefaultLabel.d.ts +3 -11
  391. package/lib/labels/DefaultLabel.js +39 -53
  392. package/lib/labels/InfoLabel.d.ts +3 -11
  393. package/lib/labels/InfoLabel.js +5 -17
  394. package/lib/labels/PrimaryLabel.d.ts +3 -11
  395. package/lib/labels/PrimaryLabel.js +5 -17
  396. package/lib/labels/SuccessLabel.d.ts +3 -11
  397. package/lib/labels/SuccessLabel.js +5 -17
  398. package/lib/labels/WarningLabel.d.ts +3 -11
  399. package/lib/labels/WarningLabel.js +5 -17
  400. package/lib/labels/index.d.ts +9 -18
  401. package/lib/labels/index.js +17 -52
  402. package/lib/labels/label.spec.d.ts +1 -0
  403. package/lib/labels/label_container/index.d.ts +4 -6
  404. package/lib/labels/label_container/index.js +11 -21
  405. package/lib/labels/types.d.ts +5 -9
  406. package/lib/list/Header.d.ts +3 -10
  407. package/lib/list/Header.js +7 -22
  408. package/lib/list/Item.d.ts +3 -10
  409. package/lib/list/Item.js +12 -161
  410. package/lib/list/Separator.d.ts +2 -3
  411. package/lib/list/Separator.js +5 -12
  412. package/lib/list/helpers.d.ts +4 -10
  413. package/lib/list/helpers.js +10 -14
  414. package/lib/list/index.d.ts +7 -13
  415. package/lib/list/index.js +91 -172
  416. package/lib/list/list.spec.d.ts +1 -0
  417. package/lib/list/types.d.ts +10 -14
  418. package/lib/menus/float/MenuItem.d.ts +3 -9
  419. package/lib/menus/float/MenuItem.js +54 -65
  420. package/lib/menus/float/SubMenuContainer.d.ts +29 -0
  421. package/lib/menus/float/float-menu.spec.d.ts +0 -0
  422. package/lib/menus/float/helpers.d.ts +4 -9
  423. package/lib/menus/float/helpers.js +5 -10
  424. package/lib/menus/float/index.d.ts +6 -40
  425. package/lib/menus/float/index.js +88 -64
  426. package/lib/menus/float/types.d.ts +5 -9
  427. package/lib/menus/index.d.ts +2 -12
  428. package/lib/menus/index.js +4 -9
  429. package/lib/menus/sidenav/ExpandMenu.d.ts +3 -12
  430. package/lib/menus/sidenav/ExpandMenu.js +14 -24
  431. package/lib/menus/sidenav/MenuLink.d.ts +3 -12
  432. package/lib/menus/sidenav/MenuLink.js +15 -27
  433. package/lib/menus/sidenav/NavMenuGroup.d.ts +3 -12
  434. package/lib/menus/sidenav/NavMenuGroup.js +16 -25
  435. package/lib/menus/sidenav/NavMenuItem.d.ts +3 -12
  436. package/lib/menus/sidenav/NavMenuItem.js +110 -140
  437. package/lib/menus/sidenav/NavSubMenuItem.d.ts +3 -12
  438. package/lib/menus/sidenav/NavSubMenuItem.js +22 -42
  439. package/lib/menus/sidenav/helpers.d.ts +5 -13
  440. package/lib/menus/sidenav/helpers.js +9 -17
  441. package/lib/menus/sidenav/index.d.ts +8 -16
  442. package/lib/menus/sidenav/index.js +122 -178
  443. package/lib/menus/sidenav/popup_menu_search/EmptyList.d.ts +3 -12
  444. package/lib/menus/sidenav/popup_menu_search/EmptyList.js +18 -25
  445. package/lib/menus/sidenav/popup_menu_search/index.d.ts +4 -12
  446. package/lib/menus/sidenav/popup_menu_search/index.js +83 -109
  447. package/lib/menus/sidenav/sidenav.spec.d.ts +1 -0
  448. package/lib/menus/sidenav/types.d.ts +18 -23
  449. package/lib/noPermission/index.d.ts +2 -3
  450. package/lib/noPermission/index.js +11 -23
  451. package/lib/panel/Content.d.ts +3 -10
  452. package/lib/panel/Content.js +42 -78
  453. package/lib/panel/DangerPanel.d.ts +3 -10
  454. package/lib/panel/DangerPanel.js +7 -15
  455. package/lib/panel/Default.d.ts +3 -10
  456. package/lib/panel/Default.js +38 -63
  457. package/lib/panel/Header.d.ts +3 -10
  458. package/lib/panel/Header.js +40 -73
  459. package/lib/panel/InfoPanel.d.ts +3 -10
  460. package/lib/panel/InfoPanel.js +7 -15
  461. package/lib/panel/PrimaryPanel.d.ts +3 -10
  462. package/lib/panel/PrimaryPanel.js +7 -15
  463. package/lib/panel/SuccessPanel.d.ts +3 -10
  464. package/lib/panel/SuccessPanel.js +7 -15
  465. package/lib/panel/ToolBar.d.ts +3 -10
  466. package/lib/panel/ToolBar.js +5 -21
  467. package/lib/panel/WarningPanel.d.ts +3 -10
  468. package/lib/panel/WarningPanel.js +7 -15
  469. package/lib/panel/helpers.d.ts +5 -11
  470. package/lib/panel/helpers.js +11 -24
  471. package/lib/panel/index.d.ts +10 -18
  472. package/lib/panel/index.js +19 -59
  473. package/lib/panel/panel.spec.d.ts +0 -0
  474. package/lib/panel/types.d.ts +11 -15
  475. package/lib/permissionValidations.d.ts +4 -6
  476. package/lib/permissionValidations.js +37 -54
  477. package/lib/popover/PopoverText.d.ts +4 -11
  478. package/lib/popover/PopoverText.js +7 -20
  479. package/lib/popover/PopoverTitle.d.ts +3 -11
  480. package/lib/popover/PopoverTitle.js +4 -16
  481. package/lib/popover/index.d.ts +6 -13
  482. package/lib/popover/index.js +55 -65
  483. package/lib/popover/popover.spec.d.ts +1 -0
  484. package/lib/popover/types.d.ts +8 -12
  485. package/lib/progress/Bar.d.ts +3 -6
  486. package/lib/progress/Bar.js +39 -71
  487. package/lib/progress/index.d.ts +5 -7
  488. package/lib/progress/index.js +20 -37
  489. package/lib/progress/progress.spec.d.ts +1 -0
  490. package/lib/progress/types.d.ts +4 -7
  491. package/lib/radio/index.d.ts +3 -11
  492. package/lib/radio/index.js +94 -112
  493. package/lib/radio/radio.spec.d.ts +1 -0
  494. package/lib/radio/types.d.ts +3 -6
  495. package/lib/shortcuts/index.d.ts +3 -7
  496. package/lib/shortcuts/index.js +8 -27
  497. package/lib/shortcuts/shortcuts.spec.d.ts +0 -0
  498. package/lib/shortcuts/types.d.ts +2 -5
  499. package/lib/skeleton/SkeletonContainer.d.ts +3 -7
  500. package/lib/skeleton/SkeletonContainer.js +8 -22
  501. package/lib/skeleton/index.d.ts +5 -8
  502. package/lib/skeleton/index.js +23 -52
  503. package/lib/skeleton/types.d.ts +3 -6
  504. package/lib/spinner/SpinnerLoading.d.ts +3 -7
  505. package/lib/spinner/SpinnerLoading.js +17 -219
  506. package/lib/spinner/index.d.ts +3 -7
  507. package/lib/spinner/index.js +38 -57
  508. package/lib/spinner/spinner.spec.d.ts +1 -0
  509. package/lib/spinner/types.d.ts +5 -8
  510. package/lib/split/Split.d.ts +3 -6
  511. package/lib/split/Split.js +172 -275
  512. package/lib/split/SplitSide.d.ts +3 -6
  513. package/lib/split/SplitSide.js +17 -40
  514. package/lib/split/helpers.d.ts +4 -6
  515. package/lib/split/helpers.js +5 -10
  516. package/lib/split/index.d.ts +4 -8
  517. package/lib/split/index.js +6 -17
  518. package/lib/split/split.spec.d.ts +0 -0
  519. package/lib/split/types.d.ts +3 -6
  520. package/lib/table/Body.d.ts +3 -6
  521. package/lib/table/Body.js +56 -68
  522. package/lib/table/Header.d.ts +3 -6
  523. package/lib/table/Header.js +38 -86
  524. package/lib/table/HeaderColumn.d.ts +3 -6
  525. package/lib/table/HeaderColumn.js +27 -52
  526. package/lib/table/Row.d.ts +3 -6
  527. package/lib/table/Row.js +51 -75
  528. package/lib/table/RowColumn.d.ts +3 -6
  529. package/lib/table/RowColumn.js +41 -76
  530. package/lib/table/helpers.d.ts +6 -7
  531. package/lib/table/helpers.js +7 -15
  532. package/lib/table/index.d.ts +9 -11
  533. package/lib/table/index.js +105 -154
  534. package/lib/table/table.spec.d.ts +1 -0
  535. package/lib/table/types.d.ts +8 -12
  536. package/lib/tabs/DropdownTabs.d.ts +3 -11
  537. package/lib/tabs/DropdownTabs.js +78 -84
  538. package/lib/tabs/Menu.d.ts +3 -11
  539. package/lib/tabs/Menu.js +50 -46
  540. package/lib/tabs/MenuTabs.d.ts +4 -11
  541. package/lib/tabs/MenuTabs.js +87 -93
  542. package/lib/tabs/Panel.d.ts +3 -11
  543. package/lib/tabs/Panel.js +48 -80
  544. package/lib/tabs/context.d.ts +4 -12
  545. package/lib/tabs/context.js +63 -124
  546. package/lib/tabs/index.d.ts +5 -12
  547. package/lib/tabs/index.js +66 -74
  548. package/lib/tabs/tabHelpers.d.ts +7 -10
  549. package/lib/tabs/tabHelpers.js +39 -63
  550. package/lib/tabs/tabs.spec.d.ts +0 -0
  551. package/lib/tabs/types.d.ts +14 -24
  552. package/lib/tabs/useTabs.d.ts +1 -11
  553. package/lib/tabs/useTabs.js +8 -11
  554. package/lib/textContent/index.d.ts +6 -10
  555. package/lib/textContent/index.js +34 -37
  556. package/lib/textContent/textContent.spec.d.ts +1 -0
  557. package/lib/toolbar/ButtonBar.d.ts +3 -12
  558. package/lib/toolbar/ButtonBar.js +60 -63
  559. package/lib/toolbar/LabelBar.d.ts +3 -12
  560. package/lib/toolbar/LabelBar.js +40 -55
  561. package/lib/toolbar/Separator.d.ts +2 -3
  562. package/lib/toolbar/Separator.js +5 -12
  563. package/lib/toolbar/ToolBarGroup.d.ts +3 -12
  564. package/lib/toolbar/ToolBarGroup.js +4 -18
  565. package/lib/toolbar/helpers.d.ts +3 -12
  566. package/lib/toolbar/helpers.js +5 -9
  567. package/lib/toolbar/index.d.ts +8 -16
  568. package/lib/toolbar/index.js +32 -64
  569. package/lib/toolbar/toolbar.spec.d.ts +1 -0
  570. package/lib/toolbar/types.d.ts +11 -15
  571. package/lib/tooltip/index.d.ts +4 -6
  572. package/lib/tooltip/index.js +37 -61
  573. package/lib/tooltip/tooltip.spec.d.ts +1 -0
  574. package/lib/tooltip/types.d.ts +2 -4
  575. package/lib/treetable/Body.d.ts +2 -3
  576. package/lib/treetable/Body.js +33 -32
  577. package/lib/treetable/Header.d.ts +2 -3
  578. package/lib/treetable/Header.js +25 -23
  579. package/lib/treetable/Row.d.ts +3 -7
  580. package/lib/treetable/Row.js +152 -232
  581. package/lib/treetable/helpers.d.ts +4 -9
  582. package/lib/treetable/helpers.js +23 -30
  583. package/lib/treetable/index.d.ts +4 -8
  584. package/lib/treetable/index.js +17 -27
  585. package/lib/treeview/Header.d.ts +3 -7
  586. package/lib/treeview/Header.js +7 -20
  587. package/lib/treeview/Node.d.ts +3 -7
  588. package/lib/treeview/Node.js +173 -235
  589. package/lib/treeview/constants.d.ts +3 -7
  590. package/lib/treeview/constants.js +5 -9
  591. package/lib/treeview/index.d.ts +6 -9
  592. package/lib/treeview/index.js +177 -312
  593. package/lib/treeview/treeview.spec.d.ts +0 -0
  594. package/lib/treeview/types.d.ts +12 -14
  595. package/lib/uitour/helpers.d.ts +1 -2
  596. package/lib/uitour/helpers.js +9 -12
  597. package/lib/uitour/index.d.ts +4 -7
  598. package/lib/uitour/index.js +167 -236
  599. package/lib/uitour/types.d.ts +7 -10
  600. package/lib/uitour/uitour.spec.d.ts +0 -0
  601. package/package.json +37 -58
  602. package/lib/@types/Align.js +0 -5
  603. package/lib/@types/ButtonTypes.js +0 -5
  604. package/lib/@types/ColorStyles.js +0 -5
  605. package/lib/@types/DataCombo.js +0 -5
  606. package/lib/@types/Icon.js +0 -5
  607. package/lib/@types/LabelStyles.js +0 -5
  608. package/lib/@types/Period.js +0 -5
  609. package/lib/@types/PermissionAttr.js +0 -5
  610. package/lib/@types/PointerEvents.js +0 -5
  611. package/lib/@types/Position.js +0 -5
  612. package/lib/@types/PositionAlert.js +0 -5
  613. package/lib/@types/Size.js +0 -5
  614. package/lib/@types/SizePixels.js +0 -5
  615. package/lib/@types/StorageMock.js +0 -5
  616. package/lib/alerts/types.js +0 -5
  617. package/lib/assets/fonts/Roboto-Black.woff +0 -0
  618. package/lib/assets/fonts/Roboto-Black.woff2 +0 -0
  619. package/lib/assets/fonts/Roboto-Bold.woff +0 -0
  620. package/lib/assets/fonts/Roboto-Bold.woff2 +0 -0
  621. package/lib/assets/fonts/Roboto-Light.woff +0 -0
  622. package/lib/assets/fonts/Roboto-Light.woff2 +0 -0
  623. package/lib/assets/fonts/Roboto-Medium.woff +0 -0
  624. package/lib/assets/fonts/Roboto-Medium.woff2 +0 -0
  625. package/lib/assets/fonts/Roboto-Regular.woff +0 -0
  626. package/lib/assets/fonts/Roboto-Regular.woff2 +0 -0
  627. package/lib/assets/fonts/Roboto-Thin.woff +0 -0
  628. package/lib/assets/fonts/Roboto-Thin.woff2 +0 -0
  629. package/lib/assets/fonts/TitilliumWeb-Black.woff +0 -0
  630. package/lib/assets/fonts/TitilliumWeb-Black.woff2 +0 -0
  631. package/lib/assets/fonts/TitilliumWeb-Bold.woff +0 -0
  632. package/lib/assets/fonts/TitilliumWeb-Bold.woff2 +0 -0
  633. package/lib/assets/fonts/TitilliumWeb-ExtraLight.woff +0 -0
  634. package/lib/assets/fonts/TitilliumWeb-ExtraLight.woff2 +0 -0
  635. package/lib/assets/fonts/TitilliumWeb-Light.woff +0 -0
  636. package/lib/assets/fonts/TitilliumWeb-Light.woff2 +0 -0
  637. package/lib/assets/fonts/TitilliumWeb-Regular.woff +0 -0
  638. package/lib/assets/fonts/TitilliumWeb-Regular.woff2 +0 -0
  639. package/lib/assets/fonts/TitilliumWeb-SemiBold.woff +0 -0
  640. package/lib/assets/fonts/TitilliumWeb-SemiBold.woff2 +0 -0
  641. package/lib/assets/images/logo.png +0 -0
  642. package/lib/assets/styles/alerts.scss +0 -149
  643. package/lib/assets/styles/avatar.scss +0 -42
  644. package/lib/assets/styles/badge.scss +0 -48
  645. package/lib/assets/styles/button.scss +0 -373
  646. package/lib/assets/styles/calendar.scss +0 -311
  647. package/lib/assets/styles/checkbox.scss +0 -108
  648. package/lib/assets/styles/colorpicker.scss +0 -17
  649. package/lib/assets/styles/colors.scss +0 -144
  650. package/lib/assets/styles/commons.scss +0 -138
  651. package/lib/assets/styles/datepicker.scss +0 -36
  652. package/lib/assets/styles/dialog.scss +0 -200
  653. package/lib/assets/styles/drawers.scss +0 -159
  654. package/lib/assets/styles/dropdown.scss +0 -179
  655. package/lib/assets/styles/effects.scss +0 -821
  656. package/lib/assets/styles/error.scss +0 -9
  657. package/lib/assets/styles/fieldset.scss +0 -96
  658. package/lib/assets/styles/file.scss +0 -229
  659. package/lib/assets/styles/floatMenu.scss +0 -15
  660. package/lib/assets/styles/fonts.scss +0 -86
  661. package/lib/assets/styles/form.scss +0 -23
  662. package/lib/assets/styles/gridlayout.scss +0 -2054
  663. package/lib/assets/styles/hint.scss +0 -30
  664. package/lib/assets/styles/icon.scss +0 -42
  665. package/lib/assets/styles/input.scss +0 -156
  666. package/lib/assets/styles/label.scss +0 -118
  667. package/lib/assets/styles/labelMessages.scss +0 -81
  668. package/lib/assets/styles/list.scss +0 -124
  669. package/lib/assets/styles/multiSelect.scss +0 -125
  670. package/lib/assets/styles/noPermission.scss +0 -25
  671. package/lib/assets/styles/numbers.scss +0 -5
  672. package/lib/assets/styles/panel.scss +0 -95
  673. package/lib/assets/styles/periodpicker.scss +0 -109
  674. package/lib/assets/styles/popover.scss +0 -44
  675. package/lib/assets/styles/progress.scss +0 -72
  676. package/lib/assets/styles/radio.scss +0 -156
  677. package/lib/assets/styles/search.scss +0 -13
  678. package/lib/assets/styles/select.scss +0 -159
  679. package/lib/assets/styles/shortcuts.scss +0 -59
  680. package/lib/assets/styles/sidenav.scss +0 -409
  681. package/lib/assets/styles/skeleton.scss +0 -48
  682. package/lib/assets/styles/spinner.scss +0 -34
  683. package/lib/assets/styles/split.scss +0 -80
  684. package/lib/assets/styles/table.scss +0 -185
  685. package/lib/assets/styles/tabs.scss +0 -304
  686. package/lib/assets/styles/textContent.scss +0 -9
  687. package/lib/assets/styles/toolbar.scss +0 -74
  688. package/lib/assets/styles/tooltip.scss +0 -95
  689. package/lib/assets/styles/treetable.scss +0 -100
  690. package/lib/assets/styles/treeview.scss +0 -112
  691. package/lib/assets/styles/uitour.scss +0 -112
  692. package/lib/assets/styles/wizard.scss +0 -186
  693. package/lib/avatar/types.js +0 -5
  694. package/lib/badge/types.js +0 -5
  695. package/lib/buttons/types.js +0 -5
  696. package/lib/calendar/types.js +0 -5
  697. package/lib/checkbox/types.js +0 -5
  698. package/lib/dialog/base/style.js +0 -13
  699. package/lib/dialog/types.js +0 -5
  700. package/lib/drawer/types.js +0 -5
  701. package/lib/dropdown/types.js +0 -5
  702. package/lib/fieldset/types.js +0 -5
  703. package/lib/form/types.js +0 -5
  704. package/lib/gridlayout/types.js +0 -5
  705. package/lib/hint/types.js +0 -5
  706. package/lib/icons/types.js +0 -5
  707. package/lib/inputs/base/types.js +0 -5
  708. package/lib/inputs/color/types.js +0 -5
  709. package/lib/inputs/date/types.js +0 -5
  710. package/lib/inputs/file/types.js +0 -5
  711. package/lib/inputs/mask/types.js +0 -5
  712. package/lib/inputs/multiSelect/types.js +0 -5
  713. package/lib/inputs/number/types.js +0 -5
  714. package/lib/inputs/period/types.js +0 -5
  715. package/lib/inputs/select/types.js +0 -5
  716. package/lib/inputs/text/types.js +0 -5
  717. package/lib/inputs/textarea/types.js +0 -5
  718. package/lib/inputs/types.js +0 -5
  719. package/lib/internals/types.js +0 -5
  720. package/lib/labelMessages/types.js +0 -5
  721. package/lib/labels/types.js +0 -5
  722. package/lib/list/types.js +0 -5
  723. package/lib/menus/float/SubMenuContainer.js +0 -77
  724. package/lib/menus/float/types.js +0 -5
  725. package/lib/menus/sidenav/types.js +0 -5
  726. package/lib/panel/types.js +0 -5
  727. package/lib/popover/types.js +0 -5
  728. package/lib/progress/types.js +0 -5
  729. package/lib/radio/types.js +0 -5
  730. package/lib/shortcuts/types.js +0 -5
  731. package/lib/skeleton/types.js +0 -5
  732. package/lib/spinner/types.js +0 -5
  733. package/lib/split/types.js +0 -5
  734. package/lib/table/types.js +0 -5
  735. package/lib/tabs/types.js +0 -5
  736. package/lib/toolbar/types.js +0 -5
  737. package/lib/tooltip/types.js +0 -5
  738. package/lib/treetable/types.d.js +0 -5
  739. package/lib/treeview/types.js +0 -5
  740. package/lib/types.d-b477e076.d.ts +0 -47
  741. package/lib/uitour/types.js +0 -5
@@ -1,2054 +0,0 @@
1
- @-ms-viewport {
2
- width: device-width;
3
- }
4
- html {
5
- box-sizing: border-box;
6
- -ms-overflow-style: scrollbar;
7
- }
8
-
9
- *,
10
- *::before,
11
- *::after {
12
- box-sizing: inherit;
13
- }
14
-
15
- .container {
16
- width: 100%;
17
- padding-right: 15px;
18
- padding-left: 15px;
19
- margin-right: auto;
20
- margin-left: auto;
21
- }
22
-
23
- .grid-container {
24
- margin-bottom: 5px;
25
- &.-withinput,
26
- &.-withskeleton {
27
- margin-bottom: 10px;
28
- }
29
- }
30
-
31
- @media (min-width: 576px) {
32
- .container {
33
- max-width: 540px;
34
- }
35
- }
36
-
37
- @media (min-width: 768px) {
38
- .container {
39
- max-width: 720px;
40
- }
41
- }
42
-
43
- @media (min-width: 992px) {
44
- .container {
45
- max-width: 960px;
46
- }
47
- }
48
-
49
- @media (min-width: 1200px) {
50
- .container {
51
- max-width: 1140px;
52
- }
53
- }
54
- .container-fluid {
55
- width: 100%;
56
- padding-right: 15px;
57
- padding-left: 15px;
58
- margin-right: auto;
59
- margin-left: auto;
60
- }
61
-
62
- .row {
63
- display: -webkit-box;
64
- display: -ms-flexbox;
65
- display: flex;
66
- -ms-flex-wrap: wrap;
67
- flex-wrap: wrap;
68
- &.-withtrim {
69
- .grid-container:first-child {
70
- padding-left: 0;
71
- }
72
- .grid-container:last-child {
73
- padding-right: 0;
74
- }
75
- }
76
- }
77
-
78
- .no-gutters {
79
- margin-right: 0;
80
- margin-left: 0;
81
- }
82
-
83
- .no-gutters > .col,
84
- .no-gutters > [class*="col-"] {
85
- padding-right: 0;
86
- padding-left: 0;
87
- }
88
-
89
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
90
- .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
91
- .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
92
- .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
93
- .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
94
- .col-xl-auto {
95
- position: relative;
96
- width: 100%;
97
- min-height: 1px;
98
- padding-right: 15px;
99
- padding-left: 15px;
100
- }
101
-
102
- .col {
103
- -ms-flex-preferred-size: 0;
104
- flex-basis: 0;
105
- -webkit-box-flex: 1;
106
- -ms-flex-positive: 1;
107
- flex-grow: 1;
108
- max-width: 100%;
109
- }
110
-
111
- .col-auto {
112
- -webkit-box-flex: 0;
113
- -ms-flex: 0 0 auto;
114
- flex: 0 0 auto;
115
- width: auto;
116
- max-width: none;
117
- }
118
-
119
- .col-1 {
120
- -webkit-box-flex: 0;
121
- -ms-flex: 0 0 8.333333%;
122
- flex: 0 0 8.333333%;
123
- max-width: 8.333333%;
124
- }
125
-
126
- .col-2 {
127
- -webkit-box-flex: 0;
128
- -ms-flex: 0 0 16.666667%;
129
- flex: 0 0 16.666667%;
130
- max-width: 16.666667%;
131
- }
132
-
133
- .col-3 {
134
- -webkit-box-flex: 0;
135
- -ms-flex: 0 0 25%;
136
- flex: 0 0 25%;
137
- max-width: 25%;
138
- }
139
-
140
- .col-4 {
141
- -webkit-box-flex: 0;
142
- -ms-flex: 0 0 33.333333%;
143
- flex: 0 0 33.333333%;
144
- max-width: 33.333333%;
145
- }
146
-
147
- .col-5 {
148
- -webkit-box-flex: 0;
149
- -ms-flex: 0 0 41.666667%;
150
- flex: 0 0 41.666667%;
151
- max-width: 41.666667%;
152
- }
153
-
154
- .col-6 {
155
- -webkit-box-flex: 0;
156
- -ms-flex: 0 0 50%;
157
- flex: 0 0 50%;
158
- max-width: 50%;
159
- }
160
-
161
- .col-7 {
162
- -webkit-box-flex: 0;
163
- -ms-flex: 0 0 58.333333%;
164
- flex: 0 0 58.333333%;
165
- max-width: 58.333333%;
166
- }
167
-
168
- .col-8 {
169
- -webkit-box-flex: 0;
170
- -ms-flex: 0 0 66.666667%;
171
- flex: 0 0 66.666667%;
172
- max-width: 66.666667%;
173
- }
174
-
175
- .col-9 {
176
- -webkit-box-flex: 0;
177
- -ms-flex: 0 0 75%;
178
- flex: 0 0 75%;
179
- max-width: 75%;
180
- }
181
-
182
- .col-10 {
183
- -webkit-box-flex: 0;
184
- -ms-flex: 0 0 83.333333%;
185
- flex: 0 0 83.333333%;
186
- max-width: 83.333333%;
187
- }
188
-
189
- .col-11 {
190
- -webkit-box-flex: 0;
191
- -ms-flex: 0 0 91.666667%;
192
- flex: 0 0 91.666667%;
193
- max-width: 91.666667%;
194
- }
195
-
196
- .col-12 {
197
- -webkit-box-flex: 0;
198
- -ms-flex: 0 0 100%;
199
- flex: 0 0 100%;
200
- max-width: 100%;
201
- }
202
-
203
- .order-first {
204
- -webkit-box-ordinal-group: 0;
205
- -ms-flex-order: -1;
206
- order: -1;
207
- }
208
-
209
- .order-last {
210
- -webkit-box-ordinal-group: 14;
211
- -ms-flex-order: 13;
212
- order: 13;
213
- }
214
-
215
- .order-0 {
216
- -webkit-box-ordinal-group: 1;
217
- -ms-flex-order: 0;
218
- order: 0;
219
- }
220
-
221
- .order-1 {
222
- -webkit-box-ordinal-group: 2;
223
- -ms-flex-order: 1;
224
- order: 1;
225
- }
226
-
227
- .order-2 {
228
- -webkit-box-ordinal-group: 3;
229
- -ms-flex-order: 2;
230
- order: 2;
231
- }
232
-
233
- .order-3 {
234
- -webkit-box-ordinal-group: 4;
235
- -ms-flex-order: 3;
236
- order: 3;
237
- }
238
-
239
- .order-4 {
240
- -webkit-box-ordinal-group: 5;
241
- -ms-flex-order: 4;
242
- order: 4;
243
- }
244
-
245
- .order-5 {
246
- -webkit-box-ordinal-group: 6;
247
- -ms-flex-order: 5;
248
- order: 5;
249
- }
250
-
251
- .order-6 {
252
- -webkit-box-ordinal-group: 7;
253
- -ms-flex-order: 6;
254
- order: 6;
255
- }
256
-
257
- .order-7 {
258
- -webkit-box-ordinal-group: 8;
259
- -ms-flex-order: 7;
260
- order: 7;
261
- }
262
-
263
- .order-8 {
264
- -webkit-box-ordinal-group: 9;
265
- -ms-flex-order: 8;
266
- order: 8;
267
- }
268
-
269
- .order-9 {
270
- -webkit-box-ordinal-group: 10;
271
- -ms-flex-order: 9;
272
- order: 9;
273
- }
274
-
275
- .order-10 {
276
- -webkit-box-ordinal-group: 11;
277
- -ms-flex-order: 10;
278
- order: 10;
279
- }
280
-
281
- .order-11 {
282
- -webkit-box-ordinal-group: 12;
283
- -ms-flex-order: 11;
284
- order: 11;
285
- }
286
-
287
- .order-12 {
288
- -webkit-box-ordinal-group: 13;
289
- -ms-flex-order: 12;
290
- order: 12;
291
- }
292
-
293
- .offset-1 {
294
- margin-left: 8.333333%;
295
- }
296
-
297
- .offset-2 {
298
- margin-left: 16.666667%;
299
- }
300
-
301
- .offset-3 {
302
- margin-left: 25%;
303
- }
304
-
305
- .offset-4 {
306
- margin-left: 33.333333%;
307
- }
308
-
309
- .offset-5 {
310
- margin-left: 41.666667%;
311
- }
312
-
313
- .offset-6 {
314
- margin-left: 50%;
315
- }
316
-
317
- .offset-7 {
318
- margin-left: 58.333333%;
319
- }
320
-
321
- .offset-8 {
322
- margin-left: 66.666667%;
323
- }
324
-
325
- .offset-9 {
326
- margin-left: 75%;
327
- }
328
-
329
- .offset-10 {
330
- margin-left: 83.333333%;
331
- }
332
-
333
- .offset-11 {
334
- margin-left: 91.666667%;
335
- }
336
-
337
- @media (min-width: 576px) {
338
- .col-sm {
339
- -ms-flex-preferred-size: 0;
340
- flex-basis: 0;
341
- -webkit-box-flex: 1;
342
- -ms-flex-positive: 1;
343
- flex-grow: 1;
344
- max-width: 100%;
345
- }
346
- .col-sm-auto {
347
- -webkit-box-flex: 0;
348
- -ms-flex: 0 0 auto;
349
- flex: 0 0 auto;
350
- width: auto;
351
- max-width: none;
352
- }
353
- .col-sm-1 {
354
- -webkit-box-flex: 0;
355
- -ms-flex: 0 0 8.333333%;
356
- flex: 0 0 8.333333%;
357
- max-width: 8.333333%;
358
- }
359
- .col-sm-2 {
360
- -webkit-box-flex: 0;
361
- -ms-flex: 0 0 16.666667%;
362
- flex: 0 0 16.666667%;
363
- max-width: 16.666667%;
364
- }
365
- .col-sm-3 {
366
- -webkit-box-flex: 0;
367
- -ms-flex: 0 0 25%;
368
- flex: 0 0 25%;
369
- max-width: 25%;
370
- }
371
- .col-sm-4 {
372
- -webkit-box-flex: 0;
373
- -ms-flex: 0 0 33.333333%;
374
- flex: 0 0 33.333333%;
375
- max-width: 33.333333%;
376
- }
377
- .col-sm-5 {
378
- -webkit-box-flex: 0;
379
- -ms-flex: 0 0 41.666667%;
380
- flex: 0 0 41.666667%;
381
- max-width: 41.666667%;
382
- }
383
- .col-sm-6 {
384
- -webkit-box-flex: 0;
385
- -ms-flex: 0 0 50%;
386
- flex: 0 0 50%;
387
- max-width: 50%;
388
- }
389
- .col-sm-7 {
390
- -webkit-box-flex: 0;
391
- -ms-flex: 0 0 58.333333%;
392
- flex: 0 0 58.333333%;
393
- max-width: 58.333333%;
394
- }
395
- .col-sm-8 {
396
- -webkit-box-flex: 0;
397
- -ms-flex: 0 0 66.666667%;
398
- flex: 0 0 66.666667%;
399
- max-width: 66.666667%;
400
- }
401
- .col-sm-9 {
402
- -webkit-box-flex: 0;
403
- -ms-flex: 0 0 75%;
404
- flex: 0 0 75%;
405
- max-width: 75%;
406
- }
407
- .col-sm-10 {
408
- -webkit-box-flex: 0;
409
- -ms-flex: 0 0 83.333333%;
410
- flex: 0 0 83.333333%;
411
- max-width: 83.333333%;
412
- }
413
- .col-sm-11 {
414
- -webkit-box-flex: 0;
415
- -ms-flex: 0 0 91.666667%;
416
- flex: 0 0 91.666667%;
417
- max-width: 91.666667%;
418
- }
419
- .col-sm-12 {
420
- -webkit-box-flex: 0;
421
- -ms-flex: 0 0 100%;
422
- flex: 0 0 100%;
423
- max-width: 100%;
424
- }
425
- .order-sm-first {
426
- -webkit-box-ordinal-group: 0;
427
- -ms-flex-order: -1;
428
- order: -1;
429
- }
430
- .order-sm-last {
431
- -webkit-box-ordinal-group: 14;
432
- -ms-flex-order: 13;
433
- order: 13;
434
- }
435
- .order-sm-0 {
436
- -webkit-box-ordinal-group: 1;
437
- -ms-flex-order: 0;
438
- order: 0;
439
- }
440
- .order-sm-1 {
441
- -webkit-box-ordinal-group: 2;
442
- -ms-flex-order: 1;
443
- order: 1;
444
- }
445
- .order-sm-2 {
446
- -webkit-box-ordinal-group: 3;
447
- -ms-flex-order: 2;
448
- order: 2;
449
- }
450
- .order-sm-3 {
451
- -webkit-box-ordinal-group: 4;
452
- -ms-flex-order: 3;
453
- order: 3;
454
- }
455
- .order-sm-4 {
456
- -webkit-box-ordinal-group: 5;
457
- -ms-flex-order: 4;
458
- order: 4;
459
- }
460
- .order-sm-5 {
461
- -webkit-box-ordinal-group: 6;
462
- -ms-flex-order: 5;
463
- order: 5;
464
- }
465
- .order-sm-6 {
466
- -webkit-box-ordinal-group: 7;
467
- -ms-flex-order: 6;
468
- order: 6;
469
- }
470
- .order-sm-7 {
471
- -webkit-box-ordinal-group: 8;
472
- -ms-flex-order: 7;
473
- order: 7;
474
- }
475
- .order-sm-8 {
476
- -webkit-box-ordinal-group: 9;
477
- -ms-flex-order: 8;
478
- order: 8;
479
- }
480
- .order-sm-9 {
481
- -webkit-box-ordinal-group: 10;
482
- -ms-flex-order: 9;
483
- order: 9;
484
- }
485
- .order-sm-10 {
486
- -webkit-box-ordinal-group: 11;
487
- -ms-flex-order: 10;
488
- order: 10;
489
- }
490
- .order-sm-11 {
491
- -webkit-box-ordinal-group: 12;
492
- -ms-flex-order: 11;
493
- order: 11;
494
- }
495
- .order-sm-12 {
496
- -webkit-box-ordinal-group: 13;
497
- -ms-flex-order: 12;
498
- order: 12;
499
- }
500
- .offset-sm-0 {
501
- margin-left: 0;
502
- }
503
- .offset-sm-1 {
504
- margin-left: 8.333333%;
505
- }
506
- .offset-sm-2 {
507
- margin-left: 16.666667%;
508
- }
509
- .offset-sm-3 {
510
- margin-left: 25%;
511
- }
512
- .offset-sm-4 {
513
- margin-left: 33.333333%;
514
- }
515
- .offset-sm-5 {
516
- margin-left: 41.666667%;
517
- }
518
- .offset-sm-6 {
519
- margin-left: 50%;
520
- }
521
- .offset-sm-7 {
522
- margin-left: 58.333333%;
523
- }
524
- .offset-sm-8 {
525
- margin-left: 66.666667%;
526
- }
527
- .offset-sm-9 {
528
- margin-left: 75%;
529
- }
530
- .offset-sm-10 {
531
- margin-left: 83.333333%;
532
- }
533
- .offset-sm-11 {
534
- margin-left: 91.666667%;
535
- }
536
- }
537
-
538
- @media (min-width: 768px) {
539
- .col-md {
540
- -ms-flex-preferred-size: 0;
541
- flex-basis: 0;
542
- -webkit-box-flex: 1;
543
- -ms-flex-positive: 1;
544
- flex-grow: 1;
545
- max-width: 100%;
546
- }
547
- .col-md-auto {
548
- -webkit-box-flex: 0;
549
- -ms-flex: 0 0 auto;
550
- flex: 0 0 auto;
551
- width: auto;
552
- max-width: none;
553
- }
554
- .col-md-1 {
555
- -webkit-box-flex: 0;
556
- -ms-flex: 0 0 8.333333%;
557
- flex: 0 0 8.333333%;
558
- max-width: 8.333333%;
559
- }
560
- .col-md-2 {
561
- -webkit-box-flex: 0;
562
- -ms-flex: 0 0 16.666667%;
563
- flex: 0 0 16.666667%;
564
- max-width: 16.666667%;
565
- }
566
- .col-md-3 {
567
- -webkit-box-flex: 0;
568
- -ms-flex: 0 0 25%;
569
- flex: 0 0 25%;
570
- max-width: 25%;
571
- }
572
- .col-md-4 {
573
- -webkit-box-flex: 0;
574
- -ms-flex: 0 0 33.333333%;
575
- flex: 0 0 33.333333%;
576
- max-width: 33.333333%;
577
- }
578
- .col-md-5 {
579
- -webkit-box-flex: 0;
580
- -ms-flex: 0 0 41.666667%;
581
- flex: 0 0 41.666667%;
582
- max-width: 41.666667%;
583
- }
584
- .col-md-6 {
585
- -webkit-box-flex: 0;
586
- -ms-flex: 0 0 50%;
587
- flex: 0 0 50%;
588
- max-width: 50%;
589
- }
590
- .col-md-7 {
591
- -webkit-box-flex: 0;
592
- -ms-flex: 0 0 58.333333%;
593
- flex: 0 0 58.333333%;
594
- max-width: 58.333333%;
595
- }
596
- .col-md-8 {
597
- -webkit-box-flex: 0;
598
- -ms-flex: 0 0 66.666667%;
599
- flex: 0 0 66.666667%;
600
- max-width: 66.666667%;
601
- }
602
- .col-md-9 {
603
- -webkit-box-flex: 0;
604
- -ms-flex: 0 0 75%;
605
- flex: 0 0 75%;
606
- max-width: 75%;
607
- }
608
- .col-md-10 {
609
- -webkit-box-flex: 0;
610
- -ms-flex: 0 0 83.333333%;
611
- flex: 0 0 83.333333%;
612
- max-width: 83.333333%;
613
- }
614
- .col-md-11 {
615
- -webkit-box-flex: 0;
616
- -ms-flex: 0 0 91.666667%;
617
- flex: 0 0 91.666667%;
618
- max-width: 91.666667%;
619
- }
620
- .col-md-12 {
621
- -webkit-box-flex: 0;
622
- -ms-flex: 0 0 100%;
623
- flex: 0 0 100%;
624
- max-width: 100%;
625
- }
626
- .order-md-first {
627
- -webkit-box-ordinal-group: 0;
628
- -ms-flex-order: -1;
629
- order: -1;
630
- }
631
- .order-md-last {
632
- -webkit-box-ordinal-group: 14;
633
- -ms-flex-order: 13;
634
- order: 13;
635
- }
636
- .order-md-0 {
637
- -webkit-box-ordinal-group: 1;
638
- -ms-flex-order: 0;
639
- order: 0;
640
- }
641
- .order-md-1 {
642
- -webkit-box-ordinal-group: 2;
643
- -ms-flex-order: 1;
644
- order: 1;
645
- }
646
- .order-md-2 {
647
- -webkit-box-ordinal-group: 3;
648
- -ms-flex-order: 2;
649
- order: 2;
650
- }
651
- .order-md-3 {
652
- -webkit-box-ordinal-group: 4;
653
- -ms-flex-order: 3;
654
- order: 3;
655
- }
656
- .order-md-4 {
657
- -webkit-box-ordinal-group: 5;
658
- -ms-flex-order: 4;
659
- order: 4;
660
- }
661
- .order-md-5 {
662
- -webkit-box-ordinal-group: 6;
663
- -ms-flex-order: 5;
664
- order: 5;
665
- }
666
- .order-md-6 {
667
- -webkit-box-ordinal-group: 7;
668
- -ms-flex-order: 6;
669
- order: 6;
670
- }
671
- .order-md-7 {
672
- -webkit-box-ordinal-group: 8;
673
- -ms-flex-order: 7;
674
- order: 7;
675
- }
676
- .order-md-8 {
677
- -webkit-box-ordinal-group: 9;
678
- -ms-flex-order: 8;
679
- order: 8;
680
- }
681
- .order-md-9 {
682
- -webkit-box-ordinal-group: 10;
683
- -ms-flex-order: 9;
684
- order: 9;
685
- }
686
- .order-md-10 {
687
- -webkit-box-ordinal-group: 11;
688
- -ms-flex-order: 10;
689
- order: 10;
690
- }
691
- .order-md-11 {
692
- -webkit-box-ordinal-group: 12;
693
- -ms-flex-order: 11;
694
- order: 11;
695
- }
696
- .order-md-12 {
697
- -webkit-box-ordinal-group: 13;
698
- -ms-flex-order: 12;
699
- order: 12;
700
- }
701
- .offset-md-0 {
702
- margin-left: 0;
703
- }
704
- .offset-md-1 {
705
- margin-left: 8.333333%;
706
- }
707
- .offset-md-2 {
708
- margin-left: 16.666667%;
709
- }
710
- .offset-md-3 {
711
- margin-left: 25%;
712
- }
713
- .offset-md-4 {
714
- margin-left: 33.333333%;
715
- }
716
- .offset-md-5 {
717
- margin-left: 41.666667%;
718
- }
719
- .offset-md-6 {
720
- margin-left: 50%;
721
- }
722
- .offset-md-7 {
723
- margin-left: 58.333333%;
724
- }
725
- .offset-md-8 {
726
- margin-left: 66.666667%;
727
- }
728
- .offset-md-9 {
729
- margin-left: 75%;
730
- }
731
- .offset-md-10 {
732
- margin-left: 83.333333%;
733
- }
734
- .offset-md-11 {
735
- margin-left: 91.666667%;
736
- }
737
- }
738
-
739
- @media (min-width: 992px) {
740
- .col-lg {
741
- -ms-flex-preferred-size: 0;
742
- flex-basis: 0;
743
- -webkit-box-flex: 1;
744
- -ms-flex-positive: 1;
745
- flex-grow: 1;
746
- max-width: 100%;
747
- }
748
- .col-lg-auto {
749
- -webkit-box-flex: 0;
750
- -ms-flex: 0 0 auto;
751
- flex: 0 0 auto;
752
- width: auto;
753
- max-width: none;
754
- }
755
- .col-lg-1 {
756
- -webkit-box-flex: 0;
757
- -ms-flex: 0 0 8.333333%;
758
- flex: 0 0 8.333333%;
759
- max-width: 8.333333%;
760
- }
761
- .col-lg-2 {
762
- -webkit-box-flex: 0;
763
- -ms-flex: 0 0 16.666667%;
764
- flex: 0 0 16.666667%;
765
- max-width: 16.666667%;
766
- }
767
- .col-lg-3 {
768
- -webkit-box-flex: 0;
769
- -ms-flex: 0 0 25%;
770
- flex: 0 0 25%;
771
- max-width: 25%;
772
- }
773
- .col-lg-4 {
774
- -webkit-box-flex: 0;
775
- -ms-flex: 0 0 33.333333%;
776
- flex: 0 0 33.333333%;
777
- max-width: 33.333333%;
778
- }
779
- .col-lg-5 {
780
- -webkit-box-flex: 0;
781
- -ms-flex: 0 0 41.666667%;
782
- flex: 0 0 41.666667%;
783
- max-width: 41.666667%;
784
- }
785
- .col-lg-6 {
786
- -webkit-box-flex: 0;
787
- -ms-flex: 0 0 50%;
788
- flex: 0 0 50%;
789
- max-width: 50%;
790
- }
791
- .col-lg-7 {
792
- -webkit-box-flex: 0;
793
- -ms-flex: 0 0 58.333333%;
794
- flex: 0 0 58.333333%;
795
- max-width: 58.333333%;
796
- }
797
- .col-lg-8 {
798
- -webkit-box-flex: 0;
799
- -ms-flex: 0 0 66.666667%;
800
- flex: 0 0 66.666667%;
801
- max-width: 66.666667%;
802
- }
803
- .col-lg-9 {
804
- -webkit-box-flex: 0;
805
- -ms-flex: 0 0 75%;
806
- flex: 0 0 75%;
807
- max-width: 75%;
808
- }
809
- .col-lg-10 {
810
- -webkit-box-flex: 0;
811
- -ms-flex: 0 0 83.333333%;
812
- flex: 0 0 83.333333%;
813
- max-width: 83.333333%;
814
- }
815
- .col-lg-11 {
816
- -webkit-box-flex: 0;
817
- -ms-flex: 0 0 91.666667%;
818
- flex: 0 0 91.666667%;
819
- max-width: 91.666667%;
820
- }
821
- .col-lg-12 {
822
- -webkit-box-flex: 0;
823
- -ms-flex: 0 0 100%;
824
- flex: 0 0 100%;
825
- max-width: 100%;
826
- }
827
- .order-lg-first {
828
- -webkit-box-ordinal-group: 0;
829
- -ms-flex-order: -1;
830
- order: -1;
831
- }
832
- .order-lg-last {
833
- -webkit-box-ordinal-group: 14;
834
- -ms-flex-order: 13;
835
- order: 13;
836
- }
837
- .order-lg-0 {
838
- -webkit-box-ordinal-group: 1;
839
- -ms-flex-order: 0;
840
- order: 0;
841
- }
842
- .order-lg-1 {
843
- -webkit-box-ordinal-group: 2;
844
- -ms-flex-order: 1;
845
- order: 1;
846
- }
847
- .order-lg-2 {
848
- -webkit-box-ordinal-group: 3;
849
- -ms-flex-order: 2;
850
- order: 2;
851
- }
852
- .order-lg-3 {
853
- -webkit-box-ordinal-group: 4;
854
- -ms-flex-order: 3;
855
- order: 3;
856
- }
857
- .order-lg-4 {
858
- -webkit-box-ordinal-group: 5;
859
- -ms-flex-order: 4;
860
- order: 4;
861
- }
862
- .order-lg-5 {
863
- -webkit-box-ordinal-group: 6;
864
- -ms-flex-order: 5;
865
- order: 5;
866
- }
867
- .order-lg-6 {
868
- -webkit-box-ordinal-group: 7;
869
- -ms-flex-order: 6;
870
- order: 6;
871
- }
872
- .order-lg-7 {
873
- -webkit-box-ordinal-group: 8;
874
- -ms-flex-order: 7;
875
- order: 7;
876
- }
877
- .order-lg-8 {
878
- -webkit-box-ordinal-group: 9;
879
- -ms-flex-order: 8;
880
- order: 8;
881
- }
882
- .order-lg-9 {
883
- -webkit-box-ordinal-group: 10;
884
- -ms-flex-order: 9;
885
- order: 9;
886
- }
887
- .order-lg-10 {
888
- -webkit-box-ordinal-group: 11;
889
- -ms-flex-order: 10;
890
- order: 10;
891
- }
892
- .order-lg-11 {
893
- -webkit-box-ordinal-group: 12;
894
- -ms-flex-order: 11;
895
- order: 11;
896
- }
897
- .order-lg-12 {
898
- -webkit-box-ordinal-group: 13;
899
- -ms-flex-order: 12;
900
- order: 12;
901
- }
902
- .offset-lg-0 {
903
- margin-left: 0;
904
- }
905
- .offset-lg-1 {
906
- margin-left: 8.333333%;
907
- }
908
- .offset-lg-2 {
909
- margin-left: 16.666667%;
910
- }
911
- .offset-lg-3 {
912
- margin-left: 25%;
913
- }
914
- .offset-lg-4 {
915
- margin-left: 33.333333%;
916
- }
917
- .offset-lg-5 {
918
- margin-left: 41.666667%;
919
- }
920
- .offset-lg-6 {
921
- margin-left: 50%;
922
- }
923
- .offset-lg-7 {
924
- margin-left: 58.333333%;
925
- }
926
- .offset-lg-8 {
927
- margin-left: 66.666667%;
928
- }
929
- .offset-lg-9 {
930
- margin-left: 75%;
931
- }
932
- .offset-lg-10 {
933
- margin-left: 83.333333%;
934
- }
935
- .offset-lg-11 {
936
- margin-left: 91.666667%;
937
- }
938
- }
939
-
940
- @media (min-width: 1200px) {
941
- .col-xl {
942
- -ms-flex-preferred-size: 0;
943
- flex-basis: 0;
944
- -webkit-box-flex: 1;
945
- -ms-flex-positive: 1;
946
- flex-grow: 1;
947
- max-width: 100%;
948
- }
949
- .col-xl-auto {
950
- -webkit-box-flex: 0;
951
- -ms-flex: 0 0 auto;
952
- flex: 0 0 auto;
953
- width: auto;
954
- max-width: none;
955
- }
956
- .col-xl-1 {
957
- -webkit-box-flex: 0;
958
- -ms-flex: 0 0 8.333333%;
959
- flex: 0 0 8.333333%;
960
- max-width: 8.333333%;
961
- }
962
- .col-xl-2 {
963
- -webkit-box-flex: 0;
964
- -ms-flex: 0 0 16.666667%;
965
- flex: 0 0 16.666667%;
966
- max-width: 16.666667%;
967
- }
968
- .col-xl-3 {
969
- -webkit-box-flex: 0;
970
- -ms-flex: 0 0 25%;
971
- flex: 0 0 25%;
972
- max-width: 25%;
973
- }
974
- .col-xl-4 {
975
- -webkit-box-flex: 0;
976
- -ms-flex: 0 0 33.333333%;
977
- flex: 0 0 33.333333%;
978
- max-width: 33.333333%;
979
- }
980
- .col-xl-5 {
981
- -webkit-box-flex: 0;
982
- -ms-flex: 0 0 41.666667%;
983
- flex: 0 0 41.666667%;
984
- max-width: 41.666667%;
985
- }
986
- .col-xl-6 {
987
- -webkit-box-flex: 0;
988
- -ms-flex: 0 0 50%;
989
- flex: 0 0 50%;
990
- max-width: 50%;
991
- }
992
- .col-xl-7 {
993
- -webkit-box-flex: 0;
994
- -ms-flex: 0 0 58.333333%;
995
- flex: 0 0 58.333333%;
996
- max-width: 58.333333%;
997
- }
998
- .col-xl-8 {
999
- -webkit-box-flex: 0;
1000
- -ms-flex: 0 0 66.666667%;
1001
- flex: 0 0 66.666667%;
1002
- max-width: 66.666667%;
1003
- }
1004
- .col-xl-9 {
1005
- -webkit-box-flex: 0;
1006
- -ms-flex: 0 0 75%;
1007
- flex: 0 0 75%;
1008
- max-width: 75%;
1009
- }
1010
- .col-xl-10 {
1011
- -webkit-box-flex: 0;
1012
- -ms-flex: 0 0 83.333333%;
1013
- flex: 0 0 83.333333%;
1014
- max-width: 83.333333%;
1015
- }
1016
- .col-xl-11 {
1017
- -webkit-box-flex: 0;
1018
- -ms-flex: 0 0 91.666667%;
1019
- flex: 0 0 91.666667%;
1020
- max-width: 91.666667%;
1021
- }
1022
- .col-xl-12 {
1023
- -webkit-box-flex: 0;
1024
- -ms-flex: 0 0 100%;
1025
- flex: 0 0 100%;
1026
- max-width: 100%;
1027
- }
1028
- .order-xl-first {
1029
- -webkit-box-ordinal-group: 0;
1030
- -ms-flex-order: -1;
1031
- order: -1;
1032
- }
1033
- .order-xl-last {
1034
- -webkit-box-ordinal-group: 14;
1035
- -ms-flex-order: 13;
1036
- order: 13;
1037
- }
1038
- .order-xl-0 {
1039
- -webkit-box-ordinal-group: 1;
1040
- -ms-flex-order: 0;
1041
- order: 0;
1042
- }
1043
- .order-xl-1 {
1044
- -webkit-box-ordinal-group: 2;
1045
- -ms-flex-order: 1;
1046
- order: 1;
1047
- }
1048
- .order-xl-2 {
1049
- -webkit-box-ordinal-group: 3;
1050
- -ms-flex-order: 2;
1051
- order: 2;
1052
- }
1053
- .order-xl-3 {
1054
- -webkit-box-ordinal-group: 4;
1055
- -ms-flex-order: 3;
1056
- order: 3;
1057
- }
1058
- .order-xl-4 {
1059
- -webkit-box-ordinal-group: 5;
1060
- -ms-flex-order: 4;
1061
- order: 4;
1062
- }
1063
- .order-xl-5 {
1064
- -webkit-box-ordinal-group: 6;
1065
- -ms-flex-order: 5;
1066
- order: 5;
1067
- }
1068
- .order-xl-6 {
1069
- -webkit-box-ordinal-group: 7;
1070
- -ms-flex-order: 6;
1071
- order: 6;
1072
- }
1073
- .order-xl-7 {
1074
- -webkit-box-ordinal-group: 8;
1075
- -ms-flex-order: 7;
1076
- order: 7;
1077
- }
1078
- .order-xl-8 {
1079
- -webkit-box-ordinal-group: 9;
1080
- -ms-flex-order: 8;
1081
- order: 8;
1082
- }
1083
- .order-xl-9 {
1084
- -webkit-box-ordinal-group: 10;
1085
- -ms-flex-order: 9;
1086
- order: 9;
1087
- }
1088
- .order-xl-10 {
1089
- -webkit-box-ordinal-group: 11;
1090
- -ms-flex-order: 10;
1091
- order: 10;
1092
- }
1093
- .order-xl-11 {
1094
- -webkit-box-ordinal-group: 12;
1095
- -ms-flex-order: 11;
1096
- order: 11;
1097
- }
1098
- .order-xl-12 {
1099
- -webkit-box-ordinal-group: 13;
1100
- -ms-flex-order: 12;
1101
- order: 12;
1102
- }
1103
- .offset-xl-0 {
1104
- margin-left: 0;
1105
- }
1106
- .offset-xl-1 {
1107
- margin-left: 8.333333%;
1108
- }
1109
- .offset-xl-2 {
1110
- margin-left: 16.666667%;
1111
- }
1112
- .offset-xl-3 {
1113
- margin-left: 25%;
1114
- }
1115
- .offset-xl-4 {
1116
- margin-left: 33.333333%;
1117
- }
1118
- .offset-xl-5 {
1119
- margin-left: 41.666667%;
1120
- }
1121
- .offset-xl-6 {
1122
- margin-left: 50%;
1123
- }
1124
- .offset-xl-7 {
1125
- margin-left: 58.333333%;
1126
- }
1127
- .offset-xl-8 {
1128
- margin-left: 66.666667%;
1129
- }
1130
- .offset-xl-9 {
1131
- margin-left: 75%;
1132
- }
1133
- .offset-xl-10 {
1134
- margin-left: 83.333333%;
1135
- }
1136
- .offset-xl-11 {
1137
- margin-left: 91.666667%;
1138
- }
1139
- }
1140
- .d-none {
1141
- display: none !important;
1142
- }
1143
-
1144
- .d-inline {
1145
- display: inline !important;
1146
- }
1147
-
1148
- .d-inline-block {
1149
- display: inline-block !important;
1150
- }
1151
-
1152
- .d-block {
1153
- display: block !important;
1154
- }
1155
-
1156
- .d-table {
1157
- display: table !important;
1158
- }
1159
-
1160
- .d-table-row {
1161
- display: table-row !important;
1162
- }
1163
-
1164
- .d-table-cell {
1165
- display: table-cell !important;
1166
- }
1167
-
1168
- .d-flex {
1169
- display: -webkit-box !important;
1170
- display: -ms-flexbox !important;
1171
- display: flex !important;
1172
- }
1173
-
1174
- .d-inline-flex {
1175
- display: -webkit-inline-box !important;
1176
- display: -ms-inline-flexbox !important;
1177
- display: inline-flex !important;
1178
- }
1179
-
1180
- @media (min-width: 576px) {
1181
- .d-sm-none {
1182
- display: none !important;
1183
- }
1184
- .d-sm-inline {
1185
- display: inline !important;
1186
- }
1187
- .d-sm-inline-block {
1188
- display: inline-block !important;
1189
- }
1190
- .d-sm-block {
1191
- display: block !important;
1192
- }
1193
- .d-sm-table {
1194
- display: table !important;
1195
- }
1196
- .d-sm-table-row {
1197
- display: table-row !important;
1198
- }
1199
- .d-sm-table-cell {
1200
- display: table-cell !important;
1201
- }
1202
- .d-sm-flex {
1203
- display: -webkit-box !important;
1204
- display: -ms-flexbox !important;
1205
- display: flex !important;
1206
- }
1207
- .d-sm-inline-flex {
1208
- display: -webkit-inline-box !important;
1209
- display: -ms-inline-flexbox !important;
1210
- display: inline-flex !important;
1211
- }
1212
- }
1213
-
1214
- @media (min-width: 768px) {
1215
- .d-md-none {
1216
- display: none !important;
1217
- }
1218
- .d-md-inline {
1219
- display: inline !important;
1220
- }
1221
- .d-md-inline-block {
1222
- display: inline-block !important;
1223
- }
1224
- .d-md-block {
1225
- display: block !important;
1226
- }
1227
- .d-md-table {
1228
- display: table !important;
1229
- }
1230
- .d-md-table-row {
1231
- display: table-row !important;
1232
- }
1233
- .d-md-table-cell {
1234
- display: table-cell !important;
1235
- }
1236
- .d-md-flex {
1237
- display: -webkit-box !important;
1238
- display: -ms-flexbox !important;
1239
- display: flex !important;
1240
- }
1241
- .d-md-inline-flex {
1242
- display: -webkit-inline-box !important;
1243
- display: -ms-inline-flexbox !important;
1244
- display: inline-flex !important;
1245
- }
1246
- }
1247
-
1248
- @media (min-width: 992px) {
1249
- .d-lg-none {
1250
- display: none !important;
1251
- }
1252
- .d-lg-inline {
1253
- display: inline !important;
1254
- }
1255
- .d-lg-inline-block {
1256
- display: inline-block !important;
1257
- }
1258
- .d-lg-block {
1259
- display: block !important;
1260
- }
1261
- .d-lg-table {
1262
- display: table !important;
1263
- }
1264
- .d-lg-table-row {
1265
- display: table-row !important;
1266
- }
1267
- .d-lg-table-cell {
1268
- display: table-cell !important;
1269
- }
1270
- .d-lg-flex {
1271
- display: -webkit-box !important;
1272
- display: -ms-flexbox !important;
1273
- display: flex !important;
1274
- }
1275
- .d-lg-inline-flex {
1276
- display: -webkit-inline-box !important;
1277
- display: -ms-inline-flexbox !important;
1278
- display: inline-flex !important;
1279
- }
1280
- }
1281
-
1282
- @media (min-width: 1200px) {
1283
- .d-xl-none {
1284
- display: none !important;
1285
- }
1286
- .d-xl-inline {
1287
- display: inline !important;
1288
- }
1289
- .d-xl-inline-block {
1290
- display: inline-block !important;
1291
- }
1292
- .d-xl-block {
1293
- display: block !important;
1294
- }
1295
- .d-xl-table {
1296
- display: table !important;
1297
- }
1298
- .d-xl-table-row {
1299
- display: table-row !important;
1300
- }
1301
- .d-xl-table-cell {
1302
- display: table-cell !important;
1303
- }
1304
- .d-xl-flex {
1305
- display: -webkit-box !important;
1306
- display: -ms-flexbox !important;
1307
- display: flex !important;
1308
- }
1309
- .d-xl-inline-flex {
1310
- display: -webkit-inline-box !important;
1311
- display: -ms-inline-flexbox !important;
1312
- display: inline-flex !important;
1313
- }
1314
- }
1315
-
1316
- @media print {
1317
- .d-print-none {
1318
- display: none !important;
1319
- }
1320
- .d-print-inline {
1321
- display: inline !important;
1322
- }
1323
- .d-print-inline-block {
1324
- display: inline-block !important;
1325
- }
1326
- .d-print-block {
1327
- display: block !important;
1328
- }
1329
- .d-print-table {
1330
- display: table !important;
1331
- }
1332
- .d-print-table-row {
1333
- display: table-row !important;
1334
- }
1335
- .d-print-table-cell {
1336
- display: table-cell !important;
1337
- }
1338
- .d-print-flex {
1339
- display: -webkit-box !important;
1340
- display: -ms-flexbox !important;
1341
- display: flex !important;
1342
- }
1343
- .d-print-inline-flex {
1344
- display: -webkit-inline-box !important;
1345
- display: -ms-inline-flexbox !important;
1346
- display: inline-flex !important;
1347
- }
1348
- }
1349
- .flex-row {
1350
- -webkit-box-orient: horizontal !important;
1351
- -webkit-box-direction: normal !important;
1352
- -ms-flex-direction: row !important;
1353
- flex-direction: row !important;
1354
- }
1355
-
1356
- .flex-column {
1357
- -webkit-box-orient: vertical !important;
1358
- -webkit-box-direction: normal !important;
1359
- -ms-flex-direction: column !important;
1360
- flex-direction: column !important;
1361
- }
1362
-
1363
- .flex-row-reverse {
1364
- -webkit-box-orient: horizontal !important;
1365
- -webkit-box-direction: reverse !important;
1366
- -ms-flex-direction: row-reverse !important;
1367
- flex-direction: row-reverse !important;
1368
- }
1369
-
1370
- .flex-column-reverse {
1371
- -webkit-box-orient: vertical !important;
1372
- -webkit-box-direction: reverse !important;
1373
- -ms-flex-direction: column-reverse !important;
1374
- flex-direction: column-reverse !important;
1375
- }
1376
-
1377
- .flex-wrap {
1378
- -ms-flex-wrap: wrap !important;
1379
- flex-wrap: wrap !important;
1380
- }
1381
-
1382
- .flex-nowrap {
1383
- -ms-flex-wrap: nowrap !important;
1384
- flex-wrap: nowrap !important;
1385
- }
1386
-
1387
- .flex-wrap-reverse {
1388
- -ms-flex-wrap: wrap-reverse !important;
1389
- flex-wrap: wrap-reverse !important;
1390
- }
1391
-
1392
- .justify-content-start {
1393
- -webkit-box-pack: start !important;
1394
- -ms-flex-pack: start !important;
1395
- justify-content: flex-start !important;
1396
- }
1397
-
1398
- .justify-content-end {
1399
- -webkit-box-pack: end !important;
1400
- -ms-flex-pack: end !important;
1401
- justify-content: flex-end !important;
1402
- }
1403
-
1404
- .justify-content-center {
1405
- -webkit-box-pack: center !important;
1406
- -ms-flex-pack: center !important;
1407
- justify-content: center !important;
1408
- }
1409
-
1410
- .justify-content-between {
1411
- -webkit-box-pack: justify !important;
1412
- -ms-flex-pack: justify !important;
1413
- justify-content: space-between !important;
1414
- }
1415
-
1416
- .justify-content-around {
1417
- -ms-flex-pack: distribute !important;
1418
- justify-content: space-around !important;
1419
- }
1420
-
1421
- .align-items-start {
1422
- -webkit-box-align: start !important;
1423
- -ms-flex-align: start !important;
1424
- align-items: flex-start !important;
1425
- }
1426
-
1427
- .align-items-end {
1428
- -webkit-box-align: end !important;
1429
- -ms-flex-align: end !important;
1430
- align-items: flex-end !important;
1431
- }
1432
-
1433
- .align-items-center {
1434
- -webkit-box-align: center !important;
1435
- -ms-flex-align: center !important;
1436
- align-items: center !important;
1437
- }
1438
-
1439
- .align-items-baseline {
1440
- -webkit-box-align: baseline !important;
1441
- -ms-flex-align: baseline !important;
1442
- align-items: baseline !important;
1443
- }
1444
-
1445
- .align-items-stretch {
1446
- -webkit-box-align: stretch !important;
1447
- -ms-flex-align: stretch !important;
1448
- align-items: stretch !important;
1449
- }
1450
-
1451
- .align-content-start {
1452
- -ms-flex-line-pack: start !important;
1453
- align-content: flex-start !important;
1454
- }
1455
-
1456
- .align-content-end {
1457
- -ms-flex-line-pack: end !important;
1458
- align-content: flex-end !important;
1459
- }
1460
-
1461
- .align-content-center {
1462
- -ms-flex-line-pack: center !important;
1463
- align-content: center !important;
1464
- }
1465
-
1466
- .align-content-between {
1467
- -ms-flex-line-pack: justify !important;
1468
- align-content: space-between !important;
1469
- }
1470
-
1471
- .align-content-around {
1472
- -ms-flex-line-pack: distribute !important;
1473
- align-content: space-around !important;
1474
- }
1475
-
1476
- .align-content-stretch {
1477
- -ms-flex-line-pack: stretch !important;
1478
- align-content: stretch !important;
1479
- }
1480
-
1481
- .align-self-auto {
1482
- -ms-flex-item-align: auto !important;
1483
- align-self: auto !important;
1484
- }
1485
-
1486
- .align-self-start {
1487
- -ms-flex-item-align: start !important;
1488
- align-self: flex-start !important;
1489
- }
1490
-
1491
- .align-self-end {
1492
- -ms-flex-item-align: end !important;
1493
- align-self: flex-end !important;
1494
- }
1495
-
1496
- .align-self-center {
1497
- -ms-flex-item-align: center !important;
1498
- align-self: center !important;
1499
- }
1500
-
1501
- .align-self-baseline {
1502
- -ms-flex-item-align: baseline !important;
1503
- align-self: baseline !important;
1504
- }
1505
-
1506
- .align-self-stretch {
1507
- -ms-flex-item-align: stretch !important;
1508
- align-self: stretch !important;
1509
- }
1510
-
1511
- @media (min-width: 576px) {
1512
- .flex-sm-row {
1513
- -webkit-box-orient: horizontal !important;
1514
- -webkit-box-direction: normal !important;
1515
- -ms-flex-direction: row !important;
1516
- flex-direction: row !important;
1517
- }
1518
- .flex-sm-column {
1519
- -webkit-box-orient: vertical !important;
1520
- -webkit-box-direction: normal !important;
1521
- -ms-flex-direction: column !important;
1522
- flex-direction: column !important;
1523
- }
1524
- .flex-sm-row-reverse {
1525
- -webkit-box-orient: horizontal !important;
1526
- -webkit-box-direction: reverse !important;
1527
- -ms-flex-direction: row-reverse !important;
1528
- flex-direction: row-reverse !important;
1529
- }
1530
- .flex-sm-column-reverse {
1531
- -webkit-box-orient: vertical !important;
1532
- -webkit-box-direction: reverse !important;
1533
- -ms-flex-direction: column-reverse !important;
1534
- flex-direction: column-reverse !important;
1535
- }
1536
- .flex-sm-wrap {
1537
- -ms-flex-wrap: wrap !important;
1538
- flex-wrap: wrap !important;
1539
- }
1540
- .flex-sm-nowrap {
1541
- -ms-flex-wrap: nowrap !important;
1542
- flex-wrap: nowrap !important;
1543
- }
1544
- .flex-sm-wrap-reverse {
1545
- -ms-flex-wrap: wrap-reverse !important;
1546
- flex-wrap: wrap-reverse !important;
1547
- }
1548
- .justify-content-sm-start {
1549
- -webkit-box-pack: start !important;
1550
- -ms-flex-pack: start !important;
1551
- justify-content: flex-start !important;
1552
- }
1553
- .justify-content-sm-end {
1554
- -webkit-box-pack: end !important;
1555
- -ms-flex-pack: end !important;
1556
- justify-content: flex-end !important;
1557
- }
1558
- .justify-content-sm-center {
1559
- -webkit-box-pack: center !important;
1560
- -ms-flex-pack: center !important;
1561
- justify-content: center !important;
1562
- }
1563
- .justify-content-sm-between {
1564
- -webkit-box-pack: justify !important;
1565
- -ms-flex-pack: justify !important;
1566
- justify-content: space-between !important;
1567
- }
1568
- .justify-content-sm-around {
1569
- -ms-flex-pack: distribute !important;
1570
- justify-content: space-around !important;
1571
- }
1572
- .align-items-sm-start {
1573
- -webkit-box-align: start !important;
1574
- -ms-flex-align: start !important;
1575
- align-items: flex-start !important;
1576
- }
1577
- .align-items-sm-end {
1578
- -webkit-box-align: end !important;
1579
- -ms-flex-align: end !important;
1580
- align-items: flex-end !important;
1581
- }
1582
- .align-items-sm-center {
1583
- -webkit-box-align: center !important;
1584
- -ms-flex-align: center !important;
1585
- align-items: center !important;
1586
- }
1587
- .align-items-sm-baseline {
1588
- -webkit-box-align: baseline !important;
1589
- -ms-flex-align: baseline !important;
1590
- align-items: baseline !important;
1591
- }
1592
- .align-items-sm-stretch {
1593
- -webkit-box-align: stretch !important;
1594
- -ms-flex-align: stretch !important;
1595
- align-items: stretch !important;
1596
- }
1597
- .align-content-sm-start {
1598
- -ms-flex-line-pack: start !important;
1599
- align-content: flex-start !important;
1600
- }
1601
- .align-content-sm-end {
1602
- -ms-flex-line-pack: end !important;
1603
- align-content: flex-end !important;
1604
- }
1605
- .align-content-sm-center {
1606
- -ms-flex-line-pack: center !important;
1607
- align-content: center !important;
1608
- }
1609
- .align-content-sm-between {
1610
- -ms-flex-line-pack: justify !important;
1611
- align-content: space-between !important;
1612
- }
1613
- .align-content-sm-around {
1614
- -ms-flex-line-pack: distribute !important;
1615
- align-content: space-around !important;
1616
- }
1617
- .align-content-sm-stretch {
1618
- -ms-flex-line-pack: stretch !important;
1619
- align-content: stretch !important;
1620
- }
1621
- .align-self-sm-auto {
1622
- -ms-flex-item-align: auto !important;
1623
- align-self: auto !important;
1624
- }
1625
- .align-self-sm-start {
1626
- -ms-flex-item-align: start !important;
1627
- align-self: flex-start !important;
1628
- }
1629
- .align-self-sm-end {
1630
- -ms-flex-item-align: end !important;
1631
- align-self: flex-end !important;
1632
- }
1633
- .align-self-sm-center {
1634
- -ms-flex-item-align: center !important;
1635
- align-self: center !important;
1636
- }
1637
- .align-self-sm-baseline {
1638
- -ms-flex-item-align: baseline !important;
1639
- align-self: baseline !important;
1640
- }
1641
- .align-self-sm-stretch {
1642
- -ms-flex-item-align: stretch !important;
1643
- align-self: stretch !important;
1644
- }
1645
- }
1646
-
1647
- @media (min-width: 768px) {
1648
- .flex-md-row {
1649
- -webkit-box-orient: horizontal !important;
1650
- -webkit-box-direction: normal !important;
1651
- -ms-flex-direction: row !important;
1652
- flex-direction: row !important;
1653
- }
1654
- .flex-md-column {
1655
- -webkit-box-orient: vertical !important;
1656
- -webkit-box-direction: normal !important;
1657
- -ms-flex-direction: column !important;
1658
- flex-direction: column !important;
1659
- }
1660
- .flex-md-row-reverse {
1661
- -webkit-box-orient: horizontal !important;
1662
- -webkit-box-direction: reverse !important;
1663
- -ms-flex-direction: row-reverse !important;
1664
- flex-direction: row-reverse !important;
1665
- }
1666
- .flex-md-column-reverse {
1667
- -webkit-box-orient: vertical !important;
1668
- -webkit-box-direction: reverse !important;
1669
- -ms-flex-direction: column-reverse !important;
1670
- flex-direction: column-reverse !important;
1671
- }
1672
- .flex-md-wrap {
1673
- -ms-flex-wrap: wrap !important;
1674
- flex-wrap: wrap !important;
1675
- }
1676
- .flex-md-nowrap {
1677
- -ms-flex-wrap: nowrap !important;
1678
- flex-wrap: nowrap !important;
1679
- }
1680
- .flex-md-wrap-reverse {
1681
- -ms-flex-wrap: wrap-reverse !important;
1682
- flex-wrap: wrap-reverse !important;
1683
- }
1684
- .justify-content-md-start {
1685
- -webkit-box-pack: start !important;
1686
- -ms-flex-pack: start !important;
1687
- justify-content: flex-start !important;
1688
- }
1689
- .justify-content-md-end {
1690
- -webkit-box-pack: end !important;
1691
- -ms-flex-pack: end !important;
1692
- justify-content: flex-end !important;
1693
- }
1694
- .justify-content-md-center {
1695
- -webkit-box-pack: center !important;
1696
- -ms-flex-pack: center !important;
1697
- justify-content: center !important;
1698
- }
1699
- .justify-content-md-between {
1700
- -webkit-box-pack: justify !important;
1701
- -ms-flex-pack: justify !important;
1702
- justify-content: space-between !important;
1703
- }
1704
- .justify-content-md-around {
1705
- -ms-flex-pack: distribute !important;
1706
- justify-content: space-around !important;
1707
- }
1708
- .align-items-md-start {
1709
- -webkit-box-align: start !important;
1710
- -ms-flex-align: start !important;
1711
- align-items: flex-start !important;
1712
- }
1713
- .align-items-md-end {
1714
- -webkit-box-align: end !important;
1715
- -ms-flex-align: end !important;
1716
- align-items: flex-end !important;
1717
- }
1718
- .align-items-md-center {
1719
- -webkit-box-align: center !important;
1720
- -ms-flex-align: center !important;
1721
- align-items: center !important;
1722
- }
1723
- .align-items-md-baseline {
1724
- -webkit-box-align: baseline !important;
1725
- -ms-flex-align: baseline !important;
1726
- align-items: baseline !important;
1727
- }
1728
- .align-items-md-stretch {
1729
- -webkit-box-align: stretch !important;
1730
- -ms-flex-align: stretch !important;
1731
- align-items: stretch !important;
1732
- }
1733
- .align-content-md-start {
1734
- -ms-flex-line-pack: start !important;
1735
- align-content: flex-start !important;
1736
- }
1737
- .align-content-md-end {
1738
- -ms-flex-line-pack: end !important;
1739
- align-content: flex-end !important;
1740
- }
1741
- .align-content-md-center {
1742
- -ms-flex-line-pack: center !important;
1743
- align-content: center !important;
1744
- }
1745
- .align-content-md-between {
1746
- -ms-flex-line-pack: justify !important;
1747
- align-content: space-between !important;
1748
- }
1749
- .align-content-md-around {
1750
- -ms-flex-line-pack: distribute !important;
1751
- align-content: space-around !important;
1752
- }
1753
- .align-content-md-stretch {
1754
- -ms-flex-line-pack: stretch !important;
1755
- align-content: stretch !important;
1756
- }
1757
- .align-self-md-auto {
1758
- -ms-flex-item-align: auto !important;
1759
- align-self: auto !important;
1760
- }
1761
- .align-self-md-start {
1762
- -ms-flex-item-align: start !important;
1763
- align-self: flex-start !important;
1764
- }
1765
- .align-self-md-end {
1766
- -ms-flex-item-align: end !important;
1767
- align-self: flex-end !important;
1768
- }
1769
- .align-self-md-center {
1770
- -ms-flex-item-align: center !important;
1771
- align-self: center !important;
1772
- }
1773
- .align-self-md-baseline {
1774
- -ms-flex-item-align: baseline !important;
1775
- align-self: baseline !important;
1776
- }
1777
- .align-self-md-stretch {
1778
- -ms-flex-item-align: stretch !important;
1779
- align-self: stretch !important;
1780
- }
1781
- }
1782
-
1783
- @media (min-width: 992px) {
1784
- .flex-lg-row {
1785
- -webkit-box-orient: horizontal !important;
1786
- -webkit-box-direction: normal !important;
1787
- -ms-flex-direction: row !important;
1788
- flex-direction: row !important;
1789
- }
1790
- .flex-lg-column {
1791
- -webkit-box-orient: vertical !important;
1792
- -webkit-box-direction: normal !important;
1793
- -ms-flex-direction: column !important;
1794
- flex-direction: column !important;
1795
- }
1796
- .flex-lg-row-reverse {
1797
- -webkit-box-orient: horizontal !important;
1798
- -webkit-box-direction: reverse !important;
1799
- -ms-flex-direction: row-reverse !important;
1800
- flex-direction: row-reverse !important;
1801
- }
1802
- .flex-lg-column-reverse {
1803
- -webkit-box-orient: vertical !important;
1804
- -webkit-box-direction: reverse !important;
1805
- -ms-flex-direction: column-reverse !important;
1806
- flex-direction: column-reverse !important;
1807
- }
1808
- .flex-lg-wrap {
1809
- -ms-flex-wrap: wrap !important;
1810
- flex-wrap: wrap !important;
1811
- }
1812
- .flex-lg-nowrap {
1813
- -ms-flex-wrap: nowrap !important;
1814
- flex-wrap: nowrap !important;
1815
- }
1816
- .flex-lg-wrap-reverse {
1817
- -ms-flex-wrap: wrap-reverse !important;
1818
- flex-wrap: wrap-reverse !important;
1819
- }
1820
- .justify-content-lg-start {
1821
- -webkit-box-pack: start !important;
1822
- -ms-flex-pack: start !important;
1823
- justify-content: flex-start !important;
1824
- }
1825
- .justify-content-lg-end {
1826
- -webkit-box-pack: end !important;
1827
- -ms-flex-pack: end !important;
1828
- justify-content: flex-end !important;
1829
- }
1830
- .justify-content-lg-center {
1831
- -webkit-box-pack: center !important;
1832
- -ms-flex-pack: center !important;
1833
- justify-content: center !important;
1834
- }
1835
- .justify-content-lg-between {
1836
- -webkit-box-pack: justify !important;
1837
- -ms-flex-pack: justify !important;
1838
- justify-content: space-between !important;
1839
- }
1840
- .justify-content-lg-around {
1841
- -ms-flex-pack: distribute !important;
1842
- justify-content: space-around !important;
1843
- }
1844
- .align-items-lg-start {
1845
- -webkit-box-align: start !important;
1846
- -ms-flex-align: start !important;
1847
- align-items: flex-start !important;
1848
- }
1849
- .align-items-lg-end {
1850
- -webkit-box-align: end !important;
1851
- -ms-flex-align: end !important;
1852
- align-items: flex-end !important;
1853
- }
1854
- .align-items-lg-center {
1855
- -webkit-box-align: center !important;
1856
- -ms-flex-align: center !important;
1857
- align-items: center !important;
1858
- }
1859
- .align-items-lg-baseline {
1860
- -webkit-box-align: baseline !important;
1861
- -ms-flex-align: baseline !important;
1862
- align-items: baseline !important;
1863
- }
1864
- .align-items-lg-stretch {
1865
- -webkit-box-align: stretch !important;
1866
- -ms-flex-align: stretch !important;
1867
- align-items: stretch !important;
1868
- }
1869
- .align-content-lg-start {
1870
- -ms-flex-line-pack: start !important;
1871
- align-content: flex-start !important;
1872
- }
1873
- .align-content-lg-end {
1874
- -ms-flex-line-pack: end !important;
1875
- align-content: flex-end !important;
1876
- }
1877
- .align-content-lg-center {
1878
- -ms-flex-line-pack: center !important;
1879
- align-content: center !important;
1880
- }
1881
- .align-content-lg-between {
1882
- -ms-flex-line-pack: justify !important;
1883
- align-content: space-between !important;
1884
- }
1885
- .align-content-lg-around {
1886
- -ms-flex-line-pack: distribute !important;
1887
- align-content: space-around !important;
1888
- }
1889
- .align-content-lg-stretch {
1890
- -ms-flex-line-pack: stretch !important;
1891
- align-content: stretch !important;
1892
- }
1893
- .align-self-lg-auto {
1894
- -ms-flex-item-align: auto !important;
1895
- align-self: auto !important;
1896
- }
1897
- .align-self-lg-start {
1898
- -ms-flex-item-align: start !important;
1899
- align-self: flex-start !important;
1900
- }
1901
- .align-self-lg-end {
1902
- -ms-flex-item-align: end !important;
1903
- align-self: flex-end !important;
1904
- }
1905
- .align-self-lg-center {
1906
- -ms-flex-item-align: center !important;
1907
- align-self: center !important;
1908
- }
1909
- .align-self-lg-baseline {
1910
- -ms-flex-item-align: baseline !important;
1911
- align-self: baseline !important;
1912
- }
1913
- .align-self-lg-stretch {
1914
- -ms-flex-item-align: stretch !important;
1915
- align-self: stretch !important;
1916
- }
1917
- }
1918
-
1919
- @media (min-width: 1200px) {
1920
- .flex-xl-row {
1921
- -webkit-box-orient: horizontal !important;
1922
- -webkit-box-direction: normal !important;
1923
- -ms-flex-direction: row !important;
1924
- flex-direction: row !important;
1925
- }
1926
- .flex-xl-column {
1927
- -webkit-box-orient: vertical !important;
1928
- -webkit-box-direction: normal !important;
1929
- -ms-flex-direction: column !important;
1930
- flex-direction: column !important;
1931
- }
1932
- .flex-xl-row-reverse {
1933
- -webkit-box-orient: horizontal !important;
1934
- -webkit-box-direction: reverse !important;
1935
- -ms-flex-direction: row-reverse !important;
1936
- flex-direction: row-reverse !important;
1937
- }
1938
- .flex-xl-column-reverse {
1939
- -webkit-box-orient: vertical !important;
1940
- -webkit-box-direction: reverse !important;
1941
- -ms-flex-direction: column-reverse !important;
1942
- flex-direction: column-reverse !important;
1943
- }
1944
- .flex-xl-wrap {
1945
- -ms-flex-wrap: wrap !important;
1946
- flex-wrap: wrap !important;
1947
- }
1948
- .flex-xl-nowrap {
1949
- -ms-flex-wrap: nowrap !important;
1950
- flex-wrap: nowrap !important;
1951
- }
1952
- .flex-xl-wrap-reverse {
1953
- -ms-flex-wrap: wrap-reverse !important;
1954
- flex-wrap: wrap-reverse !important;
1955
- }
1956
- .justify-content-xl-start {
1957
- -webkit-box-pack: start !important;
1958
- -ms-flex-pack: start !important;
1959
- justify-content: flex-start !important;
1960
- }
1961
- .justify-content-xl-end {
1962
- -webkit-box-pack: end !important;
1963
- -ms-flex-pack: end !important;
1964
- justify-content: flex-end !important;
1965
- }
1966
- .justify-content-xl-center {
1967
- -webkit-box-pack: center !important;
1968
- -ms-flex-pack: center !important;
1969
- justify-content: center !important;
1970
- }
1971
- .justify-content-xl-between {
1972
- -webkit-box-pack: justify !important;
1973
- -ms-flex-pack: justify !important;
1974
- justify-content: space-between !important;
1975
- }
1976
- .justify-content-xl-around {
1977
- -ms-flex-pack: distribute !important;
1978
- justify-content: space-around !important;
1979
- }
1980
- .align-items-xl-start {
1981
- -webkit-box-align: start !important;
1982
- -ms-flex-align: start !important;
1983
- align-items: flex-start !important;
1984
- }
1985
- .align-items-xl-end {
1986
- -webkit-box-align: end !important;
1987
- -ms-flex-align: end !important;
1988
- align-items: flex-end !important;
1989
- }
1990
- .align-items-xl-center {
1991
- -webkit-box-align: center !important;
1992
- -ms-flex-align: center !important;
1993
- align-items: center !important;
1994
- }
1995
- .align-items-xl-baseline {
1996
- -webkit-box-align: baseline !important;
1997
- -ms-flex-align: baseline !important;
1998
- align-items: baseline !important;
1999
- }
2000
- .align-items-xl-stretch {
2001
- -webkit-box-align: stretch !important;
2002
- -ms-flex-align: stretch !important;
2003
- align-items: stretch !important;
2004
- }
2005
- .align-content-xl-start {
2006
- -ms-flex-line-pack: start !important;
2007
- align-content: flex-start !important;
2008
- }
2009
- .align-content-xl-end {
2010
- -ms-flex-line-pack: end !important;
2011
- align-content: flex-end !important;
2012
- }
2013
- .align-content-xl-center {
2014
- -ms-flex-line-pack: center !important;
2015
- align-content: center !important;
2016
- }
2017
- .align-content-xl-between {
2018
- -ms-flex-line-pack: justify !important;
2019
- align-content: space-between !important;
2020
- }
2021
- .align-content-xl-around {
2022
- -ms-flex-line-pack: distribute !important;
2023
- align-content: space-around !important;
2024
- }
2025
- .align-content-xl-stretch {
2026
- -ms-flex-line-pack: stretch !important;
2027
- align-content: stretch !important;
2028
- }
2029
- .align-self-xl-auto {
2030
- -ms-flex-item-align: auto !important;
2031
- align-self: auto !important;
2032
- }
2033
- .align-self-xl-start {
2034
- -ms-flex-item-align: start !important;
2035
- align-self: flex-start !important;
2036
- }
2037
- .align-self-xl-end {
2038
- -ms-flex-item-align: end !important;
2039
- align-self: flex-end !important;
2040
- }
2041
- .align-self-xl-center {
2042
- -ms-flex-item-align: center !important;
2043
- align-self: center !important;
2044
- }
2045
- .align-self-xl-baseline {
2046
- -ms-flex-item-align: baseline !important;
2047
- align-self: baseline !important;
2048
- }
2049
- .align-self-xl-stretch {
2050
- -ms-flex-item-align: stretch !important;
2051
- align-self: stretch !important;
2052
- }
2053
- }
2054
- /*# sourceMappingURL=bootstrap-grid.css.map */