startbootstrap-one-page-wonder-jekyll 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +19 -0
- data/_config.yml +18 -0
- data/_includes/footer.html +7 -0
- data/_includes/head.html +16 -0
- data/_includes/nav.html +19 -0
- data/_includes/scripts.html +3 -0
- data/_includes/section.html +53 -0
- data/_layouts/default.html +25 -0
- data/assets/bootstrap/css/bootstrap-grid.css +3904 -0
- data/assets/bootstrap/css/bootstrap-grid.css.map +1 -0
- data/assets/bootstrap/css/bootstrap-grid.min.css +7 -0
- data/assets/bootstrap/css/bootstrap-grid.min.css.map +1 -0
- data/assets/bootstrap/css/bootstrap-reboot.css +325 -0
- data/assets/bootstrap/css/bootstrap-reboot.css.map +1 -0
- data/assets/bootstrap/css/bootstrap-reboot.min.css +8 -0
- data/assets/bootstrap/css/bootstrap-reboot.min.css.map +1 -0
- data/assets/bootstrap/css/bootstrap.css +10278 -0
- data/assets/bootstrap/css/bootstrap.css.map +1 -0
- data/assets/bootstrap/css/bootstrap.min.css +7 -0
- data/assets/bootstrap/css/bootstrap.min.css.map +1 -0
- data/assets/bootstrap/js/bootstrap.bundle.js +7033 -0
- data/assets/bootstrap/js/bootstrap.bundle.js.map +1 -0
- data/assets/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/assets/bootstrap/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/bootstrap/js/bootstrap.js +4420 -0
- data/assets/bootstrap/js/bootstrap.js.map +1 -0
- data/assets/bootstrap/js/bootstrap.min.js +7 -0
- data/assets/bootstrap/js/bootstrap.min.js.map +1 -0
- data/assets/css/one-page-wonder.css +160 -0
- data/assets/css/one-page-wonder.min.css +5 -0
- data/assets/img/01.jpg +0 -0
- data/assets/img/02.jpg +0 -0
- data/assets/img/03.jpg +0 -0
- data/assets/jquery/jquery.js +10872 -0
- data/assets/jquery/jquery.min.js +2 -0
- data/assets/jquery/jquery.min.map +1 -0
- data/assets/jquery/jquery.slim.js +8777 -0
- data/assets/jquery/jquery.slim.min.js +2 -0
- data/assets/jquery/jquery.slim.min.map +1 -0
- data/assets/scss/_bootstrap-overrides.scss +31 -0
- data/assets/scss/_global.scss +28 -0
- data/assets/scss/_masthead.scss +66 -0
- data/assets/scss/_mixins.scss +8 -0
- data/assets/scss/_navbar.scss +21 -0
- data/assets/scss/_variables.scss +18 -0
- data/assets/scss/one-page-wonder.scss +9 -0
- metadata +148 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 462a42d25cf6475e48d6b0545f40f0df78677eb11f76a77cdda1883007f42d65
|
4
|
+
data.tar.gz: 274ece9d2c5321ba8a084ba38b30df359fe6dbc0836ffadba7d544d4da6a0c29
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 16d0e56ded2ad4b58e483e7a503385c99bf4fb2447b960fd684bf6df251a2425fbfd8e54cec3330373a9820631764597a84f1daab10e52f6cae553c691e6e8c9
|
7
|
+
data.tar.gz: 9ef019c86ef356dd609ef5e9714a22e4ea39d01943666f2a42191881c2e9bd9bd112cc1f343fd83fade656fcc422e3c66198ca7af9e6ec62bbdc49edf6d08438
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2013-2019 Blackrock Digital LLC
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# Startbootrap One Page Wonder Theme adapted for Jekyll
|
2
|
+
|
3
|
+
[One Page Wonder](https://startbootstrap.com/themes/one-page-wonder/) is a theme for [Jekyll](https://jekyllrb.com) adapted from the [Bootstrap](https://getbootstrap.com/) based theme with the same name from the good folks at [Startbootrap.com](https://startbootstrap.com).
|
4
|
+
|
5
|
+
## Preview
|
6
|
+
[![One Page Wonder](https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll/blob/master/one-page-wonder.gif)](https://thypirate.github.io/startbootstrap-one-page-wonder-jekyll/)
|
7
|
+
|
8
|
+
## Download and Installing
|
9
|
+
You can either:
|
10
|
+
* Clone the repo using the following command ```git clone https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll/.git```.
|
11
|
+
* Download, Fork or Clone on Github.
|
12
|
+
|
13
|
+
## How to use
|
14
|
+
* You can edit and add new entries like Jekyll plugins in the ```_config.yml``` to suit your needs.
|
15
|
+
|
16
|
+
## Build
|
17
|
+
While in the root of you site execute the following commands to build:
|
18
|
+
* ```bundle install``` - Install the dependencies with [Bundler](https://bundler.io/).
|
19
|
+
* ```bundle exec jekyll serve``` - Build the site and make it available on a local server at ```http://localhost:4000```.
|
data/_config.yml
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
title: One Page Wonder, Start Bootstrap Template by startbootstrap.com
|
2
|
+
email: your-email@example.com
|
3
|
+
description: ""
|
4
|
+
author: ""
|
5
|
+
|
6
|
+
plugins:
|
7
|
+
- jekyll-seo-tag
|
8
|
+
- jekyll-sitemap
|
9
|
+
|
10
|
+
exclude:
|
11
|
+
- LICENSE
|
12
|
+
- README.md
|
13
|
+
- one-page-wonder.gif
|
14
|
+
|
15
|
+
# Social Profiles
|
16
|
+
twitter_username: ""
|
17
|
+
github_username: ""
|
18
|
+
facebook_username: ""
|
data/_includes/head.html
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
<meta charset="utf-8">
|
2
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
3
|
+
<meta name="description" content="">
|
4
|
+
<meta name="author" content="">
|
5
|
+
|
6
|
+
<title>One Page Wonder - Start Bootstrap Template</title>
|
7
|
+
|
8
|
+
<!-- Bootstrap core CSS -->
|
9
|
+
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<!-- Custom fonts for this template -->
|
12
|
+
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
|
13
|
+
<link href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
|
14
|
+
|
15
|
+
<!-- Custom styles for this template -->
|
16
|
+
<link href="assets/css/one-page-wonder.min.css" rel="stylesheet">
|
data/_includes/nav.html
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
<!-- Navigation -->
|
2
|
+
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
|
3
|
+
<div class="container">
|
4
|
+
<a class="navbar-brand" href="#">Start Bootstrap</a>
|
5
|
+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
6
|
+
<span class="navbar-toggler-icon"></span>
|
7
|
+
</button>
|
8
|
+
<div class="collapse navbar-collapse" id="navbarResponsive">
|
9
|
+
<ul class="navbar-nav ml-auto">
|
10
|
+
<li class="nav-item">
|
11
|
+
<a class="nav-link" href="#">Sign Up</a>
|
12
|
+
</li>
|
13
|
+
<li class="nav-item">
|
14
|
+
<a class="nav-link" href="#">Log In</a>
|
15
|
+
</li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
</nav>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
<section>
|
2
|
+
<div class="container">
|
3
|
+
<div class="row align-items-center">
|
4
|
+
<div class="col-lg-6 order-lg-2">
|
5
|
+
<div class="p-5">
|
6
|
+
<img class="img-fluid rounded-circle" src="assets/img/01.jpg" alt="">
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
<div class="col-lg-6 order-lg-1">
|
10
|
+
<div class="p-5">
|
11
|
+
<h2 class="display-4">For those about to rock...</h2>
|
12
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod aliquid, mollitia odio veniam sit iste esse assumenda amet aperiam exercitationem, ea animi blanditiis recusandae! Ratione voluptatum molestiae adipisci, beatae obcaecati.</p>
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
</section>
|
18
|
+
|
19
|
+
<section>
|
20
|
+
<div class="container">
|
21
|
+
<div class="row align-items-center">
|
22
|
+
<div class="col-lg-6">
|
23
|
+
<div class="p-5">
|
24
|
+
<img class="img-fluid rounded-circle" src="assets/img/02.jpg" alt="">
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
<div class="col-lg-6">
|
28
|
+
<div class="p-5">
|
29
|
+
<h2 class="display-4">We salute you!</h2>
|
30
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod aliquid, mollitia odio veniam sit iste esse assumenda amet aperiam exercitationem, ea animi blanditiis recusandae! Ratione voluptatum molestiae adipisci, beatae obcaecati.</p>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
</section>
|
36
|
+
|
37
|
+
<section>
|
38
|
+
<div class="container">
|
39
|
+
<div class="row align-items-center">
|
40
|
+
<div class="col-lg-6 order-lg-2">
|
41
|
+
<div class="p-5">
|
42
|
+
<img class="img-fluid rounded-circle" src="assets/img/03.jpg" alt="">
|
43
|
+
</div>
|
44
|
+
</div>
|
45
|
+
<div class="col-lg-6 order-lg-1">
|
46
|
+
<div class="p-5">
|
47
|
+
<h2 class="display-4">Let there be rock!</h2>
|
48
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod aliquid, mollitia odio veniam sit iste esse assumenda amet aperiam exercitationem, ea animi blanditiis recusandae! Ratione voluptatum molestiae adipisci, beatae obcaecati.</p>
|
49
|
+
</div>
|
50
|
+
</div>
|
51
|
+
</div>
|
52
|
+
</div>
|
53
|
+
</section>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
{% include head.html %}
|
5
|
+
</head>
|
6
|
+
<body>
|
7
|
+
{% include nav.html %}
|
8
|
+
<header class="masthead text-center text-white">
|
9
|
+
<div class="masthead-content">
|
10
|
+
<div class="container">
|
11
|
+
<h1 class="masthead-heading mb-0">One Page Wonder</h1>
|
12
|
+
<h2 class="masthead-subheading mb-0">Will Rock Your Socks Off</h2>
|
13
|
+
<a href="#" class="btn btn-primary btn-xl rounded-pill mt-5">Learn More</a>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
<div class="bg-circle-1 bg-circle"></div>
|
17
|
+
<div class="bg-circle-2 bg-circle"></div>
|
18
|
+
<div class="bg-circle-3 bg-circle"></div>
|
19
|
+
<div class="bg-circle-4 bg-circle"></div>
|
20
|
+
</header>
|
21
|
+
{% include section.html %}
|
22
|
+
{% include footer.html %}
|
23
|
+
{% include scripts.html %}
|
24
|
+
</body>
|
25
|
+
</html>
|
@@ -0,0 +1,3904 @@
|
|
1
|
+
/*!
|
2
|
+
* Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
|
3
|
+
* Copyright 2011-2020 The Bootstrap Authors
|
4
|
+
* Copyright 2011-2020 Twitter, Inc.
|
5
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6
|
+
*/
|
7
|
+
html {
|
8
|
+
box-sizing: border-box;
|
9
|
+
-ms-overflow-style: scrollbar;
|
10
|
+
}
|
11
|
+
|
12
|
+
*,
|
13
|
+
*::before,
|
14
|
+
*::after {
|
15
|
+
box-sizing: inherit;
|
16
|
+
}
|
17
|
+
|
18
|
+
.container {
|
19
|
+
width: 100%;
|
20
|
+
padding-right: 15px;
|
21
|
+
padding-left: 15px;
|
22
|
+
margin-right: auto;
|
23
|
+
margin-left: auto;
|
24
|
+
}
|
25
|
+
|
26
|
+
@media (min-width: 576px) {
|
27
|
+
.container {
|
28
|
+
max-width: 540px;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
@media (min-width: 768px) {
|
33
|
+
.container {
|
34
|
+
max-width: 720px;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
@media (min-width: 992px) {
|
39
|
+
.container {
|
40
|
+
max-width: 960px;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
@media (min-width: 1200px) {
|
45
|
+
.container {
|
46
|
+
max-width: 1140px;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
|
51
|
+
width: 100%;
|
52
|
+
padding-right: 15px;
|
53
|
+
padding-left: 15px;
|
54
|
+
margin-right: auto;
|
55
|
+
margin-left: auto;
|
56
|
+
}
|
57
|
+
|
58
|
+
@media (min-width: 576px) {
|
59
|
+
.container, .container-sm {
|
60
|
+
max-width: 540px;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
@media (min-width: 768px) {
|
65
|
+
.container, .container-sm, .container-md {
|
66
|
+
max-width: 720px;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
@media (min-width: 992px) {
|
71
|
+
.container, .container-sm, .container-md, .container-lg {
|
72
|
+
max-width: 960px;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
@media (min-width: 1200px) {
|
77
|
+
.container, .container-sm, .container-md, .container-lg, .container-xl {
|
78
|
+
max-width: 1140px;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
|
82
|
+
.row {
|
83
|
+
display: -ms-flexbox;
|
84
|
+
display: flex;
|
85
|
+
-ms-flex-wrap: wrap;
|
86
|
+
flex-wrap: wrap;
|
87
|
+
margin-right: -15px;
|
88
|
+
margin-left: -15px;
|
89
|
+
}
|
90
|
+
|
91
|
+
.no-gutters {
|
92
|
+
margin-right: 0;
|
93
|
+
margin-left: 0;
|
94
|
+
}
|
95
|
+
|
96
|
+
.no-gutters > .col,
|
97
|
+
.no-gutters > [class*="col-"] {
|
98
|
+
padding-right: 0;
|
99
|
+
padding-left: 0;
|
100
|
+
}
|
101
|
+
|
102
|
+
.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,
|
103
|
+
.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,
|
104
|
+
.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,
|
105
|
+
.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,
|
106
|
+
.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,
|
107
|
+
.col-xl-auto {
|
108
|
+
position: relative;
|
109
|
+
width: 100%;
|
110
|
+
padding-right: 15px;
|
111
|
+
padding-left: 15px;
|
112
|
+
}
|
113
|
+
|
114
|
+
.col {
|
115
|
+
-ms-flex-preferred-size: 0;
|
116
|
+
flex-basis: 0;
|
117
|
+
-ms-flex-positive: 1;
|
118
|
+
flex-grow: 1;
|
119
|
+
min-width: 0;
|
120
|
+
max-width: 100%;
|
121
|
+
}
|
122
|
+
|
123
|
+
.row-cols-1 > * {
|
124
|
+
-ms-flex: 0 0 100%;
|
125
|
+
flex: 0 0 100%;
|
126
|
+
max-width: 100%;
|
127
|
+
}
|
128
|
+
|
129
|
+
.row-cols-2 > * {
|
130
|
+
-ms-flex: 0 0 50%;
|
131
|
+
flex: 0 0 50%;
|
132
|
+
max-width: 50%;
|
133
|
+
}
|
134
|
+
|
135
|
+
.row-cols-3 > * {
|
136
|
+
-ms-flex: 0 0 33.333333%;
|
137
|
+
flex: 0 0 33.333333%;
|
138
|
+
max-width: 33.333333%;
|
139
|
+
}
|
140
|
+
|
141
|
+
.row-cols-4 > * {
|
142
|
+
-ms-flex: 0 0 25%;
|
143
|
+
flex: 0 0 25%;
|
144
|
+
max-width: 25%;
|
145
|
+
}
|
146
|
+
|
147
|
+
.row-cols-5 > * {
|
148
|
+
-ms-flex: 0 0 20%;
|
149
|
+
flex: 0 0 20%;
|
150
|
+
max-width: 20%;
|
151
|
+
}
|
152
|
+
|
153
|
+
.row-cols-6 > * {
|
154
|
+
-ms-flex: 0 0 16.666667%;
|
155
|
+
flex: 0 0 16.666667%;
|
156
|
+
max-width: 16.666667%;
|
157
|
+
}
|
158
|
+
|
159
|
+
.col-auto {
|
160
|
+
-ms-flex: 0 0 auto;
|
161
|
+
flex: 0 0 auto;
|
162
|
+
width: auto;
|
163
|
+
max-width: 100%;
|
164
|
+
}
|
165
|
+
|
166
|
+
.col-1 {
|
167
|
+
-ms-flex: 0 0 8.333333%;
|
168
|
+
flex: 0 0 8.333333%;
|
169
|
+
max-width: 8.333333%;
|
170
|
+
}
|
171
|
+
|
172
|
+
.col-2 {
|
173
|
+
-ms-flex: 0 0 16.666667%;
|
174
|
+
flex: 0 0 16.666667%;
|
175
|
+
max-width: 16.666667%;
|
176
|
+
}
|
177
|
+
|
178
|
+
.col-3 {
|
179
|
+
-ms-flex: 0 0 25%;
|
180
|
+
flex: 0 0 25%;
|
181
|
+
max-width: 25%;
|
182
|
+
}
|
183
|
+
|
184
|
+
.col-4 {
|
185
|
+
-ms-flex: 0 0 33.333333%;
|
186
|
+
flex: 0 0 33.333333%;
|
187
|
+
max-width: 33.333333%;
|
188
|
+
}
|
189
|
+
|
190
|
+
.col-5 {
|
191
|
+
-ms-flex: 0 0 41.666667%;
|
192
|
+
flex: 0 0 41.666667%;
|
193
|
+
max-width: 41.666667%;
|
194
|
+
}
|
195
|
+
|
196
|
+
.col-6 {
|
197
|
+
-ms-flex: 0 0 50%;
|
198
|
+
flex: 0 0 50%;
|
199
|
+
max-width: 50%;
|
200
|
+
}
|
201
|
+
|
202
|
+
.col-7 {
|
203
|
+
-ms-flex: 0 0 58.333333%;
|
204
|
+
flex: 0 0 58.333333%;
|
205
|
+
max-width: 58.333333%;
|
206
|
+
}
|
207
|
+
|
208
|
+
.col-8 {
|
209
|
+
-ms-flex: 0 0 66.666667%;
|
210
|
+
flex: 0 0 66.666667%;
|
211
|
+
max-width: 66.666667%;
|
212
|
+
}
|
213
|
+
|
214
|
+
.col-9 {
|
215
|
+
-ms-flex: 0 0 75%;
|
216
|
+
flex: 0 0 75%;
|
217
|
+
max-width: 75%;
|
218
|
+
}
|
219
|
+
|
220
|
+
.col-10 {
|
221
|
+
-ms-flex: 0 0 83.333333%;
|
222
|
+
flex: 0 0 83.333333%;
|
223
|
+
max-width: 83.333333%;
|
224
|
+
}
|
225
|
+
|
226
|
+
.col-11 {
|
227
|
+
-ms-flex: 0 0 91.666667%;
|
228
|
+
flex: 0 0 91.666667%;
|
229
|
+
max-width: 91.666667%;
|
230
|
+
}
|
231
|
+
|
232
|
+
.col-12 {
|
233
|
+
-ms-flex: 0 0 100%;
|
234
|
+
flex: 0 0 100%;
|
235
|
+
max-width: 100%;
|
236
|
+
}
|
237
|
+
|
238
|
+
.order-first {
|
239
|
+
-ms-flex-order: -1;
|
240
|
+
order: -1;
|
241
|
+
}
|
242
|
+
|
243
|
+
.order-last {
|
244
|
+
-ms-flex-order: 13;
|
245
|
+
order: 13;
|
246
|
+
}
|
247
|
+
|
248
|
+
.order-0 {
|
249
|
+
-ms-flex-order: 0;
|
250
|
+
order: 0;
|
251
|
+
}
|
252
|
+
|
253
|
+
.order-1 {
|
254
|
+
-ms-flex-order: 1;
|
255
|
+
order: 1;
|
256
|
+
}
|
257
|
+
|
258
|
+
.order-2 {
|
259
|
+
-ms-flex-order: 2;
|
260
|
+
order: 2;
|
261
|
+
}
|
262
|
+
|
263
|
+
.order-3 {
|
264
|
+
-ms-flex-order: 3;
|
265
|
+
order: 3;
|
266
|
+
}
|
267
|
+
|
268
|
+
.order-4 {
|
269
|
+
-ms-flex-order: 4;
|
270
|
+
order: 4;
|
271
|
+
}
|
272
|
+
|
273
|
+
.order-5 {
|
274
|
+
-ms-flex-order: 5;
|
275
|
+
order: 5;
|
276
|
+
}
|
277
|
+
|
278
|
+
.order-6 {
|
279
|
+
-ms-flex-order: 6;
|
280
|
+
order: 6;
|
281
|
+
}
|
282
|
+
|
283
|
+
.order-7 {
|
284
|
+
-ms-flex-order: 7;
|
285
|
+
order: 7;
|
286
|
+
}
|
287
|
+
|
288
|
+
.order-8 {
|
289
|
+
-ms-flex-order: 8;
|
290
|
+
order: 8;
|
291
|
+
}
|
292
|
+
|
293
|
+
.order-9 {
|
294
|
+
-ms-flex-order: 9;
|
295
|
+
order: 9;
|
296
|
+
}
|
297
|
+
|
298
|
+
.order-10 {
|
299
|
+
-ms-flex-order: 10;
|
300
|
+
order: 10;
|
301
|
+
}
|
302
|
+
|
303
|
+
.order-11 {
|
304
|
+
-ms-flex-order: 11;
|
305
|
+
order: 11;
|
306
|
+
}
|
307
|
+
|
308
|
+
.order-12 {
|
309
|
+
-ms-flex-order: 12;
|
310
|
+
order: 12;
|
311
|
+
}
|
312
|
+
|
313
|
+
.offset-1 {
|
314
|
+
margin-left: 8.333333%;
|
315
|
+
}
|
316
|
+
|
317
|
+
.offset-2 {
|
318
|
+
margin-left: 16.666667%;
|
319
|
+
}
|
320
|
+
|
321
|
+
.offset-3 {
|
322
|
+
margin-left: 25%;
|
323
|
+
}
|
324
|
+
|
325
|
+
.offset-4 {
|
326
|
+
margin-left: 33.333333%;
|
327
|
+
}
|
328
|
+
|
329
|
+
.offset-5 {
|
330
|
+
margin-left: 41.666667%;
|
331
|
+
}
|
332
|
+
|
333
|
+
.offset-6 {
|
334
|
+
margin-left: 50%;
|
335
|
+
}
|
336
|
+
|
337
|
+
.offset-7 {
|
338
|
+
margin-left: 58.333333%;
|
339
|
+
}
|
340
|
+
|
341
|
+
.offset-8 {
|
342
|
+
margin-left: 66.666667%;
|
343
|
+
}
|
344
|
+
|
345
|
+
.offset-9 {
|
346
|
+
margin-left: 75%;
|
347
|
+
}
|
348
|
+
|
349
|
+
.offset-10 {
|
350
|
+
margin-left: 83.333333%;
|
351
|
+
}
|
352
|
+
|
353
|
+
.offset-11 {
|
354
|
+
margin-left: 91.666667%;
|
355
|
+
}
|
356
|
+
|
357
|
+
@media (min-width: 576px) {
|
358
|
+
.col-sm {
|
359
|
+
-ms-flex-preferred-size: 0;
|
360
|
+
flex-basis: 0;
|
361
|
+
-ms-flex-positive: 1;
|
362
|
+
flex-grow: 1;
|
363
|
+
min-width: 0;
|
364
|
+
max-width: 100%;
|
365
|
+
}
|
366
|
+
.row-cols-sm-1 > * {
|
367
|
+
-ms-flex: 0 0 100%;
|
368
|
+
flex: 0 0 100%;
|
369
|
+
max-width: 100%;
|
370
|
+
}
|
371
|
+
.row-cols-sm-2 > * {
|
372
|
+
-ms-flex: 0 0 50%;
|
373
|
+
flex: 0 0 50%;
|
374
|
+
max-width: 50%;
|
375
|
+
}
|
376
|
+
.row-cols-sm-3 > * {
|
377
|
+
-ms-flex: 0 0 33.333333%;
|
378
|
+
flex: 0 0 33.333333%;
|
379
|
+
max-width: 33.333333%;
|
380
|
+
}
|
381
|
+
.row-cols-sm-4 > * {
|
382
|
+
-ms-flex: 0 0 25%;
|
383
|
+
flex: 0 0 25%;
|
384
|
+
max-width: 25%;
|
385
|
+
}
|
386
|
+
.row-cols-sm-5 > * {
|
387
|
+
-ms-flex: 0 0 20%;
|
388
|
+
flex: 0 0 20%;
|
389
|
+
max-width: 20%;
|
390
|
+
}
|
391
|
+
.row-cols-sm-6 > * {
|
392
|
+
-ms-flex: 0 0 16.666667%;
|
393
|
+
flex: 0 0 16.666667%;
|
394
|
+
max-width: 16.666667%;
|
395
|
+
}
|
396
|
+
.col-sm-auto {
|
397
|
+
-ms-flex: 0 0 auto;
|
398
|
+
flex: 0 0 auto;
|
399
|
+
width: auto;
|
400
|
+
max-width: 100%;
|
401
|
+
}
|
402
|
+
.col-sm-1 {
|
403
|
+
-ms-flex: 0 0 8.333333%;
|
404
|
+
flex: 0 0 8.333333%;
|
405
|
+
max-width: 8.333333%;
|
406
|
+
}
|
407
|
+
.col-sm-2 {
|
408
|
+
-ms-flex: 0 0 16.666667%;
|
409
|
+
flex: 0 0 16.666667%;
|
410
|
+
max-width: 16.666667%;
|
411
|
+
}
|
412
|
+
.col-sm-3 {
|
413
|
+
-ms-flex: 0 0 25%;
|
414
|
+
flex: 0 0 25%;
|
415
|
+
max-width: 25%;
|
416
|
+
}
|
417
|
+
.col-sm-4 {
|
418
|
+
-ms-flex: 0 0 33.333333%;
|
419
|
+
flex: 0 0 33.333333%;
|
420
|
+
max-width: 33.333333%;
|
421
|
+
}
|
422
|
+
.col-sm-5 {
|
423
|
+
-ms-flex: 0 0 41.666667%;
|
424
|
+
flex: 0 0 41.666667%;
|
425
|
+
max-width: 41.666667%;
|
426
|
+
}
|
427
|
+
.col-sm-6 {
|
428
|
+
-ms-flex: 0 0 50%;
|
429
|
+
flex: 0 0 50%;
|
430
|
+
max-width: 50%;
|
431
|
+
}
|
432
|
+
.col-sm-7 {
|
433
|
+
-ms-flex: 0 0 58.333333%;
|
434
|
+
flex: 0 0 58.333333%;
|
435
|
+
max-width: 58.333333%;
|
436
|
+
}
|
437
|
+
.col-sm-8 {
|
438
|
+
-ms-flex: 0 0 66.666667%;
|
439
|
+
flex: 0 0 66.666667%;
|
440
|
+
max-width: 66.666667%;
|
441
|
+
}
|
442
|
+
.col-sm-9 {
|
443
|
+
-ms-flex: 0 0 75%;
|
444
|
+
flex: 0 0 75%;
|
445
|
+
max-width: 75%;
|
446
|
+
}
|
447
|
+
.col-sm-10 {
|
448
|
+
-ms-flex: 0 0 83.333333%;
|
449
|
+
flex: 0 0 83.333333%;
|
450
|
+
max-width: 83.333333%;
|
451
|
+
}
|
452
|
+
.col-sm-11 {
|
453
|
+
-ms-flex: 0 0 91.666667%;
|
454
|
+
flex: 0 0 91.666667%;
|
455
|
+
max-width: 91.666667%;
|
456
|
+
}
|
457
|
+
.col-sm-12 {
|
458
|
+
-ms-flex: 0 0 100%;
|
459
|
+
flex: 0 0 100%;
|
460
|
+
max-width: 100%;
|
461
|
+
}
|
462
|
+
.order-sm-first {
|
463
|
+
-ms-flex-order: -1;
|
464
|
+
order: -1;
|
465
|
+
}
|
466
|
+
.order-sm-last {
|
467
|
+
-ms-flex-order: 13;
|
468
|
+
order: 13;
|
469
|
+
}
|
470
|
+
.order-sm-0 {
|
471
|
+
-ms-flex-order: 0;
|
472
|
+
order: 0;
|
473
|
+
}
|
474
|
+
.order-sm-1 {
|
475
|
+
-ms-flex-order: 1;
|
476
|
+
order: 1;
|
477
|
+
}
|
478
|
+
.order-sm-2 {
|
479
|
+
-ms-flex-order: 2;
|
480
|
+
order: 2;
|
481
|
+
}
|
482
|
+
.order-sm-3 {
|
483
|
+
-ms-flex-order: 3;
|
484
|
+
order: 3;
|
485
|
+
}
|
486
|
+
.order-sm-4 {
|
487
|
+
-ms-flex-order: 4;
|
488
|
+
order: 4;
|
489
|
+
}
|
490
|
+
.order-sm-5 {
|
491
|
+
-ms-flex-order: 5;
|
492
|
+
order: 5;
|
493
|
+
}
|
494
|
+
.order-sm-6 {
|
495
|
+
-ms-flex-order: 6;
|
496
|
+
order: 6;
|
497
|
+
}
|
498
|
+
.order-sm-7 {
|
499
|
+
-ms-flex-order: 7;
|
500
|
+
order: 7;
|
501
|
+
}
|
502
|
+
.order-sm-8 {
|
503
|
+
-ms-flex-order: 8;
|
504
|
+
order: 8;
|
505
|
+
}
|
506
|
+
.order-sm-9 {
|
507
|
+
-ms-flex-order: 9;
|
508
|
+
order: 9;
|
509
|
+
}
|
510
|
+
.order-sm-10 {
|
511
|
+
-ms-flex-order: 10;
|
512
|
+
order: 10;
|
513
|
+
}
|
514
|
+
.order-sm-11 {
|
515
|
+
-ms-flex-order: 11;
|
516
|
+
order: 11;
|
517
|
+
}
|
518
|
+
.order-sm-12 {
|
519
|
+
-ms-flex-order: 12;
|
520
|
+
order: 12;
|
521
|
+
}
|
522
|
+
.offset-sm-0 {
|
523
|
+
margin-left: 0;
|
524
|
+
}
|
525
|
+
.offset-sm-1 {
|
526
|
+
margin-left: 8.333333%;
|
527
|
+
}
|
528
|
+
.offset-sm-2 {
|
529
|
+
margin-left: 16.666667%;
|
530
|
+
}
|
531
|
+
.offset-sm-3 {
|
532
|
+
margin-left: 25%;
|
533
|
+
}
|
534
|
+
.offset-sm-4 {
|
535
|
+
margin-left: 33.333333%;
|
536
|
+
}
|
537
|
+
.offset-sm-5 {
|
538
|
+
margin-left: 41.666667%;
|
539
|
+
}
|
540
|
+
.offset-sm-6 {
|
541
|
+
margin-left: 50%;
|
542
|
+
}
|
543
|
+
.offset-sm-7 {
|
544
|
+
margin-left: 58.333333%;
|
545
|
+
}
|
546
|
+
.offset-sm-8 {
|
547
|
+
margin-left: 66.666667%;
|
548
|
+
}
|
549
|
+
.offset-sm-9 {
|
550
|
+
margin-left: 75%;
|
551
|
+
}
|
552
|
+
.offset-sm-10 {
|
553
|
+
margin-left: 83.333333%;
|
554
|
+
}
|
555
|
+
.offset-sm-11 {
|
556
|
+
margin-left: 91.666667%;
|
557
|
+
}
|
558
|
+
}
|
559
|
+
|
560
|
+
@media (min-width: 768px) {
|
561
|
+
.col-md {
|
562
|
+
-ms-flex-preferred-size: 0;
|
563
|
+
flex-basis: 0;
|
564
|
+
-ms-flex-positive: 1;
|
565
|
+
flex-grow: 1;
|
566
|
+
min-width: 0;
|
567
|
+
max-width: 100%;
|
568
|
+
}
|
569
|
+
.row-cols-md-1 > * {
|
570
|
+
-ms-flex: 0 0 100%;
|
571
|
+
flex: 0 0 100%;
|
572
|
+
max-width: 100%;
|
573
|
+
}
|
574
|
+
.row-cols-md-2 > * {
|
575
|
+
-ms-flex: 0 0 50%;
|
576
|
+
flex: 0 0 50%;
|
577
|
+
max-width: 50%;
|
578
|
+
}
|
579
|
+
.row-cols-md-3 > * {
|
580
|
+
-ms-flex: 0 0 33.333333%;
|
581
|
+
flex: 0 0 33.333333%;
|
582
|
+
max-width: 33.333333%;
|
583
|
+
}
|
584
|
+
.row-cols-md-4 > * {
|
585
|
+
-ms-flex: 0 0 25%;
|
586
|
+
flex: 0 0 25%;
|
587
|
+
max-width: 25%;
|
588
|
+
}
|
589
|
+
.row-cols-md-5 > * {
|
590
|
+
-ms-flex: 0 0 20%;
|
591
|
+
flex: 0 0 20%;
|
592
|
+
max-width: 20%;
|
593
|
+
}
|
594
|
+
.row-cols-md-6 > * {
|
595
|
+
-ms-flex: 0 0 16.666667%;
|
596
|
+
flex: 0 0 16.666667%;
|
597
|
+
max-width: 16.666667%;
|
598
|
+
}
|
599
|
+
.col-md-auto {
|
600
|
+
-ms-flex: 0 0 auto;
|
601
|
+
flex: 0 0 auto;
|
602
|
+
width: auto;
|
603
|
+
max-width: 100%;
|
604
|
+
}
|
605
|
+
.col-md-1 {
|
606
|
+
-ms-flex: 0 0 8.333333%;
|
607
|
+
flex: 0 0 8.333333%;
|
608
|
+
max-width: 8.333333%;
|
609
|
+
}
|
610
|
+
.col-md-2 {
|
611
|
+
-ms-flex: 0 0 16.666667%;
|
612
|
+
flex: 0 0 16.666667%;
|
613
|
+
max-width: 16.666667%;
|
614
|
+
}
|
615
|
+
.col-md-3 {
|
616
|
+
-ms-flex: 0 0 25%;
|
617
|
+
flex: 0 0 25%;
|
618
|
+
max-width: 25%;
|
619
|
+
}
|
620
|
+
.col-md-4 {
|
621
|
+
-ms-flex: 0 0 33.333333%;
|
622
|
+
flex: 0 0 33.333333%;
|
623
|
+
max-width: 33.333333%;
|
624
|
+
}
|
625
|
+
.col-md-5 {
|
626
|
+
-ms-flex: 0 0 41.666667%;
|
627
|
+
flex: 0 0 41.666667%;
|
628
|
+
max-width: 41.666667%;
|
629
|
+
}
|
630
|
+
.col-md-6 {
|
631
|
+
-ms-flex: 0 0 50%;
|
632
|
+
flex: 0 0 50%;
|
633
|
+
max-width: 50%;
|
634
|
+
}
|
635
|
+
.col-md-7 {
|
636
|
+
-ms-flex: 0 0 58.333333%;
|
637
|
+
flex: 0 0 58.333333%;
|
638
|
+
max-width: 58.333333%;
|
639
|
+
}
|
640
|
+
.col-md-8 {
|
641
|
+
-ms-flex: 0 0 66.666667%;
|
642
|
+
flex: 0 0 66.666667%;
|
643
|
+
max-width: 66.666667%;
|
644
|
+
}
|
645
|
+
.col-md-9 {
|
646
|
+
-ms-flex: 0 0 75%;
|
647
|
+
flex: 0 0 75%;
|
648
|
+
max-width: 75%;
|
649
|
+
}
|
650
|
+
.col-md-10 {
|
651
|
+
-ms-flex: 0 0 83.333333%;
|
652
|
+
flex: 0 0 83.333333%;
|
653
|
+
max-width: 83.333333%;
|
654
|
+
}
|
655
|
+
.col-md-11 {
|
656
|
+
-ms-flex: 0 0 91.666667%;
|
657
|
+
flex: 0 0 91.666667%;
|
658
|
+
max-width: 91.666667%;
|
659
|
+
}
|
660
|
+
.col-md-12 {
|
661
|
+
-ms-flex: 0 0 100%;
|
662
|
+
flex: 0 0 100%;
|
663
|
+
max-width: 100%;
|
664
|
+
}
|
665
|
+
.order-md-first {
|
666
|
+
-ms-flex-order: -1;
|
667
|
+
order: -1;
|
668
|
+
}
|
669
|
+
.order-md-last {
|
670
|
+
-ms-flex-order: 13;
|
671
|
+
order: 13;
|
672
|
+
}
|
673
|
+
.order-md-0 {
|
674
|
+
-ms-flex-order: 0;
|
675
|
+
order: 0;
|
676
|
+
}
|
677
|
+
.order-md-1 {
|
678
|
+
-ms-flex-order: 1;
|
679
|
+
order: 1;
|
680
|
+
}
|
681
|
+
.order-md-2 {
|
682
|
+
-ms-flex-order: 2;
|
683
|
+
order: 2;
|
684
|
+
}
|
685
|
+
.order-md-3 {
|
686
|
+
-ms-flex-order: 3;
|
687
|
+
order: 3;
|
688
|
+
}
|
689
|
+
.order-md-4 {
|
690
|
+
-ms-flex-order: 4;
|
691
|
+
order: 4;
|
692
|
+
}
|
693
|
+
.order-md-5 {
|
694
|
+
-ms-flex-order: 5;
|
695
|
+
order: 5;
|
696
|
+
}
|
697
|
+
.order-md-6 {
|
698
|
+
-ms-flex-order: 6;
|
699
|
+
order: 6;
|
700
|
+
}
|
701
|
+
.order-md-7 {
|
702
|
+
-ms-flex-order: 7;
|
703
|
+
order: 7;
|
704
|
+
}
|
705
|
+
.order-md-8 {
|
706
|
+
-ms-flex-order: 8;
|
707
|
+
order: 8;
|
708
|
+
}
|
709
|
+
.order-md-9 {
|
710
|
+
-ms-flex-order: 9;
|
711
|
+
order: 9;
|
712
|
+
}
|
713
|
+
.order-md-10 {
|
714
|
+
-ms-flex-order: 10;
|
715
|
+
order: 10;
|
716
|
+
}
|
717
|
+
.order-md-11 {
|
718
|
+
-ms-flex-order: 11;
|
719
|
+
order: 11;
|
720
|
+
}
|
721
|
+
.order-md-12 {
|
722
|
+
-ms-flex-order: 12;
|
723
|
+
order: 12;
|
724
|
+
}
|
725
|
+
.offset-md-0 {
|
726
|
+
margin-left: 0;
|
727
|
+
}
|
728
|
+
.offset-md-1 {
|
729
|
+
margin-left: 8.333333%;
|
730
|
+
}
|
731
|
+
.offset-md-2 {
|
732
|
+
margin-left: 16.666667%;
|
733
|
+
}
|
734
|
+
.offset-md-3 {
|
735
|
+
margin-left: 25%;
|
736
|
+
}
|
737
|
+
.offset-md-4 {
|
738
|
+
margin-left: 33.333333%;
|
739
|
+
}
|
740
|
+
.offset-md-5 {
|
741
|
+
margin-left: 41.666667%;
|
742
|
+
}
|
743
|
+
.offset-md-6 {
|
744
|
+
margin-left: 50%;
|
745
|
+
}
|
746
|
+
.offset-md-7 {
|
747
|
+
margin-left: 58.333333%;
|
748
|
+
}
|
749
|
+
.offset-md-8 {
|
750
|
+
margin-left: 66.666667%;
|
751
|
+
}
|
752
|
+
.offset-md-9 {
|
753
|
+
margin-left: 75%;
|
754
|
+
}
|
755
|
+
.offset-md-10 {
|
756
|
+
margin-left: 83.333333%;
|
757
|
+
}
|
758
|
+
.offset-md-11 {
|
759
|
+
margin-left: 91.666667%;
|
760
|
+
}
|
761
|
+
}
|
762
|
+
|
763
|
+
@media (min-width: 992px) {
|
764
|
+
.col-lg {
|
765
|
+
-ms-flex-preferred-size: 0;
|
766
|
+
flex-basis: 0;
|
767
|
+
-ms-flex-positive: 1;
|
768
|
+
flex-grow: 1;
|
769
|
+
min-width: 0;
|
770
|
+
max-width: 100%;
|
771
|
+
}
|
772
|
+
.row-cols-lg-1 > * {
|
773
|
+
-ms-flex: 0 0 100%;
|
774
|
+
flex: 0 0 100%;
|
775
|
+
max-width: 100%;
|
776
|
+
}
|
777
|
+
.row-cols-lg-2 > * {
|
778
|
+
-ms-flex: 0 0 50%;
|
779
|
+
flex: 0 0 50%;
|
780
|
+
max-width: 50%;
|
781
|
+
}
|
782
|
+
.row-cols-lg-3 > * {
|
783
|
+
-ms-flex: 0 0 33.333333%;
|
784
|
+
flex: 0 0 33.333333%;
|
785
|
+
max-width: 33.333333%;
|
786
|
+
}
|
787
|
+
.row-cols-lg-4 > * {
|
788
|
+
-ms-flex: 0 0 25%;
|
789
|
+
flex: 0 0 25%;
|
790
|
+
max-width: 25%;
|
791
|
+
}
|
792
|
+
.row-cols-lg-5 > * {
|
793
|
+
-ms-flex: 0 0 20%;
|
794
|
+
flex: 0 0 20%;
|
795
|
+
max-width: 20%;
|
796
|
+
}
|
797
|
+
.row-cols-lg-6 > * {
|
798
|
+
-ms-flex: 0 0 16.666667%;
|
799
|
+
flex: 0 0 16.666667%;
|
800
|
+
max-width: 16.666667%;
|
801
|
+
}
|
802
|
+
.col-lg-auto {
|
803
|
+
-ms-flex: 0 0 auto;
|
804
|
+
flex: 0 0 auto;
|
805
|
+
width: auto;
|
806
|
+
max-width: 100%;
|
807
|
+
}
|
808
|
+
.col-lg-1 {
|
809
|
+
-ms-flex: 0 0 8.333333%;
|
810
|
+
flex: 0 0 8.333333%;
|
811
|
+
max-width: 8.333333%;
|
812
|
+
}
|
813
|
+
.col-lg-2 {
|
814
|
+
-ms-flex: 0 0 16.666667%;
|
815
|
+
flex: 0 0 16.666667%;
|
816
|
+
max-width: 16.666667%;
|
817
|
+
}
|
818
|
+
.col-lg-3 {
|
819
|
+
-ms-flex: 0 0 25%;
|
820
|
+
flex: 0 0 25%;
|
821
|
+
max-width: 25%;
|
822
|
+
}
|
823
|
+
.col-lg-4 {
|
824
|
+
-ms-flex: 0 0 33.333333%;
|
825
|
+
flex: 0 0 33.333333%;
|
826
|
+
max-width: 33.333333%;
|
827
|
+
}
|
828
|
+
.col-lg-5 {
|
829
|
+
-ms-flex: 0 0 41.666667%;
|
830
|
+
flex: 0 0 41.666667%;
|
831
|
+
max-width: 41.666667%;
|
832
|
+
}
|
833
|
+
.col-lg-6 {
|
834
|
+
-ms-flex: 0 0 50%;
|
835
|
+
flex: 0 0 50%;
|
836
|
+
max-width: 50%;
|
837
|
+
}
|
838
|
+
.col-lg-7 {
|
839
|
+
-ms-flex: 0 0 58.333333%;
|
840
|
+
flex: 0 0 58.333333%;
|
841
|
+
max-width: 58.333333%;
|
842
|
+
}
|
843
|
+
.col-lg-8 {
|
844
|
+
-ms-flex: 0 0 66.666667%;
|
845
|
+
flex: 0 0 66.666667%;
|
846
|
+
max-width: 66.666667%;
|
847
|
+
}
|
848
|
+
.col-lg-9 {
|
849
|
+
-ms-flex: 0 0 75%;
|
850
|
+
flex: 0 0 75%;
|
851
|
+
max-width: 75%;
|
852
|
+
}
|
853
|
+
.col-lg-10 {
|
854
|
+
-ms-flex: 0 0 83.333333%;
|
855
|
+
flex: 0 0 83.333333%;
|
856
|
+
max-width: 83.333333%;
|
857
|
+
}
|
858
|
+
.col-lg-11 {
|
859
|
+
-ms-flex: 0 0 91.666667%;
|
860
|
+
flex: 0 0 91.666667%;
|
861
|
+
max-width: 91.666667%;
|
862
|
+
}
|
863
|
+
.col-lg-12 {
|
864
|
+
-ms-flex: 0 0 100%;
|
865
|
+
flex: 0 0 100%;
|
866
|
+
max-width: 100%;
|
867
|
+
}
|
868
|
+
.order-lg-first {
|
869
|
+
-ms-flex-order: -1;
|
870
|
+
order: -1;
|
871
|
+
}
|
872
|
+
.order-lg-last {
|
873
|
+
-ms-flex-order: 13;
|
874
|
+
order: 13;
|
875
|
+
}
|
876
|
+
.order-lg-0 {
|
877
|
+
-ms-flex-order: 0;
|
878
|
+
order: 0;
|
879
|
+
}
|
880
|
+
.order-lg-1 {
|
881
|
+
-ms-flex-order: 1;
|
882
|
+
order: 1;
|
883
|
+
}
|
884
|
+
.order-lg-2 {
|
885
|
+
-ms-flex-order: 2;
|
886
|
+
order: 2;
|
887
|
+
}
|
888
|
+
.order-lg-3 {
|
889
|
+
-ms-flex-order: 3;
|
890
|
+
order: 3;
|
891
|
+
}
|
892
|
+
.order-lg-4 {
|
893
|
+
-ms-flex-order: 4;
|
894
|
+
order: 4;
|
895
|
+
}
|
896
|
+
.order-lg-5 {
|
897
|
+
-ms-flex-order: 5;
|
898
|
+
order: 5;
|
899
|
+
}
|
900
|
+
.order-lg-6 {
|
901
|
+
-ms-flex-order: 6;
|
902
|
+
order: 6;
|
903
|
+
}
|
904
|
+
.order-lg-7 {
|
905
|
+
-ms-flex-order: 7;
|
906
|
+
order: 7;
|
907
|
+
}
|
908
|
+
.order-lg-8 {
|
909
|
+
-ms-flex-order: 8;
|
910
|
+
order: 8;
|
911
|
+
}
|
912
|
+
.order-lg-9 {
|
913
|
+
-ms-flex-order: 9;
|
914
|
+
order: 9;
|
915
|
+
}
|
916
|
+
.order-lg-10 {
|
917
|
+
-ms-flex-order: 10;
|
918
|
+
order: 10;
|
919
|
+
}
|
920
|
+
.order-lg-11 {
|
921
|
+
-ms-flex-order: 11;
|
922
|
+
order: 11;
|
923
|
+
}
|
924
|
+
.order-lg-12 {
|
925
|
+
-ms-flex-order: 12;
|
926
|
+
order: 12;
|
927
|
+
}
|
928
|
+
.offset-lg-0 {
|
929
|
+
margin-left: 0;
|
930
|
+
}
|
931
|
+
.offset-lg-1 {
|
932
|
+
margin-left: 8.333333%;
|
933
|
+
}
|
934
|
+
.offset-lg-2 {
|
935
|
+
margin-left: 16.666667%;
|
936
|
+
}
|
937
|
+
.offset-lg-3 {
|
938
|
+
margin-left: 25%;
|
939
|
+
}
|
940
|
+
.offset-lg-4 {
|
941
|
+
margin-left: 33.333333%;
|
942
|
+
}
|
943
|
+
.offset-lg-5 {
|
944
|
+
margin-left: 41.666667%;
|
945
|
+
}
|
946
|
+
.offset-lg-6 {
|
947
|
+
margin-left: 50%;
|
948
|
+
}
|
949
|
+
.offset-lg-7 {
|
950
|
+
margin-left: 58.333333%;
|
951
|
+
}
|
952
|
+
.offset-lg-8 {
|
953
|
+
margin-left: 66.666667%;
|
954
|
+
}
|
955
|
+
.offset-lg-9 {
|
956
|
+
margin-left: 75%;
|
957
|
+
}
|
958
|
+
.offset-lg-10 {
|
959
|
+
margin-left: 83.333333%;
|
960
|
+
}
|
961
|
+
.offset-lg-11 {
|
962
|
+
margin-left: 91.666667%;
|
963
|
+
}
|
964
|
+
}
|
965
|
+
|
966
|
+
@media (min-width: 1200px) {
|
967
|
+
.col-xl {
|
968
|
+
-ms-flex-preferred-size: 0;
|
969
|
+
flex-basis: 0;
|
970
|
+
-ms-flex-positive: 1;
|
971
|
+
flex-grow: 1;
|
972
|
+
min-width: 0;
|
973
|
+
max-width: 100%;
|
974
|
+
}
|
975
|
+
.row-cols-xl-1 > * {
|
976
|
+
-ms-flex: 0 0 100%;
|
977
|
+
flex: 0 0 100%;
|
978
|
+
max-width: 100%;
|
979
|
+
}
|
980
|
+
.row-cols-xl-2 > * {
|
981
|
+
-ms-flex: 0 0 50%;
|
982
|
+
flex: 0 0 50%;
|
983
|
+
max-width: 50%;
|
984
|
+
}
|
985
|
+
.row-cols-xl-3 > * {
|
986
|
+
-ms-flex: 0 0 33.333333%;
|
987
|
+
flex: 0 0 33.333333%;
|
988
|
+
max-width: 33.333333%;
|
989
|
+
}
|
990
|
+
.row-cols-xl-4 > * {
|
991
|
+
-ms-flex: 0 0 25%;
|
992
|
+
flex: 0 0 25%;
|
993
|
+
max-width: 25%;
|
994
|
+
}
|
995
|
+
.row-cols-xl-5 > * {
|
996
|
+
-ms-flex: 0 0 20%;
|
997
|
+
flex: 0 0 20%;
|
998
|
+
max-width: 20%;
|
999
|
+
}
|
1000
|
+
.row-cols-xl-6 > * {
|
1001
|
+
-ms-flex: 0 0 16.666667%;
|
1002
|
+
flex: 0 0 16.666667%;
|
1003
|
+
max-width: 16.666667%;
|
1004
|
+
}
|
1005
|
+
.col-xl-auto {
|
1006
|
+
-ms-flex: 0 0 auto;
|
1007
|
+
flex: 0 0 auto;
|
1008
|
+
width: auto;
|
1009
|
+
max-width: 100%;
|
1010
|
+
}
|
1011
|
+
.col-xl-1 {
|
1012
|
+
-ms-flex: 0 0 8.333333%;
|
1013
|
+
flex: 0 0 8.333333%;
|
1014
|
+
max-width: 8.333333%;
|
1015
|
+
}
|
1016
|
+
.col-xl-2 {
|
1017
|
+
-ms-flex: 0 0 16.666667%;
|
1018
|
+
flex: 0 0 16.666667%;
|
1019
|
+
max-width: 16.666667%;
|
1020
|
+
}
|
1021
|
+
.col-xl-3 {
|
1022
|
+
-ms-flex: 0 0 25%;
|
1023
|
+
flex: 0 0 25%;
|
1024
|
+
max-width: 25%;
|
1025
|
+
}
|
1026
|
+
.col-xl-4 {
|
1027
|
+
-ms-flex: 0 0 33.333333%;
|
1028
|
+
flex: 0 0 33.333333%;
|
1029
|
+
max-width: 33.333333%;
|
1030
|
+
}
|
1031
|
+
.col-xl-5 {
|
1032
|
+
-ms-flex: 0 0 41.666667%;
|
1033
|
+
flex: 0 0 41.666667%;
|
1034
|
+
max-width: 41.666667%;
|
1035
|
+
}
|
1036
|
+
.col-xl-6 {
|
1037
|
+
-ms-flex: 0 0 50%;
|
1038
|
+
flex: 0 0 50%;
|
1039
|
+
max-width: 50%;
|
1040
|
+
}
|
1041
|
+
.col-xl-7 {
|
1042
|
+
-ms-flex: 0 0 58.333333%;
|
1043
|
+
flex: 0 0 58.333333%;
|
1044
|
+
max-width: 58.333333%;
|
1045
|
+
}
|
1046
|
+
.col-xl-8 {
|
1047
|
+
-ms-flex: 0 0 66.666667%;
|
1048
|
+
flex: 0 0 66.666667%;
|
1049
|
+
max-width: 66.666667%;
|
1050
|
+
}
|
1051
|
+
.col-xl-9 {
|
1052
|
+
-ms-flex: 0 0 75%;
|
1053
|
+
flex: 0 0 75%;
|
1054
|
+
max-width: 75%;
|
1055
|
+
}
|
1056
|
+
.col-xl-10 {
|
1057
|
+
-ms-flex: 0 0 83.333333%;
|
1058
|
+
flex: 0 0 83.333333%;
|
1059
|
+
max-width: 83.333333%;
|
1060
|
+
}
|
1061
|
+
.col-xl-11 {
|
1062
|
+
-ms-flex: 0 0 91.666667%;
|
1063
|
+
flex: 0 0 91.666667%;
|
1064
|
+
max-width: 91.666667%;
|
1065
|
+
}
|
1066
|
+
.col-xl-12 {
|
1067
|
+
-ms-flex: 0 0 100%;
|
1068
|
+
flex: 0 0 100%;
|
1069
|
+
max-width: 100%;
|
1070
|
+
}
|
1071
|
+
.order-xl-first {
|
1072
|
+
-ms-flex-order: -1;
|
1073
|
+
order: -1;
|
1074
|
+
}
|
1075
|
+
.order-xl-last {
|
1076
|
+
-ms-flex-order: 13;
|
1077
|
+
order: 13;
|
1078
|
+
}
|
1079
|
+
.order-xl-0 {
|
1080
|
+
-ms-flex-order: 0;
|
1081
|
+
order: 0;
|
1082
|
+
}
|
1083
|
+
.order-xl-1 {
|
1084
|
+
-ms-flex-order: 1;
|
1085
|
+
order: 1;
|
1086
|
+
}
|
1087
|
+
.order-xl-2 {
|
1088
|
+
-ms-flex-order: 2;
|
1089
|
+
order: 2;
|
1090
|
+
}
|
1091
|
+
.order-xl-3 {
|
1092
|
+
-ms-flex-order: 3;
|
1093
|
+
order: 3;
|
1094
|
+
}
|
1095
|
+
.order-xl-4 {
|
1096
|
+
-ms-flex-order: 4;
|
1097
|
+
order: 4;
|
1098
|
+
}
|
1099
|
+
.order-xl-5 {
|
1100
|
+
-ms-flex-order: 5;
|
1101
|
+
order: 5;
|
1102
|
+
}
|
1103
|
+
.order-xl-6 {
|
1104
|
+
-ms-flex-order: 6;
|
1105
|
+
order: 6;
|
1106
|
+
}
|
1107
|
+
.order-xl-7 {
|
1108
|
+
-ms-flex-order: 7;
|
1109
|
+
order: 7;
|
1110
|
+
}
|
1111
|
+
.order-xl-8 {
|
1112
|
+
-ms-flex-order: 8;
|
1113
|
+
order: 8;
|
1114
|
+
}
|
1115
|
+
.order-xl-9 {
|
1116
|
+
-ms-flex-order: 9;
|
1117
|
+
order: 9;
|
1118
|
+
}
|
1119
|
+
.order-xl-10 {
|
1120
|
+
-ms-flex-order: 10;
|
1121
|
+
order: 10;
|
1122
|
+
}
|
1123
|
+
.order-xl-11 {
|
1124
|
+
-ms-flex-order: 11;
|
1125
|
+
order: 11;
|
1126
|
+
}
|
1127
|
+
.order-xl-12 {
|
1128
|
+
-ms-flex-order: 12;
|
1129
|
+
order: 12;
|
1130
|
+
}
|
1131
|
+
.offset-xl-0 {
|
1132
|
+
margin-left: 0;
|
1133
|
+
}
|
1134
|
+
.offset-xl-1 {
|
1135
|
+
margin-left: 8.333333%;
|
1136
|
+
}
|
1137
|
+
.offset-xl-2 {
|
1138
|
+
margin-left: 16.666667%;
|
1139
|
+
}
|
1140
|
+
.offset-xl-3 {
|
1141
|
+
margin-left: 25%;
|
1142
|
+
}
|
1143
|
+
.offset-xl-4 {
|
1144
|
+
margin-left: 33.333333%;
|
1145
|
+
}
|
1146
|
+
.offset-xl-5 {
|
1147
|
+
margin-left: 41.666667%;
|
1148
|
+
}
|
1149
|
+
.offset-xl-6 {
|
1150
|
+
margin-left: 50%;
|
1151
|
+
}
|
1152
|
+
.offset-xl-7 {
|
1153
|
+
margin-left: 58.333333%;
|
1154
|
+
}
|
1155
|
+
.offset-xl-8 {
|
1156
|
+
margin-left: 66.666667%;
|
1157
|
+
}
|
1158
|
+
.offset-xl-9 {
|
1159
|
+
margin-left: 75%;
|
1160
|
+
}
|
1161
|
+
.offset-xl-10 {
|
1162
|
+
margin-left: 83.333333%;
|
1163
|
+
}
|
1164
|
+
.offset-xl-11 {
|
1165
|
+
margin-left: 91.666667%;
|
1166
|
+
}
|
1167
|
+
}
|
1168
|
+
|
1169
|
+
.d-none {
|
1170
|
+
display: none !important;
|
1171
|
+
}
|
1172
|
+
|
1173
|
+
.d-inline {
|
1174
|
+
display: inline !important;
|
1175
|
+
}
|
1176
|
+
|
1177
|
+
.d-inline-block {
|
1178
|
+
display: inline-block !important;
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
.d-block {
|
1182
|
+
display: block !important;
|
1183
|
+
}
|
1184
|
+
|
1185
|
+
.d-table {
|
1186
|
+
display: table !important;
|
1187
|
+
}
|
1188
|
+
|
1189
|
+
.d-table-row {
|
1190
|
+
display: table-row !important;
|
1191
|
+
}
|
1192
|
+
|
1193
|
+
.d-table-cell {
|
1194
|
+
display: table-cell !important;
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
.d-flex {
|
1198
|
+
display: -ms-flexbox !important;
|
1199
|
+
display: flex !important;
|
1200
|
+
}
|
1201
|
+
|
1202
|
+
.d-inline-flex {
|
1203
|
+
display: -ms-inline-flexbox !important;
|
1204
|
+
display: inline-flex !important;
|
1205
|
+
}
|
1206
|
+
|
1207
|
+
@media (min-width: 576px) {
|
1208
|
+
.d-sm-none {
|
1209
|
+
display: none !important;
|
1210
|
+
}
|
1211
|
+
.d-sm-inline {
|
1212
|
+
display: inline !important;
|
1213
|
+
}
|
1214
|
+
.d-sm-inline-block {
|
1215
|
+
display: inline-block !important;
|
1216
|
+
}
|
1217
|
+
.d-sm-block {
|
1218
|
+
display: block !important;
|
1219
|
+
}
|
1220
|
+
.d-sm-table {
|
1221
|
+
display: table !important;
|
1222
|
+
}
|
1223
|
+
.d-sm-table-row {
|
1224
|
+
display: table-row !important;
|
1225
|
+
}
|
1226
|
+
.d-sm-table-cell {
|
1227
|
+
display: table-cell !important;
|
1228
|
+
}
|
1229
|
+
.d-sm-flex {
|
1230
|
+
display: -ms-flexbox !important;
|
1231
|
+
display: flex !important;
|
1232
|
+
}
|
1233
|
+
.d-sm-inline-flex {
|
1234
|
+
display: -ms-inline-flexbox !important;
|
1235
|
+
display: inline-flex !important;
|
1236
|
+
}
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
@media (min-width: 768px) {
|
1240
|
+
.d-md-none {
|
1241
|
+
display: none !important;
|
1242
|
+
}
|
1243
|
+
.d-md-inline {
|
1244
|
+
display: inline !important;
|
1245
|
+
}
|
1246
|
+
.d-md-inline-block {
|
1247
|
+
display: inline-block !important;
|
1248
|
+
}
|
1249
|
+
.d-md-block {
|
1250
|
+
display: block !important;
|
1251
|
+
}
|
1252
|
+
.d-md-table {
|
1253
|
+
display: table !important;
|
1254
|
+
}
|
1255
|
+
.d-md-table-row {
|
1256
|
+
display: table-row !important;
|
1257
|
+
}
|
1258
|
+
.d-md-table-cell {
|
1259
|
+
display: table-cell !important;
|
1260
|
+
}
|
1261
|
+
.d-md-flex {
|
1262
|
+
display: -ms-flexbox !important;
|
1263
|
+
display: flex !important;
|
1264
|
+
}
|
1265
|
+
.d-md-inline-flex {
|
1266
|
+
display: -ms-inline-flexbox !important;
|
1267
|
+
display: inline-flex !important;
|
1268
|
+
}
|
1269
|
+
}
|
1270
|
+
|
1271
|
+
@media (min-width: 992px) {
|
1272
|
+
.d-lg-none {
|
1273
|
+
display: none !important;
|
1274
|
+
}
|
1275
|
+
.d-lg-inline {
|
1276
|
+
display: inline !important;
|
1277
|
+
}
|
1278
|
+
.d-lg-inline-block {
|
1279
|
+
display: inline-block !important;
|
1280
|
+
}
|
1281
|
+
.d-lg-block {
|
1282
|
+
display: block !important;
|
1283
|
+
}
|
1284
|
+
.d-lg-table {
|
1285
|
+
display: table !important;
|
1286
|
+
}
|
1287
|
+
.d-lg-table-row {
|
1288
|
+
display: table-row !important;
|
1289
|
+
}
|
1290
|
+
.d-lg-table-cell {
|
1291
|
+
display: table-cell !important;
|
1292
|
+
}
|
1293
|
+
.d-lg-flex {
|
1294
|
+
display: -ms-flexbox !important;
|
1295
|
+
display: flex !important;
|
1296
|
+
}
|
1297
|
+
.d-lg-inline-flex {
|
1298
|
+
display: -ms-inline-flexbox !important;
|
1299
|
+
display: inline-flex !important;
|
1300
|
+
}
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
@media (min-width: 1200px) {
|
1304
|
+
.d-xl-none {
|
1305
|
+
display: none !important;
|
1306
|
+
}
|
1307
|
+
.d-xl-inline {
|
1308
|
+
display: inline !important;
|
1309
|
+
}
|
1310
|
+
.d-xl-inline-block {
|
1311
|
+
display: inline-block !important;
|
1312
|
+
}
|
1313
|
+
.d-xl-block {
|
1314
|
+
display: block !important;
|
1315
|
+
}
|
1316
|
+
.d-xl-table {
|
1317
|
+
display: table !important;
|
1318
|
+
}
|
1319
|
+
.d-xl-table-row {
|
1320
|
+
display: table-row !important;
|
1321
|
+
}
|
1322
|
+
.d-xl-table-cell {
|
1323
|
+
display: table-cell !important;
|
1324
|
+
}
|
1325
|
+
.d-xl-flex {
|
1326
|
+
display: -ms-flexbox !important;
|
1327
|
+
display: flex !important;
|
1328
|
+
}
|
1329
|
+
.d-xl-inline-flex {
|
1330
|
+
display: -ms-inline-flexbox !important;
|
1331
|
+
display: inline-flex !important;
|
1332
|
+
}
|
1333
|
+
}
|
1334
|
+
|
1335
|
+
@media print {
|
1336
|
+
.d-print-none {
|
1337
|
+
display: none !important;
|
1338
|
+
}
|
1339
|
+
.d-print-inline {
|
1340
|
+
display: inline !important;
|
1341
|
+
}
|
1342
|
+
.d-print-inline-block {
|
1343
|
+
display: inline-block !important;
|
1344
|
+
}
|
1345
|
+
.d-print-block {
|
1346
|
+
display: block !important;
|
1347
|
+
}
|
1348
|
+
.d-print-table {
|
1349
|
+
display: table !important;
|
1350
|
+
}
|
1351
|
+
.d-print-table-row {
|
1352
|
+
display: table-row !important;
|
1353
|
+
}
|
1354
|
+
.d-print-table-cell {
|
1355
|
+
display: table-cell !important;
|
1356
|
+
}
|
1357
|
+
.d-print-flex {
|
1358
|
+
display: -ms-flexbox !important;
|
1359
|
+
display: flex !important;
|
1360
|
+
}
|
1361
|
+
.d-print-inline-flex {
|
1362
|
+
display: -ms-inline-flexbox !important;
|
1363
|
+
display: inline-flex !important;
|
1364
|
+
}
|
1365
|
+
}
|
1366
|
+
|
1367
|
+
.flex-row {
|
1368
|
+
-ms-flex-direction: row !important;
|
1369
|
+
flex-direction: row !important;
|
1370
|
+
}
|
1371
|
+
|
1372
|
+
.flex-column {
|
1373
|
+
-ms-flex-direction: column !important;
|
1374
|
+
flex-direction: column !important;
|
1375
|
+
}
|
1376
|
+
|
1377
|
+
.flex-row-reverse {
|
1378
|
+
-ms-flex-direction: row-reverse !important;
|
1379
|
+
flex-direction: row-reverse !important;
|
1380
|
+
}
|
1381
|
+
|
1382
|
+
.flex-column-reverse {
|
1383
|
+
-ms-flex-direction: column-reverse !important;
|
1384
|
+
flex-direction: column-reverse !important;
|
1385
|
+
}
|
1386
|
+
|
1387
|
+
.flex-wrap {
|
1388
|
+
-ms-flex-wrap: wrap !important;
|
1389
|
+
flex-wrap: wrap !important;
|
1390
|
+
}
|
1391
|
+
|
1392
|
+
.flex-nowrap {
|
1393
|
+
-ms-flex-wrap: nowrap !important;
|
1394
|
+
flex-wrap: nowrap !important;
|
1395
|
+
}
|
1396
|
+
|
1397
|
+
.flex-wrap-reverse {
|
1398
|
+
-ms-flex-wrap: wrap-reverse !important;
|
1399
|
+
flex-wrap: wrap-reverse !important;
|
1400
|
+
}
|
1401
|
+
|
1402
|
+
.flex-fill {
|
1403
|
+
-ms-flex: 1 1 auto !important;
|
1404
|
+
flex: 1 1 auto !important;
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
.flex-grow-0 {
|
1408
|
+
-ms-flex-positive: 0 !important;
|
1409
|
+
flex-grow: 0 !important;
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
.flex-grow-1 {
|
1413
|
+
-ms-flex-positive: 1 !important;
|
1414
|
+
flex-grow: 1 !important;
|
1415
|
+
}
|
1416
|
+
|
1417
|
+
.flex-shrink-0 {
|
1418
|
+
-ms-flex-negative: 0 !important;
|
1419
|
+
flex-shrink: 0 !important;
|
1420
|
+
}
|
1421
|
+
|
1422
|
+
.flex-shrink-1 {
|
1423
|
+
-ms-flex-negative: 1 !important;
|
1424
|
+
flex-shrink: 1 !important;
|
1425
|
+
}
|
1426
|
+
|
1427
|
+
.justify-content-start {
|
1428
|
+
-ms-flex-pack: start !important;
|
1429
|
+
justify-content: flex-start !important;
|
1430
|
+
}
|
1431
|
+
|
1432
|
+
.justify-content-end {
|
1433
|
+
-ms-flex-pack: end !important;
|
1434
|
+
justify-content: flex-end !important;
|
1435
|
+
}
|
1436
|
+
|
1437
|
+
.justify-content-center {
|
1438
|
+
-ms-flex-pack: center !important;
|
1439
|
+
justify-content: center !important;
|
1440
|
+
}
|
1441
|
+
|
1442
|
+
.justify-content-between {
|
1443
|
+
-ms-flex-pack: justify !important;
|
1444
|
+
justify-content: space-between !important;
|
1445
|
+
}
|
1446
|
+
|
1447
|
+
.justify-content-around {
|
1448
|
+
-ms-flex-pack: distribute !important;
|
1449
|
+
justify-content: space-around !important;
|
1450
|
+
}
|
1451
|
+
|
1452
|
+
.align-items-start {
|
1453
|
+
-ms-flex-align: start !important;
|
1454
|
+
align-items: flex-start !important;
|
1455
|
+
}
|
1456
|
+
|
1457
|
+
.align-items-end {
|
1458
|
+
-ms-flex-align: end !important;
|
1459
|
+
align-items: flex-end !important;
|
1460
|
+
}
|
1461
|
+
|
1462
|
+
.align-items-center {
|
1463
|
+
-ms-flex-align: center !important;
|
1464
|
+
align-items: center !important;
|
1465
|
+
}
|
1466
|
+
|
1467
|
+
.align-items-baseline {
|
1468
|
+
-ms-flex-align: baseline !important;
|
1469
|
+
align-items: baseline !important;
|
1470
|
+
}
|
1471
|
+
|
1472
|
+
.align-items-stretch {
|
1473
|
+
-ms-flex-align: stretch !important;
|
1474
|
+
align-items: stretch !important;
|
1475
|
+
}
|
1476
|
+
|
1477
|
+
.align-content-start {
|
1478
|
+
-ms-flex-line-pack: start !important;
|
1479
|
+
align-content: flex-start !important;
|
1480
|
+
}
|
1481
|
+
|
1482
|
+
.align-content-end {
|
1483
|
+
-ms-flex-line-pack: end !important;
|
1484
|
+
align-content: flex-end !important;
|
1485
|
+
}
|
1486
|
+
|
1487
|
+
.align-content-center {
|
1488
|
+
-ms-flex-line-pack: center !important;
|
1489
|
+
align-content: center !important;
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
.align-content-between {
|
1493
|
+
-ms-flex-line-pack: justify !important;
|
1494
|
+
align-content: space-between !important;
|
1495
|
+
}
|
1496
|
+
|
1497
|
+
.align-content-around {
|
1498
|
+
-ms-flex-line-pack: distribute !important;
|
1499
|
+
align-content: space-around !important;
|
1500
|
+
}
|
1501
|
+
|
1502
|
+
.align-content-stretch {
|
1503
|
+
-ms-flex-line-pack: stretch !important;
|
1504
|
+
align-content: stretch !important;
|
1505
|
+
}
|
1506
|
+
|
1507
|
+
.align-self-auto {
|
1508
|
+
-ms-flex-item-align: auto !important;
|
1509
|
+
align-self: auto !important;
|
1510
|
+
}
|
1511
|
+
|
1512
|
+
.align-self-start {
|
1513
|
+
-ms-flex-item-align: start !important;
|
1514
|
+
align-self: flex-start !important;
|
1515
|
+
}
|
1516
|
+
|
1517
|
+
.align-self-end {
|
1518
|
+
-ms-flex-item-align: end !important;
|
1519
|
+
align-self: flex-end !important;
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
.align-self-center {
|
1523
|
+
-ms-flex-item-align: center !important;
|
1524
|
+
align-self: center !important;
|
1525
|
+
}
|
1526
|
+
|
1527
|
+
.align-self-baseline {
|
1528
|
+
-ms-flex-item-align: baseline !important;
|
1529
|
+
align-self: baseline !important;
|
1530
|
+
}
|
1531
|
+
|
1532
|
+
.align-self-stretch {
|
1533
|
+
-ms-flex-item-align: stretch !important;
|
1534
|
+
align-self: stretch !important;
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
@media (min-width: 576px) {
|
1538
|
+
.flex-sm-row {
|
1539
|
+
-ms-flex-direction: row !important;
|
1540
|
+
flex-direction: row !important;
|
1541
|
+
}
|
1542
|
+
.flex-sm-column {
|
1543
|
+
-ms-flex-direction: column !important;
|
1544
|
+
flex-direction: column !important;
|
1545
|
+
}
|
1546
|
+
.flex-sm-row-reverse {
|
1547
|
+
-ms-flex-direction: row-reverse !important;
|
1548
|
+
flex-direction: row-reverse !important;
|
1549
|
+
}
|
1550
|
+
.flex-sm-column-reverse {
|
1551
|
+
-ms-flex-direction: column-reverse !important;
|
1552
|
+
flex-direction: column-reverse !important;
|
1553
|
+
}
|
1554
|
+
.flex-sm-wrap {
|
1555
|
+
-ms-flex-wrap: wrap !important;
|
1556
|
+
flex-wrap: wrap !important;
|
1557
|
+
}
|
1558
|
+
.flex-sm-nowrap {
|
1559
|
+
-ms-flex-wrap: nowrap !important;
|
1560
|
+
flex-wrap: nowrap !important;
|
1561
|
+
}
|
1562
|
+
.flex-sm-wrap-reverse {
|
1563
|
+
-ms-flex-wrap: wrap-reverse !important;
|
1564
|
+
flex-wrap: wrap-reverse !important;
|
1565
|
+
}
|
1566
|
+
.flex-sm-fill {
|
1567
|
+
-ms-flex: 1 1 auto !important;
|
1568
|
+
flex: 1 1 auto !important;
|
1569
|
+
}
|
1570
|
+
.flex-sm-grow-0 {
|
1571
|
+
-ms-flex-positive: 0 !important;
|
1572
|
+
flex-grow: 0 !important;
|
1573
|
+
}
|
1574
|
+
.flex-sm-grow-1 {
|
1575
|
+
-ms-flex-positive: 1 !important;
|
1576
|
+
flex-grow: 1 !important;
|
1577
|
+
}
|
1578
|
+
.flex-sm-shrink-0 {
|
1579
|
+
-ms-flex-negative: 0 !important;
|
1580
|
+
flex-shrink: 0 !important;
|
1581
|
+
}
|
1582
|
+
.flex-sm-shrink-1 {
|
1583
|
+
-ms-flex-negative: 1 !important;
|
1584
|
+
flex-shrink: 1 !important;
|
1585
|
+
}
|
1586
|
+
.justify-content-sm-start {
|
1587
|
+
-ms-flex-pack: start !important;
|
1588
|
+
justify-content: flex-start !important;
|
1589
|
+
}
|
1590
|
+
.justify-content-sm-end {
|
1591
|
+
-ms-flex-pack: end !important;
|
1592
|
+
justify-content: flex-end !important;
|
1593
|
+
}
|
1594
|
+
.justify-content-sm-center {
|
1595
|
+
-ms-flex-pack: center !important;
|
1596
|
+
justify-content: center !important;
|
1597
|
+
}
|
1598
|
+
.justify-content-sm-between {
|
1599
|
+
-ms-flex-pack: justify !important;
|
1600
|
+
justify-content: space-between !important;
|
1601
|
+
}
|
1602
|
+
.justify-content-sm-around {
|
1603
|
+
-ms-flex-pack: distribute !important;
|
1604
|
+
justify-content: space-around !important;
|
1605
|
+
}
|
1606
|
+
.align-items-sm-start {
|
1607
|
+
-ms-flex-align: start !important;
|
1608
|
+
align-items: flex-start !important;
|
1609
|
+
}
|
1610
|
+
.align-items-sm-end {
|
1611
|
+
-ms-flex-align: end !important;
|
1612
|
+
align-items: flex-end !important;
|
1613
|
+
}
|
1614
|
+
.align-items-sm-center {
|
1615
|
+
-ms-flex-align: center !important;
|
1616
|
+
align-items: center !important;
|
1617
|
+
}
|
1618
|
+
.align-items-sm-baseline {
|
1619
|
+
-ms-flex-align: baseline !important;
|
1620
|
+
align-items: baseline !important;
|
1621
|
+
}
|
1622
|
+
.align-items-sm-stretch {
|
1623
|
+
-ms-flex-align: stretch !important;
|
1624
|
+
align-items: stretch !important;
|
1625
|
+
}
|
1626
|
+
.align-content-sm-start {
|
1627
|
+
-ms-flex-line-pack: start !important;
|
1628
|
+
align-content: flex-start !important;
|
1629
|
+
}
|
1630
|
+
.align-content-sm-end {
|
1631
|
+
-ms-flex-line-pack: end !important;
|
1632
|
+
align-content: flex-end !important;
|
1633
|
+
}
|
1634
|
+
.align-content-sm-center {
|
1635
|
+
-ms-flex-line-pack: center !important;
|
1636
|
+
align-content: center !important;
|
1637
|
+
}
|
1638
|
+
.align-content-sm-between {
|
1639
|
+
-ms-flex-line-pack: justify !important;
|
1640
|
+
align-content: space-between !important;
|
1641
|
+
}
|
1642
|
+
.align-content-sm-around {
|
1643
|
+
-ms-flex-line-pack: distribute !important;
|
1644
|
+
align-content: space-around !important;
|
1645
|
+
}
|
1646
|
+
.align-content-sm-stretch {
|
1647
|
+
-ms-flex-line-pack: stretch !important;
|
1648
|
+
align-content: stretch !important;
|
1649
|
+
}
|
1650
|
+
.align-self-sm-auto {
|
1651
|
+
-ms-flex-item-align: auto !important;
|
1652
|
+
align-self: auto !important;
|
1653
|
+
}
|
1654
|
+
.align-self-sm-start {
|
1655
|
+
-ms-flex-item-align: start !important;
|
1656
|
+
align-self: flex-start !important;
|
1657
|
+
}
|
1658
|
+
.align-self-sm-end {
|
1659
|
+
-ms-flex-item-align: end !important;
|
1660
|
+
align-self: flex-end !important;
|
1661
|
+
}
|
1662
|
+
.align-self-sm-center {
|
1663
|
+
-ms-flex-item-align: center !important;
|
1664
|
+
align-self: center !important;
|
1665
|
+
}
|
1666
|
+
.align-self-sm-baseline {
|
1667
|
+
-ms-flex-item-align: baseline !important;
|
1668
|
+
align-self: baseline !important;
|
1669
|
+
}
|
1670
|
+
.align-self-sm-stretch {
|
1671
|
+
-ms-flex-item-align: stretch !important;
|
1672
|
+
align-self: stretch !important;
|
1673
|
+
}
|
1674
|
+
}
|
1675
|
+
|
1676
|
+
@media (min-width: 768px) {
|
1677
|
+
.flex-md-row {
|
1678
|
+
-ms-flex-direction: row !important;
|
1679
|
+
flex-direction: row !important;
|
1680
|
+
}
|
1681
|
+
.flex-md-column {
|
1682
|
+
-ms-flex-direction: column !important;
|
1683
|
+
flex-direction: column !important;
|
1684
|
+
}
|
1685
|
+
.flex-md-row-reverse {
|
1686
|
+
-ms-flex-direction: row-reverse !important;
|
1687
|
+
flex-direction: row-reverse !important;
|
1688
|
+
}
|
1689
|
+
.flex-md-column-reverse {
|
1690
|
+
-ms-flex-direction: column-reverse !important;
|
1691
|
+
flex-direction: column-reverse !important;
|
1692
|
+
}
|
1693
|
+
.flex-md-wrap {
|
1694
|
+
-ms-flex-wrap: wrap !important;
|
1695
|
+
flex-wrap: wrap !important;
|
1696
|
+
}
|
1697
|
+
.flex-md-nowrap {
|
1698
|
+
-ms-flex-wrap: nowrap !important;
|
1699
|
+
flex-wrap: nowrap !important;
|
1700
|
+
}
|
1701
|
+
.flex-md-wrap-reverse {
|
1702
|
+
-ms-flex-wrap: wrap-reverse !important;
|
1703
|
+
flex-wrap: wrap-reverse !important;
|
1704
|
+
}
|
1705
|
+
.flex-md-fill {
|
1706
|
+
-ms-flex: 1 1 auto !important;
|
1707
|
+
flex: 1 1 auto !important;
|
1708
|
+
}
|
1709
|
+
.flex-md-grow-0 {
|
1710
|
+
-ms-flex-positive: 0 !important;
|
1711
|
+
flex-grow: 0 !important;
|
1712
|
+
}
|
1713
|
+
.flex-md-grow-1 {
|
1714
|
+
-ms-flex-positive: 1 !important;
|
1715
|
+
flex-grow: 1 !important;
|
1716
|
+
}
|
1717
|
+
.flex-md-shrink-0 {
|
1718
|
+
-ms-flex-negative: 0 !important;
|
1719
|
+
flex-shrink: 0 !important;
|
1720
|
+
}
|
1721
|
+
.flex-md-shrink-1 {
|
1722
|
+
-ms-flex-negative: 1 !important;
|
1723
|
+
flex-shrink: 1 !important;
|
1724
|
+
}
|
1725
|
+
.justify-content-md-start {
|
1726
|
+
-ms-flex-pack: start !important;
|
1727
|
+
justify-content: flex-start !important;
|
1728
|
+
}
|
1729
|
+
.justify-content-md-end {
|
1730
|
+
-ms-flex-pack: end !important;
|
1731
|
+
justify-content: flex-end !important;
|
1732
|
+
}
|
1733
|
+
.justify-content-md-center {
|
1734
|
+
-ms-flex-pack: center !important;
|
1735
|
+
justify-content: center !important;
|
1736
|
+
}
|
1737
|
+
.justify-content-md-between {
|
1738
|
+
-ms-flex-pack: justify !important;
|
1739
|
+
justify-content: space-between !important;
|
1740
|
+
}
|
1741
|
+
.justify-content-md-around {
|
1742
|
+
-ms-flex-pack: distribute !important;
|
1743
|
+
justify-content: space-around !important;
|
1744
|
+
}
|
1745
|
+
.align-items-md-start {
|
1746
|
+
-ms-flex-align: start !important;
|
1747
|
+
align-items: flex-start !important;
|
1748
|
+
}
|
1749
|
+
.align-items-md-end {
|
1750
|
+
-ms-flex-align: end !important;
|
1751
|
+
align-items: flex-end !important;
|
1752
|
+
}
|
1753
|
+
.align-items-md-center {
|
1754
|
+
-ms-flex-align: center !important;
|
1755
|
+
align-items: center !important;
|
1756
|
+
}
|
1757
|
+
.align-items-md-baseline {
|
1758
|
+
-ms-flex-align: baseline !important;
|
1759
|
+
align-items: baseline !important;
|
1760
|
+
}
|
1761
|
+
.align-items-md-stretch {
|
1762
|
+
-ms-flex-align: stretch !important;
|
1763
|
+
align-items: stretch !important;
|
1764
|
+
}
|
1765
|
+
.align-content-md-start {
|
1766
|
+
-ms-flex-line-pack: start !important;
|
1767
|
+
align-content: flex-start !important;
|
1768
|
+
}
|
1769
|
+
.align-content-md-end {
|
1770
|
+
-ms-flex-line-pack: end !important;
|
1771
|
+
align-content: flex-end !important;
|
1772
|
+
}
|
1773
|
+
.align-content-md-center {
|
1774
|
+
-ms-flex-line-pack: center !important;
|
1775
|
+
align-content: center !important;
|
1776
|
+
}
|
1777
|
+
.align-content-md-between {
|
1778
|
+
-ms-flex-line-pack: justify !important;
|
1779
|
+
align-content: space-between !important;
|
1780
|
+
}
|
1781
|
+
.align-content-md-around {
|
1782
|
+
-ms-flex-line-pack: distribute !important;
|
1783
|
+
align-content: space-around !important;
|
1784
|
+
}
|
1785
|
+
.align-content-md-stretch {
|
1786
|
+
-ms-flex-line-pack: stretch !important;
|
1787
|
+
align-content: stretch !important;
|
1788
|
+
}
|
1789
|
+
.align-self-md-auto {
|
1790
|
+
-ms-flex-item-align: auto !important;
|
1791
|
+
align-self: auto !important;
|
1792
|
+
}
|
1793
|
+
.align-self-md-start {
|
1794
|
+
-ms-flex-item-align: start !important;
|
1795
|
+
align-self: flex-start !important;
|
1796
|
+
}
|
1797
|
+
.align-self-md-end {
|
1798
|
+
-ms-flex-item-align: end !important;
|
1799
|
+
align-self: flex-end !important;
|
1800
|
+
}
|
1801
|
+
.align-self-md-center {
|
1802
|
+
-ms-flex-item-align: center !important;
|
1803
|
+
align-self: center !important;
|
1804
|
+
}
|
1805
|
+
.align-self-md-baseline {
|
1806
|
+
-ms-flex-item-align: baseline !important;
|
1807
|
+
align-self: baseline !important;
|
1808
|
+
}
|
1809
|
+
.align-self-md-stretch {
|
1810
|
+
-ms-flex-item-align: stretch !important;
|
1811
|
+
align-self: stretch !important;
|
1812
|
+
}
|
1813
|
+
}
|
1814
|
+
|
1815
|
+
@media (min-width: 992px) {
|
1816
|
+
.flex-lg-row {
|
1817
|
+
-ms-flex-direction: row !important;
|
1818
|
+
flex-direction: row !important;
|
1819
|
+
}
|
1820
|
+
.flex-lg-column {
|
1821
|
+
-ms-flex-direction: column !important;
|
1822
|
+
flex-direction: column !important;
|
1823
|
+
}
|
1824
|
+
.flex-lg-row-reverse {
|
1825
|
+
-ms-flex-direction: row-reverse !important;
|
1826
|
+
flex-direction: row-reverse !important;
|
1827
|
+
}
|
1828
|
+
.flex-lg-column-reverse {
|
1829
|
+
-ms-flex-direction: column-reverse !important;
|
1830
|
+
flex-direction: column-reverse !important;
|
1831
|
+
}
|
1832
|
+
.flex-lg-wrap {
|
1833
|
+
-ms-flex-wrap: wrap !important;
|
1834
|
+
flex-wrap: wrap !important;
|
1835
|
+
}
|
1836
|
+
.flex-lg-nowrap {
|
1837
|
+
-ms-flex-wrap: nowrap !important;
|
1838
|
+
flex-wrap: nowrap !important;
|
1839
|
+
}
|
1840
|
+
.flex-lg-wrap-reverse {
|
1841
|
+
-ms-flex-wrap: wrap-reverse !important;
|
1842
|
+
flex-wrap: wrap-reverse !important;
|
1843
|
+
}
|
1844
|
+
.flex-lg-fill {
|
1845
|
+
-ms-flex: 1 1 auto !important;
|
1846
|
+
flex: 1 1 auto !important;
|
1847
|
+
}
|
1848
|
+
.flex-lg-grow-0 {
|
1849
|
+
-ms-flex-positive: 0 !important;
|
1850
|
+
flex-grow: 0 !important;
|
1851
|
+
}
|
1852
|
+
.flex-lg-grow-1 {
|
1853
|
+
-ms-flex-positive: 1 !important;
|
1854
|
+
flex-grow: 1 !important;
|
1855
|
+
}
|
1856
|
+
.flex-lg-shrink-0 {
|
1857
|
+
-ms-flex-negative: 0 !important;
|
1858
|
+
flex-shrink: 0 !important;
|
1859
|
+
}
|
1860
|
+
.flex-lg-shrink-1 {
|
1861
|
+
-ms-flex-negative: 1 !important;
|
1862
|
+
flex-shrink: 1 !important;
|
1863
|
+
}
|
1864
|
+
.justify-content-lg-start {
|
1865
|
+
-ms-flex-pack: start !important;
|
1866
|
+
justify-content: flex-start !important;
|
1867
|
+
}
|
1868
|
+
.justify-content-lg-end {
|
1869
|
+
-ms-flex-pack: end !important;
|
1870
|
+
justify-content: flex-end !important;
|
1871
|
+
}
|
1872
|
+
.justify-content-lg-center {
|
1873
|
+
-ms-flex-pack: center !important;
|
1874
|
+
justify-content: center !important;
|
1875
|
+
}
|
1876
|
+
.justify-content-lg-between {
|
1877
|
+
-ms-flex-pack: justify !important;
|
1878
|
+
justify-content: space-between !important;
|
1879
|
+
}
|
1880
|
+
.justify-content-lg-around {
|
1881
|
+
-ms-flex-pack: distribute !important;
|
1882
|
+
justify-content: space-around !important;
|
1883
|
+
}
|
1884
|
+
.align-items-lg-start {
|
1885
|
+
-ms-flex-align: start !important;
|
1886
|
+
align-items: flex-start !important;
|
1887
|
+
}
|
1888
|
+
.align-items-lg-end {
|
1889
|
+
-ms-flex-align: end !important;
|
1890
|
+
align-items: flex-end !important;
|
1891
|
+
}
|
1892
|
+
.align-items-lg-center {
|
1893
|
+
-ms-flex-align: center !important;
|
1894
|
+
align-items: center !important;
|
1895
|
+
}
|
1896
|
+
.align-items-lg-baseline {
|
1897
|
+
-ms-flex-align: baseline !important;
|
1898
|
+
align-items: baseline !important;
|
1899
|
+
}
|
1900
|
+
.align-items-lg-stretch {
|
1901
|
+
-ms-flex-align: stretch !important;
|
1902
|
+
align-items: stretch !important;
|
1903
|
+
}
|
1904
|
+
.align-content-lg-start {
|
1905
|
+
-ms-flex-line-pack: start !important;
|
1906
|
+
align-content: flex-start !important;
|
1907
|
+
}
|
1908
|
+
.align-content-lg-end {
|
1909
|
+
-ms-flex-line-pack: end !important;
|
1910
|
+
align-content: flex-end !important;
|
1911
|
+
}
|
1912
|
+
.align-content-lg-center {
|
1913
|
+
-ms-flex-line-pack: center !important;
|
1914
|
+
align-content: center !important;
|
1915
|
+
}
|
1916
|
+
.align-content-lg-between {
|
1917
|
+
-ms-flex-line-pack: justify !important;
|
1918
|
+
align-content: space-between !important;
|
1919
|
+
}
|
1920
|
+
.align-content-lg-around {
|
1921
|
+
-ms-flex-line-pack: distribute !important;
|
1922
|
+
align-content: space-around !important;
|
1923
|
+
}
|
1924
|
+
.align-content-lg-stretch {
|
1925
|
+
-ms-flex-line-pack: stretch !important;
|
1926
|
+
align-content: stretch !important;
|
1927
|
+
}
|
1928
|
+
.align-self-lg-auto {
|
1929
|
+
-ms-flex-item-align: auto !important;
|
1930
|
+
align-self: auto !important;
|
1931
|
+
}
|
1932
|
+
.align-self-lg-start {
|
1933
|
+
-ms-flex-item-align: start !important;
|
1934
|
+
align-self: flex-start !important;
|
1935
|
+
}
|
1936
|
+
.align-self-lg-end {
|
1937
|
+
-ms-flex-item-align: end !important;
|
1938
|
+
align-self: flex-end !important;
|
1939
|
+
}
|
1940
|
+
.align-self-lg-center {
|
1941
|
+
-ms-flex-item-align: center !important;
|
1942
|
+
align-self: center !important;
|
1943
|
+
}
|
1944
|
+
.align-self-lg-baseline {
|
1945
|
+
-ms-flex-item-align: baseline !important;
|
1946
|
+
align-self: baseline !important;
|
1947
|
+
}
|
1948
|
+
.align-self-lg-stretch {
|
1949
|
+
-ms-flex-item-align: stretch !important;
|
1950
|
+
align-self: stretch !important;
|
1951
|
+
}
|
1952
|
+
}
|
1953
|
+
|
1954
|
+
@media (min-width: 1200px) {
|
1955
|
+
.flex-xl-row {
|
1956
|
+
-ms-flex-direction: row !important;
|
1957
|
+
flex-direction: row !important;
|
1958
|
+
}
|
1959
|
+
.flex-xl-column {
|
1960
|
+
-ms-flex-direction: column !important;
|
1961
|
+
flex-direction: column !important;
|
1962
|
+
}
|
1963
|
+
.flex-xl-row-reverse {
|
1964
|
+
-ms-flex-direction: row-reverse !important;
|
1965
|
+
flex-direction: row-reverse !important;
|
1966
|
+
}
|
1967
|
+
.flex-xl-column-reverse {
|
1968
|
+
-ms-flex-direction: column-reverse !important;
|
1969
|
+
flex-direction: column-reverse !important;
|
1970
|
+
}
|
1971
|
+
.flex-xl-wrap {
|
1972
|
+
-ms-flex-wrap: wrap !important;
|
1973
|
+
flex-wrap: wrap !important;
|
1974
|
+
}
|
1975
|
+
.flex-xl-nowrap {
|
1976
|
+
-ms-flex-wrap: nowrap !important;
|
1977
|
+
flex-wrap: nowrap !important;
|
1978
|
+
}
|
1979
|
+
.flex-xl-wrap-reverse {
|
1980
|
+
-ms-flex-wrap: wrap-reverse !important;
|
1981
|
+
flex-wrap: wrap-reverse !important;
|
1982
|
+
}
|
1983
|
+
.flex-xl-fill {
|
1984
|
+
-ms-flex: 1 1 auto !important;
|
1985
|
+
flex: 1 1 auto !important;
|
1986
|
+
}
|
1987
|
+
.flex-xl-grow-0 {
|
1988
|
+
-ms-flex-positive: 0 !important;
|
1989
|
+
flex-grow: 0 !important;
|
1990
|
+
}
|
1991
|
+
.flex-xl-grow-1 {
|
1992
|
+
-ms-flex-positive: 1 !important;
|
1993
|
+
flex-grow: 1 !important;
|
1994
|
+
}
|
1995
|
+
.flex-xl-shrink-0 {
|
1996
|
+
-ms-flex-negative: 0 !important;
|
1997
|
+
flex-shrink: 0 !important;
|
1998
|
+
}
|
1999
|
+
.flex-xl-shrink-1 {
|
2000
|
+
-ms-flex-negative: 1 !important;
|
2001
|
+
flex-shrink: 1 !important;
|
2002
|
+
}
|
2003
|
+
.justify-content-xl-start {
|
2004
|
+
-ms-flex-pack: start !important;
|
2005
|
+
justify-content: flex-start !important;
|
2006
|
+
}
|
2007
|
+
.justify-content-xl-end {
|
2008
|
+
-ms-flex-pack: end !important;
|
2009
|
+
justify-content: flex-end !important;
|
2010
|
+
}
|
2011
|
+
.justify-content-xl-center {
|
2012
|
+
-ms-flex-pack: center !important;
|
2013
|
+
justify-content: center !important;
|
2014
|
+
}
|
2015
|
+
.justify-content-xl-between {
|
2016
|
+
-ms-flex-pack: justify !important;
|
2017
|
+
justify-content: space-between !important;
|
2018
|
+
}
|
2019
|
+
.justify-content-xl-around {
|
2020
|
+
-ms-flex-pack: distribute !important;
|
2021
|
+
justify-content: space-around !important;
|
2022
|
+
}
|
2023
|
+
.align-items-xl-start {
|
2024
|
+
-ms-flex-align: start !important;
|
2025
|
+
align-items: flex-start !important;
|
2026
|
+
}
|
2027
|
+
.align-items-xl-end {
|
2028
|
+
-ms-flex-align: end !important;
|
2029
|
+
align-items: flex-end !important;
|
2030
|
+
}
|
2031
|
+
.align-items-xl-center {
|
2032
|
+
-ms-flex-align: center !important;
|
2033
|
+
align-items: center !important;
|
2034
|
+
}
|
2035
|
+
.align-items-xl-baseline {
|
2036
|
+
-ms-flex-align: baseline !important;
|
2037
|
+
align-items: baseline !important;
|
2038
|
+
}
|
2039
|
+
.align-items-xl-stretch {
|
2040
|
+
-ms-flex-align: stretch !important;
|
2041
|
+
align-items: stretch !important;
|
2042
|
+
}
|
2043
|
+
.align-content-xl-start {
|
2044
|
+
-ms-flex-line-pack: start !important;
|
2045
|
+
align-content: flex-start !important;
|
2046
|
+
}
|
2047
|
+
.align-content-xl-end {
|
2048
|
+
-ms-flex-line-pack: end !important;
|
2049
|
+
align-content: flex-end !important;
|
2050
|
+
}
|
2051
|
+
.align-content-xl-center {
|
2052
|
+
-ms-flex-line-pack: center !important;
|
2053
|
+
align-content: center !important;
|
2054
|
+
}
|
2055
|
+
.align-content-xl-between {
|
2056
|
+
-ms-flex-line-pack: justify !important;
|
2057
|
+
align-content: space-between !important;
|
2058
|
+
}
|
2059
|
+
.align-content-xl-around {
|
2060
|
+
-ms-flex-line-pack: distribute !important;
|
2061
|
+
align-content: space-around !important;
|
2062
|
+
}
|
2063
|
+
.align-content-xl-stretch {
|
2064
|
+
-ms-flex-line-pack: stretch !important;
|
2065
|
+
align-content: stretch !important;
|
2066
|
+
}
|
2067
|
+
.align-self-xl-auto {
|
2068
|
+
-ms-flex-item-align: auto !important;
|
2069
|
+
align-self: auto !important;
|
2070
|
+
}
|
2071
|
+
.align-self-xl-start {
|
2072
|
+
-ms-flex-item-align: start !important;
|
2073
|
+
align-self: flex-start !important;
|
2074
|
+
}
|
2075
|
+
.align-self-xl-end {
|
2076
|
+
-ms-flex-item-align: end !important;
|
2077
|
+
align-self: flex-end !important;
|
2078
|
+
}
|
2079
|
+
.align-self-xl-center {
|
2080
|
+
-ms-flex-item-align: center !important;
|
2081
|
+
align-self: center !important;
|
2082
|
+
}
|
2083
|
+
.align-self-xl-baseline {
|
2084
|
+
-ms-flex-item-align: baseline !important;
|
2085
|
+
align-self: baseline !important;
|
2086
|
+
}
|
2087
|
+
.align-self-xl-stretch {
|
2088
|
+
-ms-flex-item-align: stretch !important;
|
2089
|
+
align-self: stretch !important;
|
2090
|
+
}
|
2091
|
+
}
|
2092
|
+
|
2093
|
+
.m-0 {
|
2094
|
+
margin: 0 !important;
|
2095
|
+
}
|
2096
|
+
|
2097
|
+
.mt-0,
|
2098
|
+
.my-0 {
|
2099
|
+
margin-top: 0 !important;
|
2100
|
+
}
|
2101
|
+
|
2102
|
+
.mr-0,
|
2103
|
+
.mx-0 {
|
2104
|
+
margin-right: 0 !important;
|
2105
|
+
}
|
2106
|
+
|
2107
|
+
.mb-0,
|
2108
|
+
.my-0 {
|
2109
|
+
margin-bottom: 0 !important;
|
2110
|
+
}
|
2111
|
+
|
2112
|
+
.ml-0,
|
2113
|
+
.mx-0 {
|
2114
|
+
margin-left: 0 !important;
|
2115
|
+
}
|
2116
|
+
|
2117
|
+
.m-1 {
|
2118
|
+
margin: 0.25rem !important;
|
2119
|
+
}
|
2120
|
+
|
2121
|
+
.mt-1,
|
2122
|
+
.my-1 {
|
2123
|
+
margin-top: 0.25rem !important;
|
2124
|
+
}
|
2125
|
+
|
2126
|
+
.mr-1,
|
2127
|
+
.mx-1 {
|
2128
|
+
margin-right: 0.25rem !important;
|
2129
|
+
}
|
2130
|
+
|
2131
|
+
.mb-1,
|
2132
|
+
.my-1 {
|
2133
|
+
margin-bottom: 0.25rem !important;
|
2134
|
+
}
|
2135
|
+
|
2136
|
+
.ml-1,
|
2137
|
+
.mx-1 {
|
2138
|
+
margin-left: 0.25rem !important;
|
2139
|
+
}
|
2140
|
+
|
2141
|
+
.m-2 {
|
2142
|
+
margin: 0.5rem !important;
|
2143
|
+
}
|
2144
|
+
|
2145
|
+
.mt-2,
|
2146
|
+
.my-2 {
|
2147
|
+
margin-top: 0.5rem !important;
|
2148
|
+
}
|
2149
|
+
|
2150
|
+
.mr-2,
|
2151
|
+
.mx-2 {
|
2152
|
+
margin-right: 0.5rem !important;
|
2153
|
+
}
|
2154
|
+
|
2155
|
+
.mb-2,
|
2156
|
+
.my-2 {
|
2157
|
+
margin-bottom: 0.5rem !important;
|
2158
|
+
}
|
2159
|
+
|
2160
|
+
.ml-2,
|
2161
|
+
.mx-2 {
|
2162
|
+
margin-left: 0.5rem !important;
|
2163
|
+
}
|
2164
|
+
|
2165
|
+
.m-3 {
|
2166
|
+
margin: 1rem !important;
|
2167
|
+
}
|
2168
|
+
|
2169
|
+
.mt-3,
|
2170
|
+
.my-3 {
|
2171
|
+
margin-top: 1rem !important;
|
2172
|
+
}
|
2173
|
+
|
2174
|
+
.mr-3,
|
2175
|
+
.mx-3 {
|
2176
|
+
margin-right: 1rem !important;
|
2177
|
+
}
|
2178
|
+
|
2179
|
+
.mb-3,
|
2180
|
+
.my-3 {
|
2181
|
+
margin-bottom: 1rem !important;
|
2182
|
+
}
|
2183
|
+
|
2184
|
+
.ml-3,
|
2185
|
+
.mx-3 {
|
2186
|
+
margin-left: 1rem !important;
|
2187
|
+
}
|
2188
|
+
|
2189
|
+
.m-4 {
|
2190
|
+
margin: 1.5rem !important;
|
2191
|
+
}
|
2192
|
+
|
2193
|
+
.mt-4,
|
2194
|
+
.my-4 {
|
2195
|
+
margin-top: 1.5rem !important;
|
2196
|
+
}
|
2197
|
+
|
2198
|
+
.mr-4,
|
2199
|
+
.mx-4 {
|
2200
|
+
margin-right: 1.5rem !important;
|
2201
|
+
}
|
2202
|
+
|
2203
|
+
.mb-4,
|
2204
|
+
.my-4 {
|
2205
|
+
margin-bottom: 1.5rem !important;
|
2206
|
+
}
|
2207
|
+
|
2208
|
+
.ml-4,
|
2209
|
+
.mx-4 {
|
2210
|
+
margin-left: 1.5rem !important;
|
2211
|
+
}
|
2212
|
+
|
2213
|
+
.m-5 {
|
2214
|
+
margin: 3rem !important;
|
2215
|
+
}
|
2216
|
+
|
2217
|
+
.mt-5,
|
2218
|
+
.my-5 {
|
2219
|
+
margin-top: 3rem !important;
|
2220
|
+
}
|
2221
|
+
|
2222
|
+
.mr-5,
|
2223
|
+
.mx-5 {
|
2224
|
+
margin-right: 3rem !important;
|
2225
|
+
}
|
2226
|
+
|
2227
|
+
.mb-5,
|
2228
|
+
.my-5 {
|
2229
|
+
margin-bottom: 3rem !important;
|
2230
|
+
}
|
2231
|
+
|
2232
|
+
.ml-5,
|
2233
|
+
.mx-5 {
|
2234
|
+
margin-left: 3rem !important;
|
2235
|
+
}
|
2236
|
+
|
2237
|
+
.p-0 {
|
2238
|
+
padding: 0 !important;
|
2239
|
+
}
|
2240
|
+
|
2241
|
+
.pt-0,
|
2242
|
+
.py-0 {
|
2243
|
+
padding-top: 0 !important;
|
2244
|
+
}
|
2245
|
+
|
2246
|
+
.pr-0,
|
2247
|
+
.px-0 {
|
2248
|
+
padding-right: 0 !important;
|
2249
|
+
}
|
2250
|
+
|
2251
|
+
.pb-0,
|
2252
|
+
.py-0 {
|
2253
|
+
padding-bottom: 0 !important;
|
2254
|
+
}
|
2255
|
+
|
2256
|
+
.pl-0,
|
2257
|
+
.px-0 {
|
2258
|
+
padding-left: 0 !important;
|
2259
|
+
}
|
2260
|
+
|
2261
|
+
.p-1 {
|
2262
|
+
padding: 0.25rem !important;
|
2263
|
+
}
|
2264
|
+
|
2265
|
+
.pt-1,
|
2266
|
+
.py-1 {
|
2267
|
+
padding-top: 0.25rem !important;
|
2268
|
+
}
|
2269
|
+
|
2270
|
+
.pr-1,
|
2271
|
+
.px-1 {
|
2272
|
+
padding-right: 0.25rem !important;
|
2273
|
+
}
|
2274
|
+
|
2275
|
+
.pb-1,
|
2276
|
+
.py-1 {
|
2277
|
+
padding-bottom: 0.25rem !important;
|
2278
|
+
}
|
2279
|
+
|
2280
|
+
.pl-1,
|
2281
|
+
.px-1 {
|
2282
|
+
padding-left: 0.25rem !important;
|
2283
|
+
}
|
2284
|
+
|
2285
|
+
.p-2 {
|
2286
|
+
padding: 0.5rem !important;
|
2287
|
+
}
|
2288
|
+
|
2289
|
+
.pt-2,
|
2290
|
+
.py-2 {
|
2291
|
+
padding-top: 0.5rem !important;
|
2292
|
+
}
|
2293
|
+
|
2294
|
+
.pr-2,
|
2295
|
+
.px-2 {
|
2296
|
+
padding-right: 0.5rem !important;
|
2297
|
+
}
|
2298
|
+
|
2299
|
+
.pb-2,
|
2300
|
+
.py-2 {
|
2301
|
+
padding-bottom: 0.5rem !important;
|
2302
|
+
}
|
2303
|
+
|
2304
|
+
.pl-2,
|
2305
|
+
.px-2 {
|
2306
|
+
padding-left: 0.5rem !important;
|
2307
|
+
}
|
2308
|
+
|
2309
|
+
.p-3 {
|
2310
|
+
padding: 1rem !important;
|
2311
|
+
}
|
2312
|
+
|
2313
|
+
.pt-3,
|
2314
|
+
.py-3 {
|
2315
|
+
padding-top: 1rem !important;
|
2316
|
+
}
|
2317
|
+
|
2318
|
+
.pr-3,
|
2319
|
+
.px-3 {
|
2320
|
+
padding-right: 1rem !important;
|
2321
|
+
}
|
2322
|
+
|
2323
|
+
.pb-3,
|
2324
|
+
.py-3 {
|
2325
|
+
padding-bottom: 1rem !important;
|
2326
|
+
}
|
2327
|
+
|
2328
|
+
.pl-3,
|
2329
|
+
.px-3 {
|
2330
|
+
padding-left: 1rem !important;
|
2331
|
+
}
|
2332
|
+
|
2333
|
+
.p-4 {
|
2334
|
+
padding: 1.5rem !important;
|
2335
|
+
}
|
2336
|
+
|
2337
|
+
.pt-4,
|
2338
|
+
.py-4 {
|
2339
|
+
padding-top: 1.5rem !important;
|
2340
|
+
}
|
2341
|
+
|
2342
|
+
.pr-4,
|
2343
|
+
.px-4 {
|
2344
|
+
padding-right: 1.5rem !important;
|
2345
|
+
}
|
2346
|
+
|
2347
|
+
.pb-4,
|
2348
|
+
.py-4 {
|
2349
|
+
padding-bottom: 1.5rem !important;
|
2350
|
+
}
|
2351
|
+
|
2352
|
+
.pl-4,
|
2353
|
+
.px-4 {
|
2354
|
+
padding-left: 1.5rem !important;
|
2355
|
+
}
|
2356
|
+
|
2357
|
+
.p-5 {
|
2358
|
+
padding: 3rem !important;
|
2359
|
+
}
|
2360
|
+
|
2361
|
+
.pt-5,
|
2362
|
+
.py-5 {
|
2363
|
+
padding-top: 3rem !important;
|
2364
|
+
}
|
2365
|
+
|
2366
|
+
.pr-5,
|
2367
|
+
.px-5 {
|
2368
|
+
padding-right: 3rem !important;
|
2369
|
+
}
|
2370
|
+
|
2371
|
+
.pb-5,
|
2372
|
+
.py-5 {
|
2373
|
+
padding-bottom: 3rem !important;
|
2374
|
+
}
|
2375
|
+
|
2376
|
+
.pl-5,
|
2377
|
+
.px-5 {
|
2378
|
+
padding-left: 3rem !important;
|
2379
|
+
}
|
2380
|
+
|
2381
|
+
.m-n1 {
|
2382
|
+
margin: -0.25rem !important;
|
2383
|
+
}
|
2384
|
+
|
2385
|
+
.mt-n1,
|
2386
|
+
.my-n1 {
|
2387
|
+
margin-top: -0.25rem !important;
|
2388
|
+
}
|
2389
|
+
|
2390
|
+
.mr-n1,
|
2391
|
+
.mx-n1 {
|
2392
|
+
margin-right: -0.25rem !important;
|
2393
|
+
}
|
2394
|
+
|
2395
|
+
.mb-n1,
|
2396
|
+
.my-n1 {
|
2397
|
+
margin-bottom: -0.25rem !important;
|
2398
|
+
}
|
2399
|
+
|
2400
|
+
.ml-n1,
|
2401
|
+
.mx-n1 {
|
2402
|
+
margin-left: -0.25rem !important;
|
2403
|
+
}
|
2404
|
+
|
2405
|
+
.m-n2 {
|
2406
|
+
margin: -0.5rem !important;
|
2407
|
+
}
|
2408
|
+
|
2409
|
+
.mt-n2,
|
2410
|
+
.my-n2 {
|
2411
|
+
margin-top: -0.5rem !important;
|
2412
|
+
}
|
2413
|
+
|
2414
|
+
.mr-n2,
|
2415
|
+
.mx-n2 {
|
2416
|
+
margin-right: -0.5rem !important;
|
2417
|
+
}
|
2418
|
+
|
2419
|
+
.mb-n2,
|
2420
|
+
.my-n2 {
|
2421
|
+
margin-bottom: -0.5rem !important;
|
2422
|
+
}
|
2423
|
+
|
2424
|
+
.ml-n2,
|
2425
|
+
.mx-n2 {
|
2426
|
+
margin-left: -0.5rem !important;
|
2427
|
+
}
|
2428
|
+
|
2429
|
+
.m-n3 {
|
2430
|
+
margin: -1rem !important;
|
2431
|
+
}
|
2432
|
+
|
2433
|
+
.mt-n3,
|
2434
|
+
.my-n3 {
|
2435
|
+
margin-top: -1rem !important;
|
2436
|
+
}
|
2437
|
+
|
2438
|
+
.mr-n3,
|
2439
|
+
.mx-n3 {
|
2440
|
+
margin-right: -1rem !important;
|
2441
|
+
}
|
2442
|
+
|
2443
|
+
.mb-n3,
|
2444
|
+
.my-n3 {
|
2445
|
+
margin-bottom: -1rem !important;
|
2446
|
+
}
|
2447
|
+
|
2448
|
+
.ml-n3,
|
2449
|
+
.mx-n3 {
|
2450
|
+
margin-left: -1rem !important;
|
2451
|
+
}
|
2452
|
+
|
2453
|
+
.m-n4 {
|
2454
|
+
margin: -1.5rem !important;
|
2455
|
+
}
|
2456
|
+
|
2457
|
+
.mt-n4,
|
2458
|
+
.my-n4 {
|
2459
|
+
margin-top: -1.5rem !important;
|
2460
|
+
}
|
2461
|
+
|
2462
|
+
.mr-n4,
|
2463
|
+
.mx-n4 {
|
2464
|
+
margin-right: -1.5rem !important;
|
2465
|
+
}
|
2466
|
+
|
2467
|
+
.mb-n4,
|
2468
|
+
.my-n4 {
|
2469
|
+
margin-bottom: -1.5rem !important;
|
2470
|
+
}
|
2471
|
+
|
2472
|
+
.ml-n4,
|
2473
|
+
.mx-n4 {
|
2474
|
+
margin-left: -1.5rem !important;
|
2475
|
+
}
|
2476
|
+
|
2477
|
+
.m-n5 {
|
2478
|
+
margin: -3rem !important;
|
2479
|
+
}
|
2480
|
+
|
2481
|
+
.mt-n5,
|
2482
|
+
.my-n5 {
|
2483
|
+
margin-top: -3rem !important;
|
2484
|
+
}
|
2485
|
+
|
2486
|
+
.mr-n5,
|
2487
|
+
.mx-n5 {
|
2488
|
+
margin-right: -3rem !important;
|
2489
|
+
}
|
2490
|
+
|
2491
|
+
.mb-n5,
|
2492
|
+
.my-n5 {
|
2493
|
+
margin-bottom: -3rem !important;
|
2494
|
+
}
|
2495
|
+
|
2496
|
+
.ml-n5,
|
2497
|
+
.mx-n5 {
|
2498
|
+
margin-left: -3rem !important;
|
2499
|
+
}
|
2500
|
+
|
2501
|
+
.m-auto {
|
2502
|
+
margin: auto !important;
|
2503
|
+
}
|
2504
|
+
|
2505
|
+
.mt-auto,
|
2506
|
+
.my-auto {
|
2507
|
+
margin-top: auto !important;
|
2508
|
+
}
|
2509
|
+
|
2510
|
+
.mr-auto,
|
2511
|
+
.mx-auto {
|
2512
|
+
margin-right: auto !important;
|
2513
|
+
}
|
2514
|
+
|
2515
|
+
.mb-auto,
|
2516
|
+
.my-auto {
|
2517
|
+
margin-bottom: auto !important;
|
2518
|
+
}
|
2519
|
+
|
2520
|
+
.ml-auto,
|
2521
|
+
.mx-auto {
|
2522
|
+
margin-left: auto !important;
|
2523
|
+
}
|
2524
|
+
|
2525
|
+
@media (min-width: 576px) {
|
2526
|
+
.m-sm-0 {
|
2527
|
+
margin: 0 !important;
|
2528
|
+
}
|
2529
|
+
.mt-sm-0,
|
2530
|
+
.my-sm-0 {
|
2531
|
+
margin-top: 0 !important;
|
2532
|
+
}
|
2533
|
+
.mr-sm-0,
|
2534
|
+
.mx-sm-0 {
|
2535
|
+
margin-right: 0 !important;
|
2536
|
+
}
|
2537
|
+
.mb-sm-0,
|
2538
|
+
.my-sm-0 {
|
2539
|
+
margin-bottom: 0 !important;
|
2540
|
+
}
|
2541
|
+
.ml-sm-0,
|
2542
|
+
.mx-sm-0 {
|
2543
|
+
margin-left: 0 !important;
|
2544
|
+
}
|
2545
|
+
.m-sm-1 {
|
2546
|
+
margin: 0.25rem !important;
|
2547
|
+
}
|
2548
|
+
.mt-sm-1,
|
2549
|
+
.my-sm-1 {
|
2550
|
+
margin-top: 0.25rem !important;
|
2551
|
+
}
|
2552
|
+
.mr-sm-1,
|
2553
|
+
.mx-sm-1 {
|
2554
|
+
margin-right: 0.25rem !important;
|
2555
|
+
}
|
2556
|
+
.mb-sm-1,
|
2557
|
+
.my-sm-1 {
|
2558
|
+
margin-bottom: 0.25rem !important;
|
2559
|
+
}
|
2560
|
+
.ml-sm-1,
|
2561
|
+
.mx-sm-1 {
|
2562
|
+
margin-left: 0.25rem !important;
|
2563
|
+
}
|
2564
|
+
.m-sm-2 {
|
2565
|
+
margin: 0.5rem !important;
|
2566
|
+
}
|
2567
|
+
.mt-sm-2,
|
2568
|
+
.my-sm-2 {
|
2569
|
+
margin-top: 0.5rem !important;
|
2570
|
+
}
|
2571
|
+
.mr-sm-2,
|
2572
|
+
.mx-sm-2 {
|
2573
|
+
margin-right: 0.5rem !important;
|
2574
|
+
}
|
2575
|
+
.mb-sm-2,
|
2576
|
+
.my-sm-2 {
|
2577
|
+
margin-bottom: 0.5rem !important;
|
2578
|
+
}
|
2579
|
+
.ml-sm-2,
|
2580
|
+
.mx-sm-2 {
|
2581
|
+
margin-left: 0.5rem !important;
|
2582
|
+
}
|
2583
|
+
.m-sm-3 {
|
2584
|
+
margin: 1rem !important;
|
2585
|
+
}
|
2586
|
+
.mt-sm-3,
|
2587
|
+
.my-sm-3 {
|
2588
|
+
margin-top: 1rem !important;
|
2589
|
+
}
|
2590
|
+
.mr-sm-3,
|
2591
|
+
.mx-sm-3 {
|
2592
|
+
margin-right: 1rem !important;
|
2593
|
+
}
|
2594
|
+
.mb-sm-3,
|
2595
|
+
.my-sm-3 {
|
2596
|
+
margin-bottom: 1rem !important;
|
2597
|
+
}
|
2598
|
+
.ml-sm-3,
|
2599
|
+
.mx-sm-3 {
|
2600
|
+
margin-left: 1rem !important;
|
2601
|
+
}
|
2602
|
+
.m-sm-4 {
|
2603
|
+
margin: 1.5rem !important;
|
2604
|
+
}
|
2605
|
+
.mt-sm-4,
|
2606
|
+
.my-sm-4 {
|
2607
|
+
margin-top: 1.5rem !important;
|
2608
|
+
}
|
2609
|
+
.mr-sm-4,
|
2610
|
+
.mx-sm-4 {
|
2611
|
+
margin-right: 1.5rem !important;
|
2612
|
+
}
|
2613
|
+
.mb-sm-4,
|
2614
|
+
.my-sm-4 {
|
2615
|
+
margin-bottom: 1.5rem !important;
|
2616
|
+
}
|
2617
|
+
.ml-sm-4,
|
2618
|
+
.mx-sm-4 {
|
2619
|
+
margin-left: 1.5rem !important;
|
2620
|
+
}
|
2621
|
+
.m-sm-5 {
|
2622
|
+
margin: 3rem !important;
|
2623
|
+
}
|
2624
|
+
.mt-sm-5,
|
2625
|
+
.my-sm-5 {
|
2626
|
+
margin-top: 3rem !important;
|
2627
|
+
}
|
2628
|
+
.mr-sm-5,
|
2629
|
+
.mx-sm-5 {
|
2630
|
+
margin-right: 3rem !important;
|
2631
|
+
}
|
2632
|
+
.mb-sm-5,
|
2633
|
+
.my-sm-5 {
|
2634
|
+
margin-bottom: 3rem !important;
|
2635
|
+
}
|
2636
|
+
.ml-sm-5,
|
2637
|
+
.mx-sm-5 {
|
2638
|
+
margin-left: 3rem !important;
|
2639
|
+
}
|
2640
|
+
.p-sm-0 {
|
2641
|
+
padding: 0 !important;
|
2642
|
+
}
|
2643
|
+
.pt-sm-0,
|
2644
|
+
.py-sm-0 {
|
2645
|
+
padding-top: 0 !important;
|
2646
|
+
}
|
2647
|
+
.pr-sm-0,
|
2648
|
+
.px-sm-0 {
|
2649
|
+
padding-right: 0 !important;
|
2650
|
+
}
|
2651
|
+
.pb-sm-0,
|
2652
|
+
.py-sm-0 {
|
2653
|
+
padding-bottom: 0 !important;
|
2654
|
+
}
|
2655
|
+
.pl-sm-0,
|
2656
|
+
.px-sm-0 {
|
2657
|
+
padding-left: 0 !important;
|
2658
|
+
}
|
2659
|
+
.p-sm-1 {
|
2660
|
+
padding: 0.25rem !important;
|
2661
|
+
}
|
2662
|
+
.pt-sm-1,
|
2663
|
+
.py-sm-1 {
|
2664
|
+
padding-top: 0.25rem !important;
|
2665
|
+
}
|
2666
|
+
.pr-sm-1,
|
2667
|
+
.px-sm-1 {
|
2668
|
+
padding-right: 0.25rem !important;
|
2669
|
+
}
|
2670
|
+
.pb-sm-1,
|
2671
|
+
.py-sm-1 {
|
2672
|
+
padding-bottom: 0.25rem !important;
|
2673
|
+
}
|
2674
|
+
.pl-sm-1,
|
2675
|
+
.px-sm-1 {
|
2676
|
+
padding-left: 0.25rem !important;
|
2677
|
+
}
|
2678
|
+
.p-sm-2 {
|
2679
|
+
padding: 0.5rem !important;
|
2680
|
+
}
|
2681
|
+
.pt-sm-2,
|
2682
|
+
.py-sm-2 {
|
2683
|
+
padding-top: 0.5rem !important;
|
2684
|
+
}
|
2685
|
+
.pr-sm-2,
|
2686
|
+
.px-sm-2 {
|
2687
|
+
padding-right: 0.5rem !important;
|
2688
|
+
}
|
2689
|
+
.pb-sm-2,
|
2690
|
+
.py-sm-2 {
|
2691
|
+
padding-bottom: 0.5rem !important;
|
2692
|
+
}
|
2693
|
+
.pl-sm-2,
|
2694
|
+
.px-sm-2 {
|
2695
|
+
padding-left: 0.5rem !important;
|
2696
|
+
}
|
2697
|
+
.p-sm-3 {
|
2698
|
+
padding: 1rem !important;
|
2699
|
+
}
|
2700
|
+
.pt-sm-3,
|
2701
|
+
.py-sm-3 {
|
2702
|
+
padding-top: 1rem !important;
|
2703
|
+
}
|
2704
|
+
.pr-sm-3,
|
2705
|
+
.px-sm-3 {
|
2706
|
+
padding-right: 1rem !important;
|
2707
|
+
}
|
2708
|
+
.pb-sm-3,
|
2709
|
+
.py-sm-3 {
|
2710
|
+
padding-bottom: 1rem !important;
|
2711
|
+
}
|
2712
|
+
.pl-sm-3,
|
2713
|
+
.px-sm-3 {
|
2714
|
+
padding-left: 1rem !important;
|
2715
|
+
}
|
2716
|
+
.p-sm-4 {
|
2717
|
+
padding: 1.5rem !important;
|
2718
|
+
}
|
2719
|
+
.pt-sm-4,
|
2720
|
+
.py-sm-4 {
|
2721
|
+
padding-top: 1.5rem !important;
|
2722
|
+
}
|
2723
|
+
.pr-sm-4,
|
2724
|
+
.px-sm-4 {
|
2725
|
+
padding-right: 1.5rem !important;
|
2726
|
+
}
|
2727
|
+
.pb-sm-4,
|
2728
|
+
.py-sm-4 {
|
2729
|
+
padding-bottom: 1.5rem !important;
|
2730
|
+
}
|
2731
|
+
.pl-sm-4,
|
2732
|
+
.px-sm-4 {
|
2733
|
+
padding-left: 1.5rem !important;
|
2734
|
+
}
|
2735
|
+
.p-sm-5 {
|
2736
|
+
padding: 3rem !important;
|
2737
|
+
}
|
2738
|
+
.pt-sm-5,
|
2739
|
+
.py-sm-5 {
|
2740
|
+
padding-top: 3rem !important;
|
2741
|
+
}
|
2742
|
+
.pr-sm-5,
|
2743
|
+
.px-sm-5 {
|
2744
|
+
padding-right: 3rem !important;
|
2745
|
+
}
|
2746
|
+
.pb-sm-5,
|
2747
|
+
.py-sm-5 {
|
2748
|
+
padding-bottom: 3rem !important;
|
2749
|
+
}
|
2750
|
+
.pl-sm-5,
|
2751
|
+
.px-sm-5 {
|
2752
|
+
padding-left: 3rem !important;
|
2753
|
+
}
|
2754
|
+
.m-sm-n1 {
|
2755
|
+
margin: -0.25rem !important;
|
2756
|
+
}
|
2757
|
+
.mt-sm-n1,
|
2758
|
+
.my-sm-n1 {
|
2759
|
+
margin-top: -0.25rem !important;
|
2760
|
+
}
|
2761
|
+
.mr-sm-n1,
|
2762
|
+
.mx-sm-n1 {
|
2763
|
+
margin-right: -0.25rem !important;
|
2764
|
+
}
|
2765
|
+
.mb-sm-n1,
|
2766
|
+
.my-sm-n1 {
|
2767
|
+
margin-bottom: -0.25rem !important;
|
2768
|
+
}
|
2769
|
+
.ml-sm-n1,
|
2770
|
+
.mx-sm-n1 {
|
2771
|
+
margin-left: -0.25rem !important;
|
2772
|
+
}
|
2773
|
+
.m-sm-n2 {
|
2774
|
+
margin: -0.5rem !important;
|
2775
|
+
}
|
2776
|
+
.mt-sm-n2,
|
2777
|
+
.my-sm-n2 {
|
2778
|
+
margin-top: -0.5rem !important;
|
2779
|
+
}
|
2780
|
+
.mr-sm-n2,
|
2781
|
+
.mx-sm-n2 {
|
2782
|
+
margin-right: -0.5rem !important;
|
2783
|
+
}
|
2784
|
+
.mb-sm-n2,
|
2785
|
+
.my-sm-n2 {
|
2786
|
+
margin-bottom: -0.5rem !important;
|
2787
|
+
}
|
2788
|
+
.ml-sm-n2,
|
2789
|
+
.mx-sm-n2 {
|
2790
|
+
margin-left: -0.5rem !important;
|
2791
|
+
}
|
2792
|
+
.m-sm-n3 {
|
2793
|
+
margin: -1rem !important;
|
2794
|
+
}
|
2795
|
+
.mt-sm-n3,
|
2796
|
+
.my-sm-n3 {
|
2797
|
+
margin-top: -1rem !important;
|
2798
|
+
}
|
2799
|
+
.mr-sm-n3,
|
2800
|
+
.mx-sm-n3 {
|
2801
|
+
margin-right: -1rem !important;
|
2802
|
+
}
|
2803
|
+
.mb-sm-n3,
|
2804
|
+
.my-sm-n3 {
|
2805
|
+
margin-bottom: -1rem !important;
|
2806
|
+
}
|
2807
|
+
.ml-sm-n3,
|
2808
|
+
.mx-sm-n3 {
|
2809
|
+
margin-left: -1rem !important;
|
2810
|
+
}
|
2811
|
+
.m-sm-n4 {
|
2812
|
+
margin: -1.5rem !important;
|
2813
|
+
}
|
2814
|
+
.mt-sm-n4,
|
2815
|
+
.my-sm-n4 {
|
2816
|
+
margin-top: -1.5rem !important;
|
2817
|
+
}
|
2818
|
+
.mr-sm-n4,
|
2819
|
+
.mx-sm-n4 {
|
2820
|
+
margin-right: -1.5rem !important;
|
2821
|
+
}
|
2822
|
+
.mb-sm-n4,
|
2823
|
+
.my-sm-n4 {
|
2824
|
+
margin-bottom: -1.5rem !important;
|
2825
|
+
}
|
2826
|
+
.ml-sm-n4,
|
2827
|
+
.mx-sm-n4 {
|
2828
|
+
margin-left: -1.5rem !important;
|
2829
|
+
}
|
2830
|
+
.m-sm-n5 {
|
2831
|
+
margin: -3rem !important;
|
2832
|
+
}
|
2833
|
+
.mt-sm-n5,
|
2834
|
+
.my-sm-n5 {
|
2835
|
+
margin-top: -3rem !important;
|
2836
|
+
}
|
2837
|
+
.mr-sm-n5,
|
2838
|
+
.mx-sm-n5 {
|
2839
|
+
margin-right: -3rem !important;
|
2840
|
+
}
|
2841
|
+
.mb-sm-n5,
|
2842
|
+
.my-sm-n5 {
|
2843
|
+
margin-bottom: -3rem !important;
|
2844
|
+
}
|
2845
|
+
.ml-sm-n5,
|
2846
|
+
.mx-sm-n5 {
|
2847
|
+
margin-left: -3rem !important;
|
2848
|
+
}
|
2849
|
+
.m-sm-auto {
|
2850
|
+
margin: auto !important;
|
2851
|
+
}
|
2852
|
+
.mt-sm-auto,
|
2853
|
+
.my-sm-auto {
|
2854
|
+
margin-top: auto !important;
|
2855
|
+
}
|
2856
|
+
.mr-sm-auto,
|
2857
|
+
.mx-sm-auto {
|
2858
|
+
margin-right: auto !important;
|
2859
|
+
}
|
2860
|
+
.mb-sm-auto,
|
2861
|
+
.my-sm-auto {
|
2862
|
+
margin-bottom: auto !important;
|
2863
|
+
}
|
2864
|
+
.ml-sm-auto,
|
2865
|
+
.mx-sm-auto {
|
2866
|
+
margin-left: auto !important;
|
2867
|
+
}
|
2868
|
+
}
|
2869
|
+
|
2870
|
+
@media (min-width: 768px) {
|
2871
|
+
.m-md-0 {
|
2872
|
+
margin: 0 !important;
|
2873
|
+
}
|
2874
|
+
.mt-md-0,
|
2875
|
+
.my-md-0 {
|
2876
|
+
margin-top: 0 !important;
|
2877
|
+
}
|
2878
|
+
.mr-md-0,
|
2879
|
+
.mx-md-0 {
|
2880
|
+
margin-right: 0 !important;
|
2881
|
+
}
|
2882
|
+
.mb-md-0,
|
2883
|
+
.my-md-0 {
|
2884
|
+
margin-bottom: 0 !important;
|
2885
|
+
}
|
2886
|
+
.ml-md-0,
|
2887
|
+
.mx-md-0 {
|
2888
|
+
margin-left: 0 !important;
|
2889
|
+
}
|
2890
|
+
.m-md-1 {
|
2891
|
+
margin: 0.25rem !important;
|
2892
|
+
}
|
2893
|
+
.mt-md-1,
|
2894
|
+
.my-md-1 {
|
2895
|
+
margin-top: 0.25rem !important;
|
2896
|
+
}
|
2897
|
+
.mr-md-1,
|
2898
|
+
.mx-md-1 {
|
2899
|
+
margin-right: 0.25rem !important;
|
2900
|
+
}
|
2901
|
+
.mb-md-1,
|
2902
|
+
.my-md-1 {
|
2903
|
+
margin-bottom: 0.25rem !important;
|
2904
|
+
}
|
2905
|
+
.ml-md-1,
|
2906
|
+
.mx-md-1 {
|
2907
|
+
margin-left: 0.25rem !important;
|
2908
|
+
}
|
2909
|
+
.m-md-2 {
|
2910
|
+
margin: 0.5rem !important;
|
2911
|
+
}
|
2912
|
+
.mt-md-2,
|
2913
|
+
.my-md-2 {
|
2914
|
+
margin-top: 0.5rem !important;
|
2915
|
+
}
|
2916
|
+
.mr-md-2,
|
2917
|
+
.mx-md-2 {
|
2918
|
+
margin-right: 0.5rem !important;
|
2919
|
+
}
|
2920
|
+
.mb-md-2,
|
2921
|
+
.my-md-2 {
|
2922
|
+
margin-bottom: 0.5rem !important;
|
2923
|
+
}
|
2924
|
+
.ml-md-2,
|
2925
|
+
.mx-md-2 {
|
2926
|
+
margin-left: 0.5rem !important;
|
2927
|
+
}
|
2928
|
+
.m-md-3 {
|
2929
|
+
margin: 1rem !important;
|
2930
|
+
}
|
2931
|
+
.mt-md-3,
|
2932
|
+
.my-md-3 {
|
2933
|
+
margin-top: 1rem !important;
|
2934
|
+
}
|
2935
|
+
.mr-md-3,
|
2936
|
+
.mx-md-3 {
|
2937
|
+
margin-right: 1rem !important;
|
2938
|
+
}
|
2939
|
+
.mb-md-3,
|
2940
|
+
.my-md-3 {
|
2941
|
+
margin-bottom: 1rem !important;
|
2942
|
+
}
|
2943
|
+
.ml-md-3,
|
2944
|
+
.mx-md-3 {
|
2945
|
+
margin-left: 1rem !important;
|
2946
|
+
}
|
2947
|
+
.m-md-4 {
|
2948
|
+
margin: 1.5rem !important;
|
2949
|
+
}
|
2950
|
+
.mt-md-4,
|
2951
|
+
.my-md-4 {
|
2952
|
+
margin-top: 1.5rem !important;
|
2953
|
+
}
|
2954
|
+
.mr-md-4,
|
2955
|
+
.mx-md-4 {
|
2956
|
+
margin-right: 1.5rem !important;
|
2957
|
+
}
|
2958
|
+
.mb-md-4,
|
2959
|
+
.my-md-4 {
|
2960
|
+
margin-bottom: 1.5rem !important;
|
2961
|
+
}
|
2962
|
+
.ml-md-4,
|
2963
|
+
.mx-md-4 {
|
2964
|
+
margin-left: 1.5rem !important;
|
2965
|
+
}
|
2966
|
+
.m-md-5 {
|
2967
|
+
margin: 3rem !important;
|
2968
|
+
}
|
2969
|
+
.mt-md-5,
|
2970
|
+
.my-md-5 {
|
2971
|
+
margin-top: 3rem !important;
|
2972
|
+
}
|
2973
|
+
.mr-md-5,
|
2974
|
+
.mx-md-5 {
|
2975
|
+
margin-right: 3rem !important;
|
2976
|
+
}
|
2977
|
+
.mb-md-5,
|
2978
|
+
.my-md-5 {
|
2979
|
+
margin-bottom: 3rem !important;
|
2980
|
+
}
|
2981
|
+
.ml-md-5,
|
2982
|
+
.mx-md-5 {
|
2983
|
+
margin-left: 3rem !important;
|
2984
|
+
}
|
2985
|
+
.p-md-0 {
|
2986
|
+
padding: 0 !important;
|
2987
|
+
}
|
2988
|
+
.pt-md-0,
|
2989
|
+
.py-md-0 {
|
2990
|
+
padding-top: 0 !important;
|
2991
|
+
}
|
2992
|
+
.pr-md-0,
|
2993
|
+
.px-md-0 {
|
2994
|
+
padding-right: 0 !important;
|
2995
|
+
}
|
2996
|
+
.pb-md-0,
|
2997
|
+
.py-md-0 {
|
2998
|
+
padding-bottom: 0 !important;
|
2999
|
+
}
|
3000
|
+
.pl-md-0,
|
3001
|
+
.px-md-0 {
|
3002
|
+
padding-left: 0 !important;
|
3003
|
+
}
|
3004
|
+
.p-md-1 {
|
3005
|
+
padding: 0.25rem !important;
|
3006
|
+
}
|
3007
|
+
.pt-md-1,
|
3008
|
+
.py-md-1 {
|
3009
|
+
padding-top: 0.25rem !important;
|
3010
|
+
}
|
3011
|
+
.pr-md-1,
|
3012
|
+
.px-md-1 {
|
3013
|
+
padding-right: 0.25rem !important;
|
3014
|
+
}
|
3015
|
+
.pb-md-1,
|
3016
|
+
.py-md-1 {
|
3017
|
+
padding-bottom: 0.25rem !important;
|
3018
|
+
}
|
3019
|
+
.pl-md-1,
|
3020
|
+
.px-md-1 {
|
3021
|
+
padding-left: 0.25rem !important;
|
3022
|
+
}
|
3023
|
+
.p-md-2 {
|
3024
|
+
padding: 0.5rem !important;
|
3025
|
+
}
|
3026
|
+
.pt-md-2,
|
3027
|
+
.py-md-2 {
|
3028
|
+
padding-top: 0.5rem !important;
|
3029
|
+
}
|
3030
|
+
.pr-md-2,
|
3031
|
+
.px-md-2 {
|
3032
|
+
padding-right: 0.5rem !important;
|
3033
|
+
}
|
3034
|
+
.pb-md-2,
|
3035
|
+
.py-md-2 {
|
3036
|
+
padding-bottom: 0.5rem !important;
|
3037
|
+
}
|
3038
|
+
.pl-md-2,
|
3039
|
+
.px-md-2 {
|
3040
|
+
padding-left: 0.5rem !important;
|
3041
|
+
}
|
3042
|
+
.p-md-3 {
|
3043
|
+
padding: 1rem !important;
|
3044
|
+
}
|
3045
|
+
.pt-md-3,
|
3046
|
+
.py-md-3 {
|
3047
|
+
padding-top: 1rem !important;
|
3048
|
+
}
|
3049
|
+
.pr-md-3,
|
3050
|
+
.px-md-3 {
|
3051
|
+
padding-right: 1rem !important;
|
3052
|
+
}
|
3053
|
+
.pb-md-3,
|
3054
|
+
.py-md-3 {
|
3055
|
+
padding-bottom: 1rem !important;
|
3056
|
+
}
|
3057
|
+
.pl-md-3,
|
3058
|
+
.px-md-3 {
|
3059
|
+
padding-left: 1rem !important;
|
3060
|
+
}
|
3061
|
+
.p-md-4 {
|
3062
|
+
padding: 1.5rem !important;
|
3063
|
+
}
|
3064
|
+
.pt-md-4,
|
3065
|
+
.py-md-4 {
|
3066
|
+
padding-top: 1.5rem !important;
|
3067
|
+
}
|
3068
|
+
.pr-md-4,
|
3069
|
+
.px-md-4 {
|
3070
|
+
padding-right: 1.5rem !important;
|
3071
|
+
}
|
3072
|
+
.pb-md-4,
|
3073
|
+
.py-md-4 {
|
3074
|
+
padding-bottom: 1.5rem !important;
|
3075
|
+
}
|
3076
|
+
.pl-md-4,
|
3077
|
+
.px-md-4 {
|
3078
|
+
padding-left: 1.5rem !important;
|
3079
|
+
}
|
3080
|
+
.p-md-5 {
|
3081
|
+
padding: 3rem !important;
|
3082
|
+
}
|
3083
|
+
.pt-md-5,
|
3084
|
+
.py-md-5 {
|
3085
|
+
padding-top: 3rem !important;
|
3086
|
+
}
|
3087
|
+
.pr-md-5,
|
3088
|
+
.px-md-5 {
|
3089
|
+
padding-right: 3rem !important;
|
3090
|
+
}
|
3091
|
+
.pb-md-5,
|
3092
|
+
.py-md-5 {
|
3093
|
+
padding-bottom: 3rem !important;
|
3094
|
+
}
|
3095
|
+
.pl-md-5,
|
3096
|
+
.px-md-5 {
|
3097
|
+
padding-left: 3rem !important;
|
3098
|
+
}
|
3099
|
+
.m-md-n1 {
|
3100
|
+
margin: -0.25rem !important;
|
3101
|
+
}
|
3102
|
+
.mt-md-n1,
|
3103
|
+
.my-md-n1 {
|
3104
|
+
margin-top: -0.25rem !important;
|
3105
|
+
}
|
3106
|
+
.mr-md-n1,
|
3107
|
+
.mx-md-n1 {
|
3108
|
+
margin-right: -0.25rem !important;
|
3109
|
+
}
|
3110
|
+
.mb-md-n1,
|
3111
|
+
.my-md-n1 {
|
3112
|
+
margin-bottom: -0.25rem !important;
|
3113
|
+
}
|
3114
|
+
.ml-md-n1,
|
3115
|
+
.mx-md-n1 {
|
3116
|
+
margin-left: -0.25rem !important;
|
3117
|
+
}
|
3118
|
+
.m-md-n2 {
|
3119
|
+
margin: -0.5rem !important;
|
3120
|
+
}
|
3121
|
+
.mt-md-n2,
|
3122
|
+
.my-md-n2 {
|
3123
|
+
margin-top: -0.5rem !important;
|
3124
|
+
}
|
3125
|
+
.mr-md-n2,
|
3126
|
+
.mx-md-n2 {
|
3127
|
+
margin-right: -0.5rem !important;
|
3128
|
+
}
|
3129
|
+
.mb-md-n2,
|
3130
|
+
.my-md-n2 {
|
3131
|
+
margin-bottom: -0.5rem !important;
|
3132
|
+
}
|
3133
|
+
.ml-md-n2,
|
3134
|
+
.mx-md-n2 {
|
3135
|
+
margin-left: -0.5rem !important;
|
3136
|
+
}
|
3137
|
+
.m-md-n3 {
|
3138
|
+
margin: -1rem !important;
|
3139
|
+
}
|
3140
|
+
.mt-md-n3,
|
3141
|
+
.my-md-n3 {
|
3142
|
+
margin-top: -1rem !important;
|
3143
|
+
}
|
3144
|
+
.mr-md-n3,
|
3145
|
+
.mx-md-n3 {
|
3146
|
+
margin-right: -1rem !important;
|
3147
|
+
}
|
3148
|
+
.mb-md-n3,
|
3149
|
+
.my-md-n3 {
|
3150
|
+
margin-bottom: -1rem !important;
|
3151
|
+
}
|
3152
|
+
.ml-md-n3,
|
3153
|
+
.mx-md-n3 {
|
3154
|
+
margin-left: -1rem !important;
|
3155
|
+
}
|
3156
|
+
.m-md-n4 {
|
3157
|
+
margin: -1.5rem !important;
|
3158
|
+
}
|
3159
|
+
.mt-md-n4,
|
3160
|
+
.my-md-n4 {
|
3161
|
+
margin-top: -1.5rem !important;
|
3162
|
+
}
|
3163
|
+
.mr-md-n4,
|
3164
|
+
.mx-md-n4 {
|
3165
|
+
margin-right: -1.5rem !important;
|
3166
|
+
}
|
3167
|
+
.mb-md-n4,
|
3168
|
+
.my-md-n4 {
|
3169
|
+
margin-bottom: -1.5rem !important;
|
3170
|
+
}
|
3171
|
+
.ml-md-n4,
|
3172
|
+
.mx-md-n4 {
|
3173
|
+
margin-left: -1.5rem !important;
|
3174
|
+
}
|
3175
|
+
.m-md-n5 {
|
3176
|
+
margin: -3rem !important;
|
3177
|
+
}
|
3178
|
+
.mt-md-n5,
|
3179
|
+
.my-md-n5 {
|
3180
|
+
margin-top: -3rem !important;
|
3181
|
+
}
|
3182
|
+
.mr-md-n5,
|
3183
|
+
.mx-md-n5 {
|
3184
|
+
margin-right: -3rem !important;
|
3185
|
+
}
|
3186
|
+
.mb-md-n5,
|
3187
|
+
.my-md-n5 {
|
3188
|
+
margin-bottom: -3rem !important;
|
3189
|
+
}
|
3190
|
+
.ml-md-n5,
|
3191
|
+
.mx-md-n5 {
|
3192
|
+
margin-left: -3rem !important;
|
3193
|
+
}
|
3194
|
+
.m-md-auto {
|
3195
|
+
margin: auto !important;
|
3196
|
+
}
|
3197
|
+
.mt-md-auto,
|
3198
|
+
.my-md-auto {
|
3199
|
+
margin-top: auto !important;
|
3200
|
+
}
|
3201
|
+
.mr-md-auto,
|
3202
|
+
.mx-md-auto {
|
3203
|
+
margin-right: auto !important;
|
3204
|
+
}
|
3205
|
+
.mb-md-auto,
|
3206
|
+
.my-md-auto {
|
3207
|
+
margin-bottom: auto !important;
|
3208
|
+
}
|
3209
|
+
.ml-md-auto,
|
3210
|
+
.mx-md-auto {
|
3211
|
+
margin-left: auto !important;
|
3212
|
+
}
|
3213
|
+
}
|
3214
|
+
|
3215
|
+
@media (min-width: 992px) {
|
3216
|
+
.m-lg-0 {
|
3217
|
+
margin: 0 !important;
|
3218
|
+
}
|
3219
|
+
.mt-lg-0,
|
3220
|
+
.my-lg-0 {
|
3221
|
+
margin-top: 0 !important;
|
3222
|
+
}
|
3223
|
+
.mr-lg-0,
|
3224
|
+
.mx-lg-0 {
|
3225
|
+
margin-right: 0 !important;
|
3226
|
+
}
|
3227
|
+
.mb-lg-0,
|
3228
|
+
.my-lg-0 {
|
3229
|
+
margin-bottom: 0 !important;
|
3230
|
+
}
|
3231
|
+
.ml-lg-0,
|
3232
|
+
.mx-lg-0 {
|
3233
|
+
margin-left: 0 !important;
|
3234
|
+
}
|
3235
|
+
.m-lg-1 {
|
3236
|
+
margin: 0.25rem !important;
|
3237
|
+
}
|
3238
|
+
.mt-lg-1,
|
3239
|
+
.my-lg-1 {
|
3240
|
+
margin-top: 0.25rem !important;
|
3241
|
+
}
|
3242
|
+
.mr-lg-1,
|
3243
|
+
.mx-lg-1 {
|
3244
|
+
margin-right: 0.25rem !important;
|
3245
|
+
}
|
3246
|
+
.mb-lg-1,
|
3247
|
+
.my-lg-1 {
|
3248
|
+
margin-bottom: 0.25rem !important;
|
3249
|
+
}
|
3250
|
+
.ml-lg-1,
|
3251
|
+
.mx-lg-1 {
|
3252
|
+
margin-left: 0.25rem !important;
|
3253
|
+
}
|
3254
|
+
.m-lg-2 {
|
3255
|
+
margin: 0.5rem !important;
|
3256
|
+
}
|
3257
|
+
.mt-lg-2,
|
3258
|
+
.my-lg-2 {
|
3259
|
+
margin-top: 0.5rem !important;
|
3260
|
+
}
|
3261
|
+
.mr-lg-2,
|
3262
|
+
.mx-lg-2 {
|
3263
|
+
margin-right: 0.5rem !important;
|
3264
|
+
}
|
3265
|
+
.mb-lg-2,
|
3266
|
+
.my-lg-2 {
|
3267
|
+
margin-bottom: 0.5rem !important;
|
3268
|
+
}
|
3269
|
+
.ml-lg-2,
|
3270
|
+
.mx-lg-2 {
|
3271
|
+
margin-left: 0.5rem !important;
|
3272
|
+
}
|
3273
|
+
.m-lg-3 {
|
3274
|
+
margin: 1rem !important;
|
3275
|
+
}
|
3276
|
+
.mt-lg-3,
|
3277
|
+
.my-lg-3 {
|
3278
|
+
margin-top: 1rem !important;
|
3279
|
+
}
|
3280
|
+
.mr-lg-3,
|
3281
|
+
.mx-lg-3 {
|
3282
|
+
margin-right: 1rem !important;
|
3283
|
+
}
|
3284
|
+
.mb-lg-3,
|
3285
|
+
.my-lg-3 {
|
3286
|
+
margin-bottom: 1rem !important;
|
3287
|
+
}
|
3288
|
+
.ml-lg-3,
|
3289
|
+
.mx-lg-3 {
|
3290
|
+
margin-left: 1rem !important;
|
3291
|
+
}
|
3292
|
+
.m-lg-4 {
|
3293
|
+
margin: 1.5rem !important;
|
3294
|
+
}
|
3295
|
+
.mt-lg-4,
|
3296
|
+
.my-lg-4 {
|
3297
|
+
margin-top: 1.5rem !important;
|
3298
|
+
}
|
3299
|
+
.mr-lg-4,
|
3300
|
+
.mx-lg-4 {
|
3301
|
+
margin-right: 1.5rem !important;
|
3302
|
+
}
|
3303
|
+
.mb-lg-4,
|
3304
|
+
.my-lg-4 {
|
3305
|
+
margin-bottom: 1.5rem !important;
|
3306
|
+
}
|
3307
|
+
.ml-lg-4,
|
3308
|
+
.mx-lg-4 {
|
3309
|
+
margin-left: 1.5rem !important;
|
3310
|
+
}
|
3311
|
+
.m-lg-5 {
|
3312
|
+
margin: 3rem !important;
|
3313
|
+
}
|
3314
|
+
.mt-lg-5,
|
3315
|
+
.my-lg-5 {
|
3316
|
+
margin-top: 3rem !important;
|
3317
|
+
}
|
3318
|
+
.mr-lg-5,
|
3319
|
+
.mx-lg-5 {
|
3320
|
+
margin-right: 3rem !important;
|
3321
|
+
}
|
3322
|
+
.mb-lg-5,
|
3323
|
+
.my-lg-5 {
|
3324
|
+
margin-bottom: 3rem !important;
|
3325
|
+
}
|
3326
|
+
.ml-lg-5,
|
3327
|
+
.mx-lg-5 {
|
3328
|
+
margin-left: 3rem !important;
|
3329
|
+
}
|
3330
|
+
.p-lg-0 {
|
3331
|
+
padding: 0 !important;
|
3332
|
+
}
|
3333
|
+
.pt-lg-0,
|
3334
|
+
.py-lg-0 {
|
3335
|
+
padding-top: 0 !important;
|
3336
|
+
}
|
3337
|
+
.pr-lg-0,
|
3338
|
+
.px-lg-0 {
|
3339
|
+
padding-right: 0 !important;
|
3340
|
+
}
|
3341
|
+
.pb-lg-0,
|
3342
|
+
.py-lg-0 {
|
3343
|
+
padding-bottom: 0 !important;
|
3344
|
+
}
|
3345
|
+
.pl-lg-0,
|
3346
|
+
.px-lg-0 {
|
3347
|
+
padding-left: 0 !important;
|
3348
|
+
}
|
3349
|
+
.p-lg-1 {
|
3350
|
+
padding: 0.25rem !important;
|
3351
|
+
}
|
3352
|
+
.pt-lg-1,
|
3353
|
+
.py-lg-1 {
|
3354
|
+
padding-top: 0.25rem !important;
|
3355
|
+
}
|
3356
|
+
.pr-lg-1,
|
3357
|
+
.px-lg-1 {
|
3358
|
+
padding-right: 0.25rem !important;
|
3359
|
+
}
|
3360
|
+
.pb-lg-1,
|
3361
|
+
.py-lg-1 {
|
3362
|
+
padding-bottom: 0.25rem !important;
|
3363
|
+
}
|
3364
|
+
.pl-lg-1,
|
3365
|
+
.px-lg-1 {
|
3366
|
+
padding-left: 0.25rem !important;
|
3367
|
+
}
|
3368
|
+
.p-lg-2 {
|
3369
|
+
padding: 0.5rem !important;
|
3370
|
+
}
|
3371
|
+
.pt-lg-2,
|
3372
|
+
.py-lg-2 {
|
3373
|
+
padding-top: 0.5rem !important;
|
3374
|
+
}
|
3375
|
+
.pr-lg-2,
|
3376
|
+
.px-lg-2 {
|
3377
|
+
padding-right: 0.5rem !important;
|
3378
|
+
}
|
3379
|
+
.pb-lg-2,
|
3380
|
+
.py-lg-2 {
|
3381
|
+
padding-bottom: 0.5rem !important;
|
3382
|
+
}
|
3383
|
+
.pl-lg-2,
|
3384
|
+
.px-lg-2 {
|
3385
|
+
padding-left: 0.5rem !important;
|
3386
|
+
}
|
3387
|
+
.p-lg-3 {
|
3388
|
+
padding: 1rem !important;
|
3389
|
+
}
|
3390
|
+
.pt-lg-3,
|
3391
|
+
.py-lg-3 {
|
3392
|
+
padding-top: 1rem !important;
|
3393
|
+
}
|
3394
|
+
.pr-lg-3,
|
3395
|
+
.px-lg-3 {
|
3396
|
+
padding-right: 1rem !important;
|
3397
|
+
}
|
3398
|
+
.pb-lg-3,
|
3399
|
+
.py-lg-3 {
|
3400
|
+
padding-bottom: 1rem !important;
|
3401
|
+
}
|
3402
|
+
.pl-lg-3,
|
3403
|
+
.px-lg-3 {
|
3404
|
+
padding-left: 1rem !important;
|
3405
|
+
}
|
3406
|
+
.p-lg-4 {
|
3407
|
+
padding: 1.5rem !important;
|
3408
|
+
}
|
3409
|
+
.pt-lg-4,
|
3410
|
+
.py-lg-4 {
|
3411
|
+
padding-top: 1.5rem !important;
|
3412
|
+
}
|
3413
|
+
.pr-lg-4,
|
3414
|
+
.px-lg-4 {
|
3415
|
+
padding-right: 1.5rem !important;
|
3416
|
+
}
|
3417
|
+
.pb-lg-4,
|
3418
|
+
.py-lg-4 {
|
3419
|
+
padding-bottom: 1.5rem !important;
|
3420
|
+
}
|
3421
|
+
.pl-lg-4,
|
3422
|
+
.px-lg-4 {
|
3423
|
+
padding-left: 1.5rem !important;
|
3424
|
+
}
|
3425
|
+
.p-lg-5 {
|
3426
|
+
padding: 3rem !important;
|
3427
|
+
}
|
3428
|
+
.pt-lg-5,
|
3429
|
+
.py-lg-5 {
|
3430
|
+
padding-top: 3rem !important;
|
3431
|
+
}
|
3432
|
+
.pr-lg-5,
|
3433
|
+
.px-lg-5 {
|
3434
|
+
padding-right: 3rem !important;
|
3435
|
+
}
|
3436
|
+
.pb-lg-5,
|
3437
|
+
.py-lg-5 {
|
3438
|
+
padding-bottom: 3rem !important;
|
3439
|
+
}
|
3440
|
+
.pl-lg-5,
|
3441
|
+
.px-lg-5 {
|
3442
|
+
padding-left: 3rem !important;
|
3443
|
+
}
|
3444
|
+
.m-lg-n1 {
|
3445
|
+
margin: -0.25rem !important;
|
3446
|
+
}
|
3447
|
+
.mt-lg-n1,
|
3448
|
+
.my-lg-n1 {
|
3449
|
+
margin-top: -0.25rem !important;
|
3450
|
+
}
|
3451
|
+
.mr-lg-n1,
|
3452
|
+
.mx-lg-n1 {
|
3453
|
+
margin-right: -0.25rem !important;
|
3454
|
+
}
|
3455
|
+
.mb-lg-n1,
|
3456
|
+
.my-lg-n1 {
|
3457
|
+
margin-bottom: -0.25rem !important;
|
3458
|
+
}
|
3459
|
+
.ml-lg-n1,
|
3460
|
+
.mx-lg-n1 {
|
3461
|
+
margin-left: -0.25rem !important;
|
3462
|
+
}
|
3463
|
+
.m-lg-n2 {
|
3464
|
+
margin: -0.5rem !important;
|
3465
|
+
}
|
3466
|
+
.mt-lg-n2,
|
3467
|
+
.my-lg-n2 {
|
3468
|
+
margin-top: -0.5rem !important;
|
3469
|
+
}
|
3470
|
+
.mr-lg-n2,
|
3471
|
+
.mx-lg-n2 {
|
3472
|
+
margin-right: -0.5rem !important;
|
3473
|
+
}
|
3474
|
+
.mb-lg-n2,
|
3475
|
+
.my-lg-n2 {
|
3476
|
+
margin-bottom: -0.5rem !important;
|
3477
|
+
}
|
3478
|
+
.ml-lg-n2,
|
3479
|
+
.mx-lg-n2 {
|
3480
|
+
margin-left: -0.5rem !important;
|
3481
|
+
}
|
3482
|
+
.m-lg-n3 {
|
3483
|
+
margin: -1rem !important;
|
3484
|
+
}
|
3485
|
+
.mt-lg-n3,
|
3486
|
+
.my-lg-n3 {
|
3487
|
+
margin-top: -1rem !important;
|
3488
|
+
}
|
3489
|
+
.mr-lg-n3,
|
3490
|
+
.mx-lg-n3 {
|
3491
|
+
margin-right: -1rem !important;
|
3492
|
+
}
|
3493
|
+
.mb-lg-n3,
|
3494
|
+
.my-lg-n3 {
|
3495
|
+
margin-bottom: -1rem !important;
|
3496
|
+
}
|
3497
|
+
.ml-lg-n3,
|
3498
|
+
.mx-lg-n3 {
|
3499
|
+
margin-left: -1rem !important;
|
3500
|
+
}
|
3501
|
+
.m-lg-n4 {
|
3502
|
+
margin: -1.5rem !important;
|
3503
|
+
}
|
3504
|
+
.mt-lg-n4,
|
3505
|
+
.my-lg-n4 {
|
3506
|
+
margin-top: -1.5rem !important;
|
3507
|
+
}
|
3508
|
+
.mr-lg-n4,
|
3509
|
+
.mx-lg-n4 {
|
3510
|
+
margin-right: -1.5rem !important;
|
3511
|
+
}
|
3512
|
+
.mb-lg-n4,
|
3513
|
+
.my-lg-n4 {
|
3514
|
+
margin-bottom: -1.5rem !important;
|
3515
|
+
}
|
3516
|
+
.ml-lg-n4,
|
3517
|
+
.mx-lg-n4 {
|
3518
|
+
margin-left: -1.5rem !important;
|
3519
|
+
}
|
3520
|
+
.m-lg-n5 {
|
3521
|
+
margin: -3rem !important;
|
3522
|
+
}
|
3523
|
+
.mt-lg-n5,
|
3524
|
+
.my-lg-n5 {
|
3525
|
+
margin-top: -3rem !important;
|
3526
|
+
}
|
3527
|
+
.mr-lg-n5,
|
3528
|
+
.mx-lg-n5 {
|
3529
|
+
margin-right: -3rem !important;
|
3530
|
+
}
|
3531
|
+
.mb-lg-n5,
|
3532
|
+
.my-lg-n5 {
|
3533
|
+
margin-bottom: -3rem !important;
|
3534
|
+
}
|
3535
|
+
.ml-lg-n5,
|
3536
|
+
.mx-lg-n5 {
|
3537
|
+
margin-left: -3rem !important;
|
3538
|
+
}
|
3539
|
+
.m-lg-auto {
|
3540
|
+
margin: auto !important;
|
3541
|
+
}
|
3542
|
+
.mt-lg-auto,
|
3543
|
+
.my-lg-auto {
|
3544
|
+
margin-top: auto !important;
|
3545
|
+
}
|
3546
|
+
.mr-lg-auto,
|
3547
|
+
.mx-lg-auto {
|
3548
|
+
margin-right: auto !important;
|
3549
|
+
}
|
3550
|
+
.mb-lg-auto,
|
3551
|
+
.my-lg-auto {
|
3552
|
+
margin-bottom: auto !important;
|
3553
|
+
}
|
3554
|
+
.ml-lg-auto,
|
3555
|
+
.mx-lg-auto {
|
3556
|
+
margin-left: auto !important;
|
3557
|
+
}
|
3558
|
+
}
|
3559
|
+
|
3560
|
+
@media (min-width: 1200px) {
|
3561
|
+
.m-xl-0 {
|
3562
|
+
margin: 0 !important;
|
3563
|
+
}
|
3564
|
+
.mt-xl-0,
|
3565
|
+
.my-xl-0 {
|
3566
|
+
margin-top: 0 !important;
|
3567
|
+
}
|
3568
|
+
.mr-xl-0,
|
3569
|
+
.mx-xl-0 {
|
3570
|
+
margin-right: 0 !important;
|
3571
|
+
}
|
3572
|
+
.mb-xl-0,
|
3573
|
+
.my-xl-0 {
|
3574
|
+
margin-bottom: 0 !important;
|
3575
|
+
}
|
3576
|
+
.ml-xl-0,
|
3577
|
+
.mx-xl-0 {
|
3578
|
+
margin-left: 0 !important;
|
3579
|
+
}
|
3580
|
+
.m-xl-1 {
|
3581
|
+
margin: 0.25rem !important;
|
3582
|
+
}
|
3583
|
+
.mt-xl-1,
|
3584
|
+
.my-xl-1 {
|
3585
|
+
margin-top: 0.25rem !important;
|
3586
|
+
}
|
3587
|
+
.mr-xl-1,
|
3588
|
+
.mx-xl-1 {
|
3589
|
+
margin-right: 0.25rem !important;
|
3590
|
+
}
|
3591
|
+
.mb-xl-1,
|
3592
|
+
.my-xl-1 {
|
3593
|
+
margin-bottom: 0.25rem !important;
|
3594
|
+
}
|
3595
|
+
.ml-xl-1,
|
3596
|
+
.mx-xl-1 {
|
3597
|
+
margin-left: 0.25rem !important;
|
3598
|
+
}
|
3599
|
+
.m-xl-2 {
|
3600
|
+
margin: 0.5rem !important;
|
3601
|
+
}
|
3602
|
+
.mt-xl-2,
|
3603
|
+
.my-xl-2 {
|
3604
|
+
margin-top: 0.5rem !important;
|
3605
|
+
}
|
3606
|
+
.mr-xl-2,
|
3607
|
+
.mx-xl-2 {
|
3608
|
+
margin-right: 0.5rem !important;
|
3609
|
+
}
|
3610
|
+
.mb-xl-2,
|
3611
|
+
.my-xl-2 {
|
3612
|
+
margin-bottom: 0.5rem !important;
|
3613
|
+
}
|
3614
|
+
.ml-xl-2,
|
3615
|
+
.mx-xl-2 {
|
3616
|
+
margin-left: 0.5rem !important;
|
3617
|
+
}
|
3618
|
+
.m-xl-3 {
|
3619
|
+
margin: 1rem !important;
|
3620
|
+
}
|
3621
|
+
.mt-xl-3,
|
3622
|
+
.my-xl-3 {
|
3623
|
+
margin-top: 1rem !important;
|
3624
|
+
}
|
3625
|
+
.mr-xl-3,
|
3626
|
+
.mx-xl-3 {
|
3627
|
+
margin-right: 1rem !important;
|
3628
|
+
}
|
3629
|
+
.mb-xl-3,
|
3630
|
+
.my-xl-3 {
|
3631
|
+
margin-bottom: 1rem !important;
|
3632
|
+
}
|
3633
|
+
.ml-xl-3,
|
3634
|
+
.mx-xl-3 {
|
3635
|
+
margin-left: 1rem !important;
|
3636
|
+
}
|
3637
|
+
.m-xl-4 {
|
3638
|
+
margin: 1.5rem !important;
|
3639
|
+
}
|
3640
|
+
.mt-xl-4,
|
3641
|
+
.my-xl-4 {
|
3642
|
+
margin-top: 1.5rem !important;
|
3643
|
+
}
|
3644
|
+
.mr-xl-4,
|
3645
|
+
.mx-xl-4 {
|
3646
|
+
margin-right: 1.5rem !important;
|
3647
|
+
}
|
3648
|
+
.mb-xl-4,
|
3649
|
+
.my-xl-4 {
|
3650
|
+
margin-bottom: 1.5rem !important;
|
3651
|
+
}
|
3652
|
+
.ml-xl-4,
|
3653
|
+
.mx-xl-4 {
|
3654
|
+
margin-left: 1.5rem !important;
|
3655
|
+
}
|
3656
|
+
.m-xl-5 {
|
3657
|
+
margin: 3rem !important;
|
3658
|
+
}
|
3659
|
+
.mt-xl-5,
|
3660
|
+
.my-xl-5 {
|
3661
|
+
margin-top: 3rem !important;
|
3662
|
+
}
|
3663
|
+
.mr-xl-5,
|
3664
|
+
.mx-xl-5 {
|
3665
|
+
margin-right: 3rem !important;
|
3666
|
+
}
|
3667
|
+
.mb-xl-5,
|
3668
|
+
.my-xl-5 {
|
3669
|
+
margin-bottom: 3rem !important;
|
3670
|
+
}
|
3671
|
+
.ml-xl-5,
|
3672
|
+
.mx-xl-5 {
|
3673
|
+
margin-left: 3rem !important;
|
3674
|
+
}
|
3675
|
+
.p-xl-0 {
|
3676
|
+
padding: 0 !important;
|
3677
|
+
}
|
3678
|
+
.pt-xl-0,
|
3679
|
+
.py-xl-0 {
|
3680
|
+
padding-top: 0 !important;
|
3681
|
+
}
|
3682
|
+
.pr-xl-0,
|
3683
|
+
.px-xl-0 {
|
3684
|
+
padding-right: 0 !important;
|
3685
|
+
}
|
3686
|
+
.pb-xl-0,
|
3687
|
+
.py-xl-0 {
|
3688
|
+
padding-bottom: 0 !important;
|
3689
|
+
}
|
3690
|
+
.pl-xl-0,
|
3691
|
+
.px-xl-0 {
|
3692
|
+
padding-left: 0 !important;
|
3693
|
+
}
|
3694
|
+
.p-xl-1 {
|
3695
|
+
padding: 0.25rem !important;
|
3696
|
+
}
|
3697
|
+
.pt-xl-1,
|
3698
|
+
.py-xl-1 {
|
3699
|
+
padding-top: 0.25rem !important;
|
3700
|
+
}
|
3701
|
+
.pr-xl-1,
|
3702
|
+
.px-xl-1 {
|
3703
|
+
padding-right: 0.25rem !important;
|
3704
|
+
}
|
3705
|
+
.pb-xl-1,
|
3706
|
+
.py-xl-1 {
|
3707
|
+
padding-bottom: 0.25rem !important;
|
3708
|
+
}
|
3709
|
+
.pl-xl-1,
|
3710
|
+
.px-xl-1 {
|
3711
|
+
padding-left: 0.25rem !important;
|
3712
|
+
}
|
3713
|
+
.p-xl-2 {
|
3714
|
+
padding: 0.5rem !important;
|
3715
|
+
}
|
3716
|
+
.pt-xl-2,
|
3717
|
+
.py-xl-2 {
|
3718
|
+
padding-top: 0.5rem !important;
|
3719
|
+
}
|
3720
|
+
.pr-xl-2,
|
3721
|
+
.px-xl-2 {
|
3722
|
+
padding-right: 0.5rem !important;
|
3723
|
+
}
|
3724
|
+
.pb-xl-2,
|
3725
|
+
.py-xl-2 {
|
3726
|
+
padding-bottom: 0.5rem !important;
|
3727
|
+
}
|
3728
|
+
.pl-xl-2,
|
3729
|
+
.px-xl-2 {
|
3730
|
+
padding-left: 0.5rem !important;
|
3731
|
+
}
|
3732
|
+
.p-xl-3 {
|
3733
|
+
padding: 1rem !important;
|
3734
|
+
}
|
3735
|
+
.pt-xl-3,
|
3736
|
+
.py-xl-3 {
|
3737
|
+
padding-top: 1rem !important;
|
3738
|
+
}
|
3739
|
+
.pr-xl-3,
|
3740
|
+
.px-xl-3 {
|
3741
|
+
padding-right: 1rem !important;
|
3742
|
+
}
|
3743
|
+
.pb-xl-3,
|
3744
|
+
.py-xl-3 {
|
3745
|
+
padding-bottom: 1rem !important;
|
3746
|
+
}
|
3747
|
+
.pl-xl-3,
|
3748
|
+
.px-xl-3 {
|
3749
|
+
padding-left: 1rem !important;
|
3750
|
+
}
|
3751
|
+
.p-xl-4 {
|
3752
|
+
padding: 1.5rem !important;
|
3753
|
+
}
|
3754
|
+
.pt-xl-4,
|
3755
|
+
.py-xl-4 {
|
3756
|
+
padding-top: 1.5rem !important;
|
3757
|
+
}
|
3758
|
+
.pr-xl-4,
|
3759
|
+
.px-xl-4 {
|
3760
|
+
padding-right: 1.5rem !important;
|
3761
|
+
}
|
3762
|
+
.pb-xl-4,
|
3763
|
+
.py-xl-4 {
|
3764
|
+
padding-bottom: 1.5rem !important;
|
3765
|
+
}
|
3766
|
+
.pl-xl-4,
|
3767
|
+
.px-xl-4 {
|
3768
|
+
padding-left: 1.5rem !important;
|
3769
|
+
}
|
3770
|
+
.p-xl-5 {
|
3771
|
+
padding: 3rem !important;
|
3772
|
+
}
|
3773
|
+
.pt-xl-5,
|
3774
|
+
.py-xl-5 {
|
3775
|
+
padding-top: 3rem !important;
|
3776
|
+
}
|
3777
|
+
.pr-xl-5,
|
3778
|
+
.px-xl-5 {
|
3779
|
+
padding-right: 3rem !important;
|
3780
|
+
}
|
3781
|
+
.pb-xl-5,
|
3782
|
+
.py-xl-5 {
|
3783
|
+
padding-bottom: 3rem !important;
|
3784
|
+
}
|
3785
|
+
.pl-xl-5,
|
3786
|
+
.px-xl-5 {
|
3787
|
+
padding-left: 3rem !important;
|
3788
|
+
}
|
3789
|
+
.m-xl-n1 {
|
3790
|
+
margin: -0.25rem !important;
|
3791
|
+
}
|
3792
|
+
.mt-xl-n1,
|
3793
|
+
.my-xl-n1 {
|
3794
|
+
margin-top: -0.25rem !important;
|
3795
|
+
}
|
3796
|
+
.mr-xl-n1,
|
3797
|
+
.mx-xl-n1 {
|
3798
|
+
margin-right: -0.25rem !important;
|
3799
|
+
}
|
3800
|
+
.mb-xl-n1,
|
3801
|
+
.my-xl-n1 {
|
3802
|
+
margin-bottom: -0.25rem !important;
|
3803
|
+
}
|
3804
|
+
.ml-xl-n1,
|
3805
|
+
.mx-xl-n1 {
|
3806
|
+
margin-left: -0.25rem !important;
|
3807
|
+
}
|
3808
|
+
.m-xl-n2 {
|
3809
|
+
margin: -0.5rem !important;
|
3810
|
+
}
|
3811
|
+
.mt-xl-n2,
|
3812
|
+
.my-xl-n2 {
|
3813
|
+
margin-top: -0.5rem !important;
|
3814
|
+
}
|
3815
|
+
.mr-xl-n2,
|
3816
|
+
.mx-xl-n2 {
|
3817
|
+
margin-right: -0.5rem !important;
|
3818
|
+
}
|
3819
|
+
.mb-xl-n2,
|
3820
|
+
.my-xl-n2 {
|
3821
|
+
margin-bottom: -0.5rem !important;
|
3822
|
+
}
|
3823
|
+
.ml-xl-n2,
|
3824
|
+
.mx-xl-n2 {
|
3825
|
+
margin-left: -0.5rem !important;
|
3826
|
+
}
|
3827
|
+
.m-xl-n3 {
|
3828
|
+
margin: -1rem !important;
|
3829
|
+
}
|
3830
|
+
.mt-xl-n3,
|
3831
|
+
.my-xl-n3 {
|
3832
|
+
margin-top: -1rem !important;
|
3833
|
+
}
|
3834
|
+
.mr-xl-n3,
|
3835
|
+
.mx-xl-n3 {
|
3836
|
+
margin-right: -1rem !important;
|
3837
|
+
}
|
3838
|
+
.mb-xl-n3,
|
3839
|
+
.my-xl-n3 {
|
3840
|
+
margin-bottom: -1rem !important;
|
3841
|
+
}
|
3842
|
+
.ml-xl-n3,
|
3843
|
+
.mx-xl-n3 {
|
3844
|
+
margin-left: -1rem !important;
|
3845
|
+
}
|
3846
|
+
.m-xl-n4 {
|
3847
|
+
margin: -1.5rem !important;
|
3848
|
+
}
|
3849
|
+
.mt-xl-n4,
|
3850
|
+
.my-xl-n4 {
|
3851
|
+
margin-top: -1.5rem !important;
|
3852
|
+
}
|
3853
|
+
.mr-xl-n4,
|
3854
|
+
.mx-xl-n4 {
|
3855
|
+
margin-right: -1.5rem !important;
|
3856
|
+
}
|
3857
|
+
.mb-xl-n4,
|
3858
|
+
.my-xl-n4 {
|
3859
|
+
margin-bottom: -1.5rem !important;
|
3860
|
+
}
|
3861
|
+
.ml-xl-n4,
|
3862
|
+
.mx-xl-n4 {
|
3863
|
+
margin-left: -1.5rem !important;
|
3864
|
+
}
|
3865
|
+
.m-xl-n5 {
|
3866
|
+
margin: -3rem !important;
|
3867
|
+
}
|
3868
|
+
.mt-xl-n5,
|
3869
|
+
.my-xl-n5 {
|
3870
|
+
margin-top: -3rem !important;
|
3871
|
+
}
|
3872
|
+
.mr-xl-n5,
|
3873
|
+
.mx-xl-n5 {
|
3874
|
+
margin-right: -3rem !important;
|
3875
|
+
}
|
3876
|
+
.mb-xl-n5,
|
3877
|
+
.my-xl-n5 {
|
3878
|
+
margin-bottom: -3rem !important;
|
3879
|
+
}
|
3880
|
+
.ml-xl-n5,
|
3881
|
+
.mx-xl-n5 {
|
3882
|
+
margin-left: -3rem !important;
|
3883
|
+
}
|
3884
|
+
.m-xl-auto {
|
3885
|
+
margin: auto !important;
|
3886
|
+
}
|
3887
|
+
.mt-xl-auto,
|
3888
|
+
.my-xl-auto {
|
3889
|
+
margin-top: auto !important;
|
3890
|
+
}
|
3891
|
+
.mr-xl-auto,
|
3892
|
+
.mx-xl-auto {
|
3893
|
+
margin-right: auto !important;
|
3894
|
+
}
|
3895
|
+
.mb-xl-auto,
|
3896
|
+
.my-xl-auto {
|
3897
|
+
margin-bottom: auto !important;
|
3898
|
+
}
|
3899
|
+
.ml-xl-auto,
|
3900
|
+
.mx-xl-auto {
|
3901
|
+
margin-left: auto !important;
|
3902
|
+
}
|
3903
|
+
}
|
3904
|
+
/*# sourceMappingURL=bootstrap-grid.css.map */
|