Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css528
1 files changed, 25 insertions, 503 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 8f4758923a..799825a94e 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -586,9 +586,7 @@ pre code {
}
.row {
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
@@ -618,164 +616,134 @@ pre code {
}
.col {
- -ms-flex-preferred-size: 0;
flex-basis: 0;
- -ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
- -ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
- -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
- -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
- -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
- -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
- -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
- -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
- -ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
- -ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
- -ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
- -ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
- -ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
- -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
- -ms-flex-order: -1;
order: -1;
}
.order-last {
- -ms-flex-order: 13;
order: 13;
}
.order-0 {
- -ms-flex-order: 0;
order: 0;
}
.order-1 {
- -ms-flex-order: 1;
order: 1;
}
.order-2 {
- -ms-flex-order: 2;
order: 2;
}
.order-3 {
- -ms-flex-order: 3;
order: 3;
}
.order-4 {
- -ms-flex-order: 4;
order: 4;
}
.order-5 {
- -ms-flex-order: 5;
order: 5;
}
.order-6 {
- -ms-flex-order: 6;
order: 6;
}
.order-7 {
- -ms-flex-order: 7;
order: 7;
}
.order-8 {
- -ms-flex-order: 8;
order: 8;
}
.order-9 {
- -ms-flex-order: 9;
order: 9;
}
.order-10 {
- -ms-flex-order: 10;
order: 10;
}
.order-11 {
- -ms-flex-order: 11;
order: 11;
}
.order-12 {
- -ms-flex-order: 12;
order: 12;
}
@@ -825,136 +793,106 @@ pre code {
@media (min-width: 576px) {
.col-sm {
- -ms-flex-preferred-size: 0;
flex-basis: 0;
- -ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
- -ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
- -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
- -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
- -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
- -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
- -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
- -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
- -ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
- -ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
- -ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
- -ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
- -ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
- -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
- -ms-flex-order: -1;
order: -1;
}
.order-sm-last {
- -ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
- -ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
- -ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
- -ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
- -ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
- -ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
- -ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
- -ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
- -ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
- -ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
- -ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
- -ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
- -ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
- -ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
@@ -997,136 +935,106 @@ pre code {
@media (min-width: 768px) {
.col-md {
- -ms-flex-preferred-size: 0;
flex-basis: 0;
- -ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
- -ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
- -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
- -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
- -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
- -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
- -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
- -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
- -ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
- -ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
- -ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
- -ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
- -ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
- -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
- -ms-flex-order: -1;
order: -1;
}
.order-md-last {
- -ms-flex-order: 13;
order: 13;
}
.order-md-0 {
- -ms-flex-order: 0;
order: 0;
}
.order-md-1 {
- -ms-flex-order: 1;
order: 1;
}
.order-md-2 {
- -ms-flex-order: 2;
order: 2;
}
.order-md-3 {
- -ms-flex-order: 3;
order: 3;
}
.order-md-4 {
- -ms-flex-order: 4;
order: 4;
}
.order-md-5 {
- -ms-flex-order: 5;
order: 5;
}
.order-md-6 {
- -ms-flex-order: 6;
order: 6;
}
.order-md-7 {
- -ms-flex-order: 7;
order: 7;
}
.order-md-8 {
- -ms-flex-order: 8;
order: 8;
}
.order-md-9 {
- -ms-flex-order: 9;
order: 9;
}
.order-md-10 {
- -ms-flex-order: 10;
order: 10;
}
.order-md-11 {
- -ms-flex-order: 11;
order: 11;
}
.order-md-12 {
- -ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
@@ -1169,136 +1077,106 @@ pre code {
@media (min-width: 992px) {
.col-lg {
- -ms-flex-preferred-size: 0;
flex-basis: 0;
- -ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
- -ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
- -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
- -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
- -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
- -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
- -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
- -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
- -ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
- -ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
- -ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
- -ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
- -ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
- -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
- -ms-flex-order: -1;
order: -1;
}
.order-lg-last {
- -ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
- -ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
- -ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
- -ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
- -ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
- -ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
- -ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
- -ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
- -ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
- -ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
- -ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
- -ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
- -ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
- -ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
@@ -1341,136 +1219,106 @@ pre code {
@media (min-width: 1200px) {
.col-xl {
- -ms-flex-preferred-size: 0;
flex-basis: 0;
- -ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
- -ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
- -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
- -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
- -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
- -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
- -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
- -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
- -ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
- -ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
- -ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
- -ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
- -ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
- -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
- -ms-flex-order: -1;
order: -1;
}
.order-xl-last {
- -ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
- -ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
- -ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
- -ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
- -ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
- -ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
- -ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
- -ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
- -ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
- -ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
- -ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
- -ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
- -ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
- -ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
@@ -2004,9 +1852,7 @@ textarea.form-control {
}
.form-row {
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
@@ -2039,9 +1885,7 @@ textarea.form-control {
}
.form-check-inline {
- display: -ms-inline-flexbox;
display: inline-flex;
- -ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
@@ -2301,11 +2145,8 @@ textarea.form-control {
}
.form-inline {
- display: -ms-flexbox;
display: flex;
- -ms-flex-flow: row wrap;
flex-flow: row wrap;
- -ms-flex-align: center;
align-items: center;
}
@@ -2315,22 +2156,15 @@ textarea.form-control {
@media (min-width: 576px) {
.form-inline label {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
- display: -ms-flexbox;
display: flex;
- -ms-flex: 0 0 auto;
flex: 0 0 auto;
- -ms-flex-flow: row wrap;
flex-flow: row wrap;
- -ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
@@ -2347,27 +2181,21 @@ textarea.form-control {
width: auto;
}
.form-inline .form-check {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
- -ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
@@ -3279,7 +3107,6 @@ input[type="button"].btn-block {
.btn-group,
.btn-group-vertical {
position: relative;
- display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
@@ -3287,7 +3114,6 @@ input[type="button"].btn-block {
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
- -ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@@ -3304,11 +3130,8 @@ input[type="button"].btn-block {
}
.btn-toolbar {
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
- -ms-flex-pack: start;
justify-content: flex-start;
}
@@ -3359,11 +3182,8 @@ input[type="button"].btn-block {
}
.btn-group-vertical {
- -ms-flex-direction: column;
flex-direction: column;
- -ms-flex-align: start;
align-items: flex-start;
- -ms-flex-pack: center;
justify-content: center;
}
@@ -3405,11 +3225,8 @@ input[type="button"].btn-block {
.input-group {
position: relative;
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
- -ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
@@ -3419,7 +3236,6 @@ input[type="button"].btn-block {
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
- -ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
@@ -3463,9 +3279,7 @@ input[type="button"].btn-block {
}
.input-group > .custom-file {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
}
@@ -3482,7 +3296,6 @@ input[type="button"].btn-block {
.input-group-prepend,
.input-group-append {
- display: -ms-flexbox;
display: flex;
}
@@ -3517,9 +3330,7 @@ input[type="button"].btn-block {
}
.input-group-text {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
@@ -3606,7 +3417,6 @@ input[type="button"].btn-block {
}
.custom-control-inline {
- display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
@@ -4051,9 +3861,7 @@ input[type="button"].btn-block {
}
.nav {
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
@@ -4123,15 +3931,12 @@ input[type="button"].btn-block {
}
.nav-fill .nav-item {
- -ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
- -ms-flex-preferred-size: 0;
flex-basis: 0;
- -ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
@@ -4146,26 +3951,18 @@ input[type="button"].btn-block {
.navbar {
position: relative;
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: justify;
justify-content: space-between;
}
@@ -4184,9 +3981,7 @@ input[type="button"].btn-block {
}
.navbar-nav {
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
@@ -4210,11 +4005,8 @@ input[type="button"].btn-block {
}
.navbar-collapse {
- -ms-flex-preferred-size: 100%;
flex-basis: 100%;
- -ms-flex-positive: 1;
flex-grow: 1;
- -ms-flex-align: center;
align-items: center;
}
@@ -4251,13 +4043,10 @@ input[type="button"].btn-block {
@media (min-width: 576px) {
.navbar-expand-sm {
- -ms-flex-flow: row nowrap;
flex-flow: row nowrap;
- -ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
- -ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
@@ -4269,13 +4058,10 @@ input[type="button"].btn-block {
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
- -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
- display: -ms-flexbox !important;
display: flex !important;
- -ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
@@ -4293,13 +4079,10 @@ input[type="button"].btn-block {
@media (min-width: 768px) {
.navbar-expand-md {
- -ms-flex-flow: row nowrap;
flex-flow: row nowrap;
- -ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
- -ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
@@ -4311,13 +4094,10 @@ input[type="button"].btn-block {
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
- -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
- display: -ms-flexbox !important;
display: flex !important;
- -ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
@@ -4335,13 +4115,10 @@ input[type="button"].btn-block {
@media (min-width: 992px) {
.navbar-expand-lg {
- -ms-flex-flow: row nowrap;
flex-flow: row nowrap;
- -ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
- -ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
@@ -4353,13 +4130,10 @@ input[type="button"].btn-block {
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
- -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
- display: -ms-flexbox !important;
display: flex !important;
- -ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
@@ -4377,13 +4151,10 @@ input[type="button"].btn-block {
@media (min-width: 1200px) {
.navbar-expand-xl {
- -ms-flex-flow: row nowrap;
flex-flow: row nowrap;
- -ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
- -ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
@@ -4395,13 +4166,10 @@ input[type="button"].btn-block {
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
- -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
- display: -ms-flexbox !important;
display: flex !important;
- -ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
@@ -4410,9 +4178,7 @@ input[type="button"].btn-block {
}
.navbar-expand {
- -ms-flex-flow: row nowrap;
flex-flow: row nowrap;
- -ms-flex-pack: start;
justify-content: flex-start;
}
@@ -4423,7 +4189,6 @@ input[type="button"].btn-block {
}
.navbar-expand .navbar-nav {
- -ms-flex-direction: row;
flex-direction: row;
}
@@ -4438,14 +4203,11 @@ input[type="button"].btn-block {
.navbar-expand > .container,
.navbar-expand > .container-fluid {
- -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
- display: -ms-flexbox !important;
display: flex !important;
- -ms-flex-preferred-size: auto;
flex-basis: auto;
}
@@ -4551,9 +4313,7 @@ input[type="button"].btn-block {
.card {
position: relative;
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
@@ -4579,7 +4339,6 @@ input[type="button"].btn-block {
}
.card-body {
- -ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
@@ -4669,9 +4428,7 @@ input[type="button"].btn-block {
}
.card-deck {
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
}
@@ -4681,17 +4438,13 @@ input[type="button"].btn-block {
@media (min-width: 576px) {
.card-deck {
- -ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
- display: -ms-flexbox;
display: flex;
- -ms-flex: 1 0 0%;
flex: 1 0 0%;
- -ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
@@ -4700,9 +4453,7 @@ input[type="button"].btn-block {
}
.card-group {
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
}
@@ -4712,11 +4463,9 @@ input[type="button"].btn-block {
@media (min-width: 576px) {
.card-group {
- -ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
- -ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
@@ -4784,7 +4533,7 @@ input[type="button"].btn-block {
border-radius: 0;
}
-.accordion > .card:first-of-type {
+.accordion > .card:first-of-type:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
@@ -4800,9 +4549,7 @@ input[type="button"].btn-block {
}
.breadcrumb {
- display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
@@ -4823,10 +4570,6 @@ input[type="button"].btn-block {
}
.breadcrumb-item + .breadcrumb-item:hover::before {
- text-decoration: underline;
-}
-
-.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
@@ -4835,7 +4578,6 @@ input[type="button"].btn-block {
}
.pagination {
- display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
@@ -5261,7 +5003,6 @@ a.badge-dark:focus, a.badge-dark.focus {
}
.progress {
- display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
@@ -5271,11 +5012,8 @@ a.badge-dark:focus, a.badge-dark.focus {
}
.progress-bar {
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
- -ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
@@ -5308,21 +5046,16 @@ a.badge-dark:focus, a.badge-dark.focus {
}
.media {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: start;
align-items: flex-start;
}
.media-body {
- -ms-flex: 1;
flex: 1;
}
.list-group {
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
@@ -5380,7 +5113,6 @@ a.badge-dark:focus, a.badge-dark.focus {
}
.list-group-horizontal {
- -ms-flex-direction: row;
flex-direction: row;
}
@@ -5404,7 +5136,6 @@ a.badge-dark:focus, a.badge-dark.focus {
@media (min-width: 576px) {
.list-group-horizontal-sm {
- -ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
@@ -5426,7 +5157,6 @@ a.badge-dark:focus, a.badge-dark.focus {
@media (min-width: 768px) {
.list-group-horizontal-md {
- -ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
@@ -5448,7 +5178,6 @@ a.badge-dark:focus, a.badge-dark.focus {
@media (min-width: 992px) {
.list-group-horizontal-lg {
- -ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg .list-group-item {
@@ -5470,7 +5199,6 @@ a.badge-dark:focus, a.badge-dark.focus {
@media (min-width: 1200px) {
.list-group-horizontal-xl {
- -ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl .list-group-item {
@@ -5701,9 +5429,7 @@ a.close.disabled {
}
.toast-header {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
@@ -5764,7 +5490,6 @@ a.close.disabled {
}
.modal-dialog-scrollable {
- display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
@@ -5776,7 +5501,6 @@ a.close.disabled {
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
- -ms-flex-negative: 0;
flex-shrink: 0;
}
@@ -5785,9 +5509,7 @@ a.close.disabled {
}
.modal-dialog-centered {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
@@ -5799,9 +5521,7 @@ a.close.disabled {
}
.modal-dialog-centered.modal-dialog-scrollable {
- -ms-flex-direction: column;
flex-direction: column;
- -ms-flex-pack: center;
justify-content: center;
height: 100%;
}
@@ -5816,9 +5536,7 @@ a.close.disabled {
.modal-content {
position: relative;
- display: -ms-flexbox;
display: flex;
- -ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
@@ -5848,11 +5566,8 @@ a.close.disabled {
}
.modal-header {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: start;
align-items: flex-start;
- -ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
@@ -5872,17 +5587,13 @@ a.close.disabled {
.modal-body {
position: relative;
- -ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
@@ -5969,14 +5680,14 @@ a.close.disabled {
opacity: 0.9;
}
-.tooltip .arrow {
+.tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
-.tooltip .arrow::before {
+.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
@@ -5987,11 +5698,11 @@ a.close.disabled {
padding: 0.4rem 0;
}
-.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
+.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
bottom: 0;
}
-.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
+.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
@@ -6001,13 +5712,13 @@ a.close.disabled {
padding: 0 0.4rem;
}
-.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
+.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
-.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
+.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
@@ -6017,11 +5728,11 @@ a.close.disabled {
padding: 0.4rem 0;
}
-.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
+.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
top: 0;
}
-.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
+.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
@@ -6031,13 +5742,13 @@ a.close.disabled {
padding: 0 0.4rem;
}
-.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
+.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
-.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
+.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
@@ -6081,7 +5792,7 @@ a.close.disabled {
border-radius: 0.3rem;
}
-.popover .arrow {
+.popover .popover-arrow {
position: absolute;
display: block;
width: 1rem;
@@ -6089,7 +5800,7 @@ a.close.disabled {
margin: 0 0.3rem;
}
-.popover .arrow::before, .popover .arrow::after {
+.popover .popover-arrow::before, .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
@@ -6101,17 +5812,17 @@ a.close.disabled {
margin-bottom: 0.5rem;
}
-.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
+.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
bottom: calc((0.5rem + 1px) * -1);
}
-.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
+.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
-.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
+.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
@@ -6121,20 +5832,20 @@ a.close.disabled {
margin-left: 0.5rem;
}
-.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
+.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
-.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
+.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
-.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
+.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
@@ -6144,17 +5855,17 @@ a.close.disabled {
margin-top: 0.5rem;
}
-.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
+.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
top: calc((0.5rem + 1px) * -1);
}
-.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
+.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
-.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
+.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
@@ -6175,20 +5886,20 @@ a.close.disabled {
margin-right: 0.5rem;
}
-.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
+.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
-.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
+.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
-.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
+.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
@@ -6218,7 +5929,6 @@ a.close.disabled {
}
.carousel.pointer-event {
- -ms-touch-action: pan-y;
touch-action: pan-y;
}
@@ -6305,11 +6015,8 @@ a.close.disabled {
top: 0;
bottom: 0;
z-index: 1;
- display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
align-items: center;
- -ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
@@ -6364,9 +6071,7 @@ a.close.disabled {
bottom: 0;
left: 0;
z-index: 15;
- display: -ms-flexbox;
display: flex;
- -ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
@@ -6376,7 +6081,6 @@ a.close.disabled {
.carousel-indicators li {
box-sizing: content-box;
- -ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
@@ -6750,12 +6454,10 @@ button.bg-dark:focus {
}
.d-flex {
- display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
- display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@@ -6782,11 +6484,9 @@ button.bg-dark:focus {
display: table-cell !important;
}
.d-sm-flex {
- display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
- display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@@ -6814,11 +6514,9 @@ button.bg-dark:focus {
display: table-cell !important;
}
.d-md-flex {
- display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
- display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@@ -6846,11 +6544,9 @@ button.bg-dark:focus {
display: table-cell !important;
}
.d-lg-flex {
- display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
- display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@@ -6878,11 +6574,9 @@ button.bg-dark:focus {
display: table-cell !important;
}
.d-xl-flex {
- display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
- display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@@ -6910,11 +6604,9 @@ button.bg-dark:focus {
display: table-cell !important;
}
.d-print-flex {
- display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
- display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@@ -6963,727 +6655,557 @@ button.bg-dark:focus {
}
.flex-row {
- -ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
- -ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
- -ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
- -ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
- -ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
- -ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
- -ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
- -ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
- -ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
- -ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
- -ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
- -ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
- -ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
- -ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
- -ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
- -ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
- -ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
- -ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
- -ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
- -ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
- -ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
- -ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
- -ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
- -ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
- -ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
- -ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
- -ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
- -ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
- -ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
- -ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
- -ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
- -ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
- -ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
- -ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
- -ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
- -ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
- -ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
- -ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
- -ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
- -ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
- -ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
- -ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
- -ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
- -ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
- -ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
- -ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
- -ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
- -ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
- -ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
- -ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
- -ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
- -ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
- -ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
- -ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
- -ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
- -ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
- -ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
- -ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
- -ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
- -ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
- -ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
- -ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
- -ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
- -ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
- -ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
- -ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
- -ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
- -ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
- -ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
- -ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
- -ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
- -ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
- -ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
- -ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
- -ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
- -ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
- -ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
- -ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
- -ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
- -ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
- -ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
- -ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
- -ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
- -ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
- -ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
- -ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
- -ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
- -ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
- -ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
- -ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
- -ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
- -ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
- -ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
- -ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
- -ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
- -ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
- -ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
- -ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
- -ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
- -ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
- -ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
- -ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
- -ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
- -ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
- -ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
- -ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
- -ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
- -ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
- -ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
- -ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
- -ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
- -ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
- -ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
- -ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
- -ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
- -ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
- -ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
- -ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
- -ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
- -ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
- -ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
- -ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
- -ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
- -ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
- -ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
- -ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
- -ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
- -ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
- -ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
- -ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
- -ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
- -ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
- -ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
- -ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
- -ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
- -ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
- -ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
- -ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
- -ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
- -ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
- -ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
- -ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
- -ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
- -ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
- -ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
- -ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
- -ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
- -ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
- -ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
- -ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
- -ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
- -ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
- -ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
- -ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
- -ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
- -ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
- -ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
- -ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
- -ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
- -ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
- -ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
- -ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
- -ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
- -ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
- -ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
- -ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
- -ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
- -ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
- -ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
- -ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}