mdkcontroller 1.0.0

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 (126) hide show
  1. package/Cores/file/dk.css +99 -0
  2. package/Cores/file/dk.js +154 -0
  3. package/Cores/file/dk_table.css +63 -0
  4. package/Cores/file/dk_table.js +252 -0
  5. package/Cores/file/error.png +0 -0
  6. package/Cores/file/information.png +0 -0
  7. package/Cores/file/jquery-3.2.1.min.js +4 -0
  8. package/Cores/file/success.png +0 -0
  9. package/Cores/file/warning.png +0 -0
  10. package/Cores/login/css/main.css +462 -0
  11. package/Cores/login/css/util.css +2993 -0
  12. package/Cores/login/fonts/font-awesome-4.7.0/HELP-US-OUT.txt +7 -0
  13. package/Cores/login/fonts/font-awesome-4.7.0/css/font-awesome.css +2337 -0
  14. package/Cores/login/fonts/font-awesome-4.7.0/css/font-awesome.min.css +4 -0
  15. package/Cores/login/fonts/font-awesome-4.7.0/fonts/FontAwesome.otf +0 -0
  16. package/Cores/login/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot +0 -0
  17. package/Cores/login/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg +2671 -0
  18. package/Cores/login/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf +0 -0
  19. package/Cores/login/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff +0 -0
  20. package/Cores/login/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 +0 -0
  21. package/Cores/login/fonts/font-awesome-4.7.0/less/animated.less +34 -0
  22. package/Cores/login/fonts/font-awesome-4.7.0/less/bordered-pulled.less +25 -0
  23. package/Cores/login/fonts/font-awesome-4.7.0/less/core.less +12 -0
  24. package/Cores/login/fonts/font-awesome-4.7.0/less/fixed-width.less +6 -0
  25. package/Cores/login/fonts/font-awesome-4.7.0/less/font-awesome.less +18 -0
  26. package/Cores/login/fonts/font-awesome-4.7.0/less/icons.less +789 -0
  27. package/Cores/login/fonts/font-awesome-4.7.0/less/larger.less +13 -0
  28. package/Cores/login/fonts/font-awesome-4.7.0/less/list.less +19 -0
  29. package/Cores/login/fonts/font-awesome-4.7.0/less/mixins.less +60 -0
  30. package/Cores/login/fonts/font-awesome-4.7.0/less/path.less +15 -0
  31. package/Cores/login/fonts/font-awesome-4.7.0/less/rotated-flipped.less +20 -0
  32. package/Cores/login/fonts/font-awesome-4.7.0/less/screen-reader.less +5 -0
  33. package/Cores/login/fonts/font-awesome-4.7.0/less/stacked.less +20 -0
  34. package/Cores/login/fonts/font-awesome-4.7.0/less/variables.less +800 -0
  35. package/Cores/login/fonts/font-awesome-4.7.0/scss/_animated.scss +34 -0
  36. package/Cores/login/fonts/font-awesome-4.7.0/scss/_bordered-pulled.scss +25 -0
  37. package/Cores/login/fonts/font-awesome-4.7.0/scss/_core.scss +12 -0
  38. package/Cores/login/fonts/font-awesome-4.7.0/scss/_fixed-width.scss +6 -0
  39. package/Cores/login/fonts/font-awesome-4.7.0/scss/_icons.scss +789 -0
  40. package/Cores/login/fonts/font-awesome-4.7.0/scss/_larger.scss +13 -0
  41. package/Cores/login/fonts/font-awesome-4.7.0/scss/_list.scss +19 -0
  42. package/Cores/login/fonts/font-awesome-4.7.0/scss/_mixins.scss +60 -0
  43. package/Cores/login/fonts/font-awesome-4.7.0/scss/_path.scss +15 -0
  44. package/Cores/login/fonts/font-awesome-4.7.0/scss/_rotated-flipped.scss +20 -0
  45. package/Cores/login/fonts/font-awesome-4.7.0/scss/_screen-reader.scss +5 -0
  46. package/Cores/login/fonts/font-awesome-4.7.0/scss/_stacked.scss +20 -0
  47. package/Cores/login/fonts/font-awesome-4.7.0/scss/_variables.scss +800 -0
  48. package/Cores/login/fonts/font-awesome-4.7.0/scss/font-awesome.scss +18 -0
  49. package/Cores/login/fonts/montserrat/Montserrat-Black.ttf +0 -0
  50. package/Cores/login/fonts/montserrat/Montserrat-BlackItalic.ttf +0 -0
  51. package/Cores/login/fonts/montserrat/Montserrat-Bold.ttf +0 -0
  52. package/Cores/login/fonts/montserrat/Montserrat-BoldItalic.ttf +0 -0
  53. package/Cores/login/fonts/montserrat/Montserrat-ExtraBold.ttf +0 -0
  54. package/Cores/login/fonts/montserrat/Montserrat-ExtraBoldItalic.ttf +0 -0
  55. package/Cores/login/fonts/montserrat/Montserrat-ExtraLight.ttf +0 -0
  56. package/Cores/login/fonts/montserrat/Montserrat-ExtraLightItalic.ttf +0 -0
  57. package/Cores/login/fonts/montserrat/Montserrat-Italic.ttf +0 -0
  58. package/Cores/login/fonts/montserrat/Montserrat-Light.ttf +0 -0
  59. package/Cores/login/fonts/montserrat/Montserrat-LightItalic.ttf +0 -0
  60. package/Cores/login/fonts/montserrat/Montserrat-Medium.ttf +0 -0
  61. package/Cores/login/fonts/montserrat/Montserrat-MediumItalic.ttf +0 -0
  62. package/Cores/login/fonts/montserrat/Montserrat-Regular.ttf +0 -0
  63. package/Cores/login/fonts/montserrat/Montserrat-SemiBold.ttf +0 -0
  64. package/Cores/login/fonts/montserrat/Montserrat-SemiBoldItalic.ttf +0 -0
  65. package/Cores/login/fonts/montserrat/Montserrat-Thin.ttf +0 -0
  66. package/Cores/login/fonts/montserrat/Montserrat-ThinItalic.ttf +0 -0
  67. package/Cores/login/fonts/montserrat/OFL.txt +93 -0
  68. package/Cores/login/fonts/poppins/Poppins-Black.ttf +0 -0
  69. package/Cores/login/fonts/poppins/Poppins-BlackItalic.ttf +0 -0
  70. package/Cores/login/fonts/poppins/Poppins-Bold.ttf +0 -0
  71. package/Cores/login/fonts/poppins/Poppins-BoldItalic.ttf +0 -0
  72. package/Cores/login/fonts/poppins/Poppins-ExtraBold.ttf +0 -0
  73. package/Cores/login/fonts/poppins/Poppins-ExtraBoldItalic.ttf +0 -0
  74. package/Cores/login/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
  75. package/Cores/login/fonts/poppins/Poppins-ExtraLightItalic.ttf +0 -0
  76. package/Cores/login/fonts/poppins/Poppins-Italic.ttf +0 -0
  77. package/Cores/login/fonts/poppins/Poppins-Light.ttf +0 -0
  78. package/Cores/login/fonts/poppins/Poppins-LightItalic.ttf +0 -0
  79. package/Cores/login/fonts/poppins/Poppins-Medium.ttf +0 -0
  80. package/Cores/login/fonts/poppins/Poppins-MediumItalic.ttf +0 -0
  81. package/Cores/login/fonts/poppins/Poppins-Regular.ttf +0 -0
  82. package/Cores/login/fonts/poppins/Poppins-SemiBold.ttf +0 -0
  83. package/Cores/login/fonts/poppins/Poppins-SemiBoldItalic.ttf +0 -0
  84. package/Cores/login/fonts/poppins/Poppins-Thin.ttf +0 -0
  85. package/Cores/login/fonts/poppins/Poppins-ThinItalic.ttf +0 -0
  86. package/Cores/login/images/icons/favicon.ico +0 -0
  87. package/Cores/login/images/img-01.png +0 -0
  88. package/Cores/login/index.html +146 -0
  89. package/Cores/login/js/main.js +57 -0
  90. package/Cores/login/register.html +191 -0
  91. package/Cores/login/vendor/animate/animate.css +1579 -0
  92. package/Cores/login/vendor/bootstrap/css/bootstrap-grid.css +1353 -0
  93. package/Cores/login/vendor/bootstrap/css/bootstrap-grid.css.map +1 -0
  94. package/Cores/login/vendor/bootstrap/css/bootstrap-grid.min.css +2 -0
  95. package/Cores/login/vendor/bootstrap/css/bootstrap-grid.min.css.map +1 -0
  96. package/Cores/login/vendor/bootstrap/css/bootstrap-reboot.css +330 -0
  97. package/Cores/login/vendor/bootstrap/css/bootstrap-reboot.css.map +1 -0
  98. package/Cores/login/vendor/bootstrap/css/bootstrap-reboot.min.css +2 -0
  99. package/Cores/login/vendor/bootstrap/css/bootstrap-reboot.min.css.map +1 -0
  100. package/Cores/login/vendor/bootstrap/css/bootstrap.css +8185 -0
  101. package/Cores/login/vendor/bootstrap/css/bootstrap.css.map +1 -0
  102. package/Cores/login/vendor/bootstrap/css/bootstrap.min.css +7 -0
  103. package/Cores/login/vendor/bootstrap/css/bootstrap.min.css.map +1 -0
  104. package/Cores/login/vendor/bootstrap/js/bootstrap.js +3831 -0
  105. package/Cores/login/vendor/bootstrap/js/bootstrap.min.js +6 -0
  106. package/Cores/login/vendor/bootstrap/js/popper.js +2448 -0
  107. package/Cores/login/vendor/bootstrap/js/popper.min.js +5 -0
  108. package/Cores/login/vendor/bootstrap/js/tooltip.js +539 -0
  109. package/Cores/login/vendor/css-hamburgers/hamburgers.css +626 -0
  110. package/Cores/login/vendor/css-hamburgers/hamburgers.min.css +7 -0
  111. package/Cores/login/vendor/jquery/jquery-3.2.1.min.js +4 -0
  112. package/Cores/login/vendor/select2/select2.css +484 -0
  113. package/Cores/login/vendor/select2/select2.js +6450 -0
  114. package/Cores/login/vendor/select2/select2.min.css +1 -0
  115. package/Cores/login/vendor/select2/select2.min.js +3 -0
  116. package/Cores/login/vendor/tilt/tilt.jquery.min.js +1 -0
  117. package/app.js +105 -0
  118. package/dk_modules/authorization.js +47 -0
  119. package/dk_modules/autoSequence.js +23 -0
  120. package/dk_modules/autohtml.js +99 -0
  121. package/dk_modules/dkdb.js +7 -0
  122. package/dk_modules/dkvar.js +50 -0
  123. package/dk_modules/users.js +143 -0
  124. package/package.json +17 -0
  125. package/projectDB.js +5 -0
  126. package/projectVar.js +3 -0
@@ -0,0 +1,1353 @@
1
+ @-ms-viewport {
2
+ width: device-width;
3
+ }
4
+
5
+ html {
6
+ box-sizing: border-box;
7
+ -ms-overflow-style: scrollbar;
8
+ }
9
+
10
+ *,
11
+ *::before,
12
+ *::after {
13
+ box-sizing: inherit;
14
+ }
15
+
16
+ .container {
17
+ margin-right: auto;
18
+ margin-left: auto;
19
+ padding-right: 15px;
20
+ padding-left: 15px;
21
+ width: 100%;
22
+ }
23
+
24
+ @media (min-width: 576px) {
25
+ .container {
26
+ max-width: 540px;
27
+ }
28
+ }
29
+
30
+ @media (min-width: 768px) {
31
+ .container {
32
+ max-width: 720px;
33
+ }
34
+ }
35
+
36
+ @media (min-width: 992px) {
37
+ .container {
38
+ max-width: 960px;
39
+ }
40
+ }
41
+
42
+ @media (min-width: 1200px) {
43
+ .container {
44
+ max-width: 1140px;
45
+ }
46
+ }
47
+
48
+ .container-fluid {
49
+ width: 100%;
50
+ margin-right: auto;
51
+ margin-left: auto;
52
+ padding-right: 15px;
53
+ padding-left: 15px;
54
+ width: 100%;
55
+ }
56
+
57
+ .row {
58
+ display: -ms-flexbox;
59
+ display: flex;
60
+ -ms-flex-wrap: wrap;
61
+ flex-wrap: wrap;
62
+ margin-right: -15px;
63
+ margin-left: -15px;
64
+ }
65
+
66
+ .no-gutters {
67
+ margin-right: 0;
68
+ margin-left: 0;
69
+ }
70
+
71
+ .no-gutters > .col,
72
+ .no-gutters > [class*="col-"] {
73
+ padding-right: 0;
74
+ padding-left: 0;
75
+ }
76
+
77
+ .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,
78
+ .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,
79
+ .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,
80
+ .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,
81
+ .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,
82
+ .col-xl-auto {
83
+ position: relative;
84
+ width: 100%;
85
+ min-height: 1px;
86
+ padding-right: 15px;
87
+ padding-left: 15px;
88
+ }
89
+
90
+ .col {
91
+ -ms-flex-preferred-size: 0;
92
+ flex-basis: 0;
93
+ -ms-flex-positive: 1;
94
+ flex-grow: 1;
95
+ max-width: 100%;
96
+ }
97
+
98
+ .col-auto {
99
+ -ms-flex: 0 0 auto;
100
+ flex: 0 0 auto;
101
+ width: auto;
102
+ max-width: none;
103
+ }
104
+
105
+ .col-1 {
106
+ -ms-flex: 0 0 8.333333%;
107
+ flex: 0 0 8.333333%;
108
+ max-width: 8.333333%;
109
+ }
110
+
111
+ .col-2 {
112
+ -ms-flex: 0 0 16.666667%;
113
+ flex: 0 0 16.666667%;
114
+ max-width: 16.666667%;
115
+ }
116
+
117
+ .col-3 {
118
+ -ms-flex: 0 0 25%;
119
+ flex: 0 0 25%;
120
+ max-width: 25%;
121
+ }
122
+
123
+ .col-4 {
124
+ -ms-flex: 0 0 33.333333%;
125
+ flex: 0 0 33.333333%;
126
+ max-width: 33.333333%;
127
+ }
128
+
129
+ .col-5 {
130
+ -ms-flex: 0 0 41.666667%;
131
+ flex: 0 0 41.666667%;
132
+ max-width: 41.666667%;
133
+ }
134
+
135
+ .col-6 {
136
+ -ms-flex: 0 0 50%;
137
+ flex: 0 0 50%;
138
+ max-width: 50%;
139
+ }
140
+
141
+ .col-7 {
142
+ -ms-flex: 0 0 58.333333%;
143
+ flex: 0 0 58.333333%;
144
+ max-width: 58.333333%;
145
+ }
146
+
147
+ .col-8 {
148
+ -ms-flex: 0 0 66.666667%;
149
+ flex: 0 0 66.666667%;
150
+ max-width: 66.666667%;
151
+ }
152
+
153
+ .col-9 {
154
+ -ms-flex: 0 0 75%;
155
+ flex: 0 0 75%;
156
+ max-width: 75%;
157
+ }
158
+
159
+ .col-10 {
160
+ -ms-flex: 0 0 83.333333%;
161
+ flex: 0 0 83.333333%;
162
+ max-width: 83.333333%;
163
+ }
164
+
165
+ .col-11 {
166
+ -ms-flex: 0 0 91.666667%;
167
+ flex: 0 0 91.666667%;
168
+ max-width: 91.666667%;
169
+ }
170
+
171
+ .col-12 {
172
+ -ms-flex: 0 0 100%;
173
+ flex: 0 0 100%;
174
+ max-width: 100%;
175
+ }
176
+
177
+ .order-1 {
178
+ -ms-flex-order: 1;
179
+ order: 1;
180
+ }
181
+
182
+ .order-2 {
183
+ -ms-flex-order: 2;
184
+ order: 2;
185
+ }
186
+
187
+ .order-3 {
188
+ -ms-flex-order: 3;
189
+ order: 3;
190
+ }
191
+
192
+ .order-4 {
193
+ -ms-flex-order: 4;
194
+ order: 4;
195
+ }
196
+
197
+ .order-5 {
198
+ -ms-flex-order: 5;
199
+ order: 5;
200
+ }
201
+
202
+ .order-6 {
203
+ -ms-flex-order: 6;
204
+ order: 6;
205
+ }
206
+
207
+ .order-7 {
208
+ -ms-flex-order: 7;
209
+ order: 7;
210
+ }
211
+
212
+ .order-8 {
213
+ -ms-flex-order: 8;
214
+ order: 8;
215
+ }
216
+
217
+ .order-9 {
218
+ -ms-flex-order: 9;
219
+ order: 9;
220
+ }
221
+
222
+ .order-10 {
223
+ -ms-flex-order: 10;
224
+ order: 10;
225
+ }
226
+
227
+ .order-11 {
228
+ -ms-flex-order: 11;
229
+ order: 11;
230
+ }
231
+
232
+ .order-12 {
233
+ -ms-flex-order: 12;
234
+ order: 12;
235
+ }
236
+
237
+ @media (min-width: 576px) {
238
+ .col-sm {
239
+ -ms-flex-preferred-size: 0;
240
+ flex-basis: 0;
241
+ -ms-flex-positive: 1;
242
+ flex-grow: 1;
243
+ max-width: 100%;
244
+ }
245
+ .col-sm-auto {
246
+ -ms-flex: 0 0 auto;
247
+ flex: 0 0 auto;
248
+ width: auto;
249
+ max-width: none;
250
+ }
251
+ .col-sm-1 {
252
+ -ms-flex: 0 0 8.333333%;
253
+ flex: 0 0 8.333333%;
254
+ max-width: 8.333333%;
255
+ }
256
+ .col-sm-2 {
257
+ -ms-flex: 0 0 16.666667%;
258
+ flex: 0 0 16.666667%;
259
+ max-width: 16.666667%;
260
+ }
261
+ .col-sm-3 {
262
+ -ms-flex: 0 0 25%;
263
+ flex: 0 0 25%;
264
+ max-width: 25%;
265
+ }
266
+ .col-sm-4 {
267
+ -ms-flex: 0 0 33.333333%;
268
+ flex: 0 0 33.333333%;
269
+ max-width: 33.333333%;
270
+ }
271
+ .col-sm-5 {
272
+ -ms-flex: 0 0 41.666667%;
273
+ flex: 0 0 41.666667%;
274
+ max-width: 41.666667%;
275
+ }
276
+ .col-sm-6 {
277
+ -ms-flex: 0 0 50%;
278
+ flex: 0 0 50%;
279
+ max-width: 50%;
280
+ }
281
+ .col-sm-7 {
282
+ -ms-flex: 0 0 58.333333%;
283
+ flex: 0 0 58.333333%;
284
+ max-width: 58.333333%;
285
+ }
286
+ .col-sm-8 {
287
+ -ms-flex: 0 0 66.666667%;
288
+ flex: 0 0 66.666667%;
289
+ max-width: 66.666667%;
290
+ }
291
+ .col-sm-9 {
292
+ -ms-flex: 0 0 75%;
293
+ flex: 0 0 75%;
294
+ max-width: 75%;
295
+ }
296
+ .col-sm-10 {
297
+ -ms-flex: 0 0 83.333333%;
298
+ flex: 0 0 83.333333%;
299
+ max-width: 83.333333%;
300
+ }
301
+ .col-sm-11 {
302
+ -ms-flex: 0 0 91.666667%;
303
+ flex: 0 0 91.666667%;
304
+ max-width: 91.666667%;
305
+ }
306
+ .col-sm-12 {
307
+ -ms-flex: 0 0 100%;
308
+ flex: 0 0 100%;
309
+ max-width: 100%;
310
+ }
311
+ .order-sm-1 {
312
+ -ms-flex-order: 1;
313
+ order: 1;
314
+ }
315
+ .order-sm-2 {
316
+ -ms-flex-order: 2;
317
+ order: 2;
318
+ }
319
+ .order-sm-3 {
320
+ -ms-flex-order: 3;
321
+ order: 3;
322
+ }
323
+ .order-sm-4 {
324
+ -ms-flex-order: 4;
325
+ order: 4;
326
+ }
327
+ .order-sm-5 {
328
+ -ms-flex-order: 5;
329
+ order: 5;
330
+ }
331
+ .order-sm-6 {
332
+ -ms-flex-order: 6;
333
+ order: 6;
334
+ }
335
+ .order-sm-7 {
336
+ -ms-flex-order: 7;
337
+ order: 7;
338
+ }
339
+ .order-sm-8 {
340
+ -ms-flex-order: 8;
341
+ order: 8;
342
+ }
343
+ .order-sm-9 {
344
+ -ms-flex-order: 9;
345
+ order: 9;
346
+ }
347
+ .order-sm-10 {
348
+ -ms-flex-order: 10;
349
+ order: 10;
350
+ }
351
+ .order-sm-11 {
352
+ -ms-flex-order: 11;
353
+ order: 11;
354
+ }
355
+ .order-sm-12 {
356
+ -ms-flex-order: 12;
357
+ order: 12;
358
+ }
359
+ }
360
+
361
+ @media (min-width: 768px) {
362
+ .col-md {
363
+ -ms-flex-preferred-size: 0;
364
+ flex-basis: 0;
365
+ -ms-flex-positive: 1;
366
+ flex-grow: 1;
367
+ max-width: 100%;
368
+ }
369
+ .col-md-auto {
370
+ -ms-flex: 0 0 auto;
371
+ flex: 0 0 auto;
372
+ width: auto;
373
+ max-width: none;
374
+ }
375
+ .col-md-1 {
376
+ -ms-flex: 0 0 8.333333%;
377
+ flex: 0 0 8.333333%;
378
+ max-width: 8.333333%;
379
+ }
380
+ .col-md-2 {
381
+ -ms-flex: 0 0 16.666667%;
382
+ flex: 0 0 16.666667%;
383
+ max-width: 16.666667%;
384
+ }
385
+ .col-md-3 {
386
+ -ms-flex: 0 0 25%;
387
+ flex: 0 0 25%;
388
+ max-width: 25%;
389
+ }
390
+ .col-md-4 {
391
+ -ms-flex: 0 0 33.333333%;
392
+ flex: 0 0 33.333333%;
393
+ max-width: 33.333333%;
394
+ }
395
+ .col-md-5 {
396
+ -ms-flex: 0 0 41.666667%;
397
+ flex: 0 0 41.666667%;
398
+ max-width: 41.666667%;
399
+ }
400
+ .col-md-6 {
401
+ -ms-flex: 0 0 50%;
402
+ flex: 0 0 50%;
403
+ max-width: 50%;
404
+ }
405
+ .col-md-7 {
406
+ -ms-flex: 0 0 58.333333%;
407
+ flex: 0 0 58.333333%;
408
+ max-width: 58.333333%;
409
+ }
410
+ .col-md-8 {
411
+ -ms-flex: 0 0 66.666667%;
412
+ flex: 0 0 66.666667%;
413
+ max-width: 66.666667%;
414
+ }
415
+ .col-md-9 {
416
+ -ms-flex: 0 0 75%;
417
+ flex: 0 0 75%;
418
+ max-width: 75%;
419
+ }
420
+ .col-md-10 {
421
+ -ms-flex: 0 0 83.333333%;
422
+ flex: 0 0 83.333333%;
423
+ max-width: 83.333333%;
424
+ }
425
+ .col-md-11 {
426
+ -ms-flex: 0 0 91.666667%;
427
+ flex: 0 0 91.666667%;
428
+ max-width: 91.666667%;
429
+ }
430
+ .col-md-12 {
431
+ -ms-flex: 0 0 100%;
432
+ flex: 0 0 100%;
433
+ max-width: 100%;
434
+ }
435
+ .order-md-1 {
436
+ -ms-flex-order: 1;
437
+ order: 1;
438
+ }
439
+ .order-md-2 {
440
+ -ms-flex-order: 2;
441
+ order: 2;
442
+ }
443
+ .order-md-3 {
444
+ -ms-flex-order: 3;
445
+ order: 3;
446
+ }
447
+ .order-md-4 {
448
+ -ms-flex-order: 4;
449
+ order: 4;
450
+ }
451
+ .order-md-5 {
452
+ -ms-flex-order: 5;
453
+ order: 5;
454
+ }
455
+ .order-md-6 {
456
+ -ms-flex-order: 6;
457
+ order: 6;
458
+ }
459
+ .order-md-7 {
460
+ -ms-flex-order: 7;
461
+ order: 7;
462
+ }
463
+ .order-md-8 {
464
+ -ms-flex-order: 8;
465
+ order: 8;
466
+ }
467
+ .order-md-9 {
468
+ -ms-flex-order: 9;
469
+ order: 9;
470
+ }
471
+ .order-md-10 {
472
+ -ms-flex-order: 10;
473
+ order: 10;
474
+ }
475
+ .order-md-11 {
476
+ -ms-flex-order: 11;
477
+ order: 11;
478
+ }
479
+ .order-md-12 {
480
+ -ms-flex-order: 12;
481
+ order: 12;
482
+ }
483
+ }
484
+
485
+ @media (min-width: 992px) {
486
+ .col-lg {
487
+ -ms-flex-preferred-size: 0;
488
+ flex-basis: 0;
489
+ -ms-flex-positive: 1;
490
+ flex-grow: 1;
491
+ max-width: 100%;
492
+ }
493
+ .col-lg-auto {
494
+ -ms-flex: 0 0 auto;
495
+ flex: 0 0 auto;
496
+ width: auto;
497
+ max-width: none;
498
+ }
499
+ .col-lg-1 {
500
+ -ms-flex: 0 0 8.333333%;
501
+ flex: 0 0 8.333333%;
502
+ max-width: 8.333333%;
503
+ }
504
+ .col-lg-2 {
505
+ -ms-flex: 0 0 16.666667%;
506
+ flex: 0 0 16.666667%;
507
+ max-width: 16.666667%;
508
+ }
509
+ .col-lg-3 {
510
+ -ms-flex: 0 0 25%;
511
+ flex: 0 0 25%;
512
+ max-width: 25%;
513
+ }
514
+ .col-lg-4 {
515
+ -ms-flex: 0 0 33.333333%;
516
+ flex: 0 0 33.333333%;
517
+ max-width: 33.333333%;
518
+ }
519
+ .col-lg-5 {
520
+ -ms-flex: 0 0 41.666667%;
521
+ flex: 0 0 41.666667%;
522
+ max-width: 41.666667%;
523
+ }
524
+ .col-lg-6 {
525
+ -ms-flex: 0 0 50%;
526
+ flex: 0 0 50%;
527
+ max-width: 50%;
528
+ }
529
+ .col-lg-7 {
530
+ -ms-flex: 0 0 58.333333%;
531
+ flex: 0 0 58.333333%;
532
+ max-width: 58.333333%;
533
+ }
534
+ .col-lg-8 {
535
+ -ms-flex: 0 0 66.666667%;
536
+ flex: 0 0 66.666667%;
537
+ max-width: 66.666667%;
538
+ }
539
+ .col-lg-9 {
540
+ -ms-flex: 0 0 75%;
541
+ flex: 0 0 75%;
542
+ max-width: 75%;
543
+ }
544
+ .col-lg-10 {
545
+ -ms-flex: 0 0 83.333333%;
546
+ flex: 0 0 83.333333%;
547
+ max-width: 83.333333%;
548
+ }
549
+ .col-lg-11 {
550
+ -ms-flex: 0 0 91.666667%;
551
+ flex: 0 0 91.666667%;
552
+ max-width: 91.666667%;
553
+ }
554
+ .col-lg-12 {
555
+ -ms-flex: 0 0 100%;
556
+ flex: 0 0 100%;
557
+ max-width: 100%;
558
+ }
559
+ .order-lg-1 {
560
+ -ms-flex-order: 1;
561
+ order: 1;
562
+ }
563
+ .order-lg-2 {
564
+ -ms-flex-order: 2;
565
+ order: 2;
566
+ }
567
+ .order-lg-3 {
568
+ -ms-flex-order: 3;
569
+ order: 3;
570
+ }
571
+ .order-lg-4 {
572
+ -ms-flex-order: 4;
573
+ order: 4;
574
+ }
575
+ .order-lg-5 {
576
+ -ms-flex-order: 5;
577
+ order: 5;
578
+ }
579
+ .order-lg-6 {
580
+ -ms-flex-order: 6;
581
+ order: 6;
582
+ }
583
+ .order-lg-7 {
584
+ -ms-flex-order: 7;
585
+ order: 7;
586
+ }
587
+ .order-lg-8 {
588
+ -ms-flex-order: 8;
589
+ order: 8;
590
+ }
591
+ .order-lg-9 {
592
+ -ms-flex-order: 9;
593
+ order: 9;
594
+ }
595
+ .order-lg-10 {
596
+ -ms-flex-order: 10;
597
+ order: 10;
598
+ }
599
+ .order-lg-11 {
600
+ -ms-flex-order: 11;
601
+ order: 11;
602
+ }
603
+ .order-lg-12 {
604
+ -ms-flex-order: 12;
605
+ order: 12;
606
+ }
607
+ }
608
+
609
+ @media (min-width: 1200px) {
610
+ .col-xl {
611
+ -ms-flex-preferred-size: 0;
612
+ flex-basis: 0;
613
+ -ms-flex-positive: 1;
614
+ flex-grow: 1;
615
+ max-width: 100%;
616
+ }
617
+ .col-xl-auto {
618
+ -ms-flex: 0 0 auto;
619
+ flex: 0 0 auto;
620
+ width: auto;
621
+ max-width: none;
622
+ }
623
+ .col-xl-1 {
624
+ -ms-flex: 0 0 8.333333%;
625
+ flex: 0 0 8.333333%;
626
+ max-width: 8.333333%;
627
+ }
628
+ .col-xl-2 {
629
+ -ms-flex: 0 0 16.666667%;
630
+ flex: 0 0 16.666667%;
631
+ max-width: 16.666667%;
632
+ }
633
+ .col-xl-3 {
634
+ -ms-flex: 0 0 25%;
635
+ flex: 0 0 25%;
636
+ max-width: 25%;
637
+ }
638
+ .col-xl-4 {
639
+ -ms-flex: 0 0 33.333333%;
640
+ flex: 0 0 33.333333%;
641
+ max-width: 33.333333%;
642
+ }
643
+ .col-xl-5 {
644
+ -ms-flex: 0 0 41.666667%;
645
+ flex: 0 0 41.666667%;
646
+ max-width: 41.666667%;
647
+ }
648
+ .col-xl-6 {
649
+ -ms-flex: 0 0 50%;
650
+ flex: 0 0 50%;
651
+ max-width: 50%;
652
+ }
653
+ .col-xl-7 {
654
+ -ms-flex: 0 0 58.333333%;
655
+ flex: 0 0 58.333333%;
656
+ max-width: 58.333333%;
657
+ }
658
+ .col-xl-8 {
659
+ -ms-flex: 0 0 66.666667%;
660
+ flex: 0 0 66.666667%;
661
+ max-width: 66.666667%;
662
+ }
663
+ .col-xl-9 {
664
+ -ms-flex: 0 0 75%;
665
+ flex: 0 0 75%;
666
+ max-width: 75%;
667
+ }
668
+ .col-xl-10 {
669
+ -ms-flex: 0 0 83.333333%;
670
+ flex: 0 0 83.333333%;
671
+ max-width: 83.333333%;
672
+ }
673
+ .col-xl-11 {
674
+ -ms-flex: 0 0 91.666667%;
675
+ flex: 0 0 91.666667%;
676
+ max-width: 91.666667%;
677
+ }
678
+ .col-xl-12 {
679
+ -ms-flex: 0 0 100%;
680
+ flex: 0 0 100%;
681
+ max-width: 100%;
682
+ }
683
+ .order-xl-1 {
684
+ -ms-flex-order: 1;
685
+ order: 1;
686
+ }
687
+ .order-xl-2 {
688
+ -ms-flex-order: 2;
689
+ order: 2;
690
+ }
691
+ .order-xl-3 {
692
+ -ms-flex-order: 3;
693
+ order: 3;
694
+ }
695
+ .order-xl-4 {
696
+ -ms-flex-order: 4;
697
+ order: 4;
698
+ }
699
+ .order-xl-5 {
700
+ -ms-flex-order: 5;
701
+ order: 5;
702
+ }
703
+ .order-xl-6 {
704
+ -ms-flex-order: 6;
705
+ order: 6;
706
+ }
707
+ .order-xl-7 {
708
+ -ms-flex-order: 7;
709
+ order: 7;
710
+ }
711
+ .order-xl-8 {
712
+ -ms-flex-order: 8;
713
+ order: 8;
714
+ }
715
+ .order-xl-9 {
716
+ -ms-flex-order: 9;
717
+ order: 9;
718
+ }
719
+ .order-xl-10 {
720
+ -ms-flex-order: 10;
721
+ order: 10;
722
+ }
723
+ .order-xl-11 {
724
+ -ms-flex-order: 11;
725
+ order: 11;
726
+ }
727
+ .order-xl-12 {
728
+ -ms-flex-order: 12;
729
+ order: 12;
730
+ }
731
+ }
732
+
733
+ .flex-row {
734
+ -ms-flex-direction: row !important;
735
+ flex-direction: row !important;
736
+ }
737
+
738
+ .flex-column {
739
+ -ms-flex-direction: column !important;
740
+ flex-direction: column !important;
741
+ }
742
+
743
+ .flex-row-reverse {
744
+ -ms-flex-direction: row-reverse !important;
745
+ flex-direction: row-reverse !important;
746
+ }
747
+
748
+ .flex-column-reverse {
749
+ -ms-flex-direction: column-reverse !important;
750
+ flex-direction: column-reverse !important;
751
+ }
752
+
753
+ .flex-wrap {
754
+ -ms-flex-wrap: wrap !important;
755
+ flex-wrap: wrap !important;
756
+ }
757
+
758
+ .flex-nowrap {
759
+ -ms-flex-wrap: nowrap !important;
760
+ flex-wrap: nowrap !important;
761
+ }
762
+
763
+ .flex-wrap-reverse {
764
+ -ms-flex-wrap: wrap-reverse !important;
765
+ flex-wrap: wrap-reverse !important;
766
+ }
767
+
768
+ .justify-content-start {
769
+ -ms-flex-pack: start !important;
770
+ justify-content: flex-start !important;
771
+ }
772
+
773
+ .justify-content-end {
774
+ -ms-flex-pack: end !important;
775
+ justify-content: flex-end !important;
776
+ }
777
+
778
+ .justify-content-center {
779
+ -ms-flex-pack: center !important;
780
+ justify-content: center !important;
781
+ }
782
+
783
+ .justify-content-between {
784
+ -ms-flex-pack: justify !important;
785
+ justify-content: space-between !important;
786
+ }
787
+
788
+ .justify-content-around {
789
+ -ms-flex-pack: distribute !important;
790
+ justify-content: space-around !important;
791
+ }
792
+
793
+ .align-items-start {
794
+ -ms-flex-align: start !important;
795
+ align-items: flex-start !important;
796
+ }
797
+
798
+ .align-items-end {
799
+ -ms-flex-align: end !important;
800
+ align-items: flex-end !important;
801
+ }
802
+
803
+ .align-items-center {
804
+ -ms-flex-align: center !important;
805
+ align-items: center !important;
806
+ }
807
+
808
+ .align-items-baseline {
809
+ -ms-flex-align: baseline !important;
810
+ align-items: baseline !important;
811
+ }
812
+
813
+ .align-items-stretch {
814
+ -ms-flex-align: stretch !important;
815
+ align-items: stretch !important;
816
+ }
817
+
818
+ .align-content-start {
819
+ -ms-flex-line-pack: start !important;
820
+ align-content: flex-start !important;
821
+ }
822
+
823
+ .align-content-end {
824
+ -ms-flex-line-pack: end !important;
825
+ align-content: flex-end !important;
826
+ }
827
+
828
+ .align-content-center {
829
+ -ms-flex-line-pack: center !important;
830
+ align-content: center !important;
831
+ }
832
+
833
+ .align-content-between {
834
+ -ms-flex-line-pack: justify !important;
835
+ align-content: space-between !important;
836
+ }
837
+
838
+ .align-content-around {
839
+ -ms-flex-line-pack: distribute !important;
840
+ align-content: space-around !important;
841
+ }
842
+
843
+ .align-content-stretch {
844
+ -ms-flex-line-pack: stretch !important;
845
+ align-content: stretch !important;
846
+ }
847
+
848
+ .align-self-auto {
849
+ -ms-flex-item-align: auto !important;
850
+ align-self: auto !important;
851
+ }
852
+
853
+ .align-self-start {
854
+ -ms-flex-item-align: start !important;
855
+ align-self: flex-start !important;
856
+ }
857
+
858
+ .align-self-end {
859
+ -ms-flex-item-align: end !important;
860
+ align-self: flex-end !important;
861
+ }
862
+
863
+ .align-self-center {
864
+ -ms-flex-item-align: center !important;
865
+ align-self: center !important;
866
+ }
867
+
868
+ .align-self-baseline {
869
+ -ms-flex-item-align: baseline !important;
870
+ align-self: baseline !important;
871
+ }
872
+
873
+ .align-self-stretch {
874
+ -ms-flex-item-align: stretch !important;
875
+ align-self: stretch !important;
876
+ }
877
+
878
+ @media (min-width: 576px) {
879
+ .flex-sm-row {
880
+ -ms-flex-direction: row !important;
881
+ flex-direction: row !important;
882
+ }
883
+ .flex-sm-column {
884
+ -ms-flex-direction: column !important;
885
+ flex-direction: column !important;
886
+ }
887
+ .flex-sm-row-reverse {
888
+ -ms-flex-direction: row-reverse !important;
889
+ flex-direction: row-reverse !important;
890
+ }
891
+ .flex-sm-column-reverse {
892
+ -ms-flex-direction: column-reverse !important;
893
+ flex-direction: column-reverse !important;
894
+ }
895
+ .flex-sm-wrap {
896
+ -ms-flex-wrap: wrap !important;
897
+ flex-wrap: wrap !important;
898
+ }
899
+ .flex-sm-nowrap {
900
+ -ms-flex-wrap: nowrap !important;
901
+ flex-wrap: nowrap !important;
902
+ }
903
+ .flex-sm-wrap-reverse {
904
+ -ms-flex-wrap: wrap-reverse !important;
905
+ flex-wrap: wrap-reverse !important;
906
+ }
907
+ .justify-content-sm-start {
908
+ -ms-flex-pack: start !important;
909
+ justify-content: flex-start !important;
910
+ }
911
+ .justify-content-sm-end {
912
+ -ms-flex-pack: end !important;
913
+ justify-content: flex-end !important;
914
+ }
915
+ .justify-content-sm-center {
916
+ -ms-flex-pack: center !important;
917
+ justify-content: center !important;
918
+ }
919
+ .justify-content-sm-between {
920
+ -ms-flex-pack: justify !important;
921
+ justify-content: space-between !important;
922
+ }
923
+ .justify-content-sm-around {
924
+ -ms-flex-pack: distribute !important;
925
+ justify-content: space-around !important;
926
+ }
927
+ .align-items-sm-start {
928
+ -ms-flex-align: start !important;
929
+ align-items: flex-start !important;
930
+ }
931
+ .align-items-sm-end {
932
+ -ms-flex-align: end !important;
933
+ align-items: flex-end !important;
934
+ }
935
+ .align-items-sm-center {
936
+ -ms-flex-align: center !important;
937
+ align-items: center !important;
938
+ }
939
+ .align-items-sm-baseline {
940
+ -ms-flex-align: baseline !important;
941
+ align-items: baseline !important;
942
+ }
943
+ .align-items-sm-stretch {
944
+ -ms-flex-align: stretch !important;
945
+ align-items: stretch !important;
946
+ }
947
+ .align-content-sm-start {
948
+ -ms-flex-line-pack: start !important;
949
+ align-content: flex-start !important;
950
+ }
951
+ .align-content-sm-end {
952
+ -ms-flex-line-pack: end !important;
953
+ align-content: flex-end !important;
954
+ }
955
+ .align-content-sm-center {
956
+ -ms-flex-line-pack: center !important;
957
+ align-content: center !important;
958
+ }
959
+ .align-content-sm-between {
960
+ -ms-flex-line-pack: justify !important;
961
+ align-content: space-between !important;
962
+ }
963
+ .align-content-sm-around {
964
+ -ms-flex-line-pack: distribute !important;
965
+ align-content: space-around !important;
966
+ }
967
+ .align-content-sm-stretch {
968
+ -ms-flex-line-pack: stretch !important;
969
+ align-content: stretch !important;
970
+ }
971
+ .align-self-sm-auto {
972
+ -ms-flex-item-align: auto !important;
973
+ align-self: auto !important;
974
+ }
975
+ .align-self-sm-start {
976
+ -ms-flex-item-align: start !important;
977
+ align-self: flex-start !important;
978
+ }
979
+ .align-self-sm-end {
980
+ -ms-flex-item-align: end !important;
981
+ align-self: flex-end !important;
982
+ }
983
+ .align-self-sm-center {
984
+ -ms-flex-item-align: center !important;
985
+ align-self: center !important;
986
+ }
987
+ .align-self-sm-baseline {
988
+ -ms-flex-item-align: baseline !important;
989
+ align-self: baseline !important;
990
+ }
991
+ .align-self-sm-stretch {
992
+ -ms-flex-item-align: stretch !important;
993
+ align-self: stretch !important;
994
+ }
995
+ }
996
+
997
+ @media (min-width: 768px) {
998
+ .flex-md-row {
999
+ -ms-flex-direction: row !important;
1000
+ flex-direction: row !important;
1001
+ }
1002
+ .flex-md-column {
1003
+ -ms-flex-direction: column !important;
1004
+ flex-direction: column !important;
1005
+ }
1006
+ .flex-md-row-reverse {
1007
+ -ms-flex-direction: row-reverse !important;
1008
+ flex-direction: row-reverse !important;
1009
+ }
1010
+ .flex-md-column-reverse {
1011
+ -ms-flex-direction: column-reverse !important;
1012
+ flex-direction: column-reverse !important;
1013
+ }
1014
+ .flex-md-wrap {
1015
+ -ms-flex-wrap: wrap !important;
1016
+ flex-wrap: wrap !important;
1017
+ }
1018
+ .flex-md-nowrap {
1019
+ -ms-flex-wrap: nowrap !important;
1020
+ flex-wrap: nowrap !important;
1021
+ }
1022
+ .flex-md-wrap-reverse {
1023
+ -ms-flex-wrap: wrap-reverse !important;
1024
+ flex-wrap: wrap-reverse !important;
1025
+ }
1026
+ .justify-content-md-start {
1027
+ -ms-flex-pack: start !important;
1028
+ justify-content: flex-start !important;
1029
+ }
1030
+ .justify-content-md-end {
1031
+ -ms-flex-pack: end !important;
1032
+ justify-content: flex-end !important;
1033
+ }
1034
+ .justify-content-md-center {
1035
+ -ms-flex-pack: center !important;
1036
+ justify-content: center !important;
1037
+ }
1038
+ .justify-content-md-between {
1039
+ -ms-flex-pack: justify !important;
1040
+ justify-content: space-between !important;
1041
+ }
1042
+ .justify-content-md-around {
1043
+ -ms-flex-pack: distribute !important;
1044
+ justify-content: space-around !important;
1045
+ }
1046
+ .align-items-md-start {
1047
+ -ms-flex-align: start !important;
1048
+ align-items: flex-start !important;
1049
+ }
1050
+ .align-items-md-end {
1051
+ -ms-flex-align: end !important;
1052
+ align-items: flex-end !important;
1053
+ }
1054
+ .align-items-md-center {
1055
+ -ms-flex-align: center !important;
1056
+ align-items: center !important;
1057
+ }
1058
+ .align-items-md-baseline {
1059
+ -ms-flex-align: baseline !important;
1060
+ align-items: baseline !important;
1061
+ }
1062
+ .align-items-md-stretch {
1063
+ -ms-flex-align: stretch !important;
1064
+ align-items: stretch !important;
1065
+ }
1066
+ .align-content-md-start {
1067
+ -ms-flex-line-pack: start !important;
1068
+ align-content: flex-start !important;
1069
+ }
1070
+ .align-content-md-end {
1071
+ -ms-flex-line-pack: end !important;
1072
+ align-content: flex-end !important;
1073
+ }
1074
+ .align-content-md-center {
1075
+ -ms-flex-line-pack: center !important;
1076
+ align-content: center !important;
1077
+ }
1078
+ .align-content-md-between {
1079
+ -ms-flex-line-pack: justify !important;
1080
+ align-content: space-between !important;
1081
+ }
1082
+ .align-content-md-around {
1083
+ -ms-flex-line-pack: distribute !important;
1084
+ align-content: space-around !important;
1085
+ }
1086
+ .align-content-md-stretch {
1087
+ -ms-flex-line-pack: stretch !important;
1088
+ align-content: stretch !important;
1089
+ }
1090
+ .align-self-md-auto {
1091
+ -ms-flex-item-align: auto !important;
1092
+ align-self: auto !important;
1093
+ }
1094
+ .align-self-md-start {
1095
+ -ms-flex-item-align: start !important;
1096
+ align-self: flex-start !important;
1097
+ }
1098
+ .align-self-md-end {
1099
+ -ms-flex-item-align: end !important;
1100
+ align-self: flex-end !important;
1101
+ }
1102
+ .align-self-md-center {
1103
+ -ms-flex-item-align: center !important;
1104
+ align-self: center !important;
1105
+ }
1106
+ .align-self-md-baseline {
1107
+ -ms-flex-item-align: baseline !important;
1108
+ align-self: baseline !important;
1109
+ }
1110
+ .align-self-md-stretch {
1111
+ -ms-flex-item-align: stretch !important;
1112
+ align-self: stretch !important;
1113
+ }
1114
+ }
1115
+
1116
+ @media (min-width: 992px) {
1117
+ .flex-lg-row {
1118
+ -ms-flex-direction: row !important;
1119
+ flex-direction: row !important;
1120
+ }
1121
+ .flex-lg-column {
1122
+ -ms-flex-direction: column !important;
1123
+ flex-direction: column !important;
1124
+ }
1125
+ .flex-lg-row-reverse {
1126
+ -ms-flex-direction: row-reverse !important;
1127
+ flex-direction: row-reverse !important;
1128
+ }
1129
+ .flex-lg-column-reverse {
1130
+ -ms-flex-direction: column-reverse !important;
1131
+ flex-direction: column-reverse !important;
1132
+ }
1133
+ .flex-lg-wrap {
1134
+ -ms-flex-wrap: wrap !important;
1135
+ flex-wrap: wrap !important;
1136
+ }
1137
+ .flex-lg-nowrap {
1138
+ -ms-flex-wrap: nowrap !important;
1139
+ flex-wrap: nowrap !important;
1140
+ }
1141
+ .flex-lg-wrap-reverse {
1142
+ -ms-flex-wrap: wrap-reverse !important;
1143
+ flex-wrap: wrap-reverse !important;
1144
+ }
1145
+ .justify-content-lg-start {
1146
+ -ms-flex-pack: start !important;
1147
+ justify-content: flex-start !important;
1148
+ }
1149
+ .justify-content-lg-end {
1150
+ -ms-flex-pack: end !important;
1151
+ justify-content: flex-end !important;
1152
+ }
1153
+ .justify-content-lg-center {
1154
+ -ms-flex-pack: center !important;
1155
+ justify-content: center !important;
1156
+ }
1157
+ .justify-content-lg-between {
1158
+ -ms-flex-pack: justify !important;
1159
+ justify-content: space-between !important;
1160
+ }
1161
+ .justify-content-lg-around {
1162
+ -ms-flex-pack: distribute !important;
1163
+ justify-content: space-around !important;
1164
+ }
1165
+ .align-items-lg-start {
1166
+ -ms-flex-align: start !important;
1167
+ align-items: flex-start !important;
1168
+ }
1169
+ .align-items-lg-end {
1170
+ -ms-flex-align: end !important;
1171
+ align-items: flex-end !important;
1172
+ }
1173
+ .align-items-lg-center {
1174
+ -ms-flex-align: center !important;
1175
+ align-items: center !important;
1176
+ }
1177
+ .align-items-lg-baseline {
1178
+ -ms-flex-align: baseline !important;
1179
+ align-items: baseline !important;
1180
+ }
1181
+ .align-items-lg-stretch {
1182
+ -ms-flex-align: stretch !important;
1183
+ align-items: stretch !important;
1184
+ }
1185
+ .align-content-lg-start {
1186
+ -ms-flex-line-pack: start !important;
1187
+ align-content: flex-start !important;
1188
+ }
1189
+ .align-content-lg-end {
1190
+ -ms-flex-line-pack: end !important;
1191
+ align-content: flex-end !important;
1192
+ }
1193
+ .align-content-lg-center {
1194
+ -ms-flex-line-pack: center !important;
1195
+ align-content: center !important;
1196
+ }
1197
+ .align-content-lg-between {
1198
+ -ms-flex-line-pack: justify !important;
1199
+ align-content: space-between !important;
1200
+ }
1201
+ .align-content-lg-around {
1202
+ -ms-flex-line-pack: distribute !important;
1203
+ align-content: space-around !important;
1204
+ }
1205
+ .align-content-lg-stretch {
1206
+ -ms-flex-line-pack: stretch !important;
1207
+ align-content: stretch !important;
1208
+ }
1209
+ .align-self-lg-auto {
1210
+ -ms-flex-item-align: auto !important;
1211
+ align-self: auto !important;
1212
+ }
1213
+ .align-self-lg-start {
1214
+ -ms-flex-item-align: start !important;
1215
+ align-self: flex-start !important;
1216
+ }
1217
+ .align-self-lg-end {
1218
+ -ms-flex-item-align: end !important;
1219
+ align-self: flex-end !important;
1220
+ }
1221
+ .align-self-lg-center {
1222
+ -ms-flex-item-align: center !important;
1223
+ align-self: center !important;
1224
+ }
1225
+ .align-self-lg-baseline {
1226
+ -ms-flex-item-align: baseline !important;
1227
+ align-self: baseline !important;
1228
+ }
1229
+ .align-self-lg-stretch {
1230
+ -ms-flex-item-align: stretch !important;
1231
+ align-self: stretch !important;
1232
+ }
1233
+ }
1234
+
1235
+ @media (min-width: 1200px) {
1236
+ .flex-xl-row {
1237
+ -ms-flex-direction: row !important;
1238
+ flex-direction: row !important;
1239
+ }
1240
+ .flex-xl-column {
1241
+ -ms-flex-direction: column !important;
1242
+ flex-direction: column !important;
1243
+ }
1244
+ .flex-xl-row-reverse {
1245
+ -ms-flex-direction: row-reverse !important;
1246
+ flex-direction: row-reverse !important;
1247
+ }
1248
+ .flex-xl-column-reverse {
1249
+ -ms-flex-direction: column-reverse !important;
1250
+ flex-direction: column-reverse !important;
1251
+ }
1252
+ .flex-xl-wrap {
1253
+ -ms-flex-wrap: wrap !important;
1254
+ flex-wrap: wrap !important;
1255
+ }
1256
+ .flex-xl-nowrap {
1257
+ -ms-flex-wrap: nowrap !important;
1258
+ flex-wrap: nowrap !important;
1259
+ }
1260
+ .flex-xl-wrap-reverse {
1261
+ -ms-flex-wrap: wrap-reverse !important;
1262
+ flex-wrap: wrap-reverse !important;
1263
+ }
1264
+ .justify-content-xl-start {
1265
+ -ms-flex-pack: start !important;
1266
+ justify-content: flex-start !important;
1267
+ }
1268
+ .justify-content-xl-end {
1269
+ -ms-flex-pack: end !important;
1270
+ justify-content: flex-end !important;
1271
+ }
1272
+ .justify-content-xl-center {
1273
+ -ms-flex-pack: center !important;
1274
+ justify-content: center !important;
1275
+ }
1276
+ .justify-content-xl-between {
1277
+ -ms-flex-pack: justify !important;
1278
+ justify-content: space-between !important;
1279
+ }
1280
+ .justify-content-xl-around {
1281
+ -ms-flex-pack: distribute !important;
1282
+ justify-content: space-around !important;
1283
+ }
1284
+ .align-items-xl-start {
1285
+ -ms-flex-align: start !important;
1286
+ align-items: flex-start !important;
1287
+ }
1288
+ .align-items-xl-end {
1289
+ -ms-flex-align: end !important;
1290
+ align-items: flex-end !important;
1291
+ }
1292
+ .align-items-xl-center {
1293
+ -ms-flex-align: center !important;
1294
+ align-items: center !important;
1295
+ }
1296
+ .align-items-xl-baseline {
1297
+ -ms-flex-align: baseline !important;
1298
+ align-items: baseline !important;
1299
+ }
1300
+ .align-items-xl-stretch {
1301
+ -ms-flex-align: stretch !important;
1302
+ align-items: stretch !important;
1303
+ }
1304
+ .align-content-xl-start {
1305
+ -ms-flex-line-pack: start !important;
1306
+ align-content: flex-start !important;
1307
+ }
1308
+ .align-content-xl-end {
1309
+ -ms-flex-line-pack: end !important;
1310
+ align-content: flex-end !important;
1311
+ }
1312
+ .align-content-xl-center {
1313
+ -ms-flex-line-pack: center !important;
1314
+ align-content: center !important;
1315
+ }
1316
+ .align-content-xl-between {
1317
+ -ms-flex-line-pack: justify !important;
1318
+ align-content: space-between !important;
1319
+ }
1320
+ .align-content-xl-around {
1321
+ -ms-flex-line-pack: distribute !important;
1322
+ align-content: space-around !important;
1323
+ }
1324
+ .align-content-xl-stretch {
1325
+ -ms-flex-line-pack: stretch !important;
1326
+ align-content: stretch !important;
1327
+ }
1328
+ .align-self-xl-auto {
1329
+ -ms-flex-item-align: auto !important;
1330
+ align-self: auto !important;
1331
+ }
1332
+ .align-self-xl-start {
1333
+ -ms-flex-item-align: start !important;
1334
+ align-self: flex-start !important;
1335
+ }
1336
+ .align-self-xl-end {
1337
+ -ms-flex-item-align: end !important;
1338
+ align-self: flex-end !important;
1339
+ }
1340
+ .align-self-xl-center {
1341
+ -ms-flex-item-align: center !important;
1342
+ align-self: center !important;
1343
+ }
1344
+ .align-self-xl-baseline {
1345
+ -ms-flex-item-align: baseline !important;
1346
+ align-self: baseline !important;
1347
+ }
1348
+ .align-self-xl-stretch {
1349
+ -ms-flex-item-align: stretch !important;
1350
+ align-self: stretch !important;
1351
+ }
1352
+ }
1353
+ /*# sourceMappingURL=bootstrap-grid.css.map */