Projet

Général

Profil

Paste
Télécharger (15,7 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adminimal_theme / css / bootstrap-grids.css @ e326068a

1
/*!
2
 * Bootstrap v3.3.5 (http://getbootstrap.com)
3
 * Copyright 2011-2016 Twitter, Inc.
4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
 */
6

    
7
/*!
8
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=586a970a76e84e28ca2e82b1956275e6)
9
 * Config saved to config.json and https://gist.github.com/586a970a76e84e28ca2e82b1956275e6
10
 */
11

    
12
/*!
13
 * Bootstrap v3.3.6 (http://getbootstrap.com)
14
 * Copyright 2011-2015 Twitter, Inc.
15
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
16
 */
17

    
18
.container {
19
  margin-right: auto;
20
  margin-left: auto;
21
  padding-left: 15px;
22
  padding-right: 15px;
23
}
24
@media (min-width: 768px) {
25
  .container {
26
    width: 750px;
27
  }
28
}
29
@media (min-width: 992px) {
30
  .container {
31
    width: 970px;
32
  }
33
}
34
@media (min-width: 1200px) {
35
  .container {
36
    width: 1170px;
37
  }
38
}
39
.container-fluid {
40
  margin-right: auto;
41
  margin-left: auto;
42
  padding-left: 15px;
43
  padding-right: 15px;
44
}
45
.row {
46
  margin-left: -15px;
47
  margin-right: -15px;
48
}
49
.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 {
50
  position: relative;
51
  min-height: 1px;
52
  padding-left: 15px;
53
  padding-right: 15px;
54
}
55
.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 {
56
  float: left;
57
}
58
.col-xs-12 {
59
  width: 100%;
60
}
61
.col-xs-11 {
62
  width: 91.66666667%;
63
}
64
.col-xs-10 {
65
  width: 83.33333333%;
66
}
67
.col-xs-9 {
68
  width: 75%;
69
}
70
.col-xs-8 {
71
  width: 66.66666667%;
72
}
73
.col-xs-7 {
74
  width: 58.33333333%;
75
}
76
.col-xs-6 {
77
  width: 50%;
78
}
79
.col-xs-5 {
80
  width: 41.66666667%;
81
}
82
.col-xs-4 {
83
  width: 33.33333333%;
84
}
85
.col-xs-3 {
86
  width: 25%;
87
}
88
.col-xs-2 {
89
  width: 16.66666667%;
90
}
91
.col-xs-1 {
92
  width: 8.33333333%;
93
}
94
.col-xs-pull-12 {
95
  right: 100%;
96
}
97
.col-xs-pull-11 {
98
  right: 91.66666667%;
99
}
100
.col-xs-pull-10 {
101
  right: 83.33333333%;
102
}
103
.col-xs-pull-9 {
104
  right: 75%;
105
}
106
.col-xs-pull-8 {
107
  right: 66.66666667%;
108
}
109
.col-xs-pull-7 {
110
  right: 58.33333333%;
111
}
112
.col-xs-pull-6 {
113
  right: 50%;
114
}
115
.col-xs-pull-5 {
116
  right: 41.66666667%;
117
}
118
.col-xs-pull-4 {
119
  right: 33.33333333%;
120
}
121
.col-xs-pull-3 {
122
  right: 25%;
123
}
124
.col-xs-pull-2 {
125
  right: 16.66666667%;
126
}
127
.col-xs-pull-1 {
128
  right: 8.33333333%;
129
}
130
.col-xs-pull-0 {
131
  right: auto;
132
}
133
.col-xs-push-12 {
134
  left: 100%;
135
}
136
.col-xs-push-11 {
137
  left: 91.66666667%;
138
}
139
.col-xs-push-10 {
140
  left: 83.33333333%;
141
}
142
.col-xs-push-9 {
143
  left: 75%;
144
}
145
.col-xs-push-8 {
146
  left: 66.66666667%;
147
}
148
.col-xs-push-7 {
149
  left: 58.33333333%;
150
}
151
.col-xs-push-6 {
152
  left: 50%;
153
}
154
.col-xs-push-5 {
155
  left: 41.66666667%;
156
}
157
.col-xs-push-4 {
158
  left: 33.33333333%;
159
}
160
.col-xs-push-3 {
161
  left: 25%;
162
}
163
.col-xs-push-2 {
164
  left: 16.66666667%;
165
}
166
.col-xs-push-1 {
167
  left: 8.33333333%;
168
}
169
.col-xs-push-0 {
170
  left: auto;
171
}
172
.col-xs-offset-12 {
173
  margin-left: 100%;
174
}
175
.col-xs-offset-11 {
176
  margin-left: 91.66666667%;
177
}
178
.col-xs-offset-10 {
179
  margin-left: 83.33333333%;
180
}
181
.col-xs-offset-9 {
182
  margin-left: 75%;
183
}
184
.col-xs-offset-8 {
185
  margin-left: 66.66666667%;
186
}
187
.col-xs-offset-7 {
188
  margin-left: 58.33333333%;
189
}
190
.col-xs-offset-6 {
191
  margin-left: 50%;
192
}
193
.col-xs-offset-5 {
194
  margin-left: 41.66666667%;
195
}
196
.col-xs-offset-4 {
197
  margin-left: 33.33333333%;
198
}
199
.col-xs-offset-3 {
200
  margin-left: 25%;
201
}
202
.col-xs-offset-2 {
203
  margin-left: 16.66666667%;
204
}
205
.col-xs-offset-1 {
206
  margin-left: 8.33333333%;
207
}
208
.col-xs-offset-0 {
209
  margin-left: 0%;
210
}
211
@media (min-width: 768px) {
212
  .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 {
213
    float: left;
214
  }
215
  .col-sm-12 {
216
    width: 100%;
217
  }
218
  .col-sm-11 {
219
    width: 91.66666667%;
220
  }
221
  .col-sm-10 {
222
    width: 83.33333333%;
223
  }
224
  .col-sm-9 {
225
    width: 75%;
226
  }
227
  .col-sm-8 {
228
    width: 66.66666667%;
229
  }
230
  .col-sm-7 {
231
    width: 58.33333333%;
232
  }
233
  .col-sm-6 {
234
    width: 50%;
235
  }
236
  .col-sm-5 {
237
    width: 41.66666667%;
238
  }
239
  .col-sm-4 {
240
    width: 33.33333333%;
241
  }
242
  .col-sm-3 {
243
    width: 25%;
244
  }
245
  .col-sm-2 {
246
    width: 16.66666667%;
247
  }
248
  .col-sm-1 {
249
    width: 8.33333333%;
250
  }
251
  .col-sm-pull-12 {
252
    right: 100%;
253
  }
254
  .col-sm-pull-11 {
255
    right: 91.66666667%;
256
  }
257
  .col-sm-pull-10 {
258
    right: 83.33333333%;
259
  }
260
  .col-sm-pull-9 {
261
    right: 75%;
262
  }
263
  .col-sm-pull-8 {
264
    right: 66.66666667%;
265
  }
266
  .col-sm-pull-7 {
267
    right: 58.33333333%;
268
  }
269
  .col-sm-pull-6 {
270
    right: 50%;
271
  }
272
  .col-sm-pull-5 {
273
    right: 41.66666667%;
274
  }
275
  .col-sm-pull-4 {
276
    right: 33.33333333%;
277
  }
278
  .col-sm-pull-3 {
279
    right: 25%;
280
  }
281
  .col-sm-pull-2 {
282
    right: 16.66666667%;
283
  }
284
  .col-sm-pull-1 {
285
    right: 8.33333333%;
286
  }
287
  .col-sm-pull-0 {
288
    right: auto;
289
  }
290
  .col-sm-push-12 {
291
    left: 100%;
292
  }
293
  .col-sm-push-11 {
294
    left: 91.66666667%;
295
  }
296
  .col-sm-push-10 {
297
    left: 83.33333333%;
298
  }
299
  .col-sm-push-9 {
300
    left: 75%;
301
  }
302
  .col-sm-push-8 {
303
    left: 66.66666667%;
304
  }
305
  .col-sm-push-7 {
306
    left: 58.33333333%;
307
  }
308
  .col-sm-push-6 {
309
    left: 50%;
310
  }
311
  .col-sm-push-5 {
312
    left: 41.66666667%;
313
  }
314
  .col-sm-push-4 {
315
    left: 33.33333333%;
316
  }
317
  .col-sm-push-3 {
318
    left: 25%;
319
  }
320
  .col-sm-push-2 {
321
    left: 16.66666667%;
322
  }
323
  .col-sm-push-1 {
324
    left: 8.33333333%;
325
  }
326
  .col-sm-push-0 {
327
    left: auto;
328
  }
329
  .col-sm-offset-12 {
330
    margin-left: 100%;
331
  }
332
  .col-sm-offset-11 {
333
    margin-left: 91.66666667%;
334
  }
335
  .col-sm-offset-10 {
336
    margin-left: 83.33333333%;
337
  }
338
  .col-sm-offset-9 {
339
    margin-left: 75%;
340
  }
341
  .col-sm-offset-8 {
342
    margin-left: 66.66666667%;
343
  }
344
  .col-sm-offset-7 {
345
    margin-left: 58.33333333%;
346
  }
347
  .col-sm-offset-6 {
348
    margin-left: 50%;
349
  }
350
  .col-sm-offset-5 {
351
    margin-left: 41.66666667%;
352
  }
353
  .col-sm-offset-4 {
354
    margin-left: 33.33333333%;
355
  }
356
  .col-sm-offset-3 {
357
    margin-left: 25%;
358
  }
359
  .col-sm-offset-2 {
360
    margin-left: 16.66666667%;
361
  }
362
  .col-sm-offset-1 {
363
    margin-left: 8.33333333%;
364
  }
365
  .col-sm-offset-0 {
366
    margin-left: 0%;
367
  }
368
}
369
@media (min-width: 992px) {
370
  .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 {
371
    float: left;
372
  }
373
  .col-md-12 {
374
    width: 100%;
375
  }
376
  .col-md-11 {
377
    width: 91.66666667%;
378
  }
379
  .col-md-10 {
380
    width: 83.33333333%;
381
  }
382
  .col-md-9 {
383
    width: 75%;
384
  }
385
  .col-md-8 {
386
    width: 66.66666667%;
387
  }
388
  .col-md-7 {
389
    width: 58.33333333%;
390
  }
391
  .col-md-6 {
392
    width: 50%;
393
  }
394
  .col-md-5 {
395
    width: 41.66666667%;
396
  }
397
  .col-md-4 {
398
    width: 33.33333333%;
399
  }
400
  .col-md-3 {
401
    width: 25%;
402
  }
403
  .col-md-2 {
404
    width: 16.66666667%;
405
  }
406
  .col-md-1 {
407
    width: 8.33333333%;
408
  }
409
  .col-md-pull-12 {
410
    right: 100%;
411
  }
412
  .col-md-pull-11 {
413
    right: 91.66666667%;
414
  }
415
  .col-md-pull-10 {
416
    right: 83.33333333%;
417
  }
418
  .col-md-pull-9 {
419
    right: 75%;
420
  }
421
  .col-md-pull-8 {
422
    right: 66.66666667%;
423
  }
424
  .col-md-pull-7 {
425
    right: 58.33333333%;
426
  }
427
  .col-md-pull-6 {
428
    right: 50%;
429
  }
430
  .col-md-pull-5 {
431
    right: 41.66666667%;
432
  }
433
  .col-md-pull-4 {
434
    right: 33.33333333%;
435
  }
436
  .col-md-pull-3 {
437
    right: 25%;
438
  }
439
  .col-md-pull-2 {
440
    right: 16.66666667%;
441
  }
442
  .col-md-pull-1 {
443
    right: 8.33333333%;
444
  }
445
  .col-md-pull-0 {
446
    right: auto;
447
  }
448
  .col-md-push-12 {
449
    left: 100%;
450
  }
451
  .col-md-push-11 {
452
    left: 91.66666667%;
453
  }
454
  .col-md-push-10 {
455
    left: 83.33333333%;
456
  }
457
  .col-md-push-9 {
458
    left: 75%;
459
  }
460
  .col-md-push-8 {
461
    left: 66.66666667%;
462
  }
463
  .col-md-push-7 {
464
    left: 58.33333333%;
465
  }
466
  .col-md-push-6 {
467
    left: 50%;
468
  }
469
  .col-md-push-5 {
470
    left: 41.66666667%;
471
  }
472
  .col-md-push-4 {
473
    left: 33.33333333%;
474
  }
475
  .col-md-push-3 {
476
    left: 25%;
477
  }
478
  .col-md-push-2 {
479
    left: 16.66666667%;
480
  }
481
  .col-md-push-1 {
482
    left: 8.33333333%;
483
  }
484
  .col-md-push-0 {
485
    left: auto;
486
  }
487
  .col-md-offset-12 {
488
    margin-left: 100%;
489
  }
490
  .col-md-offset-11 {
491
    margin-left: 91.66666667%;
492
  }
493
  .col-md-offset-10 {
494
    margin-left: 83.33333333%;
495
  }
496
  .col-md-offset-9 {
497
    margin-left: 75%;
498
  }
499
  .col-md-offset-8 {
500
    margin-left: 66.66666667%;
501
  }
502
  .col-md-offset-7 {
503
    margin-left: 58.33333333%;
504
  }
505
  .col-md-offset-6 {
506
    margin-left: 50%;
507
  }
508
  .col-md-offset-5 {
509
    margin-left: 41.66666667%;
510
  }
511
  .col-md-offset-4 {
512
    margin-left: 33.33333333%;
513
  }
514
  .col-md-offset-3 {
515
    margin-left: 25%;
516
  }
517
  .col-md-offset-2 {
518
    margin-left: 16.66666667%;
519
  }
520
  .col-md-offset-1 {
521
    margin-left: 8.33333333%;
522
  }
523
  .col-md-offset-0 {
524
    margin-left: 0%;
525
  }
526
}
527
@media (min-width: 1200px) {
528
  .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 {
529
    float: left;
530
  }
531
  .col-lg-12 {
532
    width: 100%;
533
  }
534
  .col-lg-11 {
535
    width: 91.66666667%;
536
  }
537
  .col-lg-10 {
538
    width: 83.33333333%;
539
  }
540
  .col-lg-9 {
541
    width: 75%;
542
  }
543
  .col-lg-8 {
544
    width: 66.66666667%;
545
  }
546
  .col-lg-7 {
547
    width: 58.33333333%;
548
  }
549
  .col-lg-6 {
550
    width: 50%;
551
  }
552
  .col-lg-5 {
553
    width: 41.66666667%;
554
  }
555
  .col-lg-4 {
556
    width: 33.33333333%;
557
  }
558
  .col-lg-3 {
559
    width: 25%;
560
  }
561
  .col-lg-2 {
562
    width: 16.66666667%;
563
  }
564
  .col-lg-1 {
565
    width: 8.33333333%;
566
  }
567
  .col-lg-pull-12 {
568
    right: 100%;
569
  }
570
  .col-lg-pull-11 {
571
    right: 91.66666667%;
572
  }
573
  .col-lg-pull-10 {
574
    right: 83.33333333%;
575
  }
576
  .col-lg-pull-9 {
577
    right: 75%;
578
  }
579
  .col-lg-pull-8 {
580
    right: 66.66666667%;
581
  }
582
  .col-lg-pull-7 {
583
    right: 58.33333333%;
584
  }
585
  .col-lg-pull-6 {
586
    right: 50%;
587
  }
588
  .col-lg-pull-5 {
589
    right: 41.66666667%;
590
  }
591
  .col-lg-pull-4 {
592
    right: 33.33333333%;
593
  }
594
  .col-lg-pull-3 {
595
    right: 25%;
596
  }
597
  .col-lg-pull-2 {
598
    right: 16.66666667%;
599
  }
600
  .col-lg-pull-1 {
601
    right: 8.33333333%;
602
  }
603
  .col-lg-pull-0 {
604
    right: auto;
605
  }
606
  .col-lg-push-12 {
607
    left: 100%;
608
  }
609
  .col-lg-push-11 {
610
    left: 91.66666667%;
611
  }
612
  .col-lg-push-10 {
613
    left: 83.33333333%;
614
  }
615
  .col-lg-push-9 {
616
    left: 75%;
617
  }
618
  .col-lg-push-8 {
619
    left: 66.66666667%;
620
  }
621
  .col-lg-push-7 {
622
    left: 58.33333333%;
623
  }
624
  .col-lg-push-6 {
625
    left: 50%;
626
  }
627
  .col-lg-push-5 {
628
    left: 41.66666667%;
629
  }
630
  .col-lg-push-4 {
631
    left: 33.33333333%;
632
  }
633
  .col-lg-push-3 {
634
    left: 25%;
635
  }
636
  .col-lg-push-2 {
637
    left: 16.66666667%;
638
  }
639
  .col-lg-push-1 {
640
    left: 8.33333333%;
641
  }
642
  .col-lg-push-0 {
643
    left: auto;
644
  }
645
  .col-lg-offset-12 {
646
    margin-left: 100%;
647
  }
648
  .col-lg-offset-11 {
649
    margin-left: 91.66666667%;
650
  }
651
  .col-lg-offset-10 {
652
    margin-left: 83.33333333%;
653
  }
654
  .col-lg-offset-9 {
655
    margin-left: 75%;
656
  }
657
  .col-lg-offset-8 {
658
    margin-left: 66.66666667%;
659
  }
660
  .col-lg-offset-7 {
661
    margin-left: 58.33333333%;
662
  }
663
  .col-lg-offset-6 {
664
    margin-left: 50%;
665
  }
666
  .col-lg-offset-5 {
667
    margin-left: 41.66666667%;
668
  }
669
  .col-lg-offset-4 {
670
    margin-left: 33.33333333%;
671
  }
672
  .col-lg-offset-3 {
673
    margin-left: 25%;
674
  }
675
  .col-lg-offset-2 {
676
    margin-left: 16.66666667%;
677
  }
678
  .col-lg-offset-1 {
679
    margin-left: 8.33333333%;
680
  }
681
  .col-lg-offset-0 {
682
    margin-left: 0%;
683
  }
684
}
685
.clearfix:before,
686
.clearfix:after,
687
.container:before,
688
.container:after,
689
.container-fluid:before,
690
.container-fluid:after,
691
.row:before,
692
.row:after {
693
  content: " ";
694
  display: table;
695
}
696
.clearfix:after,
697
.container:after,
698
.container-fluid:after,
699
.row:after {
700
  clear: both;
701
}
702
.center-block {
703
  display: block;
704
  margin-left: auto;
705
  margin-right: auto;
706
}
707
.pull-right {
708
  float: right !important;
709
}
710
.pull-left {
711
  float: left !important;
712
}
713
.hide {
714
  display: none !important;
715
}
716
.show {
717
  display: block !important;
718
}
719
.invisible {
720
  visibility: hidden;
721
}
722
.text-hide {
723
  font: 0/0 a;
724
  color: transparent;
725
  text-shadow: none;
726
  background-color: transparent;
727
  border: 0;
728
}
729
.hidden {
730
  display: none !important;
731
}
732
.affix {
733
  position: fixed;
734
}
735
@-ms-viewport {
736
  width: device-width;
737
}
738
.visible-xs,
739
.visible-sm,
740
.visible-md,
741
.visible-lg {
742
  display: none !important;
743
}
744
.visible-xs-block,
745
.visible-xs-inline,
746
.visible-xs-inline-block,
747
.visible-sm-block,
748
.visible-sm-inline,
749
.visible-sm-inline-block,
750
.visible-md-block,
751
.visible-md-inline,
752
.visible-md-inline-block,
753
.visible-lg-block,
754
.visible-lg-inline,
755
.visible-lg-inline-block {
756
  display: none !important;
757
}
758
@media (max-width: 767px) {
759
  .visible-xs {
760
    display: block !important;
761
  }
762
  table.visible-xs {
763
    display: table !important;
764
  }
765
  tr.visible-xs {
766
    display: table-row !important;
767
  }
768
  th.visible-xs,
769
  td.visible-xs {
770
    display: table-cell !important;
771
  }
772
}
773
@media (max-width: 767px) {
774
  .visible-xs-block {
775
    display: block !important;
776
  }
777
}
778
@media (max-width: 767px) {
779
  .visible-xs-inline {
780
    display: inline !important;
781
  }
782
}
783
@media (max-width: 767px) {
784
  .visible-xs-inline-block {
785
    display: inline-block !important;
786
  }
787
}
788
@media (min-width: 768px) and (max-width: 991px) {
789
  .visible-sm {
790
    display: block !important;
791
  }
792
  table.visible-sm {
793
    display: table !important;
794
  }
795
  tr.visible-sm {
796
    display: table-row !important;
797
  }
798
  th.visible-sm,
799
  td.visible-sm {
800
    display: table-cell !important;
801
  }
802
}
803
@media (min-width: 768px) and (max-width: 991px) {
804
  .visible-sm-block {
805
    display: block !important;
806
  }
807
}
808
@media (min-width: 768px) and (max-width: 991px) {
809
  .visible-sm-inline {
810
    display: inline !important;
811
  }
812
}
813
@media (min-width: 768px) and (max-width: 991px) {
814
  .visible-sm-inline-block {
815
    display: inline-block !important;
816
  }
817
}
818
@media (min-width: 992px) and (max-width: 1199px) {
819
  .visible-md {
820
    display: block !important;
821
  }
822
  table.visible-md {
823
    display: table !important;
824
  }
825
  tr.visible-md {
826
    display: table-row !important;
827
  }
828
  th.visible-md,
829
  td.visible-md {
830
    display: table-cell !important;
831
  }
832
}
833
@media (min-width: 992px) and (max-width: 1199px) {
834
  .visible-md-block {
835
    display: block !important;
836
  }
837
}
838
@media (min-width: 992px) and (max-width: 1199px) {
839
  .visible-md-inline {
840
    display: inline !important;
841
  }
842
}
843
@media (min-width: 992px) and (max-width: 1199px) {
844
  .visible-md-inline-block {
845
    display: inline-block !important;
846
  }
847
}
848
@media (min-width: 1200px) {
849
  .visible-lg {
850
    display: block !important;
851
  }
852
  table.visible-lg {
853
    display: table !important;
854
  }
855
  tr.visible-lg {
856
    display: table-row !important;
857
  }
858
  th.visible-lg,
859
  td.visible-lg {
860
    display: table-cell !important;
861
  }
862
}
863
@media (min-width: 1200px) {
864
  .visible-lg-block {
865
    display: block !important;
866
  }
867
}
868
@media (min-width: 1200px) {
869
  .visible-lg-inline {
870
    display: inline !important;
871
  }
872
}
873
@media (min-width: 1200px) {
874
  .visible-lg-inline-block {
875
    display: inline-block !important;
876
  }
877
}
878
@media (max-width: 767px) {
879
  .hidden-xs {
880
    display: none !important;
881
  }
882
}
883
@media (min-width: 768px) and (max-width: 991px) {
884
  .hidden-sm {
885
    display: none !important;
886
  }
887
}
888
@media (min-width: 992px) and (max-width: 1199px) {
889
  .hidden-md {
890
    display: none !important;
891
  }
892
}
893
@media (min-width: 1200px) {
894
  .hidden-lg {
895
    display: none !important;
896
  }
897
}
898
.visible-print {
899
  display: none !important;
900
}
901
@media print {
902
  .visible-print {
903
    display: block !important;
904
  }
905
  table.visible-print {
906
    display: table !important;
907
  }
908
  tr.visible-print {
909
    display: table-row !important;
910
  }
911
  th.visible-print,
912
  td.visible-print {
913
    display: table-cell !important;
914
  }
915
}
916
.visible-print-block {
917
  display: none !important;
918
}
919
@media print {
920
  .visible-print-block {
921
    display: block !important;
922
  }
923
}
924
.visible-print-inline {
925
  display: none !important;
926
}
927
@media print {
928
  .visible-print-inline {
929
    display: inline !important;
930
  }
931
}
932
.visible-print-inline-block {
933
  display: none !important;
934
}
935
@media print {
936
  .visible-print-inline-block {
937
    display: inline-block !important;
938
  }
939
}
940
@media print {
941
  .hidden-print {
942
    display: none !important;
943
  }
944
}