Commit fd419946 authored by JC Brand's avatar JC Brand

Pin to latest backbone.browserStorage, then `make clean && make dist`

parent bf187560
...@@ -87,6 +87,7 @@ release: ...@@ -87,6 +87,7 @@ release:
$(SED) -ri s/Version:\ [0-9]\+\.[0-9]\+\.[0-9]\+/Version:\ $(VERSION)/ COPYRIGHT $(SED) -ri s/Version:\ [0-9]\+\.[0-9]\+\.[0-9]\+/Version:\ $(VERSION)/ COPYRIGHT
$(SED) -ri s/Project-Id-Version:\ Converse\.js\ [0-9]\+\.[0-9]\+\.[0-9]\+/Project-Id-Version:\ Converse.js\ $(VERSION)/ locale/converse.pot $(SED) -ri s/Project-Id-Version:\ Converse\.js\ [0-9]\+\.[0-9]\+\.[0-9]\+/Project-Id-Version:\ Converse.js\ $(VERSION)/ locale/converse.pot
$(SED) -ri s/\"version\":\ \"[0-9]\+\.[0-9]\+\.[0-9]\+\"/\"version\":\ \"$(VERSION)\"/ package.json $(SED) -ri s/\"version\":\ \"[0-9]\+\.[0-9]\+\.[0-9]\+\"/\"version\":\ \"$(VERSION)\"/ package.json
$(SED) -ri s/\"version\":\ \"[0-9]\+\.[0-9]\+\.[0-9]\+\"/\"version\":\ \"$(VERSION)\"/ src/headless/package.json
$(SED) -ri s/--package-version=[0-9]\+\.[0-9]\+\.[0-9]\+/--package-version=$(VERSION)/ Makefile $(SED) -ri s/--package-version=[0-9]\+\.[0-9]\+\.[0-9]\+/--package-version=$(VERSION)/ Makefile
$(SED) -ri s/v[0-9]\+\.[0-9]\+\.[0-9]\+\.zip/v$(VERSION)\.zip/ index.html $(SED) -ri s/v[0-9]\+\.[0-9]\+\.[0-9]\+\.zip/v$(VERSION)\.zip/ index.html
$(SED) -ri s/v[0-9]\+\.[0-9]\+\.[0-9]\+\.tar\.gz/v$(VERSION)\.tar\.gz/ index.html $(SED) -ri s/v[0-9]\+\.[0-9]\+\.[0-9]\+\.tar\.gz/v$(VERSION)\.tar\.gz/ index.html
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -43,6 +43,7 @@ html { ...@@ -43,6 +43,7 @@ html {
@-ms-viewport { @-ms-viewport {
width: device-width; } width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; } display: block; }
...@@ -469,48 +470,48 @@ mark, ...@@ -469,48 +470,48 @@ mark,
max-width: none; } max-width: none; }
.col-1 { .col-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333%;
max-width: 8.3333333333%; } max-width: 8.33333%; }
.col-2 { .col-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66667%;
max-width: 16.6666666667%; } max-width: 16.66667%; }
.col-3 { .col-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; } max-width: 25%; }
.col-4 { .col-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333%;
max-width: 33.3333333333%; } max-width: 33.33333%; }
.col-5 { .col-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66667%;
max-width: 41.6666666667%; } max-width: 41.66667%; }
.col-6 { .col-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; } max-width: 50%; }
.col-7 { .col-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333%;
max-width: 58.3333333333%; } max-width: 58.33333%; }
.col-8 { .col-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66667%;
max-width: 66.6666666667%; } max-width: 66.66667%; }
.col-9 { .col-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; } max-width: 75%; }
.col-10 { .col-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333%;
max-width: 83.3333333333%; } max-width: 83.33333%; }
.col-11 { .col-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66667%;
max-width: 91.6666666667%; } max-width: 91.66667%; }
.col-12 { .col-12 {
flex: 0 0 100%; flex: 0 0 100%;
...@@ -562,594 +563,438 @@ mark, ...@@ -562,594 +563,438 @@ mark,
order: 12; } order: 12; }
.offset-1 { .offset-1 {
margin-left: 8.3333333333%; } margin-left: 8.33333%; }
.offset-2 { .offset-2 {
margin-left: 16.6666666667%; } margin-left: 16.66667%; }
.offset-3 { .offset-3 {
margin-left: 25%; } margin-left: 25%; }
.offset-4 { .offset-4 {
margin-left: 33.3333333333%; } margin-left: 33.33333%; }
.offset-5 { .offset-5 {
margin-left: 41.6666666667%; } margin-left: 41.66667%; }
.offset-6 { .offset-6 {
margin-left: 50%; } margin-left: 50%; }
.offset-7 { .offset-7 {
margin-left: 58.3333333333%; } margin-left: 58.33333%; }
.offset-8 { .offset-8 {
margin-left: 66.6666666667%; } margin-left: 66.66667%; }
.offset-9 { .offset-9 {
margin-left: 75%; } margin-left: 75%; }
.offset-10 { .offset-10 {
margin-left: 83.3333333333%; } margin-left: 83.33333%; }
.offset-11 { .offset-11 {
margin-left: 91.6666666667%; } margin-left: 91.66667%; }
@media (min-width: 576px) { @media (min-width: 576px) {
.col-sm { .col-sm {
flex-basis: 0; flex-basis: 0;
flex-grow: 1; flex-grow: 1;
max-width: 100%; } max-width: 100%; }
.col-sm-auto { .col-sm-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none; } max-width: none; }
.col-sm-1 { .col-sm-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333%;
max-width: 8.3333333333%; } max-width: 8.33333%; }
.col-sm-2 { .col-sm-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66667%;
max-width: 16.6666666667%; } max-width: 16.66667%; }
.col-sm-3 { .col-sm-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; } max-width: 25%; }
.col-sm-4 { .col-sm-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333%;
max-width: 33.3333333333%; } max-width: 33.33333%; }
.col-sm-5 { .col-sm-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66667%;
max-width: 41.6666666667%; } max-width: 41.66667%; }
.col-sm-6 { .col-sm-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; } max-width: 50%; }
.col-sm-7 { .col-sm-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333%;
max-width: 58.3333333333%; } max-width: 58.33333%; }
.col-sm-8 { .col-sm-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66667%;
max-width: 66.6666666667%; } max-width: 66.66667%; }
.col-sm-9 { .col-sm-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; } max-width: 75%; }
.col-sm-10 { .col-sm-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333%;
max-width: 83.3333333333%; } max-width: 83.33333%; }
.col-sm-11 { .col-sm-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66667%;
max-width: 91.6666666667%; } max-width: 91.66667%; }
.col-sm-12 { .col-sm-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; } max-width: 100%; }
.order-sm-first { .order-sm-first {
order: -1; } order: -1; }
.order-sm-last { .order-sm-last {
order: 13; } order: 13; }
.order-sm-0 { .order-sm-0 {
order: 0; } order: 0; }
.order-sm-1 { .order-sm-1 {
order: 1; } order: 1; }
.order-sm-2 { .order-sm-2 {
order: 2; } order: 2; }
.order-sm-3 { .order-sm-3 {
order: 3; } order: 3; }
.order-sm-4 { .order-sm-4 {
order: 4; } order: 4; }
.order-sm-5 { .order-sm-5 {
order: 5; } order: 5; }
.order-sm-6 { .order-sm-6 {
order: 6; } order: 6; }
.order-sm-7 { .order-sm-7 {
order: 7; } order: 7; }
.order-sm-8 { .order-sm-8 {
order: 8; } order: 8; }
.order-sm-9 { .order-sm-9 {
order: 9; } order: 9; }
.order-sm-10 { .order-sm-10 {
order: 10; } order: 10; }
.order-sm-11 { .order-sm-11 {
order: 11; } order: 11; }
.order-sm-12 { .order-sm-12 {
order: 12; } order: 12; }
.offset-sm-0 { .offset-sm-0 {
margin-left: 0; } margin-left: 0; }
.offset-sm-1 { .offset-sm-1 {
margin-left: 8.3333333333%; } margin-left: 8.33333%; }
.offset-sm-2 { .offset-sm-2 {
margin-left: 16.6666666667%; } margin-left: 16.66667%; }
.offset-sm-3 { .offset-sm-3 {
margin-left: 25%; } margin-left: 25%; }
.offset-sm-4 { .offset-sm-4 {
margin-left: 33.3333333333%; } margin-left: 33.33333%; }
.offset-sm-5 { .offset-sm-5 {
margin-left: 41.6666666667%; } margin-left: 41.66667%; }
.offset-sm-6 { .offset-sm-6 {
margin-left: 50%; } margin-left: 50%; }
.offset-sm-7 { .offset-sm-7 {
margin-left: 58.3333333333%; } margin-left: 58.33333%; }
.offset-sm-8 { .offset-sm-8 {
margin-left: 66.6666666667%; } margin-left: 66.66667%; }
.offset-sm-9 { .offset-sm-9 {
margin-left: 75%; } margin-left: 75%; }
.offset-sm-10 { .offset-sm-10 {
margin-left: 83.3333333333%; } margin-left: 83.33333%; }
.offset-sm-11 { .offset-sm-11 {
margin-left: 91.6666666667%; } } margin-left: 91.66667%; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.col-md { .col-md {
flex-basis: 0; flex-basis: 0;
flex-grow: 1; flex-grow: 1;
max-width: 100%; } max-width: 100%; }
.col-md-auto { .col-md-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none; } max-width: none; }
.col-md-1 { .col-md-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333%;
max-width: 8.3333333333%; } max-width: 8.33333%; }
.col-md-2 { .col-md-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66667%;
max-width: 16.6666666667%; } max-width: 16.66667%; }
.col-md-3 { .col-md-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; } max-width: 25%; }
.col-md-4 { .col-md-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333%;
max-width: 33.3333333333%; } max-width: 33.33333%; }
.col-md-5 { .col-md-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66667%;
max-width: 41.6666666667%; } max-width: 41.66667%; }
.col-md-6 { .col-md-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; } max-width: 50%; }
.col-md-7 { .col-md-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333%;
max-width: 58.3333333333%; } max-width: 58.33333%; }
.col-md-8 { .col-md-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66667%;
max-width: 66.6666666667%; } max-width: 66.66667%; }
.col-md-9 { .col-md-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; } max-width: 75%; }
.col-md-10 { .col-md-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333%;
max-width: 83.3333333333%; } max-width: 83.33333%; }
.col-md-11 { .col-md-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66667%;
max-width: 91.6666666667%; } max-width: 91.66667%; }
.col-md-12 { .col-md-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; } max-width: 100%; }
.order-md-first { .order-md-first {
order: -1; } order: -1; }
.order-md-last { .order-md-last {
order: 13; } order: 13; }
.order-md-0 { .order-md-0 {
order: 0; } order: 0; }
.order-md-1 { .order-md-1 {
order: 1; } order: 1; }
.order-md-2 { .order-md-2 {
order: 2; } order: 2; }
.order-md-3 { .order-md-3 {
order: 3; } order: 3; }
.order-md-4 { .order-md-4 {
order: 4; } order: 4; }
.order-md-5 { .order-md-5 {
order: 5; } order: 5; }
.order-md-6 { .order-md-6 {
order: 6; } order: 6; }
.order-md-7 { .order-md-7 {
order: 7; } order: 7; }
.order-md-8 { .order-md-8 {
order: 8; } order: 8; }
.order-md-9 { .order-md-9 {
order: 9; } order: 9; }
.order-md-10 { .order-md-10 {
order: 10; } order: 10; }
.order-md-11 { .order-md-11 {
order: 11; } order: 11; }
.order-md-12 { .order-md-12 {
order: 12; } order: 12; }
.offset-md-0 { .offset-md-0 {
margin-left: 0; } margin-left: 0; }
.offset-md-1 { .offset-md-1 {
margin-left: 8.3333333333%; } margin-left: 8.33333%; }
.offset-md-2 { .offset-md-2 {
margin-left: 16.6666666667%; } margin-left: 16.66667%; }
.offset-md-3 { .offset-md-3 {
margin-left: 25%; } margin-left: 25%; }
.offset-md-4 { .offset-md-4 {
margin-left: 33.3333333333%; } margin-left: 33.33333%; }
.offset-md-5 { .offset-md-5 {
margin-left: 41.6666666667%; } margin-left: 41.66667%; }
.offset-md-6 { .offset-md-6 {
margin-left: 50%; } margin-left: 50%; }
.offset-md-7 { .offset-md-7 {
margin-left: 58.3333333333%; } margin-left: 58.33333%; }
.offset-md-8 { .offset-md-8 {
margin-left: 66.6666666667%; } margin-left: 66.66667%; }
.offset-md-9 { .offset-md-9 {
margin-left: 75%; } margin-left: 75%; }
.offset-md-10 { .offset-md-10 {
margin-left: 83.3333333333%; } margin-left: 83.33333%; }
.offset-md-11 { .offset-md-11 {
margin-left: 91.6666666667%; } } margin-left: 91.66667%; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.col-lg { .col-lg {
flex-basis: 0; flex-basis: 0;
flex-grow: 1; flex-grow: 1;
max-width: 100%; } max-width: 100%; }
.col-lg-auto { .col-lg-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none; } max-width: none; }
.col-lg-1 { .col-lg-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333%;
max-width: 8.3333333333%; } max-width: 8.33333%; }
.col-lg-2 { .col-lg-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66667%;
max-width: 16.6666666667%; } max-width: 16.66667%; }
.col-lg-3 { .col-lg-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; } max-width: 25%; }
.col-lg-4 { .col-lg-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333%;
max-width: 33.3333333333%; } max-width: 33.33333%; }
.col-lg-5 { .col-lg-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66667%;
max-width: 41.6666666667%; } max-width: 41.66667%; }
.col-lg-6 { .col-lg-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; } max-width: 50%; }
.col-lg-7 { .col-lg-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333%;
max-width: 58.3333333333%; } max-width: 58.33333%; }
.col-lg-8 { .col-lg-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66667%;
max-width: 66.6666666667%; } max-width: 66.66667%; }
.col-lg-9 { .col-lg-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; } max-width: 75%; }
.col-lg-10 { .col-lg-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333%;
max-width: 83.3333333333%; } max-width: 83.33333%; }
.col-lg-11 { .col-lg-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66667%;
max-width: 91.6666666667%; } max-width: 91.66667%; }
.col-lg-12 { .col-lg-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; } max-width: 100%; }
.order-lg-first { .order-lg-first {
order: -1; } order: -1; }
.order-lg-last { .order-lg-last {
order: 13; } order: 13; }
.order-lg-0 { .order-lg-0 {
order: 0; } order: 0; }
.order-lg-1 { .order-lg-1 {
order: 1; } order: 1; }
.order-lg-2 { .order-lg-2 {
order: 2; } order: 2; }
.order-lg-3 { .order-lg-3 {
order: 3; } order: 3; }
.order-lg-4 { .order-lg-4 {
order: 4; } order: 4; }
.order-lg-5 { .order-lg-5 {
order: 5; } order: 5; }
.order-lg-6 { .order-lg-6 {
order: 6; } order: 6; }
.order-lg-7 { .order-lg-7 {
order: 7; } order: 7; }
.order-lg-8 { .order-lg-8 {
order: 8; } order: 8; }
.order-lg-9 { .order-lg-9 {
order: 9; } order: 9; }
.order-lg-10 { .order-lg-10 {
order: 10; } order: 10; }
.order-lg-11 { .order-lg-11 {
order: 11; } order: 11; }
.order-lg-12 { .order-lg-12 {
order: 12; } order: 12; }
.offset-lg-0 { .offset-lg-0 {
margin-left: 0; } margin-left: 0; }
.offset-lg-1 { .offset-lg-1 {
margin-left: 8.3333333333%; } margin-left: 8.33333%; }
.offset-lg-2 { .offset-lg-2 {
margin-left: 16.6666666667%; } margin-left: 16.66667%; }
.offset-lg-3 { .offset-lg-3 {
margin-left: 25%; } margin-left: 25%; }
.offset-lg-4 { .offset-lg-4 {
margin-left: 33.3333333333%; } margin-left: 33.33333%; }
.offset-lg-5 { .offset-lg-5 {
margin-left: 41.6666666667%; } margin-left: 41.66667%; }
.offset-lg-6 { .offset-lg-6 {
margin-left: 50%; } margin-left: 50%; }
.offset-lg-7 { .offset-lg-7 {
margin-left: 58.3333333333%; } margin-left: 58.33333%; }
.offset-lg-8 { .offset-lg-8 {
margin-left: 66.6666666667%; } margin-left: 66.66667%; }
.offset-lg-9 { .offset-lg-9 {
margin-left: 75%; } margin-left: 75%; }
.offset-lg-10 { .offset-lg-10 {
margin-left: 83.3333333333%; } margin-left: 83.33333%; }
.offset-lg-11 { .offset-lg-11 {
margin-left: 91.6666666667%; } } margin-left: 91.66667%; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.col-xl { .col-xl {
flex-basis: 0; flex-basis: 0;
flex-grow: 1; flex-grow: 1;
max-width: 100%; } max-width: 100%; }
.col-xl-auto { .col-xl-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none; } max-width: none; }
.col-xl-1 { .col-xl-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333%;
max-width: 8.3333333333%; } max-width: 8.33333%; }
.col-xl-2 { .col-xl-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66667%;
max-width: 16.6666666667%; } max-width: 16.66667%; }
.col-xl-3 { .col-xl-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; } max-width: 25%; }
.col-xl-4 { .col-xl-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333%;
max-width: 33.3333333333%; } max-width: 33.33333%; }
.col-xl-5 { .col-xl-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66667%;
max-width: 41.6666666667%; } max-width: 41.66667%; }
.col-xl-6 { .col-xl-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; } max-width: 50%; }
.col-xl-7 { .col-xl-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333%;
max-width: 58.3333333333%; } max-width: 58.33333%; }
.col-xl-8 { .col-xl-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66667%;
max-width: 66.6666666667%; } max-width: 66.66667%; }
.col-xl-9 { .col-xl-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; } max-width: 75%; }
.col-xl-10 { .col-xl-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333%;
max-width: 83.3333333333%; } max-width: 83.33333%; }
.col-xl-11 { .col-xl-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66667%;
max-width: 91.6666666667%; } max-width: 91.66667%; }
.col-xl-12 { .col-xl-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; } max-width: 100%; }
.order-xl-first { .order-xl-first {
order: -1; } order: -1; }
.order-xl-last { .order-xl-last {
order: 13; } order: 13; }
.order-xl-0 { .order-xl-0 {
order: 0; } order: 0; }
.order-xl-1 { .order-xl-1 {
order: 1; } order: 1; }
.order-xl-2 { .order-xl-2 {
order: 2; } order: 2; }
.order-xl-3 { .order-xl-3 {
order: 3; } order: 3; }
.order-xl-4 { .order-xl-4 {
order: 4; } order: 4; }
.order-xl-5 { .order-xl-5 {
order: 5; } order: 5; }
.order-xl-6 { .order-xl-6 {
order: 6; } order: 6; }
.order-xl-7 { .order-xl-7 {
order: 7; } order: 7; }
.order-xl-8 { .order-xl-8 {
order: 8; } order: 8; }
.order-xl-9 { .order-xl-9 {
order: 9; } order: 9; }
.order-xl-10 { .order-xl-10 {
order: 10; } order: 10; }
.order-xl-11 { .order-xl-11 {
order: 11; } order: 11; }
.order-xl-12 { .order-xl-12 {
order: 12; } order: 12; }
.offset-xl-0 { .offset-xl-0 {
margin-left: 0; } margin-left: 0; }
.offset-xl-1 { .offset-xl-1 {
margin-left: 8.3333333333%; } margin-left: 8.33333%; }
.offset-xl-2 { .offset-xl-2 {
margin-left: 16.6666666667%; } margin-left: 16.66667%; }
.offset-xl-3 { .offset-xl-3 {
margin-left: 25%; } margin-left: 25%; }
.offset-xl-4 { .offset-xl-4 {
margin-left: 33.3333333333%; } margin-left: 33.33333%; }
.offset-xl-5 { .offset-xl-5 {
margin-left: 41.6666666667%; } margin-left: 41.66667%; }
.offset-xl-6 { .offset-xl-6 {
margin-left: 50%; } margin-left: 50%; }
.offset-xl-7 { .offset-xl-7 {
margin-left: 58.3333333333%; } margin-left: 58.33333%; }
.offset-xl-8 { .offset-xl-8 {
margin-left: 66.6666666667%; } margin-left: 66.66667%; }
.offset-xl-9 { .offset-xl-9 {
margin-left: 75%; } margin-left: 75%; }
.offset-xl-10 { .offset-xl-10 {
margin-left: 83.3333333333%; } margin-left: 83.33333%; }
.offset-xl-11 { .offset-xl-11 {
margin-left: 91.6666666667%; } } margin-left: 91.66667%; } }
.table { .table {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
...@@ -1290,6 +1135,7 @@ mark, ...@@ -1290,6 +1135,7 @@ mark,
color: #fff; color: #fff;
background-color: #212529; background-color: #212529;
border-color: #32383e; } border-color: #32383e; }
.table .thead-light th { .table .thead-light th {
color: #495057; color: #495057;
background-color: #e9ecef; background-color: #e9ecef;
...@@ -1318,6 +1164,7 @@ mark, ...@@ -1318,6 +1164,7 @@ mark,
-ms-overflow-style: -ms-autohiding-scrollbar; } -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered { .table-responsive-sm > .table-bordered {
border: 0; } } border: 0; } }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
.table-responsive-md { .table-responsive-md {
display: block; display: block;
...@@ -1327,6 +1174,7 @@ mark, ...@@ -1327,6 +1174,7 @@ mark,
-ms-overflow-style: -ms-autohiding-scrollbar; } -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered { .table-responsive-md > .table-bordered {
border: 0; } } border: 0; } }
@media (max-width: 991.98px) { @media (max-width: 991.98px) {
.table-responsive-lg { .table-responsive-lg {
display: block; display: block;
...@@ -1336,6 +1184,7 @@ mark, ...@@ -1336,6 +1184,7 @@ mark,
-ms-overflow-style: -ms-autohiding-scrollbar; } -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered { .table-responsive-lg > .table-bordered {
border: 0; } } border: 0; } }
@media (max-width: 1199.98px) { @media (max-width: 1199.98px) {
.table-responsive-xl { .table-responsive-xl {
display: block; display: block;
...@@ -1345,6 +1194,7 @@ mark, ...@@ -1345,6 +1194,7 @@ mark,
-ms-overflow-style: -ms-autohiding-scrollbar; } -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered { .table-responsive-xl > .table-bordered {
border: 0; } } border: 0; } }
.table-responsive { .table-responsive {
display: block; display: block;
width: 100%; width: 100%;
...@@ -1384,6 +1234,7 @@ mark, ...@@ -1384,6 +1234,7 @@ mark,
select.form-control:not([size]):not([multiple]) { select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px); } height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value { select.form-control:focus::-ms-value {
color: #495057; color: #495057;
background-color: #fff; } background-color: #fff; }
...@@ -1532,26 +1383,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -1532,26 +1383,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
background-color: rgba(40, 167, 69, 0.8); background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem; } border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-control:valid, .form-control.is-valid, .was-validated
.was-validated .custom-select:valid, .custom-select:valid,
.custom-select.is-valid { .custom-select.is-valid {
border-color: #28a745; } border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.was-validated .custom-select:valid:focus, .custom-select:valid:focus,
.custom-select.is-valid:focus { .custom-select.is-valid:focus {
border-color: #28a745; border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .was-validated
.was-validated .custom-select:valid ~ .valid-feedback, .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip { .custom-select.is-valid ~ .valid-tooltip {
display: block; } display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; } color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip { .form-check-input.is-valid ~ .valid-tooltip {
...@@ -1561,12 +1414,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -1561,12 +1414,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
color: #28a745; } color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a; } background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip { .custom-control-input.is-valid ~ .valid-tooltip {
display: block; } display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57; } background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
...@@ -1574,10 +1430,12 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -1574,10 +1430,12 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
border-color: #28a745; } border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before { .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit; } border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip { .custom-file-input.is-valid ~ .valid-tooltip {
display: block; } display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
...@@ -1602,26 +1460,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -1602,26 +1460,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
background-color: rgba(220, 53, 69, 0.8); background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem; } border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.was-validated .custom-select:invalid, .custom-select:invalid,
.custom-select.is-invalid { .custom-select.is-invalid {
border-color: #dc3545; } border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.was-validated .custom-select:invalid:focus, .custom-select:invalid:focus,
.custom-select.is-invalid:focus { .custom-select.is-invalid:focus {
border-color: #dc3545; border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .was-validated
.was-validated .custom-select:invalid ~ .invalid-feedback, .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip { .custom-select.is-invalid ~ .invalid-tooltip {
display: block; } display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; } color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip { .form-check-input.is-invalid ~ .invalid-tooltip {
...@@ -1631,12 +1491,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -1631,12 +1491,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
color: #dc3545; } color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9; } background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip { .custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; } display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d; } background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
...@@ -1644,10 +1507,12 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -1644,10 +1507,12 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
border-color: #dc3545; } border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before { .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit; } border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip { .custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; } display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
...@@ -1737,11 +1602,13 @@ fieldset:disabled a.btn { ...@@ -1737,11 +1602,13 @@ fieldset:disabled a.btn {
color: #fff; color: #fff;
background-color: #007bff; background-color: #007bff;
border-color: #007bff; } border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #0062cc; background-color: #0062cc;
border-color: #005cbf; } border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-secondary { .btn-secondary {
...@@ -1758,11 +1625,13 @@ fieldset:disabled a.btn { ...@@ -1758,11 +1625,13 @@ fieldset:disabled a.btn {
color: #fff; color: #fff;
background-color: #6c757d; background-color: #6c757d;
border-color: #6c757d; } border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #545b62; background-color: #545b62;
border-color: #4e555b; } border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success { .btn-success {
...@@ -1779,11 +1648,13 @@ fieldset:disabled a.btn { ...@@ -1779,11 +1648,13 @@ fieldset:disabled a.btn {
color: #fff; color: #fff;
background-color: #28a745; background-color: #28a745;
border-color: #28a745; } border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff; color: #fff;
background-color: #1e7e34; background-color: #1e7e34;
border-color: #1c7430; } border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info { .btn-info {
...@@ -1800,11 +1671,13 @@ fieldset:disabled a.btn { ...@@ -1800,11 +1671,13 @@ fieldset:disabled a.btn {
color: #fff; color: #fff;
background-color: #17a2b8; background-color: #17a2b8;
border-color: #17a2b8; } border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff; color: #fff;
background-color: #117a8b; background-color: #117a8b;
border-color: #10707f; } border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning { .btn-warning {
...@@ -1821,11 +1694,13 @@ fieldset:disabled a.btn { ...@@ -1821,11 +1694,13 @@ fieldset:disabled a.btn {
color: #212529; color: #212529;
background-color: #ffc107; background-color: #ffc107;
border-color: #ffc107; } border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529; color: #212529;
background-color: #d39e00; background-color: #d39e00;
border-color: #c69500; } border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger { .btn-danger {
...@@ -1842,11 +1717,13 @@ fieldset:disabled a.btn { ...@@ -1842,11 +1717,13 @@ fieldset:disabled a.btn {
color: #fff; color: #fff;
background-color: #dc3545; background-color: #dc3545;
border-color: #dc3545; } border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff; color: #fff;
background-color: #bd2130; background-color: #bd2130;
border-color: #b21f2d; } border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light { .btn-light {
...@@ -1863,11 +1740,13 @@ fieldset:disabled a.btn { ...@@ -1863,11 +1740,13 @@ fieldset:disabled a.btn {
color: #212529; color: #212529;
background-color: #f8f9fa; background-color: #f8f9fa;
border-color: #f8f9fa; } border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529; color: #212529;
background-color: #dae0e5; background-color: #dae0e5;
border-color: #d3d9df; } border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark { .btn-dark {
...@@ -1884,11 +1763,13 @@ fieldset:disabled a.btn { ...@@ -1884,11 +1763,13 @@ fieldset:disabled a.btn {
color: #fff; color: #fff;
background-color: #343a40; background-color: #343a40;
border-color: #343a40; } border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff; color: #fff;
background-color: #1d2124; background-color: #1d2124;
border-color: #171a1d; } border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary { .btn-outline-primary {
...@@ -1905,11 +1786,13 @@ fieldset:disabled a.btn { ...@@ -1905,11 +1786,13 @@ fieldset:disabled a.btn {
.btn-outline-primary.disabled, .btn-outline-primary:disabled { .btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff; color: #007bff;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #007bff; background-color: #007bff;
border-color: #007bff; } border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary { .btn-outline-secondary {
...@@ -1926,11 +1809,13 @@ fieldset:disabled a.btn { ...@@ -1926,11 +1809,13 @@ fieldset:disabled a.btn {
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d; color: #6c757d;
background-color: transparent; } background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #6c757d; background-color: #6c757d;
border-color: #6c757d; } border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success { .btn-outline-success {
...@@ -1947,11 +1832,13 @@ fieldset:disabled a.btn { ...@@ -1947,11 +1832,13 @@ fieldset:disabled a.btn {
.btn-outline-success.disabled, .btn-outline-success:disabled { .btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745; color: #28a745;
background-color: transparent; } background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff; color: #fff;
background-color: #28a745; background-color: #28a745;
border-color: #28a745; } border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info { .btn-outline-info {
...@@ -1968,11 +1855,13 @@ fieldset:disabled a.btn { ...@@ -1968,11 +1855,13 @@ fieldset:disabled a.btn {
.btn-outline-info.disabled, .btn-outline-info:disabled { .btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8; color: #17a2b8;
background-color: transparent; } background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff; color: #fff;
background-color: #17a2b8; background-color: #17a2b8;
border-color: #17a2b8; } border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning { .btn-outline-warning {
...@@ -1989,11 +1878,13 @@ fieldset:disabled a.btn { ...@@ -1989,11 +1878,13 @@ fieldset:disabled a.btn {
.btn-outline-warning.disabled, .btn-outline-warning:disabled { .btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107; color: #ffc107;
background-color: transparent; } background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529; color: #212529;
background-color: #ffc107; background-color: #ffc107;
border-color: #ffc107; } border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger { .btn-outline-danger {
...@@ -2010,11 +1901,13 @@ fieldset:disabled a.btn { ...@@ -2010,11 +1901,13 @@ fieldset:disabled a.btn {
.btn-outline-danger.disabled, .btn-outline-danger:disabled { .btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545; color: #dc3545;
background-color: transparent; } background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff; color: #fff;
background-color: #dc3545; background-color: #dc3545;
border-color: #dc3545; } border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light { .btn-outline-light {
...@@ -2031,11 +1924,13 @@ fieldset:disabled a.btn { ...@@ -2031,11 +1924,13 @@ fieldset:disabled a.btn {
.btn-outline-light.disabled, .btn-outline-light:disabled { .btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa; color: #f8f9fa;
background-color: transparent; } background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529; color: #212529;
background-color: #f8f9fa; background-color: #f8f9fa;
border-color: #f8f9fa; } border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark { .btn-outline-dark {
...@@ -2052,11 +1947,13 @@ fieldset:disabled a.btn { ...@@ -2052,11 +1947,13 @@ fieldset:disabled a.btn {
.btn-outline-dark.disabled, .btn-outline-dark:disabled { .btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40; color: #343a40;
background-color: transparent; } background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff; color: #fff;
background-color: #343a40; background-color: #343a40;
border-color: #343a40; } border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link { .btn-link {
...@@ -2136,6 +2033,7 @@ tbody.collapse.show { ...@@ -2136,6 +2033,7 @@ tbody.collapse.show {
border-right: 0.3em solid transparent; border-right: 0.3em solid transparent;
border-bottom: 0; border-bottom: 0;
border-left: 0.3em solid transparent; } border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after { .dropdown-toggle:empty::after {
margin-left: 0; } margin-left: 0; }
...@@ -2161,6 +2059,7 @@ tbody.collapse.show { ...@@ -2161,6 +2059,7 @@ tbody.collapse.show {
.dropup .dropdown-menu { .dropup .dropdown-menu {
margin-top: 0; margin-top: 0;
margin-bottom: 0.125rem; } margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after { .dropup .dropdown-toggle::after {
display: inline-block; display: inline-block;
width: 0; width: 0;
...@@ -2172,12 +2071,14 @@ tbody.collapse.show { ...@@ -2172,12 +2071,14 @@ tbody.collapse.show {
border-right: 0.3em solid transparent; border-right: 0.3em solid transparent;
border-bottom: 0.3em solid; border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; } border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after { .dropup .dropdown-toggle:empty::after {
margin-left: 0; } margin-left: 0; }
.dropright .dropdown-menu { .dropright .dropdown-menu {
margin-top: 0; margin-top: 0;
margin-left: 0.125rem; } margin-left: 0.125rem; }
.dropright .dropdown-toggle::after { .dropright .dropdown-toggle::after {
display: inline-block; display: inline-block;
width: 0; width: 0;
...@@ -2188,14 +2089,17 @@ tbody.collapse.show { ...@@ -2188,14 +2089,17 @@ tbody.collapse.show {
border-top: 0.3em solid transparent; border-top: 0.3em solid transparent;
border-bottom: 0.3em solid transparent; border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; } border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after { .dropright .dropdown-toggle:empty::after {
margin-left: 0; } margin-left: 0; }
.dropright .dropdown-toggle::after { .dropright .dropdown-toggle::after {
vertical-align: 0; } vertical-align: 0; }
.dropleft .dropdown-menu { .dropleft .dropdown-menu {
margin-top: 0; margin-top: 0;
margin-right: 0.125rem; } margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after { .dropleft .dropdown-toggle::after {
display: inline-block; display: inline-block;
width: 0; width: 0;
...@@ -2203,8 +2107,10 @@ tbody.collapse.show { ...@@ -2203,8 +2107,10 @@ tbody.collapse.show {
margin-left: 0.255em; margin-left: 0.255em;
vertical-align: 0.255em; vertical-align: 0.255em;
content: ""; } content: ""; }
.dropleft .dropdown-toggle::after { .dropleft .dropdown-toggle::after {
display: none; } display: none; }
.dropleft .dropdown-toggle::before { .dropleft .dropdown-toggle::before {
display: inline-block; display: inline-block;
width: 0; width: 0;
...@@ -2215,8 +2121,10 @@ tbody.collapse.show { ...@@ -2215,8 +2121,10 @@ tbody.collapse.show {
border-top: 0.3em solid transparent; border-top: 0.3em solid transparent;
border-right: 0.3em solid; border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; } border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after { .dropleft .dropdown-toggle:empty::after {
margin-left: 0; } margin-left: 0; }
.dropleft .dropdown-toggle::before { .dropleft .dropdown-toggle::before {
vertical-align: 0; } vertical-align: 0; }
...@@ -2296,10 +2204,12 @@ tbody.collapse.show { ...@@ -2296,10 +2204,12 @@ tbody.collapse.show {
.btn-group > .btn:first-child { .btn-group > .btn:first-child {
margin-left: 0; } margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn { .btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; } border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn { .btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0; border-top-left-radius: 0;
...@@ -2390,10 +2300,12 @@ tbody.collapse.show { ...@@ -2390,10 +2300,12 @@ tbody.collapse.show {
.input-group > .custom-file { .input-group > .custom-file {
display: flex; display: flex;
align-items: center; } align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before { .input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; } border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before { .input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; } border-bottom-left-radius: 0; }
...@@ -2510,25 +2422,34 @@ tbody.collapse.show { ...@@ -2510,25 +2422,34 @@ tbody.collapse.show {
.custom-checkbox .custom-control-label::before { .custom-checkbox .custom-control-label::before {
border-radius: 0.25rem; } border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; } background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff; } background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); } background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); } background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before { .custom-radio .custom-control-label::before {
border-radius: 50%; } border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before { .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; } background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after { .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); } background-color: rgba(0, 123, 255, 0.5); }
...@@ -2666,6 +2587,7 @@ tbody.collapse.show { ...@@ -2666,6 +2587,7 @@ tbody.collapse.show {
.nav-pills .nav-link { .nav-pills .nav-link {
border-radius: 0.25rem; } border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .nav-link.active,
.nav-pills .show > .nav-link { .nav-pills .show > .nav-link {
color: #fff; color: #fff;
...@@ -2682,6 +2604,7 @@ tbody.collapse.show { ...@@ -2682,6 +2604,7 @@ tbody.collapse.show {
.tab-content > .tab-pane { .tab-content > .tab-pane {
display: none; } display: none; }
.tab-content > .active { .tab-content > .active {
display: block; } display: block; }
...@@ -2759,6 +2682,7 @@ tbody.collapse.show { ...@@ -2759,6 +2682,7 @@ tbody.collapse.show {
.navbar-expand-sm > .container-fluid { .navbar-expand-sm > .container-fluid {
padding-right: 0; padding-right: 0;
padding-left: 0; } } padding-left: 0; } }
@media (min-width: 576px) { @media (min-width: 576px) {
.navbar-expand-sm { .navbar-expand-sm {
flex-flow: row nowrap; flex-flow: row nowrap;
...@@ -2784,11 +2708,13 @@ tbody.collapse.show { ...@@ -2784,11 +2708,13 @@ tbody.collapse.show {
.navbar-expand-sm .dropup .dropdown-menu { .navbar-expand-sm .dropup .dropdown-menu {
top: auto; top: auto;
bottom: 100%; } } bottom: 100%; } }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
.navbar-expand-md > .container, .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid { .navbar-expand-md > .container-fluid {
padding-right: 0; padding-right: 0;
padding-left: 0; } } padding-left: 0; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-expand-md { .navbar-expand-md {
flex-flow: row nowrap; flex-flow: row nowrap;
...@@ -2814,11 +2740,13 @@ tbody.collapse.show { ...@@ -2814,11 +2740,13 @@ tbody.collapse.show {
.navbar-expand-md .dropup .dropdown-menu { .navbar-expand-md .dropup .dropdown-menu {
top: auto; top: auto;
bottom: 100%; } } bottom: 100%; } }
@media (max-width: 991.98px) { @media (max-width: 991.98px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid { .navbar-expand-lg > .container-fluid {
padding-right: 0; padding-right: 0;
padding-left: 0; } } padding-left: 0; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.navbar-expand-lg { .navbar-expand-lg {
flex-flow: row nowrap; flex-flow: row nowrap;
...@@ -2844,11 +2772,13 @@ tbody.collapse.show { ...@@ -2844,11 +2772,13 @@ tbody.collapse.show {
.navbar-expand-lg .dropup .dropdown-menu { .navbar-expand-lg .dropup .dropdown-menu {
top: auto; top: auto;
bottom: 100%; } } bottom: 100%; } }
@media (max-width: 1199.98px) { @media (max-width: 1199.98px) {
.navbar-expand-xl > .container, .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid { .navbar-expand-xl > .container-fluid {
padding-right: 0; padding-right: 0;
padding-left: 0; } } padding-left: 0; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.navbar-expand-xl { .navbar-expand-xl {
flex-flow: row nowrap; flex-flow: row nowrap;
...@@ -2874,6 +2804,7 @@ tbody.collapse.show { ...@@ -2874,6 +2804,7 @@ tbody.collapse.show {
.navbar-expand-xl .dropup .dropdown-menu { .navbar-expand-xl .dropup .dropdown-menu {
top: auto; top: auto;
bottom: 100%; } } bottom: 100%; } }
.navbar-expand { .navbar-expand {
flex-flow: row nowrap; flex-flow: row nowrap;
justify-content: flex-start; } justify-content: flex-start; }
...@@ -2907,22 +2838,27 @@ tbody.collapse.show { ...@@ -2907,22 +2838,27 @@ tbody.collapse.show {
color: rgba(0, 0, 0, 0.9); } color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); } color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link { .navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); } color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); } color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled { .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); } color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active { .navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); } color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler { .navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5); color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); } border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon { .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text { .navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); } color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a { .navbar-light .navbar-text a {
...@@ -2934,22 +2870,27 @@ tbody.collapse.show { ...@@ -2934,22 +2870,27 @@ tbody.collapse.show {
color: #fff; } color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; } color: #fff; }
.navbar-dark .navbar-nav .nav-link { .navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); } color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); } color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled { .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); } color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active { .navbar-dark .navbar-nav .nav-link.active {
color: #fff; } color: #fff; }
.navbar-dark .navbar-toggler { .navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); } border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon { .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text { .navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); } color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a { .navbar-dark .navbar-text a {
...@@ -3098,8 +3039,10 @@ tbody.collapse.show { ...@@ -3098,8 +3039,10 @@ tbody.collapse.show {
border-right: 0; border-right: 0;
border-left: 0; border-left: 0;
border-radius: 0; } border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child { .list-group-flush:first-child .list-group-item:first-child {
border-top: 0; } border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child { .list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0; } border-bottom: 0; }
...@@ -3417,138 +3360,103 @@ button.bg-dark:focus { ...@@ -3417,138 +3360,103 @@ button.bg-dark:focus {
@media (min-width: 576px) { @media (min-width: 576px) {
.d-sm-none { .d-sm-none {
display: none !important; } display: none !important; }
.d-sm-inline { .d-sm-inline {
display: inline !important; } display: inline !important; }
.d-sm-inline-block { .d-sm-inline-block {
display: inline-block !important; } display: inline-block !important; }
.d-sm-block { .d-sm-block {
display: block !important; } display: block !important; }
.d-sm-table { .d-sm-table {
display: table !important; } display: table !important; }
.d-sm-table-row { .d-sm-table-row {
display: table-row !important; } display: table-row !important; }
.d-sm-table-cell { .d-sm-table-cell {
display: table-cell !important; } display: table-cell !important; }
.d-sm-flex { .d-sm-flex {
display: flex !important; } display: flex !important; }
.d-sm-inline-flex { .d-sm-inline-flex {
display: inline-flex !important; } } display: inline-flex !important; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.d-md-none { .d-md-none {
display: none !important; } display: none !important; }
.d-md-inline { .d-md-inline {
display: inline !important; } display: inline !important; }
.d-md-inline-block { .d-md-inline-block {
display: inline-block !important; } display: inline-block !important; }
.d-md-block { .d-md-block {
display: block !important; } display: block !important; }
.d-md-table { .d-md-table {
display: table !important; } display: table !important; }
.d-md-table-row { .d-md-table-row {
display: table-row !important; } display: table-row !important; }
.d-md-table-cell { .d-md-table-cell {
display: table-cell !important; } display: table-cell !important; }
.d-md-flex { .d-md-flex {
display: flex !important; } display: flex !important; }
.d-md-inline-flex { .d-md-inline-flex {
display: inline-flex !important; } } display: inline-flex !important; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.d-lg-none { .d-lg-none {
display: none !important; } display: none !important; }
.d-lg-inline { .d-lg-inline {
display: inline !important; } display: inline !important; }
.d-lg-inline-block { .d-lg-inline-block {
display: inline-block !important; } display: inline-block !important; }
.d-lg-block { .d-lg-block {
display: block !important; } display: block !important; }
.d-lg-table { .d-lg-table {
display: table !important; } display: table !important; }
.d-lg-table-row { .d-lg-table-row {
display: table-row !important; } display: table-row !important; }
.d-lg-table-cell { .d-lg-table-cell {
display: table-cell !important; } display: table-cell !important; }
.d-lg-flex { .d-lg-flex {
display: flex !important; } display: flex !important; }
.d-lg-inline-flex { .d-lg-inline-flex {
display: inline-flex !important; } } display: inline-flex !important; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.d-xl-none { .d-xl-none {
display: none !important; } display: none !important; }
.d-xl-inline { .d-xl-inline {
display: inline !important; } display: inline !important; }
.d-xl-inline-block { .d-xl-inline-block {
display: inline-block !important; } display: inline-block !important; }
.d-xl-block { .d-xl-block {
display: block !important; } display: block !important; }
.d-xl-table { .d-xl-table {
display: table !important; } display: table !important; }
.d-xl-table-row { .d-xl-table-row {
display: table-row !important; } display: table-row !important; }
.d-xl-table-cell { .d-xl-table-cell {
display: table-cell !important; } display: table-cell !important; }
.d-xl-flex { .d-xl-flex {
display: flex !important; } display: flex !important; }
.d-xl-inline-flex { .d-xl-inline-flex {
display: inline-flex !important; } } display: inline-flex !important; } }
@media print { @media print {
.d-print-none { .d-print-none {
display: none !important; } display: none !important; }
.d-print-inline { .d-print-inline {
display: inline !important; } display: inline !important; }
.d-print-inline-block { .d-print-inline-block {
display: inline-block !important; } display: inline-block !important; }
.d-print-block { .d-print-block {
display: block !important; } display: block !important; }
.d-print-table { .d-print-table {
display: table !important; } display: table !important; }
.d-print-table-row { .d-print-table-row {
display: table-row !important; } display: table-row !important; }
.d-print-table-cell { .d-print-table-cell {
display: table-cell !important; } display: table-cell !important; }
.d-print-flex { .d-print-flex {
display: flex !important; } display: flex !important; }
.d-print-inline-flex { .d-print-inline-flex {
display: inline-flex !important; } } display: inline-flex !important; } }
.embed-responsive { .embed-responsive {
position: relative; position: relative;
display: block; display: block;
...@@ -3572,7 +3480,7 @@ button.bg-dark:focus { ...@@ -3572,7 +3480,7 @@ button.bg-dark:focus {
border: 0; } border: 0; }
.embed-responsive-21by9::before { .embed-responsive-21by9::before {
padding-top: 42.8571428571%; } padding-top: 42.85714%; }
.embed-responsive-16by9::before { .embed-responsive-16by9::before {
padding-top: 56.25%; } padding-top: 56.25%; }
...@@ -3673,351 +3581,243 @@ button.bg-dark:focus { ...@@ -3673,351 +3581,243 @@ button.bg-dark:focus {
@media (min-width: 576px) { @media (min-width: 576px) {
.flex-sm-row { .flex-sm-row {
flex-direction: row !important; } flex-direction: row !important; }
.flex-sm-column { .flex-sm-column {
flex-direction: column !important; } flex-direction: column !important; }
.flex-sm-row-reverse { .flex-sm-row-reverse {
flex-direction: row-reverse !important; } flex-direction: row-reverse !important; }
.flex-sm-column-reverse { .flex-sm-column-reverse {
flex-direction: column-reverse !important; } flex-direction: column-reverse !important; }
.flex-sm-wrap { .flex-sm-wrap {
flex-wrap: wrap !important; } flex-wrap: wrap !important; }
.flex-sm-nowrap { .flex-sm-nowrap {
flex-wrap: nowrap !important; } flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse { .flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important; } flex-wrap: wrap-reverse !important; }
.justify-content-sm-start { .justify-content-sm-start {
justify-content: flex-start !important; } justify-content: flex-start !important; }
.justify-content-sm-end { .justify-content-sm-end {
justify-content: flex-end !important; } justify-content: flex-end !important; }
.justify-content-sm-center { .justify-content-sm-center {
justify-content: center !important; } justify-content: center !important; }
.justify-content-sm-between { .justify-content-sm-between {
justify-content: space-between !important; } justify-content: space-between !important; }
.justify-content-sm-around { .justify-content-sm-around {
justify-content: space-around !important; } justify-content: space-around !important; }
.align-items-sm-start { .align-items-sm-start {
align-items: flex-start !important; } align-items: flex-start !important; }
.align-items-sm-end { .align-items-sm-end {
align-items: flex-end !important; } align-items: flex-end !important; }
.align-items-sm-center { .align-items-sm-center {
align-items: center !important; } align-items: center !important; }
.align-items-sm-baseline { .align-items-sm-baseline {
align-items: baseline !important; } align-items: baseline !important; }
.align-items-sm-stretch { .align-items-sm-stretch {
align-items: stretch !important; } align-items: stretch !important; }
.align-content-sm-start { .align-content-sm-start {
align-content: flex-start !important; } align-content: flex-start !important; }
.align-content-sm-end { .align-content-sm-end {
align-content: flex-end !important; } align-content: flex-end !important; }
.align-content-sm-center { .align-content-sm-center {
align-content: center !important; } align-content: center !important; }
.align-content-sm-between { .align-content-sm-between {
align-content: space-between !important; } align-content: space-between !important; }
.align-content-sm-around { .align-content-sm-around {
align-content: space-around !important; } align-content: space-around !important; }
.align-content-sm-stretch { .align-content-sm-stretch {
align-content: stretch !important; } align-content: stretch !important; }
.align-self-sm-auto { .align-self-sm-auto {
align-self: auto !important; } align-self: auto !important; }
.align-self-sm-start { .align-self-sm-start {
align-self: flex-start !important; } align-self: flex-start !important; }
.align-self-sm-end { .align-self-sm-end {
align-self: flex-end !important; } align-self: flex-end !important; }
.align-self-sm-center { .align-self-sm-center {
align-self: center !important; } align-self: center !important; }
.align-self-sm-baseline { .align-self-sm-baseline {
align-self: baseline !important; } align-self: baseline !important; }
.align-self-sm-stretch { .align-self-sm-stretch {
align-self: stretch !important; } } align-self: stretch !important; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.flex-md-row { .flex-md-row {
flex-direction: row !important; } flex-direction: row !important; }
.flex-md-column { .flex-md-column {
flex-direction: column !important; } flex-direction: column !important; }
.flex-md-row-reverse { .flex-md-row-reverse {
flex-direction: row-reverse !important; } flex-direction: row-reverse !important; }
.flex-md-column-reverse { .flex-md-column-reverse {
flex-direction: column-reverse !important; } flex-direction: column-reverse !important; }
.flex-md-wrap { .flex-md-wrap {
flex-wrap: wrap !important; } flex-wrap: wrap !important; }
.flex-md-nowrap { .flex-md-nowrap {
flex-wrap: nowrap !important; } flex-wrap: nowrap !important; }
.flex-md-wrap-reverse { .flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important; } flex-wrap: wrap-reverse !important; }
.justify-content-md-start { .justify-content-md-start {
justify-content: flex-start !important; } justify-content: flex-start !important; }
.justify-content-md-end { .justify-content-md-end {
justify-content: flex-end !important; } justify-content: flex-end !important; }
.justify-content-md-center { .justify-content-md-center {
justify-content: center !important; } justify-content: center !important; }
.justify-content-md-between { .justify-content-md-between {
justify-content: space-between !important; } justify-content: space-between !important; }
.justify-content-md-around { .justify-content-md-around {
justify-content: space-around !important; } justify-content: space-around !important; }
.align-items-md-start { .align-items-md-start {
align-items: flex-start !important; } align-items: flex-start !important; }
.align-items-md-end { .align-items-md-end {
align-items: flex-end !important; } align-items: flex-end !important; }
.align-items-md-center { .align-items-md-center {
align-items: center !important; } align-items: center !important; }
.align-items-md-baseline { .align-items-md-baseline {
align-items: baseline !important; } align-items: baseline !important; }
.align-items-md-stretch { .align-items-md-stretch {
align-items: stretch !important; } align-items: stretch !important; }
.align-content-md-start { .align-content-md-start {
align-content: flex-start !important; } align-content: flex-start !important; }
.align-content-md-end { .align-content-md-end {
align-content: flex-end !important; } align-content: flex-end !important; }
.align-content-md-center { .align-content-md-center {
align-content: center !important; } align-content: center !important; }
.align-content-md-between { .align-content-md-between {
align-content: space-between !important; } align-content: space-between !important; }
.align-content-md-around { .align-content-md-around {
align-content: space-around !important; } align-content: space-around !important; }
.align-content-md-stretch { .align-content-md-stretch {
align-content: stretch !important; } align-content: stretch !important; }
.align-self-md-auto { .align-self-md-auto {
align-self: auto !important; } align-self: auto !important; }
.align-self-md-start { .align-self-md-start {
align-self: flex-start !important; } align-self: flex-start !important; }
.align-self-md-end { .align-self-md-end {
align-self: flex-end !important; } align-self: flex-end !important; }
.align-self-md-center { .align-self-md-center {
align-self: center !important; } align-self: center !important; }
.align-self-md-baseline { .align-self-md-baseline {
align-self: baseline !important; } align-self: baseline !important; }
.align-self-md-stretch { .align-self-md-stretch {
align-self: stretch !important; } } align-self: stretch !important; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.flex-lg-row { .flex-lg-row {
flex-direction: row !important; } flex-direction: row !important; }
.flex-lg-column { .flex-lg-column {
flex-direction: column !important; } flex-direction: column !important; }
.flex-lg-row-reverse { .flex-lg-row-reverse {
flex-direction: row-reverse !important; } flex-direction: row-reverse !important; }
.flex-lg-column-reverse { .flex-lg-column-reverse {
flex-direction: column-reverse !important; } flex-direction: column-reverse !important; }
.flex-lg-wrap { .flex-lg-wrap {
flex-wrap: wrap !important; } flex-wrap: wrap !important; }
.flex-lg-nowrap { .flex-lg-nowrap {
flex-wrap: nowrap !important; } flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse { .flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important; } flex-wrap: wrap-reverse !important; }
.justify-content-lg-start { .justify-content-lg-start {
justify-content: flex-start !important; } justify-content: flex-start !important; }
.justify-content-lg-end { .justify-content-lg-end {
justify-content: flex-end !important; } justify-content: flex-end !important; }
.justify-content-lg-center { .justify-content-lg-center {
justify-content: center !important; } justify-content: center !important; }
.justify-content-lg-between { .justify-content-lg-between {
justify-content: space-between !important; } justify-content: space-between !important; }
.justify-content-lg-around { .justify-content-lg-around {
justify-content: space-around !important; } justify-content: space-around !important; }
.align-items-lg-start { .align-items-lg-start {
align-items: flex-start !important; } align-items: flex-start !important; }
.align-items-lg-end { .align-items-lg-end {
align-items: flex-end !important; } align-items: flex-end !important; }
.align-items-lg-center { .align-items-lg-center {
align-items: center !important; } align-items: center !important; }
.align-items-lg-baseline { .align-items-lg-baseline {
align-items: baseline !important; } align-items: baseline !important; }
.align-items-lg-stretch { .align-items-lg-stretch {
align-items: stretch !important; } align-items: stretch !important; }
.align-content-lg-start { .align-content-lg-start {
align-content: flex-start !important; } align-content: flex-start !important; }
.align-content-lg-end { .align-content-lg-end {
align-content: flex-end !important; } align-content: flex-end !important; }
.align-content-lg-center { .align-content-lg-center {
align-content: center !important; } align-content: center !important; }
.align-content-lg-between { .align-content-lg-between {
align-content: space-between !important; } align-content: space-between !important; }
.align-content-lg-around { .align-content-lg-around {
align-content: space-around !important; } align-content: space-around !important; }
.align-content-lg-stretch { .align-content-lg-stretch {
align-content: stretch !important; } align-content: stretch !important; }
.align-self-lg-auto { .align-self-lg-auto {
align-self: auto !important; } align-self: auto !important; }
.align-self-lg-start { .align-self-lg-start {
align-self: flex-start !important; } align-self: flex-start !important; }
.align-self-lg-end { .align-self-lg-end {
align-self: flex-end !important; } align-self: flex-end !important; }
.align-self-lg-center { .align-self-lg-center {
align-self: center !important; } align-self: center !important; }
.align-self-lg-baseline { .align-self-lg-baseline {
align-self: baseline !important; } align-self: baseline !important; }
.align-self-lg-stretch { .align-self-lg-stretch {
align-self: stretch !important; } } align-self: stretch !important; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.flex-xl-row { .flex-xl-row {
flex-direction: row !important; } flex-direction: row !important; }
.flex-xl-column { .flex-xl-column {
flex-direction: column !important; } flex-direction: column !important; }
.flex-xl-row-reverse { .flex-xl-row-reverse {
flex-direction: row-reverse !important; } flex-direction: row-reverse !important; }
.flex-xl-column-reverse { .flex-xl-column-reverse {
flex-direction: column-reverse !important; } flex-direction: column-reverse !important; }
.flex-xl-wrap { .flex-xl-wrap {
flex-wrap: wrap !important; } flex-wrap: wrap !important; }
.flex-xl-nowrap { .flex-xl-nowrap {
flex-wrap: nowrap !important; } flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse { .flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important; } flex-wrap: wrap-reverse !important; }
.justify-content-xl-start { .justify-content-xl-start {
justify-content: flex-start !important; } justify-content: flex-start !important; }
.justify-content-xl-end { .justify-content-xl-end {
justify-content: flex-end !important; } justify-content: flex-end !important; }
.justify-content-xl-center { .justify-content-xl-center {
justify-content: center !important; } justify-content: center !important; }
.justify-content-xl-between { .justify-content-xl-between {
justify-content: space-between !important; } justify-content: space-between !important; }
.justify-content-xl-around { .justify-content-xl-around {
justify-content: space-around !important; } justify-content: space-around !important; }
.align-items-xl-start { .align-items-xl-start {
align-items: flex-start !important; } align-items: flex-start !important; }
.align-items-xl-end { .align-items-xl-end {
align-items: flex-end !important; } align-items: flex-end !important; }
.align-items-xl-center { .align-items-xl-center {
align-items: center !important; } align-items: center !important; }
.align-items-xl-baseline { .align-items-xl-baseline {
align-items: baseline !important; } align-items: baseline !important; }
.align-items-xl-stretch { .align-items-xl-stretch {
align-items: stretch !important; } align-items: stretch !important; }
.align-content-xl-start { .align-content-xl-start {
align-content: flex-start !important; } align-content: flex-start !important; }
.align-content-xl-end { .align-content-xl-end {
align-content: flex-end !important; } align-content: flex-end !important; }
.align-content-xl-center { .align-content-xl-center {
align-content: center !important; } align-content: center !important; }
.align-content-xl-between { .align-content-xl-between {
align-content: space-between !important; } align-content: space-between !important; }
.align-content-xl-around { .align-content-xl-around {
align-content: space-around !important; } align-content: space-around !important; }
.align-content-xl-stretch { .align-content-xl-stretch {
align-content: stretch !important; } align-content: stretch !important; }
.align-self-xl-auto { .align-self-xl-auto {
align-self: auto !important; } align-self: auto !important; }
.align-self-xl-start { .align-self-xl-start {
align-self: flex-start !important; } align-self: flex-start !important; }
.align-self-xl-end { .align-self-xl-end {
align-self: flex-end !important; } align-self: flex-end !important; }
.align-self-xl-center { .align-self-xl-center {
align-self: center !important; } align-self: center !important; }
.align-self-xl-baseline { .align-self-xl-baseline {
align-self: baseline !important; } align-self: baseline !important; }
.align-self-xl-stretch { .align-self-xl-stretch {
align-self: stretch !important; } } align-self: stretch !important; } }
.float-left { .float-left {
float: left !important; } float: left !important; }
...@@ -4030,39 +3830,35 @@ button.bg-dark:focus { ...@@ -4030,39 +3830,35 @@ button.bg-dark:focus {
@media (min-width: 576px) { @media (min-width: 576px) {
.float-sm-left { .float-sm-left {
float: left !important; } float: left !important; }
.float-sm-right { .float-sm-right {
float: right !important; } float: right !important; }
.float-sm-none { .float-sm-none {
float: none !important; } } float: none !important; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.float-md-left { .float-md-left {
float: left !important; } float: left !important; }
.float-md-right { .float-md-right {
float: right !important; } float: right !important; }
.float-md-none { .float-md-none {
float: none !important; } } float: none !important; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.float-lg-left { .float-lg-left {
float: left !important; } float: left !important; }
.float-lg-right { .float-lg-right {
float: right !important; } float: right !important; }
.float-lg-none { .float-lg-none {
float: none !important; } } float: none !important; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.float-xl-left { .float-xl-left {
float: left !important; } float: left !important; }
.float-xl-right { .float-xl-right {
float: right !important; } float: right !important; }
.float-xl-none { .float-xl-none {
float: none !important; } } float: none !important; } }
.position-static { .position-static {
position: static !important; } position: static !important; }
...@@ -4398,991 +4194,739 @@ button.bg-dark:focus { ...@@ -4398,991 +4194,739 @@ button.bg-dark:focus {
@media (min-width: 576px) { @media (min-width: 576px) {
.m-sm-0 { .m-sm-0 {
margin: 0 !important; } margin: 0 !important; }
.mt-sm-0, .mt-sm-0,
.my-sm-0 { .my-sm-0 {
margin-top: 0 !important; } margin-top: 0 !important; }
.mr-sm-0, .mr-sm-0,
.mx-sm-0 { .mx-sm-0 {
margin-right: 0 !important; } margin-right: 0 !important; }
.mb-sm-0, .mb-sm-0,
.my-sm-0 { .my-sm-0 {
margin-bottom: 0 !important; } margin-bottom: 0 !important; }
.ml-sm-0, .ml-sm-0,
.mx-sm-0 { .mx-sm-0 {
margin-left: 0 !important; } margin-left: 0 !important; }
.m-sm-1 { .m-sm-1 {
margin: 0.25rem !important; } margin: 0.25rem !important; }
.mt-sm-1, .mt-sm-1,
.my-sm-1 { .my-sm-1 {
margin-top: 0.25rem !important; } margin-top: 0.25rem !important; }
.mr-sm-1, .mr-sm-1,
.mx-sm-1 { .mx-sm-1 {
margin-right: 0.25rem !important; } margin-right: 0.25rem !important; }
.mb-sm-1, .mb-sm-1,
.my-sm-1 { .my-sm-1 {
margin-bottom: 0.25rem !important; } margin-bottom: 0.25rem !important; }
.ml-sm-1, .ml-sm-1,
.mx-sm-1 { .mx-sm-1 {
margin-left: 0.25rem !important; } margin-left: 0.25rem !important; }
.m-sm-2 { .m-sm-2 {
margin: 0.5rem !important; } margin: 0.5rem !important; }
.mt-sm-2, .mt-sm-2,
.my-sm-2 { .my-sm-2 {
margin-top: 0.5rem !important; } margin-top: 0.5rem !important; }
.mr-sm-2, .mr-sm-2,
.mx-sm-2 { .mx-sm-2 {
margin-right: 0.5rem !important; } margin-right: 0.5rem !important; }
.mb-sm-2, .mb-sm-2,
.my-sm-2 { .my-sm-2 {
margin-bottom: 0.5rem !important; } margin-bottom: 0.5rem !important; }
.ml-sm-2, .ml-sm-2,
.mx-sm-2 { .mx-sm-2 {
margin-left: 0.5rem !important; } margin-left: 0.5rem !important; }
.m-sm-3 { .m-sm-3 {
margin: 1rem !important; } margin: 1rem !important; }
.mt-sm-3, .mt-sm-3,
.my-sm-3 { .my-sm-3 {
margin-top: 1rem !important; } margin-top: 1rem !important; }
.mr-sm-3, .mr-sm-3,
.mx-sm-3 { .mx-sm-3 {
margin-right: 1rem !important; } margin-right: 1rem !important; }
.mb-sm-3, .mb-sm-3,
.my-sm-3 { .my-sm-3 {
margin-bottom: 1rem !important; } margin-bottom: 1rem !important; }
.ml-sm-3, .ml-sm-3,
.mx-sm-3 { .mx-sm-3 {
margin-left: 1rem !important; } margin-left: 1rem !important; }
.m-sm-4 { .m-sm-4 {
margin: 1.5rem !important; } margin: 1.5rem !important; }
.mt-sm-4, .mt-sm-4,
.my-sm-4 { .my-sm-4 {
margin-top: 1.5rem !important; } margin-top: 1.5rem !important; }
.mr-sm-4, .mr-sm-4,
.mx-sm-4 { .mx-sm-4 {
margin-right: 1.5rem !important; } margin-right: 1.5rem !important; }
.mb-sm-4, .mb-sm-4,
.my-sm-4 { .my-sm-4 {
margin-bottom: 1.5rem !important; } margin-bottom: 1.5rem !important; }
.ml-sm-4, .ml-sm-4,
.mx-sm-4 { .mx-sm-4 {
margin-left: 1.5rem !important; } margin-left: 1.5rem !important; }
.m-sm-5 { .m-sm-5 {
margin: 3rem !important; } margin: 3rem !important; }
.mt-sm-5, .mt-sm-5,
.my-sm-5 { .my-sm-5 {
margin-top: 3rem !important; } margin-top: 3rem !important; }
.mr-sm-5, .mr-sm-5,
.mx-sm-5 { .mx-sm-5 {
margin-right: 3rem !important; } margin-right: 3rem !important; }
.mb-sm-5, .mb-sm-5,
.my-sm-5 { .my-sm-5 {
margin-bottom: 3rem !important; } margin-bottom: 3rem !important; }
.ml-sm-5, .ml-sm-5,
.mx-sm-5 { .mx-sm-5 {
margin-left: 3rem !important; } margin-left: 3rem !important; }
.p-sm-0 { .p-sm-0 {
padding: 0 !important; } padding: 0 !important; }
.pt-sm-0, .pt-sm-0,
.py-sm-0 { .py-sm-0 {
padding-top: 0 !important; } padding-top: 0 !important; }
.pr-sm-0, .pr-sm-0,
.px-sm-0 { .px-sm-0 {
padding-right: 0 !important; } padding-right: 0 !important; }
.pb-sm-0, .pb-sm-0,
.py-sm-0 { .py-sm-0 {
padding-bottom: 0 !important; } padding-bottom: 0 !important; }
.pl-sm-0, .pl-sm-0,
.px-sm-0 { .px-sm-0 {
padding-left: 0 !important; } padding-left: 0 !important; }
.p-sm-1 { .p-sm-1 {
padding: 0.25rem !important; } padding: 0.25rem !important; }
.pt-sm-1, .pt-sm-1,
.py-sm-1 { .py-sm-1 {
padding-top: 0.25rem !important; } padding-top: 0.25rem !important; }
.pr-sm-1, .pr-sm-1,
.px-sm-1 { .px-sm-1 {
padding-right: 0.25rem !important; } padding-right: 0.25rem !important; }
.pb-sm-1, .pb-sm-1,
.py-sm-1 { .py-sm-1 {
padding-bottom: 0.25rem !important; } padding-bottom: 0.25rem !important; }
.pl-sm-1, .pl-sm-1,
.px-sm-1 { .px-sm-1 {
padding-left: 0.25rem !important; } padding-left: 0.25rem !important; }
.p-sm-2 { .p-sm-2 {
padding: 0.5rem !important; } padding: 0.5rem !important; }
.pt-sm-2, .pt-sm-2,
.py-sm-2 { .py-sm-2 {
padding-top: 0.5rem !important; } padding-top: 0.5rem !important; }
.pr-sm-2, .pr-sm-2,
.px-sm-2 { .px-sm-2 {
padding-right: 0.5rem !important; } padding-right: 0.5rem !important; }
.pb-sm-2, .pb-sm-2,
.py-sm-2 { .py-sm-2 {
padding-bottom: 0.5rem !important; } padding-bottom: 0.5rem !important; }
.pl-sm-2, .pl-sm-2,
.px-sm-2 { .px-sm-2 {
padding-left: 0.5rem !important; } padding-left: 0.5rem !important; }
.p-sm-3 { .p-sm-3 {
padding: 1rem !important; } padding: 1rem !important; }
.pt-sm-3, .pt-sm-3,
.py-sm-3 { .py-sm-3 {
padding-top: 1rem !important; } padding-top: 1rem !important; }
.pr-sm-3, .pr-sm-3,
.px-sm-3 { .px-sm-3 {
padding-right: 1rem !important; } padding-right: 1rem !important; }
.pb-sm-3, .pb-sm-3,
.py-sm-3 { .py-sm-3 {
padding-bottom: 1rem !important; } padding-bottom: 1rem !important; }
.pl-sm-3, .pl-sm-3,
.px-sm-3 { .px-sm-3 {
padding-left: 1rem !important; } padding-left: 1rem !important; }
.p-sm-4 { .p-sm-4 {
padding: 1.5rem !important; } padding: 1.5rem !important; }
.pt-sm-4, .pt-sm-4,
.py-sm-4 { .py-sm-4 {
padding-top: 1.5rem !important; } padding-top: 1.5rem !important; }
.pr-sm-4, .pr-sm-4,
.px-sm-4 { .px-sm-4 {
padding-right: 1.5rem !important; } padding-right: 1.5rem !important; }
.pb-sm-4, .pb-sm-4,
.py-sm-4 { .py-sm-4 {
padding-bottom: 1.5rem !important; } padding-bottom: 1.5rem !important; }
.pl-sm-4, .pl-sm-4,
.px-sm-4 { .px-sm-4 {
padding-left: 1.5rem !important; } padding-left: 1.5rem !important; }
.p-sm-5 { .p-sm-5 {
padding: 3rem !important; } padding: 3rem !important; }
.pt-sm-5, .pt-sm-5,
.py-sm-5 { .py-sm-5 {
padding-top: 3rem !important; } padding-top: 3rem !important; }
.pr-sm-5, .pr-sm-5,
.px-sm-5 { .px-sm-5 {
padding-right: 3rem !important; } padding-right: 3rem !important; }
.pb-sm-5, .pb-sm-5,
.py-sm-5 { .py-sm-5 {
padding-bottom: 3rem !important; } padding-bottom: 3rem !important; }
.pl-sm-5, .pl-sm-5,
.px-sm-5 { .px-sm-5 {
padding-left: 3rem !important; } padding-left: 3rem !important; }
.m-sm-auto { .m-sm-auto {
margin: auto !important; } margin: auto !important; }
.mt-sm-auto, .mt-sm-auto,
.my-sm-auto { .my-sm-auto {
margin-top: auto !important; } margin-top: auto !important; }
.mr-sm-auto, .mr-sm-auto,
.mx-sm-auto { .mx-sm-auto {
margin-right: auto !important; } margin-right: auto !important; }
.mb-sm-auto, .mb-sm-auto,
.my-sm-auto { .my-sm-auto {
margin-bottom: auto !important; } margin-bottom: auto !important; }
.ml-sm-auto, .ml-sm-auto,
.mx-sm-auto { .mx-sm-auto {
margin-left: auto !important; } } margin-left: auto !important; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.m-md-0 { .m-md-0 {
margin: 0 !important; } margin: 0 !important; }
.mt-md-0, .mt-md-0,
.my-md-0 { .my-md-0 {
margin-top: 0 !important; } margin-top: 0 !important; }
.mr-md-0, .mr-md-0,
.mx-md-0 { .mx-md-0 {
margin-right: 0 !important; } margin-right: 0 !important; }
.mb-md-0, .mb-md-0,
.my-md-0 { .my-md-0 {
margin-bottom: 0 !important; } margin-bottom: 0 !important; }
.ml-md-0, .ml-md-0,
.mx-md-0 { .mx-md-0 {
margin-left: 0 !important; } margin-left: 0 !important; }
.m-md-1 { .m-md-1 {
margin: 0.25rem !important; } margin: 0.25rem !important; }
.mt-md-1, .mt-md-1,
.my-md-1 { .my-md-1 {
margin-top: 0.25rem !important; } margin-top: 0.25rem !important; }
.mr-md-1, .mr-md-1,
.mx-md-1 { .mx-md-1 {
margin-right: 0.25rem !important; } margin-right: 0.25rem !important; }
.mb-md-1, .mb-md-1,
.my-md-1 { .my-md-1 {
margin-bottom: 0.25rem !important; } margin-bottom: 0.25rem !important; }
.ml-md-1, .ml-md-1,
.mx-md-1 { .mx-md-1 {
margin-left: 0.25rem !important; } margin-left: 0.25rem !important; }
.m-md-2 { .m-md-2 {
margin: 0.5rem !important; } margin: 0.5rem !important; }
.mt-md-2, .mt-md-2,
.my-md-2 { .my-md-2 {
margin-top: 0.5rem !important; } margin-top: 0.5rem !important; }
.mr-md-2, .mr-md-2,
.mx-md-2 { .mx-md-2 {
margin-right: 0.5rem !important; } margin-right: 0.5rem !important; }
.mb-md-2, .mb-md-2,
.my-md-2 { .my-md-2 {
margin-bottom: 0.5rem !important; } margin-bottom: 0.5rem !important; }
.ml-md-2, .ml-md-2,
.mx-md-2 { .mx-md-2 {
margin-left: 0.5rem !important; } margin-left: 0.5rem !important; }
.m-md-3 { .m-md-3 {
margin: 1rem !important; } margin: 1rem !important; }
.mt-md-3, .mt-md-3,
.my-md-3 { .my-md-3 {
margin-top: 1rem !important; } margin-top: 1rem !important; }
.mr-md-3, .mr-md-3,
.mx-md-3 { .mx-md-3 {
margin-right: 1rem !important; } margin-right: 1rem !important; }
.mb-md-3, .mb-md-3,
.my-md-3 { .my-md-3 {
margin-bottom: 1rem !important; } margin-bottom: 1rem !important; }
.ml-md-3, .ml-md-3,
.mx-md-3 { .mx-md-3 {
margin-left: 1rem !important; } margin-left: 1rem !important; }
.m-md-4 { .m-md-4 {
margin: 1.5rem !important; } margin: 1.5rem !important; }
.mt-md-4, .mt-md-4,
.my-md-4 { .my-md-4 {
margin-top: 1.5rem !important; } margin-top: 1.5rem !important; }
.mr-md-4, .mr-md-4,
.mx-md-4 { .mx-md-4 {
margin-right: 1.5rem !important; } margin-right: 1.5rem !important; }
.mb-md-4, .mb-md-4,
.my-md-4 { .my-md-4 {
margin-bottom: 1.5rem !important; } margin-bottom: 1.5rem !important; }
.ml-md-4, .ml-md-4,
.mx-md-4 { .mx-md-4 {
margin-left: 1.5rem !important; } margin-left: 1.5rem !important; }
.m-md-5 { .m-md-5 {
margin: 3rem !important; } margin: 3rem !important; }
.mt-md-5, .mt-md-5,
.my-md-5 { .my-md-5 {
margin-top: 3rem !important; } margin-top: 3rem !important; }
.mr-md-5, .mr-md-5,
.mx-md-5 { .mx-md-5 {
margin-right: 3rem !important; } margin-right: 3rem !important; }
.mb-md-5, .mb-md-5,
.my-md-5 { .my-md-5 {
margin-bottom: 3rem !important; } margin-bottom: 3rem !important; }
.ml-md-5, .ml-md-5,
.mx-md-5 { .mx-md-5 {
margin-left: 3rem !important; } margin-left: 3rem !important; }
.p-md-0 { .p-md-0 {
padding: 0 !important; } padding: 0 !important; }
.pt-md-0, .pt-md-0,
.py-md-0 { .py-md-0 {
padding-top: 0 !important; } padding-top: 0 !important; }
.pr-md-0, .pr-md-0,
.px-md-0 { .px-md-0 {
padding-right: 0 !important; } padding-right: 0 !important; }
.pb-md-0, .pb-md-0,
.py-md-0 { .py-md-0 {
padding-bottom: 0 !important; } padding-bottom: 0 !important; }
.pl-md-0, .pl-md-0,
.px-md-0 { .px-md-0 {
padding-left: 0 !important; } padding-left: 0 !important; }
.p-md-1 { .p-md-1 {
padding: 0.25rem !important; } padding: 0.25rem !important; }
.pt-md-1, .pt-md-1,
.py-md-1 { .py-md-1 {
padding-top: 0.25rem !important; } padding-top: 0.25rem !important; }
.pr-md-1, .pr-md-1,
.px-md-1 { .px-md-1 {
padding-right: 0.25rem !important; } padding-right: 0.25rem !important; }
.pb-md-1, .pb-md-1,
.py-md-1 { .py-md-1 {
padding-bottom: 0.25rem !important; } padding-bottom: 0.25rem !important; }
.pl-md-1, .pl-md-1,
.px-md-1 { .px-md-1 {
padding-left: 0.25rem !important; } padding-left: 0.25rem !important; }
.p-md-2 { .p-md-2 {
padding: 0.5rem !important; } padding: 0.5rem !important; }
.pt-md-2, .pt-md-2,
.py-md-2 { .py-md-2 {
padding-top: 0.5rem !important; } padding-top: 0.5rem !important; }
.pr-md-2, .pr-md-2,
.px-md-2 { .px-md-2 {
padding-right: 0.5rem !important; } padding-right: 0.5rem !important; }
.pb-md-2, .pb-md-2,
.py-md-2 { .py-md-2 {
padding-bottom: 0.5rem !important; } padding-bottom: 0.5rem !important; }
.pl-md-2, .pl-md-2,
.px-md-2 { .px-md-2 {
padding-left: 0.5rem !important; } padding-left: 0.5rem !important; }
.p-md-3 { .p-md-3 {
padding: 1rem !important; } padding: 1rem !important; }
.pt-md-3, .pt-md-3,
.py-md-3 { .py-md-3 {
padding-top: 1rem !important; } padding-top: 1rem !important; }
.pr-md-3, .pr-md-3,
.px-md-3 { .px-md-3 {
padding-right: 1rem !important; } padding-right: 1rem !important; }
.pb-md-3, .pb-md-3,
.py-md-3 { .py-md-3 {
padding-bottom: 1rem !important; } padding-bottom: 1rem !important; }
.pl-md-3, .pl-md-3,
.px-md-3 { .px-md-3 {
padding-left: 1rem !important; } padding-left: 1rem !important; }
.p-md-4 { .p-md-4 {
padding: 1.5rem !important; } padding: 1.5rem !important; }
.pt-md-4, .pt-md-4,
.py-md-4 { .py-md-4 {
padding-top: 1.5rem !important; } padding-top: 1.5rem !important; }
.pr-md-4, .pr-md-4,
.px-md-4 { .px-md-4 {
padding-right: 1.5rem !important; } padding-right: 1.5rem !important; }
.pb-md-4, .pb-md-4,
.py-md-4 { .py-md-4 {
padding-bottom: 1.5rem !important; } padding-bottom: 1.5rem !important; }
.pl-md-4, .pl-md-4,
.px-md-4 { .px-md-4 {
padding-left: 1.5rem !important; } padding-left: 1.5rem !important; }
.p-md-5 { .p-md-5 {
padding: 3rem !important; } padding: 3rem !important; }
.pt-md-5, .pt-md-5,
.py-md-5 { .py-md-5 {
padding-top: 3rem !important; } padding-top: 3rem !important; }
.pr-md-5, .pr-md-5,
.px-md-5 { .px-md-5 {
padding-right: 3rem !important; } padding-right: 3rem !important; }
.pb-md-5, .pb-md-5,
.py-md-5 { .py-md-5 {
padding-bottom: 3rem !important; } padding-bottom: 3rem !important; }
.pl-md-5, .pl-md-5,
.px-md-5 { .px-md-5 {
padding-left: 3rem !important; } padding-left: 3rem !important; }
.m-md-auto { .m-md-auto {
margin: auto !important; } margin: auto !important; }
.mt-md-auto, .mt-md-auto,
.my-md-auto { .my-md-auto {
margin-top: auto !important; } margin-top: auto !important; }
.mr-md-auto, .mr-md-auto,
.mx-md-auto { .mx-md-auto {
margin-right: auto !important; } margin-right: auto !important; }
.mb-md-auto, .mb-md-auto,
.my-md-auto { .my-md-auto {
margin-bottom: auto !important; } margin-bottom: auto !important; }
.ml-md-auto, .ml-md-auto,
.mx-md-auto { .mx-md-auto {
margin-left: auto !important; } } margin-left: auto !important; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.m-lg-0 { .m-lg-0 {
margin: 0 !important; } margin: 0 !important; }
.mt-lg-0, .mt-lg-0,
.my-lg-0 { .my-lg-0 {
margin-top: 0 !important; } margin-top: 0 !important; }
.mr-lg-0, .mr-lg-0,
.mx-lg-0 { .mx-lg-0 {
margin-right: 0 !important; } margin-right: 0 !important; }
.mb-lg-0, .mb-lg-0,
.my-lg-0 { .my-lg-0 {
margin-bottom: 0 !important; } margin-bottom: 0 !important; }
.ml-lg-0, .ml-lg-0,
.mx-lg-0 { .mx-lg-0 {
margin-left: 0 !important; } margin-left: 0 !important; }
.m-lg-1 { .m-lg-1 {
margin: 0.25rem !important; } margin: 0.25rem !important; }
.mt-lg-1, .mt-lg-1,
.my-lg-1 { .my-lg-1 {
margin-top: 0.25rem !important; } margin-top: 0.25rem !important; }
.mr-lg-1, .mr-lg-1,
.mx-lg-1 { .mx-lg-1 {
margin-right: 0.25rem !important; } margin-right: 0.25rem !important; }
.mb-lg-1, .mb-lg-1,
.my-lg-1 { .my-lg-1 {
margin-bottom: 0.25rem !important; } margin-bottom: 0.25rem !important; }
.ml-lg-1, .ml-lg-1,
.mx-lg-1 { .mx-lg-1 {
margin-left: 0.25rem !important; } margin-left: 0.25rem !important; }
.m-lg-2 { .m-lg-2 {
margin: 0.5rem !important; } margin: 0.5rem !important; }
.mt-lg-2, .mt-lg-2,
.my-lg-2 { .my-lg-2 {
margin-top: 0.5rem !important; } margin-top: 0.5rem !important; }
.mr-lg-2, .mr-lg-2,
.mx-lg-2 { .mx-lg-2 {
margin-right: 0.5rem !important; } margin-right: 0.5rem !important; }
.mb-lg-2, .mb-lg-2,
.my-lg-2 { .my-lg-2 {
margin-bottom: 0.5rem !important; } margin-bottom: 0.5rem !important; }
.ml-lg-2, .ml-lg-2,
.mx-lg-2 { .mx-lg-2 {
margin-left: 0.5rem !important; } margin-left: 0.5rem !important; }
.m-lg-3 { .m-lg-3 {
margin: 1rem !important; } margin: 1rem !important; }
.mt-lg-3, .mt-lg-3,
.my-lg-3 { .my-lg-3 {
margin-top: 1rem !important; } margin-top: 1rem !important; }
.mr-lg-3, .mr-lg-3,
.mx-lg-3 { .mx-lg-3 {
margin-right: 1rem !important; } margin-right: 1rem !important; }
.mb-lg-3, .mb-lg-3,
.my-lg-3 { .my-lg-3 {
margin-bottom: 1rem !important; } margin-bottom: 1rem !important; }
.ml-lg-3, .ml-lg-3,
.mx-lg-3 { .mx-lg-3 {
margin-left: 1rem !important; } margin-left: 1rem !important; }
.m-lg-4 { .m-lg-4 {
margin: 1.5rem !important; } margin: 1.5rem !important; }
.mt-lg-4, .mt-lg-4,
.my-lg-4 { .my-lg-4 {
margin-top: 1.5rem !important; } margin-top: 1.5rem !important; }
.mr-lg-4, .mr-lg-4,
.mx-lg-4 { .mx-lg-4 {
margin-right: 1.5rem !important; } margin-right: 1.5rem !important; }
.mb-lg-4, .mb-lg-4,
.my-lg-4 { .my-lg-4 {
margin-bottom: 1.5rem !important; } margin-bottom: 1.5rem !important; }
.ml-lg-4, .ml-lg-4,
.mx-lg-4 { .mx-lg-4 {
margin-left: 1.5rem !important; } margin-left: 1.5rem !important; }
.m-lg-5 { .m-lg-5 {
margin: 3rem !important; } margin: 3rem !important; }
.mt-lg-5, .mt-lg-5,
.my-lg-5 { .my-lg-5 {
margin-top: 3rem !important; } margin-top: 3rem !important; }
.mr-lg-5, .mr-lg-5,
.mx-lg-5 { .mx-lg-5 {
margin-right: 3rem !important; } margin-right: 3rem !important; }
.mb-lg-5, .mb-lg-5,
.my-lg-5 { .my-lg-5 {
margin-bottom: 3rem !important; } margin-bottom: 3rem !important; }
.ml-lg-5, .ml-lg-5,
.mx-lg-5 { .mx-lg-5 {
margin-left: 3rem !important; } margin-left: 3rem !important; }
.p-lg-0 { .p-lg-0 {
padding: 0 !important; } padding: 0 !important; }
.pt-lg-0, .pt-lg-0,
.py-lg-0 { .py-lg-0 {
padding-top: 0 !important; } padding-top: 0 !important; }
.pr-lg-0, .pr-lg-0,
.px-lg-0 { .px-lg-0 {
padding-right: 0 !important; } padding-right: 0 !important; }
.pb-lg-0, .pb-lg-0,
.py-lg-0 { .py-lg-0 {
padding-bottom: 0 !important; } padding-bottom: 0 !important; }
.pl-lg-0, .pl-lg-0,
.px-lg-0 { .px-lg-0 {
padding-left: 0 !important; } padding-left: 0 !important; }
.p-lg-1 { .p-lg-1 {
padding: 0.25rem !important; } padding: 0.25rem !important; }
.pt-lg-1, .pt-lg-1,
.py-lg-1 { .py-lg-1 {
padding-top: 0.25rem !important; } padding-top: 0.25rem !important; }
.pr-lg-1, .pr-lg-1,
.px-lg-1 { .px-lg-1 {
padding-right: 0.25rem !important; } padding-right: 0.25rem !important; }
.pb-lg-1, .pb-lg-1,
.py-lg-1 { .py-lg-1 {
padding-bottom: 0.25rem !important; } padding-bottom: 0.25rem !important; }
.pl-lg-1, .pl-lg-1,
.px-lg-1 { .px-lg-1 {
padding-left: 0.25rem !important; } padding-left: 0.25rem !important; }
.p-lg-2 { .p-lg-2 {
padding: 0.5rem !important; } padding: 0.5rem !important; }
.pt-lg-2, .pt-lg-2,
.py-lg-2 { .py-lg-2 {
padding-top: 0.5rem !important; } padding-top: 0.5rem !important; }
.pr-lg-2, .pr-lg-2,
.px-lg-2 { .px-lg-2 {
padding-right: 0.5rem !important; } padding-right: 0.5rem !important; }
.pb-lg-2, .pb-lg-2,
.py-lg-2 { .py-lg-2 {
padding-bottom: 0.5rem !important; } padding-bottom: 0.5rem !important; }
.pl-lg-2, .pl-lg-2,
.px-lg-2 { .px-lg-2 {
padding-left: 0.5rem !important; } padding-left: 0.5rem !important; }
.p-lg-3 { .p-lg-3 {
padding: 1rem !important; } padding: 1rem !important; }
.pt-lg-3, .pt-lg-3,
.py-lg-3 { .py-lg-3 {
padding-top: 1rem !important; } padding-top: 1rem !important; }
.pr-lg-3, .pr-lg-3,
.px-lg-3 { .px-lg-3 {
padding-right: 1rem !important; } padding-right: 1rem !important; }
.pb-lg-3, .pb-lg-3,
.py-lg-3 { .py-lg-3 {
padding-bottom: 1rem !important; } padding-bottom: 1rem !important; }
.pl-lg-3, .pl-lg-3,
.px-lg-3 { .px-lg-3 {
padding-left: 1rem !important; } padding-left: 1rem !important; }
.p-lg-4 { .p-lg-4 {
padding: 1.5rem !important; } padding: 1.5rem !important; }
.pt-lg-4, .pt-lg-4,
.py-lg-4 { .py-lg-4 {
padding-top: 1.5rem !important; } padding-top: 1.5rem !important; }
.pr-lg-4, .pr-lg-4,
.px-lg-4 { .px-lg-4 {
padding-right: 1.5rem !important; } padding-right: 1.5rem !important; }
.pb-lg-4, .pb-lg-4,
.py-lg-4 { .py-lg-4 {
padding-bottom: 1.5rem !important; } padding-bottom: 1.5rem !important; }
.pl-lg-4, .pl-lg-4,
.px-lg-4 { .px-lg-4 {
padding-left: 1.5rem !important; } padding-left: 1.5rem !important; }
.p-lg-5 { .p-lg-5 {
padding: 3rem !important; } padding: 3rem !important; }
.pt-lg-5, .pt-lg-5,
.py-lg-5 { .py-lg-5 {
padding-top: 3rem !important; } padding-top: 3rem !important; }
.pr-lg-5, .pr-lg-5,
.px-lg-5 { .px-lg-5 {
padding-right: 3rem !important; } padding-right: 3rem !important; }
.pb-lg-5, .pb-lg-5,
.py-lg-5 { .py-lg-5 {
padding-bottom: 3rem !important; } padding-bottom: 3rem !important; }
.pl-lg-5, .pl-lg-5,
.px-lg-5 { .px-lg-5 {
padding-left: 3rem !important; } padding-left: 3rem !important; }
.m-lg-auto { .m-lg-auto {
margin: auto !important; } margin: auto !important; }
.mt-lg-auto, .mt-lg-auto,
.my-lg-auto { .my-lg-auto {
margin-top: auto !important; } margin-top: auto !important; }
.mr-lg-auto, .mr-lg-auto,
.mx-lg-auto { .mx-lg-auto {
margin-right: auto !important; } margin-right: auto !important; }
.mb-lg-auto, .mb-lg-auto,
.my-lg-auto { .my-lg-auto {
margin-bottom: auto !important; } margin-bottom: auto !important; }
.ml-lg-auto, .ml-lg-auto,
.mx-lg-auto { .mx-lg-auto {
margin-left: auto !important; } } margin-left: auto !important; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.m-xl-0 { .m-xl-0 {
margin: 0 !important; } margin: 0 !important; }
.mt-xl-0, .mt-xl-0,
.my-xl-0 { .my-xl-0 {
margin-top: 0 !important; } margin-top: 0 !important; }
.mr-xl-0, .mr-xl-0,
.mx-xl-0 { .mx-xl-0 {
margin-right: 0 !important; } margin-right: 0 !important; }
.mb-xl-0, .mb-xl-0,
.my-xl-0 { .my-xl-0 {
margin-bottom: 0 !important; } margin-bottom: 0 !important; }
.ml-xl-0, .ml-xl-0,
.mx-xl-0 { .mx-xl-0 {
margin-left: 0 !important; } margin-left: 0 !important; }
.m-xl-1 { .m-xl-1 {
margin: 0.25rem !important; } margin: 0.25rem !important; }
.mt-xl-1, .mt-xl-1,
.my-xl-1 { .my-xl-1 {
margin-top: 0.25rem !important; } margin-top: 0.25rem !important; }
.mr-xl-1, .mr-xl-1,
.mx-xl-1 { .mx-xl-1 {
margin-right: 0.25rem !important; } margin-right: 0.25rem !important; }
.mb-xl-1, .mb-xl-1,
.my-xl-1 { .my-xl-1 {
margin-bottom: 0.25rem !important; } margin-bottom: 0.25rem !important; }
.ml-xl-1, .ml-xl-1,
.mx-xl-1 { .mx-xl-1 {
margin-left: 0.25rem !important; } margin-left: 0.25rem !important; }
.m-xl-2 { .m-xl-2 {
margin: 0.5rem !important; } margin: 0.5rem !important; }
.mt-xl-2, .mt-xl-2,
.my-xl-2 { .my-xl-2 {
margin-top: 0.5rem !important; } margin-top: 0.5rem !important; }
.mr-xl-2, .mr-xl-2,
.mx-xl-2 { .mx-xl-2 {
margin-right: 0.5rem !important; } margin-right: 0.5rem !important; }
.mb-xl-2, .mb-xl-2,
.my-xl-2 { .my-xl-2 {
margin-bottom: 0.5rem !important; } margin-bottom: 0.5rem !important; }
.ml-xl-2, .ml-xl-2,
.mx-xl-2 { .mx-xl-2 {
margin-left: 0.5rem !important; } margin-left: 0.5rem !important; }
.m-xl-3 { .m-xl-3 {
margin: 1rem !important; } margin: 1rem !important; }
.mt-xl-3, .mt-xl-3,
.my-xl-3 { .my-xl-3 {
margin-top: 1rem !important; } margin-top: 1rem !important; }
.mr-xl-3, .mr-xl-3,
.mx-xl-3 { .mx-xl-3 {
margin-right: 1rem !important; } margin-right: 1rem !important; }
.mb-xl-3, .mb-xl-3,
.my-xl-3 { .my-xl-3 {
margin-bottom: 1rem !important; } margin-bottom: 1rem !important; }
.ml-xl-3, .ml-xl-3,
.mx-xl-3 { .mx-xl-3 {
margin-left: 1rem !important; } margin-left: 1rem !important; }
.m-xl-4 { .m-xl-4 {
margin: 1.5rem !important; } margin: 1.5rem !important; }
.mt-xl-4, .mt-xl-4,
.my-xl-4 { .my-xl-4 {
margin-top: 1.5rem !important; } margin-top: 1.5rem !important; }
.mr-xl-4, .mr-xl-4,
.mx-xl-4 { .mx-xl-4 {
margin-right: 1.5rem !important; } margin-right: 1.5rem !important; }
.mb-xl-4, .mb-xl-4,
.my-xl-4 { .my-xl-4 {
margin-bottom: 1.5rem !important; } margin-bottom: 1.5rem !important; }
.ml-xl-4, .ml-xl-4,
.mx-xl-4 { .mx-xl-4 {
margin-left: 1.5rem !important; } margin-left: 1.5rem !important; }
.m-xl-5 { .m-xl-5 {
margin: 3rem !important; } margin: 3rem !important; }
.mt-xl-5, .mt-xl-5,
.my-xl-5 { .my-xl-5 {
margin-top: 3rem !important; } margin-top: 3rem !important; }
.mr-xl-5, .mr-xl-5,
.mx-xl-5 { .mx-xl-5 {
margin-right: 3rem !important; } margin-right: 3rem !important; }
.mb-xl-5, .mb-xl-5,
.my-xl-5 { .my-xl-5 {
margin-bottom: 3rem !important; } margin-bottom: 3rem !important; }
.ml-xl-5, .ml-xl-5,
.mx-xl-5 { .mx-xl-5 {
margin-left: 3rem !important; } margin-left: 3rem !important; }
.p-xl-0 { .p-xl-0 {
padding: 0 !important; } padding: 0 !important; }
.pt-xl-0, .pt-xl-0,
.py-xl-0 { .py-xl-0 {
padding-top: 0 !important; } padding-top: 0 !important; }
.pr-xl-0, .pr-xl-0,
.px-xl-0 { .px-xl-0 {
padding-right: 0 !important; } padding-right: 0 !important; }
.pb-xl-0, .pb-xl-0,
.py-xl-0 { .py-xl-0 {
padding-bottom: 0 !important; } padding-bottom: 0 !important; }
.pl-xl-0, .pl-xl-0,
.px-xl-0 { .px-xl-0 {
padding-left: 0 !important; } padding-left: 0 !important; }
.p-xl-1 { .p-xl-1 {
padding: 0.25rem !important; } padding: 0.25rem !important; }
.pt-xl-1, .pt-xl-1,
.py-xl-1 { .py-xl-1 {
padding-top: 0.25rem !important; } padding-top: 0.25rem !important; }
.pr-xl-1, .pr-xl-1,
.px-xl-1 { .px-xl-1 {
padding-right: 0.25rem !important; } padding-right: 0.25rem !important; }
.pb-xl-1, .pb-xl-1,
.py-xl-1 { .py-xl-1 {
padding-bottom: 0.25rem !important; } padding-bottom: 0.25rem !important; }
.pl-xl-1, .pl-xl-1,
.px-xl-1 { .px-xl-1 {
padding-left: 0.25rem !important; } padding-left: 0.25rem !important; }
.p-xl-2 { .p-xl-2 {
padding: 0.5rem !important; } padding: 0.5rem !important; }
.pt-xl-2, .pt-xl-2,
.py-xl-2 { .py-xl-2 {
padding-top: 0.5rem !important; } padding-top: 0.5rem !important; }
.pr-xl-2, .pr-xl-2,
.px-xl-2 { .px-xl-2 {
padding-right: 0.5rem !important; } padding-right: 0.5rem !important; }
.pb-xl-2, .pb-xl-2,
.py-xl-2 { .py-xl-2 {
padding-bottom: 0.5rem !important; } padding-bottom: 0.5rem !important; }
.pl-xl-2, .pl-xl-2,
.px-xl-2 { .px-xl-2 {
padding-left: 0.5rem !important; } padding-left: 0.5rem !important; }
.p-xl-3 { .p-xl-3 {
padding: 1rem !important; } padding: 1rem !important; }
.pt-xl-3, .pt-xl-3,
.py-xl-3 { .py-xl-3 {
padding-top: 1rem !important; } padding-top: 1rem !important; }
.pr-xl-3, .pr-xl-3,
.px-xl-3 { .px-xl-3 {
padding-right: 1rem !important; } padding-right: 1rem !important; }
.pb-xl-3, .pb-xl-3,
.py-xl-3 { .py-xl-3 {
padding-bottom: 1rem !important; } padding-bottom: 1rem !important; }
.pl-xl-3, .pl-xl-3,
.px-xl-3 { .px-xl-3 {
padding-left: 1rem !important; } padding-left: 1rem !important; }
.p-xl-4 { .p-xl-4 {
padding: 1.5rem !important; } padding: 1.5rem !important; }
.pt-xl-4, .pt-xl-4,
.py-xl-4 { .py-xl-4 {
padding-top: 1.5rem !important; } padding-top: 1.5rem !important; }
.pr-xl-4, .pr-xl-4,
.px-xl-4 { .px-xl-4 {
padding-right: 1.5rem !important; } padding-right: 1.5rem !important; }
.pb-xl-4, .pb-xl-4,
.py-xl-4 { .py-xl-4 {
padding-bottom: 1.5rem !important; } padding-bottom: 1.5rem !important; }
.pl-xl-4, .pl-xl-4,
.px-xl-4 { .px-xl-4 {
padding-left: 1.5rem !important; } padding-left: 1.5rem !important; }
.p-xl-5 { .p-xl-5 {
padding: 3rem !important; } padding: 3rem !important; }
.pt-xl-5, .pt-xl-5,
.py-xl-5 { .py-xl-5 {
padding-top: 3rem !important; } padding-top: 3rem !important; }
.pr-xl-5, .pr-xl-5,
.px-xl-5 { .px-xl-5 {
padding-right: 3rem !important; } padding-right: 3rem !important; }
.pb-xl-5, .pb-xl-5,
.py-xl-5 { .py-xl-5 {
padding-bottom: 3rem !important; } padding-bottom: 3rem !important; }
.pl-xl-5, .pl-xl-5,
.px-xl-5 { .px-xl-5 {
padding-left: 3rem !important; } padding-left: 3rem !important; }
.m-xl-auto { .m-xl-auto {
margin: auto !important; } margin: auto !important; }
.mt-xl-auto, .mt-xl-auto,
.my-xl-auto { .my-xl-auto {
margin-top: auto !important; } margin-top: auto !important; }
.mr-xl-auto, .mr-xl-auto,
.mx-xl-auto { .mx-xl-auto {
margin-right: auto !important; } margin-right: auto !important; }
.mb-xl-auto, .mb-xl-auto,
.my-xl-auto { .my-xl-auto {
margin-bottom: auto !important; } margin-bottom: auto !important; }
.ml-xl-auto, .ml-xl-auto,
.mx-xl-auto { .mx-xl-auto {
margin-left: auto !important; } } margin-left: auto !important; } }
.text-justify { .text-justify {
text-align: justify !important; } text-align: justify !important; }
...@@ -5406,39 +4950,35 @@ button.bg-dark:focus { ...@@ -5406,39 +4950,35 @@ button.bg-dark:focus {
@media (min-width: 576px) { @media (min-width: 576px) {
.text-sm-left { .text-sm-left {
text-align: left !important; } text-align: left !important; }
.text-sm-right { .text-sm-right {
text-align: right !important; } text-align: right !important; }
.text-sm-center { .text-sm-center {
text-align: center !important; } } text-align: center !important; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.text-md-left { .text-md-left {
text-align: left !important; } text-align: left !important; }
.text-md-right { .text-md-right {
text-align: right !important; } text-align: right !important; }
.text-md-center { .text-md-center {
text-align: center !important; } } text-align: center !important; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.text-lg-left { .text-lg-left {
text-align: left !important; } text-align: left !important; }
.text-lg-right { .text-lg-right {
text-align: right !important; } text-align: right !important; }
.text-lg-center { .text-lg-center {
text-align: center !important; } } text-align: center !important; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.text-xl-left { .text-xl-left {
text-align: left !important; } text-align: left !important; }
.text-xl-right { .text-xl-right {
text-align: right !important; } text-align: right !important; }
.text-xl-center { .text-xl-center {
text-align: center !important; } } text-align: center !important; } }
.text-lowercase { .text-lowercase {
text-transform: lowercase !important; } text-transform: lowercase !important; }
...@@ -5554,6 +5094,7 @@ p { ...@@ -5554,6 +5094,7 @@ p {
margin: 0 0 35px; margin: 0 0 35px;
font-size: 20px; font-size: 20px;
line-height: 1.6; } } line-height: 1.6; } }
a { a {
color: #82B397; color: #82B397;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
...@@ -5618,17 +5159,17 @@ a:hover, a:focus { ...@@ -5618,17 +5159,17 @@ a:hover, a:focus {
-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; } transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; }
.top-nav-collapse { .top-nav-collapse {
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
background-color: #211018; } background-color: #211018; }
.navbar-custom.top-nav-collapse { .navbar-custom.top-nav-collapse {
border-bottom: 1px solid rgba(255, 255, 255, 0.3); } } border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
@media (max-width: 480px) { @media (max-width: 480px) {
.navbar { .navbar {
display: none; } } display: none; } }
.features-section, .features-section,
.outro, .outro,
.intro { .intro {
...@@ -5658,8 +5199,10 @@ a:hover, a:focus { ...@@ -5658,8 +5199,10 @@ a:hover, a:focus {
section h2 { section h2 {
color: #E7A151; } color: #E7A151; }
section h3 { section h3 {
color: #89B7CD; } color: #89B7CD; }
section h4 { section h4 {
color: #5CBC86; color: #5CBC86;
font-size: 1.5em; } font-size: 1.5em; }
...@@ -5684,12 +5227,11 @@ section h4 { ...@@ -5684,12 +5227,11 @@ section h4 {
@media (min-width: 767px) { @media (min-width: 767px) {
.intro { .intro {
padding: 0; } padding: 0; }
.brand-heading { .brand-heading {
font-size: 80px; } font-size: 80px; }
.intro-text { .intro-text {
font-size: 25px; } } font-size: 25px; } }
.btn-circle { .btn-circle {
width: 70px; width: 70px;
height: 70px; height: 70px;
...@@ -5754,9 +5296,9 @@ section h4 { ...@@ -5754,9 +5296,9 @@ section h4 {
@media (min-width: 767px) { @media (min-width: 767px) {
.content-section { .content-section {
padding-bottom: 50px; } padding-bottom: 50px; }
.donate-section { .donate-section {
padding: 100px 0; } } padding: 100px 0; } }
.btn { .btn {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
font-weight: 400; font-weight: 400;
...@@ -5882,5 +5424,3 @@ ul.features { ...@@ -5882,5 +5424,3 @@ ul.features {
.sponsors-text { .sponsors-text {
text-align: left; text-align: left;
padding: 0 0 1em 0; } padding: 0 0 1em 0; }
/*# sourceMappingURL=website.css.map */
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -617,7 +617,7 @@ module.exports = Awesomplete; ...@@ -617,7 +617,7 @@ module.exports = Awesomplete;
/** /**
* Backbone localStorage and sessionStorage Adapter * Backbone localStorage and sessionStorage Adapter
* Version 0.0.4 * Version 0.0.5
* *
* https://github.com/jcbrand/Backbone.browserStorage * https://github.com/jcbrand/Backbone.browserStorage
*/ */
...@@ -63337,7 +63337,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins ...@@ -63337,7 +63337,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins
} else if (current_affiliation === 'outcast') { } else if (current_affiliation === 'outcast') {
this.showChatEvent(__("%1$s has been banned from this groupchat", occupant.get('nick'))); this.showChatEvent(__("%1$s has been banned from this groupchat", occupant.get('nick')));
} else if (current_affiliation === 'admin' || current_affiliation == 'owner') { } else if (current_affiliation === 'admin' || current_affiliation == 'owner') {
this.showChatEvent(__(`%1$s is now an ${current_affiliation} of this groupchat`, occupant.get('nick'))); this.showChatEvent(__('%1$s is now an %2$s of this groupchat', occupant.get('nick'), current_affiliation));
} }
}, },
...@@ -63550,7 +63550,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins ...@@ -63550,7 +63550,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins
}); });
if (!_.includes(roles, me.get('role'))) { if (!_.includes(roles, me.get('role'))) {
this.showErrorMessage(__(`Forbidden: you do not have the necessary role in order to do that.`)); this.showErrorMessage(__('Forbidden: you do not have the necessary role in order to do that.'));
return false; return false;
} }
...@@ -63563,7 +63563,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins ...@@ -63563,7 +63563,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins
}); });
if (!_.includes(affiliations, me.get('affiliation'))) { if (!_.includes(affiliations, me.get('affiliation'))) {
this.showErrorMessage(__(`Forbidden: you do not have the necessary affiliation in order to do that.`)); this.showErrorMessage(__('Forbidden: you do not have the necessary affiliation in order to do that.'));
return false; return false;
} }
...@@ -63719,7 +63719,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins ...@@ -63719,7 +63719,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins
case 'register': case 'register':
if (args.length > 1) { if (args.length > 1) {
this.showErrorMessage(__(`Error: invalid number of arguments`)); this.showErrorMessage(__('Error: invalid number of arguments'));
} else { } else {
this.model.registerNickname().then(err_msg => { this.model.registerNickname().then(err_msg => {
if (err_msg) this.showErrorMessage(err_msg); if (err_msg) this.showErrorMessage(err_msg);
...@@ -76388,9 +76388,9 @@ _converse_core__WEBPACK_IMPORTED_MODULE_6__["default"].plugins.add('converse-muc ...@@ -76388,9 +76388,9 @@ _converse_core__WEBPACK_IMPORTED_MODULE_6__["default"].plugins.add('converse-muc
'xmlns': Strophe.NS.REGISTER 'xmlns': Strophe.NS.REGISTER
})).then(iq => {}).catch(iq => { })).then(iq => {}).catch(iq => {
if (sizzle('item-not-found[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]', iq).length) { if (sizzle('item-not-found[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]', iq).length) {
this.feedback.set('error', __(`Error: the groupchat ${this.model.getDisplayName()} does not exist.`)); this.feedback.set('error', __('Error: the groupchat %1$s does not exist.', this.model.getDisplayName()));
} else if (sizzle('not-allowed[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]').length) { } else if (sizzle('not-allowed[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]').length) {
this.feedback.set('error', __(`Sorry, you're not allowed to register in this groupchat`)); this.feedback.set('error', __("Sorry, you're not allowed to register in this groupchat"));
} }
}); });
} }
...@@ -3195,8 +3195,9 @@ ...@@ -3195,8 +3195,9 @@
} }
}, },
"backbone.browserStorage": { "backbone.browserStorage": {
"version": "github:jcbrand/Backbone.browserStorage#03bfa13f68b71f97be361840adc5a5064f57b47e", "version": "0.0.5",
"from": "github:jcbrand/Backbone.browserStorage#03bfa13f68b71f97be361840adc5a5064f57b47e", "resolved": "https://registry.npmjs.org/backbone.browserStorage/-/backbone.browserStorage-0.0.5.tgz",
"integrity": "sha512-Cf8B90EIWyHMm/ReS5yFmFMOXPVNda6QcTFcdyp1RW/1zM3LZF2Nf4U601/seIaEu/X8cRVEKqTINpPKql3sxA==",
"requires": { "requires": {
"backbone": "~1.x.x", "backbone": "~1.x.x",
"underscore": ">=1.4.0" "underscore": ">=1.4.0"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"gitHead": "9641dcdc820e029b05930479c242d2b707bbe8e2", "gitHead": "9641dcdc820e029b05930479c242d2b707bbe8e2",
"dependencies": { "dependencies": {
"backbone": "1.3.3", "backbone": "1.3.3",
"backbone.browserStorage": "jcbrand/Backbone.browserStorage#03bfa13f68b71f97be361840adc5a5064f57b47e", "backbone.browserStorage": "0.0.5",
"es6-promise": "^4.1.0", "es6-promise": "^4.1.0",
"filesize": "^3.6.1", "filesize": "^3.6.1",
"lodash": "^4.17.10", "lodash": "^4.17.10",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment