fui-material 0.2.60 → 0.2.62

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 (282) hide show
  1. package/dist/bundle.css +1980 -0
  2. package/dist/bundle.esm.css +1980 -0
  3. package/dist/bundle.esm.js +1341 -0
  4. package/dist/bundle.js +1398 -0
  5. package/dist/function-elements/fAlert/fAlert.d.ts +8 -0
  6. package/dist/function-elements/fAlert/index.d.ts +1 -0
  7. package/dist/function-elements/fConfirm/fConfirm.d.ts +7 -0
  8. package/dist/function-elements/fConfirm/index.d.ts +1 -0
  9. package/dist/function-elements/fPrompt/fPrompt.d.ts +8 -0
  10. package/dist/function-elements/fPrompt/index.d.ts +1 -0
  11. package/dist/function-elements/index.d.ts +3 -0
  12. package/dist/icons/FArrowIcon/FArrowIcon.d.ts +13 -0
  13. package/dist/icons/FArrowIcon/index.d.ts +1 -0
  14. package/dist/icons/FCheckIcon/FCheckIcon.d.ts +12 -0
  15. package/dist/icons/FCheckIcon/index.d.ts +1 -0
  16. package/dist/icons/FCloseIcon/FCloseIcon.d.ts +12 -0
  17. package/dist/icons/FCloseIcon/index.d.ts +1 -0
  18. package/dist/icons/FCopyAddIcon/FCopyAdd.d.ts +12 -0
  19. package/dist/icons/FDownloadIcon/FDownloadIcon.d.ts +11 -0
  20. package/dist/icons/FDownloadIcon/index.d.ts +1 -0
  21. package/dist/icons/FFilterIcon/FFilterIcon.d.ts +11 -0
  22. package/dist/icons/FFilterIcon/index.d.ts +1 -0
  23. package/dist/icons/FListIcon/FListIcon.d.ts +12 -0
  24. package/dist/icons/FListIcon/index.d.ts +1 -0
  25. package/dist/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
  26. package/dist/icons/FLoadIcon/index.d.ts +1 -0
  27. package/dist/icons/FPenIcon/FPenIcon.d.ts +12 -0
  28. package/dist/icons/FPenIcon/index.d.ts +1 -0
  29. package/dist/icons/FPlusIcon/FPlusIcon.d.ts +12 -0
  30. package/dist/icons/FPlusIcon/index.d.ts +1 -0
  31. package/dist/icons/FTrashIcon/FTrashIcon.d.ts +12 -0
  32. package/dist/icons/FTrashIcon/index.d.ts +1 -0
  33. package/dist/icons/FUnlinkIcon/FUnlinkIcon.d.ts +12 -0
  34. package/dist/icons/index.d.ts +12 -0
  35. package/dist/material/Dialog/FDialog/FDialog.d.ts +14 -0
  36. package/dist/material/Dialog/FDialog/index.d.ts +1 -0
  37. package/dist/material/Dialog/FDialogBody/FDialogBody.d.ts +8 -0
  38. package/dist/material/Dialog/FDialogBody/index.d.ts +1 -0
  39. package/dist/material/Dialog/FDialogFooter/FDialogFooter.d.ts +6 -0
  40. package/dist/material/Dialog/FDialogFooter/index.d.ts +1 -0
  41. package/dist/material/Dialog/FDialogHeader/FDialogHeader.d.ts +7 -0
  42. package/dist/material/Dialog/FDialogHeader/index.d.ts +1 -0
  43. package/dist/material/Dropdown/FDropdown/FDropdown.d.ts +15 -0
  44. package/dist/material/Dropdown/FDropdownItem/FDropdownItem.d.ts +11 -0
  45. package/dist/material/FAccordion/FAccordion.d.ts +13 -0
  46. package/dist/material/FAccordion/index.d.ts +1 -0
  47. package/dist/material/FAlert/FAlert.d.ts +18 -0
  48. package/dist/material/FAlert/index.d.ts +1 -0
  49. package/dist/material/FButton/FButton.d.ts +18 -0
  50. package/dist/material/FButton/index.d.ts +1 -0
  51. package/dist/material/FButtonFile/FButtonFile.d.ts +21 -0
  52. package/dist/material/FButtonFile/index.d.ts +1 -0
  53. package/dist/material/FCheckbox/FCheckbox.d.ts +14 -0
  54. package/dist/material/FCheckbox/index.d.ts +1 -0
  55. package/dist/material/FContainer/FContainer.d.ts +11 -0
  56. package/dist/material/FContainer/index.d.ts +1 -0
  57. package/dist/material/FFile/FFile.d.ts +10 -0
  58. package/dist/material/FFile/index.d.ts +1 -0
  59. package/dist/material/FFullDateField/FFullDateField.d.ts +24 -0
  60. package/dist/material/FFullDateField/index.d.ts +1 -0
  61. package/dist/material/FGrid/FGrid.d.ts +17 -0
  62. package/dist/material/FGrid/index.d.ts +1 -0
  63. package/dist/material/FInputFileForm/FInputFileForm.d.ts +20 -0
  64. package/dist/material/FInputFileForm/index.d.ts +1 -0
  65. package/dist/material/FNative/FNative.d.ts +19 -0
  66. package/dist/material/FNative/index.d.ts +1 -0
  67. package/dist/material/FOpenImgFull/FOpenImgFull.d.ts +14 -0
  68. package/dist/material/FOpenImgFull/index.d.ts +1 -0
  69. package/dist/material/FPagination/FPagination.d.ts +14 -0
  70. package/dist/material/FPagination/hooks/usePagination.d.ts +9 -0
  71. package/dist/material/FPagination/index.d.ts +1 -0
  72. package/dist/material/FPaper/FPaper.d.ts +18 -0
  73. package/dist/material/FPaper/index.d.ts +1 -0
  74. package/dist/material/FPreloader/FPreloader.d.ts +10 -0
  75. package/dist/material/FPreloader/index.d.ts +1 -0
  76. package/dist/material/FProgress/FProgress.d.ts +8 -0
  77. package/dist/material/FProgress/index.d.ts +1 -0
  78. package/dist/material/FRadioButton/FRadioButton.d.ts +13 -0
  79. package/dist/material/FRadioButton/index.d.ts +1 -0
  80. package/dist/material/FSearchBox/FSearchBox.d.ts +32 -0
  81. package/dist/material/FSelectSearchDb/FSelectSearchDb.d.ts +21 -0
  82. package/dist/material/FSelectSearchDb/index.d.ts +1 -0
  83. package/dist/material/FStack/FStack.d.ts +14 -0
  84. package/dist/material/FStack/index.d.ts +1 -0
  85. package/dist/material/FTextArea/FTextArea.d.ts +23 -0
  86. package/dist/material/FTextArea/index.d.ts +1 -0
  87. package/dist/material/FTextField/FTextField.d.ts +26 -0
  88. package/dist/material/FTextField/index.d.ts +1 -0
  89. package/dist/material/FTimelineComponents/FTimeline/FTimeline.d.ts +10 -0
  90. package/dist/material/FTimelineComponents/FTimeline/index.d.ts +1 -0
  91. package/dist/material/FTimelineComponents/FTimelineCard/FTimelineCard.d.ts +10 -0
  92. package/dist/material/FTimelineComponents/FTimelineCard/index.d.ts +1 -0
  93. package/dist/material/SelectComponents/FSelect/FSelect.d.ts +21 -0
  94. package/dist/material/SelectComponents/FSelect/index.d.ts +1 -0
  95. package/dist/material/SelectComponents/FSelectItem/FSelectItem.d.ts +13 -0
  96. package/dist/material/SelectComponents/FSelectItem/index.d.ts +1 -0
  97. package/dist/material/TableComponents/FTable/FTable.d.ts +12 -0
  98. package/dist/material/TableComponents/FTable/index.d.ts +1 -0
  99. package/dist/material/TableComponents/FTableBody/FTableBody.d.ts +10 -0
  100. package/dist/material/TableComponents/FTableBody/index.d.ts +1 -0
  101. package/dist/material/TableComponents/FTableDataCell/FTableDataCell.d.ts +14 -0
  102. package/dist/material/TableComponents/FTableDataCell/index.d.ts +1 -0
  103. package/dist/material/TableComponents/FTableFooter/FTableFooter.d.ts +10 -0
  104. package/dist/material/TableComponents/FTableFooter/index.d.ts +1 -0
  105. package/dist/material/TableComponents/FTableHead/FTableHead.d.ts +10 -0
  106. package/dist/material/TableComponents/FTableHead/index.d.ts +1 -0
  107. package/dist/material/TableComponents/FTableHeaderCell/FTableHeaderCell.d.ts +12 -0
  108. package/dist/material/TableComponents/FTableHeaderCell/index.d.ts +1 -0
  109. package/dist/material/TableComponents/FTableRow/FTableRow.d.ts +10 -0
  110. package/dist/material/TableComponents/FTableRow/index.d.ts +1 -0
  111. package/dist/material/Tabs/FTab/FTab.d.ts +13 -0
  112. package/dist/material/Tabs/FTabs/FTabs.d.ts +10 -0
  113. package/dist/material/index.d.ts +41 -0
  114. package/package.json +10 -3
  115. package/.storybook/main.ts +0 -19
  116. package/.storybook/preview.ts +0 -15
  117. package/bun.lockb +0 -0
  118. package/public/favicon.ico +0 -0
  119. package/public/index.html +0 -43
  120. package/public/logo192.png +0 -0
  121. package/public/logo512.png +0 -0
  122. package/public/manifest.json +0 -25
  123. package/public/robots.txt +0 -3
  124. package/rollup.config.js +0 -33
  125. package/src/function-elements/fAlert/fAlert.css +0 -99
  126. package/src/function-elements/fAlert/fAlert.ts +0 -66
  127. package/src/function-elements/fAlert/index.tsx +0 -1
  128. package/src/function-elements/fConfirm/fConfirm.css +0 -80
  129. package/src/function-elements/fConfirm/fConfirm.ts +0 -66
  130. package/src/function-elements/fConfirm/index.tsx +0 -1
  131. package/src/function-elements/fPrompt/fPrompt.css +0 -85
  132. package/src/function-elements/fPrompt/fPrompt.ts +0 -77
  133. package/src/function-elements/fPrompt/index.tsx +0 -1
  134. package/src/function-elements/index.ts +0 -3
  135. package/src/icons/FArrowIcon/FArrowIcon.tsx +0 -50
  136. package/src/icons/FArrowIcon/index.ts +0 -1
  137. package/src/icons/FCheckIcon/FCheckIcon.tsx +0 -37
  138. package/src/icons/FCheckIcon/index.ts +0 -1
  139. package/src/icons/FCloseIcon/FCloseIcon.tsx +0 -28
  140. package/src/icons/FCloseIcon/index.ts +0 -1
  141. package/src/icons/FCopyAddIcon/FCopyAdd.tsx +0 -30
  142. package/src/icons/FDownloadIcon/FDownloadIcon.tsx +0 -29
  143. package/src/icons/FDownloadIcon/index.ts +0 -1
  144. package/src/icons/FFilterIcon/FFilterIcon.tsx +0 -28
  145. package/src/icons/FFilterIcon/index.ts +0 -1
  146. package/src/icons/FListIcon/FListIcon.tsx +0 -38
  147. package/src/icons/FListIcon/index.ts +0 -1
  148. package/src/icons/FLoadIcon/FLoadIcon.tsx +0 -61
  149. package/src/icons/FLoadIcon/FLoadIconCss.css +0 -48
  150. package/src/icons/FLoadIcon/index.ts +0 -1
  151. package/src/icons/FPenIcon/FPenIcon.tsx +0 -29
  152. package/src/icons/FPenIcon/index.ts +0 -1
  153. package/src/icons/FPlusIcon/FPlusIcon.tsx +0 -39
  154. package/src/icons/FPlusIcon/index.ts +0 -1
  155. package/src/icons/FTrashIcon/FTrashIcon.tsx +0 -40
  156. package/src/icons/FTrashIcon/index.ts +0 -1
  157. package/src/icons/FUnlinkIcon/FUnlinkIcon.tsx +0 -38
  158. package/src/icons/index.ts +0 -12
  159. package/src/material/Dialog/FDialog/FDialog.tsx +0 -61
  160. package/src/material/Dialog/FDialog/index.ts +0 -1
  161. package/src/material/Dialog/FDialogBody/FDialogBody.tsx +0 -43
  162. package/src/material/Dialog/FDialogBody/index.ts +0 -1
  163. package/src/material/Dialog/FDialogFooter/FDialogFooter.tsx +0 -26
  164. package/src/material/Dialog/FDialogFooter/index.ts +0 -1
  165. package/src/material/Dialog/FDialogHeader/FDialogHeader.tsx +0 -40
  166. package/src/material/Dialog/FDialogHeader/index.ts +0 -1
  167. package/src/material/Dialog/style/style.css +0 -73
  168. package/src/material/Dropdown/FDropdown/FDropdown.tsx +0 -60
  169. package/src/material/Dropdown/FDropdownItem/FDropdownItem.tsx +0 -35
  170. package/src/material/Dropdown/statick/FDropdown.css +0 -68
  171. package/src/material/Dropdown/statick/down-arrow.png +0 -0
  172. package/src/material/FAccordion/FAccordion.css +0 -80
  173. package/src/material/FAccordion/FAccordion.tsx +0 -37
  174. package/src/material/FAccordion/index.ts +0 -1
  175. package/src/material/FAlert/FAlert.css +0 -153
  176. package/src/material/FAlert/FAlert.tsx +0 -226
  177. package/src/material/FAlert/index.ts +0 -1
  178. package/src/material/FButton/FButton.css +0 -50
  179. package/src/material/FButton/FButton.tsx +0 -69
  180. package/src/material/FButton/index.ts +0 -1
  181. package/src/material/FButtonFile/FButtonFile.css +0 -180
  182. package/src/material/FButtonFile/FButtonFile.tsx +0 -157
  183. package/src/material/FButtonFile/index.ts +0 -1
  184. package/src/material/FCheckbox/Checkbox.css +0 -57
  185. package/src/material/FCheckbox/FCheckbox.tsx +0 -45
  186. package/src/material/FCheckbox/index.ts +0 -1
  187. package/src/material/FContainer/FContainer.css +0 -165
  188. package/src/material/FContainer/FContainer.tsx +0 -33
  189. package/src/material/FContainer/index.ts +0 -1
  190. package/src/material/FFile/FFile.css +0 -0
  191. package/src/material/FFile/FFile.tsx +0 -46
  192. package/src/material/FFile/index.ts +0 -1
  193. package/src/material/FFullDateField/FFullDateField.tsx +0 -137
  194. package/src/material/FFullDateField/index.ts +0 -1
  195. package/src/material/FGrid/FGrid.css +0 -179
  196. package/src/material/FGrid/FGrid.tsx +0 -76
  197. package/src/material/FGrid/css/bootstrap-theme.css +0 -589
  198. package/src/material/FGrid/css/bootstrap-theme.min.css +0 -7
  199. package/src/material/FGrid/css/bootstrap.css +0 -1020
  200. package/src/material/FGrid/css/bootstrap.min.css +0 -7
  201. package/src/material/FGrid/index.ts +0 -1
  202. package/src/material/FInputFileForm/FInputFileForm.css +0 -95
  203. package/src/material/FInputFileForm/FInputFileForm.tsx +0 -147
  204. package/src/material/FInputFileForm/index.ts +0 -1
  205. package/src/material/FNative/FNative.css +0 -41
  206. package/src/material/FNative/FNative.tsx +0 -97
  207. package/src/material/FNative/index.ts +0 -1
  208. package/src/material/FOpenImgFull/FOpenImgFull.css +0 -10
  209. package/src/material/FOpenImgFull/FOpenImgFull.tsx +0 -109
  210. package/src/material/FOpenImgFull/index.ts +0 -1
  211. package/src/material/FOpenImgFull/statick/1.png +0 -0
  212. package/src/material/FOpenImgFull/statick/3.png +0 -0
  213. package/src/material/FOpenImgFull/statick/OKrG1rmJMps.jpg +0 -0
  214. package/src/material/FPagination/FPagination.css +0 -59
  215. package/src/material/FPagination/FPagination.tsx +0 -90
  216. package/src/material/FPagination/hooks/usePagination.tsx +0 -69
  217. package/src/material/FPagination/index.ts +0 -1
  218. package/src/material/FPaper/FPaper.css +0 -61
  219. package/src/material/FPaper/FPaper.tsx +0 -62
  220. package/src/material/FPaper/index.ts +0 -1
  221. package/src/material/FPreloader/FPreloader.css +0 -21
  222. package/src/material/FPreloader/FPreloader.tsx +0 -49
  223. package/src/material/FPreloader/index.ts +0 -1
  224. package/src/material/FProgress/FProgress.css +0 -9
  225. package/src/material/FProgress/FProgress.tsx +0 -41
  226. package/src/material/FProgress/index.ts +0 -1
  227. package/src/material/FRadioButton/FRadioButton.tsx +0 -43
  228. package/src/material/FRadioButton/RadioButton.css +0 -58
  229. package/src/material/FRadioButton/index.ts +0 -1
  230. package/src/material/FSearchBox/FSearchBox.css +0 -11
  231. package/src/material/FSearchBox/FSearchBox.tsx +0 -184
  232. package/src/material/FSelectSearchDb/FSelectSearchDb.css +0 -83
  233. package/src/material/FSelectSearchDb/FSelectSearchDb.tsx +0 -196
  234. package/src/material/FSelectSearchDb/index.ts +0 -1
  235. package/src/material/FStack/FStack.css +0 -3
  236. package/src/material/FStack/FStack.tsx +0 -55
  237. package/src/material/FStack/index.ts +0 -1
  238. package/src/material/FTextArea/FTextArea.tsx +0 -124
  239. package/src/material/FTextArea/index.ts +0 -1
  240. package/src/material/FTextField/FTextField.css +0 -95
  241. package/src/material/FTextField/FTextField.tsx +0 -163
  242. package/src/material/FTextField/index.ts +0 -1
  243. package/src/material/FTimelineComponents/FTimeline/FTimeline.css +0 -82
  244. package/src/material/FTimelineComponents/FTimeline/FTimeline.tsx +0 -28
  245. package/src/material/FTimelineComponents/FTimeline/index.ts +0 -1
  246. package/src/material/FTimelineComponents/FTimelineCard/FTimelineCard.tsx +0 -31
  247. package/src/material/FTimelineComponents/FTimelineCard/index.ts +0 -1
  248. package/src/material/SelectComponents/FSelect/FSelect.css +0 -0
  249. package/src/material/SelectComponents/FSelect/FSelect.tsx +0 -121
  250. package/src/material/SelectComponents/FSelect/index.ts +0 -1
  251. package/src/material/SelectComponents/FSelectItem/FSelectItem.tsx +0 -42
  252. package/src/material/SelectComponents/FSelectItem/index.ts +0 -1
  253. package/src/material/TableComponents/FTable/FTable.css +0 -62
  254. package/src/material/TableComponents/FTable/FTable.tsx +0 -39
  255. package/src/material/TableComponents/FTable/index.ts +0 -1
  256. package/src/material/TableComponents/FTableBody/FTableBody.tsx +0 -28
  257. package/src/material/TableComponents/FTableBody/index.ts +0 -1
  258. package/src/material/TableComponents/FTableDataCell/FTableDataCell.tsx +0 -45
  259. package/src/material/TableComponents/FTableDataCell/index.ts +0 -1
  260. package/src/material/TableComponents/FTableFooter/FTableFooter.tsx +0 -29
  261. package/src/material/TableComponents/FTableFooter/index.ts +0 -1
  262. package/src/material/TableComponents/FTableHead/FTableHead.tsx +0 -28
  263. package/src/material/TableComponents/FTableHead/index.ts +0 -1
  264. package/src/material/TableComponents/FTableHeaderCell/FTableHeaderCell.tsx +0 -39
  265. package/src/material/TableComponents/FTableHeaderCell/index.ts +0 -1
  266. package/src/material/TableComponents/FTableRow/FTableRow.tsx +0 -28
  267. package/src/material/TableComponents/FTableRow/index.ts +0 -1
  268. package/src/material/Tabs/FTab/FTab.tsx +0 -39
  269. package/src/material/Tabs/FTabs/FTabs.tsx +0 -27
  270. package/src/material/Tabs/styles/FTabs.css +0 -49
  271. package/src/material/index.ts +0 -60
  272. package/src/material/statick/Colors.css +0 -87
  273. package/src/material/statick/index.css +0 -7
  274. package/tsconfig.json +0 -21
  275. /package/{src/icons/FCopyAddIcon/index.ts → dist/icons/FCopyAddIcon/index.d.ts} +0 -0
  276. /package/{src/icons/FUnlinkIcon/index.ts → dist/icons/FUnlinkIcon/index.d.ts} +0 -0
  277. /package/{src/index.ts → dist/index.d.ts} +0 -0
  278. /package/{src/material/Dropdown/FDropdown/index.ts → dist/material/Dropdown/FDropdown/index.d.ts} +0 -0
  279. /package/{src/material/Dropdown/FDropdownItem/index.ts → dist/material/Dropdown/FDropdownItem/index.d.ts} +0 -0
  280. /package/{src/material/FSearchBox/index.ts → dist/material/FSearchBox/index.d.ts} +0 -0
  281. /package/{src/material/Tabs/FTab/index.ts → dist/material/Tabs/FTab/index.d.ts} +0 -0
  282. /package/{src/material/Tabs/FTabs/index.ts → dist/material/Tabs/FTabs/index.d.ts} +0 -0
@@ -1,1020 +0,0 @@
1
- /*!
2
- * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
3
- */
4
- /*!
5
- * Bootstrap v3.4.1 (https://getbootstrap.com/)
6
- * Copyright 2011-2019 Twitter, Inc.
7
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
8
- */
9
- /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
10
- html {
11
- font-family: sans-serif;
12
- -ms-text-size-adjust: 100%;
13
- -webkit-text-size-adjust: 100%;
14
- }
15
- body {
16
- margin: 0;
17
- }
18
- article,
19
- aside,
20
- details,
21
- figcaption,
22
- figure,
23
- footer,
24
- header,
25
- hgroup,
26
- main,
27
- menu,
28
- nav,
29
- section,
30
- summary {
31
- display: block;
32
- }
33
- audio,
34
- canvas,
35
- progress,
36
- video {
37
- display: inline-block;
38
- vertical-align: baseline;
39
- }
40
- audio:not([controls]) {
41
- display: none;
42
- height: 0;
43
- }
44
- [hidden],
45
- template {
46
- display: none;
47
- }
48
- a {
49
- background-color: transparent;
50
- }
51
- a:active,
52
- a:hover {
53
- outline: 0;
54
- }
55
- abbr[title] {
56
- border-bottom: none;
57
- text-decoration: underline;
58
- text-decoration: underline dotted;
59
- }
60
- b,
61
- strong {
62
- font-weight: bold;
63
- }
64
- dfn {
65
- font-style: italic;
66
- }
67
- h1 {
68
- font-size: 2em;
69
- margin: 0.67em 0;
70
- }
71
- mark {
72
- background: #ff0;
73
- color: #000;
74
- }
75
- small {
76
- font-size: 80%;
77
- }
78
- sub,
79
- sup {
80
- font-size: 75%;
81
- line-height: 0;
82
- position: relative;
83
- vertical-align: baseline;
84
- }
85
- sup {
86
- top: -0.5em;
87
- }
88
- sub {
89
- bottom: -0.25em;
90
- }
91
- img {
92
- border: 0;
93
- }
94
- svg:not(:root) {
95
- overflow: hidden;
96
- }
97
- figure {
98
- margin: 1em 40px;
99
- }
100
- hr {
101
- -webkit-box-sizing: content-box;
102
- -moz-box-sizing: content-box;
103
- box-sizing: content-box;
104
- height: 0;
105
- }
106
- pre {
107
- overflow: auto;
108
- }
109
- code,
110
- kbd,
111
- pre,
112
- samp {
113
- font-family: monospace, monospace;
114
- font-size: 1em;
115
- }
116
- button,
117
- input,
118
- optgroup,
119
- select,
120
- textarea {
121
- color: inherit;
122
- font: inherit;
123
- margin: 0;
124
- }
125
- button {
126
- overflow: visible;
127
- }
128
- button,
129
- select {
130
- text-transform: none;
131
- }
132
- button,
133
- html input[type="button"],
134
- input[type="reset"],
135
- input[type="submit"] {
136
- -webkit-appearance: button;
137
- cursor: pointer;
138
- }
139
- button[disabled],
140
- html input[disabled] {
141
- cursor: default;
142
- }
143
- button::-moz-focus-inner,
144
- input::-moz-focus-inner {
145
- border: 0;
146
- padding: 0;
147
- }
148
- input {
149
- line-height: normal;
150
- }
151
- input[type="checkbox"],
152
- input[type="radio"] {
153
- -webkit-box-sizing: border-box;
154
- -moz-box-sizing: border-box;
155
- box-sizing: border-box;
156
- padding: 0;
157
- }
158
- input[type="number"]::-webkit-inner-spin-button,
159
- input[type="number"]::-webkit-outer-spin-button {
160
- height: auto;
161
- }
162
- input[type="search"] {
163
- -webkit-appearance: textfield;
164
- -webkit-box-sizing: content-box;
165
- -moz-box-sizing: content-box;
166
- box-sizing: content-box;
167
- }
168
- input[type="search"]::-webkit-search-cancel-button,
169
- input[type="search"]::-webkit-search-decoration {
170
- -webkit-appearance: none;
171
- }
172
- fieldset {
173
- border: 1px solid #c0c0c0;
174
- margin: 0 2px;
175
- padding: 0.35em 0.625em 0.75em;
176
- }
177
- legend {
178
- border: 0;
179
- padding: 0;
180
- }
181
- textarea {
182
- overflow: auto;
183
- }
184
- optgroup {
185
- font-weight: bold;
186
- }
187
- table {
188
- border-collapse: collapse;
189
- border-spacing: 0;
190
- }
191
- td,
192
- th {
193
- padding: 0;
194
- }
195
- * {
196
- -webkit-box-sizing: border-box;
197
- -moz-box-sizing: border-box;
198
- box-sizing: border-box;
199
- }
200
- *:before,
201
- *:after {
202
- -webkit-box-sizing: border-box;
203
- -moz-box-sizing: border-box;
204
- box-sizing: border-box;
205
- }
206
- html {
207
- font-size: 10px;
208
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
209
- }
210
- body {
211
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
212
- font-size: 14px;
213
- line-height: 1.42857143;
214
- color: #333333;
215
- background-color: #ffffff;
216
- }
217
- input,
218
- button,
219
- select,
220
- textarea {
221
- font-family: inherit;
222
- font-size: inherit;
223
- line-height: inherit;
224
- }
225
- a {
226
- color: #337ab7;
227
- text-decoration: none;
228
- }
229
- a:hover,
230
- a:focus {
231
- color: #23527c;
232
- text-decoration: underline;
233
- }
234
- a:focus {
235
- outline: 5px auto -webkit-focus-ring-color;
236
- outline-offset: -2px;
237
- }
238
- figure {
239
- margin: 0;
240
- }
241
- img {
242
- vertical-align: middle;
243
- }
244
- .img-responsive {
245
- display: block;
246
- max-width: 100%;
247
- height: auto;
248
- }
249
- .img-rounded {
250
- border-radius: 6px;
251
- }
252
- .img-thumbnail {
253
- padding: 4px;
254
- line-height: 1.42857143;
255
- background-color: #ffffff;
256
- border: 1px solid #dddddd;
257
- border-radius: 4px;
258
- -webkit-transition: all 0.2s ease-in-out;
259
- -o-transition: all 0.2s ease-in-out;
260
- transition: all 0.2s ease-in-out;
261
- display: inline-block;
262
- max-width: 100%;
263
- height: auto;
264
- }
265
- .img-circle {
266
- border-radius: 50%;
267
- }
268
- hr {
269
- margin-top: 20px;
270
- margin-bottom: 20px;
271
- border: 0;
272
- border-top: 1px solid #eeeeee;
273
- }
274
- .sr-only {
275
- position: absolute;
276
- width: 1px;
277
- height: 1px;
278
- padding: 0;
279
- margin: -1px;
280
- overflow: hidden;
281
- clip: rect(0, 0, 0, 0);
282
- border: 0;
283
- }
284
- .sr-only-focusable:active,
285
- .sr-only-focusable:focus {
286
- position: static;
287
- width: auto;
288
- height: auto;
289
- margin: 0;
290
- overflow: visible;
291
- clip: auto;
292
- }
293
- [role="button"] {
294
- cursor: pointer;
295
- }
296
- .container {
297
- padding-right: 15px;
298
- padding-left: 15px;
299
- margin-right: auto;
300
- margin-left: auto;
301
- }
302
- @media (min-width: 768px) {
303
- .container {
304
- width: 750px;
305
- }
306
- }
307
- @media (min-width: 992px) {
308
- .container {
309
- width: 970px;
310
- }
311
- }
312
- @media (min-width: 1200px) {
313
- .container {
314
- width: 1170px;
315
- }
316
- }
317
- .container-fluid {
318
- padding-right: 15px;
319
- padding-left: 15px;
320
- margin-right: auto;
321
- margin-left: auto;
322
- }
323
- .row {
324
- margin-right: -15px;
325
- margin-left: -15px;
326
- }
327
- .row-no-gutters {
328
- margin-right: 0;
329
- margin-left: 0;
330
- }
331
- .row-no-gutters [class*="col-"] {
332
- padding-right: 0;
333
- padding-left: 0;
334
- }
335
- .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
336
- position: relative;
337
- min-height: 1px;
338
- padding-right: 15px;
339
- padding-left: 15px;
340
- }
341
- .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
342
- float: left;
343
- }
344
- .col-xs-12 {
345
- width: 100%;
346
- }
347
- .col-xs-11 {
348
- width: 91.66666667%;
349
- }
350
- .col-xs-10 {
351
- width: 83.33333333%;
352
- }
353
- .col-xs-9 {
354
- width: 75%;
355
- }
356
- .col-xs-8 {
357
- width: 66.66666667%;
358
- }
359
- .col-xs-7 {
360
- width: 58.33333333%;
361
- }
362
- .col-xs-6 {
363
- width: 50%;
364
- }
365
- .col-xs-5 {
366
- width: 41.66666667%;
367
- }
368
- .col-xs-4 {
369
- width: 33.33333333%;
370
- }
371
- .col-xs-3 {
372
- width: 25%;
373
- }
374
- .col-xs-2 {
375
- width: 16.66666667%;
376
- }
377
- .col-xs-1 {
378
- width: 8.33333333%;
379
- }
380
- .col-xs-pull-12 {
381
- right: 100%;
382
- }
383
- .col-xs-pull-11 {
384
- right: 91.66666667%;
385
- }
386
- .col-xs-pull-10 {
387
- right: 83.33333333%;
388
- }
389
- .col-xs-pull-9 {
390
- right: 75%;
391
- }
392
- .col-xs-pull-8 {
393
- right: 66.66666667%;
394
- }
395
- .col-xs-pull-7 {
396
- right: 58.33333333%;
397
- }
398
- .col-xs-pull-6 {
399
- right: 50%;
400
- }
401
- .col-xs-pull-5 {
402
- right: 41.66666667%;
403
- }
404
- .col-xs-pull-4 {
405
- right: 33.33333333%;
406
- }
407
- .col-xs-pull-3 {
408
- right: 25%;
409
- }
410
- .col-xs-pull-2 {
411
- right: 16.66666667%;
412
- }
413
- .col-xs-pull-1 {
414
- right: 8.33333333%;
415
- }
416
- .col-xs-pull-0 {
417
- right: auto;
418
- }
419
- .col-xs-push-12 {
420
- left: 100%;
421
- }
422
- .col-xs-push-11 {
423
- left: 91.66666667%;
424
- }
425
- .col-xs-push-10 {
426
- left: 83.33333333%;
427
- }
428
- .col-xs-push-9 {
429
- left: 75%;
430
- }
431
- .col-xs-push-8 {
432
- left: 66.66666667%;
433
- }
434
- .col-xs-push-7 {
435
- left: 58.33333333%;
436
- }
437
- .col-xs-push-6 {
438
- left: 50%;
439
- }
440
- .col-xs-push-5 {
441
- left: 41.66666667%;
442
- }
443
- .col-xs-push-4 {
444
- left: 33.33333333%;
445
- }
446
- .col-xs-push-3 {
447
- left: 25%;
448
- }
449
- .col-xs-push-2 {
450
- left: 16.66666667%;
451
- }
452
- .col-xs-push-1 {
453
- left: 8.33333333%;
454
- }
455
- .col-xs-push-0 {
456
- left: auto;
457
- }
458
- .col-xs-offset-12 {
459
- margin-left: 100%;
460
- }
461
- .col-xs-offset-11 {
462
- margin-left: 91.66666667%;
463
- }
464
- .col-xs-offset-10 {
465
- margin-left: 83.33333333%;
466
- }
467
- .col-xs-offset-9 {
468
- margin-left: 75%;
469
- }
470
- .col-xs-offset-8 {
471
- margin-left: 66.66666667%;
472
- }
473
- .col-xs-offset-7 {
474
- margin-left: 58.33333333%;
475
- }
476
- .col-xs-offset-6 {
477
- margin-left: 50%;
478
- }
479
- .col-xs-offset-5 {
480
- margin-left: 41.66666667%;
481
- }
482
- .col-xs-offset-4 {
483
- margin-left: 33.33333333%;
484
- }
485
- .col-xs-offset-3 {
486
- margin-left: 25%;
487
- }
488
- .col-xs-offset-2 {
489
- margin-left: 16.66666667%;
490
- }
491
- .col-xs-offset-1 {
492
- margin-left: 8.33333333%;
493
- }
494
- .col-xs-offset-0 {
495
- margin-left: 0%;
496
- }
497
- @media (min-width: 768px) {
498
- .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 {
499
- float: left;
500
- }
501
- .col-sm-12 {
502
- width: 100%;
503
- }
504
- .col-sm-11 {
505
- width: 91.66666667%;
506
- }
507
- .col-sm-10 {
508
- width: 83.33333333%;
509
- }
510
- .col-sm-9 {
511
- width: 75%;
512
- }
513
- .col-sm-8 {
514
- width: 66.66666667%;
515
- }
516
- .col-sm-7 {
517
- width: 58.33333333%;
518
- }
519
- .col-sm-6 {
520
- width: 50%;
521
- }
522
- .col-sm-5 {
523
- width: 41.66666667%;
524
- }
525
- .col-sm-4 {
526
- width: 33.33333333%;
527
- }
528
- .col-sm-3 {
529
- width: 25%;
530
- }
531
- .col-sm-2 {
532
- width: 16.66666667%;
533
- }
534
- .col-sm-1 {
535
- width: 8.33333333%;
536
- }
537
- .col-sm-pull-12 {
538
- right: 100%;
539
- }
540
- .col-sm-pull-11 {
541
- right: 91.66666667%;
542
- }
543
- .col-sm-pull-10 {
544
- right: 83.33333333%;
545
- }
546
- .col-sm-pull-9 {
547
- right: 75%;
548
- }
549
- .col-sm-pull-8 {
550
- right: 66.66666667%;
551
- }
552
- .col-sm-pull-7 {
553
- right: 58.33333333%;
554
- }
555
- .col-sm-pull-6 {
556
- right: 50%;
557
- }
558
- .col-sm-pull-5 {
559
- right: 41.66666667%;
560
- }
561
- .col-sm-pull-4 {
562
- right: 33.33333333%;
563
- }
564
- .col-sm-pull-3 {
565
- right: 25%;
566
- }
567
- .col-sm-pull-2 {
568
- right: 16.66666667%;
569
- }
570
- .col-sm-pull-1 {
571
- right: 8.33333333%;
572
- }
573
- .col-sm-pull-0 {
574
- right: auto;
575
- }
576
- .col-sm-push-12 {
577
- left: 100%;
578
- }
579
- .col-sm-push-11 {
580
- left: 91.66666667%;
581
- }
582
- .col-sm-push-10 {
583
- left: 83.33333333%;
584
- }
585
- .col-sm-push-9 {
586
- left: 75%;
587
- }
588
- .col-sm-push-8 {
589
- left: 66.66666667%;
590
- }
591
- .col-sm-push-7 {
592
- left: 58.33333333%;
593
- }
594
- .col-sm-push-6 {
595
- left: 50%;
596
- }
597
- .col-sm-push-5 {
598
- left: 41.66666667%;
599
- }
600
- .col-sm-push-4 {
601
- left: 33.33333333%;
602
- }
603
- .col-sm-push-3 {
604
- left: 25%;
605
- }
606
- .col-sm-push-2 {
607
- left: 16.66666667%;
608
- }
609
- .col-sm-push-1 {
610
- left: 8.33333333%;
611
- }
612
- .col-sm-push-0 {
613
- left: auto;
614
- }
615
- .col-sm-offset-12 {
616
- margin-left: 100%;
617
- }
618
- .col-sm-offset-11 {
619
- margin-left: 91.66666667%;
620
- }
621
- .col-sm-offset-10 {
622
- margin-left: 83.33333333%;
623
- }
624
- .col-sm-offset-9 {
625
- margin-left: 75%;
626
- }
627
- .col-sm-offset-8 {
628
- margin-left: 66.66666667%;
629
- }
630
- .col-sm-offset-7 {
631
- margin-left: 58.33333333%;
632
- }
633
- .col-sm-offset-6 {
634
- margin-left: 50%;
635
- }
636
- .col-sm-offset-5 {
637
- margin-left: 41.66666667%;
638
- }
639
- .col-sm-offset-4 {
640
- margin-left: 33.33333333%;
641
- }
642
- .col-sm-offset-3 {
643
- margin-left: 25%;
644
- }
645
- .col-sm-offset-2 {
646
- margin-left: 16.66666667%;
647
- }
648
- .col-sm-offset-1 {
649
- margin-left: 8.33333333%;
650
- }
651
- .col-sm-offset-0 {
652
- margin-left: 0%;
653
- }
654
- }
655
- @media (min-width: 992px) {
656
- .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 {
657
- float: left;
658
- }
659
- .col-md-12 {
660
- width: 100%;
661
- }
662
- .col-md-11 {
663
- width: 91.66666667%;
664
- }
665
- .col-md-10 {
666
- width: 83.33333333%;
667
- }
668
- .col-md-9 {
669
- width: 75%;
670
- }
671
- .col-md-8 {
672
- width: 66.66666667%;
673
- }
674
- .col-md-7 {
675
- width: 58.33333333%;
676
- }
677
- .col-md-6 {
678
- width: 50%;
679
- }
680
- .col-md-5 {
681
- width: 41.66666667%;
682
- }
683
- .col-md-4 {
684
- width: 33.33333333%;
685
- }
686
- .col-md-3 {
687
- width: 25%;
688
- }
689
- .col-md-2 {
690
- width: 16.66666667%;
691
- }
692
- .col-md-1 {
693
- width: 8.33333333%;
694
- }
695
- .col-md-pull-12 {
696
- right: 100%;
697
- }
698
- .col-md-pull-11 {
699
- right: 91.66666667%;
700
- }
701
- .col-md-pull-10 {
702
- right: 83.33333333%;
703
- }
704
- .col-md-pull-9 {
705
- right: 75%;
706
- }
707
- .col-md-pull-8 {
708
- right: 66.66666667%;
709
- }
710
- .col-md-pull-7 {
711
- right: 58.33333333%;
712
- }
713
- .col-md-pull-6 {
714
- right: 50%;
715
- }
716
- .col-md-pull-5 {
717
- right: 41.66666667%;
718
- }
719
- .col-md-pull-4 {
720
- right: 33.33333333%;
721
- }
722
- .col-md-pull-3 {
723
- right: 25%;
724
- }
725
- .col-md-pull-2 {
726
- right: 16.66666667%;
727
- }
728
- .col-md-pull-1 {
729
- right: 8.33333333%;
730
- }
731
- .col-md-pull-0 {
732
- right: auto;
733
- }
734
- .col-md-push-12 {
735
- left: 100%;
736
- }
737
- .col-md-push-11 {
738
- left: 91.66666667%;
739
- }
740
- .col-md-push-10 {
741
- left: 83.33333333%;
742
- }
743
- .col-md-push-9 {
744
- left: 75%;
745
- }
746
- .col-md-push-8 {
747
- left: 66.66666667%;
748
- }
749
- .col-md-push-7 {
750
- left: 58.33333333%;
751
- }
752
- .col-md-push-6 {
753
- left: 50%;
754
- }
755
- .col-md-push-5 {
756
- left: 41.66666667%;
757
- }
758
- .col-md-push-4 {
759
- left: 33.33333333%;
760
- }
761
- .col-md-push-3 {
762
- left: 25%;
763
- }
764
- .col-md-push-2 {
765
- left: 16.66666667%;
766
- }
767
- .col-md-push-1 {
768
- left: 8.33333333%;
769
- }
770
- .col-md-push-0 {
771
- left: auto;
772
- }
773
- .col-md-offset-12 {
774
- margin-left: 100%;
775
- }
776
- .col-md-offset-11 {
777
- margin-left: 91.66666667%;
778
- }
779
- .col-md-offset-10 {
780
- margin-left: 83.33333333%;
781
- }
782
- .col-md-offset-9 {
783
- margin-left: 75%;
784
- }
785
- .col-md-offset-8 {
786
- margin-left: 66.66666667%;
787
- }
788
- .col-md-offset-7 {
789
- margin-left: 58.33333333%;
790
- }
791
- .col-md-offset-6 {
792
- margin-left: 50%;
793
- }
794
- .col-md-offset-5 {
795
- margin-left: 41.66666667%;
796
- }
797
- .col-md-offset-4 {
798
- margin-left: 33.33333333%;
799
- }
800
- .col-md-offset-3 {
801
- margin-left: 25%;
802
- }
803
- .col-md-offset-2 {
804
- margin-left: 16.66666667%;
805
- }
806
- .col-md-offset-1 {
807
- margin-left: 8.33333333%;
808
- }
809
- .col-md-offset-0 {
810
- margin-left: 0%;
811
- }
812
- }
813
- @media (min-width: 1200px) {
814
- .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 {
815
- float: left;
816
- }
817
- .col-lg-12 {
818
- width: 100%;
819
- }
820
- .col-lg-11 {
821
- width: 91.66666667%;
822
- }
823
- .col-lg-10 {
824
- width: 83.33333333%;
825
- }
826
- .col-lg-9 {
827
- width: 75%;
828
- }
829
- .col-lg-8 {
830
- width: 66.66666667%;
831
- }
832
- .col-lg-7 {
833
- width: 58.33333333%;
834
- }
835
- .col-lg-6 {
836
- width: 50%;
837
- }
838
- .col-lg-5 {
839
- width: 41.66666667%;
840
- }
841
- .col-lg-4 {
842
- width: 33.33333333%;
843
- }
844
- .col-lg-3 {
845
- width: 25%;
846
- }
847
- .col-lg-2 {
848
- width: 16.66666667%;
849
- }
850
- .col-lg-1 {
851
- width: 8.33333333%;
852
- }
853
- .col-lg-pull-12 {
854
- right: 100%;
855
- }
856
- .col-lg-pull-11 {
857
- right: 91.66666667%;
858
- }
859
- .col-lg-pull-10 {
860
- right: 83.33333333%;
861
- }
862
- .col-lg-pull-9 {
863
- right: 75%;
864
- }
865
- .col-lg-pull-8 {
866
- right: 66.66666667%;
867
- }
868
- .col-lg-pull-7 {
869
- right: 58.33333333%;
870
- }
871
- .col-lg-pull-6 {
872
- right: 50%;
873
- }
874
- .col-lg-pull-5 {
875
- right: 41.66666667%;
876
- }
877
- .col-lg-pull-4 {
878
- right: 33.33333333%;
879
- }
880
- .col-lg-pull-3 {
881
- right: 25%;
882
- }
883
- .col-lg-pull-2 {
884
- right: 16.66666667%;
885
- }
886
- .col-lg-pull-1 {
887
- right: 8.33333333%;
888
- }
889
- .col-lg-pull-0 {
890
- right: auto;
891
- }
892
- .col-lg-push-12 {
893
- left: 100%;
894
- }
895
- .col-lg-push-11 {
896
- left: 91.66666667%;
897
- }
898
- .col-lg-push-10 {
899
- left: 83.33333333%;
900
- }
901
- .col-lg-push-9 {
902
- left: 75%;
903
- }
904
- .col-lg-push-8 {
905
- left: 66.66666667%;
906
- }
907
- .col-lg-push-7 {
908
- left: 58.33333333%;
909
- }
910
- .col-lg-push-6 {
911
- left: 50%;
912
- }
913
- .col-lg-push-5 {
914
- left: 41.66666667%;
915
- }
916
- .col-lg-push-4 {
917
- left: 33.33333333%;
918
- }
919
- .col-lg-push-3 {
920
- left: 25%;
921
- }
922
- .col-lg-push-2 {
923
- left: 16.66666667%;
924
- }
925
- .col-lg-push-1 {
926
- left: 8.33333333%;
927
- }
928
- .col-lg-push-0 {
929
- left: auto;
930
- }
931
- .col-lg-offset-12 {
932
- margin-left: 100%;
933
- }
934
- .col-lg-offset-11 {
935
- margin-left: 91.66666667%;
936
- }
937
- .col-lg-offset-10 {
938
- margin-left: 83.33333333%;
939
- }
940
- .col-lg-offset-9 {
941
- margin-left: 75%;
942
- }
943
- .col-lg-offset-8 {
944
- margin-left: 66.66666667%;
945
- }
946
- .col-lg-offset-7 {
947
- margin-left: 58.33333333%;
948
- }
949
- .col-lg-offset-6 {
950
- margin-left: 50%;
951
- }
952
- .col-lg-offset-5 {
953
- margin-left: 41.66666667%;
954
- }
955
- .col-lg-offset-4 {
956
- margin-left: 33.33333333%;
957
- }
958
- .col-lg-offset-3 {
959
- margin-left: 25%;
960
- }
961
- .col-lg-offset-2 {
962
- margin-left: 16.66666667%;
963
- }
964
- .col-lg-offset-1 {
965
- margin-left: 8.33333333%;
966
- }
967
- .col-lg-offset-0 {
968
- margin-left: 0%;
969
- }
970
- }
971
- .clearfix:before,
972
- .clearfix:after,
973
- .container:before,
974
- .container:after,
975
- .container-fluid:before,
976
- .container-fluid:after,
977
- .row:before,
978
- .row:after {
979
- display: table;
980
- content: " ";
981
- }
982
- .clearfix:after,
983
- .container:after,
984
- .container-fluid:after,
985
- .row:after {
986
- clear: both;
987
- }
988
- .center-block {
989
- display: block;
990
- margin-right: auto;
991
- margin-left: auto;
992
- }
993
- .pull-right {
994
- float: right !important;
995
- }
996
- .pull-left {
997
- float: left !important;
998
- }
999
- .hide {
1000
- display: none !important;
1001
- }
1002
- .show {
1003
- display: block !important;
1004
- }
1005
- .invisible {
1006
- visibility: hidden;
1007
- }
1008
- .text-hide {
1009
- font: 0/0 a;
1010
- color: transparent;
1011
- text-shadow: none;
1012
- background-color: transparent;
1013
- border: 0;
1014
- }
1015
- .hidden {
1016
- display: none !important;
1017
- }
1018
- .affix {
1019
- position: fixed;
1020
- }