Commit 1e3ec893 authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'v4-dev' into carousel

parents 6782dd6e 5a19d487
Showing with 841 additions and 761 deletions
+841 -761
sudo: required
sudo: false
dist: trusty
language: node_js
git:
depth: 10
depth: 3
node_js:
- "4"
- "6"
before_install:
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH")
- rvm install 2.2
- rvm use 2.2 --fuzzy
- npm install -g npm@3
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
- if [[ `npm -v` != 3* ]]; then npm install -g npm@3; fi
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
install:
- bundle install --deployment --jobs=3
- bundle install --deployment --jobs=3 --retry=3
- cp grunt/npm-shrinkwrap.json ./
- npm install
after_success:
- if [ "$TWBS_TEST" = sauce-js-unit ]; then grunt/upload-preview.sh; fi
cache:
directories:
- node_modules
- vendor/bundle
- "$HOME/google-cloud-sdk"
env:
global:
- NPM_CONFIG_PROGRESS="false"
matrix:
- TWBS_TEST=core
- TWBS_TEST=validate-html
- TWBS_TEST=sauce-js-unit
- TWBS_TEST=core
- TWBS_TEST=validate-html
- TWBS_TEST=sauce-js-unit
matrix:
fast_finish: true
exclude:
- node_js: "4"
env: TWBS_TEST=validate-html
......
......@@ -39,7 +39,7 @@ module.exports = function (grunt) {
' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
' */\n',
jqueryCheck: 'if (typeof jQuery === \'undefined\') {\n' +
' throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery\')\n' +
' throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\\\'s JavaScript.\')\n' +
'}\n',
jqueryVersionCheck: '+function ($) {\n' +
' var version = $.fn.jquery.split(\' \')[0].split(\'.\')\n' +
......@@ -283,9 +283,6 @@ module.exports = function (grunt) {
},
htmlhint: {
command: 'npm run htmlhint'
},
'upload-preview': {
command: './grunt/upload-preview.sh'
}
},
......@@ -361,7 +358,7 @@ module.exports = function (grunt) {
if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined' &&
// Skip Sauce if running a different subset of the test suite
runSubset('sauce-js-unit')) {
testSubtasks = testSubtasks.concat(['dist', 'docs-css', 'docs-js', 'clean:docs', 'copy:docs', 'exec:upload-preview']);
testSubtasks = testSubtasks.concat(['dist', 'docs-css', 'docs-js', 'clean:docs', 'copy:docs']);
// Skip Sauce on Travis when [skip sauce] is in the commit message
if (isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) {
testSubtasks.push('connect');
......
......@@ -34,6 +34,7 @@ Several quick start options are available:
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.5.zip)
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Install with [npm](https://www.npmjs.com): `npm install bootstrap@4.0.0-alpha.5`
- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add bootstrap@4.0.0-alpha.5`
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap@=4.0.0-alpha.5`
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`
- Install with [Bower](https://bower.io): `bower install bootstrap#v4.0.0-alpha.5`
......
......@@ -367,7 +367,6 @@ p {
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #636c72;
}
address {
......@@ -685,9 +684,9 @@ mark,
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
max-width: 100%;
height: auto;
}
......@@ -894,7 +893,18 @@ pre code {
}
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
position: relative;
min-height: 1px;
width: 100%;
......@@ -903,34 +913,34 @@ pre code {
}
@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
padding-right: 15px;
padding-left: 15px;
}
}
.col-xs {
.col {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
......@@ -941,7 +951,7 @@ pre code {
max-width: 100%;
}
.col-xs-auto {
.col-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
......@@ -2223,6 +2233,11 @@ pre code {
width: 100%;
min-height: 0%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
border: 0;
}
.table-reflow thead {
......@@ -2277,6 +2292,11 @@ pre code {
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
......@@ -2321,7 +2341,7 @@ pre code {
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.5rem - 2px);
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
......@@ -2445,23 +2465,17 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-check-inline {
position: relative;
display: inline-block;
padding-left: 1.25rem;
margin-bottom: 0;
}
.form-check-inline .form-check-label {
vertical-align: middle;
cursor: pointer;
}
.form-check-inline + .form-check-inline {
margin-left: .75rem;
}
.form-check-inline.disabled {
color: #636c72;
cursor: not-allowed;
}
.form-control-feedback {
margin-top: 0.25rem;
}
......@@ -2471,16 +2485,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.form-control-danger {
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right 0.625rem;
-webkit-background-size: 1.25rem 1.25rem;
background-size: 1.25rem 1.25rem;
background-position: center right 0.5625rem;
-webkit-background-size: 1.125rem 1.125rem;
background-size: 1.125rem 1.125rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
color: #5cb85c;
}
......@@ -2503,7 +2516,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
color: #f0ad4e;
}
......@@ -2526,7 +2538,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
color: #d9534f;
}
......@@ -2545,11 +2556,49 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.form-inline {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: inline-block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
......@@ -2560,27 +2609,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
width: auto;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .form-control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-check {
display: inline-block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-check-label {
padding-left: 0;
......@@ -2589,6 +2639,27 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
position: relative;
margin-left: 0;
}
.form-inline .custom-control {
padding-left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-indicator {
position: static;
display: inline-block;
margin-right: .25rem;
vertical-align: text-bottom;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
......@@ -2610,6 +2681,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 0.25rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
......@@ -3226,9 +3300,9 @@ input[type="button"].btn-block {
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.active {
......@@ -3255,15 +3329,9 @@ tbody.collapse.active {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height;
-o-transition-property: height;
transition-property: height;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.dropup,
......@@ -3336,7 +3404,7 @@ tbody.collapse.active {
.dropdown-item:focus, .dropdown-item:hover {
color: #1d1e1f;
text-decoration: none;
background-color: #f5f5f5;
background-color: #f7f7f9;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
......@@ -3446,8 +3514,8 @@ tbody.collapse.active {
}
.btn-toolbar::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3547,8 +3615,8 @@ tbody.collapse.active {
}
.btn-group-vertical > .btn-group::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3855,7 +3923,7 @@ tbody.collapse.active {
.custom-select {
display: inline-block;
max-width: 100%;
height: calc(2.5rem - 2px);
height: calc(2.25rem - 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-right: 0.75rem \9;
color: #464a4c;
......@@ -3994,8 +4062,8 @@ tbody.collapse.active {
}
.nav-tabs::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4042,8 +4110,8 @@ tbody.collapse.active {
}
.nav-pills::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4109,8 +4177,8 @@ tbody.collapse.active {
}
.navbar::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4217,149 +4285,6 @@ tbody.collapse.active {
text-decoration: none;
}
.navbar-toggleable-xs::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-xs .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-xs .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 576px) {
.navbar-toggleable-xs {
display: block;
}
}
.navbar-toggleable-sm::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-sm .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 768px) {
.navbar-toggleable-sm {
display: block;
}
}
.navbar-toggleable-md::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 991px) {
.navbar-toggleable-md .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-md .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 992px) {
.navbar-toggleable-md {
display: block;
}
}
.navbar-toggleable-lg::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-lg .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 1200px) {
.navbar-toggleable-lg {
display: block;
}
}
.navbar-toggleable-xl {
display: block;
}
.navbar-toggleable-xl::after {
content: "";
display: table;
clear: both;
}
.navbar-toggleable-xl .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-nav .nav-item {
float: left;
}
......@@ -4397,6 +4322,10 @@ tbody.collapse.active {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
......@@ -4442,6 +4371,10 @@ tbody.collapse.active {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
......@@ -4468,32 +4401,60 @@ tbody.collapse.active {
color: rgba(255, 255, 255, 0.5);
}
.navbar-toggleable-xs::after {
.navbar-toggleable::after {
display: block;
content: "";
display: table;
clear: both;
}
@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-nav .nav-item {
.navbar-toggleable .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
}
@media (min-width: 576px) {
.navbar-toggleable-xs {
.navbar-toggleable {
display: block !important;
}
}
.navbar-toggleable-sm::after {
display: block;
content: "";
display: table;
clear: both;
}
@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-sm .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-sm .navbar-nav .nav-item {
float: none;
margin-left: 0;
......@@ -4507,12 +4468,26 @@ tbody.collapse.active {
}
.navbar-toggleable-md::after {
display: block;
content: "";
display: table;
clear: both;
}
@media (max-width: 991px) {
.navbar-toggleable-md .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-md .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-md .navbar-nav .nav-item {
float: none;
margin-left: 0;
......@@ -4525,13 +4500,78 @@ tbody.collapse.active {
}
}
.navbar-toggleable-lg::after {
display: block;
content: "";
clear: both;
}
@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-lg .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-lg .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-toggleable-lg {
display: block !important;
}
}
.navbar-toggleable-xl {
display: block !important;
}
.navbar-toggleable-xl::after {
display: block;
content: "";
clear: both;
}
.navbar-toggleable-xl .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-xl .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
.card {
position: relative;
display: block;
margin-bottom: 0.75rem;
background-color: #fff;
border-radius: 0.25rem;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card-block {
......@@ -4572,7 +4612,7 @@ tbody.collapse.active {
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #f5f5f5;
background-color: #f7f7f9;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
......@@ -4582,7 +4622,7 @@ tbody.collapse.active {
.card-footer {
padding: 0.75rem 1.25rem;
background-color: #f5f5f5;
background-color: #f7f7f9;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
......@@ -4682,8 +4722,13 @@ tbody.collapse.active {
border-color: #d9534f;
}
.card-inverse {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.2);
}
......@@ -4831,8 +4876,8 @@ tbody.collapse.active {
}
.breadcrumb::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4904,6 +4949,7 @@ tbody.collapse.active {
float: left;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #0275d8;
background-color: #fff;
border: 1px solid #ddd;
......@@ -4932,7 +4978,7 @@ tbody.collapse.active {
}
.pagination-sm .page-link {
padding: 0.275rem 0.75rem;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
......@@ -5066,14 +5112,11 @@ a.badge:focus, a.badge:hover {
font-weight: bold;
}
.alert-dismissible {
padding-right: 2.5rem;
}
.alert-dismissible .close {
position: relative;
top: -.125rem;
top: -0.75rem;
right: -1.25rem;
padding: 0.75rem 1.25rem;
color: inherit;
}
......@@ -5165,6 +5208,7 @@ a.badge:focus, a.badge:hover {
width: 100%;
height: 1rem;
margin-bottom: 1rem;
overflow: hidden;
}
.progress[value] {
......@@ -5183,35 +5227,19 @@ a.badge:focus, a.badge:hover {
.progress[value]::-moz-progress-bar {
background-color: #0074d9;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value]::-webkit-progress-value {
background-color: #0074d9;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value="100"]::-moz-progress-bar {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value="100"]::-webkit-progress-value {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: 0.25rem;
}
base::-moz-progress-bar,
.progress[value] {
background-color: #eee;
border-radius: 0.25rem;
}
@media screen and (min-width: 0\0) {
......@@ -5224,12 +5252,6 @@ base::-moz-progress-bar,
height: 1rem;
text-indent: -999rem;
background-color: #0074d9;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[width="100%"] {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
}
......@@ -5509,7 +5531,7 @@ base::-moz-progress-bar,
.list-group-item-action:focus, .list-group-item-action:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
background-color: #f7f7f9;
}
.list-group-item-success {
......@@ -5726,11 +5748,11 @@ button.close {
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
......@@ -5789,8 +5811,8 @@ button.close {
}
.modal-header::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -5815,8 +5837,8 @@ button.close {
}
.modal-footer::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -5830,7 +5852,7 @@ button.close {
@media (min-width: 576px) {
.modal-dialog {
max-width: 600px;
max-width: 500px;
margin: 30px auto;
}
.modal-sm {
......@@ -5840,7 +5862,7 @@ button.close {
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
max-width: 800px;
}
}
......@@ -6120,9 +6142,9 @@ button.close {
.carousel-inner > .carousel-item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
-webkit-transition: left 0.6s ease-in-out;
-o-transition: left 0.6s ease-in-out;
transition: left 0.6s ease-in-out;
}
.carousel-inner > .carousel-item > img,
......@@ -6132,11 +6154,11 @@ button.close {
@media (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
......@@ -6161,11 +6183,11 @@ button.close {
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
......@@ -6445,6 +6467,26 @@ a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #101112 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.rounded {
border-radius: 0.25rem;
}
......@@ -6473,9 +6515,13 @@ a.bg-inverse:focus, a.bg-inverse:hover {
border-radius: 50%;
}
.rounded-0 {
border-radius: 0;
}
.clearfix::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -6510,7 +6556,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
display: flex !important;
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
......@@ -6537,7 +6583,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
......@@ -6564,7 +6610,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
......@@ -6591,7 +6637,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
......@@ -6618,95 +6664,95 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
.flex-xs-first {
.flex-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.flex-xs-last {
.flex-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.flex-xs-unordered {
.flex-unordered {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.flex-items-xs-top {
.flex-items-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.flex-items-xs-middle {
.flex-items-middle {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.flex-items-xs-bottom {
.flex-items-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.flex-xs-top {
.flex-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.flex-xs-middle {
.flex-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.flex-xs-bottom {
.flex-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.flex-items-xs-left {
.flex-items-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.flex-items-xs-center {
.flex-items-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-items-xs-right {
.flex-items-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.flex-items-xs-around {
.flex-items-around {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.flex-items-xs-between {
.flex-items-between {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
......@@ -6732,9 +6778,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-order: 0;
order: 0;
}
}
@media (min-width: 576px) {
.flex-items-sm-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
......@@ -6753,9 +6796,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 576px) {
.flex-sm-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
......@@ -6772,9 +6812,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 576px) {
.flex-items-sm-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
......@@ -6825,9 +6862,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-order: 0;
order: 0;
}
}
@media (min-width: 768px) {
.flex-items-md-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
......@@ -6846,9 +6880,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 768px) {
.flex-md-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
......@@ -6865,9 +6896,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 768px) {
.flex-items-md-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
......@@ -6918,9 +6946,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-order: 0;
order: 0;
}
}
@media (min-width: 992px) {
.flex-items-lg-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
......@@ -6939,9 +6964,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 992px) {
.flex-lg-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
......@@ -6958,9 +6980,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 992px) {
.flex-items-lg-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
......@@ -7011,9 +7030,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-order: 0;
order: 0;
}
}
@media (min-width: 1200px) {
.flex-items-xl-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
......@@ -7032,9 +7048,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.flex-xl-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
......@@ -7051,9 +7064,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1200px) {
.flex-items-xl-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
......@@ -7097,7 +7107,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
float: none !important;
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
......@@ -7109,7 +7119,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
......@@ -7121,7 +7131,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
......@@ -7133,7 +7143,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
......@@ -7173,6 +7183,14 @@ a.bg-inverse:focus, a.bg-inverse:hover {
height: 100% !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
......@@ -7538,7 +7556,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
padding-bottom: 3rem !important;
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 0 !important;
}
......@@ -7564,7 +7582,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -7590,7 +7608,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -7616,7 +7634,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-3 {
margin: 1rem 1rem !important;
}
......@@ -7642,7 +7660,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -7668,7 +7686,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-5 {
margin: 3rem 3rem !important;
}
......@@ -7694,7 +7712,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-0 {
padding: 0 0 !important;
}
......@@ -7720,7 +7738,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -7746,7 +7764,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -7772,7 +7790,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-3 {
padding: 1rem 1rem !important;
}
......@@ -7798,7 +7816,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -7824,7 +7842,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-5 {
padding: 3rem 3rem !important;
}
......@@ -7850,7 +7868,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-0 {
margin: 0 0 !important;
}
......@@ -7876,7 +7894,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -7902,7 +7920,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -7928,7 +7946,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-3 {
margin: 1rem 1rem !important;
}
......@@ -7954,7 +7972,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -7980,7 +7998,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-5 {
margin: 3rem 3rem !important;
}
......@@ -8006,7 +8024,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-0 {
padding: 0 0 !important;
}
......@@ -8032,7 +8050,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -8058,7 +8076,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -8084,7 +8102,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-3 {
padding: 1rem 1rem !important;
}
......@@ -8110,7 +8128,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -8136,7 +8154,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-5 {
padding: 3rem 3rem !important;
}
......@@ -8162,7 +8180,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 0 !important;
}
......@@ -8188,7 +8206,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -8214,7 +8232,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -8240,7 +8258,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-3 {
margin: 1rem 1rem !important;
}
......@@ -8266,7 +8284,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -8292,7 +8310,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-5 {
margin: 3rem 3rem !important;
}
......@@ -8318,7 +8336,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-0 {
padding: 0 0 !important;
}
......@@ -8344,7 +8362,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -8370,7 +8388,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -8396,7 +8414,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-3 {
padding: 1rem 1rem !important;
}
......@@ -8422,7 +8440,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -8448,7 +8466,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-5 {
padding: 3rem 3rem !important;
}
......@@ -8474,7 +8492,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 0 !important;
}
......@@ -8500,7 +8518,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -8526,7 +8544,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -8552,7 +8570,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-3 {
margin: 1rem 1rem !important;
}
......@@ -8578,7 +8596,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -8604,7 +8622,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-5 {
margin: 3rem 3rem !important;
}
......@@ -8630,7 +8648,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-0 {
padding: 0 0 !important;
}
......@@ -8656,7 +8674,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -8682,7 +8700,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -8708,7 +8726,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-3 {
padding: 1rem 1rem !important;
}
......@@ -8734,7 +8752,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -8760,7 +8778,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-5 {
padding: 3rem 3rem !important;
}
......@@ -8808,15 +8826,15 @@ a.bg-inverse:focus, a.bg-inverse:hover {
white-space: nowrap;
}
.text-xs-left {
.text-left {
text-align: left !important;
}
.text-xs-right {
.text-right {
text-align: right !important;
}
.text-xs-center {
.text-center {
text-align: center !important;
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
@-ms-viewport {
width: device-width;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.container {
margin-left: auto;
margin-right: auto;
......@@ -6,8 +23,8 @@
}
.container::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -75,8 +92,8 @@
}
.container-fluid::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -114,8 +131,8 @@
}
.row::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -147,7 +164,18 @@
}
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
......@@ -155,28 +183,28 @@
}
@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
.container{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container::after{content:"";display:table;clear:both}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{padding-right:15px;padding-left:15px}}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container-fluid::after{content:"";display:table;clear:both}@media (min-width:576px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container-fluid{padding-right:15px;padding-left:15px}}.row{margin-right:-15px;margin-left:-15px}.row::after{content:"";display:table;clear:both}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}.col-1{float:left;width:8.333333%}.col-2{float:left;width:16.666667%}.col-3{float:left;width:25%}.col-4{float:left;width:33.333333%}.col-5{float:left;width:41.666667%}.col-6{float:left;width:50%}.col-7{float:left;width:58.333333%}.col-8{float:left;width:66.666667%}.col-9{float:left;width:75%}.col-10{float:left;width:83.333333%}.col-11{float:left;width:91.666667%}.col-12{float:left;width:100%}.pull-0{right:auto}.pull-1{right:8.333333%}.pull-2{right:16.666667%}.pull-3{right:25%}.pull-4{right:33.333333%}.pull-5{right:41.666667%}.pull-6{right:50%}.pull-7{right:58.333333%}.pull-8{right:66.666667%}.pull-9{right:75%}.pull-10{right:83.333333%}.pull-11{right:91.666667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.333333%}.push-2{left:16.666667%}.push-3{left:25%}.push-4{left:33.333333%}.push-5{left:41.666667%}.push-6{left:50%}.push-7{left:58.333333%}.push-8{left:66.666667%}.push-9{left:75%}.push-10{left:83.333333%}.push-11{left:91.666667%}.push-12{left:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm-1{float:left;width:8.333333%}.col-sm-2{float:left;width:16.666667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.333333%}.col-sm-5{float:left;width:41.666667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.333333%}.col-sm-8{float:left;width:66.666667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.333333%}.col-sm-11{float:left;width:91.666667%}.col-sm-12{float:left;width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0%}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md-1{float:left;width:8.333333%}.col-md-2{float:left;width:16.666667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.333333%}.col-md-5{float:left;width:41.666667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.333333%}.col-md-8{float:left;width:66.666667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.333333%}.col-md-11{float:left;width:91.666667%}.col-md-12{float:left;width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0%}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg-1{float:left;width:8.333333%}.col-lg-2{float:left;width:16.666667%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.333333%}.col-lg-5{float:left;width:41.666667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.333333%}.col-lg-8{float:left;width:66.666667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.333333%}.col-lg-11{float:left;width:91.666667%}.col-lg-12{float:left;width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0%}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl-1{float:left;width:8.333333%}.col-xl-2{float:left;width:16.666667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.333333%}.col-xl-5{float:left;width:41.666667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.333333%}.col-xl-8{float:left;width:66.666667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.333333%}.col-xl-11{float:left;width:91.666667%}.col-xl-12{float:left;width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0%}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container::after{display:block;content:"";clear:both}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{padding-right:15px;padding-left:15px}}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container-fluid::after{display:block;content:"";clear:both}@media (min-width:576px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container-fluid{padding-right:15px;padding-left:15px}}.row{margin-right:-15px;margin-left:-15px}.row::after{display:block;content:"";clear:both}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}.col-1{float:left;width:8.333333%}.col-2{float:left;width:16.666667%}.col-3{float:left;width:25%}.col-4{float:left;width:33.333333%}.col-5{float:left;width:41.666667%}.col-6{float:left;width:50%}.col-7{float:left;width:58.333333%}.col-8{float:left;width:66.666667%}.col-9{float:left;width:75%}.col-10{float:left;width:83.333333%}.col-11{float:left;width:91.666667%}.col-12{float:left;width:100%}.pull-0{right:auto}.pull-1{right:8.333333%}.pull-2{right:16.666667%}.pull-3{right:25%}.pull-4{right:33.333333%}.pull-5{right:41.666667%}.pull-6{right:50%}.pull-7{right:58.333333%}.pull-8{right:66.666667%}.pull-9{right:75%}.pull-10{right:83.333333%}.pull-11{right:91.666667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.333333%}.push-2{left:16.666667%}.push-3{left:25%}.push-4{left:33.333333%}.push-5{left:41.666667%}.push-6{left:50%}.push-7{left:58.333333%}.push-8{left:66.666667%}.push-9{left:75%}.push-10{left:83.333333%}.push-11{left:91.666667%}.push-12{left:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm-1{float:left;width:8.333333%}.col-sm-2{float:left;width:16.666667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.333333%}.col-sm-5{float:left;width:41.666667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.333333%}.col-sm-8{float:left;width:66.666667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.333333%}.col-sm-11{float:left;width:91.666667%}.col-sm-12{float:left;width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0%}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md-1{float:left;width:8.333333%}.col-md-2{float:left;width:16.666667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.333333%}.col-md-5{float:left;width:41.666667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.333333%}.col-md-8{float:left;width:66.666667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.333333%}.col-md-11{float:left;width:91.666667%}.col-md-12{float:left;width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0%}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg-1{float:left;width:8.333333%}.col-lg-2{float:left;width:16.666667%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.333333%}.col-lg-5{float:left;width:41.666667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.333333%}.col-lg-8{float:left;width:66.666667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.333333%}.col-lg-11{float:left;width:91.666667%}.col-lg-12{float:left;width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0%}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl-1{float:left;width:8.333333%}.col-xl-2{float:left;width:16.666667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.333333%}.col-xl-5{float:left;width:41.666667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.333333%}.col-xl-8{float:left;width:66.666667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.333333%}.col-xl-11{float:left;width:91.666667%}.col-xl-12{float:left;width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0%}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -290,7 +290,6 @@ p {
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #636c72;
}
address {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #636c72}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -367,7 +367,6 @@ p {
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #636c72;
}
address {
......@@ -689,9 +688,9 @@ dl.row > dd + dt {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
max-width: 100%;
height: auto;
}
......@@ -768,8 +767,8 @@ pre code {
}
.container::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -837,8 +836,8 @@ pre code {
}
.container-fluid::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -876,8 +875,8 @@ pre code {
}
.row::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -909,7 +908,18 @@ pre code {
}
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
......@@ -917,28 +927,28 @@ pre code {
}
@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
}
......@@ -1970,6 +1980,11 @@ pre code {
width: 100%;
min-height: 0%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
border: 0;
}
.table-reflow thead {
......@@ -2024,6 +2039,11 @@ pre code {
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
......@@ -2068,7 +2088,7 @@ pre code {
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.5rem - 2px);
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
......@@ -2192,23 +2212,17 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-check-inline {
position: relative;
display: inline-block;
padding-left: 1.25rem;
margin-bottom: 0;
}
.form-check-inline .form-check-label {
vertical-align: middle;
cursor: pointer;
}
.form-check-inline + .form-check-inline {
margin-left: .75rem;
}
.form-check-inline.disabled {
color: #636c72;
cursor: not-allowed;
}
.form-control-feedback {
margin-top: 0.25rem;
}
......@@ -2218,16 +2232,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.form-control-danger {
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right 0.625rem;
-webkit-background-size: 1.25rem 1.25rem;
background-size: 1.25rem 1.25rem;
background-position: center right 0.5625rem;
-webkit-background-size: 1.125rem 1.125rem;
background-size: 1.125rem 1.125rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
color: #5cb85c;
}
......@@ -2250,7 +2263,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
color: #f0ad4e;
}
......@@ -2273,7 +2285,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
color: #d9534f;
}
......@@ -2293,10 +2304,13 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
@media (min-width: 576px) {
.form-inline label {
margin-bottom: 0;
}
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
......@@ -2307,8 +2321,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
width: auto;
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
......@@ -2325,9 +2339,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-inline .form-check {
display: inline-block;
vertical-align: middle;
width: auto;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-check-label {
padding-left: 0;
......@@ -2336,6 +2351,15 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
position: relative;
margin-left: 0;
}
.form-inline .custom-control {
padding-left: 0;
vertical-align: middle;
}
.form-inline .custom-control-indicator {
position: static;
display: inline-block;
vertical-align: text-bottom;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
......@@ -2357,6 +2381,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 0.25rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
......@@ -2973,9 +3000,9 @@ input[type="button"].btn-block {
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.active {
......@@ -3002,15 +3029,9 @@ tbody.collapse.active {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height;
-o-transition-property: height;
transition-property: height;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.dropup,
......@@ -3083,7 +3104,7 @@ tbody.collapse.active {
.dropdown-item:focus, .dropdown-item:hover {
color: #1d1e1f;
text-decoration: none;
background-color: #f5f5f5;
background-color: #f7f7f9;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
......@@ -3193,8 +3214,8 @@ tbody.collapse.active {
}
.btn-toolbar::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3294,8 +3315,8 @@ tbody.collapse.active {
}
.btn-group-vertical > .btn-group::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3582,7 +3603,7 @@ tbody.collapse.active {
.custom-select {
display: inline-block;
max-width: 100%;
height: calc(2.5rem - 2px);
height: calc(2.25rem - 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-right: 0.75rem \9;
color: #464a4c;
......@@ -3721,8 +3742,8 @@ tbody.collapse.active {
}
.nav-tabs::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3769,8 +3790,8 @@ tbody.collapse.active {
}
.nav-pills::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3821,8 +3842,8 @@ tbody.collapse.active {
}
.navbar::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -3929,149 +3950,6 @@ tbody.collapse.active {
text-decoration: none;
}
.navbar-toggleable-xs::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-xs .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-xs .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 576px) {
.navbar-toggleable-xs {
display: block;
}
}
.navbar-toggleable-sm::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-sm .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 768px) {
.navbar-toggleable-sm {
display: block;
}
}
.navbar-toggleable-md::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 991px) {
.navbar-toggleable-md .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-md .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 992px) {
.navbar-toggleable-md {
display: block;
}
}
.navbar-toggleable-lg::after {
content: "";
display: table;
clear: both;
}
@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-lg .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
position: static;
float: none;
}
}
@media (min-width: 1200px) {
.navbar-toggleable-lg {
display: block;
}
}
.navbar-toggleable-xl {
display: block;
}
.navbar-toggleable-xl::after {
content: "";
display: table;
clear: both;
}
.navbar-toggleable-xl .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-nav .nav-item {
float: left;
}
......@@ -4109,6 +3987,10 @@ tbody.collapse.active {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
......@@ -4154,6 +4036,10 @@ tbody.collapse.active {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
......@@ -4180,32 +4066,60 @@ tbody.collapse.active {
color: rgba(255, 255, 255, 0.5);
}
.navbar-toggleable-xs::after {
.navbar-toggleable::after {
display: block;
content: "";
display: table;
clear: both;
}
@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-nav .nav-item {
.navbar-toggleable .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
}
@media (min-width: 576px) {
.navbar-toggleable-xs {
.navbar-toggleable {
display: block !important;
}
}
.navbar-toggleable-sm::after {
display: block;
content: "";
display: table;
clear: both;
}
@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-sm .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-sm .navbar-nav .nav-item {
float: none;
margin-left: 0;
......@@ -4219,12 +4133,26 @@ tbody.collapse.active {
}
.navbar-toggleable-md::after {
display: block;
content: "";
display: table;
clear: both;
}
@media (max-width: 991px) {
.navbar-toggleable-md .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-md .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-md .navbar-nav .nav-item {
float: none;
margin-left: 0;
......@@ -4237,13 +4165,78 @@ tbody.collapse.active {
}
}
.navbar-toggleable-lg::after {
display: block;
content: "";
clear: both;
}
@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-lg .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-lg .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-toggleable-lg {
display: block !important;
}
}
.navbar-toggleable-xl {
display: block !important;
}
.navbar-toggleable-xl::after {
display: block;
content: "";
clear: both;
}
.navbar-toggleable-xl .navbar-brand {
display: block;
float: none;
margin-top: .5rem;
margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
margin-top: .5rem;
margin-bottom: .5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-toggleable-xl .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
.card {
position: relative;
display: block;
margin-bottom: 0.75rem;
background-color: #fff;
border-radius: 0.25rem;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card-block {
......@@ -4251,8 +4244,8 @@ tbody.collapse.active {
}
.card-block::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4290,13 +4283,13 @@ tbody.collapse.active {
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #f5f5f5;
background-color: #f7f7f9;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4306,13 +4299,13 @@ tbody.collapse.active {
.card-footer {
padding: 0.75rem 1.25rem;
background-color: #f5f5f5;
background-color: #f7f7f9;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4412,8 +4405,13 @@ tbody.collapse.active {
border-color: #d9534f;
}
.card-inverse {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.2);
}
......@@ -4550,8 +4548,8 @@ tbody.collapse.active {
}
.breadcrumb::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -4623,6 +4621,7 @@ tbody.collapse.active {
float: left;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #0275d8;
background-color: #fff;
border: 1px solid #ddd;
......@@ -4651,7 +4650,7 @@ tbody.collapse.active {
}
.pagination-sm .page-link {
padding: 0.275rem 0.75rem;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
......@@ -4785,14 +4784,11 @@ a.badge:focus, a.badge:hover {
font-weight: bold;
}
.alert-dismissible {
padding-right: 2.5rem;
}
.alert-dismissible .close {
position: relative;
top: -.125rem;
top: -0.75rem;
right: -1.25rem;
padding: 0.75rem 1.25rem;
color: inherit;
}
......@@ -4884,6 +4880,7 @@ a.badge:focus, a.badge:hover {
width: 100%;
height: 1rem;
margin-bottom: 1rem;
overflow: hidden;
}
.progress[value] {
......@@ -4902,35 +4899,19 @@ a.badge:focus, a.badge:hover {
.progress[value]::-moz-progress-bar {
background-color: #0074d9;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value]::-webkit-progress-value {
background-color: #0074d9;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value="100"]::-moz-progress-bar {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value="100"]::-webkit-progress-value {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: 0.25rem;
}
base::-moz-progress-bar,
.progress[value] {
background-color: #eee;
border-radius: 0.25rem;
}
@media screen and (min-width: 0\0) {
......@@ -4943,12 +4924,6 @@ base::-moz-progress-bar,
height: 1rem;
text-indent: -999rem;
background-color: #0074d9;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[width="100%"] {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
}
......@@ -5206,7 +5181,7 @@ base::-moz-progress-bar,
.list-group-item-action:focus, .list-group-item-action:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
background-color: #f7f7f9;
}
.list-group-item-success {
......@@ -5423,11 +5398,11 @@ button.close {
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
......@@ -5486,8 +5461,8 @@ button.close {
}
.modal-header::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -5512,8 +5487,8 @@ button.close {
}
.modal-footer::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -5527,7 +5502,7 @@ button.close {
@media (min-width: 576px) {
.modal-dialog {
max-width: 600px;
max-width: 500px;
margin: 30px auto;
}
.modal-sm {
......@@ -5537,7 +5512,7 @@ button.close {
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
max-width: 800px;
}
}
......@@ -5817,9 +5792,9 @@ button.close {
.carousel-inner > .carousel-item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
-webkit-transition: left 0.6s ease-in-out;
-o-transition: left 0.6s ease-in-out;
transition: left 0.6s ease-in-out;
}
.carousel-inner > .carousel-item > img,
......@@ -5829,11 +5804,11 @@ button.close {
@media (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
......@@ -5858,11 +5833,11 @@ button.close {
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
......@@ -6142,6 +6117,26 @@ a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #101112 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.rounded {
border-radius: 0.25rem;
}
......@@ -6170,9 +6165,13 @@ a.bg-inverse:focus, a.bg-inverse:hover {
border-radius: 50%;
}
.rounded-0 {
border-radius: 0;
}
.clearfix::after {
display: block;
content: "";
display: table;
clear: both;
}
......@@ -6207,7 +6206,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
display: flex !important;
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
......@@ -6234,7 +6233,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
......@@ -6261,7 +6260,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
......@@ -6288,7 +6287,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
......@@ -6327,7 +6326,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
float: none !important;
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
......@@ -6339,7 +6338,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
......@@ -6351,7 +6350,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
......@@ -6363,7 +6362,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
......@@ -6403,6 +6402,14 @@ a.bg-inverse:focus, a.bg-inverse:hover {
height: 100% !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
......@@ -6768,7 +6775,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
padding-bottom: 3rem !important;
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 0 !important;
}
......@@ -6794,7 +6801,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -6820,7 +6827,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -6846,7 +6853,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-3 {
margin: 1rem 1rem !important;
}
......@@ -6872,7 +6879,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -6898,7 +6905,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.m-sm-5 {
margin: 3rem 3rem !important;
}
......@@ -6924,7 +6931,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-0 {
padding: 0 0 !important;
}
......@@ -6950,7 +6957,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -6976,7 +6983,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -7002,7 +7009,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-3 {
padding: 1rem 1rem !important;
}
......@@ -7028,7 +7035,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -7054,7 +7061,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 576px) and (min-width: 576px) {
@media (min-width: 576px) {
.p-sm-5 {
padding: 3rem 3rem !important;
}
......@@ -7080,7 +7087,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-0 {
margin: 0 0 !important;
}
......@@ -7106,7 +7113,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -7132,7 +7139,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -7158,7 +7165,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-3 {
margin: 1rem 1rem !important;
}
......@@ -7184,7 +7191,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -7210,7 +7217,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.m-md-5 {
margin: 3rem 3rem !important;
}
......@@ -7236,7 +7243,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-0 {
padding: 0 0 !important;
}
......@@ -7262,7 +7269,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -7288,7 +7295,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -7314,7 +7321,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-3 {
padding: 1rem 1rem !important;
}
......@@ -7340,7 +7347,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -7366,7 +7373,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 768px) and (min-width: 768px) {
@media (min-width: 768px) {
.p-md-5 {
padding: 3rem 3rem !important;
}
......@@ -7392,7 +7399,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 0 !important;
}
......@@ -7418,7 +7425,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -7444,7 +7451,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -7470,7 +7477,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-3 {
margin: 1rem 1rem !important;
}
......@@ -7496,7 +7503,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -7522,7 +7529,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.m-lg-5 {
margin: 3rem 3rem !important;
}
......@@ -7548,7 +7555,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-0 {
padding: 0 0 !important;
}
......@@ -7574,7 +7581,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -7600,7 +7607,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -7626,7 +7633,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-3 {
padding: 1rem 1rem !important;
}
......@@ -7652,7 +7659,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -7678,7 +7685,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 992px) and (min-width: 992px) {
@media (min-width: 992px) {
.p-lg-5 {
padding: 3rem 3rem !important;
}
......@@ -7704,7 +7711,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 0 !important;
}
......@@ -7730,7 +7737,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-1 {
margin: 0.25rem 0.25rem !important;
}
......@@ -7756,7 +7763,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-2 {
margin: 0.5rem 0.5rem !important;
}
......@@ -7782,7 +7789,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-3 {
margin: 1rem 1rem !important;
}
......@@ -7808,7 +7815,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-4 {
margin: 1.5rem 1.5rem !important;
}
......@@ -7834,7 +7841,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.m-xl-5 {
margin: 3rem 3rem !important;
}
......@@ -7860,7 +7867,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-0 {
padding: 0 0 !important;
}
......@@ -7886,7 +7893,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-1 {
padding: 0.25rem 0.25rem !important;
}
......@@ -7912,7 +7919,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-2 {
padding: 0.5rem 0.5rem !important;
}
......@@ -7938,7 +7945,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-3 {
padding: 1rem 1rem !important;
}
......@@ -7964,7 +7971,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-4 {
padding: 1.5rem 1.5rem !important;
}
......@@ -7990,7 +7997,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
@media (min-width: 1200px) {
.p-xl-5 {
padding: 3rem 3rem !important;
}
......@@ -8038,15 +8045,15 @@ a.bg-inverse:focus, a.bg-inverse:hover {
white-space: nowrap;
}
.text-xs-left {
.text-left {
text-align: left !important;
}
.text-xs-right {
.text-right {
text-align: right !important;
}
.text-xs-center {
.text-center {
text-align: center !important;
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -5,7 +5,7 @@
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
throw new Error('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.')
}
+function ($) {
......@@ -437,7 +437,7 @@ var Button = function ($) {
if (triggerChangeEvent) {
input.checked = !$(this._element).hasClass(ClassName.ACTIVE);
$(this._element).trigger('change');
$(input).trigger('change');
}
input.focus();
......@@ -624,9 +624,10 @@ var Carousel = function ($) {
// public
Carousel.prototype.next = function next() {
if (!this._isSliding) {
this._slide(Direction.NEXT);
if (this._isSliding) {
throw new Error('Carousel is sliding');
}
this._slide(Direction.NEXT);
};
Carousel.prototype.nextWhenVisible = function nextWhenVisible() {
......@@ -637,9 +638,10 @@ var Carousel = function ($) {
};
Carousel.prototype.prev = function prev() {
if (!this._isSliding) {
this._slide(Direction.PREVIOUS);
if (this._isSliding) {
throw new Error('Carousel is sliding');
}
this._slide(Direction.PREVIOUS);
};
Carousel.prototype.pause = function pause(event) {
......@@ -741,11 +743,10 @@ var Carousel = function ($) {
};
Carousel.prototype._keydown = function _keydown(event) {
event.preventDefault();
if (/input|textarea/i.test(event.target.tagName)) {
return;
}
event.preventDefault();
switch (event.which) {
case ARROW_LEFT_KEYCODE:
......@@ -852,11 +853,9 @@ var Carousel = function ($) {
$(nextElement).addClass(directionalClassName);
$(activeElement).one(Util.TRANSITION_END, function () {
$(nextElement).removeClass(directionalClassName).removeClass(direction);
$(nextElement).removeClass(directionalClassName + ' ' + direction).addClass(ClassName.ACTIVE);
$(nextElement).addClass(ClassName.ACTIVE);
$(activeElement).removeClass(ClassName.ACTIVE).removeClass(direction).removeClass(directionalClassName);
$(activeElement).removeClass(ClassName.ACTIVE + ' ' + direction + ' ' + directionalClassName);
_this5._isSliding = false;
......@@ -1083,7 +1082,11 @@ var Collapse = function ($) {
Collapse.prototype.show = function show() {
var _this6 = this;
if (this._isTransitioning || $(this._element).hasClass(ClassName.ACTIVE)) {
if (this._isTransitioning) {
throw new Error('Collapse is transitioning');
}
if ($(this._element).hasClass(ClassName.ACTIVE)) {
return;
}
......@@ -1156,7 +1159,11 @@ var Collapse = function ($) {
Collapse.prototype.hide = function hide() {
var _this7 = this;
if (this._isTransitioning || !$(this._element).hasClass(ClassName.ACTIVE)) {
if (this._isTransitioning) {
throw new Error('Collapse is transitioning');
}
if (!$(this._element).hasClass(ClassName.ACTIVE)) {
return;
}
......@@ -1549,11 +1556,7 @@ var Dropdown = function ($) {
return;
}
var items = $.makeArray($(Selector.VISIBLE_ITEMS));
items = items.filter(function (item) {
return item.offsetWidth || item.offsetHeight;
});
var items = $(parent).find(Selector.VISIBLE_ITEMS).get();
if (!items.length) {
return;
......@@ -1699,6 +1702,7 @@ var Modal = function ($) {
this._isShown = false;
this._isBodyOverflowing = false;
this._ignoreBackdropClick = false;
this._isTransitioning = false;
this._originalBodyPadding = 0;
this._scrollbarWidth = 0;
}
......@@ -1714,6 +1718,13 @@ var Modal = function ($) {
Modal.prototype.show = function show(relatedTarget) {
var _this9 = this;
if (this._isTransitioning) {
throw new Error('Modal is transitioning');
}
if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE)) {
this._isTransitioning = true;
}
var showEvent = $.Event(Event.SHOW, {
relatedTarget: relatedTarget
});
......@@ -1758,8 +1769,16 @@ var Modal = function ($) {
event.preventDefault();
}
var hideEvent = $.Event(Event.HIDE);
if (this._isTransitioning) {
throw new Error('Modal is transitioning');
}
var transition = Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE);
if (transition) {
this._isTransitioning = true;
}
var hideEvent = $.Event(Event.HIDE);
$(this._element).trigger(hideEvent);
if (!this._isShown || hideEvent.isDefaultPrevented()) {
......@@ -1778,8 +1797,7 @@ var Modal = function ($) {
$(this._element).off(Event.CLICK_DISMISS);
$(this._dialog).off(Event.MOUSEDOWN_DISMISS);
if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE)) {
if (transition) {
$(this._element).one(Util.TRANSITION_END, function (event) {
return _this10._hideModal(event);
}).emulateTransitionEnd(TRANSITION_DURATION);
......@@ -1791,10 +1809,7 @@ var Modal = function ($) {
Modal.prototype.dispose = function dispose() {
$.removeData(this._element, DATA_KEY);
$(window).off(EVENT_KEY);
$(document).off(EVENT_KEY);
$(this._element).off(EVENT_KEY);
$(this._backdrop).off(EVENT_KEY);
$(window, document, this._element, this._backdrop).off(EVENT_KEY);
this._config = null;
this._element = null;
......@@ -1847,6 +1862,7 @@ var Modal = function ($) {
if (_this11._config.focus) {
_this11._element.focus();
}
_this11._isTransitioning = false;
$(_this11._element).trigger(shownEvent);
};
......@@ -1898,7 +1914,8 @@ var Modal = function ($) {
var _this15 = this;
this._element.style.display = 'none';
this._element.setAttribute('aria-hidden', true);
this._element.setAttribute('aria-hidden', 'true');
this._isTransitioning = false;
this._showBackdrop(function () {
$(document.body).removeClass(ClassName.OPEN);
_this15._resetAdjustments();
......@@ -2093,7 +2110,7 @@ var Modal = function ($) {
var config = $(target).data(DATA_KEY) ? 'toggle' : $.extend({}, $(target).data(), $(this).data());
if (this.tagName === 'A') {
if (this.tagName === 'A' || this.tagName === 'AREA') {
event.preventDefault();
}
......@@ -2329,7 +2346,7 @@ var ScrollSpy = function ($) {
return;
}
if (this._activeTarget && scrollTop < this._offsets[0]) {
if (this._activeTarget && scrollTop < this._offsets[0] && this._offsets[0] > 0) {
this._activeTarget = null;
this._clear();
return;
......@@ -2737,7 +2754,8 @@ var Tooltip = function ($) {
selector: false,
placement: 'top',
offset: '0 0',
constraints: []
constraints: [],
container: false
};
var DefaultType = {
......@@ -2750,7 +2768,8 @@ var Tooltip = function ($) {
selector: '(string|boolean)',
placement: '(string|function)',
offset: 'string',
constraints: 'array'
constraints: 'array',
container: '(string|element|boolean)'
};
var AttachmentMap = {
......@@ -2815,6 +2834,7 @@ var Tooltip = function ($) {
this._timeout = 0;
this._hoverState = '';
this._activeTrigger = {};
this._isTransitioning = false;
this._tether = null;
// protected
......@@ -2877,6 +2897,7 @@ var Tooltip = function ($) {
$.removeData(this.element, this.constructor.DATA_KEY);
$(this.element).off(this.constructor.EVENT_KEY);
$(this.element).closest('.modal').off('hide.bs.modal');
if (this.tip) {
$(this.tip).remove();
......@@ -2899,9 +2920,12 @@ var Tooltip = function ($) {
if ($(this.element).css('display') === 'none') {
throw new Error('Please use show on visible elements');
}
var showEvent = $.Event(this.constructor.Event.SHOW);
var showEvent = $.Event(this.constructor.Event.SHOW);
if (this.isWithContent() && this._isEnabled) {
if (this._isTransitioning) {
throw new Error('Tooltip is transitioning');
}
$(this.element).trigger(showEvent);
var isInTheDom = $.contains(this.element.ownerDocument.documentElement, this.element);
......@@ -2926,7 +2950,9 @@ var Tooltip = function ($) {
var attachment = this._getAttachment(placement);
$(tip).data(this.constructor.DATA_KEY, this).appendTo(document.body);
var container = this.config.container === false ? document.body : $(this.config.container);
$(tip).data(this.constructor.DATA_KEY, this).appendTo(container);
$(this.element).trigger(this.constructor.Event.INSERTED);
......@@ -2949,6 +2975,7 @@ var Tooltip = function ($) {
var complete = function complete() {
var prevHoverState = _this22._hoverState;
_this22._hoverState = null;
_this22._isTransitioning = false;
$(_this22.element).trigger(_this22.constructor.Event.SHOWN);
......@@ -2958,6 +2985,7 @@ var Tooltip = function ($) {
};
if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) {
this._isTransitioning = true;
$(this.tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(Tooltip._TRANSITION_DURATION);
return;
}
......@@ -2971,6 +2999,9 @@ var Tooltip = function ($) {
var tip = this.getTipElement();
var hideEvent = $.Event(this.constructor.Event.HIDE);
if (this._isTransitioning) {
throw new Error('Tooltip is transitioning');
}
var complete = function complete() {
if (_this23._hoverState !== HoverState.ACTIVE && tip.parentNode) {
tip.parentNode.removeChild(tip);
......@@ -2978,6 +3009,7 @@ var Tooltip = function ($) {
_this23.element.removeAttribute('aria-describedby');
$(_this23.element).trigger(_this23.constructor.Event.HIDDEN);
_this23._isTransitioning = false;
_this23.cleanupTether();
if (callback) {
......@@ -2994,7 +3026,7 @@ var Tooltip = function ($) {
$(tip).removeClass(ClassName.ACTIVE);
if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) {
this._isTransitioning = true;
$(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION);
} else {
complete();
......@@ -3018,7 +3050,7 @@ var Tooltip = function ($) {
this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle());
$tip.removeClass(ClassName.FADE).removeClass(ClassName.ACTIVE);
$tip.removeClass(ClassName.FADE + ' ' + ClassName.ACTIVE);
this.cleanupTether();
};
......@@ -3081,6 +3113,10 @@ var Tooltip = function ($) {
return _this24._leave(event);
});
}
$(_this24.element).closest('.modal').on('hide.bs.modal', function () {
return _this24.hide();
});
});
if (this.config.selector) {
......@@ -3377,7 +3413,7 @@ var Popover = function ($) {
this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
$tip.removeClass(ClassName.FADE).removeClass(ClassName.ACTIVE);
$tip.removeClass(ClassName.FADE + ' ' + ClassName.ACTIVE);
this.cleanupTether();
};
......
Supports Markdown
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