Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2775 rexy 1
/* Bootstrap 4 for IE8 - v4.3.100          */
2
/* https://github.com/namiltd/bootstrap-ie */
3
 
4
.card-group .card,
5
.col-1,
6
.col-2,
7
.col-3,
8
.col-4,
9
.col-5,
10
.col-6,
11
.col-7,
12
.col-8,
13
.col-9,
14
.col-10,
15
.col-11,
16
.col-12,
17
.col-sm-1,
18
.col-sm-2,
19
.col-sm-3,
20
.col-sm-4,
21
.col-sm-5,
22
.col-sm-6,
23
.col-sm-7,
24
.col-sm-8,
25
.col-sm-9,
26
.col-sm-10,
27
.col-sm-11,
28
.col-sm-12,
29
.col-md-1,
30
.col-md-2,
31
.col-md-3,
32
.col-md-4,
33
.col-md-5,
34
.col-md-6,
35
.col-md-7,
36
.col-md-8,
37
.col-md-9,
38
.col-md-10,
39
.col-md-11,
40
.col-md-12,
41
.col-lg-1,
42
.col-lg-2,
43
.col-lg-3,
44
.col-lg-4,
45
.col-lg-5,
46
.col-lg-6,
47
.col-lg-7,
48
.col-lg-8,
49
.col-lg-9,
50
.col-lg-10,
51
.col-lg-11,
52
.col-lg-12,
53
.col-xl-1,
54
.col-xl-2,
55
.col-xl-3,
56
.col-xl-4,
57
.col-xl-5,
58
.col-xl-6,
59
.col-xl-7,
60
.col-xl-8,
61
.col-xl-9,
62
.col-xl-10,
63
.col-xl-11,
64
.col-xl-12,
65
.page-link,
66
.navbar-brand {
67
  float: left;
68
}
69
.row,
70
.container-fluid,
71
.container,
72
section,
73
footer,
74
main,
75
aside,
76
.navbar-nav,
77
.navbar-collapse {
78
  display: block;
79
}
80
.modal.fade .modal-dialog {
81
  -ms-transform: translate(0, -25%);
82
}
83
.modal.show .modal-dialog {
84
  -ms-transform: translate(0, 0);
85
}
86
.custom-select {
87
  background-image: none;
88
  padding-right: .75rem;
89
}
90
.table-responsive {
91
  min-height: 0%;
92
} /* see https://github.com/twbs/bootstrap/issues/14837 */
93
.progress {
94
  display: block;
95
}
96
.progress-bar {
97
  float: left;
98
  font-size: 12px;
99
  line-height: 20px;
100
  width: 0;
101
  text-align: center;
102
  height: 100%;
103
}
104
.d-flex,
105
.d-sm-flex,
106
.d-md-flex,
107
.d-lg-flex,
108
.d-xl-flex,
109
.d-print-flex {
110
  display: block !important;
111
}
112
.d-inline-flex,
113
.d-sm-inline-flex,
114
.d-md-inline-flex,
115
.d-lg-inline-flex,
116
.d-xl-inline-flex,
117
.d-print-inline-flex {
118
  display: inline-block !important;
119
}
120
.flex-row .div {
121
  display: inline-block;
122
}
123
.flex-row-reverse {
124
  text-align: right;
125
}
126
.flex-row-reverse .div {
127
  display: inline-block;
128
  float: right;
129
}
130
.justify-content-start div {
131
  display: inline-block;
132
}
133
.justify-content-end {
134
  text-align: right;
135
}
136
.justify-content-end div {
137
  display: inline-block;
138
  margin-right: 0;
139
  float: right;
140
}
141
.justify-content-center {
142
  text-align: center;
143
}
144
.justify-content-center div {
145
  display: inline-block;
146
  margin-right: auto;
147
  margin-left: auto;
148
  text-align: center;
149
}
150
.justify-content-between {
151
  text-justify: distribute-all-lines;
152
}
153
.justify-content-between div {
154
  display: inline-block;
155
  margin-right: auto;
156
  margin-left: auto;
157
  text-align: justify;
158
}
159
 /* see https://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
160
.justify-content-around {
161
  text-align: justify;
162
  text-justify: distribute-all-lines;
163
}
164
.justify-content-around div {
165
  display: inline-block;
166
  margin-right: auto;
167
  margin-left: auto;
168
  text-align: justify;
169
}
170
[class^="justify-content-"] div {
171
  display: inline-block;
172
}
173
/** Carousel - Hide indicators and controls as the carousel doesn't work **/
174
.carousel-indicators,
175
.carousel-control-prev,
176
.carousel-control-next {
177
  display: none;
178
}
179
.btn-link.disabled,
180
.btn-link:disabled {
181
  text-decoration: none;
182
}
183
.close {
184
  cursor:pointer;
185
}
186
.close.disabled {
187
  cursor: auto;
188
}
189
.modal-header .close {
190
  margin: -48px -16px -16px auto;
191
}
192
.btn-group,
193
.btn-group-vertical {
194
  display: inline;
195
  vertical-align: baseline;
196
}
197
.btn-group .btn + .btn,
198
.btn-group .btn + .btn-group,
199
.btn-group .btn-group + .btn,
200
.btn-group .btn-group + .btn-group,
201
.btn-group-vertical .btn + .btn,
202
.btn-group-vertical .btn + .btn-group,
203
.btn-group-vertical .btn-group + .btn,
204
.btn-group-vertical .btn-group + .btn-group {
205
  margin-left: -5px;
206
}
207
.navbar-expand-sm .navbar-collapse,
208
.navbar-expand-md .navbar-collapse,
209
.navbar-expand-lg .navbar-collapse,
210
.navbar-expand-xl .navbar-collapse,
211
.navbar-expand .navbar-collapse {
212
  display: block !important;
213
}
214
.navbar > .container,
215
.navbar > .container-fluid,
216
.nav,
217
.navbar {
218
  display: block;
219
}
220
.nav-link {
221
  padding: 0.5rem 1rem;
222
  float:none;
223
}
224
.navbar-expand-sm .nav-link,
225
.navbar-expand-md .nav-link,
226
.navbar-expand-lg .nav-link,
227
.navbar-expand-xl .nav-link,
228
.navbar-expand .nav-link {
229
  float: left;
230
}
231
.navbar-light .navbar-nav .nav-link,
232
.navbar-light .navbar-nav .nav-link:focus {
233
  color: #777;
234
}
235
.navbar-light .navbar-nav .active .nav-link:hover {
236
  color: #000;
237
}
238
.navbar-light .navbar-nav .nav-link:hover {
239
  color: #333;
240
}
241
.navbar-dark .navbar-nav .nav-link,
242
.navbar-dark .navbar-nav .nav-link:focus {
243
  color: #aaa;
244
}
245
.navbar-dark .navbar-nav .active .nav-link:hover {
246
  color: #fff;
247
}
248
.navbar-dark .navbar-nav .nav-link:hover {
249
  color: #ddd;
250
}
251
.row,
252
.container-fluid,
253
.container,
254
section,
255
footer,
256
aside {
257
  clear: both;
258
}
259
.breadcrumb-item {
260
  display: inline-block;
261
}
262
body {
263
  font-size:16px;
264
}
265
.btn {
266
  cursor: pointer;
267
}
268
.btn-link.disabled {
269
  color: #6c757d;
270
}
271
.btn.disabled,
272
.btn[disabled],
273
fieldset[disabled] .btn {
274
  cursor: auto;
275
}
276
.modal-content {
277
  border:1px solid #ddd;
278
}
279
.modal-footer {
280
  text-align: right;
281
}
282
.list-group-item {
283
  border: 1px solid #ddd;
284
}
285
.custom-control-input {
286
  position: relative;
287
}
288
.collapse {
289
  display:none;
290
}
291
.collapse.show {
292
  display:block;
293
}
294
.col-1 {
295
  width: 8.333333%;
296
}
297
.col-2 {
298
  width: 16.666667%;
299
}
300
.col-3 {
301
  width: 25%;
302
}
303
.col-4 {
304
  width: 33.333333%;
305
}
306
.col-5 {
307
  width: 41.666667%;
308
}
309
.col-6 {
310
  width: 50%;
311
}
312
.col-7 {
313
  width: 58.333333%;
314
}
315
.col-8 {
316
  width: 66.666667%;
317
}
318
.col-9 {
319
  width: 75%;
320
}
321
.col-10 {
322
  width: 83.333333%;
323
}
324
.col-11 {
325
  width: 91.666667%;
326
}
327
.col-12 {
328
  width: 100%;
329
}
330
@media (min-width: 576px) {
331
  .col-sm-1 {
332
    width: 8.333333%;
333
  }
334
  .col-sm-2 {
335
    width: 16.666667%;
336
  }
337
  .col-sm-3 {
338
    width:25%;
339
  }
340
  .col-sm-4 {
341
    width: 33.333333%;
342
  }
343
  .col-sm-5 {
344
    width: 41.666667%;
345
  }
346
  .col-sm-6 {
347
    width: 50%;
348
  }
349
  .col-sm-7 {
350
    width: 58.333333%;
351
  }
352
  .col-sm-8 {
353
    width: 66.666667%;
354
  }
355
  .col-sm-9 {
356
    width: 75%;
357
  }
358
  .col-sm-10 {
359
    width: 83.333333%;
360
  }
361
  .col-sm-11 {
362
    width: 91.666667%;
363
  }
364
  .col-sm-12 {
365
    width: 100%;
366
  }
367
}
368
@media (min-width: 768px) {
369
  .col-md-1 {
370
    width: 8.333333%;
371
  }
372
  .col-md-2 {
373
    width: 16.666667%;
374
  }
375
  .col-md-3 {
376
    width: 25%;
377
  }
378
  .col-md-4 {
379
    width: 33.333333%;
380
  }
381
  .col-md-5 {
382
    width: 41.666667%;
383
  }
384
  .col-md-6 {
385
    width: 50%;
386
  }
387
  .col-md-7 {
388
    width: 58.333333%;
389
  }
390
  .col-md-8 {
391
    width: 66.666667%;
392
  }
393
  .col-md-9 {
394
    width: 75%;
395
  }
396
  .col-md-10 {
397
    width: 83.333333%;
398
  }
399
  .col-md-11 {
400
    width: 91.666667%;
401
  }
402
  .col-md-12 {
403
    width: 100%;
404
  }
405
}
406
@media (min-width: 992px) {
407
  .col-lg-1 {
408
    width: 8.333333%;
409
  }
410
  .col-lg-2 {
411
    width: 16.666667%;
412
  }
413
  .col-lg-3 {
414
    width: 25%;
415
  }
416
  .col-lg-4 {
417
    width: 33.333333%;
418
  }
419
  .col-lg-5 {
420
    width: 41.666667%;
421
  }
422
  .col-lg-6 {
423
    width: 50%;
424
  }
425
  .col-lg-7 {
426
    width: 58.333333%;
427
  }
428
  .col-lg-8 {
429
    width: 66.666667%;
430
  }
431
  .col-lg-9 {
432
    width:75%;
433
  }
434
  .col-lg-10 {
435
    width: 83.333333%;
436
  }
437
  .col-lg-11 {
438
    width: 91.666667%;
439
  }
440
  .col-lg-12 {
441
    width: 100%;
442
  }
443
}
444
@media (min-width: 1200px) {
445
  .col-xl-1 {
446
    width: 8.333333%;
447
  }
448
  .col-xl-2 {
449
    width: 16.666667%;
450
  }
451
  .col-xl-3 {
452
    width: 25%;
453
  }
454
  .col-xl-4 {
455
    width: 33.333333%;
456
  }
457
  .col-xl-5 {
458
    width: 41.666667%;
459
  }
460
  .col-xl-6 {
461
    width: 50%;
462
  }
463
  .col-xl-7 {
464
    width: 58.333333%;
465
  }
466
  .col-xl-8 {
467
    width: 66.666667%;
468
  }
469
  .col-xl-9 {
470
    width: 75%;
471
  }
472
  .col-xl-10 {
473
    width: 83.333333%;
474
  }
475
  .col-xl-11 {
476
    width: 91.666667%;
477
  }
478
  .col-xl-12 {
479
    width: 100%;
480
  }
481
}